For the past year or so, the main project I’ve been working on is [UNSWTV][1]. It’s a system similar to YouTube, but in addition to hosting videos it can also publish to YouTube and iTunes. It’s a vast project with lots of facets.

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 [...]

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 [...]