<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Chris Morrell &#187; Open Source</title>
	<atom:link href="http://cmorrell.com/tag/open-source/feed" rel="self" type="application/rss+xml" />
	<link>http://cmorrell.com</link>
	<description>The personal home page of Chris Morrell</description>
	<lastBuildDate>Thu, 02 Feb 2012 16:34:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Evolvable Systems &#8211; Microblogging</title>
		<link>http://cmorrell.com/microblogging/evolvable-systems-microblogging-68</link>
		<comments>http://cmorrell.com/microblogging/evolvable-systems-microblogging-68#comments</comments>
		<pubDate>Thu, 28 Aug 2008 14:00:02 +0000</pubDate>
		<dc:creator>Chris M.</dc:creator>
				<category><![CDATA[Microblogging]]></category>
		<category><![CDATA[brightkite]]></category>
		<category><![CDATA[dailymile]]></category>
		<category><![CDATA[decentralization]]></category>
		<category><![CDATA[evolution]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://cmorrell.com/?p=68</guid>
		<description><![CDATA[Ajaxian just recently posted a great summary of Clay Shirky&#8217;s In Praise of Evolvable Systems.  In it he talks about how all the poor design decisions that went into making the World Wide Web were overcome by its ability to &#8230; <a href="http://cmorrell.com/microblogging/evolvable-systems-microblogging-68">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Ajaxian just recently posted a <a href="http://ajaxian.com/archives/in-praise-of-evolvable-systems" target="_blank">great summary</a> of Clay Shirky&#8217;s <a href="http://www.shirky.com/writings/evolve.html" target="_blank">In Praise of Evolvable Systems</a>.  In it he talks about how all the poor design decisions that went into making the World Wide Web were overcome by its ability to evolve and survive in less-than-ideal scenarios.  Shirky&#8217;s theory is that because the Web&#8217;s infrastucture is so versitle, and because it&#8217;s so easy to implement enough to have <em>something</em>, it was able to develop into what it is today.</p>
<p>At the end of the article, Shirky establishes three rules for evolvable (and thus potentially successful) systems:</p>
<ol>
<li><em>Only solutions that produce partial results when partially              implemented can succeed. The network is littered with ideas that              would have worked had everybody adopted them. Evolvable systems              begin partially working right away and then grow, rather than              needing to be perfected and frozen. Think VMS vs. Unix, cc:Mail vs.              RFC-822, Token Ring vs. Ethernet. </em><em></em></li>
<li><em>What is, is wrong. Because evolvable systems have always been              adapted to earlier conditions and are always being further adapted              to present conditions, they are always behind the times. No evolving              protocol is ever perfectly in sync with the challenges it faces. </em><em></em></li>
<li><em>Finally, Orgel&#8217;s Rule, named for the evolutionary biologist              Leslie Orgel &#8212; &#8220;Evolution is cleverer than you are&#8221;. As with the              list of the Web&#8217;s obvious deficiencies above, it is easy to point              out what is wrong with any evolvable system at any point in its              life. No one seeing Lotus Notes and the NCSA server side-by-side in              1994 could doubt that Lotus had the superior technology; ditto              ActiveX vs. Java or Marimba vs. HTTP. However, the ability to              understand what is missing at any given moment does not mean that              one person or a small central group can design a better system in              the long haul. </em></li>
</ol>
<p>I&#8217;ve been thinking a lot about decentralized/distributed microblogging, and when I read this article it really hit home.  Shirky&#8217;s advice rings true for a lot of things, but it particularly resonated with my feelings about decentralizing microblogging.  But before I continue I need to give an example:</p>
<blockquote><p>Microblogging may be, at its core, a system for distributing 140(ish) character messages to various &#8220;followers.&#8221;  But there have been a lot of services around microblogging that are definitely part of the same idea, but not quite.  <a href="http://www.dailymile.com" target="_blank">DailyMile</a> is a great example of this.  You&#8217;re still essentially sending out short messages to your friends/followers, but those messages have some additional meaning/metadata (such as workout type, time, etc).  <a href="http://www.brightkite.com" target="_blank">BrightKite</a> is another example—you&#8217;re still sending out short status messages, but they&#8217;ve got a location attached.</p></blockquote>
<p>The beauty of an open source, decentralized microblogging system is that you could build a system that does the core of microblogging well, and build it in such a way that those of us who also want to send out workout updates can extend the system to include workout metadata, and those of us who want to send out location updates and extend the system to include location metadata.  That is, if the system is built to evolve, it can benefit from Orgel&#8217;s Rule.  Anyone who comes up with a clever idea can implement it while tapping intro the existing infrastructure.</p>
<p>This has always been an important element for me, but Shirky&#8217;s article really solidified in my mind <em>how</em> important it is.  If a system isn&#8217;t easy to implement <em>in some way</em>, it will fail.  And if a system can&#8217;t evolve, it will fail.</p>
<p>Right now I have a few pages of notes/thoughts about decentralizing microblogging.  Hopefully I&#8217;ll find some time to make them a bit more coherent and post &#8216;em.  If you&#8217;ve got any specific ideas, feel free to get in touch with me or comment below.</p>
<div class="su-linkbox" id="post-68-linkbox"><div class="su-linkbox-label">Link to this post!</div><div class="su-linkbox-field"><input type="text" value="&lt;a href=&quot;http://cmorrell.com/microblogging/evolvable-systems-microblogging-68&quot;&gt;Evolvable Systems &#8211; Microblogging&lt;/a&gt;" onclick="javascript:this.select()" readonly="readonly" style="width: 100%;" /></div></div>]]></content:encoded>
			<wfw:commentRss>http://cmorrell.com/microblogging/evolvable-systems-microblogging-68/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 17/28 queries in 0.805 seconds using disk: basic
Object Caching 365/425 objects using disk: basic
Content Delivery Network via cdn1.cmorrell.com

Served from: cmorrell.com @ 2012-02-05 03:35:18 -->
