SELECT * FROM posts WHERE tag = 'english'
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 →