<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Fire Signal Server &#8211; The Inspiration Behind Laconi.ca?</title>
	<atom:link href="http://staynalive.com/articles/2008/08/04/fire-signal-server-the-inspiration-behind-laconica/feed/" rel="self" type="application/rss+xml" />
	<link>http://staynalive.com/articles/2008/08/04/fire-signal-server-the-inspiration-behind-laconica/</link>
	<description>My View of the Real-Time Web - Tech and Rants From Jesse Stay, The "Social" Geek</description>
	<lastBuildDate>Fri, 12 Mar 2010 20:54:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jesse Stay</title>
		<link>http://staynalive.com/articles/2008/08/04/fire-signal-server-the-inspiration-behind-laconica/comment-page-2/#comment-14968</link>
		<dc:creator>Jesse Stay</dc:creator>
		<pubDate>Fri, 15 Aug 2008 05:06:09 +0000</pubDate>
		<guid isPermaLink="false">http://staynalive.com/articles/2008/08/04/fire-signal-server-the-inspiration-behind-laconica/#comment-14968</guid>
		<description>Brian, simply awesome - I&#039;m going to blog about this tonight if you don&#039;t&lt;br&gt;mind.  This further proves my point that microblogging is a technology and&lt;br&gt;not a service.  My friend, Joseph Scott at Automattic would be very&lt;br&gt;interested to see that as well since he wrote Prologue.  Stay tuned tonight&lt;br&gt;and I&#039;ll publish a post about it - you&#039;ve got an awesome, extendible product&lt;br&gt;there!</description>
		<content:encoded><![CDATA[<p>Brian, simply awesome &#8211; I&#39;m going to blog about this tonight if you don&#39;t<br />mind.  This further proves my point that microblogging is a technology and<br />not a service.  My friend, Joseph Scott at Automattic would be very<br />interested to see that as well since he wrote Prologue.  Stay tuned tonight<br />and I&#39;ll publish a post about it &#8211; you&#39;ve got an awesome, extendible product<br />there!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brianjesse</title>
		<link>http://staynalive.com/articles/2008/08/04/fire-signal-server-the-inspiration-behind-laconica/comment-page-2/#comment-14967</link>
		<dc:creator>brianjesse</dc:creator>
		<pubDate>Fri, 15 Aug 2008 04:33:23 +0000</pubDate>
		<guid isPermaLink="false">http://staynalive.com/articles/2008/08/04/fire-signal-server-the-inspiration-behind-laconica/#comment-14967</guid>
		<description>For years I&#039;ve been trying to make an &quot;architecture of participation&quot; of some sort -- I already have my own OpenID server with SSL at &lt;a href=&quot;http://e-cred.org&quot; rel=&quot;nofollow&quot;&gt;http://e-cred.org&lt;/a&gt; and I started writing a Restful PHP framework several years back as a &quot;study project&quot;.&lt;br&gt;&lt;br&gt;In May/June I was looking at SMOB which is Semantic-web microblogging basically, and I thought that was probably the key to causing sites to be able to interoperate (and actually, I think that&#039;s still the way to go for Groups because a SMOB group can span multiple sites)&lt;br&gt;&lt;br&gt;While studying OAuth and searching for XRDS and trying to figure out where that all fits in, I found Evan&#039;s spec posted as a blog post on &lt;a href=&quot;http://search.technorati.com&quot; rel=&quot;nofollow&quot;&gt;http://search.technorati.com&lt;/a&gt; -- it was weird because I would google for &quot;openmicroblogging&quot; and just the single result  would come up. I was impressed, because here was something new, and nobody seemed to be doing anything with it, and it was _simple_ which is always the key pretty much.&lt;br&gt;&lt;br&gt;So I took my PHP framework and used it to implement the spec from scratch, I&#039;ve built a lot of in-house sites and a lot of my own sites with the framework but it&#039;s pretty new and will certainly need a lot of work to make it solid. But it does have some good design aspects like Model Security, Restful polymorphic controllers, Routes and Content-negotiation so it&#039;s pretty sophisticated if a little hurkin&#039;.&lt;br&gt;&lt;br&gt;As you can see I took advantage of some existing infrastructure -- A Wordpress theme called &quot;prologue&quot; and the diso-project plugins. Basically I wrote a fairly crude compatibility layer for my framework to take advantage of those wordpress plugins. All they really provide are the theme and the OAuth and OpenID libraries. The actual implementation of openmicroblogging is in the plugin called &quot;omb.php&quot;.&lt;br&gt;&lt;br&gt;The OAuth &quot;dance&quot; was pretty exciting to get working for the first time, it&#039;s like OpenID the way it bounces between sites and I think a lot of awesome software will be written with OAuth and OpenID in the future.&lt;br&gt;&lt;br&gt; -- Brian</description>
		<content:encoded><![CDATA[<p>For years I&#39;ve been trying to make an &#8220;architecture of participation&#8221; of some sort &#8212; I already have my own OpenID server with SSL at <a href="http://e-cred.org" rel="nofollow" onclick="javascript:urchinTracker ('/outbound/comment/e-cred.org');">http://e-cred.org</a> and I started writing a Restful PHP framework several years back as a &#8220;study project&#8221;.</p>
<p>In May/June I was looking at SMOB which is Semantic-web microblogging basically, and I thought that was probably the key to causing sites to be able to interoperate (and actually, I think that&#39;s still the way to go for Groups because a SMOB group can span multiple sites)</p>
<p>While studying OAuth and searching for XRDS and trying to figure out where that all fits in, I found Evan&#39;s spec posted as a blog post on <a href="http://search.technorati.com" rel="nofollow" onclick="javascript:urchinTracker ('/outbound/comment/search.technorati.com');">http://search.technorati.com</a> &#8212; it was weird because I would google for &#8220;openmicroblogging&#8221; and just the single result  would come up. I was impressed, because here was something new, and nobody seemed to be doing anything with it, and it was _simple_ which is always the key pretty much.</p>
<p>So I took my PHP framework and used it to implement the spec from scratch, I&#39;ve built a lot of in-house sites and a lot of my own sites with the framework but it&#39;s pretty new and will certainly need a lot of work to make it solid. But it does have some good design aspects like Model Security, Restful polymorphic controllers, Routes and Content-negotiation so it&#39;s pretty sophisticated if a little hurkin&#39;.</p>
<p>As you can see I took advantage of some existing infrastructure &#8212; A Wordpress theme called &#8220;prologue&#8221; and the diso-project plugins. Basically I wrote a fairly crude compatibility layer for my framework to take advantage of those wordpress plugins. All they really provide are the theme and the OAuth and OpenID libraries. The actual implementation of openmicroblogging is in the plugin called &#8220;omb.php&#8221;.</p>
<p>The OAuth &#8220;dance&#8221; was pretty exciting to get working for the first time, it&#39;s like OpenID the way it bounces between sites and I think a lot of awesome software will be written with OAuth and OpenID in the future.</p>
<p> &#8212; Brian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse Stay</title>
		<link>http://staynalive.com/articles/2008/08/04/fire-signal-server-the-inspiration-behind-laconica/comment-page-2/#comment-14966</link>
		<dc:creator>Jesse Stay</dc:creator>
		<pubDate>Fri, 15 Aug 2008 04:18:56 +0000</pubDate>
		<guid isPermaLink="false">http://staynalive.com/articles/2008/08/04/fire-signal-server-the-inspiration-behind-laconica/#comment-14966</guid>
		<description>Hey Brian - so glad my blog could be one of your first comments!  Did you&lt;br&gt;implement that with your own code, or using Laconi.ca out of curiosity?&lt;br&gt;It&#039;s very nice regardless - would love to know more about how you&lt;br&gt;implemented it.</description>
		<content:encoded><![CDATA[<p>Hey Brian &#8211; so glad my blog could be one of your first comments!  Did you<br />implement that with your own code, or using Laconi.ca out of curiosity?<br />It&#39;s very nice regardless &#8211; would love to know more about how you<br />implemented it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brianjesse</title>
		<link>http://staynalive.com/articles/2008/08/04/fire-signal-server-the-inspiration-behind-laconica/comment-page-2/#comment-14965</link>
		<dc:creator>brianjesse</dc:creator>
		<pubDate>Fri, 15 Aug 2008 03:55:46 +0000</pubDate>
		<guid isPermaLink="false">http://staynalive.com/articles/2008/08/04/fire-signal-server-the-inspiration-behind-laconica/#comment-14965</guid>
		<description>Hi everybody, this is one of my first blog comments evar, but I think i&#039;m the first guy to be so taken with the omb spec that I implemented it myself.&lt;br&gt;&lt;br&gt;I first bookmarked it on June 16 and started working on my implementation right away, leaning on the diso-project&#039;s OAuth/XRDS wordpress plugins I had some of the spec working when Laconi.ca and Identi.ca were announced 2 weeks later.&lt;br&gt;&lt;br&gt;From there I grabbed Laconi.ca and started to make my service compatible.&lt;br&gt;&lt;br&gt;Anyway, the reason I&#039;m posting a comment here is because of Ron&#039;s comment about &quot;could be installed everywhere&quot; -- that&#039;s a huge part of how I write PHP code. In fact my implementation of omb should work on Mac, Linux, Windows, PostgreSQL, MySQL, PHP4, PHP5 etc.&lt;br&gt;&lt;br&gt;Check it out here:&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://openmicroblogger.com&quot; rel=&quot;nofollow&quot;&gt;http://openmicroblogger.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://openmicroblogger.org&quot; rel=&quot;nofollow&quot;&gt;http://openmicroblogger.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;Thanks, and thanks especially to Evan for putting together OAuth/XRDS etc into something really useful and fun.&lt;br&gt;&lt;br&gt; -- Brian</description>
		<content:encoded><![CDATA[<p>Hi everybody, this is one of my first blog comments evar, but I think i&#39;m the first guy to be so taken with the omb spec that I implemented it myself.</p>
<p>I first bookmarked it on June 16 and started working on my implementation right away, leaning on the diso-project&#39;s OAuth/XRDS wordpress plugins I had some of the spec working when Laconi.ca and Identi.ca were announced 2 weeks later.</p>
<p>From there I grabbed Laconi.ca and started to make my service compatible.</p>
<p>Anyway, the reason I&#39;m posting a comment here is because of Ron&#39;s comment about &#8220;could be installed everywhere&#8221; &#8212; that&#39;s a huge part of how I write PHP code. In fact my implementation of omb should work on Mac, Linux, Windows, PostgreSQL, MySQL, PHP4, PHP5 etc.</p>
<p>Check it out here:</p>
<p><a href="http://openmicroblogger.com" rel="nofollow" onclick="javascript:urchinTracker ('/outbound/comment/openmicroblogger.com');">http://openmicroblogger.com</a></p>
<p><a href="http://openmicroblogger.org" rel="nofollow" onclick="javascript:urchinTracker ('/outbound/comment/openmicroblogger.org');">http://openmicroblogger.org</a></p>
<p>Thanks, and thanks especially to Evan for putting together OAuth/XRDS etc into something really useful and fun.</p>
<p> &#8212; Brian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jessestay</title>
		<link>http://staynalive.com/articles/2008/08/04/fire-signal-server-the-inspiration-behind-laconica/comment-page-2/#comment-10197</link>
		<dc:creator>jessestay</dc:creator>
		<pubDate>Fri, 15 Aug 2008 01:06:09 +0000</pubDate>
		<guid isPermaLink="false">http://staynalive.com/articles/2008/08/04/fire-signal-server-the-inspiration-behind-laconica/#comment-10197</guid>
		<description>Brian, simply awesome - I&#039;m going to blog about this tonight if you don&#039;t&lt;br&gt;mind.  This further proves my point that microblogging is a technology and&lt;br&gt;not a service.  My friend, Joseph Scott at Automattic would be very&lt;br&gt;interested to see that as well since he wrote Prologue.  Stay tuned tonight&lt;br&gt;and I&#039;ll publish a post about it - you&#039;ve got an awesome, extendible product&lt;br&gt;there!</description>
		<content:encoded><![CDATA[<p>Brian, simply awesome &#8211; I&#39;m going to blog about this tonight if you don&#39;t<br />mind.  This further proves my point that microblogging is a technology and<br />not a service.  My friend, Joseph Scott at Automattic would be very<br />interested to see that as well since he wrote Prologue.  Stay tuned tonight<br />and I&#39;ll publish a post about it &#8211; you&#39;ve got an awesome, extendible product<br />there!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brianjesse</title>
		<link>http://staynalive.com/articles/2008/08/04/fire-signal-server-the-inspiration-behind-laconica/comment-page-2/#comment-10196</link>
		<dc:creator>brianjesse</dc:creator>
		<pubDate>Fri, 15 Aug 2008 00:33:23 +0000</pubDate>
		<guid isPermaLink="false">http://staynalive.com/articles/2008/08/04/fire-signal-server-the-inspiration-behind-laconica/#comment-10196</guid>
		<description>For years I&#039;ve been trying to make an &quot;architecture of participation&quot; of some sort -- I already have my own OpenID server with SSL at &lt;a href=&quot;http://e-cred.org&quot;&gt;http://e-cred.org&lt;/a&gt; and I started writing a Restful PHP framework several years back as a &quot;study project&quot;.&lt;br&gt;&lt;br&gt;In May/June I was looking at SMOB which is Semantic-web microblogging basically, and I thought that was probably the key to causing sites to be able to interoperate (and actually, I think that&#039;s still the way to go for Groups because a SMOB group can span multiple sites)&lt;br&gt;&lt;br&gt;While studying OAuth and searching for XRDS and trying to figure out where that all fits in, I found Evan&#039;s spec posted as a blog post on &lt;a href=&quot;http://search.technorati.com&quot;&gt;http://search.technorati.com&lt;/a&gt; -- it was weird because I would google for &quot;openmicroblogging&quot; and just the single result  would come up. I was impressed, because here was something new, and nobody seemed to be doing anything with it, and it was _simple_ which is always the key pretty much.&lt;br&gt;&lt;br&gt;So I took my PHP framework and used it to implement the spec from scratch, I&#039;ve built a lot of in-house sites and a lot of my own sites with the framework but it&#039;s pretty new and will certainly need a lot of work to make it solid. But it does have some good design aspects like Model Security, Restful polymorphic controllers, Routes and Content-negotiation so it&#039;s pretty sophisticated if a little hurkin&#039;.&lt;br&gt;&lt;br&gt;As you can see I took advantage of some existing infrastructure -- A Wordpress theme called &quot;prologue&quot; and the diso-project plugins. Basically I wrote a fairly crude compatibility layer for my framework to take advantage of those wordpress plugins. All they really provide are the theme and the OAuth and OpenID libraries. The actual implementation of openmicroblogging is in the plugin called &quot;omb.php&quot;.&lt;br&gt;&lt;br&gt;The OAuth &quot;dance&quot; was pretty exciting to get working for the first time, it&#039;s like OpenID the way it bounces between sites and I think a lot of awesome software will be written with OAuth and OpenID in the future.&lt;br&gt;&lt;br&gt; -- Brian</description>
		<content:encoded><![CDATA[<p>For years I&#39;ve been trying to make an &#8220;architecture of participation&#8221; of some sort &#8212; I already have my own OpenID server with SSL at <a href="http://e-cred.org" onclick="javascript:urchinTracker ('/outbound/comment/e-cred.org');">http://e-cred.org</a> and I started writing a Restful PHP framework several years back as a &#8220;study project&#8221;.</p>
<p>In May/June I was looking at SMOB which is Semantic-web microblogging basically, and I thought that was probably the key to causing sites to be able to interoperate (and actually, I think that&#39;s still the way to go for Groups because a SMOB group can span multiple sites)</p>
<p>While studying OAuth and searching for XRDS and trying to figure out where that all fits in, I found Evan&#39;s spec posted as a blog post on <a href="http://search.technorati.com" onclick="javascript:urchinTracker ('/outbound/comment/search.technorati.com');">http://search.technorati.com</a> &#8212; it was weird because I would google for &#8220;openmicroblogging&#8221; and just the single result  would come up. I was impressed, because here was something new, and nobody seemed to be doing anything with it, and it was _simple_ which is always the key pretty much.</p>
<p>So I took my PHP framework and used it to implement the spec from scratch, I&#39;ve built a lot of in-house sites and a lot of my own sites with the framework but it&#39;s pretty new and will certainly need a lot of work to make it solid. But it does have some good design aspects like Model Security, Restful polymorphic controllers, Routes and Content-negotiation so it&#39;s pretty sophisticated if a little hurkin&#39;.</p>
<p>As you can see I took advantage of some existing infrastructure &#8212; A Wordpress theme called &#8220;prologue&#8221; and the diso-project plugins. Basically I wrote a fairly crude compatibility layer for my framework to take advantage of those wordpress plugins. All they really provide are the theme and the OAuth and OpenID libraries. The actual implementation of openmicroblogging is in the plugin called &#8220;omb.php&#8221;.</p>
<p>The OAuth &#8220;dance&#8221; was pretty exciting to get working for the first time, it&#39;s like OpenID the way it bounces between sites and I think a lot of awesome software will be written with OAuth and OpenID in the future.</p>
<p> &#8212; Brian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jessestay</title>
		<link>http://staynalive.com/articles/2008/08/04/fire-signal-server-the-inspiration-behind-laconica/comment-page-2/#comment-10195</link>
		<dc:creator>jessestay</dc:creator>
		<pubDate>Fri, 15 Aug 2008 00:18:56 +0000</pubDate>
		<guid isPermaLink="false">http://staynalive.com/articles/2008/08/04/fire-signal-server-the-inspiration-behind-laconica/#comment-10195</guid>
		<description>Hey Brian - so glad my blog could be one of your first comments!  Did you&lt;br&gt;implement that with your own code, or using Laconi.ca out of curiosity?&lt;br&gt;It&#039;s very nice regardless - would love to know more about how you&lt;br&gt;implemented it.</description>
		<content:encoded><![CDATA[<p>Hey Brian &#8211; so glad my blog could be one of your first comments!  Did you<br />implement that with your own code, or using Laconi.ca out of curiosity?<br />It&#39;s very nice regardless &#8211; would love to know more about how you<br />implemented it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brianjesse</title>
		<link>http://staynalive.com/articles/2008/08/04/fire-signal-server-the-inspiration-behind-laconica/comment-page-2/#comment-10194</link>
		<dc:creator>brianjesse</dc:creator>
		<pubDate>Thu, 14 Aug 2008 23:55:46 +0000</pubDate>
		<guid isPermaLink="false">http://staynalive.com/articles/2008/08/04/fire-signal-server-the-inspiration-behind-laconica/#comment-10194</guid>
		<description>Hi everybody, this is one of my first blog comments evar, but I think i&#039;m the first guy to be so taken with the omb spec that I implemented it myself.&lt;br&gt;&lt;br&gt;I first bookmarked it on June 16 and started working on my implementation right away, leaning on the diso-project&#039;s OAuth/XRDS wordpress plugins I had some of the spec working when Laconi.ca and Identi.ca were announced 2 weeks later.&lt;br&gt;&lt;br&gt;From there I grabbed Laconi.ca and started to make my service compatible.&lt;br&gt;&lt;br&gt;Anyway, the reason I&#039;m posting a comment here is because of Ron&#039;s comment about &quot;could be installed everywhere&quot; -- that&#039;s a huge part of how I write PHP code. In fact my implementation of omb should work on Mac, Linux, Windows, PostgreSQL, MySQL, PHP4, PHP5 etc.&lt;br&gt;&lt;br&gt;Check it out here:&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://openmicroblogger.com&quot;&gt;http://openmicroblogger.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://openmicroblogger.org&quot;&gt;http://openmicroblogger.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;Thanks, and thanks especially to Evan for putting together OAuth/XRDS etc into something really useful and fun.&lt;br&gt;&lt;br&gt; -- Brian</description>
		<content:encoded><![CDATA[<p>Hi everybody, this is one of my first blog comments evar, but I think i&#39;m the first guy to be so taken with the omb spec that I implemented it myself.</p>
<p>I first bookmarked it on June 16 and started working on my implementation right away, leaning on the diso-project&#39;s OAuth/XRDS wordpress plugins I had some of the spec working when Laconi.ca and Identi.ca were announced 2 weeks later.</p>
<p>From there I grabbed Laconi.ca and started to make my service compatible.</p>
<p>Anyway, the reason I&#39;m posting a comment here is because of Ron&#39;s comment about &#8220;could be installed everywhere&#8221; &#8212; that&#39;s a huge part of how I write PHP code. In fact my implementation of omb should work on Mac, Linux, Windows, PostgreSQL, MySQL, PHP4, PHP5 etc.</p>
<p>Check it out here:</p>
<p><a href="http://openmicroblogger.com" onclick="javascript:urchinTracker ('/outbound/comment/openmicroblogger.com');">http://openmicroblogger.com</a></p>
<p><a href="http://openmicroblogger.org" onclick="javascript:urchinTracker ('/outbound/comment/openmicroblogger.org');">http://openmicroblogger.org</a></p>
<p>Thanks, and thanks especially to Evan for putting together OAuth/XRDS etc into something really useful and fun.</p>
<p> &#8212; Brian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zenjiweb</title>
		<link>http://staynalive.com/articles/2008/08/04/fire-signal-server-the-inspiration-behind-laconica/comment-page-2/#comment-10193</link>
		<dc:creator>zenjiweb</dc:creator>
		<pubDate>Mon, 04 Aug 2008 22:25:39 +0000</pubDate>
		<guid isPermaLink="false">http://staynalive.com/articles/2008/08/04/fire-signal-server-the-inspiration-behind-laconica/#comment-10193</guid>
		<description>Well, Identi.ca is still very young so I&#039;m sure there are lots of items that I&#039;d like which are under construction. &lt;br&gt;&lt;br&gt;My primary interests are with the OpenMicroBlogging protocol, and Laconi.ca. OMB needs serious work - a bit more democracy around it and better documentation. I&#039;m still not sure how various Laconica sites interact with each other. It would be nice to see OMB as something can be viewed as truly open and something anyone could build a service off of, with or without using Laconi.ca as the server backend.&lt;br&gt;&lt;br&gt;Vision-wise I&#039;d love to see these services take the whole field past the &quot;Twitter replacement&quot; concept and more into the evolution of the behavior. Even the term &quot;micro blogging&quot; is misleading, since many examples of Twitter user behavior have nothing to do with blogging or even status updates, especially in the case of interacting with various Twitter-API dependent sites. I&#039;ve started calling it &quot;published short messaging&quot;, which is deliberately more open-ended.&lt;br&gt;&lt;br&gt;In some ways I&#039;d like to see OMB or Laconica evolve into something that could be installed everywhere, as ubiquitous as email. In some ways it should be just a feature for an ISP or social networking site rather than services unto themselves. It would dissolve Identi.ca, Twitter, Pownce or Plurk as &quot;microblogging&quot; brands though - I suppose these services would simply become specialized published short messaging communities...&lt;br&gt;&lt;br&gt;Anyhow, there&#039;s my little rant on the subject - thanks for the writeup!</description>
		<content:encoded><![CDATA[<p>Well, Identi.ca is still very young so I&#39;m sure there are lots of items that I&#39;d like which are under construction. </p>
<p>My primary interests are with the OpenMicroBlogging protocol, and Laconi.ca. OMB needs serious work &#8211; a bit more democracy around it and better documentation. I&#39;m still not sure how various Laconica sites interact with each other. It would be nice to see OMB as something can be viewed as truly open and something anyone could build a service off of, with or without using Laconi.ca as the server backend.</p>
<p>Vision-wise I&#39;d love to see these services take the whole field past the &#8220;Twitter replacement&#8221; concept and more into the evolution of the behavior. Even the term &#8220;micro blogging&#8221; is misleading, since many examples of Twitter user behavior have nothing to do with blogging or even status updates, especially in the case of interacting with various Twitter-API dependent sites. I&#39;ve started calling it &#8220;published short messaging&#8221;, which is deliberately more open-ended.</p>
<p>In some ways I&#39;d like to see OMB or Laconica evolve into something that could be installed everywhere, as ubiquitous as email. In some ways it should be just a feature for an ISP or social networking site rather than services unto themselves. It would dissolve Identi.ca, Twitter, Pownce or Plurk as &#8220;microblogging&#8221; brands though &#8211; I suppose these services would simply become specialized published short messaging communities&#8230;</p>
<p>Anyhow, there&#39;s my little rant on the subject &#8211; thanks for the writeup!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jessestay</title>
		<link>http://staynalive.com/articles/2008/08/04/fire-signal-server-the-inspiration-behind-laconica/comment-page-2/#comment-10192</link>
		<dc:creator>jessestay</dc:creator>
		<pubDate>Mon, 04 Aug 2008 21:22:07 +0000</pubDate>
		<guid isPermaLink="false">http://staynalive.com/articles/2008/08/04/fire-signal-server-the-inspiration-behind-laconica/#comment-10192</guid>
		<description>Thanks Ron - it&#039;s great that more people like you are thinking of a&lt;br&gt;distributed system though.  What are your thoughts on the way identi.ca is&lt;br&gt;doing it?  Would you do it any differently?</description>
		<content:encoded><![CDATA[<p>Thanks Ron &#8211; it&#39;s great that more people like you are thinking of a<br />distributed system though.  What are your thoughts on the way identi.ca is<br />doing it?  Would you do it any differently?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
