Twitter + BOSS = Real Time Search

By Vik

Try ityahoo

Update: (6/25) This application has been updated. Go here to learn more. The description below though still applies.

Update: (6/11) In case you’re bored, here’s a discussion we had with Google and Twitter about Open & Real-time Search.

Update: (1/19) If you have issues try again in 5-10 minutes. You can also check out the screenshots below. (1/15) App Engine limits were reached (and fast). Appreciate the love and my apologies for not fully anticipating that. Google was nice enough though to temporarily raise the quota for this application. Anyways, this was more to show a cool BOSS developer example using code libraries I released earlier, but there might be more here. Stay tuned.

Here’s a screenshot as well (which should hopefully be stale by the time you read this).

Basically this service boosts Yahoo’s freshest news search results (which typically don’t have much relevance since they are ordered by timestamp and that’s it) based on how similar they are to the emerging topics found on Twitter for the same query (hence using Twitter to determine authority for content that don’t yet have links because they are so fresh). It also overlays related tweets via an AJAX expando button (big thanks to Greg Walloch at Yahoo! for the design) under results if they exist. A nice added feature to the overlay functionality is near-duplicate removal to ensure message threads on any given result provide as much comment diversity as possible.

Freshness (especially in the context of search) is a challenging problem. Traditional PageRank style algorithms don’t really work here as it takes time for a fresh URL to garner enough links to beat an older high ranking URL. One approach is to use cluster sizes as a feature for measuring the popularity of a story (i.e. Google News). Although quite effective IMO this may not be fast enough all the time. For the cluster size to grow requires other sources to write about the same story. Traditional media can be slow however, especially on local topics. I remember when I saw breaking Twitter messages describing the California Wildfires. When I searched Google/Yahoo/Microsoft right at that moment I barely got anything (< 5 results spanning 3 search results pages). I had a similar episode when I searched on the Mumbai attacks. Specifically, the Twitter messages were providing incredible focus on the important subtopics that had yet to become popular in the traditional media and news search worlds. What I found most interesting in both of these cases was that news articles did exist on these topics, but just weren’t valued highly enough yet or not focusing on the right stories (as the majority of tweets were). So why not just do that? Order these fresh news articles (which mostly provide authority and in-depth coverage) based on the number of related fresh tweets as well as show the tweets under each. That’s this service.

To illustrate the need, here’s a quick before and after shot. I searched for ‘nba’ using Yahoo’s news search ordered by latest results (first image). Very fresh (within a minute) but subpar quality. The first result talks about teams that are in a different league of basketball than the NBA. However, search for ‘nba’ on TweetNews (second image) and you get the Kings/Warriors triple OT game highlight which was buzzing more in Twitter at that minute.

'NBA' on Y! News latest

'NBA' on Y! News latest

'NBA' on Y! News latest enhanced by Twitter

'NBA' on TweetNews

There’s something very interesting here … Twitter as a ranking signal for search freshness may prove to be very useful if constructed properly. Definitely deserves more exploration – hence this service, which took < 100 lines of code to represent all the search logic thanks to Yahoo! BOSS, Twitter’s API, and the BOSS Mashup Framework.

To sum up, the contributions of this service are: (1) Real-time search + freshness (2) Stitching social commentary to authoritative sources of information (3) Another (hopefully cool) BOSS example.

The code is packaged for general open consumption and has been ported to run on App Engine (which powers this service actually). You can download all the source here.

