Electricmonk

Ferry Boender

Programmer, DevOpper, Open Source enthusiast.

Blog

Archive for September 2009

Simple function caching in Python

Python dynamic nature continues to astound me. I was working on a small library when I noted it did a lot of redundant IO calls. Now I’m not one for premature optimization, but a while ago I was thinking about writing a decorator or something that would wrap around functions and methods, and cache the […]

HIrcd – minimal IRC server in Python

I wrote a little IRC server in Python: HIrcd is a minimal, hacky implementation of an IRC server daemon written in Python in about 400 lines of code, including comments, etc. It is mostly useful as a testing tool or perhaps for building something like a private proxy on. Do NOT use it in any […]

Software Bashing

We started a new site where we can vent our rage on all things sucky about software: Software Bashing: We hate software. With a passion: Fact: All software sucks. We’re here to show you exactly why, and just how much it truly sucks. We don’t discriminate against vendor or development model; all software sucks. We […]

The text of all posts on this blog, unless specificly mentioned otherwise, are licensed under this license.