I've updated my `validator app `_ to latest Django trunk and finally done a release.
More adventures in not having my computer with me...
Amarok now automates installation of MP3 support if it isn't available.
I finally got around to uploading Kio-Sword to Sourceforge
Kio-Sword 0.3 released
I'm currently without internet connection to my own computer, and I've been working out ways to make send and receiving e-mail as seamless as possible...
VMWare/VMPlayer issues.
Attempts to use Haskell+ODBC under Windows.
The Windows dos box (command prompt) sucks in many ways in comparison to an xterm (and I'm not even including 'command' vs 'bash' here). But if you have emacs you can make it suck a little bit less. "M-x shell" gets you shell mode, and you can select text etc, and use emacs keybindings for editing your commands etc.
A rant about how annoying programming in C# is, really.
Get Internet Explorer 7 :-)
An attempt to explain monads and their usefulness in Haskell, assuming only some simple knowledge of Python.
Paul Graham was right again...
An attempt to debunk some of the '20 minute web app' hype that is so prevalent at the moment, and present a more realistic and balanced account of the Django site I have just finished.
Saw this gem by 'anonymous' on django-updates...
Boring post about backing up tools in KDE
A quick way to do a "View Source" in Konqueror without launching an external editor
I've noticed in Python and in Django I almost always create a module or a template by starting with a completely empty file, and typing...
I fixed my blog comments so that leading whitespace is now preserved – making it much more friendly to posted Python code.
Using pychecker and pylint on Django – and each other...