<?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; Digital Identity</title>
	<atom:link href="http://factoryjoe.com/blog/category/things-i-think-about/digital-identity/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>Two interviews on the open web from SXSW</title>
		<link>http://factoryjoe.com/blog/2010/05/03/two-interviews-on-the-open-web/</link>
		<comments>http://factoryjoe.com/blog/2010/05/03/two-interviews-on-the-open-web/#comments</comments>
		<pubDate>Mon, 03 May 2010 16:57:21 +0000</pubDate>
		<dc:creator>Chris Messina</dc:creator>
				<category><![CDATA[Activity Streams]]></category>
		<category><![CDATA[Digital Identity]]></category>
		<category><![CDATA[Philosophy]]></category>
		<category><![CDATA[Web building]]></category>
		<category><![CDATA[interviews]]></category>
		<category><![CDATA[sxsw]]></category>

		<guid isPermaLink="false">http://factoryjoe.com/blog/?p=1913</guid>
		<description><![CDATA[You must have an HTML5-capable browser to watch this video. You may also download this video directly. Funny how timing works out, but two interviews that I gave in March at SXSW have just been released. The first — an interview with Abby Johnson for WebProNews — was recorded after my ActivityStreams talk and is [...]]]></description>
			<content:encoded><![CDATA[<p><video width="480" height="270" src="http://videos.webpronews.com/video/2010/04/30/sxsw10_messina3.mp4" autobuffer controls><br />
<a href="http://videos.webpronews.com/video/2010/04/30/sxsw10_messina3.mp4"><img src="http://factoryjoe.com/blog/wp-content/uploads/webpronews.jpg" alt="WebProNews video preview" title="WebProNews video preview" width="479" height="270" class="aligncenter size-full wp-image-1914" /></a></p>
<div class="fallback">You must have an HTML5-capable browser to watch this video. You may also download this video <a href="http://videos.webpronews.com/video/2010/04/30/sxsw10_messina3.mp4">directly</a>.</div>
<p></video></p>
<p>Funny how timing works out, but two interviews that I gave in March at SXSW have just been released.</p>
<p>The <a href="http://videos.webpronews.com/2010/05/02/initiatives-for-a-free-and-open-web/">first</a> — an interview with Abby Johnson for WebProNews — was recorded after my <a href="http://www.slideshare.net/factoryjoe/activitystreams-is-it-getting-streamy-in-here">ActivityStreams talk</a> and is embedded above. If you have trouble with the embedded video, you can <a href="http://videos.webpronews.com/video/2010/04/30/sxsw10_messina3.mp4">download it directly</a>. I discuss <a href="http://activitystrea.ms">ActivityStreams</a>, the open web and the role of the <a href="http://openwebfoundation.org">Open Web Foundation</a> in providing a legal framework for developing interoperable web technologies. I also explain the historical background of <a href="http://factorycity.net">FactoryCity</a>.</p>
<p>In the <a href="http://www.ontherecordpodcast.com/pr/otro/activity-streams-chris-messina.aspx">second interview</a>, with <a href="http://twitter.com/ericschwartzman">Eric Schwartzman</a>, I discuss ActivityStreams for enterprise, and how information abundance will affect the relative value of data that is hoarded versus data that circulates. Of the interview <cite>Eric</cite> says: <q> In the 5 years I&#8217;ve been producing this podcast, this discussion with Chris, recorded at South by Southwest (SXSW) 2010 directly following his <a href="http://www.slideshare.net/factoryjoe/activitystreams-is-it-getting-streamy-in-here">presentation on activity streams</a>, is one of the most compelling interviews I&#8217;ve ever recorded.  I expect to include many of his ideas in my upcoming book &#8220;Social Marketing to the Business Customer&#8221; to be published by Wiley early next year. </q></p>
<p>If you&#8217;re interested in these subjects, I&#8217;ll be speaking at <a href="http://2010.northernvoice.ca/">Northern Voice</a> in Vancouver this weekend, at <a href="http://www.parc.com/events/forum.html">PARC Forum</a> in Palo Alto on May 13, at <a href="http://code.google.com/events/io/2010/">Google I/O</a> on May 19, and at <a href="http://www.gluecon.com/2010/">GlueCon</a> in Denver, May 27. I also maintain a list of <a href="http://wiki.factoryjoe.com/Interviews">previous interviews</a> that I&#8217;ve given.</p>
]]></content:encoded>
			<wfw:commentRss>http://factoryjoe.com/blog/2010/05/03/two-interviews-on-the-open-web/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>What I like about Facebook&#8217;s &#8220;openness&#8221;</title>
		<link>http://factoryjoe.com/blog/2010/04/23/what-i-like-about-facebooks-openness/</link>
		<comments>http://factoryjoe.com/blog/2010/04/23/what-i-like-about-facebooks-openness/#comments</comments>
		<pubDate>Sat, 24 Apr 2010 02:38:40 +0000</pubDate>
		<dc:creator>Chris Messina</dc:creator>
				<category><![CDATA[Digital Identity]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://factoryjoe.com/blog/?p=1906</guid>
		<description><![CDATA[Let&#8217;s get something straight: in my last post, I didn&#8217;t say that Facebook was evil. Careful readers would understand that I said that funneling all user authentication (and thus the storage of all identities) through a single provider would be evil. I don&#8217;t care who that provider might be — but centralizing so much control [...]]]></description>
			<content:encoded><![CDATA[<p><a title="like by factoryjoe, on Flickr" href="http://www.flickr.com/photos/factoryjoe/4547274936/"><img class="figure figure-b" src="http://farm5.static.flickr.com/4010/4547274936_829ddc5b60_o.png" alt="like" width="154" height="60" /></a>Let&#8217;s get something straight: in <a href="http://factoryjoe.com/blog/2010/04/22/understanding-the-open-graph-protocol/">my last post</a>, I didn&#8217;t say that <a href="http://techcrunch.com/2010/04/23/like-buttons-evil-facebook-not-open/">Facebook was evil</a>.</p>
<p>Careful readers would understand that I said that funneling all user authentication (and thus the storage of all identities) through a single provider would be evil. I don&#8217;t care who that provider might be — but centralizing so much control — the fate of our collective digital existences! — in the hands of a single entity just can not be permitted.</p>
<p>That said, I do want to say some nice things about <a href="http://radar.oreilly.com/2010/04/why-f8-was-good-for-the-open-w.html">the open things that Facebook launched at F8</a>, because as an advocate of the open web, there are some important lessons to be had that we&#8217;d do well to learn from.</p>
<ul>
<li><strong>Simplicity</strong>: I have to admit that Facebook impressed me with how simple they&#8217;ve made it to integrate with their platform, and how clear the value proposition is. From launching <a href="http://wiki.oauth.net/OAuth-2.0">OAuth 2.0</a> (rather aggressively, since the standards process hasn&#8217;t even completed yet!) to removing the 24-hour caching policy, Facebook made considerable changes to their developer platform to ease adoption, integration, and promote implementation. This sets the bar for how easy (ideally) technologies like OpenID and ActivityStreams need to become.</li>
<li><strong>Avoiding NIH (mostly)</strong>: In particular, Facebook dispensed with their own proprietary authorization protocol and went with the emerging industry standard (OAuth 2.0). I hope that this move reduces complexity and friction for developers implementing secure protocols, increasing the number of available high quality <a href="http://oauth.net/code">OAuth libraries</a>, and leads to fewer new developers needing to figure out signatures and crypto when sometimes even the experts get these things wrong. By standardizing on OAuth, we&#8217;re within range of dispensing with passwords once and for all (&#8230;okay, not quite).</li>
<li><strong>Giving credit</strong>: I also think that Facebook deserves credit for <em>giving credit</em> to projects like <a href="http://en.wikipedia.org/wiki/Dublin_Core">Dublin Core</a>, <a href="http://googlewebmastercentral.blogspot.com/2009/02/specify-your-canonical.html">link-rel canonical</a>, <a href="http://microformats.org/">Microformats</a>, and <a href="http://en.wikipedia.org/wiki/RDFa">RDFa</a> in their design of the Open Graph Protocol. I&#8217;ve seen many other efforts that start from scratch when plenty of other initiatives already exist simply because they&#8217;re unawares or don&#8217;t do their homework (one of which is the <a href="http://openlike.org">OpenLike</a> effort!). I&#8217;m not sure I agree with the parts that Facebook extracted from these efforts, but as David Recordon said, we can fight over &#8220;<a href="http://radar.oreilly.com/2010/04/why-f8-was-good-for-the-open-w.html">where the quotes and angle-brackets should go</a>&#8220;, but at the end of the day, they still shipped something that net-net increases the amount of machine-readable data on the web. And if they&#8217;re sincere in their efforts, this is just the beginning of what may emerge as a much wider definition of how more parties can both contribute to — and benefit from — the protocol.</li>
<li><strong>Open licensing:</strong> Now that I&#8217;ve been involved in this area for a longer period of time, I&#8217;ve learned a simple truth: it&#8217;s hard to give things away, especially if you want other people to use them, even moreso when some of those potential users are competitors. But, that&#8217;s why the <a href="http://openwebfoundation.org/2008/07/announcing-the-open-web-foundation.html">Open Web Foundation was created</a>, and why David and I are <a href="http://openwebfoundation.org/foundation/">board members</a>. After setting up foundations over and over again, we decided that it needed to be easier to do! Now all the hard work of the Open Web Foundation&#8217;s <a href="http://groups.google.com/group/open-web-legal/">legal committee</a> is starting to pay off, and I am quite satisfied that Facebook has validated this effort. We&#8217;re still so early in the process that it&#8217;s <a href="http://openwebfoundation.org/legal/">not entirely clear</a> how to make use of the <a href="http://openwebfoundation.org/legal/agreement/">Open Web Foundation&#8217;s agreement</a>, but surely this will motivate us to find our own Creative Commons-like approach to proclaiming support for open web licensing on individual projects.</li>
</ul>
<p>So, while I still have my reservations about Facebook&#8217;s master plan, they did do a number of things right — <a href="http://techcrunch.com/2010/04/23/facebook-open-graph/">not everything</a> — but I&#8217;m tough customer to please. When it comes to the identity stuff, I&#8217;m definitely non-plussed, but that&#8217;s where <a href="http://factoryjoe.com/blog/2009/10/01/identity-is-the-platform/">my ideology</a> and their business needs collide — and I get it.</p>
<p>What this means is that we all need to show more hustle out on the field and get serious. With Facebook&#8217;s <a href="http://en.wikipedia.org/wiki/Hail_Mary_pass">Hail Mary</a> at F8, we just got set back a touchdown, and a field goal just ain&#8217;t gunna cut it.</p>
]]></content:encoded>
			<wfw:commentRss>http://factoryjoe.com/blog/2010/04/23/what-i-like-about-facebooks-openness/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Understanding the Open Graph Protocol</title>
		<link>http://factoryjoe.com/blog/2010/04/22/understanding-the-open-graph-protocol/</link>
		<comments>http://factoryjoe.com/blog/2010/04/22/understanding-the-open-graph-protocol/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 01:14:30 +0000</pubDate>
		<dc:creator>Chris Messina</dc:creator>
				<category><![CDATA[Digital Identity]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web building]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[identity]]></category>
		<category><![CDATA[like]]></category>
		<category><![CDATA[openlike]]></category>

		<guid isPermaLink="false">http://factoryjoe.com/blog/?p=1903</guid>
		<description><![CDATA[I attended Facebook&#8217;s F8 conference yesterday (missed the keynote IRL, but you can catch it online) and came away pondering the Open Graph Protocol. In they keynote Zuck said (as Luke Shepard calls him): Today the web exists mostly as a series of unstructured links between pages. This has been a powerful model, but it&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p><a title="All likes lead to Facebook by factoryjoe, on Flickr" href="http://www.flickr.com/photos/factoryjoe/4543760256/"><img class="figure figure-a" src="http://farm5.static.flickr.com/4072/4543760256_fa634bc82a.jpg" alt="All likes lead to Facebook" width="500" height="327" /></a></p>
<p>I attended Facebook&#8217;s <a href="http://facebook.com/f8">F8 conference</a> yesterday (missed the keynote IRL, but you can <a href="http://livestream.com/f8conference/video?clipId=pla_e7a096b4-3ef9-466d-9a37-d920c31040aa">catch it online</a>) and came away pondering the <a href="http://opengraphprotocol.org/">Open Graph Protocol</a>.</p>
<p>In they keynote <a href="http://www.facebook.com/zuck">Zuck</a> said (as <a href="http://www.facebook.com/luke.shepard">Luke Shepard</a> calls him):</p>
<blockquote><p>Today the web exists mostly as a series of unstructured links between pages. This has been a powerful model, but it&#8217;s really just the start. The open graph puts people at the center of the web. It means that the web can become a set of personally and semantically meaningful connections between people and things.</p></blockquote>
<p>While I agree that the web is transmogrifying from <a href="http://factoryjoe.com/blog/2009/09/14/the-web-at-a-new-crossroads/">a web of documents to a web of people</a>, I have deep misgivings about what the <a href="http://opengraphprotocol.org/">Open Graph Protocol</a> — along with Facebook&#8217;s new Like button — means for the open web.</p>
<p>There are three elements of Facebook&#8217;s announcements that seem to conspire against the web:</p>
<ul>
<li>A new format</li>
<li>Convenient to implement</li>
<li>Facebook account required</li>
</ul>
<p>First, to support the Open Graph Protocol, all you need to do is add some <a href="http://en.wikipedia.org/wiki/RDFa">RDFa-formatted</a> metatags to the <code>HEAD</code> of your <code>HTML</code> pages (as this example demonstrates, <a href="http://www.imdb.com/title/tt0117500">from IMDB</a>):</p>
<p><script src="http://gist.github.com/376009.js?file=gistfile1.html"></script></p>
<p>Simple right? Indeed.</p>
<p>And from the looks of it, pretty innocuous. Structured data is <em>good</em> for the web, and I&#8217;d never argue to the contrary. I&#8217;m skeptical about calling this format &#8220;open&#8221; — because it smells more like <a href="http://factoryjoe.com/blog/2009/03/20/openwashing"><em>openwashing</em></a> from here, but I&#8217;m willing to give it the benefit of the doubt for now. (Similarly, <a href="http://xauth.org">XAuth</a> still has to prove its openness cred, so I understand how these things can come together quickly behind closed doors and then adopt a more open footing over time.)</p>
<p>So, rather than using data that&#8217;s already on the web, everyone that wants to play Facebook&#8217;s game needs to go and retrofit their pages to include these new metadata types. While they&#8217;re busy with that (it should take a few minutes at most, really), won&#8217;t they <em>also</em> implement support for Facebook&#8217;s <a href="http://developers.facebook.com/docs/reference/plugins/like">Like button</a>? Isn&#8217;t that the motivation for supporting the Open Graph Protocol in the first place?</p>
<p>Why yes, yes it is.</p>
<p>And that&#8217;s the carrot to convince site publishers to support the Open Graph Protocol.</p>
<p>Here&#8217;s the rub though: those Like buttons only work for Facebook. I can&#8217;t just be signed in to <em>any</em> social web provider&#8230; it&#8217;s got to be Facebook. And on top of that, whenever I &#8220;like&#8221; something, I&#8217;m sending a signal back to Facebook that gets recorded on both my profile, and in my activity stream.</p>
<p>Ok, not a big deal, but think laterally: how about this? What if Larry and Sergey wanted to recreate <a href="http://en.wikipedia.org/wiki/PageRank">PageRank</a> today?</p>
<p>You know what I bet they wish they could have done? Forced anyone who wanted to add a page to the web to <strong>authenticate</strong> with them first. It sure would have kept out all those pesky spammers! Oh, and anyone that wanted to be part of the Google index, well they&#8217;d have to add additional metadata to their pages so that the content graph would be spic and span. Then add in the &#8220;like&#8221; button to track user engagement and then use that data to determine which pages and content to recommend to people based on their social connections (also stored on their server) and you&#8217;ve got a pretty compelling, centralized service. All those other pages from the long tail? Well, they&#8217;re just not that interesting anyway, right?</p>
<p>This sounds a lot to me like &#8220;Authenticated PageRank&#8221; — where everyone that wants to be listed in the index would have to get a Google account first. Sounds kind of smart, right? Except — <em>shucks</em> — there&#8217;s just one problem with this model: it&#8217;s evil!</p>
<p>When all likes lead to Facebook, and liking requires a Facebook account, and Facebook gets to hoard all of the metadata and likes around the interactions between people and content, it depletes the ecosystem of potential and chaos — those attributes which make the technology industry so <em>interesting and competitive</em>. It&#8217;s one thing for semantic and identity layers to emerge on the web, but it&#8217;s something else entirely for the all of the interactions on those layers to be piped through a single provider (and not just because that provider <a href="http://gigaom.com/2010/04/21/facebook-makes-itself-a-central-point-of-failure-for-the-web/">becomes a single point of failure</a>).</p>
<p>I <a title="What I like about Facebook’s “openness”" href="http://factoryjoe.com/blog/2010/04/23/what-i-like-about-facebooks-openness/">give Facebook credit</a> for launching a compelling product, but it&#8217;s dishonest to think that the Facebook Open Graph Protocol benefits anyone more than Facebook — as it exists in its current incarnation, with Facebook accounts as the only valid participants.</p>
<p>As I and others have said before, <a href="http://www.azarask.in/blog/post/identity-in-the-browser-firefox/">your identity is too important to be owned by any one company</a>.</p>
<p>Thus I&#8217;m looking forward to what efforts like <a href="http://openlike.org">OpenLike</a> might do <a href="http://www.readwriteweb.com/archives/openlike_all-start_team_to_challenge_to_facebooks.php">to tip back the scales</a>, and bring the potential and value of such simple and meaningful interactions to other social identity providers across the web.</p>
<hr /><small><em>Please note that this post only represents my views and opinions as an independent citizen of the web, and not that of my employer.</em></small></p>
]]></content:encoded>
			<wfw:commentRss>http://factoryjoe.com/blog/2010/04/22/understanding-the-open-graph-protocol/feed/</wfw:commentRss>
		<slash:comments>75</slash:comments>
		</item>
		<item>
		<title>The social agent, part 5: Narrated Video</title>
		<link>http://factoryjoe.com/blog/2010/04/01/the-social-agent-part-5-narrated-video/</link>
		<comments>http://factoryjoe.com/blog/2010/04/01/the-social-agent-part-5-narrated-video/#comments</comments>
		<pubDate>Thu, 01 Apr 2010 23:25:01 +0000</pubDate>
		<dc:creator>Chris Messina</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Digital Identity]]></category>
		<category><![CDATA[Ideas]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[OpenID]]></category>
		<category><![CDATA[Browsers]]></category>
		<category><![CDATA[social agent]]></category>

		<guid isPermaLink="false">http://factoryjoe.com/blog/?p=1893</guid>
		<description><![CDATA[Two weeks ago, I published the first four parts (1, 2, 3, and 4) of The Social Agent, my addition to the Mozilla Concept Series focused on online identity. I provided both interaction mockups and written essays illustrating the thinking behind the designs. While this work invited some feedback, I fear that my essays suffered [...]]]></description>
			<content:encoded><![CDATA[<p>Two weeks ago, I published the first four parts (<a title="The social agent" href="http://factoryjoe.com/blog/2010/03/11/the-social-agent/">1</a>, <a title="The social agent, part 2: Connect" href="http://factoryjoe.com/blog/2010/03/12/the-social-agent-part-2-connect/">2</a>, <a title="The social agent, part 3: Follow" href="http://factoryjoe.com/blog/2010/03/16/the-social-agent-part-3-follow/">3</a>, and <a title="The social agent, part 4: Share" href="http://factoryjoe.com/blog/2010/03/18/the-social-agent-part-4-share/">4</a>) of <a href="https://mozillalabs.com/conceptseries/identity/social-agent/">The Social Agent</a>, my addition to the <a href="http://mozillalabs.com/conceptseries/identity/">Mozilla Concept Series focused on online identity</a>. I provided both <a href="http://www.flickr.com/photos/factoryjoe/sets/72157623600959900/">interaction mockups</a> and written essays illustrating the thinking behind the designs. While this work invited some feedback, I fear that my essays suffered from the <abbr title="Too Long; Didn't Read"><a href="http://www.urbandictionary.com/define.php?term=tl%3Bdr">TL;DR</a></abbr> syndrome. Consequently I decided to try one more medium to explain The Social Agent: <em>narrated video</em>.</p>
<p>There are <a href="http://www.vimeo.com/album/202528">six videos in the series</a>; you can also <a href="http://www.vimeo.com/10518256">watch the entire uncut screencast</a> (parts 1-6) if you&#8217;ve got a half hour to spare. Here they are:</p>
<h3><a href="http://www.vimeo.com/10517373">Introduction</a></h3>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="360" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=10517373&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=aeff00&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="480" height="360" src="http://vimeo.com/moogaloop.swf?clip_id=10517373&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=aeff00&amp;fullscreen=1"></embed></object></p>
<h3><a href="http://www.vimeo.com/10517404">Identity in the Browser</a></h3>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="360" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=10517404&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=aeff00&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="480" height="360" src="http://vimeo.com/moogaloop.swf?clip_id=10517404&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=aeff00&amp;fullscreen=1"></embed></object></p>
<h3><a href="http://www.vimeo.com/10517603">People, Apps &amp; Pages</a></h3>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="360" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=10517603&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=aeff00&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="480" height="360" src="http://vimeo.com/moogaloop.swf?clip_id=10517603&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=aeff00&amp;fullscreen=1"></embed></object></p>
<h3><a href="http://www.vimeo.com/10517750">Share</a></h3>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="360" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=10517750&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=aeff00&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="480" height="360" src="http://vimeo.com/moogaloop.swf?clip_id=10517750&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=aeff00&amp;fullscreen=1"></embed></object></p>
<h3><a href="http://www.vimeo.com/10517759">Follow</a></h3>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="360" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=10517759&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=aeff00&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="480" height="360" src="http://vimeo.com/moogaloop.swf?clip_id=10517759&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=aeff00&amp;fullscreen=1"></embed></object></p>
<h3><a href="http://www.vimeo.com/10517785">Connect</a></h3>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="360" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=10517785&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=aeff00&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="480" height="360" src="http://vimeo.com/moogaloop.swf?clip_id=10517785&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=aeff00&amp;fullscreen=1"></embed></object></p>
<p>I&#8217;d be eager to hear your feedback, here or <a title="Contact" href="http://factoryjoe.com/blog/contact/">by email</a>. There is also a <a href="https://groups.google.com/group/mozilla-labs-online-identity">mailing list</a> that Mozilla set up to capture feedback.</p>
<p>If these ideas interest you, I&#8217;d also recommend checking out the <a href="https://mozillalabs.com/blog/2010/03/account-manager/">Account Manager</a> and <a href="https://mozillalabs.com/blog/2010/03/contacts-in-the-browser/">Contacts</a> prototypes that <a href="http://www.open-mike.org/">Mike Hanson</a>, <a href="http://blog.mozilla.com/thunder/">Dan Mills</a>, <a href="http://ragavan.wordpress.com/">Ragavan Srinivasan </a>and the Mozilla Labs team produced.</p>
]]></content:encoded>
			<wfw:commentRss>http://factoryjoe.com/blog/2010/04/01/the-social-agent-part-5-narrated-video/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>The social agent, part 2: Connect</title>
		<link>http://factoryjoe.com/blog/2010/03/12/the-social-agent-part-2-connect/</link>
		<comments>http://factoryjoe.com/blog/2010/03/12/the-social-agent-part-2-connect/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 18:21:36 +0000</pubDate>
		<dc:creator>Chris Messina</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Digital Identity]]></category>
		<category><![CDATA[Ideas]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[OpenID]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[j.mp:key=fj_connect]]></category>
		<category><![CDATA[Mozilla Labs]]></category>
		<category><![CDATA[openid connect]]></category>

		<guid isPermaLink="false">http://factoryjoe.com/blog/?p=1868</guid>
		<description><![CDATA[This is the second part of the five part Mozilla Labs Concept Series on Online Identity. This post introduces and examines the verb &#8220;Connect&#8221; as the foundation of a more personalized browser — which I outlined in Part 1: The Social Agent. Also take a look at the rest of my mockups (view as a [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://mozillalabs.com/conceptseries/identity/"><img class="alignright size-full wp-image-1861 figure figure-b" title="Official Concept" src="http://factoryjoe.com/blog/wp-content/uploads/CS_Official_Concept_180x150.png" alt="Mozilla Labs Official Concept" width="180" height="150" /></a>This is the <a href="https://mozillalabs.com/conceptseries/identity/connect/">second part</a> of the <a href="http://mozillalabs.com/conceptseries/identity/">five part Mozilla Labs Concept Series on Online Identity</a>. This post introduces and examines the verb &#8220;Connect&#8221; as the foundation of a more personalized browser — which I outlined in Part 1: <em><a href="http://factoryjoe.com/blog/2010/03/11/the-social-agent/">The Social Agent</a></em>.</p>
<p>Also take a look at the rest of <a href="http://www.flickr.com/photos/factoryjoe/sets/72157623600959900/">my mockups</a> (<a href="http://www.flickr.com/photos/factoryjoe/sets/72157623600959900/show/">view as a slideshow</a>) or visited the <a href="https://mozillalabs.com/blog/2010/03/online-identity-concept-series/">project overview</a>.</p>
<p>. . .</p>
<p>When was the last time you created a new username and password so that you could make use of some website? Do you remember what username you picked, or which email address you used to sign up? Probably. But what about that support forum that you signed up for a couple weeks ago while you were home for the holidays? Did you write it down somewhere? Or worse: did you just use the same username and password that you use everywhere else?</p>
<p>Spreadsheets, text files, sticky notes, cheat-sheets, software and browser extensions — you name it, people have probably found some way to recruit every kind of notational tool there is to help them remember the countless passwords, PINs, IDs, usernames, and secrets needed to access the apps, websites, and services that they use on a regular basis. But we can do better.</p>
<h3>Step 1: Activate</h3>
<p>The social agent is designed to unify your online social experience. With that in mind, a social agent must become an <em>extension of you</em> in order to mediate your online interactions.</p>
<p>This is achieved by activating your browser against your preferred account provider when you first begin your online session, just as you activate your mobile phone before being able to make or receive calls. This is how the browser is turned into a <em>social agent</em>.</p>
<p>By activating your browser, you are effectively telling your browser who you are and where to store and access your data online.</p>
<p><a title="Account Manager - Activate a New Account by factoryjoe, on Flickr" href="http://www.flickr.com/photos/factoryjoe/4425505432/"><img class="figure figure-a" src="http://farm3.static.flickr.com/2750/4425505432_3584bec965.jpg" alt="Account Manager - Activate a New Account" width="500" height="375" /></a></p>
<p>Fortunately, you can activate using any account that you already have that supports a Connect <span class="caps">API</span>, like Twitter Connect or Facebook Connect (or soon, <a href="http://factoryjoe.com/blog/2010/01/04/openid-connect/">OpenID Connect</a>). It is also conceivable to use the browser in an anonymous or “<a title="Explore Google Chrome features: Incognito mode (private browsing)" href="http://www.google.com/support/chrome/bin/answer.py?hl=en&amp;answer=95464">incognito mode</a>”.</p>
<h3>Step 2: Connect</h3>
<p>Once activated, you can visit any site that supports Connect and with the click of a button, sign up and bring your profile, relationships, content, activities, and any other portable data with you. This process is identical to Facebook Connect or Twitter Connect, except that the interaction occurs between your social agent and the site you’re visiting.</p>
<p>What is a Connect <span class="caps">API</span>? Writing for the O’Reilly Radar blog in February last year, <a href="http://davidrecordon.com/">David Recordon</a> defined <a href="http://radar.oreilly.com/2009/02/anatomy-of-connect.html">the anatomy of “connect”</a> as meeting four criteria:</p>
<ul>
<li><strong>Profile</strong>: Everything having to do with identity, account management and profile information ranging from sign in to sign out on the site I’m connecting with.</li>
<li><strong>Relationships</strong>: Think social graph. Answers the questions of who do I know, who do I know who’s already here, and how I can invite others.</li>
<li><strong>Content</strong>: Stuff. All of my posts, photos, bookmarks, video, links, etc that I’ve created on the site I’ve connected with.</li>
<li><strong>Activity</strong>: Poked, bought, shared, posted, watched, loved, etc. All of the actions that things like the Activity Streams project are starting to take on.</li>
</ul>
<p><a title="OpenID Connect by factoryjoe, on Flickr" href="http://www.flickr.com/photos/factoryjoe/4246318962/"><img class="alignright figure figure-b" src="http://farm5.static.flickr.com/4053/4246318962_aa6a00554c_m.jpg" alt="OpenID Connect" width="240" height="110" /></a>This is what the verb “connect” means for the social agent. The “connect” button communicates that your browser is going to share some amount of your profile data with the site that you’re connecting with. You’re not just signing in. You’re <em>connecting</em> — and creating a relationship with the site. You can of course change the data that the website gets — even after you’ve signed in — and the benefit of this model is that you have transparency into what data you’re sharing with whom.</p>
<p>Far from making it impossible for you to share your data, your social agent should help you mediate such decisions, guiding you about which sites to connect with, and providing context to help inform you actions.</p>
<p><a title="Clicking Connect pulls a familiar browser-based UI by factoryjoe, on Flickr" href="http://www.flickr.com/photos/factoryjoe/4424761313/"><img class="figure figure-a" src="http://farm5.static.flickr.com/4040/4424761313_8181ea23c3.jpg" alt="Clicking Connect pulls a familiar browser-based UI" width="500" height="375" /></a></p>
<p>For this model to work, your connections are actually made between your preferred account provider and the third parties to which you’ve connected. Your account provider, then, acts as a hub for all of your online doings — collecting, maintaining, and mediating your browsing history, relationships and contacts, activities, transactions, content and media, and online profile. This provider should let you selectively configure how much, how little, or how long such your data is made available to third parties — much in the same way that you manage access on Twitter or Facebook today.</p>
<p>For you, this means that you get to pick an account provider of your choice — without needing to worry about remembering or managing passwords or usernames. Instead, you can have any number of accounts that are available to you wherever the web goes.</p>
<p>As a core feature of the social agent, connecting is the action you take whenever you want to establish an enduring an ongoing relationship with a site, service, or individual.</p>
]]></content:encoded>
			<wfw:commentRss>http://factoryjoe.com/blog/2010/03/12/the-social-agent-part-2-connect/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>The social agent</title>
		<link>http://factoryjoe.com/blog/2010/03/11/the-social-agent/</link>
		<comments>http://factoryjoe.com/blog/2010/03/11/the-social-agent/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 18:35:06 +0000</pubDate>
		<dc:creator>Chris Messina</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Digital Identity]]></category>
		<category><![CDATA[Ideas]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[OpenID]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[identity]]></category>
		<category><![CDATA[Mozilla Labs]]></category>
		<category><![CDATA[openid connect]]></category>

		<guid isPermaLink="false">http://factoryjoe.com/blog/?p=1860</guid>
		<description><![CDATA[Late last fall, from late November through December, I worked with Mozilla Labs to envision what the future of a more social browser might look like. Working with the team, I produced a series of mockups and written pieces that were designed to first layout a future scenario for what I call &#8220;pop computing&#8221; — [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://mozillalabs.com/conceptseries/identity/"><img class="alignright size-full wp-image-1861 figure figure-b" title="Official Concept" src="http://factoryjoe.com/blog/wp-content/uploads/CS_Official_Concept_180x150.png" alt="Mozilla Labs Official Concept" width="180" height="150" /></a>Late last fall, from late November through December, I worked with <a href="http://mozillalabs.com">Mozilla Labs</a> to envision what the future of a more social browser might look like. Working with the team, I produced a <a href="http://www.flickr.com/photos/factoryjoe/sets/72157623600959900/">series of mockups</a> and written pieces that were designed to first layout a future scenario for what I call &#8220;pop computing&#8221; — an era when computing is cheap, abundant, and a part of the everyday environment.</p>
<p>Thus, this is the <a href="http://mozillalabs.com/conceptseries/identity/social-agent/">first</a> of a <a href="http://mozillalabs.com/conceptseries/identity/">five part series</a> that <a href="https://mozillalabs.com/blog/2010/03/online-identity-concept-series/">re-imagines the browser as a “social agent”</a> — and defines how it can do more to facilitate various social behaviors by supporting three verbs that can &#8220;socialize&#8221; the browsing experience: <strong>Connect</strong>, <strong>Follow</strong>, and <strong>Share</strong>.</p>
<p><a href="http://mozillalabs.com/conceptseries/identity/"><img class="alignnone size-full wp-image-1874" src="http://factoryjoe.com/blog/wp-content/uploads/weave-identity1.png" alt="Weave Identity" /></a></p>
<p>To put the ideas presented here into some context, I will begin with a vignette that describes a future computing scenario, motivated by three emerging conditions:</p>
<ul>
<li>online account and data portability</li>
<li>ubiquitous networked access</li>
<li>decreasing cost of advanced computing devices</li>
</ul>
<p>This scenario is intended to provoke us to peek around the corner of today’s browser paradigm. Little that is presented here is entirely novel. Instead, this sketch presupposes that the browser has learned new capabilities that take it from the document-centric era of the web into the age of people-centric web services. This “social agent” knows who you are and facilitates common tasks like connecting to sites, interacting with following people and information, and providing intuitive tools for sharing for than just links.</p>
<p>. . .</p>
<p>We begin at a conference, somewhere far from home that required air travel, sometime in the near-future. It doesn’t really matter what the subject of the conference is, where it’s happening specifically, or why you’re going. However, a big draw of this event is getting to meet fellow professionals and exchanging tips and experiences, with the outcome of the event some kind of shared digital artifacts that capture the top highlights. There will be ample WiFi at the event and something else: everyone attending the event is given a slate computer to use for the duration of the event.</p>
<p>In fact, this kind of access to computing has become quite common; and with data access and portability vastly improved, the need to carry around personal electronics of any kind has all but gone away.  In fact, the very thought of bringing a personal laptop — even a netbook — to the conference — now seems obtuse, as though you were bringing your own rotary phone and Yellow Pages to the conference.</p>
<p>It is also not possible to “install” applications on the device; instead, any application or service you need is available on-demand, available as a zero-footprint web service.</p>
<p>This device is the definition of a web native device; it serves dual purposes: to make computing extremely convenient, and abundant. It omits all the distractions and bells and whistles in favor of a lean, clean user experience, and is designed to augment — rather than replace — human interaction, as a whiteboard or pad of paper might.</p>
<p>The “browser” on this device has been modified to accommodate a new mode of online interaction. While it has retained a number of browser conventions, it introduces new capabilities that enhance personalization, sharing, and collaboration by carving out specific interfaces dedicated to interacting with people and web services.</p>
<p>When you turn on the device for the first time, you’re asked to activate the machine by signing in to your preferred identity service provider. You can either choose from a list of well known providers or supply an <a href="http://factoryjoe.com/blog/2010/01/04/openid-connect/">OpenID Connect</a>-enabled account address.</p>
<p><a href="http://factoryjoe.com/blog/wp-content/uploads/IDIB.027.png"><img class="alignnone size-full wp-image-1865 figure figure-a" src="http://factoryjoe.com/blog/wp-content/uploads/IDIB.027.png" alt="Activate" width="1024" height="768" /></a></p>
<p>Once activated, the device becomes an “extension” of your existing digital identity and any activity that you perform on the device will be attached to that identity. You may activate additional identities in order to assume discreet roles, but most people get by with as few as one or two active digital identities at any given time.</p>
<p>To that point, passwords are a thing of the past. With the advances in data portability and service interoperability, all modern sites and web services accept users from other networks (just as we take for granted the ability to email people from different domains today), making it possible to connect with, follow, and share with people on other networks without needing to create a new account. For most people, you only need one account for all your computing activities.</p>
<p><a href="http://factoryjoe.com/blog/wp-content/uploads/IDIB.100.png"><img class="alignnone size-full wp-image-1863 figure figure-a" src="http://factoryjoe.com/blog/wp-content/uploads/IDIB.100.png" alt="Connect" width="1024" height="768" /></a></p>
<p>To better illustrate activation, I’ll draw an analogy to selecting your active gamer profile on an Xbox: once you’ve logged in with your gamertag, all your high scores, achievements, customizations, and social connections get attached to your profile. You don’t create a new gamertag for every game you play, nor for every social network  (Facebook, Twitter, Last.fm, etc) that you add to your profile. Instead, your gamertag is like a <em>meta-identity</em> to which you attach services, preferences, and attributes. This gamertag becomes a convenient, reusable identity.</p>
<p>Furthermore, if you visit a friend’s house and sign in to her Xbox with your gamertag, you’ll be able to bring all those preferences, connections, and achievements with you. You would set up and use the account system of this web-based device in the same way. In our future scenario, you would likely activate the same account that you use in your typical computing tasks while at the conference — picking up from where you left off — bringing access to all the resources and services you use, without the hassle of having to bring your own device, or remember more than one password.</p>
<p>During the course of the event, you would be able to make use of the built-in sharing capabilities to trade notes, photos, and videos with attendees co-located and remote. You could also follow those speakers and presenters who you find interesting, again, using the built-in features of the social agent.</p>
<p><a href="http://factoryjoe.com/blog/wp-content/uploads/IDIB.061.png"><img class="alignnone size-full wp-image-1864 figure figure-a" src="http://factoryjoe.com/blog/wp-content/uploads/IDIB.061.png" alt="Share" width="1024" height="768" /></a></p>
<p>On the expo floor, you could use the device to wirelessly connect your account to any of the exhibitors, taking photos, making notes, and swapping contact information or gathering information to read later — which would all be seamlessly and securely synced to your cloud provider.</p>
<p><a href="http://factoryjoe.com/blog/wp-content/uploads/IDIB.067.png"><img class="alignnone size-full wp-image-1862 figure figure-a" src="http://factoryjoe.com/blog/wp-content/uploads/IDIB.067.png" alt="Follow" width="1024" height="768" /></a></p>
<p>Best of all, because these activities would be performed under a primary account, it would be easy for you to revisit this experience later — filtering the connections and contacts you made by time, location, or contextual activity (for example, did you meet this person because they were a speaker, or were you introduced to this person through a mutual friend?). You would also have digital receipts of the information that you shared with people, and be able to recall the products and organizations you started following while at the event. In other words, rather than having to perform these different types of common tasks across a number of separate networks after the fact, your social agent would mediate these tasks for you — ultimately freeing you up to focus on the event itself — and the interactions with your fellow attendees.</p>
<p>. . .</p>
<p>Our opportunity, then, is to define how the browser could serve us better if it were recast as a <em>social agent</em>. To begin with, we need to make two assumptions:</p>
<ul>
<li>First, there’s no reason why the browser should remain a passive bystander in our online experience. With increasing information abundance, we require smart and sophisticated tools that bring us the information that we need to know, when we need to know it, and that brings back our focus, productivity, and accelerates our understanding of the world around us.</li>
<li>Second, the social agent serves as an extension of the self into the web. Just as the mouse and keyboard facilitate the interaction between man and machine, the social agent facilitates the interaction between people <em>through</em> the medium of the web. We trust the keyboard to “communicate” our keystrokes to the computer just as we typed them, and expect the browser to help us articulate our connections other people directly. As the trust between the browser and man grows, we are extending ourselves into the digital medium — augmenting our access and ability to manipulate information — and enhancing our ability to connect with others. And yet, the browser is cast in the image of an infovore — and <em>not</em> a social being. Thus the potential to retool the browser as a <em>social agent</em> is huge, and remains largely unexplored territory, especially as we are spending more of our computing time in this application.</li>
</ul>
<p>As the nexus of all of our online activities the browser is uniquely positioned to provide convenient and consistent access to friends, contacts, documents, and media <em>across</em> networks. And as an extension of man, the social agent is a fulcrum of user-centric computing — turning the individual into the point of integration by rejecting the current rash of fragmented service-centric identities. As far as the individual is concerned, it should be a <em>choice</em> whether one decides to fragment his identity into a thousand partial profiles strewn across the web, rather than a mandate.</p>
<p>From Mozilla’s perspective, the social agent offers dignity to the individual and brings balance to a chaotic ecosystem.</p>
<p>Just as Firefox has brought choice and innovation to a once-monopolistic browser market, the next generation browser must bring choice to the rapidly centralizing world of social networks. To achieve this, we need more than just another social network; we need a vision of the social web that is built on upon technological interoperability that fosters agency for the citizen of the web.</p>
<p>As my contribution to the Mozilla Concept Series on Identity, this series will explore the following hypotheses:</p>
<ul>
<li>that people’s experience on the web would be enhanced if the browser offered more compelling, integrated social functionality</li>
<li>that the browser can be made social, becoming a personal, social agent</li>
<li>that a social agent can minimize the overhead of participating in the social web and maximize the benefits</li>
<li>that the architecture of identity in the browser is critical to achieving simplicity and clarifying the experience of social networking</li>
<li>that a social agent should simplify and reduce the work necessary of web developers to create secure, compelling social applications</li>
<li>that social functionality must be built into the browser in order to spread the benefits of the social web as wide as possible</li>
<li>that establishing trust is essential to growing the social web, and that trust can be earned by putting the individual, rather than services, at the center of the personal social web experience</li>
</ul>
<p>This series of posts will sketch out a vision for the future of social computing, and is intended to provoke discussion, critique, and alternative proposals. In my mockups, I depict three new flows that adding three new verbs (connect, follow, and share) could bring to the browser. Subsequent posts will tackle each of these topics in turn:</p>
<ul>
<li><strong>Connect</strong>: acting as your social agent, the browser becomes an extension of yourself, making it easier and more secure to participate in the social web</li>
<li><strong>Follow</strong>: as a replacement for the antiquated notion of “subscribing”, “following” becomes the general way to track the activities or feeds associated with a people, brands, celebrities, or social objects.</li>
<li><strong>Share</strong>: as the fundamental activity of the social web, sharing media, content, and information is integrated into the browser and enhanced through making available social connections and publishing services</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://factoryjoe.com/blog/2010/03/11/the-social-agent/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>OpenID Connect</title>
		<link>http://factoryjoe.com/blog/2010/01/04/openid-connect/</link>
		<comments>http://factoryjoe.com/blog/2010/01/04/openid-connect/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 23:58:57 +0000</pubDate>
		<dc:creator>Chris Messina</dc:creator>
				<category><![CDATA[Digital Identity]]></category>
		<category><![CDATA[DiSo]]></category>
		<category><![CDATA[OpenID]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[openid connect]]></category>

		<guid isPermaLink="false">http://factoryjoe.com/blog/?p=1831</guid>
		<description><![CDATA[I&#8217;ve been thinking about how we make OpenID both easier and sexier for quite a while now. As frustrating as the answer may be to technologists, the problem is not necessarily one that can be solved with more technology. Instead, at some point, you have to move beyond the original constituents of a solution and [...]]]></description>
			<content:encoded><![CDATA[<p><a title="OpenID Connect by factoryjoe, on Flickr" href="http://www.flickr.com/photos/factoryjoe/4246318962/"><img class="figure figure-a" src="http://farm5.static.flickr.com/4053/4246318962_f1507a6a7f_o.png" alt="OpenID Connect" width="500" height="230" /></a></p>
<p>I&#8217;ve been thinking about <a href="http://factoryjoe.com/blog/2009/04/06/does-openid-need-to-be-hard/">how we make OpenID both easier</a> and sexier for quite a while now. As frustrating as the answer may be to technologists, the problem is not necessarily one that can be solved with more technology. Instead, at some point, you have to move beyond the original constituents of a solution and start to package up the thing in a way that is less alienating, and less &#8220;insider baseball&#8221;.</p>
<p>&#8220;OpenID Connect&#8221;, therefore, is what I&#8217;m starting to use in casual conversation as my answer to Twitter and Facebook Connect.</p>
<p>It&#8217;s really creative, I know. That&#8217;s why they pay me the big bucks.</p>
<p>Seriously though, from a marketing perspective — it&#8217;s what I want the OpenID Foundation (and our <a href="http://www.readwriteweb.com/archives/meet_the_new_openid_foundation_board_members.php">new board</a>) to offer the world in 2010. Essentially I think it&#8217;s time we ditched the &#8220;Open Stack&#8221; concept and put something out there that can stand up in conversation alongside the likes of Facebook Connect, in all its rich and <em>specific</em> expressiveness.</p>
<p>At some point, I want OpenID Connect to be what Facebook and Google and others implement that becomes the interoperable identity interchange protocol for the social web. But we&#8217;re not quite there yet, though all the technology is on the verge of being&#8230; ready.</p>
<p>Speaking of, from a technical perspective — I&#8217;m really just talking about repackaging OpenID as a profile of <a href="http://wiki.oauth.net/OAuth-WRAP">OAuth WRAP</a> (credit: Recordon). It would provide relying parties with profile data, relationships, access to content, and activity streams — based on Recordon&#8217;s <a href="http://radar.oreilly.com/2009/02/anatomy-of-connect.html">anatomy of connect</a>.</p>
<p>Unlike the current incarnation, it would work in real-time, distributed systems, on the desktop as well as in <a title="The OpenID mobile experience, part II" href="http://factoryjoe.com/blog/2008/05/17/the-openid-mobile-experience-part-ii/">mobile devices</a>. Huzzah!</p>
<p>We&#8217;re not even that far away from such a solution. Since OpenID really just bootstraps identity — we need a way to provide relying parties with all the other stuff they&#8217;ve come to expect from the Twitter and Facebook Connect APIs&#8230; and that&#8217;s where the &#8220;connect&#8221; in &#8220;OpenID Connect&#8221; comes in.</p>
<p>So, to summarize:</p>
<ul>
<li>for the non-tech, uninitiated audiences: OpenID Connect is a technology that lets you use an account that you already have to sign up, sign in, and bring your profile, contacts, data, and activities with you to any compatible site on the web.</li>
<li>for techies: OpenID Connect is OpenID rewritten on top of OAuth WRAP using service discovery to advertise Portable Contacts, Activity Streams, and any other well known API endpoints, and a means to automatically bootstrap consumer registration and token issuance.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://factoryjoe.com/blog/2010/01/04/openid-connect/feed/</wfw:commentRss>
		<slash:comments>38</slash:comments>
		</item>
		<item>
		<title>Designing for the gut</title>
		<link>http://factoryjoe.com/blog/2009/11/27/designing-for-the-gut/</link>
		<comments>http://factoryjoe.com/blog/2009/11/27/designing-for-the-gut/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 23:09:38 +0000</pubDate>
		<dc:creator>Chris Messina</dc:creator>
				<category><![CDATA[Civil liberties]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Digital Identity]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[OpenID]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[Web building]]></category>
		<category><![CDATA[interaction design]]></category>
		<category><![CDATA[sxd]]></category>
		<category><![CDATA[trim:key=fj_gut]]></category>

		<guid isPermaLink="false">http://factoryjoe.com/blog/?p=1813</guid>
		<description><![CDATA[This post has been translated to Belorussian by Patricia Clausnitzer. I want you to watch this video from a recent Sarah Palin rally (hat tip: Marshall Kirkpatrick). It gives us &#8220;who&#8221; I&#8217;m talking about. While you could chalk up the effect of the video to clever editing, I&#8217;ve seen similar videos that suggest that the [...]]]></description>
			<content:encoded><![CDATA[<div class="update">This post has been translated to <a href="http://pc.de/pages/designing-for-the-gut-be">Belorussian</a> by <a href="http://pc.de/">Patricia Clausnitzer</a>.</div>
<hr />
I want you to watch this video from <a href="http://newleftmedia.com/2009/11/sarah-palin-book-signing-interviews-with-supporters/">a recent Sarah Palin rally</a> (<a href="http://twitter.com/marshallk/status/6073303620">hat tip</a>: <a href="http://marshallk.com">Marshall Kirkpatrick</a>). It gives us &#8220;who&#8221; I&#8217;m talking about.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="295" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/mKKKgua7wQk&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;hd=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="295" src="http://www.youtube.com/v/mKKKgua7wQk&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;hd=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>While you could chalk up the effect of the video to clever editing, I&#8217;ve seen <a href="http://www.youtube.com/watch?v=aOSON7i72u4">similar</a> <a href="http://www.huffingtonpost.com/2008/10/06/mccain-does-nothing-as-cr_n_132366.html">videos</a> that suggest that <a href="http://crooksandliars.com/david-neiwert/mccainpalin-supporters-let-their-rac">the attitudes expressed</a> are probably a pretty accurate portrayal of <em>how</em> some people think (and, for the purposes of this essay, I&#8217;m less interested in <em>what</em> they think).</p>
<p>It seems to me that the people in the video largely think with their guts, and not their brains. I&#8217;m not making a judgment about their intelligence, only recognizing that they seem to evaluate the world from a different perspective than I do: with less curiosity and apparent skepticism. This approach would explain George W Bush&#8217;s appeal as someone who &#8220;<a href="http://www.crisispapers.org/essays/bush-gut.htm">lead from the gut</a>&#8220;. It&#8217;s probably also what <a id="aptureLink_UiX2RWawwH" href="http://en.wikipedia.org/wiki/Al%20Gore">Al Gore</a> was talking about in his book, <a href="http://www.amazon.com/gp/product/0143113623?ie=UTF8&amp;tag=factorycity-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0143113623">Assault on Reason</a>.</p>
<p>Many in my discipline (design) tend to think of the consumers of their products as being rational, thinking beings — not unlike themselves. This seems worse when it comes to engineers and developers, who spend all of their thinking time being mathematically circumspect in their heads. They exhibit a kind of pattern blindness to the notion that some people act completely from gut instinct alone, rarely invoking their higher faculties.</p>
<p>How, then, does this dichotomy impact the utility or usability of products and services, especially those borne of technological innovation, given that designers and engineers tend to work with &#8220;information in the mind&#8221; while many of the users of their products operate purely on the visceral plane?</p>
<p>In writing about <a href="http://factoryjoe.com/blog/2009/11/16/the-death-of-the-url/">the death of the URL</a>, I wanted to expose some consequences of this division. While the intellectually adventuresome are happy to embrace or create technology to expand and challenge their minds (the popularity and vastness of the web a testament to that fact), anti-intellectuals seem to encounter technology as though it were a form of mysticism. In contrast to the technocratic class, anti-intellectuals on the whole seem less curious about how the technology works, so long as it does. Moreover, for technology to work &#8220;well&#8221; (or be perceived to work well) it needs to be responsive, quick, and for the most part, completely invisible. A common sentiment I hear is that the less technology intrudes on their lives, the better and happier they believe themselves to be.</p>
<p>So, back to the death of the URL. As has been argued, <a href="http://www.matthewdawkins.co.uk/the-death-of-the-url.html">the URL is ugly, confusing, and opaque</a>. It feels technical and dangerous. And people just don&#8217;t get them. This is a sharp edge of the web that seems to demand being sanded off — because the less the inner workings of a technology are exposed in one&#8217;s interactions with it, the easier and more pleasurable it will be to operate, within certain limitations, of course. Thus to naively enjoy the web, one needn&#8217;t understand servers, DNS, ports, or hypertext — one should just &#8220;connect&#8221;, pick from a list of known, popular, &#8220;destinations&#8221;, and then point, click — point, click.</p>
<p>And what&#8217;s so wrong with that?</p>
<p>What I find interesting about the social web is not the technology that enables it, but that it bypasses our &#8220;central processor&#8221; and engages the gut. The single greatest thing about the social web is how it has forced people to overcome their technophobias in order to connect with other humans. I mean, prior to the rise of AOL, being online was something that only nerds did. Few innovations in the past have spread so quickly and irreversibly, and it&#8217;s because the benefits of the social web extend beyond the rational mind, and activate our common ancestors&#8217; legacy brain. This widens the potential number of people who can benefit from the technology because rationality is not a requirement for use.</p>
<p>Insomuch as humans have cultivated a sophisticated sociality over millennia, the act of socializing itself largely takes place in the &#8220;gut&#8221;. That&#8217;s not to say that there aren&#8217;t higher order cognitive faculties involved in &#8220;being social&#8221;, but when you interact with someone, especially for the first time, no matter what your brain says, you still rely a great deal on what your gut &#8220;tells you&#8221; — and that&#8217;s not a bad thing. However, when it comes to socializing on sites like Twitter and Facebook, we&#8217;re necessarily engaging more of our prefrontal cortex to interpret our experience because digital environments lack the circumstantial information that our senses use to inform our behavior. To make up for the lack of sensory information, we tend to scan pages all at once, rather than read every word from top to bottom, looking for cues or familiar handholds that will guide us forward. Facebook (by name and design) uses the familiarity of our friends&#8217; faces to help us navigate and cope with what is otherwise typically an information-poor environment that we are ill-equipped to evaluate on our own (hence the success of social engineering schemes and phishing).</p>
<p>As we redesign more of our technologies to provide social functionality, we should not proceed with mistaken assumption that users of social technologies are rational, thinking, deliberative actors. Nor should we be under the illusion that those who use these features will care more about neat tricks that add social functionality than the socialization experience itself. That is, technology that shrinks the perceived distance between one person&#8217;s gut and another&#8217;s and simply gets out of the way, wins. If critical thinking or evaluation is required in order to take advantage of social functionality, the experience will feel, and thus be perceived, as being frustrating and obtuse, leading to avoidance or disuse.</p>
<p>Given this, no where is the recognition of the gut more important than in the design and execution of identity technologies. And this, ultimately, is why I&#8217;m writing this essay.</p>
<p>It might seems strange (or somewhat obsessive), but as I watched the Sarah Palin video above, I thought about how I would talk to these people about OpenID. No doubt we would use very different words to describe the same things — and I bet their mental model of the web, Facebook, Yahoo, and Google would differ greatly from mine — but we would find common goals or use cases that would unite us. For example, I&#8217;m sure that they keep in touch with their friends and family online.  Or they discover or share information — again, even if they do it differently than me or my friends do. Though we may engage with the world very differently — at root we both begin with some kind of conception of our &#8220;self&#8221; that we &#8220;extend&#8221; into the network when we go online and connect with other people.</p>
<p>The foundation of those connections is what I&#8217;m interested in, and why I think designing for the gut is something that technocrats must consider carefully. Specifically, when I read posts like Jesse Stay&#8217;s concept of a <a href="http://staynalive.com/articles/2009/11/25/the-future-has-no-log-in-button/">future without a login button</a>, or evaluate the mockups for an <a title="An Experimental Identity Selector for OpenID" href="http://self-issued.info/?p=235">&#8220;active identity client&#8221; based on information cards</a> or consider <a href="http://www.azarask.in/">Aza</a> and <a href="http://blog.mozilla.com/faaborg/">Alex&#8217;s</a> sketches for what <a href="http://www.azarask.in/blog/post/identity-in-the-browser-firefox/">identity in the browser could look like</a>, I try to involve my gut in that &#8220;thought&#8221; process.</p>
<p>Now, I&#8217;m not just talking about intuition (though that&#8217;s a part of it). I&#8217;m talking about why some people feel &#8220;safer&#8221; experiencing the web with companies like Google or Facebook or Yahoo! at their side, or how frightening the web must seem when everyone seems to need you to keep a secret with them in order to do business (i.e. create a password).</p>
<p>I think the web must seem incredibly scary if you&#8217;re also one of those people that&#8217;s had a virus destroy your files, or use a computer that&#8217;s still infected and runs really slow. For people with that kind of experience as the norm, computers must seem untrustworthy or suspicious. Rationally you could try to explain to them what happened, or how the social web can be safe, but their &#8220;gut has already been made up.&#8221; It&#8217;s not a rational perception that they have of computers, it&#8217;s an instinctual one — and one that is not soon overcome.</p>
<p>Thus, when it comes to designing identity technologies, it&#8217;s very important that we involve the gut as a constituent of our work. Overloading the log in or registration experience with choice is an engineer&#8217;s solution that I&#8217;ve come to accept is <a href="http://factoryjoe.com/blog/2009/04/06/does-openid-need-to-be-hard/">bound to fail</a>. Instead, the act of selecting an identity to &#8220;perform as&#8221; must happen early in one&#8217;s online session — at a point in time equivalent to waking up in the morning and deciding whether to wear sweatpants or a suit and tie  depending on whatever is planned for the rest of the day.</p>
<p>Such an approach is a closer approximation to how people conduct themselves today — in the real world and from the gut — and must inform the next generation of social technologies.</p>
]]></content:encoded>
			<wfw:commentRss>http://factoryjoe.com/blog/2009/11/27/designing-for-the-gut/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>A conversation with Ville Vesterinen about standards and the open social web</title>
		<link>http://factoryjoe.com/blog/2009/11/07/a-conversation-with-ville-vesterinen-about-standards-and-the-open-social-web/</link>
		<comments>http://factoryjoe.com/blog/2009/11/07/a-conversation-with-ville-vesterinen-about-standards-and-the-open-social-web/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 18:39:56 +0000</pubDate>
		<dc:creator>Chris Messina</dc:creator>
				<category><![CDATA[Digital Identity]]></category>
		<category><![CDATA[DiSo]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web building]]></category>
		<category><![CDATA[interview]]></category>
		<category><![CDATA[social web]]></category>

		<guid isPermaLink="false">http://factoryjoe.com/blog/?p=1743</guid>
		<description><![CDATA[I sat down for a conversation with Ville Vesterinen (@vesterinen) — co-founder and editor of the ArcticStartup blog — last week while he was visiting from Helsinki. Following up on the post that Jyri Engeström and I wrote on the web at a new crossroads, we discussed the need for more open standards to create [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/jyri/3793038637/"><img src="http://farm3.static.flickr.com/2517/3793038637_80301cf838_m.jpg" class="figure figure-b" alt="Ville Vesterinen by Jyri"/></a>I sat down for <a href="http://www.arcticstartup.com/2009/11/06/open-and-social-internet-what-does-it-really-mean-video/">a conversation</a> with <a href="http://www.tippingeurope.com/">Ville Vesterinen</a> (<a href="http://twitter.com/vesterinen">@vesterinen</a>) — co-founder and editor of the <a href="http://www.arcticstartup.com/">ArcticStartup blog</a> — last week while he was visiting from Helsinki. Following up on the post that <a href="http://zengestrom.com/">Jyri Engeström</a> and I wrote on <a href="http://www.arcticstartup.com/2009/09/11/the-web-at-a-new-crossroads/">the web at a new crossroads</a>, we discussed the need for more open standards to create the underpinnings of a web-wide platform for building more personal social applications.</p>
<p>At one point in our discussion, I suggested that an HTML tag for a person might make sense — with the ability to include a person&#8217;s face or list of friends — without the need for services like Facebook or Twitter. This idea was inspired by <a href="http://diveintomark.org">Mark Pilgrim&#8217;s</a> retelling of <a href="http://diveintomark.org/archives/2009/11/02/why-do-we-have-an-img-element">the origin story of the <code>&lt;img&gt;</code> tag</a> and conversations I&#8217;ve had recently with <a href="http://www.open-mike.org/">Michael Hanson</a> of Mozilla (who wrote up a <a href="http://www.open-mike.org/entry/people-in-the-address-bar-with-webfinger">concept for supporting WebFinger in the browser</a> after discussions at <a href="http://iiw.idcommons.net/Iiw9"><abbr title="Internet Identity Workshop">IIW</abbr></a>). </p>
<p>Our conversation goes on around 15 minutes but does a decent job of capturing my current thinking on the social web. </p>
<p>I&#8217;d also like to point out that an <a href="http://OpenWebCampHelsinki.blogspot.com/">OpenWebCampHelsinki</a> is happening this weekend, in case anyone happens to be passing through Finland!</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="300" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://blip.tv/play/g5pUgaz3RAI" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="300" src="http://blip.tv/play/g5pUgaz3RAI" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://factoryjoe.com/blog/2009/11/07/a-conversation-with-ville-vesterinen-about-standards-and-the-open-social-web/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

