Time zones can be tricky beasts, particularly where daylight savings time is concerned. This post discusses issues around apply them to something like the ubiquitous Unix cron daemon.
Read article ( 9 minutes )
There are few technical topics about which there’s more FUD than picking a strong password.
Read article ( 5 minutes )
I recently had to do a few not-quite-trivial things with the Jinja2 templating engine, and the more I use it the more I like it.
Read article ( 4 minutes )
Github’s web hooks make it surprisingly easy to write commit triggers.
Read article ( 4 minutes )
Python’s behaviour with regards to destructors can be a little surprising in some cases.
Read article ( 6 minutes )
Python’s simple scoping rules occasionally hide some surprising behaviour.
Read article ( 4 minutes )
It’s possible to manage multiple subprocesses in Python, but there are a few gotchas.
Read article ( 3 minutes )