From Bloated to Beautiful: X11 Keyboard Layout Detection in Bunsenlabs
Detecting the current keyboard layout in real time on BunsenLabs Linux, by talking to X11 directly from Python when setxkbmap wouldn't cooperate.
Python's virtualenv, Ruby's RVM and PHP's vagrant
Let's learn about sandboxing our environments shall we?
Why I chose Python over PHP
I've been developing with PHP well over a decade now. From editing and writing plugins initially for Phpnuke (yep), to working with most CMS's (Drupal, WP, Magento), and eventually MVC frameworks (CI, YII, KOHANA, etc.) I've learned the language's good sides, and bad sides.
Templating in Django
I've been trying to make a template layout for Django that makes sense, something similar to existing PHP frameworks, where the head section is in one file, and the body is in another.
Slugifying German string with Python
I'm working on this project that has some German titles, and a lot of irregularities inside them (question marks, underscores, etc.) Because I have to refer the object (in this case product) by some sort of understandable name, I've decided to slugify the title (basically turn …


