Category Archives: Python

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

Posted in Open Source, Python, Technology | Tagged , | 1 Comment

Tokyo {Cabinet, [Py]Tyrant} Talk

I did an introductory talk on Tokyo Cabinet, Tokyo Tyrant, pytc, and PyTyrant at the Portland Python User Group meeting last night. It was definitely just an introductory talk, so if you’re already familiar with these projects it probably won’t … Continue reading

Posted in Open Source, Python, Technology | Tagged , , , , , | 7 Comments

(Yet Another) Deploying Django with CherryPy Script

Recently I deployed a Django project on an OSX server. I foolishly thought this would be as easy as on Linux until I ran into the mess that is x86_64 Apache + mod_wsgi* + Django + psycopg2 + i386 PostgreSQL. … Continue reading

Posted in GNU/Linux, Open Source, Python, Technology | Tagged , , | 2 Comments

Time to Learn Git?

Update: Doh! Sorry for flooding everyone’s feed readers with my epic post. Evidently WordPress ignored my “more” tag. I think I ran into this problem before… Update 2: Retracted the meaningless Google Trends point. Thanks to commenters for pointing out … Continue reading

Posted in Open Source, Python, Technology | Tagged , , , , | 22 Comments

Web Server Quandary

Apache was probably the first Linux application I learned how to configure. However, I’ve gotten a bit frustrated with it recently… The Problem A memory leak. Apache is eating up memory so quickly that I need to restart it every … Continue reading

Posted in GNU/Linux, Open Source, PHP, Python, Technology | Tagged , , , , , , | 20 Comments

Join #webdevpdx on Freenode

Chris just created a channel for web developers in Portland, OR on Freenode, so if you’re a web developer (or sysadmin or dba or designer or manager forced to deal with us webdevs) come on in! #webdevpdx on irc.freenode.net New … Continue reading

Posted in IT, Personal, Python, Technology, Uncategorized | Tagged , , | 1 Comment