(Single link 9517 showing) View latest links (rss)

Previous/Next
page 1 of 1 pages

2003: 01 02 03 04 05 06 07 08 09 10 11 12
2004: 01 02 03 04 05 06 07 08 09 10 11 12
2005: 01 02 03 04 05 06 07 08 09 10 11 12
2006: 01 02 03 04 05 06 07 08 09 10 11 12
2007: 01 02 03 04 05 06 07 08 09 10 11 12
2008: 01 02 03 04 05 06 07 08 09 10 11 12

  1. Bloglines API Documentation
    http://bloglines.com/services/api/
    "Bloglines provides several mechanisms for accessing account information. The Notifier API is used to quickly gather a count of unread items in a Bloglines account. The Sync API is used to accessing subscription lists and unread blog items. The Blogroll API is used for incorporating subscription lists in other sites."
    http://inessential.com/?comments=1&postid=2922 -- NetNewsWire and the BlogLines API
    http://inessential.com/?comments=1&postid=2923 -- more on NetNewsWire and the BlogLines API
    It's quite exciting having a system like this. Once it unfolds fully (sync bookmarks, multiple systems offering the same API), then two consequences:
    1. Manage bookmarks in NNW, read in BlogLines on the road, get a subset read on your mobile phone. The mobile app is tiny because it doesn't even need to take care of fetching feeds, caching, or marking as read. Easy to build!
    2. Distributing the load. The big services will sync together using something like NNTP, which is hard to set up, but that's fine because they're big (there will be a dozen or so when this starts, but people will have local mirrors, and heavy readers will also run NNTP). Weblog pings are used to populate the system, which relieves the load on the individual weblogs being fetched (spidering can't last that much longer, surely, given the scaling problems). Standard HTTP is used for clients to fetch feeds, which means the people who want the traffic get it, and HTTP works happily through all firewalls. Interesting mix of technologies to make a distributed system. I'll bet you a tenner it turns out like this. ETag-Vary or whatever it is, it's only a stopgap solution.

Previous/Next
page 1 of 1 pages