SELECT * FROM posts WHERE tag = 'english'
Deploy your own Fediverse instance with Snac
If you want to be in the Fediverse without relying on big intances, or if you just want to own your data and your identity on the network, running your own instance is the way to go. The problem is that most Fediverse software like Mastodon requires ... read more →
CDE Motif-Inspired Theme for Marmite Blog
I don't know why exactly, but I really like the retro look of old desktop environments for Unix, Solaris and Linux. Maybe it's because I spent countless hours in the late 90s having fun with systems like OpenStep, CDE, Motif, XFCE, early KDE versions ... read more →
Stop using underscore as alias for gettext
I've been using Django for a while now, and I've seen a lot of people using the underscore as an alias for gettext. from django.utils.translation import gettext as _ and also from django.utils.translation import gettext_lazy as _ This is a bad prac ... read more →