<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>dekstop weblog : Feed Readers Are a Commodity -- If Not Now, then Soon.</title>
    <link>http://dekstop.de/weblog/2006/03/feed_readers_a_commodity/</link>
    <description>While reading this: Google built a feed platform that is freely available for any user with a Google account. ... and re-reading this: The data technologies powering Google Reader can easily be used and extended by third-party feed aggregators for use in their own applications. ... it struck me: centralized ...</description>
    <dc:language>en-us</dc:language>
    <dc:rights>Copyright 2006 Martin Dittus</dc:rights>
    <lastBuildDate>Tue, 14 Mar 2006 02:09:55 GMT</lastBuildDate>
    <generator>MicroLinks 5.6 (dekstop.de)</generator>
    <managingEditor>public&#64;dekstop&#46;de</managingEditor>
    <webMaster>public&#64;dekstop&#46;de</webMaster>

    <item>
      <title>Comment on "Feed Readers Are a Commodity -- If Not Now, then Soon."</title>
      <link>http://dekstop.de/weblog/2006/03/feed_readers_a_commodity/#211</link>
      <description><![CDATA[<p>Before I forget: It's not just about Google either. There's NewsGator, Bloglines, probably a couple more. And I expect the number of such aggregator services to grow quite a bit.</p>]]> &lt;p&gt;- <![CDATA[<a href="http://dekstop.de/" rel="nofollow">Martin Dittus</a>]]>&lt;/p&gt;</description>
      <dc:creator>Martin Dittus</dc:creator>
      <guid isPermaLink="true">http://dekstop.de/weblog/2006/03/feed_readers_a_commodity/#211</guid>
      <pubDate>Mon, 05 Jun 2006 06:27:46 GMT</pubDate>
    </item>
    <item>
      <title>Comment on "Feed Readers Are a Commodity -- If Not Now, then Soon."</title>
      <link>http://dekstop.de/weblog/2006/03/feed_readers_a_commodity/#204</link>
      <description><![CDATA[<p>You may be right -- but my point was that we now can use Google Reader as _backend_ for our own custom UIs. Google will do the aggregation, and the presentation layer can be custom software by a third-party programmer.</p>]]> &lt;p&gt;- <![CDATA[<a href="http://dekstop.de/" rel="nofollow">Martin Dittus</a>]]>&lt;/p&gt;</description>
      <dc:creator>Martin Dittus</dc:creator>
      <guid isPermaLink="true">http://dekstop.de/weblog/2006/03/feed_readers_a_commodity/#204</guid>
      <pubDate>Sun, 04 Jun 2006 00:25:07 GMT</pubDate>
    </item>
    <item>
      <title>Comment on "Feed Readers Are a Commodity -- If Not Now, then Soon."</title>
      <link>http://dekstop.de/weblog/2006/03/feed_readers_a_commodity/#203</link>
      <description><![CDATA[<p>Well, presently Google Reader simply isn't good enough. Slow, a heavy interface, clunky interactions.</p>

<p>Hey, I *use* the google Reader mobile UI - and I'm starting to look back at Ruby again...!</p>]]> &lt;p&gt;- <![CDATA[<a href="http://robertbrook.com" rel="nofollow">Robert Brook</a>]]>&lt;/p&gt;</description>
      <dc:creator>Robert Brook</dc:creator>
      <guid isPermaLink="true">http://dekstop.de/weblog/2006/03/feed_readers_a_commodity/#203</guid>
      <pubDate>Sun, 04 Jun 2006 00:18:14 GMT</pubDate>
    </item>


    <item>
      <title>Feed Readers Are a Commodity -- If Not Now, then Soon.</title>
      <link>http://dekstop.de/weblog/2006/03/feed_readers_a_commodity/</link> 
      <description><![CDATA[<p>While reading <a href="http://www.niallkennedy.com/blog/archives/2006/03/google-reader-platform.html">this</a>:</p>

<blockquote>
<p>Google built a feed platform that is freely available for any user with a Google account.</p>
</blockquote>

<p>... and re-reading <a href="http://www.niallkennedy.com/blog/archives/2005/12/google_reader_a.html">this</a>:</p>

<blockquote>
<p>The data technologies powering Google Reader can easily be used and extended by third-party feed aggregators for use in their own applications.</p>
</blockquote>

<p>... it struck me: </p>

<ul>
	<li>centralized aggregation, decentralized delivery and UI</li>
	<li>the hardest part in a reader (IMHO) is aggregation, because it offers a lot of pitfalls with little reward for making it "just work"</li>
	<li>more interesting: the visible stuff</li>
	<li>solves bandwidth issues for everybody</li>
	<li>solves stability issues for everybody</li>
	<li>saves costs for the developer/hoster (these kinds of applications are way more resource intensive than the typical blog software)</li>
</ul>

<p>Note that this is completely in line with the software industry's current trend:</p>
<ul>
	<li>there is no money to be made in basic infrastructure: someone already does it better, and for free</li>
	<li>now every web developer can create their own feed reader within an afternoon.</li>
	<li>which of course means (repeat after me:) software is a commodity. </li>
</ul>

<h3>To each his own</h3>

<p>Custom software is where it's at. The small projects developed with minimum effort, for a small set of uses or users, possibly active for only a limited time until you don't need it any more, or until something better comes along.</p>

<p>Which also means it's important to make migration between software solutions painless. Say, as painless as exporting and then importing an OPML file.</p>

<p>Or, say, as painless as simply logging in. </p>

<p>Because when the underlying infrastructure for all those little feed readers is provided by Google there is no need to migrate any data.</p>

<p>(And, of course, this all also ties us closer to the <a href="http://www.google.com/">data monster</a>.)</p>

<p>Now I'm seriously considering scrapping the little work I did on a Ruby feed aggregation infrastructure. There's cooler stuff to do than thinking up flow charts of HTTP error states.</p>

<p>Or is there?</p>

<p>Hm.</p>

<h3>Related Articles</h3>

<ul class="links">
  <li><a href="http://dekstop.de/weblog/2006/01/revisiting_aggregators_pt_one/">Revisiting Aggregators Part I: User-Designed Interfaces</a></li>
  <li><a href="http://dekstop.de/weblog/2006/03/custom_sqlite3_feed_cache_for_feedtools/">SQLite3FeedCache: A Custom Thread-Safe Database Cache for FeedTools</a></li>
  <li><a href="http://dekstop.de/weblog/2006/02/feed_me_random_notes/">Feed Me</a></li>
</ul>  ]]></description>
      <dc:creator>Martin Dittus</dc:creator>
      <category>commentary</category>
      <category>software</category>
      <category>web services</category>
      
      <guid isPermaLink="true">http://dekstop.de/weblog/2006/03/feed_readers_a_commodity/</guid>
      <pubDate>Tue, 14 Mar 2006 02:09:55 GMT</pubDate>
    </item>
  </channel>
</rss>
