Geek

searching the spoken word

One of the latest impressive innovations to come out of Google is that they have speech recognition software good enough to automatically index audio and video streams and make the spoken word searchable. Due to the impending presidential election, the project is currently focussed on political speeches, and makes it easy for you to compare what different politicians have said about any particular issue. You can find it here: http://labs.google.com/gaudi

Anj

it must be hereditary

After threatening it for a number of years, my Dad has finally set up his own web site. Find out more at Ron Jackson - Now & Then 1939-2006.

merchandise

An experiment in merchandise. Thanks to spreadshirt.net.

visualising prime numbers in binary

For a while now, I've wondered what the prime numbers look like in binary, that is, if you paint the ones as white dots, and the zeros as black dots, what does the whole set look like? I finally got around to writing a program to generate the prime numbers and output them as a PNG, and you can see the results below...

Bookstore

I'm testing out the Lulu publishing service, as I've never had my own printed copy of my thesis, and I wanted to make a softback version.

What OS and compiler is this?

I was trying to find out how to tell, from within a C program under GCC, what OS the code was being compiled under. I was porting RPCemu to MacOSX, and wanted to switch between big and little endian code without doing something clunky in autoconf.