More popular than Ian Stevens

Nov 10, 2002

Vic suggested that I comment on my rise in the Google rankings. At present writing, a Google search for “ian stevens” returns my Radio weblog as the highest ranking search result, surpassing even famous Shrewsbury forward Ian Stevens as well as Ian Stevens, the prominent … Read more

JUnit changed my life

Nov 8, 2002

A few months ago, Vic was talking about JUnit and how I should have been making use of it. He even went so far as to sketch out a small test case. I knew I should have been writing test cases for my code, but my work schedule was so hectic, with me … Read more

Crazed monkey is after their blood!

Nov 7, 2002

I know the whole Googlism thing is passé, but I can’t resist just one post. I’m still not sure if I want to stick with the “crazed monkey” theme, but after performing a Googlism search for “crazed monkey“, I’m leaning towards keeping it:

crazed monkey is wreaking havoc … Read more

On My Mind

The TTC needs a standard bus temperature. I just transferred from a stifling bus with the heat on, to a frigid one with AC. Happens often.

Tweeted on Aug 21 at 17:41

I want to send a small sum of money to a UK HSBC bank account. TD is asking $30 for a wire transfer—in 2014. Any cheaper alternatives?

Tweeted on Jul 31 at 13:46

Recruiters, an empty LinkedIn invitation to connect shows you don't care enough to treat me as an individual. You have already failed.

Tweeted on Jul 23 at 12:38

Recently Read

Lucandra - Lucene on Cassandra

Linked on Feb 17 at 17:41

“Lucandra provides a Lucene IndexReader and IndexWriter that interfaces with Cassandra.” It requires support for distributed ordered keys in Cassandra. Lucandra does not currently support storing of normalisations, so scoring isn’t available.

peafowl - Another distributed and persistent queue server

Linked on Feb 17 at 5:01

“Peafowl is a powerful but simple messaging server that enables reliable distributed queuing with an absolutely minimal overhead by using memcache protocol for maximum cross-platform compatibility.” This is a pure Python port of Starling, a Ruby queue server built for Twitter. As such, it supports the Starling queue log.