Category Archives: Blog
Twitter Tracking Links again?
On August 25th Techcrunch noticed that Twitter appeared to be tracking outbound clicks on their web interface, but that the redirects seemed to disappear after the downtime afterwards. It looks like the links are back, I was just using Twitter.com … Continue reading
Is my Server Back Up yet?
While waiting for one of the Twitterfall servers to come back online after an air conditioning failure in the datacentre, x5315 and I realised that instead of keeping an eye on a ping command, we could be told when the … Continue reading
A Twitter Bookmarklet that Doesn’t Suck
Edit: This bookmarklet still works, but the new official Twitter one is pretty decent too, because it uses Twitter’s own URL shortener which (when all clients adopt it, Twitterfall does) will mean your URL will be shown in full in … Continue reading
Javascript Aho-Corasick String Search Algorithm
For the new Twitterfall Exclusions filter, we needed something that would efficiently search tweets for multiple substrings. The simplest solution would be to search through the tweet multiple times for each string, but this is dumb and inefficient, especially when … Continue reading