-
Archives
- November 2011
- September 2011
- May 2011
- February 2011
- January 2011
- December 2010
- July 2010
- January 2010
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- July 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
- January 2006
- December 2005
- November 2005
- October 2005
- September 2005
- August 2005
-
Meta
Monthly Archives: April 2009
Handy Python Progress for JSON module
I’ve been spending a good deal of time the past couple of days processing large JSON files to try and fix some corrupted data (long story, short version: my fault). While JSON is a fast file format to work with, … Continue reading
Web Server Shootout Talk Accepted at OS Bridge Conference
My talk, Web Server Shootout, was accepted by the Open Source Bridge Conference! I’m terribly excited, but also nervous because there’s a lot I need to do between now and the conference. Expect regular updates on how my talk is … Continue reading
Posted in Open Source, Personal, Technology
Tagged apache, lighttpd, nginx, osbridge
Leave a comment
Catching up on photos: Lots o’ Hiking
I’ve finally gotten around to organizing and uploading over a months worth of photos off of my little digital camera. Just to make sure there’s something geeky in this post: I use F-Spot to organize and upload my photos to … Continue reading
Keeping all your notes in sync with Dropbox and Tomboy
Tomboy is a wonderful note taking program for Gnome. It has some synchronization features built-in, but not everyone has a server to store their notes for synchronizing between multiple computers. Enter Dropbox: a service for synchronizing files between computers. It … Continue reading
BitBucket Project for Python FusionCharts Code
After my last post on FusionCharts, someone was nice enough to e-mail me some a Django snippet for exporting FusionCharts as images, so I decided I might as well put the code in a public repository. While I prefer Bazaar … Continue reading
Posted in Open Source, Python, Technology
Tagged bitbucket, django, fusioncharts, hg, pil
Leave a comment
Image Exporter for Fusion Charts
I wrote an image exporter for Fusion Charts while working for YouGov/Polimetrix, and someone recently asked if they could use it as well. You’ll have to alter it a bit because it was written for a custom CherryPy-based framework. It … Continue reading