Reinventing the wheel: Twitter backchannel
18 Apr 2007I was chatting a bit with Bart about Barcamp, and I asked the inevitable question: “Should we do something with Twitter?” To which Bart’s answer was: “Maybe, but what?”. Let’s see:
- create a “BarcampBrussels” Twitter account, which would serve 2 purposes: 1) be a source of Barcamp organisational info (“Speaker XYZ has to leave early, wants to do his speech before noon, anyone wanna swap?“) and 2) be the ‘glue’ between all Twitterers that are interested in Barcamp: the creation of a BarcampTwitterFriends group, of those who follow that channel.
-
But the Barcamp Twitter account also gets the updates of all its friends, so wouldn’t that be good info too? Well, you do get *all* updates, so not only the “Barcamp speech about XYZ rocks” but also the “feeding my cat” messages. What if you could create a filter on the aggregated messages? Hey: Yahoo! Pipes can do that! We take the RSS feed with all the Barcamp Twitter friends (twitter.com/statuses/friends_timeline/[code].rss), pipe it through Yahoo and only use the updates with the word “Barcamp”! There are some issues with that: people have to remember to prefix each Barcamp-related comment with “Barcamp” (they choose a differente namespace, as it were). That’s cumbersome and ugly. Also, the Twitter RSS only lists the 20 last updates, so the filter might easily remove all updates and leave an empty screen. Even worse, it seems the RSS feed is only updated every X minutes (easily 30, from my experience). So it seems we should have to use the Twitter API to create a live-updating feed. Imagine we do that:
Then we refresh it every X seconds, project it on a screen and tada!! … ladies and gentlemen: the backchannel! We’re not the first to think of this, of course. </li> </ul>
What’s your take: should we do anything with Twitter? Set up a group chat in MSN Messenger or Skype? Or use an classic IRC backchannel? (Who still has an IRC client on his laptop these days?)