Text Classification With PHP

March 7th, 2009

Text classification is probably the most popular real-world application of machine learning and other AI techniques. This is because the adaptive spam filters that guard our inboxes, comment forms and guestbooks are basically specialized text classifiers that only deal with two categories – “spam” and “not spam”. Text categorization […] Continue Reading…


Automatically Restart Crashed Or Hanged Applications

March 4th, 2009

Don’t you hate it when programs hang or crash? I find it especially annoying when a background application like an IM client or a bandwidth monitor silently crashes – sometimes I only notice the problem hours later when I’ve already missed a bunch of messages. I’m sure you’ve encountered […] Continue Reading…


The Most Common Internet Personality

February 26th, 2009

Imagine the average Internet user. Would it be a reclusive nerd, or a companionable social networker? Would their favorite pastime be writing witty blog/forum posts, or commenting (ever so eloquently) on YouTube? Would they lol about lolcats?

Here’s some completely unscientific research on these burning questions :

The Myers-Briggs type indicator […] Continue Reading…


Top 4 Free Embedded Databases

February 25th, 2009

I need an embedded database for my next project. During the last few days I’ve done a lot of virtual leg-work researching and comparing the various alternatives, trawling through documentation and forums. The results are below. Hopefully, if you’re ever in the same situation, this list will make your […] Continue Reading…


New Web Load Testing Service

February 22nd, 2009

You can never have too much stats, right? Today I came across a new load testing site that might provide you with some interesting data points. LoadImpact.com simulates multiple users accessing a website and presents a simple report on how long the server took to respond. Here’s an example […] Continue Reading…