I’ve just installed the excellent wp-super-cache plugin to accelerate things a bit in this blog; today somebody sent one of my pages to reddit and I’ve had more users than usual! - by the way, thanks for coming! :)
Update: I admit, it also has a bit to do with the reading of today’s entry in [...]
wp-super-cache problem? Easy fix
April
23,
2008
How to? · Open Source
Add Your Comment (3)
Installing PostgreSQL 8.3 on Leopard
April
23,
2008
This is the documented path to my discovery of PostgreSQL 8.3, which I’ve never used before. Now that MySQL’s community is getting hammered to death by Sun, and thanks to all the good things I’ve heard about it over the years (including enhanced performance on multicore systems and greater scalability), I really wanted to install [...]
Django · How to? · Open Source · Ruby on Rails
Add Your Comment (3)
Extracting e-mails from a vCard file with Python
April
23,
2008
Let’s say that you have a vCard file. You can export it from your Mac OS X AddressBook.app, or from any other similar application. Now you need to extract some information from it, namely the e-mails, for spamming your friends with some boring news. Typical.
Enter vobject. This Python library is part of the Chandler effort [...]