Monthly Archives: August 2006

DNS Entry that points to localhost

One of the difficulties that having sub-domains is that you need to have lots of DNS entries for them. This is particularly annoying if you want to run the site on your development machine – ie 127.0.0.1. That is why … Continue reading

Posted in Uncategorized | Leave a comment

My language can do that!

Joel Spolsky had some fun with stuff you can do in JavaScript – I’ve done something similar with Perl. Can your language do this? This is one of the nicer introductions to anonymous subroutines that I’ve seen, as well as … Continue reading

Posted in Uncategorized | Leave a comment

Testing binary searches

In 1986 the excellent book ‘Programming Pearls’ was first published. Amongst other things it looks at binary searching, shows how tricky it can be to get right and presents some code that is correct. Unfortunately the code has a bug … Continue reading

Posted in Uncategorized | Leave a comment

Botley Road, Holiday Inn and Lucy Kellaway

Recently I needed to go to Southampton and stay overnight at a hotel on ‘Botley Road’. There are two Botley Roads less than a mile apart and my satnav picked the wrong one – meaning that I wasted over an … Continue reading

Posted in Uncategorized | Leave a comment