Fri 1st Sep 2006
Posted late evening, filed under
NSLU2 ,
Python.
I’ve written a bit of code that works to automatically start any number of torrents placed into a specific directory. The way it’s set up at the moment is that it will only start the next one on the list, and you need to call it iteratively to start all of them. That’s mainly because on my NSLU2 I get some CPU usage issues if I start more than one at a time. Just have this script called every 5 mins or so in a crontab, and it will start every .torrent added to the source directory.
*/5 * * * * root /path/to/script/autoTorrent.py
I could make a resident version, that uses a time.sleep() to call the main function every 5 minutes. Then this could be added to the /opt/etc/init-d/ directory.
(more…)
Fri 1st Sep 2006
Posted in the evening, filed under
Netgear ,
SpeedTouch.
I’ve finally installed my wireless router. I thought I’d do it now, even though at this stage I have no wireless devices.
I did have some pretty serious troubles getting it all working. It uses a pretty straightforward wizard, but because my modem was set up to auto-dial, I wasn’t able to set it up initially. Finally, after resetting the router, and then the modem, and setting up the modem as a bridge, I was able to get the wizard to work.
Tip: if your NetGear router has mistakenly identified the connection type as Static IP, or Dynamic IP, when it should be PPPoE, then you need to reset the router to factory settings to get it to work. You should also do this if you change connection type (ie, Cable to DSL, or vice-versa). This would have saved me heaps of time.
Tip 2: don’t use a 7.5V supply if it should be a 12V supply. The router appeared to work fine, lights all came on and everything, but DHCP server didn’t run.
Now to the problem I’m still having. The router has a DHCP server, but not a DNS server. So it gives out IP addresses, and reports the name of the device that has each IP address, but there isn’t a way to just visit a device by using that name. The modem-router setup I had previously did have a DNS server, which meant I could have each machine get an IP, and then use the name of the machine to connect to it.
In the interim I’ve set up each computer with entries in the relevant hosts file (or equivalent), and I’ve given permanent leases to my machines. That will have to do.
Fri 1st Sep 2006
Posted early afternoon, filed under
Rants and Raves.
I’ve just had my wireless router delivered, and I wanted to set it up without disconnecting from the internet for now. But when I try to connect to it, I get forwarded to the netgear website.
Pissing me off…
Fri 1st Sep 2006
Posted lunch time, filed under
Asides.
I’ve been fiddling with Writely lately, and think it’s very cool. Online, shareable word processing. Even handles (relatively well) both revision control and concurrent editing. Not quite as well as, say, SubEthaEdit does live multi-person editing.
Today, I also came across this: Google Spreadsheets.
Leaving on a Jet Plane • Chantal Kreviazuk • Armageddon ★★★★
Fri 1st Sep 2006
Posted lunch time, filed under
Adium.
There exists a small bug in Adium, which apparently has been fixed in an upcoming version, which means that hosted Gmail accounts cannot sign in as GTalk accounts.
To fix it, I needed to create a new Jabber account, with the following settings:
Account.
Jabber ID: matt@schinckel.net
Password: ••••••••••••••••
Options.
Connect Server: talk.google.com
Resource: Adium
Port: 5223
☑ Force old-style SSL
Then it connected fine, first time.
Fri 1st Sep 2006
Posted lunch time, filed under
iTunes.
I wrote a fairly crappy iTunes rating program, but it always took up too much space for my liking. Today i came across a much nicer solution:

[Courtesy of Josh Buhler.]
The only bad thing is that it only allows for whole-star ratings. I’ll have to remake it so it can do half-star ones…