So, another weekend has passed by. Figured I’d blog something because I haven’t in ages. We got Guitar Hero recently - that’s soaked up a fair amount of any free time I may’ve had.
Spent most of this weekend fighting with postfix.. Why do mail servers have to be so complex? You change one setting, and one seemingly unrelated component fails to work (the example I have in mind is the virtual mailbox base and the error “smtp server does not support authentication” - wtf?!). When I eventually figure it all out, I’ll write it up on here - mostly so I have something to reference if when I have to tackle one again.
In other, more social news, JB is coming up at the end of May, and I’ve booked some time off to be lazy and generally celebrate the Bank Holiday for a bit longer than is normal. Should be good.
There are some fucking scumbags in this world… More namely the baghead fucks that happen to reside no too far from my area and do things like this:

To fund their fucky little drug habits. I hope this pays for the bag that kills them.
I guess we’ll have to sleep with one eye/ear open in future.. And this is a nice area!
I love you
On another note, I got an AirPort Express and have it setup in a WDS, but more importantatly I get to use AirTunes; which basically means my amp shows up as “remote speakers” in iTunes.. And you can select “Multiple Speakers”, so I may have to get some for my Wireless Headphones…
My iPhone and Remote Buddy’s ability to control iTunes == Wireless Bliss
Regards, Will Boyce
http://willboyce.com
Well, I was just doing some more jiggery pokery with the timezone issue that has plagued my iPhone since updating to 1.1.3. If only O2’s network supported Automatic Time, eh? No fix for legitimate UK iPhone users, how nice.
Lucky I’m not 100% legit as you all know. I found /var/db/timezone/localhost symlinking itself to a US/Pacific timezone… “hello”..
chmod 777 /var/db/timezone/
rm -rf /var/db/timezone/localhost
ln -s /usr/share/timezone/Europe/London \
/var/db/timezone/localhost
reboot
Et voila. I’m glad that’s sorted.