Tag Archives: Python

Switched tc-rest to webob

Small update on my toy tc-rest project: I switched to using WebOb for creating HTTP Request and Response objects. Cleaned up the code a bit, but a real dispatcher is what’s needed to really remove the cruft. I’m anxious to … Continue reading

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

TokyoCabinet + fapws3 = tc-rest

Have you ever wondered how hard it would be to tack a RESTful HTTP interface on top of a fast key/value database like TokyoCabinet? Probably not, but I did: tc-rest.tar.gz Components: TokyoCabinet – my favorite persistent key/value database pytc – … Continue reading

Posted in Open Source, Python, Technology | Tagged , , , | Leave a 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

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

Fixing Gnome Notification’s Popup Location

Gnome notifications popup in the lower left corner of your desktop by default* which constantly annoys me. I usually have a terminal open in the lower left corner, and having my work covered by notifications is quite annoying. Luckily the … Continue reading

Posted in GNU/Linux, Technology | Tagged , , , | 1 Comment