From 73fae3cb403711254d40d62db6ac3260919f0769 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 8 Oct 2022 02:43:24 +0200 Subject: Added Yap microblog --- static/yap/feed.xml | 57 ++++++++++++++++++++++++++++++ static/yap/theme.xsl | 98 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 155 insertions(+) create mode 100644 static/yap/feed.xml create mode 100644 static/yap/theme.xsl (limited to 'static') diff --git a/static/yap/feed.xml b/static/yap/feed.xml new file mode 100644 index 0000000..a993335 --- /dev/null +++ b/static/yap/feed.xml @@ -0,0 +1,57 @@ + + + + + + Mitja Felicijan + https://mitjafelicijan.com/yap/feed.xml + You do not learn by relaxing. You learn by violently assaulting your problem until it surrenders its mysteries to you. + m@mitjafelicijan.com (Mitja Felicijan) + YapYap + + + + + + + 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. 😠 + Sat, 08 Oct 2022 02:42:52 +02:00 + + + + 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. + Sat, 08 Oct 2022 02:22:04 +02:00 + + + + 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. + Sat, 08 Oct 2022 01:47:47 +02:00 + + + + 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. 🎉 + Sat, 08 Oct 2022 00:38:18 +02:00 + + + + 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. + Sat, 07 Oct 2022 01:38:18 +02:00 + + + + + + diff --git a/static/yap/theme.xsl b/static/yap/theme.xsl new file mode 100644 index 0000000..e6f80f8 --- /dev/null +++ b/static/yap/theme.xsl @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + Microblog - Mitja Felicijan + + + + + + + + + + + + + +
+
+

+ + + +

+
+
+ +
+ + + + + + + +
+ + + + +
+
-- cgit v1.2.3