<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
    <title type="text">My Blog</title>
    <subtitle type="text">My blog</subtitle>
    <updated>%BLOG_UPDATE</updated>
    <link rel="alternate" type="text/html" href="https://kavela.ch"/>
    <id>https://kavela.ch/atom.xml</id>
    <link rel="self" type="application/atom+xml" href="https://kavela.ch/atom.xml"/>
    <entry>
        <title type="text">Printing on linux</title>
        <link rel="alternate" type="text/html" href="https://kavela.ch/article/printing-on-linux.html"/>
        <published>2024-07-05T23:03:08Z</published>
        <updated>2024-07-05T23:04:20Z</updated>
        <author><name></name></author>
        <summary type="html">I, as many other people, hate working with printers.</summary>
    </entry>
    <entry>
        <title type="text">Gaming on linux</title>
        <link rel="alternate" type="text/html" href="https://kavela.ch/article/gaming-on-linux.html"/>
        <published>2024-05-29T18:17:22Z</published>
        <updated>2024-05-29T18:41:08Z</updated>
        <author><name></name></author>
        <summary type="html"><p>How I set up modded Gothic II and Mount &amp; Blade II: Bannerlord on
Linux.</p></summary>
    </entry>
    <entry>
        <title type="text">Creating my own emoji picker</title>
        <link rel="alternate" type="text/html" href="https://kavela.ch/article/emoji-picker-linux.html"/>
        <published>2021-10-18T19:41:26Z</published>
        <updated>2021-10-19T09:00:06Z</updated>
        <author><name></name></author>
        <summary type="html"><p>I got tired of searching for emojis online, so I decided to script
it.</p></summary>
    </entry>
    <entry>
        <title type="text">How to self-host services easily and with grace</title>
        <link rel="alternate" type="text/html" href="https://kavela.ch/article/easiest-way-to-selfhosting.html"/>
        <published>2021-08-09T16:26:20Z</published>
        <updated>2021-08-23T19:22:15Z</updated>
        <author><name></name></author>
        <summary type="html"><p>Want to host your own services? Maintain your own cloud? Have
synchronization of calendars and contacts? Use YunoHost!</p></summary>
    </entry>
    <entry>
        <title type="text">Generating random words on Linux the easy way</title>
        <link rel="alternate" type="text/html" href="https://kavela.ch/article/generating-random-words.html"/>
        <published>2021-08-07T10:52:30Z</published>
        <updated>2021-08-08T09:19:49Z</updated>
        <author><name></name></author>
        <summary type="html"><p>If generating dummy content is always a chore, this is a solution for
you - just use some bash, baby.</p></summary>
    </entry>
    <entry>
        <title type="text">Disabling notifications when I’m in a meeting</title>
        <link rel="alternate" type="text/html" href="https://kavela.ch/article/disabling-notifications-automatically.html"/>
        <published>2021-07-28T23:44:36Z</published>
        <updated>2021-08-08T09:19:49Z</updated>
        <author><name></name></author>
        <summary type="html"><p>How to stop notifications bothering you when you’re in a meeting -
the Linux (and automatic) way.</p></summary>
    </entry>
    <entry>
        <title type="text">How to use rsync over adb</title>
        <link rel="alternate" type="text/html" href="https://kavela.ch/article/rsync-over-adb.html"/>
        <published>2021-07-21T14:43:32Z</published>
        <updated>2021-08-08T09:18:21Z</updated>
        <author><name></name></author>
        <summary type="html"><p>Modern protocols suck, rsync doesn’t - how to move data to your
Android phone in a reliable and cool way.</p></summary>
    </entry>
    <entry>
        <title type="text">Script that generates for_window for i3wm</title>
        <link rel="alternate" type="text/html" href="https://kavela.ch/article/for_window-getter.html"/>
        <published>2021-07-21T14:15:52Z</published>
        <updated>2021-08-08T09:19:49Z</updated>
        <author><name></name></author>
        <summary type="html"><p>Automate away the boring parts - generating for_window queries for
i3wm with bash.</p></summary>
    </entry>
    <entry>
        <title type="text">Switching to a specific app in i3wm</title>
        <link rel="alternate" type="text/html" href="https://kavela.ch/article/switching-to-app-in-i3wm.html"/>
        <published>2021-05-07T12:16:11Z</published>
        <updated>2021-11-11T15:18:48Z</updated>
        <author><name></name></author>
        <summary type="html">Enhance your i3wm workflow with some bash.</summary>
    </entry>
    <entry>
        <title type="text">Writing robust software in sh</title>
        <link rel="alternate" type="text/html" href="https://kavela.ch/article/writing-reliable-software-in-sh.html"/>
        <published>2021-05-02T12:10:54Z</published>
        <updated>2021-11-11T11:49:57Z</updated>
        <author><name></name></author>
        <summary type="html"><p>What makes writing software hard? How to make it easier? How wrong
tools can make it even harder? What if you do it on purpose?</p></summary>
    </entry>
    <entry>
        <title type="text">Hosting your own git</title>
        <link rel="alternate" type="text/html" href="https://kavela.ch/article/hosting-your-own-git.html"/>
        <published>2021-04-24T09:18:09Z</published>
        <updated>2021-12-25T21:41:27Z</updated>
        <author><name></name></author>
        <summary type="html"><p>A few words about hosting your own git server with an awesome looking
web UI.</p></summary>
    </entry>
    <entry>
        <title type="text">Reliable automatic backups on Linux</title>
        <link rel="alternate" type="text/html" href="https://kavela.ch/article/backups-on-linux.html"/>
        <published>2021-04-17T23:17:26Z</published>
        <updated>2021-12-25T21:41:27Z</updated>
        <author><name></name></author>
        <summary type="html"><p>Tutorial on how to setup automatic backups of the whole file system
on Linux using restic, with notifications.</p></summary>
    </entry>
    <entry>
        <title type="text">Hello, world!</title>
        <link rel="alternate" type="text/html" href="https://kavela.ch/article/hello-world.html"/>
        <published>2021-04-10T00:38:47Z</published>
        <updated>2021-08-24T06:15:30Z</updated>
        <author><name></name></author>
        <summary type="html">A few words about my blog.</summary>
    </entry>
</feed>
