These links are syndicated from my delicious feed into a local database, and thumbnailed by the jerakeen.org server. Comments left on them won’t be syndicated back into delicious, however.
Spawning + Django - Eric Florenzano’s Website
Posted 31 July 2008 tagged with [django] [python] [server] [wsgi]
Another python WSGI server that’ll run Django. In the ‘to look at next time I mess with jerakeen.org’ pile.
Camp Tune for Mac OS X - Overview
Posted 30 July 2008 tagged with [bootcamp] [macos] [partition] [utility]
Resize a bootcamp partition non-destructively. Commentary elsewhere is a little worrying, though. To look at later when it’s properly released, anyway.
Hosting a Django Site with Pure Python - Eric Florenzano’s Website
Posted 17 July 2008 tagged with [django] [python] [server] [wsgi]
Exactly what I wanted. A pure-python standalone WSGI server that I can put behind an apache and host my Django jerakeen.org implementation on. Fast, too.
http://www.eflorenzano.com/blog/post/hosting-django-site-...
Flickr: Discussing iPhoto Geotagging Problems in GeoTagging Flickr
Posted 15 July 2008 tagged with [exif] [geotagging] [iphoto]
iPhoto has destroyed EXIF data since at least April 2007. Crikey.
http://www.flickr.com/groups/geotagging/discuss/721576000...
Practical threaded programming with Python
Posted 09 July 2008 tagged with [programming] [python] [threads]
#10324 (Jabber connection unreliable) - Adium X - Trac
Posted 07 July 2008 tagged with [adium] [bug] [jabber] [xml]
This bit me badly. Yay for fixing things quickly!
Laser Tattoo - Instructables
Posted 05 July 2008 tagged with [laser] [stupid] [tattoo]
The world is filled with stupid people.
Social Graph API Demo - Site Connectivity
Posted 04 July 2008 tagged with [dopplr] [googlesocialgraph] [graph] [jerakeen] [social]
My social graph, now including my dopplr traveller page. Excellent.
http://socialgraph-resources.googlecode.com/svn/trunk/sam...
Putting the mongrel port number in your logfile filename
Posted 01 July 2008 tagged with [mongrel] [rails] [ruby] [sysadmin]
By default mongrels all log into a single logfile. This makes debugging a complete pain. Putting the process PID into the filename is easy, but getting the current mongrel process’ allocated port is slightly harder.