> wantTo.workWith(us)?

HackHUD

HackDay Prize

Well, this one didn’t get blogged yet… Back in June, we stayed up all night at the BBC / Yahoo Hack Day in London. The task was to combine data sources and build something experimental – and a little bit edgy.

We forged a script to enhance mainstream news sites (such as BBC News) with a layer of grassroots community content – from bloggers, photographers, and the like. The idea was to propagate the news and views from the streets, alongside mainstream media. The result: ‘HackHUD‘.

It’s a Greasemonkey userscript and it uses a number of Yahooey things (Pipes, YUI and Term Extraction), to display content from Flickr, Technorati and Newsvine.

We were clackety-clack on the keyboard, non-stop for over 24 hours. There were tears and laughter… and in the end, a prize.

» The HackHUD Project
» Install the script (quickly, before the BBC redesign their site ;)

Changelog

  • 0.16 – Public release.
  • 0.17 – Problem with Flickr photos fixed.
  • 0.181 – Wikipedia and Twitter options added.
  • 0.2 – Updated to accommodate changes to BBC site & to Greasemonkey.
  • 0.21 – Better handling of multi-word tags.

Tags: , , , , , , , , , , , , , , , , , , , , , , ,

12 CommentsRSS Feed

  1. Posted December 13, 2007 at 11:54 pm | Permalink

    It was a pleasure working with you guys and great to get to know two new great friends!

  2. Posted December 16, 2007 at 6:02 pm | Permalink

    Indeed, Mr Marco :)
    It was a fine slog, was Hack Day. And you were there – all through the night – hacking away with the best of them…

  3. Posted February 26, 2008 at 4:44 pm | Permalink

    This is totally awesome, but the Pipe for Flickr photos doesn’t seem to exist any more!

  4. Posted March 2, 2008 at 12:04 pm | Permalink

    Thanks Phil. Very strange that – the Flickr pipe seems to have spontaneously combusted. I’ve replaced it with a new one and updated the script.

    The script should automatically inform you of an update within 24 hours…

  5. Posted March 3, 2008 at 2:37 pm | Permalink

    Yay!

    I hacked my local version to also include a link to Wikipedia thus:

    function getWikipediaPipesData(sTags, oInfoPanel) {
    getYahooPipe(‘f5092f6843f0ed59a060cd56833f4889′, sTags, 4, paramCall(standardParser, this, ['wikipedia']));
    }

  6. Posted March 3, 2008 at 3:40 pm | Permalink

    Nice. I’ve added a Wikipedia option to the script, using Phil’s pipe. Thanks, Phil.

    And while I was at it, I added Twitter too.

    This gets me thinking that it could be useful to simplify the process for users to add a new source to the script.

  7. Posted March 6, 2008 at 10:35 pm | Permalink

    That’s good stuff.

    Not sure about the results from the Twitter pipe. Some extra parsing needed to filter out the “are you on a mobile phone?” content.

  8. Posted March 6, 2008 at 11:16 pm | Permalink

    Thanks Phil. Yes, I was using Yahoo Search in the Twitter pipe to retrieve relevant tweets, but I don’t think it’s really appropriate for this kind of task.

    I’ve just switched it to use Terraminds’ Twitter search API. Much better, methinks.

  9. Posted June 11, 2008 at 5:04 pm | Permalink

    Recent changes to the BBC News website mean that the script requires an update. I’ll post again here when a new version is available.

  10. Posted November 11, 2008 at 3:33 am | Permalink

    Hooray. HackHUD has been updated to accommodate changes to the BBC site, as well as to Greasemonkey itself.

    The code is suitably hacky in parts, and more wordy than it needs to be, but it happily does the job.

  11. Posted May 14, 2009 at 3:29 pm | Permalink

    It looks like there’s another change on the site that’ll need re-integrating into the script. I’ll leave a note once the script is updated.

  12. Posted July 16, 2009 at 8:14 pm | Permalink

    BTW – the script started working again, without any changes. So it looks like this was a temporary change on the BBC site.

Post a Comment

Your email is never published or shared. Required fields are marked *

*
*
Or post a trackback.