Skip to content

Commit 4a37702

Browse files
committed
feed in root
1 parent c6718b1 commit 4a37702

File tree

1 file changed

+74
-0
lines changed

1 file changed

+74
-0
lines changed

feed.xml

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
<?xml version='1.0' encoding='UTF-8'?>
2+
<rss version="2.0">
3+
<channel>
4+
<title>Random notes about programming</title>
5+
<link>https://rssh.github.io/notes/feed.xml</link>
6+
<description><![CDATA[random unsorted notes]]></description>
7+
<docs>https://cyber.harvard.edu/rss/rss.html</docs>
8+
<item>
9+
<pubDate>Tue, 30 Jan 2024 00:00:00 +0200</pubDate>
10+
<author>Ruslan Shevchenko &lt;[email protected]&gt;</author>
11+
<description><![CDATA[at {}]]></description>
12+
<link>https://github.com/rssh/notes/2024_01_30_logic-monad-1.md</link>
13+
<title>Scala and logical monad programming.</title>
14+
</item>
15+
<item>
16+
<pubDate>Fri, 5 May 2023 00:00:00 +0300</pubDate>
17+
<author>Ruslan Shevchenko &lt;[email protected]&gt;</author>
18+
<description><![CDATA[at {}]]></description>
19+
<link>https://github.com/rssh/notes/2023_05_05_two_cents_about_scala_web_development_in_industry.md</link>
20+
<title>About current debates about shrinking the Scala user base and the slow adoption of Scala 3:</title>
21+
</item>
22+
<item>
23+
<pubDate>Sun, 5 Jun 2022 00:00:00 +0300</pubDate>
24+
<author>Ruslan Shevchenko &lt;[email protected]&gt;</author>
25+
<description><![CDATA[at {}]]></description>
26+
<link>https://github.com/rssh/notes/2022_06_05_structured-concurrency-scala-future.md</link>
27+
<title>Structured concurrency with Scala Future</title>
28+
</item>
29+
<item>
30+
<pubDate>Wed, 3 Nov 2021 00:00:00 +0200</pubDate>
31+
<author>Ruslan Shevchenko &lt;[email protected]&gt;</author>
32+
<description><![CDATA[at {}]]></description>
33+
<link>https://github.com/rssh/notes/2021_11_03_business_vs_match.md</link>
34+
<title>The worlds is  loosely coupled</title>
35+
</item>
36+
<item>
37+
<pubDate>Sun, 27 Jun 2021 00:00:00 +0300</pubDate>
38+
<author>Ruslan Shevchenko &lt;[email protected]&gt;</author>
39+
<description><![CDATA[at {}]]></description>
40+
<link>https://github.com/rssh/notes/2021_06_27_automatic-coloring-for-effects.md</link>
41+
<title>
42+
Problem: automatic coloring of effect monads in [dotty-cps-async](https://github.com/rssh/dotty-cps-async)
43+
</title>
44+
</item>
45+
<item>
46+
<pubDate>Sun, 6 Aug 2017 00:00:00 +0300</pubDate>
47+
<author>Ruslan Shevchenko &lt;[email protected]&gt;</author>
48+
<description><![CDATA[at {}]]></description>
49+
<link>https://github.com/rssh/notes/2017_08_06_concurrency_in_new_language.md</link>
50+
<title>So, I want to add concurrency to my language...</title>
51+
</item>
52+
<item>
53+
<pubDate>Sun, 27 Mar 2016 00:00:00 +0200</pubDate>
54+
<author>Ruslan Shevchenko &lt;[email protected]&gt;</author>
55+
<description><![CDATA[at {}]]></description>
56+
<link>https://github.com/rssh/notes/2016_27_03_back-my-stack-traces.md</link>
57+
<title>Give my stacktraces back</title>
58+
</item>
59+
<item>
60+
<pubDate>Sat, 12 Mar 2016 00:00:00 +0200</pubDate>
61+
<author>Ruslan Shevchenko &lt;[email protected]&gt;</author>
62+
<description><![CDATA[at {}]]></description>
63+
<link>https://github.com/rssh/notes/2016_03_12_chan-chan-chan.md</link>
64+
<title>chan chan chan</title>
65+
</item>
66+
<item>
67+
<pubDate>Sat, 5 Mar 2016 00:00:00 +0200</pubDate>
68+
<author>Ruslan Shevchenko &lt;[email protected]&gt;</author>
69+
<description><![CDATA[at {}]]></description>
70+
<link>https://github.com/rssh/notes/2016_03_05_see-ma-no-vars.md</link>
71+
<title>idiomatic Go &lt;=&gt; Idiomatic Scala</title>
72+
</item>
73+
</channel>
74+
</rss>

0 commit comments

Comments
 (0)