Never knowingly knowing narwhals

Category Archives: Python

Debugging My ADSL

My ADSL hasn’t been perfect at my home for a year or so now. Basically it looses the connection. Sometimes once a week, sometimes it’s 4 or five times a day. I’ve been too lazy to sort it out because it just seemed easier to reboot the modem, wait 30 seconds and carry on with [...]

DTrace: Google Tech Talk

I’ve been hearing about DTrace for years now and I kind of knew what it was and that I would like to have it. In the back of my mind I’ve been waiting for it to appear in FreeBSD (although this seems to be faltering a little) so I could play with it. Well one [...]

More SQLAlchemy, this time explicit joins!

In my previous post I wanted to count the number of gigs that have or will be staged at a venue. But if a venue has no gigs associated it didn’t appear in the results. Well to fix this I need to join the Venues table making sure that every venue appears in the output [...]