By Tom on December 15, 2007
We bought a Netgear aerial extension on Ebay because upstairs doesn’t get a reliable signal. But… It looks ridiculous:
Original Aerial
Custom Aerial
I measured the wireless signal strength on our two Squeezebox’s, one is in the room next to the router, the other is upstairs:
Original Aerial
Custom Aerial
Downstairs signal strength:
81%-83%
76%-80%
Upstairs signal strength:
44%-49%
56%-58%
So it seems to have a minor [...]
Posted in Tech Journal, Toys | Tagged Hardware
By Tom on December 12, 2007
We Changed ISPs from “Freedom2surf” to “Be” because it is a faster and cheaper connection.
The connection details that Be supply are minimal to say the least. This is because they expect you to use their pre-configured “BeBox” that they send you for free. We didn’t like the way the BeBox looked and we didn’t like [...]
Posted in Tech Journal
By Tom on December 10, 2007
The 7th Radiohead album, “In Rainbows”, is freely downloadable from their website till today only. After today it will only be available as a CD – Or, of course, from file sharing sites.
Since it is a free download (they let you chose how much you want to pay – including £0) I had a really [...]
Posted in Journal
By Tom on December 9, 2007
Microsoft released a software update that expands the number of video formats that the XBox will play. This is quite exciting for me because I usually have to watch anything I download on my unimpressive 15″ computer monitor but now I can stick it on a USB key and watch it on my TV from [...]
Posted in Tech Journal
By Tom on November 10, 2007
There’s no reason whatsoever why I shouldn’t be able to lose weight by eating less, but I can’t, so I have had to resort to extreme measures. I’m going to go to Saturday morning weigh-ins. In my first meeting I was the only bloke so it’s more than a little daunting. Especially as how we [...]
Posted in Journal
By Tom on October 6, 2007
I like food recipes to estimate how long it takes to prepare and cook a meal but so far I found that I can never do it as quick as it says. I’m sure they exaggerate their cooking times?
Guess I’m just slow!
Posted in Journal
By Tom on October 1, 2007
Our original Xbox (4 ½ years old now) has become too flaky, games crash and DVDs skip. We needed a DVD player and it’d be a shame to lose all our games so buying a new XBox makes sense. Halo 3 took any doubt out of the decision. I do feel suckered into the slick [...]
Posted in Tech Journal, Toys
By Tom on October 1, 2007
XBox360, FPS,9/10 – September 2007
I waited for Edge Magazine to review Halo 3 and was surprised they gave it a 10/10 which only 5 other games have got since it was first published in 1993. An Edge 10/10 basically dictated I had to play it. so, we bought an XBox 360 (i.e. Basically Halo 3 [...]
Posted in Game Reviews | Tagged Game, Halo, XBox
By Tom on October 1, 2007
“How do I change “pelican” to “pecan” in all the files in a directory?”. “Dude, use Perl Pie”!
I’m pretty familiar with Perl, having used it on and off whenever there’s a string manipulation related job to be done. I like Perl despite all it’s faults. I like writing Perl (not so keen on reading it [...]
Posted in Tech Journal
By Tom on September 26, 2007
We’re having our roof tiles replaced. It was something that we were told we needed to have done in the survey when we were buying the house. Our neighbour was doing his roof and we thought we’d do it at the same time so as to get a seamless join between the two houses.
Our current [...]
Posted in DIY
By Tom on September 20, 2007
After a summer break we’ve turned our attention back to the house. Our current project is the bathroom. So far, we have put in a fan, a bathroom regulations light, a frosted window and we have had the room plastered. Now we need to tile the floor, buy the bathroom suite and do the plumbing.
Posted in DIY
By Tom on September 10, 2007
Fiction, 7/10 – July/Aug/Sep 2007
This novel is about the relationship of two children growing up in Afghanistan just before the Russian invasion and the rise of the Taliban. The distressing event that occurs on the day of a bitter sweet victory in a local Kite fighting tournament haunts both of them and marks the end [...]
Posted in Book Reviews
By Tom on September 4, 2007
I’ve been using geni to compose my family tree. I haven’t done any of my own research so far – my first aim is to simply combined the records from my Dad’s side, my Mum’s side, and my wife’s family. I’ve already entered 185 names but only scratched the surface of the archive material that [...]
Posted in Journal
By Tom on August 12, 2007
Here are three C++ programs to find the median of a set of numbers. The first is short and simple. The last is fiddly and fast.
Simple but not linear (n*log n time):
Sort using STL sort (presumably quicksort), then find the middle value:
#include <iostream>
#include <algorithm>
int main() {
int A[7] = {23, 1, 33, -20, 6, [...]
Posted in Tech Journal
By Tom on August 9, 2007
Programming, 9/10 – Aug 2007
This book should really be kept a secret because if everyone read it before a programming interview, all the good jobs would be taken. It’s an excellent refresher to put you back to fresh-out-of-uni programming knowledge level. It covers Programming Problems, Logic Puzzles and Knowledge based problems with a very good [...]
Posted in Book Reviews, Tech Journal