Archive for the ‘Uncategorized’ Category

Damerau-Levenshtein Java methods updated

Monday, November 30th, 2009

I had a long-overdue review of the Damerau-Levenshtein Java methods I wrote, extended the regression tests that are included in the class, and discovered a few bugs still hiding in the code. I've pretty much re-written the methods so that they're much easier to read, are much closer in structure ...

Maybank2u Agent M with Pidgin on Ubuntu

Monday, March 30th, 2009

[caption id="attachment_270" align="alignright" width="234" caption="Maybank2u Agent M"][/caption] The Malaysian web can be a frustrating experience if you're not using any Microsoft products. Maybank2u have an 'online banking buddy' to help their customers ask questions and avoid giving them answers. We were recently wondering about changing online merchant payment processors, and considered ...

Java Damerau Levenshtein update

Monday, March 30th, 2009

There's currently a fairly serious issue with character encoding at spider.my - the knock-on effect of which is far too many entries in the keyword table. The MySQL Damerau Levenshtein UDF I wrote is fast, but the disks in my database server are not. A spelling suggestion was taking several ...

Four months with DiGi EDGE – the return of Streamyx

Tuesday, March 3rd, 2009

I promised a 3-6 month report on Internet access with DiGi, so here it is. It was really, really okay. It always just worked, except for a few days around the coup in Perak. During those 2 or 3 days, it was slower than usual and frequently disconnected - up ...

Damerau-Levenshtein in Java

Friday, October 3rd, 2008

When I wrote about the Damerau Levenshtein MySQL UDF (User Defined Function) I explained that I prototyped the functions in Java first. I had a request for the Java code, but when I looked at it, realised that I only used it half way, and then made finishing touches to ...