Articles
- 
    Creating my own emoji picker (2021-10-18)
    
I got tired of searching for emojis online, so I decided to script it.
 - 
    How to self-host services easily and with grace (2021-08-09)
    
Want to host your own services? Maintain your own cloud? Have synchronization of calendars and contacts? Use YunoHost!
 - 
    Generating random words on Linux the easy way (2021-08-07)
    
If generating dummy content is always a chore, this is a solution for you - just use some bash, baby.
 - 
    Disabling notifications when I’m in a meeting (2021-07-28)
    
How to stop notifications bothering you when you’re in a meeting - the Linux (and automatic) way.
 - 
    How to use 
rsyncoveradb(2021-07-21)Modern protocols suck, rsync doesn’t - how to move data to your Android phone in a reliable and cool way.
 - 
    Script that generates 
for_windowfor i3wm (2021-07-21)Automate away the boring parts - generating for_window queries for i3wm with bash.
 - 
    Switching to a specific app in i3wm (2021-05-07)
    
Enhance your i3wm workflow with some bash.
 - 
    Writing robust software in sh (2021-05-02)
    
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?
 - 
    Hosting your own git (2021-04-24)
    
A few words about hosting your own git server with an awesome looking web UI.
 - 
    Reliable automatic backups on Linux (2021-04-17)
    
Tutorial on how to setup automatic backups of the whole file system on Linux using restic, with notifications.