Posts for software

Apr 17

Installing GeoDjango with PostgreSQL and zc.buildout

The installation of the PostgreSQL requirements is somewhat daunting. I've spent a bit of time putting together a buildout.cfg to try to make this easier.

Apr 15

VMWare Fusion guests with a static IP

The article that I followed to get a static IP for VMWare fusion guests seems to have been removed, so in the name of preserving this knowledge I'm reproducing the salient parts here.

Jun 05

Erlang Bus Error

I've become interested in CouchDB, written in Erlang. My copy of the 'Programming Erlang' book arrived today, so I tried to fire up the Erlang shell - only to be greeted with a Bus Error.

Jun 03

VMWare Fusion, Snapshots and Disk Space

Snapshotting your VMWare Fusion machine can start eating up disk space. This is not widely known.

Apr 15

import this.NET

The Zen of Python doesn't just apply to Python.

Dec 11

TFS, Force Get, and Get Specific Version

When TFS tells you something, you want to think twice about whether you believe it.

Dec 04

TextMate's Open Recent

Sometimes it's the little things that make you say "wow".

Dec 04

Programming with Passion

Software engineering shouldn't be 9 to 5 job. It should be a source of constant intellectual stimulation, in an environment of constant change. However, experience tells me that there are plenty of people for whom programming is the process by which a specification document is turned into a paycheck.

Nov 20

How Big Is Yours?

Lamenting the size of Logitech's mouse driver.

Oct 30

A Django image thumbnail filter

Django filters are a pretty cool idea. I needed to be able to generate image thumbnails. I found some existing code, and fixed it up to, well, work, and also behave better with custom upload_to locations.

Sep 11

Subversion: MKCOL 405 Method Not Allowed

Having fixed extensive breakage after an update to Apache 2.2, I was left with one final, strange error message to solve.

Aug 01

TFS and Mercurial

So the TFS server has fallen over. Again. What's one to do?