Chrome Angry Birds
— the most impressive HTML5 game I’ve seen; Nelson has more details via Nelson Minar #Lady Gaga to debut new songs on Farmville
— “Zynga has created a magical place in FarmVille where my fans can come play” via MetaFilter #Automated BitTorrent lawsuit targets 140,000 film downloaders
— so far, 23,322 IP addresses have been identified by their ISPs #Bin Laden's compound recreated as a Counter-Strike map
— “Counter-Terrorists Win.” via Alice Taylor #Paul Ford on interacting with his archived self
— I wonder if this is why so few people seem to care about preserving their digital past #Visualizing the spread of Bin Laden's death on Twitter
— Keith Urbahn’s original tweet had 300 replies/retweets in the first three minutes via geekosystem.com #Cool but Obscure Unix Tools
— great list; I’ve used 11 of these and they changed the way I work via Pinboard #Raspberry Pi
— UK charity making complete PCs the size of a USB thumbdrive for $25 each via O'Reilly Radar #NYT visualizes the reactions to Osama bin Laden's death
— NYT commenters were asked to mark sentiment on a grid via FlowingData #Tim Carmody tracks down the fake MLK and Twain quotes
— both spread quickly after bin Laden’s death, with interesting origins #ThinkBack, Playing with ThinkUp's New API
The newest beta of ThinkUp adds an API to the app for the first time, allowing developers to easily build apps on top of data coming from ThinkUp.
The JSON API was created by Sam Rose, a 20-year-old student from Wales and an active contributor in the ThinkUp community. His 7,000 line contribution — composed of 40% new tests and 40% documentation — earned him first place in the ThinkUp bounty contest and a brand new iPad 2. Congrats, Sam!
I thought it’d be fun to try building a hack with his new API, so I made a simple visualization of your entire Twitter archives in ThinkUp — ThinkBack, a ThinkUp-powered time capsule. Take a look at my history, or on the @whitehouse account to get the gist.
ThinkBack analyzes your entire Twitter history, extracts entities from the text, and colors them based on category. Grouped by month, it also gives you a quick glimpse at your posting activity over time.
For the entity extraction, I used an excellent free web service called AlchemyAPI to extract people, places, events, product names and other keywords from everything I’ve ever posted. They provide a category for each, which I assigned a color.
I also tested two other free web services that offer entity extraction, text-processing.com and Zemanta. Finding and categorizing keywords from short status updates is no small feat, but AlchemyAPI does a remarkable job. (If you’d like to play around with all three, support for both Zemanta and text-processing.com is commented out in the source code, but easily swappable with AlchemyAPI.)
ThinkBack also uses four typefaces from Google Web Fonts, my first time using them and dead simple to implement. For free fonts, the quality’s surprisingly great, with several faces commissioned by Google itself. For a quick, free hack, it’s a great alternative to Typekit.
I also used a very simple PHP templating language called RainTPL, which I chose as a lightweight alternative to Smarty. In practice, I found it too simple. Its handling of complex data structures and loops required me to jump through hoops that shouldn’t be necessary. (I’ll stick with Smarty next time.)
Anyway, you can download the code here, it only requires PHP and access to a recent version of ThinkUp. Feel free to fork it and submit a pull request for anything you add!


