aboutsummaryrefslogtreecommitdiff
path: root/static/yap/feed.xml
blob: 0f0086179341f039a9622cc569002ce4ccacdcf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="theme.xsl"?>
<rss version="2.0">
  <channel>

    <title>Microblog - Mitja Felicijan</title>
    <pageTitle>Mitja Felicijan</pageTitle>
    <link>https://mitjafelicijan.com/yap/feed.xml</link>
    <description>You do not learn by relaxing. You learn by violently assaulting your problem until it surrenders its mysteries to you.</description>
    <managingEditor>m@mitjafelicijan.com (Mitja Felicijan)</managingEditor>
    <generator>YapYap</generator>

    <!-- RFC 2882 generator: https://epochtimestamp.com/ -->

    <!-- October, 2022 -->

    <item>
      <title>I have started playing Torchlight 2 again. Forgot how much fun this game actually is. Since I am working on my own game in my spare time, it's interesting to see how they managed to keep their systems simple, yet interesting. Still have no idea if there is end-game, but leveling up is for sure fun.</title>
      <pubDate>Mon, 10 Oct 2022 22:37:24 +02:00</pubDate>
    </item>

    <item>
      <title>Managing all the requirements for Gtk4 development looked more and more like a huge pain, so I moved to Gnome Builder for development of desktop apps. Builder is really impressive piece of software! 👀</title>
      <pubDate>Sat, 08 Oct 2022 22:53:08 +02:00</pubDate>
    </item>

    <item>
      <title>Gtk4 is really missing some quality Python documentation! All that you can find is examples for Gtk3, and it is not really completely compatible with v4. This makes working with it extremely frustrating. 😠</title>
      <pubDate>Sat, 08 Oct 2022 02:42:52 +02:00</pubDate>
    </item>

    <item>
      <title>I started work on a hobby project that uses Gtk4 to display various data like CSV, SQLite, MySQL and Redis. Essentially, a data exploration tool with some plotting features.</title>
      <pubDate>Sat, 08 Oct 2022 02:22:04 +02:00</pubDate>
    </item>

    <item>
      <title>An interesting use-case for this type of blogging is also that it is by default RSS reader friendly, making subscribing to these feeds incredibly convenient.</title>
      <pubDate>Sat, 08 Oct 2022 01:47:47 +02:00</pubDate>
    </item>

    <item>
      <title>I added comments to my site finally. I choose https://cactus.chat/. Really simple implementation and uses Matrix protocol, which makes it even more cool. 🎉</title>
      <pubDate>Sat, 08 Oct 2022 00:38:18 +02:00</pubDate>
    </item>

    <item>
      <title>I have been testing ideas how to implement microblogging as a replacement for Twitter. Using XSL and XML is an interesting idea that is supported through major browser. View the source of this page and check it out in action.</title>
      <pubDate>Sat, 07 Oct 2022 01:38:18 +02:00</pubDate>
    </item>

  </channel>
</rss>