Archive for March, 2009

If you are in search of a blog that will put an end to all of your earthly troubles, look no further than the Noisy Channel.  Aside from being a font of knowledge that will turn you into an AI from a futurist’s dream, there have been reports that regular TNC readers have been cured [...]

John Cook just brought up the changeover from Scheme to Python in MIT’s beginning CS classes. I was exposed to Scheme very early in my programming career during my ill-fated quarter at the University of Chicago.  For some reason I can’t remember (it was 14 years ago), I registered late and couldn’t get into entry [...]

There has been much ballyhoo in the blogosphere touting Google’s so-called foray into semantic search.  The blog post announcing the new feature doesn’t even mention the word semantics, but it does say it looks at associations and concepts related to your query.  I see no mention of tuples or anything of the sort and the [...]

Daniel Tunkelang pointed out a new social search service today dubbed Aardvark.  Social search works by delegating your queries to your social network to elicit a response from them.  Aardvark adds in some algorithmic juice to only ask those in your extended social network who might be able to answer your question. At first blush, [...]

The Road Ahead for TunkRank

Posted: 6 March 2009 in Uncategorized
Tags: , , , ,

Now that TunkRank has gone live, I am faced with some interesting choices. First of all, I want to make the code open source. The only barrier to my doing that is that I have passwords saved in version control that really can’t be shared with the outside world. I didn’t even think about that [...]

A couple months ago, Daniel Tunkelang posted an algorithm on his blog that attempts to emulate PageRank for Twitter.  I implemented a toy version I dubbed TunkRank, and then suggested that name on his blog.  It got some traction, so I figured what the heck and decided to implement it on TunkRank.com. Now, there appeared [...]