<?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>FactoryCity &#187; Citizen-centric Web</title>
	<atom:link href="http://factoryjoe.com/blog/category/things-i-think-about/citizen-centric-web/feed/" rel="self" type="application/rss+xml" />
	<link>http://factoryjoe.com/blog</link>
	<description>This can all be made better. Ready? Begin.</description>
	<lastBuildDate>Wed, 11 Jan 2012 18:16:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>	<atom:link rel='hub' href='http://factoryjoe.com/blog/?pushpress=hub'/>
		<item>
		<title>Two tastes better together: Combining OpenID and OAuth with OpenID Connect</title>
		<link>http://factoryjoe.com/blog/2010/05/16/combing-openid-and-oauth-with-openid-connect/</link>
		<comments>http://factoryjoe.com/blog/2010/05/16/combing-openid-and-oauth-with-openid-connect/#comments</comments>
		<pubDate>Mon, 17 May 2010 04:10:27 +0000</pubDate>
		<dc:creator>Chris Messina</dc:creator>
				<category><![CDATA[Citizen-centric Web]]></category>
		<category><![CDATA[Digital Identity]]></category>
		<category><![CDATA[DiSo]]></category>
		<category><![CDATA[Economics]]></category>
		<category><![CDATA[OpenID]]></category>
		<category><![CDATA[oauth]]></category>
		<category><![CDATA[openid]]></category>
		<category><![CDATA[openid connect]]></category>

		<guid isPermaLink="false">http://factoryjoe.com/blog/?p=1919</guid>
		<description><![CDATA[On Friday, David Recordon, one of the original authors of OpenID, released a single-page specification for OpenID Connect, a concept that I outlined on this blog in January before I joined Google. I&#8217;m particularly excited about this early proposal because it builds on all the great progress that the community has made recently on a [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/factoryjoe/4609980463/" title="OpenID Connect by factoryjoe, on Flickr"><img src="http://farm4.static.flickr.com/3361/4609980463_598c3d7d3f.jpg" width="500" height="99" class="figure figure-a" alt="OpenID Connect" /></a></p>
<p>On Friday, <a href="http://www.davidrecordon.com/">David Recordon</a>, one of the original authors of OpenID, <a href="http://daveman692.livejournal.com/349750.html">released</a> a single-page specification for <a href="http://openidconnect.com/">OpenID Connect</a>, a <a href="http://factoryjoe.com/blog/2010/01/04/openid-connect/">concept that I outlined</a> on this blog in January before I <a href="http://factoryjoe.com/blog/2010/01/07/happy-birthday-to-me-im-joining-google/">joined Google</a>.</p>
<p>I&#8217;m particularly excited about this early proposal because it builds on all the great progress that the community has made recently on a litany of technologies, including <a href="http://hueniverse.com/2010/05/introducing-oauth-2-0">OAuth 2.0</a> and the <a href="http://tools.ietf.org/html/draft-hammer-discovery-05">link-based resource descriptor format</a> (LRDD) and its emerging JSON-based variant (<a href="http://hueniverse.com/2010/05/jrd-the-other-resource-descriptor/">JRD</a>).</p>
<p>But I&#8217;m most excited about OpenID Connect because it forces the OpenID community to evaluate the progress we&#8217;ve made  over the last three years (<a href="http://openid.net/2007/12/05/openid-2_0-final-ly/">OpenID 2.0 was introduced in 2007</a>) and to <a href="http://www.webmonkey.com/2010/05/new-openid-connect-proposal-could-solve-many-of-the-social-webs-woes/">think critically about where we go next</a>, and how we get there, given what the market has indicated it wants.</p>
<h3>Rearticulating the problem</h3>
<p>When <a href="http://brad.livejournal.com">Brad Fitzpatrick</a> <a href="http://brad.livejournal.com/2120086.html">first created OpenID</a>, he was looking to solve a fairly mundane problem: develop a protocol that made it possible for a commenter to claim her comments on someone else&#8217;s blog. For the commenter, she had a way to vouch for her words; for the blog owner, he had a way to establish the authenticity of the comments left by his readers. Given this context, all that was required in the early days of OpenID was a stable way to uniquely identify people &mdash; gathering additional profile information wasn&#8217;t as necessary because blog commenting forms already asked for &mdash; and often required &mdash; that commenters supply their name and email address.</p>
<p>Thus the basic architecture of OpenID concerned itself with <em>establishing identity across contexts</em> (i.e. &#8220;Bob&#8221; from Context A is the same &#8220;Bob&#8221; found in Context B), rather than with <em>profile portability</em>. This focus lent itself to privacy-preserving anonymous and pseudonymous transactions where identity could be established without the need to divulge personally-identifying information, or without forcing you to <a href="http://www.zephoria.org/thoughts/archives/2010/05/14/facebook-and-radical-transparency-a-rant.html">collapse the boundaries of separate social contexts</a>. </p>
<p>This feature of OpenID (called <a href="http://willnorris.com/2009/07/openid-directed-identity-identifier-select">directed identity</a>) enabled you to hold a single account at, say, yahoo.com, but sign in to third party sites using &#8220;non-correlatable identifiers&#8221;. That is, this feature made it possible to maintain discreet profiles for logging in to other sites across the web without needing a different password to manage each. </p>
<p>The ability to &#8220;select [the] OpenID identifier&#8221; that I want to share with stackoverflow.com is how this feature manifests on yahoo.com:</p>
<p><a href="http://www.flickr.com/photos/factoryjoe/4602403492/" title="Yahoo - Select your OpenID identifier by factoryjoe, on Flickr"><img src="http://farm5.static.flickr.com/4003/4602403492_b70766308b_o.png" width="556" height="389" alt="Yahoo - Select your OpenID identifier" class="figure figure-a" /></a></p>
<h3>The economics of user-centric identity</h3>
<p>Features like directed identity, however, present several challenges for users and OpenID relying parties. </p>
<p>For users, these features complicate the sign in flow by introducing new interface surfaces (as seen above) and management tasks. They also increase the cognitive burden of registration by requiring a user to pick a profile (or create a new one) to use in a given context. Additionally, the ability to refrain from disclosing profile information when registering for a new service may seem <em>economically advantageous</em> to the user at the outset (<em>&#8220;Aha! I refuse to tell you my name or email address!&#8221;</em>) but results in unintended disadvantages over time.</p>
<p>That is, <strong>because OpenID users share less information with third parties, they are perceived as being &#8220;less valuable&#8221;</strong> than email-based registrants or users that connect to their Facebook or Twitter accounts. </p>
<p>Why? Simply put: OpenID, by design, favors the user rather than the relying party. In contrast, technologies like Facebook and Twitter Connect <a href="http://www.facebook.com/advertising/?connect">emphasize the benefits to relying parties</a>. So while it might seem like <a href="http://www.nytimes.com/interactive/2010/05/12/business/facebook-privacy.html">an inconvenience to custom-tailor your personal privacy settings on Facebook</a>, the liberal defaults are meant to make Facebook users&#8217; accounts more valuable to relying parties than other, more privacy-preserving account configurations.</p>
<p>So, as Twitter and Facebook have grown in popularity and the number of sites willing to outsource their account management to them have increased, both OpenID users and providers find themselves in a predicament: if they continue to restrict the flow of data, the number of OpenID relying parties will diminish in favor of Facebook- and Twitter-Connected sites. If instead OpenID users become more liberal with the data that they are willing (and able) to share with third parties, they will still need to rally support from relying parties to be recognized as valuable users. Thus making more data available from OpenID users is the first essential step that we must take to regain our footing in the marketplace. </p>
<p>But it won&#8217;t be enough. </p>
<p>To overcome both the real and perceived economic disadvantage of supporting OpenID, we need to make adopting OpenID exceedingly simple, straight-forward, and economically advantageous &mdash; <em>in real terms</em>.</p>
<h3>Why harmonizing &#8220;Connect&#8221; is important</h3>
<p>I wrote my overview for <a href="http://factoryjoe.com/blog/2010/01/04/openid-connect/">OpenID Connect</a> convinced that the &#8220;connect&#8221; verb (inherited from the Twitter and Facebook platforms) would help users distinguish between merely registering for a site and signing up for and sharing some data about themselves. Even though <a href="http://news.cnet.com/8301-13577_3-20003075-36.html">Facebook abandoned the &#8220;connect&#8221; brand</a> at F8 this year, I&#8217;m still of the mind that the &#8220;connect&#8221; verb suits our purposes, even if it&#8217;s going to take several years to catch on in common usage.</p>
<p>In any case, if OpenID solves the problem of providing a stable and unique way to identify someone, then the &#8220;Connect&#8221; in OpenID Connect layers in the ability to access data on someone&#8217;s behalf (via conventional APIs like <a href="http://portablecontacts.net/">Portable Contacts</a> or <a href="http://activitystrea.ms/">ActivityStreams</a>). </p>
<p>It&#8217;s this assemblage of authentication and authorization technologies that the industry is calling out for &mdash; as evidenced by the success of Facebook and Twitter Connect and more recently, <a href="http://windowsteamblog.com/windows_live/b/windowslive/archive/2010/04/29/messenger-across-the-web.aspx">Messenger Connect</a> from Microsoft and upstart efforts like <a href="http://joindiaspora.com/">Diaspora</a> that cite OpenID among the technologies they intend to leverage. Without a common standard, each of these efforts is inventing its own custom-tailored solution, retarding industry-wide progress and delaying the development of next generation social applications.</p>
<p>Thus, by leveraging OAuth as the core of OpenID Connect, we can build on the consensus and momentum that has  been achieved in the marketplace, and by weaving in a standard and much-simpler discovery mechanism, we can preserve the decentralized design of OpenID. Presuming that Facebook, Twitter, Google, and others all become OpenID Connect providers, that means that site operators can implement <em>one</em> connect API and interoperate with potentially dozens of providers with a single, well-understood open source stack of technologies.</p>
<p>Such an outcome would be good for relying parties (or &#8220;clients&#8221; in the parlance of Recordon&#8217;s proposal) as well as citizens of the web, who deserve a choice when it comes to entrusting a provider with their digital identity but are increasingly marginalized by &#8220;privacy-preserving technologies&#8221; that are not economically viable.</p>
<p>&#8220;Connect&#8221; also provides a convenient answer to the question of what kind of interface to present to the users who want to use their OpenID:</p>
<p><a href="http://www.flickr.com/photos/factoryjoe/4246318962/" title="OpenID Connect by factoryjoe, on Flickr"><img src="http://farm5.static.flickr.com/4053/4246318962_f1507a6a7f_o.png" width="500" height="230" alt="OpenID Connect" class="figure figure-a" /></a></p>
<p>(Note that I also used the <a href="http://factoryjoe.com/blog/2010/03/12/the-social-agent-part-2-connect/">&#8220;connect&#8221; verb very intentionally</a> in my <a href="http://factoryjoe.com/social-agent">social agent mockups</a> for designing identity into the browser.)</p>
<p>If every site that supports third party authentication today added a &#8220;connect&#8221; button in place of their conventional &#8220;sign up&#8221; or &#8220;register&#8221; buttons and deployed a consistent user experience around picking a provider (some combination of NASCAR buttons and a type-anything email/URL field) that executed the OpenID Connect protocol, we&#8217;d be well along the path of decentralizing the social web, and restoring balance to the ecosystem.</p>
<h3>What does OpenID stand for?</h3>
<p>Of course, applying the OpenID brand to this solution isn&#8217;t something that I would do trivially, since the OpenID Foundation is the real authority for the trademark. However, at the foundation&#8217;s board meeting earlier this year at the <a href="https://wiki.openid.net/2010-OpenID-Technology-Summit-West">OpenID Summit West</a>, we unanimously decided to expand the scope of the OpenID Foundation&#8217;s mission to include advancing the technological underpinnings of internet identity <em>in general</em>, without regard for the existing OpenID technology.</p>
<p>This is a critical recasting of the role that OpenID and the OpenID Foundation plays in the ecosystem. Though there are other groups with similar mandates, the OpenID Foundation has decided to take on the internet identity opportunity as a general problem, rather than one narrowly scoped to disposable use cases.</p>
<p>In that light, it seems to me that we have come to a crossroads in the history of the foundation &mdash; however knowingly &mdash; and decided to take aggressive actions to advance the cause.</p>
<p>Without speaking for the foundation as a whole, I believe that it is essential that we are able to reconceive OpenID as the brand for decentralized digital identity. OpenID need not be thought of as merely an identity algorithm, but as a means for representing and conducting oneself online and across digital environments. Thus as the identity landscape undulates, the OpenID Foundation is in the position to articulate solutions that are not protocol-bound, but responsive to needs of the time, and able to adapt to and weather the shifting winds of technological progress.</p>
<p>After OpenID 2.0, <a href="http://openidconnect.com">OpenID Connect</a> is the next significant reconceptualization of the technology that aims to meet the needs of a changing environment &mdash; one that is defined by the flow of data rather than by its suppression. It is in this context that I believe OpenID Connect can help usher forth the next evolution in digital identity technologies, building on the simplicity of OAuth 2.0 and the decentralized architecture of OpenID.</p>
]]></content:encoded>
			<wfw:commentRss>http://factoryjoe.com/blog/2010/05/16/combing-openid-and-oauth-with-openid-connect/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Video of my talk: &#8220;Identity is the Platform&#8221;</title>
		<link>http://factoryjoe.com/blog/2009/10/01/video-of-my-talk-identity-is-the-platform/</link>
		<comments>http://factoryjoe.com/blog/2009/10/01/video-of-my-talk-identity-is-the-platform/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 07:12:59 +0000</pubDate>
		<dc:creator>Chris Messina</dc:creator>
				<category><![CDATA[Citizen Agency]]></category>
		<category><![CDATA[Citizen-centric Web]]></category>
		<category><![CDATA[Civil liberties]]></category>
		<category><![CDATA[Digital Identity]]></category>
		<category><![CDATA[OpenID]]></category>
		<category><![CDATA[mindtrek]]></category>
		<category><![CDATA[speaking]]></category>
		<category><![CDATA[trim:key=fj_mindtrek_v]]></category>

		<guid isPermaLink="false">http://factoryjoe.com/blog/?p=1730</guid>
		<description><![CDATA[I&#8217;ve posted the video that Brynn shot of my talk. Slides are available here. Of course, it&#8217;s purely coincidental that I used Pownce to illustrate my story of the &#8220;death of a web app&#8221;, since it was relaunched yesterday at TypePad Motion — without any of the relationships that were lost when the service shut [...]]]></description>
			<content:encoded><![CDATA[<p><object width="480" height="264"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=6862420&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=1&amp;color=ffffff&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=6862420&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=1&amp;color=ffffff&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="480" height="264"></embed></object></p>
<p>I&#8217;ve posted the <a href="http://vimeo.com/6862420">video</a> that <a href="http://brynnevans.com">Brynn</a> shot of my talk. Slides are available <a href="http://factoryjoe.com/blog/2009/10/01/identity-is-the-platform/">here</a>.</p>
<p>Of course, it&#8217;s purely coincidental that I used <a href="http://pownce.com">Pownce</a> to illustrate my story of the &#8220;death of a web app&#8221;, since it was <a href="http://www.techcrunch.com/2009/10/01/six-apart-opens-up-typepad-apis-relaunches-pownce-as-typepad-motion/">relaunched</a> <a href="http://www.sixapart.com/blog/2009/10/typepad-platform-and-typepad-motion.html">yesterday</a> at <a href="http://motion.typepad.com/">TypePad Motion</a> — without any of the relationships that were lost when the service shut down. </p>
]]></content:encoded>
			<wfw:commentRss>http://factoryjoe.com/blog/2009/10/01/video-of-my-talk-identity-is-the-platform/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Identity is the platform</title>
		<link>http://factoryjoe.com/blog/2009/10/01/identity-is-the-platform/</link>
		<comments>http://factoryjoe.com/blog/2009/10/01/identity-is-the-platform/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 13:37:32 +0000</pubDate>
		<dc:creator>Chris Messina</dc:creator>
				<category><![CDATA[Citizen-centric Web]]></category>
		<category><![CDATA[Digital Identity]]></category>
		<category><![CDATA[Ideas]]></category>
		<category><![CDATA[Life online]]></category>
		<category><![CDATA[OpenID]]></category>
		<category><![CDATA[Philosophy]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web building]]></category>
		<category><![CDATA[identity]]></category>
		<category><![CDATA[mindtrek]]></category>
		<category><![CDATA[openid]]></category>
		<category><![CDATA[trim:key=fj_mindtrek]]></category>

		<guid isPermaLink="false">http://factoryjoe.com/blog/?p=1724</guid>
		<description><![CDATA[These are the slides from my talk at the Mindtrek conference in Tampere, Finland today. I admit that there are some controversial things in this talk, but if I don&#8217;t say it, I don&#8217;t know who will. So, for the purpose of understanding this talk, it&#8217;s worth keeping in mind that I mean &#8220;OpenID&#8221; in [...]]]></description>
			<content:encoded><![CDATA[<p><object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" id="doc_420422453386218" name="doc_420422453386218" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" align="middle" height="360" width="480" class="figure figure-a"><param name="movie" value="http://d1.scribdassets.com/ScribdViewer.swf?document_id=20475401&#038;access_key=key-1kk5wwvm35hsih3vugmd&#038;page=1&#038;version=1&#038;viewMode=slideshow"><param name="quality" value="high"><param name="play" value="true"><param name="loop" value="true"><param name="scale" value="showall"><param name="wmode" value="opaque"><param name="devicefont" value="false"><param name="bgcolor" value="#ffffff"><param name="menu" value="true"><param name="allowFullScreen" value="true"><param name="allowScriptAccess" value="always"><param name="salign" value=""><param name="mode" value="slideshow"><embed src="http://d1.scribdassets.com/ScribdViewer.swf?document_id=20475401&#038;access_key=key-1kk5wwvm35hsih3vugmd&#038;page=1&#038;version=1&#038;viewMode=slideshow" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" play="true" loop="true" scale="showall" wmode="opaque" devicefont="false" bgcolor="#FFFFFF" name="doc_420422453386218_object" menu="true" allowfullscreen="true" allowscriptaccess="always" salign="" type="application/x-shockwave-flash" align="middle" mode="slideshow" height="360" width="480"><br />
</object></p>
<p>These are the <a href="http://www.scribd.com/doc/20475401/Identity-is-the-Platform">slides</a> from <a href="http://www.arcticstartup.com/2009/10/02/mindtreks-first-day-full-of-variety">my talk</a> at the <a href="http://mindtrek.org">Mindtrek</a> conference in Tampere, Finland today.</p>
<p>I admit that there are some controversial things in this talk, but if I don&#8217;t say it, I don&#8217;t know who will. So, for the purpose of understanding this talk, it&#8217;s worth keeping in mind that I mean &#8220;OpenID&#8221; in a much more expansive way — not limited to the purview of the features of the protocol today, but as an effective, comprehensive competitor to Facebook Connect.</p>
<p>As well, I&#8217;m working out what I really mean by &#8220;Identity as the Platform&#8221;, but my five touchpoints are currently:</p>
<ol type="I">
<li>Me at the center</li>
<li>Smarter user agents</li>
<li>Dynamic personal expression</li>
<li>Universal user experience</li>
<li>Data is money</li>
</ol>
<p>I&#8217;ll be posting a video of my talk later, which should I expand on what these elements actually mean, but I&#8217;m happy for feedback in the meanwhile!</p>
<p><em>Also, I&#8217;m embedding this slideshow using Scribd as Slideshare wasn&#8217;t able to convert my slides. Let me know what you think.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://factoryjoe.com/blog/2009/10/01/identity-is-the-platform/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>The Web at a New Crossroads</title>
		<link>http://factoryjoe.com/blog/2009/09/14/the-web-at-a-new-crossroads/</link>
		<comments>http://factoryjoe.com/blog/2009/09/14/the-web-at-a-new-crossroads/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 18:12:39 +0000</pubDate>
		<dc:creator>Chris Messina</dc:creator>
				<category><![CDATA[Citizen-centric Web]]></category>
		<category><![CDATA[Digital Identity]]></category>
		<category><![CDATA[DiSo]]></category>
		<category><![CDATA[OpenID]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web building]]></category>
		<category><![CDATA[brynn evans]]></category>
		<category><![CDATA[Jyri Engström]]></category>
		<category><![CDATA[pubsubhubbub]]></category>
		<category><![CDATA[pushbutton]]></category>
		<category><![CDATA[real-time web]]></category>
		<category><![CDATA[rsscloud]]></category>
		<category><![CDATA[trim:key=fj_xroads]]></category>

		<guid isPermaLink="false">http://factoryjoe.com/blog/?p=1666</guid>
		<description><![CDATA[This post is a collaborative essay written by Jyri Engström and myself, edited by Brynn Evans and originally posted to the ArcticStartup blog on September 11, 2009. Thanks to Brad Fitzpatrick for his comments on the draft. &#183;&#160;&#160;&#160;&#183;&#160;&#160;&#160;&#183; Around 2003, things began to change. Technology was then the black sheep, having left overnight millionaires destitute [...]]]></description>
			<content:encoded><![CDATA[<p class="intro"><i><img src="http://img.skitch.com/20090914-pw3c77big65xkn5yagbr6rf27q.gif" alt="Jyri &#038; Chris" class="figure figure-d"/>This post is a collaborative essay written by <a href="http://zengestrom.com/">Jyri Engström</a> and myself, edited by <a href="http://brynnevans.com">Brynn Evans</a> and <a href="http://www.arcticstartup.com/2009/09/11/the-web-at-a-new-crossroads/">originally posted</a> to the <a href="http://www.arcticstartup.com">ArcticStartup blog</a> on September 11, 2009. Thanks to <a href="http://bradfitz.com/">Brad Fitzpatrick</a> for his comments on the draft.</i></p>
<p style="text-align:center;">&middot;&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp;&nbsp;&middot;</p>
<p>Around 2003, things began to change.</p>
<p>Technology was then the black sheep, having left overnight millionaires destitute and without change to afford their $4 lattes. Even the posers had left San Francisco and gone back to suburbia to be office managers at Walmart.</p>
<p>It was a sad time for everyone — that is, except the die-hards and the hackers. The web for them had never been about making money, but about reshaping culture and toppling the old order. 2003, therefore, was the perfect time for a resurgence: the people who kept pushing on in the Valley and elsewhere were a concentrated motley crew of innovators and builders. They cared about technology for technology&#8217;s sake and about developing and advancing web culture.</p>
<p>What they didn&rsquo;t realize, however, was that the services and technologies that they were destined to build would need to be cobbled and sewn together using a system that would fight them every step of the way — not out of spite — but because of its architecture. By definition the network available was decidedly anti-human: in 2003, there was only the document-centric web.<br />
<!-- more --></p>
<h3>The document-centric web</h3>
<p><img class="figure figure-b" src="http://docs.google.com/File?id=dhtc9cjk_6dn2txpcn_b" alt="" />We&rsquo;ll spare you the history lesson of the origin story of the internet, but suffice it to say, the web we have today is because a bunch of scientists, academics, and government folks needed a way to share <em>static</em> documents — not set up identities or have a dynamic conversation in public. The net was decidedly antisocial and anti-serendipity, from the beginning.</p>
<p>Keep that in mind when you consider what happened around 2003: masses of people started blogging, publicly. Services like Blogger and TypePad surged; LiveJournal and WordPress started to grow stubble and Drupal emerged from a college dorm. In the absence of innovation since the bubble burst, people started to realize that the web could be a place for personal expression and public conversation — and blogging became the &ldquo;it&rdquo; thing to do.</p>
<p>The problem was that tools were built around the document model of publishing. Many people maintained collections of blogs that they kept handy as bookmarks — and visited regularly, sometimes several times a day (depending on the prolificness of a given blogger). The more savvy audiences discovered desktop feed readers that fetched new content automatically. But conversation was fragmented and inconvenient: to comment, you had to visit the publisher&rsquo;s blog <em>and</em> create a single-purpose account there; to post an original response, you had to have your own blog and know how to send a trackback to the post you were responding to.</p>
<p>The pace was slow and cumbersome, but most early bloggers didn&rsquo;t mind. Their new medium was exciting, expansive, and controversial. And for the time, it fit the write-print/publish model many people had become familiar with thanks to Microsoft Word and other text editors — and which was in turn rewarded by Google&rsquo;s link-based approach to search.</p>
<p>But two things were lacking in the first generation of Web 2.0 tools: <em>personhood</em> and <em>aggregated conversation streams</em>. The document-web hadn&rsquo;t made room for people-friendly affordances like &ldquo;faces,&rdquo; and didn&rsquo;t conform to our restless animal brain, which is well suited to working with a flow of short snippets of information.</p>
<h3>Proprietary, real-time platforms</h3>
<p><img class="figure figure-b" src="http://docs.google.com/File?id=dhtc9cjk_13d742xvcx_b" alt="" />Enter: the real-time web. If 2003–2006 could be defined as the emergence of social media on infrastructure still dominated by the document-web, 2007 through the present will be defined as the transition to the &#8220;real-time&#8221; web, even if through a proprietary side-road.</p>
<p>We&rsquo;ve had chat, SMS, and other forms of asynchronous (near) real-time data streams for some time. But, just as blogging did to email, every new generation is about pushing down the walls that cage one-to-one and one-to-few interactions, turning the same private publishing tools into many-to-many-to-many-more public publishing platforms. Emphasis on the noun: from tools to <em>platforms</em>. </p>
<p>The catch? This real-time web is not mature yet, since the platforms that sequester all of our activities today are proprietary ones like Facebook and Twitter. These are convenient, to be sure, but of limited utility to users with cross-site ambitions, who require interoperability.</p>
<p>While &ldquo;brand-mediated&#8221; profiles and relationships may not seem completely odious on the surface, there are four major drawbacks to keep in mind: </p>
<ul>
<li>Tying one&rsquo;s identity and communications to a single silo means relying on a <a id="o0yb" title="single point of failure" href="http://scobleizer.com/2009/09/07/rssroberts-stuff-is-saved-will-it-do-the-same-for-cnns-twitter-account/">single point of failure</a>, degrading the <a href="http://radar.oreilly.com/2009/09/rss-never-blocks-you-or-goes-d.html">overall reliability and stability of the system</a>. (Remember the failwhale and efforts to keep Twitter from going offline during the Iran uprising, for example).</li>
<li>Handing over management of one&#8217;s identity to a company means being dependent on their decisions and priorities. (Consider the 5,000 friend limit on Facebook; Twitter&#8217;s arbitrary suggested users list; and examples of users being ousted from various services for controversial reasons).
</li>
<li>A web built on top of a few proprietary platforms means less diversity and ultimately smaller scale than a web built on non-proprietary protocols and standards (consider how useful email, the web, and the internet itself became once open standards for interoperability were adopted, and the power of &#8220;<a id="a5:." title="small pieces loosely joined" href="http://www.smallpieces.com/">small pieces loosely joined</a>&#8220;).</li>
<li>And finally, on an ethical and emotional level — <em>it just doesn&#8217;t feel right.</em></li>
</ul>
<p>Fortunately, there are a number of initiatives that are gaining in popularity and finding pockets of adoption throughout industry, leading us to a juncture, where in one direction is the status quo and in the other is what we call &ldquo;the people-centric (real-time) web&rdquo;.</p>
<h3>The people-centric (real-time) web</h3>
<p><img class="figure figure-b" src="http://docs.google.com/File?id=dhtc9cjk_11fgxqc8db_b" alt="" />If the document-centric web was dominated by static pages, then the people-centric web is about placing <em>you</em> at the center (as Time Magazine <a id="w6._" title="did famously in 2006" href="http://www.time.com/time/covers/0,16641,20061225,00.html">did famously in 2006</a>). We&#8217;re seeing the rise of dynamic, portable friend lists and non-brand-mediated identities that can be used across a range of standards-compliant websites. People are beginning to move freely between silos. Individuals are increasingly able to bring their data with them and substitute one service or service provider with another, as one can switch between Outlook and Thunderbird for email, or Photoshop and Pixelmator for image editing on the desktop. Relevant information and friends&#8217; activities are starting to come to users via distributed push publishing. (Thomas Vander Wal has called this the &ldquo;<a id="p:.e" title="come to me" href="http://www.personalinfocloud.com/2006/01/the_come_to_me_.html">come to me</a>&rdquo; web).</p>
<p>Let us briefly describe the key enablers of this emerging new phase:</p>
<p><strong>Portable profiles</strong> means that instead of creating an account on each service you join, you can now host your identity in one place and bring your profile and friends with you to other sites as you surf the social web. <a id="z5xs" title="Webfinger" href="http://code.google.com/p/webfinger">Webfinger</a>, <a id="e1.0" title="OpenID" href="http://openid.net/">OpenID</a>, <a id="lyau" title="Portable Contacts" href="http://portablecontacts.net/">Portable Contacts</a>, and <a id="r9f5" title="OAuth" href="http://oauth.net/">OAuth</a> all make this possible (and for bootstrapping profiles from the legacy document-web, we have Google&#8217;s <a id="akml" title="Social Graph API" href="http://code.google.com/apis/socialgraph/">Social Graph API</a>).</p>
<p><strong>Distributed push publishing</strong> means there is no longer a need to rely on proprietary platforms. The emerging standards here are <a id="v8di" title="Pubsubhubbub" href="http://code.google.com/p/pubsubhubbub/">PubSubHubbub</a> (PuSH) and <a id="edg2" title="RSS Cloud" href="http://en.blog.wordpress.com/2009/09/07/rss-in-the-clouds/">rssCloud</a> (see comparisons on <a href="http://thenextweb.com/2009/09/08/publish-recieve-r-realtime">TheNextWeb</a> and <a href="http://www.techcrunch.com/2009/09/09/rsscloud-vs-pubsubhubbub-why-the-fat-pings-win/">TechCrunch</a>).</p>
<p><strong>Synchronized conversation threads</strong> means that users can participate on the same conversation thread across multiple interfaces and services (we are still waiting for a standard, for which various geeks are actively devising a plan).</p>
<p>Much work remains to make cloud services fully interoperable, but the foundations are in place to turn the web into a truly people-centric place. <em>This call to action goes out to developers, corporations, and individuals alike.</em> Best of all, it&#8217;s not that hard to start supporting these efforts:</p>
<p><strong>Let people use existing accounts to sign in and sign up for your service.</strong> First, the signup ritual offers the least amount of value to users so get it out of the way as fast as possible! Plus, it&#8217;s an automatic barrier to entry — you&#8217;ll see an increase in successful signups by reducing the friction in logging in up front (as <a id="dvyr" title="Plaxo did" href="http://www.readwriteweb.com/archives/comcast_property_sees_92_success_rate_openid.php">Plaxo did</a>). Second, unless it&#8217;s core to what you do, this will also save you the chore of managing profiles on your service. Third, people have so many profiles these days, they can&#8217;t keep track of them and they certainly don&#8217;t want to be creating yet another. Instead, figure out a way to subscribe to someone&rsquo;s existing profile — and keep a reference of it up to date on your site.</p>
<p><strong>Sharing information and activities from your site is how other people will discover you.</strong> Stickiness as a business practice was a byproduct of the document era of the web; on the people-centric web, portability is critical. Data, identities, relationships, and activities need to flow between sites in order to expose insights, spread knowledge, and engender  meaningful social interactivity. This sounds complicated but is relatively straightforward. To begin, your site can make available atomic units of data, exported as streams of activity that indicate who acted in which way upon what object. It&rsquo;s easier than it sounds and formats are available to support this modular approach (see: <a id="g31i" title="Activity Streams" href="http://activitystrea.ms/">Activity Streams</a>)</p>
<p><strong>As a user, consider how much control and security you really want over your online identity.</strong> How do you feel about leasing an identity from a web brand? Unsure about the benefits of owning your own? Some providers (Google, Yahoo, Flickr, MySpace, AOL) let you use their accounts as <a id="nezq" title="OpenIDs" href="http://openid.net/">OpenIDs</a> — a great step towards portability, and beneficial to everyone. The catch with any leased identity is that your identity will be under the provider&#8217;s brand, profile constrained by their design decisions, and personal data subjected to their terms of service. As an alternative, acquiring your own domain and setting up your own profile with an independent is becoming much easier with free services like <a id="rz.l" title="Chi.mp" href="http://chi.mp/">Chi.mp</a> and <a id="qhuk" title="hi.im" href="http://hi.im/">hi.im</a>. More innovation is needed in this area to make independent identities for people and organizations first class citizens on the social web, and their setup and management simpler, accessible, and secure!</p>
<h3>What&#8217;s yet to come</h3>
<p>It&rsquo;s 2009, going on 2010. For the past three years, the web has been morphing into a real-time and people-centric place. We&#8217;ve seen this trend among <a id="xqc." title="individual users" href="http://www.nytimes.com/2009/08/30/magazine/30FOB-medium-t.html">individual users</a> — through their actions and demands for better social experiences — but also increasingly among companies and developers. We want a web that&#8217;s more &#8220;like us&#8221; than the old model was. We want a web where people are as important to the architecture of the system as documents.</p>
<p>And with this new model come new opportunities for innovation and personalization. It is possible to build applications for participating in decentralized conversations around various ideas and trends. This presents a new opportunity for identity management apps, community sites, social dashboards, real-time search, messaging hubs&#8230; and even browser makers, hardware manufacturers, and ad networks. Mobile platforms are also growing, as people connect over non-desktop devices. These small handheld technologies further underscore the importance of portable identity, microcontent, decentralization, and (near) real-time delivery. A document-centric approach just doesn&#8217;t make sense in a mobile world, and with new ground being broken in fields like augmented reality, demand for increasingly rich social experiences powered by open standards instead of proprietary platforms will continue to grow.</p>
<p>But consider the future: the benefits of a people-centric model are still evolving and remain to be fully realized. It&#8217;s critical to not be complacent with the platforms we&#8217;ve grown so accustomed to. If you wear the developer&#8217;s hat, now&#8217;s the time to get on board, read the specs, and implement support for OpenID, Activity Streams, OAuth, PubSubHubbub/rssCloud, or the other mentioned open standards that are relevant to your users. If you are a user, don&#8217;t be afraid to be vocal and ask the services you love to show they love you back, by giving you the rights to your data and the tools to take it with you elsewhere. If you&#8217;re a business, realize that the distributed potential of the social web has barely been tapped, and that you have a choice between (as Robert Scoble calls it) <a id="nzqm" title="not gifting your branding power to another brand" href="http://scobleizer.com/2009/09/07/rssroberts-stuff-is-saved-will-it-do-the-same-for-cnns-twitter-account/">gifting your branding power to someone else</a>, or leveraging these standards to turn your own site from an island to a node in a network of social activity as wide as the web itself. In the end, the internet as a whole will be better off if we stay in control of our own destinies.</p>
<p style="text-align:center;">&middot;&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp;&nbsp;&middot;</p>
<p><i><a href="http://socialwebhelsinki.eventbrite.com/"><img src="http://img.skitch.com/20090821-j2fm8duumqah7y2hnm7r9m4wr5.png" class="figure-b" alt="Register now" /></a>Jyri and I will be <a href="http://factoryjoe.com/blog/2009/08/22/from-the-trenches-the-social-web-workshop-coming-to-europe-in-september/">presenting a workshop on this material</a> during our <a id="scg4" title="MindTrek pre-conference tutorial workshop" href="http://socialwebhelsinki.eventbrite.com/">MindTrek pre-conference tutorial</a> on September 30th in Helsinki. Early bird tickets are still available at a discounted rate; <a  href="http://socialwebhelsinki.eventbrite.com/">register today</a>!</i></p>
<p><i>Also, don&#8217;t forget you can still register for <a id="mfxm" title="Mindtrek" href="http://www.mindtrek.org/2009/">MindTrek</a>, the Nordic conference on social media (Oct. 1st–2nd) in Tampere, Finland.</i></p>
]]></content:encoded>
			<wfw:commentRss>http://factoryjoe.com/blog/2009/09/14/the-web-at-a-new-crossroads/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Bob Blakley on OpenID and the government</title>
		<link>http://factoryjoe.com/blog/2009/09/11/bob-blakley-on-openid-and-the-government/</link>
		<comments>http://factoryjoe.com/blog/2009/09/11/bob-blakley-on-openid-and-the-government/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 11:40:54 +0000</pubDate>
		<dc:creator>Chris Messina</dc:creator>
				<category><![CDATA[Citizen-centric Web]]></category>
		<category><![CDATA[Digital Identity]]></category>
		<category><![CDATA[OpenID]]></category>

		<guid isPermaLink="false">http://factoryjoe.com/blog/?p=1664</guid>
		<description><![CDATA[Bob Blakley works for the Burton Group and has been involved in identity for some time. Writing about the recently launched Open Identity initiative with the US Government, he cited a reason why the announcement is big news, with which I strongly agree (from an American perspective, YMMV in other countries): The second reason today’s [...]]]></description>
			<content:encoded><![CDATA[<p><cite>Bob Blakley</cite> works for the Burton Group and has been involved in identity for some time. Writing about the <a href="http://openid.net/2009/09/09/yahoo-paypal-google-equifax-aol-verisign-acxiom-citi-privo-wave-systems-pilot-open-identity-for-open-government/">recently launched</a> <a href="http://www.idmanagement.gov/drilldown.cfm?action=openID_openGOV">Open Identity initiative</a> with the US Government, he <a href="http://identityblog.burtongroup.com/bgidps/2009/09/us-government-identity-news.html">cited a reason</a> why the announcement is big news, with which I strongly agree (from an American perspective, <abbr title="your mileage may vary">YMMV</abbr> in other countries):</p>
<blockquote cite="http://identityblog.burtongroup.com/bgidps/2009/09/us-government-identity-news.html"><p>The second reason today’s announcement is a really big deal is that, after years of government attempts to create identities and assign them to citizens (via such bad ideas as the UK National ID scheme and the US REAL-ID act), a government has finally recognized that individuals already HAVE identities, and that it’s a better idea, for most purposes, to use these identities than to establish a new government bureaucracy to create new identities – especially if they’re identities people don’t want.</p>
<p>If this initiative succeeds, and I hope it does, it’s almost certain to be a much cheaper route to government consumption of reliable digital identities of citizens than something like REAL-ID would be.  And it will preserve consumer choice at the same time as encouraging innovation in commercial identity technology.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://factoryjoe.com/blog/2009/09/11/bob-blakley-on-openid-and-the-government/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Open identity for the government</title>
		<link>http://factoryjoe.com/blog/2009/09/09/open-identity-for-the-government/</link>
		<comments>http://factoryjoe.com/blog/2009/09/09/open-identity-for-the-government/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 14:09:24 +0000</pubDate>
		<dc:creator>Chris Messina</dc:creator>
				<category><![CDATA[Citizen-centric Web]]></category>
		<category><![CDATA[Civil liberties]]></category>
		<category><![CDATA[Digital Identity]]></category>
		<category><![CDATA[OpenID]]></category>
		<category><![CDATA[government]]></category>

		<guid isPermaLink="false">http://factoryjoe.com/blog/?p=1655</guid>
		<description><![CDATA[Cross-posted to the OpenID blog. Today in collaboration with Vivek Kundra, the nation’s first CIO, we are announcing a pilot program intended to enable individual citizens to login to government websites with their existing accounts — without revealing their password or personally identifying information — using OpenID and InfoCard technologies. This is an important step [...]]]></description>
			<content:encoded><![CDATA[<p><em><a href="http://openid.net/2009/09/09/open-identity-for-the-government/">Cross-posted</a> to the OpenID blog.</em></p>
<p><a href="http://openid.net"><img src="http://img.skitch.com/20081028-rexifruedc5r7339mj7i7gyr6r.png" alt="OpenID logo" class="figure figure-b" /></a>Today in collaboration with Vivek Kundra, the <a href="http://www.washingtonpost.com/wp-dyn/content/article/2009/03/05/AR2009030501060.html">nation’s first CIO</a>, we are <a href="http://openid.net/2009/09/09/yahoo-paypal-google-equifax-aol-verisign-acxiom-citi-privo-wave-systems-pilot-open-identity-for-open-government/">announcing a pilot program</a> intended to enable individual citizens to login to government websites with their existing accounts — without revealing their password or personally identifying information — using OpenID and <a href="http://informationcard.net/blog/open-identity-initiative-2009-09-09">InfoCard technologies</a>.</p>
<p>This is an important step in the Obama administration’s commitment to open, transparent, and participatory government.</p>
<p>First, it acknowledges and embraces existing, open technologies, rather than inventing their own (or worse, hiring independent contractors to do the same).</p>
<p>Second, this comes at a critical time in the history of OpenID, of which there are now well over 500 million OpenID-capable accounts in the wild, (even if few people realize that they already have one!). Given the wide deployment of this technology, it only makes sense that the government should leverage this wide potential userbase to facilitate interaction with its citizens.</p>
<p>Third, it is critical for the government and government agencies to develop solutions and adopt technologies that make it easier for modern citizens to engage with them, to exist competently alongside other social networking websites.</p>
<p>In other words, by embracing OpenID (and InfoCard), the government is helping to further establish the value of owning one’s own identity, and of having convenient, consistent, and privacy-protecting mechanisms in place to enhance and enable participation.</p>
<p>To make this more real, consider booking a campground on a state park’s website: do you really want to create yet another account (that you’ll probably never use again) just to reserve a campsite? Probably not.</p>
<p>To make this more personal: imagine searching the National Institute of Health’s website for information for a loved one who was recently diagnosed with cancer. You’d want the technology to get out of the way and serve your goals — who’d want to register for a new account when you just want to save your search progress (say, from a library kiosk) and resume it later (i.e. from home)?</p>
<p>It’s cases like this that begin to tease at the value of using existing accounts for low-security government interactions (at least to start). Like email, I expect to see this start with a slow, gradual adoption, and overtime, gain momentum and relevance. </p>
<p><em>To find out more about this pilot program, read the <a href="http://openid.net/2009/09/09/yahoo-paypal-google-equifax-aol-verisign-acxiom-citi-privo-wave-systems-pilot-open-identity-for-open-government/">full press release</a> and visit our <a href="http://openid.net/government/">OpenID for Government</a> page. Also check out <a href="http://www.readwriteweb.com/archives/openid_going_mainstream_us_gov_announces_pilot_pro.php">ReadWriteWeb</a> and <a href="http://www.techcrunch.com/2009/09/09/us-government-to-embrace-openid-courtesy-of-google-yahoo-paypal-et-al/">TechCrunch&#8217;s</a> coverage.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://factoryjoe.com/blog/2009/09/09/open-identity-for-the-government/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Announcing the redesign of openid.net</title>
		<link>http://factoryjoe.com/blog/2009/08/10/announcing-the-redesign-of-openid-net/</link>
		<comments>http://factoryjoe.com/blog/2009/08/10/announcing-the-redesign-of-openid-net/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 02:43:10 +0000</pubDate>
		<dc:creator>Chris Messina</dc:creator>
				<category><![CDATA[Citizen-centric Web]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Digital Identity]]></category>
		<category><![CDATA[OpenID]]></category>
		<category><![CDATA[redesign]]></category>

		<guid isPermaLink="false">http://factoryjoe.com/blog/?p=1617</guid>
		<description><![CDATA[As the US government considers OpenID as a vehicle for citizen engagement, it became time for the OpenID Foundation&#8217;s website to receive similar consideration. For some time, the site has been neglected and ignored — serving primarily as a resource for developers, with little regard paid to people just learning about digital identity. The new [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/factoryjoe/3810253992/" title="OpenID Foundation website redesign by factoryjoe, on Flickr"><img src="http://farm3.static.flickr.com/2598/3810253992_dca758d64c.jpg" width="500" height="451" alt="OpenID Foundation website redesign" class="figure figure-a" /></a></p>
<p>As the <a href="http://www.readwriteweb.com/archives/us_government_reviewing_openid_to_log_in_to_some_g.php">US government considers OpenID as a vehicle for citizen engagement</a>, it became time for the OpenID Foundation&#8217;s website to receive similar consideration. For some time, the site has been neglected and ignored — serving primarily as a resource for developers, with little regard paid to people just learning about digital identity. The new design — while <em>far</em> from complete or final — is a first step to remedy that imbalance.</p>
<p>Moreover, I think it&#8217;s also important to realize that in Don&#8217;s <a href="http://openid.net/government/">post today</a> (and <a href="http://openid.net/2009/08/10/interview-with-don-thibeau-oidfs-executive-director/">related interview</a>), we&#8217;re starting to witness the slow realization of the importance and relevance of digital identity to a broader audience — one that has become accustomed to having fractured identities across the web, and having to create new logins on every website with which they wish to engage.</p>
<p>The new design is intended to be more open and clean — and to present a fresher face for OpenID — indeed, to provide the foundation for a re-invigorated identity.</p>
<p>As I mentioned, the site is far from complete — and will need a lot of work to become the public resource that it needs to be in order to continue to make OpenID — both <em>concept</em> and <em>technology</em> — more accessible to an increasingly wider swath of the internet population.</p>
<p>If you have <a href="http://getsatisfaction.com/openid/products/openid_openidnet_website">feedback or ideas</a>, please don&#8217;t hesitate to post them or send them to the <a href="http://openid.net/mailman/listinfo/marketing">marketing mailing list</a>. </p>
<p>Credit where credit&#8217;s due: This project came together in a very short amount of time, and I&#8217;d like to give a shoutout to the team at <a href="http://cloudfour.com">Cloud Four</a> (Jason, Lyza, Megan, John and Aileen), <a href="http://www.linkedin.com/in/amandarichardson">Amanda Richardson</a>, John Ehrig from Global Inventures, Michael Olson and Brian Kissel from <a href="http://janrain.com">Janrain</a> and Don Thibeau —  who contributed to help make this happen. Of course the work&#8217;s just begun, but this is an important first step forward for the Foundation.</p>
<div class="note">This entry was <a href="http://openid.net/2009/08/10/announcing-the-redesign-of-openid-net/">reposted</a> from OpenID.net.</div>
]]></content:encoded>
			<wfw:commentRss>http://factoryjoe.com/blog/2009/08/10/announcing-the-redesign-of-openid-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenID: the unseen branded revenue opportunity</title>
		<link>http://factoryjoe.com/blog/2009/08/05/openid-the-unseen-branded-revenue-opportunity/</link>
		<comments>http://factoryjoe.com/blog/2009/08/05/openid-the-unseen-branded-revenue-opportunity/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 02:31:58 +0000</pubDate>
		<dc:creator>Chris Messina</dc:creator>
				<category><![CDATA[Citizen-centric Web]]></category>
		<category><![CDATA[Digital Identity]]></category>
		<category><![CDATA[DiSo]]></category>
		<category><![CDATA[OpenID]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[brands]]></category>
		<category><![CDATA[Creative Commons]]></category>
		<category><![CDATA[marketing]]></category>

		<guid isPermaLink="false">http://factoryjoe.com/blog/?p=1604</guid>
		<description><![CDATA[I&#8217;ve gone on and on about identity on the web and the battle over owning your namespace online. As far as I&#8217;m concerned there are clear and present dangers in making an ill- or uninformed decision about who you host your identity with. If you use whatever is simply the easiest or most convenient, you&#8217;re [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve gone on and on about identity on the web and the <a href="http://factoryjoe.com/blog/2009/06/09/facebook-usernames-and-the-battle-over-your-digital-identity/">battle</a> over <a href="http://factoryjoe.com/blog/2009/04/15/google-profiles-namespace-lock-in-social-search/">owning your namespace online</a>. As far as I&#8217;m concerned there are clear and present dangers in making an ill- or uninformed decision about who you host your identity with. If you use whatever is simply the easiest or most convenient, you&#8217;re essentially handing over the reigns to how you&#8217;re presented on the web. I call this &#8220;brand-mediated identity&#8221; — where your identity is essentially subjugated to a company or organization.</p>
<p>&#8220;Brand-mediated identity&#8221; in and of itself isn&#8217;t bad. In fact, it&#8217;s a <em>choice</em> — one that I argue shouldn&#8217;t be made <em>unconsciously</em> or <em>involuntarily</em> (but all too often is because obvious or viable alternatives aren&#8217;t available). </p>
<p><a href="http://www.flickr.com/photos/factoryjoe/3794076244/" title="MadMenYourself.com - MadMen Premieres August 16 only on AMC by factoryjoe, on Flickr"><img src="http://farm3.static.flickr.com/2537/3794076244_11c7c7beb1_m.jpg" width="240" height="170" alt="MadMenYourself.com - MadMen Premieres August 16 only on AMC" class="figure figure-b"/></a>Indeed, people mediate their online identities through brands all the time — the latest example being the <a href="http://madmenyourself.com">&#8220;Madmenize&#8221; app</a> that replaces your Twitter avatar with a cartoon head from the acclaimed <a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&#038;location=http%3A%2F%2Fwww.amazon.com%2Fgp%2Fentity%2FMad-Men%2FB001CHR990%3Fie%3DUTF8%26ref%255F%3Dep%255Fsprkl%255Ftv%255FB001CHR990&#038;tag=factorycity-20&#038;linkCode=ur2&#038;camp=1789&#038;creative=390957">Mad Men series</a>. This kind of mediation happens with increasing frequency on Twitter, where identity is fluid and often the sum of a tweet, an avatar and a username. <a href="http://wk.typepad.com/">Renny Gleeson</a> has even started cataloguing these &#8220;<a href="http://twitter.pbworks.com/Icon-Memes">icon memes</a>&#8221; — they&#8217;re <em>that</em> frequent.</p>
<p>But today I came across a truly inspirational approach to brand-mediated identity that portends great potential for <a href="http://openid.net">OpenID</a> and for brands generally — especially those with eager and adoring fans:</p>
<p><a href="http://www.flickr.com/photos/factoryjoe/3794032286/" title="CC Network by factoryjoe, on Flickr"><img src="http://farm3.static.flickr.com/2466/3794032286_62a45c2449.jpg" width="500" height="354" class="figure figure-a" alt="CC Network" /></a></p>
<p><a href="https://creativecommons.net/h/openid/"><img src="http://img.skitch.com/20090806-8gqn9k8sdxfxdb3iqanyhy4rx8.png" alt="Creative Commons and OpenID" class="figure figure-b" /></a>What better way to both support <a href="http://creativecommons.org">Creative Commons</a> <em>and</em> <a href="https://creativecommons.net/h/about/">show off your patronage</a> than by identifying yourself across the web with your very own unique, secure, <a href="https://creativecommons.net/h/openid/">privacy-protecting</a> <a href="http://creativecommons.net">creativecommons.net</a> OpenID (just like <a href="https://creativecommons.net/zach/">Zach Beauvais</a>)? </p>
<p>For a mere <a href="https://support.creativecommons.org/civicrm/contribute/transact?reset=1&#038;id=20">$50 minimum donation </a>(<a href="https://support.creativecommons.org/civicrm/contribute/transact?reset=1&#038;id=16">$25 for students</a>), you can own a limited edition URL and profile from Creative Commons that identifies you to the world and provides a compelling revenue opportunity for the non-profit foundation.</p>
<p>While companies like <a href="http://sap.com">SAP</a> <a href="https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/15037" title="We are open for OpenID!">become OpenID providers</a> for pedestrian reasons like <a href="https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/15183" title="OpenID comes to SAP">simplifying authentication across their many different distributed web properties</a>, Creative Commons is redistributing the brand equity and social capital their members have accrued over the last several years by letting people show and verify their affiliation to the organization.</p>
<p>With this simple example, we can start to see the symbiosis of making an <em>intentional</em> choice about identity: Creative Commons finds a new revenue opportunity and members of the community have a way to express their affiliation and promote the brand. This is exactly the kind of thing that I could see the NYTimes doing for its writers (as an extension to its <a href="http://timespeople.nytimes.com/">Times People platform</a>) — providing them both a home on the web and a way to validate their association with a more well-known entity. This of course is just a small experiment for Creative Commons — but a very exciting one in terms of what it means for identity on the web.</p>
]]></content:encoded>
			<wfw:commentRss>http://factoryjoe.com/blog/2009/08/05/openid-the-unseen-branded-revenue-opportunity/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Thoughts on Opera Unite</title>
		<link>http://factoryjoe.com/blog/2009/06/16/thoughts-on-opera-unite/</link>
		<comments>http://factoryjoe.com/blog/2009/06/16/thoughts-on-opera-unite/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 23:52:18 +0000</pubDate>
		<dc:creator>Chris Messina</dc:creator>
				<category><![CDATA[Activity Streams]]></category>
		<category><![CDATA[Citizen-centric Web]]></category>
		<category><![CDATA[Civil liberties]]></category>
		<category><![CDATA[Digital Identity]]></category>
		<category><![CDATA[DiSo]]></category>
		<category><![CDATA[Life online]]></category>
		<category><![CDATA[Philosophy]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Browsers]]></category>
		<category><![CDATA[bullshit]]></category>
		<category><![CDATA[opera]]></category>
		<category><![CDATA[opera unite]]></category>
		<category><![CDATA[trim:key=fj_unite]]></category>

		<guid isPermaLink="false">http://factoryjoe.com/blog/?p=1498</guid>
		<description><![CDATA[I met today&#8217;s news about Opera&#8217;s new initiative — called Unite — with a mix of shock and awe. On the one hand, I was sickened by the lack of analysis from the echolalic blogger news corps. It appeared that Opera PR had successfully reached out to all of them, shoved a news release down [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://unite.opera.com"><img src="http://img.skitch.com/20090616-m9xest1s88t7pfccu5wimwth47.png" alt="Opera Unite" class="figure figure-b" /></a>I met today&#8217;s news about Opera&#8217;s <a href="http://www.opera.com/press/releases/2009/06/16/">new initiative</a> — called <a href="http://unite.opera.com">Unite</a> — with a mix of <em>shock and awe</em>. </p>
<p>On the one hand, I was sickened by the lack of analysis from the <a href="http://www.techmeme.com/090616/p8#a090616p8">echolalic blogger news corps</a>. It appeared that Opera PR had successfully reached out to all of them, shoved a news release down their throats and waited to give them the go-ahead to regurgitate it on their blogs, using the same screenshots, same content, and differing only in the pithiness of their post titles. </p>
<p>Of course, I could have gotten the same depth of analysis from half a dozen tweets. </p>
<p>Maybe they long ago wrote off Opera and aren&#8217;t interested in providing any kind of depth of insight but whatever, who knows — the nouveau press corps blew it. Social media proves its vapidity once again. </p>
<p>But, I digress. I&#8217;ll tell you what I think, since there&#8217;s a lot in the details of Opera&#8217;s announcement that bear inspection, even if I&#8217;m the only one to do it.</p>
<p>I&#8217;m going to talk about six topics: </p>
<ul>
<li><a href="#what-is-unite">What is Unite?</a></li>
<li><a href="#the-marketing-pitch">The Marketing Pitch</a></li>
<li><a href="#why-isnt-opera-open-source">Why isn&#8217;t Opera open source?</a></li>
<li><a href="#is-unite-really-decentralized">Is Unite really decentralized?</a></li>
<li><a href="#owning-your-namespace">Owning Your Namespace</a></li>
<li><a href="#unite-and-activity-streams">Unite &amp; Activity Streams</a></li>
</ul>
<p>Let&#8217;s get to it.<br />
<span id="more-1498"></span></p>
<h3 id="what-is-unite">What is Unite?</h3>
<p>Like <a href="http://flock.com">Flock</a> before it (Disclaimer: okay, I&#8217;m just stroking my own ego here. Note to self: <em>get over yourself</em>), Opera is attempting to take advantage of the rise of social networking (the verb) and bake it into the browser, as a personal extension to one&#8217;s computing experience.</p>
<p>They accomplish this by embedding what amounts to a web server in the browser, and making it possible to share files, music and photos and to post notes or chat directly with your friends (or anyone who knows the URL to your account and in some cases, has the right password).</p>
<p>You can <a href="http://labs.opera.com/news/2009/06/16/">download an Opera Unite alpha build </a> to try it yourself.</p>
<h3 id="the-marketing-pitch">The Marketing Pitch</h3>
<p><a href="http://www.flickr.com/photos/factoryjoe/3623145207/" title="Opera Software by factoryjoe, on Flickr"><img src="http://farm3.static.flickr.com/2462/3623145207_7d8010f93d.jpg" width="500" height="268" alt="Opera Software" /></a></p>
<p>The marketing hype for Unite started recently, with a bright red page (above) hosted at <a href="http://www.opera.com/freedom/">opera.com/freedom</a>. Of course this inspired a bit of buzz, and <a href="http://asserttrue.blogspot.com">Kas Thomas</a> from CMS Watch even <a href="http://asserttrue.blogspot.com/2009/06/heres-what-opera-is-about-to-unveil.html">guessed correctly</a> what it was all about:</p>
<blockquote cite="http://asserttrue.blogspot.com/2009/06/heres-what-opera-is-about-to-unveil.html"><p>Folks, let me tell you what&#8217;s going to happen. I have a pretty strong hunch (but no inside info, I assure you) on this one. This is something I&#8217;ve thought about for years &#8212; it has needed to happen for years &#8212; and I&#8217;ll be thrilled if Opera pulls it off, although whether people will flock to adopt it is another question.</p>
<p>The answer is that Opera is going to embed a web server in itself.</p>
<p>When you fire up Opera, you&#8217;ll be operating a secure server and you will be able to serve all kinds of content (whatever you want, basically: bookmarks, contacts, cached content, arbitrary files from a roped-off area of your local storage, web pages of your own) to other Opera users, at the very least, and maybe all browser users, at the very most.</p></blockquote>
<p>The mystery seems to have paid off, as Unite is <a href="http://www.techmeme.com/090616/p8#a090616p8">topping Techmeme today</a>.</p>
<p>They released a <a href="http://www.youtube.com/watch?v=D5hr-6cw4M8">stylized video explaining Unite</a>, remniscent of the <a href="http://www.vimeo.com/610179">Data Portability promotional video</a> from several months ago:</p>
<div style="text-align: center;"><object width="500" height="400" class="figure figure-a"><param name="movie" value="http://www.youtube.com/v/D5hr-6cw4M8&amp;color1=0x3a3a3a&amp;color2=0x999999&amp;hl=en&amp;feature=player_embedded&amp;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.youtube.com/v/D5hr-6cw4M8&amp;color1=0x3a3a3a&amp;color2=0x999999&amp;hl=en&amp;feature=player_embedded&amp;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="500" height="400"></embed></object></div>
<p>What I find so fascinating about this marketing message is that it presumes that owning one&#8217;s own data and &#8220;connecting directly&#8221; with friends is somehow relevant to people — as though it&#8217;s a big problem that people have been complaining about for years, and that Opera has finally answered the call.</p>
<p>But I think they&#8217;re missing the big picture here — or intentionally obscuring it — which is that, while the idea of owning your own data may be attractive to neo-libertarians and open source geeks — <strong><em>most people really don&#8217;t care</em></strong> and are happy to outsource storage of their data to someone else who can be responsible for backing up their data and fending off hackers. <a href="http://www.facebook.com/press/info.php?statistics">200 million Facebook users</a> can&#8217;t be wrong, right?</p>
<p>People have embraced social networks because they make it easy to share and collaborate <em>using the browser that they already have</em> — and answering the question: &#8220;what do I do with all these stupid digital photos sitting idly on my harddrive?&#8221; </p>
<p>Let&#8217;s face it, bookmarks were pretty lame before we could peak over our friends&#8217; shoulders at what <em>they</em> were reading.</p>
<p>So while Opera is right to seize on to the social networking meme, they&#8217;re doing so largely to increase the <a href="http://siteanalytics.compete.com/mozilla.com+opera.com/">waning relevance of their browser</a> — <em>not to support freedom</em> as they claim — especially at a time when <a href="http://google.com/chrome">Google&#8217;s Chrome</a> and <a href="http://apple.com/safari">Apple&#8217;s Safari</a> have entered the ring as the new twin contenders for the browser crown (even <a href="http://tr.im/browser_omg">though no one knows what a &#8220;browser&#8221; is</a>). </p>
<p>Furthermore, their whole pitch about owning your own data and disintermediating the large social networks will likely resonate much more with a European audience (i.e. one that <a href="http://af.reuters.com/article/oddlyEnoughNews/idAFTRE55623320090607">would give 7.1% of their vote to the Pirate Party</a>) than a mainstream, social network-obsessed American one. </p>
<p>If you consider how <cite><a href="http://my.opera.com/lawmune">Lawrence Eng</a></cite> (Opera&#8217;s product analyst) <a href="http://labs.opera.com/news/2009/06/16/">puts Unite into context</a> talking about &#8220;the Internet’s unfulfilled promise&#8221;, you&#8217;ll see what I mean:</p>
<blockquote><p> Our computers are only dumb terminals connected to other computers (meaning servers) owned by other people — such as large corporations — who we depend upon to host our words, thoughts, and images. We depend on them to do it well and with our best interests at heart. We place our trust in these third parties, and we hope for the best, but as long as our own computers are not first class citizens on the Web, we are merely tenants, and hosting companies are the landlords of the Internet.</p>
<p>Social networking is important, but who owns it — the online real estate and all the content we share on it? How much control over our words, photos, and identities are we giving up by using someone else’s site for our personal information? How dependent have we become? I imagine that many of us would lose most of our personal contacts if our favorite Web mail services shut down without warning. Also, many of us maintain extensive friend networks on sites like MySpace and Facebook, and are, therefore, subject to their corporate decisions via “Terms of Service” and click-through agreements. Furthermore, what does it mean anyway to be connected to hundreds of our “closest” friends? What about our real social networks, the people we want to interact with on a regular basis (like once a week, or even every day)? Why are online solutions to help us with our real-world social needs so few and far between?</p>
<p>We are connected to a Web that has democratized much and is an amazing source of information. However, “the wisdom of the crowd,” along with the notion that our data ought to live on other people’s computers that we don’t control, has contributed to making the Internet more impersonal, anonymous, fragmented, and more about “the aggregate” than the individual. In fact, quite the opposite of the original promise. For too long, we’ve been going online to connect to each other, but sacrificing intimacy as a result.</p>
<p>With Opera Unite, I think we can start moving in a different direction. </p></blockquote>
<p>Now, it might sound ironic coming from me that I think Opera was wrong to paint their pitch with the paint of libertarian ethos, but if they&#8217;re going to succeed, they have to go beyond &#8220;owning your own data&#8221; to talking about why owning your own data is <strong><em>better</em></strong> or <em><strong>easier</strong></em>. Philosophical rhetoric will only get you so far, as I&#8217;ve learned.</p>
<p>Speaking of&#8230;</p>
<h3 id="why-isnt-opera-open-source">Why isn&#8217;t Opera open source?</h3>
<p>So, with all that raging neo-libertarian angst, why isn&#8217;t Opera open source?</p>
<p>Quite frankly, I have no fucking clue. And with <a href="http://webkit.org">Webkit</a> giving everyone — including Mozilla — a run for dominance over the personal viewport to the web, I simply don&#8217;t see why anyone would build on the Opera platform (albeit, their platform is largely the web — though their rendering engine remains proprietary). </p>
<p>Could it be failure of imagination? Is it that Opera hasn&#8217;t figured out that the future of the web is in hosted and delegated services? Or, is it that they did figure that out, but desperately want to defeat that future in order to write an alternative future with their browser at its center?</p>
<p>In 2006,  <a href="http://computerworld.co.nz/news.nsf/tech/982280C3DA7766DFCC257213007BC166" title="Why Opera isn’t planning to go open source ">Opera didn&#8217;t see a business model for open source browsers</a>. Little has changed since then, except that they now have <strong><em>three</em></strong> formidable <em>open source</em> challengers to contend with that have shipped &#8220;cloud services&#8221;: <a href="https://labs.mozilla.com/projects/weave/" rel="tag">Mozilla Weave</a>, Google&#8217;s <a href="http://www.google.com/apps/intl/en/business/index.html">Apps</a> and Apple&#8217;s <a href="http://www.apple.com/mobileme/" rel="tag">MobileMe</a>.</p>
<p>So, although you can build <a href="http://www.pcworld.com/article/166730/opera_unite_sticks_web_server_in_browser.html" title="Opera Unite Sticks Web Server in Browser">widgets for Opera Unite</a>, you&#8217;re still relying on a third party to stay in the room with you&#8230; namely, Opera. And Opera isn&#8217;t exactly an organization that has behaved favorably towards the open source community in the past. Though that seems unlikely to change, it still begs the question why they believe there is more value is staying proprietary than opening up their browser to outside contributors. </p>
<p>Still, regardless of the decision that they make for their business about open source, there&#8217;s a bigger elephant in the room that needs to be addressed:</p>
<h3 id="is-unite-really-decentralized">Is Opera Unite really decentralized?</h3>
<p><a href="http://www.flickr.com/photos/factoryjoe/3633400640/" title="Opera United by factoryjoe, on Flickr"><img src="http://farm4.static.flickr.com/3538/3633400640_514c04aa72.jpg" width="500" height="281" class="figure figure-a" alt="Opera United" /></a></p>
<p>Opera&#8217;s CEO Jon von Tetzchner <a href="http://www.opera.com/press/releases/2009/06/16/">claims</a> that &#8220;Opera Unite now decentralizes and democratizes the cloud&#8221;, illustrated like this: </p>
<p><a href="http://unite.opera.com/support/userguide/#diff_data_share"><img src="http://img.skitch.com/20090616-dkrfx18g7cwp7tf4sshqrnwcej.png" alt="Data sharing with Opera Unite" /></a></p>
<p><em>I call bullshit. </em></p>
<p>Opera Unite does indeed rely on a <a href="http://ajaxian.com/archives/opera-unite-p2p-in-the-browser-with-a-services-model">P2P-<em>like</em> network</a> to function, but the big problem is that you must push <a href="http://dev.opera.com/articles/view/opera-unite-developer-primer/#conceptsproxy">all your traffic through Opera&#8217;s proxy service</a>:</p>
<p><a href="http://img.skitch.com/20090616-gfhgprsau39kur4ru4weade2ck.png"><img src="http://img.skitch.com/20090616-gfhgprsau39kur4ru4weade2ck.png" alt="The set up when using the Opera Unite server in your browser" /></a></p>
<p>Not exactly &#8220;decentralized&#8221; (more on this in the next section).</p>
<p>Furthermore, if you read through the <a href="http://wiki.factoryjoe.com/Opera-Desktop-EULA">Opera Desktop End User License Agreement</a> (which you <em>had</em> to if you installed the browser — shame on you if you didn&#8217;t!), you would have read section 7: USE OF SERVICES (<span style="background-color:#ff6;">emphasis mine</span>):</p>
<blockquote><p>Opera Unite and Transmission and Receipt of Content: Certain features of the Software and Services, including Opera Unite, may allow you to post or send content and/or links to content stored on your computer, that can be viewed by others (&#8220;User Generated Content&#8221;). Opera Software ASA exercises no control over User Generated Content passing through its network or equipment or available on or through the Services. You agree that Opera Software ASA is not liable for any loss of data.  YOU MAY ONLY POST OR SEND USER GENERATED CONTENT THROUGH THE SERVICES THAT YOU CREATED OR THAT YOU HAVE PERMISSION TO POST OR SEND.. <span style="background-color:#ff6;">You agree not to use Opera Unite to upload, transfer or otherwise make available files, images, code, materials, or other information or content that is obscene, vulgar, hateful, threatening, or that violates any laws or third-party rights, hereunder but not limited to third-party intellectual property rights. We do not claim ownership of any User Generated Content.  However, by submitting User Generated Content to us, you grant us and our affiliates the right and limited license to use, copy, display, perform, distribute and adapt this User Generated Content for the purpose of carrying out the Services</span>.</p>
<p>You agree that we are not liable for User Generated Content that is provided by others. We have no duty to pre-screen User Generated Content, but <span style="background-color:#ff6;">we have the right to refuse to post, edit, or deliver submitted User Generated Content. We reserve the right to remove User Generated Content for any reason, but we are not responsible for any failure or delay in removing such material. We reserve the right to block any user&#8217;s access to any content, web site or web page in our sole discretion. Opera Software ASA reserves the right to terminate your account if you use your account privileges to unlawfully transmit copyrighted material without a license, valid defense or fair use privilege to do so</span>.</p>
<p>Disputes may arise between you and others or between you and Opera Software ASA related to content or commerce, including User Generated Content. Such disputes could involve, among other things, the use or misuse of domain names; the infringement of copyrights, trademarks or other rights in intellectual property; defamation; fraud; the use or misuse of information; and problems with online auction or commerce transactions. You agree that all claims, disputes or wrongdoing that result from, or are related in any way to, the content of information that you post, transmit, re-transmit or receive through the Services, Opera Software&#8217;s network or Software are your sole and exclusive responsibility. <span style="background-color:#ff6;">Opera Software ASA may at it&#8217;s discretion, block certain web sites or domains and re-route you to other pages. By accepting these Terms of Use, You hereby consent to this.</span></p></blockquote>
<p>Besides this <em>hands-on</em> approach to their centralized proxy service, Opera also <a href="http://dev.opera.com/articles/view/opera-unite-developer-primer/#readmore">reserves the right to filter the apps that you can install</a>, <a href="http://www.marco.org/122990476" title="Trust, hostility, and the human side of Apple">a la Apple</a> and <a href="http://www.tuaw.com/2009/06/12/app-store-lessons-the-game-changer-rejection/" title="App Store Lessons: the game changer rejection">their approach</a> to the AppStore (because everyone wants an AppStore, right?):</p>
<blockquote cite="http://dev.opera.com/articles/view/opera-unite-developer-primer/#readmore">
<h4 id="approval_reqs">What are the guidelines for approval of an Opera Unite Service?</h4>
<p>These are some of the guidelines that apply to services:</p>
<ul>
<li>The service must have a sensible name and description</li>
<li>The service must not have obvious bugs, so ensure that you test it before uploading</li>
<li>The service must not contain malicious or destructive code</li>
<li>The service must not contain or use copyrighted information for which you do not hold the rights</li>
<li>The service must not contain or point to adult or hateful content</li>
<li>The service should comply with the Opera Unite Service UI guidelines. Any reason for diverging significantly from the guidelines should be documented in the submission</li>
<li>The service should serve standards-compliant HTML pages that are viewable in all modern browsers on a variety of devices.</li>
</ul>
</blockquote>
<p>I fail to see how this changes our reliance on &#8220;large corporations — who we depend upon to host our words, thoughts, and images&#8221; of whom Lawrence Eng <a href="http://labs.opera.com/news/2009/06/16/">spoke so disparagingly</a>.</p>
<h3 id"owning-your-namespace">Owning Your Namespace</h3>
<p>So, if it isn&#8217;t enough that you have to tunnel your connection through Opera&#8217;s proxies and place your service&#8217;s existence at the mercy of Opera&#8217;s filters, they also want to <a href="http://factoryjoe.com/blog/2009/04/15/google-profiles-namespace-lock-in-social-search/">own your identity</a>, something that everyone <em>also</em> <a href="http://factoryjoe.com/blog/2009/06/09/facebook-usernames-and-the-battle-over-your-digital-identity/">wants to do lately</a>.</p>
<p>In order to use Opera Unite, you have to have a my.opera.com account — perhaps not a big deal until you realize that you&#8217;ll be assigned a URL like <code>http://notebook.<strong>username</strong>.operaunite.com/</code> to access your &#8220;self-hosted&#8221; outpost on the web.</p>
<p><a href="http://dev.opera.com/author/974138">Chris Mills</a>, Opera&#8217;s Developer Relations Manager, <a href="http://dev.opera.com/articles/view/an-introduction-to-opera-unite/">explains</a>:</p>
<blockquote cite="http://dev.opera.com/articles/view/an-introduction-to-opera-unite/"><p>
To use Opera Unite Services, you need to log into Opera. This is the same login that you use to log in to <a href="http://my.opera.com">My Opera</a>, <a href="http://dev.opera.com">Dev Opera</a>, or <a href="http://www.opera.com/link/">Opera Link</a>.</p>
<p>&#8230;</p>
<p><b>Choosing an Opera Unite name for your computer</b></p>
<p>This name is basically your computer’s identity on the Opera Unite system — this is the URL that your contacts can go to if they want to make use of your Opera Unite Services, and share them with you.</p></blockquote>
<p>So, while it&#8217;s true that your friends can access your Opera Unite homepage without an Opera account, if they want to host their own Unite server, they&#8217;re going to have to both download Opera <em>and</em> obtain an Opera account (and no, they don&#8217;t support OpenID).</p>
<p>While there are technical reasons why this makes some sense (mostly to make it easier to get things up and running), it contradicts the whole promise of obviating central control. Indeed, <a href="http://allpeers.com/">AllPeers</a> (now defunct) and others offered similar solutions previously. Why did Opera not launch with the ability for me to choose my own URL, or at least mask my homepage URL with something that didn&#8217;t tie me to Opera&#8230;? Oh yeah, that&#8217;s right — it&#8217;s all about <em>owning the namespace</em>.</p>
<p>At least Google was smart enough when they launched <a href="http://wave.google.com/">Wave</a> to build in true decentralization from the start, and to choose a <a href="http://www.waveprotocol.org/patent-license">patent license</a> for the <a href="http://waveprotocol.org/">Wave protocol</a> that demonstrated that <a href="http://www.waveprotocol.org/wave-community-principles">their desire was not to <em>own</em> the network, but to compete <em>on</em> it</a>.</p>
<h3 id="unite-and-activity-streams">Unite &amp; Activity Streams</h3>
<p>Now, I know I sound like a curmudgeon, but I&#8217;m mostly just disappointed that few other people took Opera to task over the reality distortion field that Opera&#8217;s PR machine generated around this technology launch. But, as someone in the office said to me today, maybe no one cares enough about Opera to bother. Yeah, exactly, like I said before.</p>
<p>Still, there is a silver lining to this cloud computing fiasco which NO ONE else covered: Opera Unite supports <a href="http://activitystrea.ms">activity streams</a>!</p>
<p>It turns out that tucked within the Opera application is a directory called &#8220;unite&#8221; (on the Mac you can find it at <em>Opera.app:Contents:Resources:unite</em>) which contains a bunch of files with the <code>.us</code> extension (presumably for &#8220;<u>U</u>nite <u>S</u>ervice&#8221;). Like Mozilla <code>.xpi</code> files, these <code>.us</code> files are just zip files and can easily be decompressed by changing the extension.</p>
<p>In just about every bundle, there are several pertinent JavaScript files either in a folder called &#8220;asdstream&#8221; or with &#8220;activityStream&#8221; in the filename. The one that&#8217;s most interesting to me is the &#8220;activitystreamparser.js&#8221; file in the fridge.as bundle, which starts like this:</p>
<p><a href="http://www.flickr.com/photos/factoryjoe/3633185615/" title="activitystreamparser.js — unite by factoryjoe, on Flickr"><img src="http://farm4.static.flickr.com/3414/3633185615_51a32166bd_o.png" width="500" height="685" alt="activitystreamparser.js — unite" class="figure figure-a" /></a></p>
<p>Now, I&#8217;m not sure how this is being used, but I imagine it&#8217;s being used to output updates on the personal homepage of the site&#8230; which is <strong><em>awesome</em></strong>.</p>
<p>I wish that Opera had reached out to the <a href="http://groups.google.com/group/activity-streams/">Activity Streams mailing list</a> about this work, but I can also understand that they probably didn&#8217;t want to jump the hype stungun. Anyway, it&#8217;s a huge opportunity (in my eyes!) for them to join the discussion about the open <em>social</em> web (since they have been essential proponents of web standards on the open web to date) and I invite them to share their goals and ideas for this work.</p>
<h3>Conclusion</h3>
<p>Okay, so I shit all over Opera Unite, but you can&#8217;t come out and promise all kinds of world-changing, freedom-enhancing goodness and then not deliver! — worse, to do so when their newest competitor (Google!) is schooling everyone with the perfect example of how to do it right (<em>see:</em> Wave). </p>
<p>While I have problems with Opera&#8217;s marketing approach, I do think that it&#8217;s useful to have Unite in the marketplace so that I can point to it as an example of what I want to see happen with the <a href="http://diso-project.org">Diso Project</a> — though I&#8217;m not willing to rest my success on the fate of any particular browser.</p>
<p>Through a combination of technologies like OpenID, OAuth, XRD, Portable Contacts, Activity Streams and microformats, we&#8217;ve been moving in this direction for some time, without having to alter the browser. Of course that&#8217;s meant that the browser has been conspicuously missing from the conversation, but that too is changing (see <a href="https://labs.mozilla.com/2009/05/identity-in-the-browser/">Mozilla&#8217;s experiment baking OpenID into the browser with Weave</a>), and with Unite, we have yet <a href="http://my.opera.com/community/blog/unite-dreams">another vision</a> to contemplate — though I would have loved to have seen Opera embrace more than just Activity Streams out of all the technologies from the Open Stack.</p>
<p>I&#8217;ll give Opera some credit — both for using Activity Streams instead of inventing their own protocol — and also for launching a fairly polished demonstration of Unite concept as an alpha. If they really want to offer transformative technologies, though, I think it&#8217;s critical that they align their business policies with their marketing rhetoric and technological objectives, down to the code level. Anything less will result in confusion and worse, more posts like this one!</p>
]]></content:encoded>
			<wfw:commentRss>http://factoryjoe.com/blog/2009/06/16/thoughts-on-opera-unite/feed/</wfw:commentRss>
		<slash:comments>88</slash:comments>
		</item>
		<item>
		<title>Facebook usernames and the battle over your digital identity</title>
		<link>http://factoryjoe.com/blog/2009/06/09/facebook-usernames-and-the-battle-over-your-digital-identity/</link>
		<comments>http://factoryjoe.com/blog/2009/06/09/facebook-usernames-and-the-battle-over-your-digital-identity/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 00:32:21 +0000</pubDate>
		<dc:creator>Chris Messina</dc:creator>
				<category><![CDATA[Citizen-centric Web]]></category>
		<category><![CDATA[Digital Identity]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[real identity]]></category>
		<category><![CDATA[trim:key=fj_usernames]]></category>
		<category><![CDATA[vanity urls]]></category>

		<guid isPermaLink="false">http://factoryjoe.com/blog/?p=1484</guid>
		<description><![CDATA[Techmeme is buzzing with the news that Facebook is finally going to provide custom usernames — and hence web addresses — for its 200 million users. The land grab begins in just over three days at facebook.com/username/. If Dustin Moskovitz were dead, he&#8217;d be rolling over in his grave. For those of you who don&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>Techmeme is <a href="http://www.techmeme.com/090609/p68#a090609p68">buzzing</a> with the news that <a href="http://blog.facebook.com/blog.php?post=90316352130">Facebook is finally going to provide custom usernames</a> — and hence web addresses — for its 200 million users. The <a href="http://www.readwriteweb.com/archives/facebook_is_getting_vanity_urls_get_yours_on_saturday.php">land grab</a> begins in just over <a href="http://venturebeat.com/2009/06/09/facebook-vanity-urls-get-them-first-come-first-serve-this-friday-night/">three days</a> at <a href="http://www.facebook.com/username/">facebook.com/username/</a>.</p>
<p><a href="http://www.flickr.com/photos/factoryjoe/3612032954/" title="Facebook | Username by factoryjoe, on Flickr"><img src="http://farm4.static.flickr.com/3372/3612032954_3dbd553b08_o.png" class="figure figure-a" alt="Facebook | Username" /></a></p>
<p>If Dustin Moskovitz were dead, he&#8217;d be rolling over in his grave. </p>
<p>For those of you who don&#8217;t know who Dustin Moskovitz is, he&#8217;s one of those infrequently mentioned co-founders of Facebook that prevented Facebook from offering usernames or friendly web addresses (so-called &#8220;<a href="http://www.techcrunch.com/2009/06/09/you-have-three-days-to-pick-your-facebook-vanity-url/">vanity URLs</a>&#8221; in the industry) from the beginning. It was his insistence that people should go by their real names on Facebook — and should thus <em>perform</em> under their true identities — that I posit has accounted for much of Facebook&#8217;s success with non-digital natives. Of course, competition makes institutions do crazy things, and I think that includes getting into the domain-slash-namespace game.</p>
<p><a href="http://factoryjoe.com/blog/2009/03/21/my-name-is-not-a-url/">Arguing that Facebook shouldn&#8217;t get into the vanity URL business</a>, I still think that they had it right the first time around. Digital identity should change to adapt to humans; not force humans to refer to each other in more computer-friendly ways. But the allure is simply too great. I also can&#8217;t say that I blame them, even though I think it&#8217;s a distraction along the way towards more widespread real identity (and thereby reputability) online.</p>
<p>Let&#8217;s stop to consider what&#8217;s going on here. </p>
<p>As we migrate from the desktop to the web, the way that we want to be perceived by our friends will determine where we also spend most of our time &#8220;performing&#8221; or constructing our identity (through what we &#8220;do&#8221; — i.e. <a href="http://activitystrea.ms">activity streams</a>). The easier web services like Facebook make it for us to pass around some kind of <a href="http://chrissaad.wordpress.com/2009/06/09/facebook-vanity-urls-are-not-what-you-think/">universal identifier that points to our account</a>, the more likely we&#8217;ll <em>actually</em> hand out that identifier. The author&#8217;s byline on <a href="http://blog.facebook.com/blog.php?post=90316352130">that Facebook post</a> makes my point for me:</p>
<blockquote><p><em>Blaise, a designer at Facebook, is letterpressing his new business cards.</em></p></blockquote>
<p>This is not unrelated to <a href="http://bub.blicio.us/google-promotion-business-card/">Google&#8217;s recent business card promotion</a> where, after you set up your own Google Profile, you could compete to get a set of free business cards printed with your name on them, like so:</p>
<p><a href="http://www.flickr.com/photos/joshuahollingsworth/3536917731/"><img src="http://farm4.static.flickr.com/3312/3536917731_c7e159ea12.jpg" alt="Day 6: Google Me by Joshua Hollingsworth" class="figure figure-a" /></a></p>
<p>It&#8217;s remarkable how cheap we&#8217;ll sell out our identity these days.</p>
<p>Curiously, in 2005, after their surprise acquisition of geolocation service <a href="http://dodgeball.com">Dodgeball</a> (now <a href="http://playfoursquare.com">Foursquare</a>), I wrote that &#8220;<a href="http://factoryjoe.com/blog/2005/05/11/google-aquires-my-life/">Google had acquired my life</a>&#8220;, referring to all the identity information Google now had about me. </p>
<p>Now that these companies know so much about me, the race is <em>now</em> on to  <em>be</em> me online. Check it out:</p>
<ul>
<li><a href="http://facebook.com/chrismessina">facebook.com/chrismessina</a></li>
<li><a href="http://friendfeed.com/chrismessina">friendfeed.com/chrismessina</a></li>
<li><a href="http://google.com/profiles/chrismessina">google.com/profiles/chrismessina</a></li>
<li><a href="http://twitter.com/chrismessina">twitter.com/chrismessina</a></li>
<li><a href="http://flickr.com/factoryjoe">flickr.com/factoryjoe</a></li>
<li><a href="http://myspace.com/factoryjoe">myspace.com/factoryjoe</a></li>
<li>etc.</li>
</ul>
<p>All these guys want to own me (and you, for that matter). And, they all want to be my communications hub (<a href="http://friendfeed.com/share/mail">FriendFeed now offers email</a>, by the way, and I imagine Facebook will get in that game eventually as well, since <cite>DiPersia</cite> wrote, &#8220;We expect to offer even more ways to use your Facebook user name in the future&#8221;).</p>
<p>In any case, this is good news for me, if this indirectly means that <a href="http://factoryjoe.com/blog/2009/02/04/welcoming-facebook-to-the-openid-foundation/">Facebook is going to become an OpenID provider</a> (after <a href="http://developers.facebook.com/news.php?blog=1&#038;story=246">becoming an OpenID relying party</a>). It would make sense that if you&#8217;re going to sign in to a remote service that supports OpenID but <em>not</em> Facebook Connect, then you&#8217;d want to use something a little more attractive (and shorter) than <a href="www.facebook.com/people/Chris-Messina/502411873">www.facebook.com/people/Chris-Messina/502411873</a>.</p>
<p>Whatever, I can get over Facebook offering custom usernames (maybe because I already have <a href="http://facebook.com/chrismessina">mine</a>). The bigger thing that&#8217;s missing from the <a href="http://www.techmeme.com/090609/p68#a090609p68">echo chamber treatment</a> of this subject is what <a href="http://www.brianoberkirch.com">Brian Oberkirch</a> <a href="http://www.brianoberkirch.com/2009/04/08/you-shall-know-us-by-our-identities/">wrote about after SXSW this year</a>, talking about maintaining the authority over your <em>own</em> identity online:</p>
<blockquote><p>
<strong>You shall know us by our @identities?</strong></p>
<p>At one of the SXSW panels a few weeks ago, I saw something that caught my eye. I think <a href="http://twitter.com/micah">Micah</a> may have started it, but one by one all the panelists took their name placards, wrote their Twitter handles on the back, then flipped them around so you were looking a row of people announcing themselves by @handles. (You see what I did there? Old skool blogging protokol would have me link to his canonical url, but, hey, they asked for the @’ing.)</p>
<p>Then this past week at Web2Expo, much the same thing. Slides that touted the speaker’s twitter handle as primary identity.</p>
<p>Think of the power of this for Twitter. You don’t need to name the animals. You only need to be the language in which animals speak themselves. For Unlimited Power (mmmwhahahahhaha)</p>
<p>It’s ridonk. Own your namespace. Get a domain, pivot from there. If your domain is your name, so much the better. Please don’t come crying to me when the Goog owns your ‘@’ and that whole namespace gets deprecated. (Hey, extra credit: after everyone in the world is following your Twitter updates, will your food taste that much better?)</p></blockquote>
<p>So, this is happening, and companies are racing to achieve namespace dominance over your online profile. This is what Tim O&#8217;Reilly warned about in his definition of Web 2.0. He said that one of the new kinds of lock-in in the era of [cloud computing] will be owning a namespace. There you have it — who are you going to trust to own yours? </p>
]]></content:encoded>
			<wfw:commentRss>http://factoryjoe.com/blog/2009/06/09/facebook-usernames-and-the-battle-over-your-digital-identity/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
	</channel>
</rss>

