berdan
Contact me at
XMPP: berdan@jabber.org
ICQ: 39937506
Mail: berdan@ludd.ltu.se
twitter: @berdan
Clear text passwords on filmtipset.se
The Swedish movie review site filmtipset.se just sent me a mail containing my password. Not an autogenerated one, but my old 20-ish character long password. Apparently they didn’t learn anything from the Bilddagboken security breach… Time to find a new site to keep track of my watched movies.
My MacBook has a waaaay too healthy battery considering load cycles and age.
Router woes
Get IP Address … From DHCP Server => 23:25:22 2008 Get IP Address … From DHCP Server => 23:20:21 2008 Get IP Address … From DHCP Server => 23:15:22 2008 Get IP Address … From DHCP Server => 23:10:21 2008 Get IP Address … From DHCP Server => 23:05:22 2008 Get IP Address … From DHCP Server => 23:00:21 2008 Get IP Address … From DHCP Server => 22:55:21 2008 Get IP Address … From DHCP Server => 22:50:21 2008 Get IP Address … From DHCP Server => 22:45:21 2008
A Belkin F5D9230-4 router dropping its connection every 5 minutes on the second? Neither healthy nor fun.
It’s nekkid!
Converting GeekTool output
I sometimes have to handle fancy Nordic characters (åäö) in my GeekTool setup and by default GeekTool has problems handling UTF-8. The solution appears to be to convert the output of the console commands to ucs-2-internal before displaying it:
foo | iconv -f utf-8 -t ucs-2-internal
Local copy of xkcd
Fetching all xkcd strips not already downloaded to the current directory in a bandwidth limited and slow-and-nice way:
wget --recursive --limit-rate=20k --wait=5 --random-wait --level=1 --timestamping --no-directories --no-host-directories --accept=png http://imgs.xkcd.com/comics/
