6 Items for July 2008
Django snippets: Client-side django template with jQuery
A simple snippet that extends the regular expression syntax of the jQuery Template plugin to support Django style templates in jQuery.
Eugene '08 Olympic Pre-trials
Looks impressive, even with nobody there.
mysql_cluster
This database backend enables the user of master/slave databases nicely. It includes middleware to send POST requests to the master and most GET requests to the slaves effectively making database writes hit the master and database reads pull from the slaves. It also has nice controls to override this default POST/GET switching at the view level and even at the Python coding level. Overall the impression seems very well done.
Python 3.0 Beta 2 released
Python 3.0 is getting closer and closer.
OpenSSH 5.1
OpenSSH 5.1 is out and with some new features, the most interesting of which is an experimental way of displaying SSH host keys as ASCII art.