Phillip Pearson - Second p0st

tech notes and web hackery from the guy that brought you bzero, python community server, the blogging ecosystem, the new zealand coffee review and the internet topic exchange

2003-4-10

Wow

Listening to the most beautiful song I've heard in a long time: James Holden - Nothing (vocal mix).

Here's an interview with JH.

PyCS search - fixed?

I think I've finally fixed Tuesday's problem. It turns out that I wasn't letting the child process clean up after itself with a call to os.waitpid(pid, 0). Now it seems to work.