Another quick post to hopefully save some one some time.

If you’re using python with Cocoa, you might run into problem with method signatures. Because python is type-less, sometimes you have to explicitly set the method signatures for your object’s methods. If you are getting wacky errors for seemingly no reason this [...]

I don’t watch TV very much, but I have been a bit obsessed with some CSI clips that have been making the rounds on youtube.

The clips caught my attention because the tech talk they use in the show is so ridiculous that it has to be a joke. There has to be some tech [...]

Quick post so Google might return something helpful for others hitting this error (Since I couldn’t find a post on the matter).

I hit this error using python on Mac OS X Leopard while writing a Cocoa based application and using minidom. I was doing a simple httplib.HTTPConnection request to a server and getting back [...]