January 8th, 2009

Another Weekend…

Filed under: Life, Rant — Will Boyce on April 27th, 2008 @ 23:26

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.


You Can’t Fucking Have Anything!

Filed under: Life, Rant — Will Boyce on March 14th, 2008 @ 9:45

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:
img_0677.jpg

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!


Happy Birthday Louise

Filed under: Life, Technology — Will Boyce on March 6th, 2008 @ 1:09

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 :-D


Beans with… Attitude?

Filed under: Random — Will Boyce on February 26th, 2008 @ 22:13



Beans with… Attitude?

Originally uploaded by wrboyce

Regards, Will Boyce
http://willboyce.com


iPhone 1.1.3 O2 Timezone Fix

Filed under: Technology — Will Boyce on February 25th, 2008 @ 20:00

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.