August 2006 Archives

Sat Aug 19 12:33:10 CEST 2006

Adult-proof caps

First it was a lamp oil bottle. The cap resisted, I ended up cutting the bottle opened and poured the oil in a recycled, normal-capped water bottle.

Then it was a jar of medicine. In our effort to open it, we actually split open the top part of the drop-controlling thingy, which means we still can't open it, but the liquid will pour out of the bottle. Great child-proofing.

Then it was a bottle of insecticid treatment. Neither of us could open it. We checked our ID: we're clearly adults. Why is it we can't open child-proof bottles?

In a fit of revolt against this adult-proof world, I took the insecticid bottle back to the shop. The lady at the counter called in another girl saying I had problems with a child-proof cap (why didn't she try it herself? It's a conspiracy I tell you) and the other girl, a small-ish, weak-looking woman, said "you need to press it down hard you know". Well yes we tried that. So she pressed it down and turned, and it opened. Imagine that.

My theory is that they have one, specially child-proof-cap-opening trained staff member, who's chosen for a small-ish, weak-looking, female qualities, just to humiliate those of us who are male, strong-looking, and child-proof-cap impaired.

Thu Aug 17 22:55:16 CEST 2006

Installing SABnzbd on Debian

My old workmate Olivier hooked me up with Usenet News binary downloads, which, in a nutshell, allow you to download entire movies in minutes. (Obviously you need to pre-own the movie on DVD otherwise you're just a big thief, you pirate).

The recommanded client to use is called SABnzbd and is very robust and easy to use. It does have one downside: it's in Python, and I discoever that Python is quite touchy about its installation.

Here's what I did:

First, this will only work with Sid (as of Aug. 2006) (by the way, you can use Sid software on a Stable system; maybe I'll detail that another day).

Then you'll need to install what SABnzbd needs for python2.4. While I usually love apt-get, it trapped me this time: if no version is specified, it'll install 2.3 versions. They don't work at all.

apt-get install python2.4
apt-get install python2.4-cherrypu
apt-get install python2.4-elementtree
apt-get install python2.4-cheetah
The rest of the install should be straighforward, if you just follow the README.txt. Do follow it however: it took me quite a while to realise that going to http://localhost:8080 was not enough, you have to go to http://localhost:8080/sabnzbd.

Enjoy the downloads!