97 Responses to “Twitter + BOSS = Real Time Search”

  1. BOSS Developer Fuses Yahoo News With Twitter To Create TweetNews Says:

    [...] his blog post describing the new release, Sigh explains that Yahoo News results are ranked solely by the time at [...]

  2. BOSS Developer Fuses Yahoo News With Twitter To Create TweetNews | FocuSoft Tech Blog Says:

    [...] his blog post describing the new release, Sigh explains that Yahoo News results are ranked solely by the time at [...]

  3. software updateBOSS Developer Fuses Yahoo News With Twitter To Create TweetNews | 82123 Says:

    [...] his blog post describing the new release, Sigh explains that Yahoo News results are ranked solely by the time at [...]

  4. Carl Starrett Says:

    Couldn’t you enhance this to tying into something like Yahoo! Buzz or MyBlogLog to further enhance the relevance of the search results?

  5. Satjot Singh Says:

    This app really utilizes twitter’s value – what’s happening now.

    As twitter goes mainstream, these types of ranking systems will become useful for the general public.

  6. ArpitNext Says:

    Hi Vik!

    Sorry, I couldn’t even try your tool as appengine page gives “403 Over Quota” error.

    I guess it is due to high traffic : congrats man :)

  7. ArpitNext Says:

    well sorry , got it.

    Actually I read your article in a RSS reader & missed the update. New URL working.

    gr8 :)

  8. Yahoo BOSS + Twitter + Google App Engine = fresh news | Blogging Says:

    [...] The service, called TweetNews, presents Yahoo news search results in a different way, using results from the same search on Twitter to determine what should get high placement, according to a blog posting about it by BOSS engineer Vik Singh. [...]

  9. arthur babato Says:

    kudos vic! brilliant! please send me a Boss Sticker asap! ;) I want Boss T-shirt in XXl. ;D Vik Rocks!

  10. World @ Brain | BOSS Developer Fuses Yahoo News With Twitter To Create TweetNews - 19th Edition Says:

    [...] hisblog postdescribing the new release, Singh explains that sorting Yahoo News results by the [...]

  11. Technology Info » Blog Archive » BOSS Developer Fuses Yahoo News With Twitter To Create TweetNews Says:

    [...] his blog post describing the new release, Singh explains that sorting Yahoo News results by the [...]

  12. BOSSの開発者がYahoo NewsとTwitterを融合してTweetNewsを作った Says:

    [...] Singhはこの新サービスについて書いたブログ記事で、Yahoo Newsの「最新」カテゴリーが記事を公開時刻順に並べているのは意味がない、と書いている。一部のニュースサイトは、速報ニュースの重要度を測るのに、そのニュースを取り上げた報道機関の数から決めようとしているが、このやり方は古くなったニュースが関連記事が多いために上位に来てしまうので、速報ニュースではうまくいかない。 [...]

  13. jason mason Says:

    This is great!!Twitter should include your code in their search!!

  14. Ajax Girl » Blog Archive » BOSS Developer Fuses Yahoo News With Twitter To Create TweetNews Says:

    [...] his blog post describing the new release, Singh explains that sorting Yahoo News results by the [...]

  15. Ben Barren - Confessions of a Mad Man » self determination friday. Says:

    [...] “Freshness (especially in the context of search) is a challenging problem. Traditional PageRank style…. One approach is to use cluster sizes as a feature for measuring the popularity of a story (i.e. Google News). Although quite effective IMO this may not be fast enough all the time. For the cluster size to grow requires other sources to write about the same story. Traditional media can be slow however, especially on local topics. I remember when I saw breaking Twitter messages describing the California Wildfires. When I searched Google/Yahoo/Microsoft right at that moment I barely got anything (< 5 results spanning 3 search results pages). I had a similar episode when I searched on the Mumbai attacks. Specifically, the Twitter messages were providing incredible focus on the important subtopics that had yet to become popular in the traditional media and news search worlds. What I found most interesting in both of these cases was that news articles did exist on these topics, but just weren’t valued highly enough yet or not focusing on the right stories (as the majority of tweets were). So why not just do that? Order these fresh news articles (which mostly provide authority and in-depth coverage) based on the number of related fresh tweets as well as show the tweets under each. That’s this service.” Some Mila Post Zombie via Just Jared [...]

  16. Twitter + BOSS = Real Time Search « zooie’s blog | thepostingsecrets Says:

    [...] Excerpt from:  Twitter + BOSS = Real Time Search « zooie’s blog [...]

  17. ArticleSave :: Uncategorized :: BOSS Developer Fuses Yahoo News With Twitter To Create TweetNews Says:

    [...] his blog post describing the new release, Singh explains that sorting Yahoo News results by the [...]

  18. Twitter + BOSS = Real Time Search (Vik/zooie's blog) » Apple Secrets Says:

    [...] / zooie’s blog:Twitter + BOSS = Real Time Search  —  Update: App Engine limits were reached (and fast).  In a matter of minutes [...]

  19. itsmeritesh Says:

    Looks really nice. Could you probably tweak it to show a homepage of latest news based on both yahoo news and twitter. That way users dont have to search for fresh news ?

  20. itsmeritesh Says:

    Clicking a news Item could then hit Boss and twitter and show all articles regarding the topic.

  21. Twitter, Yahoo News mashup stitches social commentary to realtime search | socialmediainfluence.com Says:

    [...] about the experiment, Singh writes: “There’s something very interesting here …Twitter as a ranking signal for search [...]

  22. BOSS Developer Fuses Yahoo News With Twitter To Create TweetNews | OntoreBangladesh Says:

    [...] his blog post describing the new release, Singh explains that sorting Yahoo News results by the [...]

  23. Tech Worlds » Blog Archive » BOSS Developer Fuses Yahoo News With Twitter To Create TweetNews Says:

    [...] his blog post describing the new release, Singh explains that sorting Yahoo News results by the [...]

  24. Paul Grayson Says:

    Nice mash! Why are some results followed by have tweets with no links in them? Are you using twitter search API? Could add filter:links to the twitter query.

  25. Saurabh Sahni Says:

    This is just awesome Vik!

    On the top, I see you have done some amazing updates to the mashup framework. Excellent similarity detection code. Very useful.

  26. Bhasker Hariharan Says:

    Vik,

    I had a similar idea last couple of days( I know its weird coincidence!). Here’s the mashup i wroteup last couple of days.

    I started off developing a more personalized search experience to search through one’s personal networks. But due to authentication issues for now I have restricted the app to search through Yahoo! Mail ( need a premium account ) and a few other services like twitter/Yahoo! News and Flickr.

    BOSS was the next one I was thinking of integrating.

    For others who want to play with my UI here it is ( if it looks crappy bear with me:p I am no UI designer! )

    It will require your permissions to access Yahoo! Mail for now it asks for read/write permissions ( though it doesnt write at all). I will change the app key with one which requires only read permissions soon.

    http://bhasker.net/betterthanCandygram/

  27. Freetracking.org » Yahoo BOSS + Twitter + Google App Engine = fresh news Says:

    [...] The service, called TweetNews, presents Yahoo news search results in a different way, using results from the same search on Twitter to determine what should get high placement, according to a blog posting about it by BOSS engineer Vik Singh. [...]

  28. ResourceShelf » Blog Archive » Yahoo BOSS + Twitter + Google App Engine = fresh news Says:

    [...] The service, called TweetNews, presents Yahoo news search results in a different way, using results from the same search on Twitter to determine what should get high placement, according to a blog posting about it by BOSS engineer Vik Singh. [...]

  29. Ilya Grigorik Says:

    Vik, awesome app. I just pinged you on email, but we built a very similar demo on top of BOSS about a month ago: http://boss.postrank.com/?q=yahoo&type=news

    It’s using our postrank api, which takes into account twitter + many other sources. I’d love to chat with you about integrating some additional metrics into your app + any other ideas you have in the space.

    Love the demos you’ve been building, keep them coming! ;)

  30. david koblas Says:

    I’ve djangofied the source code, tweeked it a bit ..

    A “new” version of the service is available here;
    http://zipon.com/

    I’ve added a Twitter Trends homepage.. Feedback welcome.

  31. Technology Blog » Blog Archive » Twitter, Yahoo Boss Mashup Yields Impressive News Search Engine Says:

    [...] why Yahoo BOSS engineer Vik Singh created TweetNews. TweetNews takes Yahoo’s news results and compares them to emerging topics on Twitter, in [...]

  32. Sorry Google, You Missed the Real-Time Web! « Paylaşım Forum Says:

    [...] BOSS developer understands that real-time needs context and that that comes from archives, and you need search for [...]

  33. SitePoint » TweetNews Mashes Up Twitter with Yahoo! News Says:

    [...] for search freshness may prove to be very useful if constructed properly,” writes Singh in a blog post. With work, TweetNews could definitely work well at exposing the most relevant and up-to-date news [...]

  34. Technology Blog » Blog Archive » Twitter, Yahoo Mashup Yields Better Breaking News Search Says:

    [...] why Yahoo BOSS engineer Vik Singh created TweetNews. TweetNews takes Yahoo’s news results and compares them to emerging topics on Twitter, in effect [...]

  35. BOSS Developer Fuses Yahoo News With Twitter To Create TweetNews | ADBDAT Says:

    [...] his blog post describing the new release, Singh explains that sorting Yahoo News results by the “recent” [...]

  36. Technology Blog » Blog Archive » Twitter-Yahoo Mashup Yields Better Breaking News Search Says:

    [...] why Yahoo BOSS engineer Vik Singh created TweetNews. TweetNews takes Yahoo’s news results and compares them to emerging topics on Twitter, in effect [...]

  37. Can I build a blog using my existing website? Says:

    [...] Twitter + BOSS = Real Time Search « zooie’s blog [...]

  38. Yodel Anecdotal » Blog Archive » Product Pulse - January 16, 2009 Says:

    [...] and important. And another great marriage of traditional and social media. Give it a whirl. More here and [...]

  39. Great News for Social Technologies! Says:

    [...] Twitter + BOSS = Real Time Search « zooie’s blog [...]

  40. Using a Business Page on Facebook Says:

    [...] Twitter + BOSS = Real Time Search « zooie’s blog [...]

  41. Press Release: Expert in Demystifying Social Media Featured in Black Enterprise Magazine — creative blog solutions Says:

    [...] Twitter + BOSS = Real Time Search « zooie’s blog [...]

  42. Twitter + BOSS = Real Time Search (Vik/zooie's blog) » Apple Secrets Says:

    [...] / zooie’s blog:Twitter + BOSS = Real Time Search  —  Update: App Engine limits were reached (and fast).  Appreciate the love [...]

  43. Kevin Says:

    I would love if they provides rss feeds for the search result

  44. ryan Says:

    WoW really cool idea – utilize things being shared on twitter at current time to display the most relevant/current results on a given search topic.

    Type in Hudson plane crash and first link that appears is the most popular link being shared thru twitter which would appear as first search result.

  45. Get Paid Taking Offers & Survey » Blog Archive » Sorry Google, You Missed the Real-Time Web! Says:

    [...] BOSS developer understands that real-time needs context and that that comes from archives, and you need search for [...]

  46. BOSS Developer Fuses Yahoo News With Twitter To Create TweetNews | Webtrendblog.com Says:

    [...] his blog post describing the new release, Singh explains that sorting Yahoo News results by the [...]

  47. Twitter-Yahoo Mashup Yields Better Breaking News Search Says:

    [...] why Yahoo BOSS engineer Vik Singh created TweetNews. TweetNews takes Yahoo’s news results and compares them to emerging topics on Twitter, in effect [...]

  48. BOSS Developer Fuses Yahoo News With Twitter To Create TweetNews | Padub Says:

    [...] his blog post describing the new release, Singh explains that sorting Yahoo News results by the [...]

  49. Sorry Google, You Missed the Real-Time Web! | Padub Says:

    [...] BOSS developer understands that real-time needs context and that that comes from archives, and you need search for [...]

  50. News stories on Twitter / LeoKan.com Says:

    [...] Singh’s post: Freshness (especially in the context of search) is a challenging problem. … Traditional [...]

  51. Yahoo Launches Twitter News Says:

    [...] researcher Vik Singh, writing in a blog post, said TweetNews attempts to solve the time delay of news that only appears after a URL gains [...]

  52. Tweetnews: Yahoo news / Twitter mashup delivers the news before algorithms can « Kevin Glasier Says:

    [...] Seeking to remedy this gap in instantaneous newsgathering, Yahoo BOSS engineer Vik Singh has created Tweetnews, a mashup of the Yahoo search engine indexed against emerging popular topics on Twitter. Wired thinks Tweetnews offers “faster updates, better relevance and more in-depth coverage than either source by itself” and says the tool “might well be the best mashup we’ve ever seen”. [...]

  53. ArticleSave :: Uncategorized :: Sorry Google, You Missed the Real-Time Web! Says:

    [...] BOSS developer understands that real-time needs context and that that comes from archives, and you need search for [...]

  54. Nyhetsrangordning med hjälp av mikrobloggar - Frisim utvecklingsblogg Says:

    [...] Efter att nyfiket ha följt Battelles och Search engine lands tankar på varför inte Yahoo eller Goolge gör en sökmotor för t.ex. Twitter, så hittar jag till ett blogginlägg om TweetNews. [...]

  55. Business News Research » BOSS Developer Fuses Yahoo News With Twitter To Create TweetNews Says:

    [...] his blog post describing the new release, Singh explains that sorting Yahoo News results by the [...]

  56. TweetNews « PaQueSepas Says:

    [...] mejor es que esta nueva herramienta es Open Source, y el código se puede bajar de aquí Posted by rpina1 Filed in Noticias, [...]

  57. BOSS AND TWITTER - TWEETNEWS | Virtual Web Symphony Says:

    [...] Service) and Twitter, combing best of the two applications, Yahoo search and the Twitter. The creator Vik Singh has probably hit upon a very useful idea with great [...]

  58. HoverOver.Us And Create Your Blog | Blogs, News & Latest Web 3.0 Trends Says:

    [...] why Yahoo BOSS engineer Vik Singh created TweetNews. TweetNews takes Yahoo’s news results and compares them to emerging topics on Twitter, in effect [...]

  59. TweetNews ¿velocidad y relevancia? | Denken Über Says:

    [...] de hecho la pregunta irónica es ¿que querés velocidad o punteria? y parece que un ingeniero de Yahoo! acaba de crear un mashup capaz de darnos las dos cosas: [...]

  60. Twitter + BOSS = Real Time Search (Vik/zooie's blog) » Apple Secrets Says:

    [...] / zooie’s blog:Twitter + BOSS = Real Time Search  —  Update: (11/19) There are still errors (empty results, slow page loads).  [...]

  61. links for 2009-01-20 « boblog Says:

    [...] Twitter + BOSS = Real Time Search Basically this service boosts Yahoo’s freshest news search results (which typically don’t have much relevance since they are ordered by timestamp and that’s it) based on how similar they are to the emerging topics found on Twitter for the same query (hence using Twitter to determine authority for content that don’t yet have links because they are so fresh). It also overlays related tweets via an AJAX expando button (big thanks to Greg Walloch at Yahoo! for the design) under results if they exist. A nice added feature to the overlay functionality is near-duplicate removal to ensure message threads on any given result provide as much comment diversity as possible. (tags: web news search) [...]

  62. mark Says:

    a very cool app.
    i will have a very good use for that.

  63. david koblas Says:

    @kevin – I’ve added a feed on the http://zipon.com version of the site.

  64. links for 2009-01-20 | Resonance Partnership Blog Says:

    [...] Twitter + BOSS = Real Time Search « zooie’s blog (tags: twitter search BOSS Vik Singh) [...]

  65. newborn paths in the wiral loop « thoughts from a bold head Says:

    [...] why Yahoo BOSS engineer Vik Singh created TweetNews. TweetNews takes Yahoo’s news results and compares them to emerging topics on Twitter, in [...]

  66. TweetNews Mashes Up Twitter with Yahoo! News Says:

    [...] signal for search freshness may prove to be very useful if constructed properly,” writes Singh in a blog post. With work, TweetNews could definitely work well at exposing the most relevant and up-to-date news [...]

  67. Yahoo Rolls Out Twitter News Search Engine | Digital Meld Says:

    [...] hasn’t officially rolled out a Twitter news search engine but one of their engineer’s (Vik Singh) did… and on Google’s AppSpot no less. The application based on Yahoo’s BOSS [...]

  68. Twitter : le filtre de l’internet en temps réel | traffic-internet.net Says:

    [...] chauds. “La fraîcheur de l’information est un problème difficile à relever”, explique Vik Singh dans un billet de son blog, “les algorithmes de classements comme le PageRank n’arrivent pas à faire remonter une [...]

  69. Drew W Says:

    I’ve been looking for a way to do this at NewsChomper.com – right now we are using RSS feeds to display breaking news from multiple outlets – but it is only breaking news in so far as the RSS originator site breaks it. As we all know, a lot of news outlets are slow off the mark when it comes to real breaking news. You are pushing in the right direction Vik!

  70. Tweeting Archaeology « Electric Archaeology: Digital Media for Learning and Research Says:

    [...] also quite liked a related story where Vik Singh of Yahoo! created a mashup that searches tweets for breaking news: TweetNews takes Yahoo’s news [...]

  71. Jim Pick Says:

    I couldn’t get the code to work with the App Engine SDK. Oddly enough, it worked on the production App Engine.

    It looks like the Yahoo API doesn’t like the HTML header ‘Accept-encoding: identity’. Even though the Yahoo python library changes that to ‘Accept-encoding: gzip’, what is getting sent out on the wire is ‘Accept-encoding: identity’.

    I dug into the App Engine SDK source, and the problem is that ‘accept-encoding’ is listed in _UNTRUSTED_REQUEST_HEADERS in /usr/local/google_appengine/google/appengine/api/urlfetch_stub.py — commenting that out made it possible to run the code on the SDK.

    I’ll create an issue over at Google for this.

  72. Vik Says:

    @jim

    nice find …

  73. Jim Pick Says:

    For reference, here’s the bug report:

    http://code.google.com/p/googleappengine/issues/detail?id=1071

  74. The Blog of Michael Bubbo Says:

    [...] Shared a link on Google Reader. Twitter + BOSS = Real Time Search on the Google App Engine [...]

  75. Ingeniero traductor Says:

    Good idea, I wonder if it can be improved

  76. Blog Tips - Bring More Traffice to your Blog with your Keyword Optimised Title | How to Blog Using Wordpress Says:

    [...] Twitter + BOSS = Real Time Search [...]

  77. Is E-mail Marketing Dead or Evolving? — creative blog solutions Says:

    [...] Twitter + BOSS = Real Time Search « zooie’s blog [...]

  78. Customer Retention Through Search Marketing | Hobby Cash: Make Cash Blogging About the Things You Love Says:

    [...] Twitter + BOSS = Real Time Search « zooie’s blog [...]

  79. West Coast Vinyl Says:

    What does Boss stand for?, can this be applied to local searches as well?
    West Coast Vinyl

    • Vik Says:

      BOSS = “Build your Own Search Service”
      local vertical search isn’t supported yet but some of it can be pulled in from news and web using the right query rewrite

  80. TweetNews Test Drive | The Confidential Resource Says:

    [...] Following breaking news stories using Twitter is a lot faster than aggregation sites like Google or Yahoo News. The TweetNews search tool ranks search results based on Twitter links. It follows Yahoo News and compares its headlines with news story links on Twitter updates. A story’s popularity amongst the tweeting masses will push the story up in the TweetNews results. See Zooie’s Blog for more details. [...]

  81. My Conversations » Blog Archive » Information VS Decision Says:

    [...] A fun step in the right direction: TweetNews: “this service boosts Yahoo’s freshest news search results (which typically don’t have much relevance since they are ordered by timestamp and that’s it) based on how similar they are to the emerging topics found on Twitter for the same query”.  Thanks Vik Singh [...]

  82. OneRiot Offers Twitter Search … With a Twist — Hobby Cash: Make Cash Blogging About the Things You Love Says:

    [...] Twitter + BOSS = Real Time Search « zooie’s blog [...]

  83. JaViS Says:

    I’ve just created a similar app: http://itpints.com

  84. The Realtime Web « Says:

    [...] on Twitter + BOSS = Real Time Search Possibly related posts: (automatically generated)Swine Flu Pandemic & Web Viral PanicPSP [...]

  85. Hacia dónde se dirige Yahoo!? « Telematica & Linux Says:

    [...] relevante de este experimento es que solamente ha requerido 100 líneas de código, es totalmente gratuito y ofrece la potencia [...]

  86. gaba supplements Says:

    Real time search…seems like things are getting better and better on the net.

  87. Avi Rappoport / SearchTools.com Says:

    Definitely better than Twitter search by itself, because there’s often no explanation. What on earth is Pedamundo? (actually you don’t have anything on it yet. It’s a holiday invented by John Mayer.)

    But your talk with Google & Twitter video isn’t up yet, or at least not at that URL. I’ll check back, because I’m very curious!

  88. kk Says:

    Best fast Search Engine for reliable Results searchfast.synthasite.com

  89. TweetNews (Real-Time Search) Is Back « zooie’s blog Says:

    [...] zooie’s blog vik singh’s (mainly techy) thoughts « Twitter + BOSS = Real Time Search [...]

  90. Delicious keeps you in the know at Spindrop Says:

    [...] code for this is similar to Vik's TweetNews – but I think the Delicious data is a nicer [...]

  91. Delicious.com Gets Fresh « zooie's blog Says:

    [...] that describes the motivation and idea in detail, but the basic idea was to advance and apply the TweetNews model to the latest stream of delicious bookmarks. The result is what we feel to be a pretty [...]

  92. Delicious Tries to Borrow Some Twitter Magic Says:

    [...] Bookmarks,” was based off Yahoo architect Vik Singh’s Twitter application called TweetNews, which aggregated the most popular Yahoo news stories being discussed on Twitter, Singh said in a [...]

  93. John Park Says:

    Check this out too for real-time search: feedmil.com

  94. » Even for Non-Tweeters, Twitter has its Uses Says:

    [...] From their blog: Basically this service boosts Yahoo’s freshest news search results… based on how similar they are to the emerging topics found on Twitter for the same query (hence using Twitter to determine authority for content that don’t yet have links because they are so fresh). [...]

  95. Build an Automatic Tagger in 200 lines with BOSS « zooie's blog Says:

    [...] the versatility of an open search API, I developed a simple toy example (see my past ones: TweetNews, Q&A) on the flight over that uses BOSS to generate data for training a machine learned text [...]

  96. Tim Scott Says:

    Great idea. I think it’s so funny how in just a liitle over a year Twitter has been able to replace most news sources. I mean, it seems like a huge shift in the internet that e were all lucky enough to witness.

Leave a Reply