Category Archives: Open Source

All things FOSS

Making Server-Side MongoDB Functions Less Awkward

I’ve recently switched my project at work to use MongoDB for the user database and a few other datasets. Currently I don’t use many JavaScript functions, but when I do I like to store them on the server so that … Continue reading

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

Web Developer Contractor Rates

We just happened* to start chatting in the #pdxdjango IRC channel on Freenode about what the rates web developer contractors charge today, and I wanted to post my experiences after leaving the contractor world a few months ago after 2 … Continue reading

Posted in Open Source, PHP, Personal, Technology | Tagged , , , , , , | 3 Comments

Ubuntu 9.10 on a Thinkpad T400

I upgraded from Ubuntu 9.04 to 9.10 on my Lenovo Thinkpad T400 about a week ago, and thought I’d write down some of my impressions. Good news ATI graphics card with proprietary binary driver – just works (much better than … Continue reading

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

Google Chrome Frame

I maintain a web application that must support Internet Explorer 6, so I was delighted to hear about Google Chrome Frame. Unfortunately their warnings of its alpha status seem to be well founded. The 2 show-stoppers I ran into fairly … Continue reading

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

Python Packaging Talk

I gave a talk at PDX Python last night on Python Packaging. It’s just an overview and introduction completely lacking in any practical examples. Python Packaging slides (ODP) Python Packaging slides (PDF) Let me know if the ODP source is … Continue reading

Posted in Open Source, Python, Technology | Tagged , , , , , , , | Leave a comment

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