<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.backdrifter.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.backdrifter.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss 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" version="2.0">

<channel>
	<title>Backdrifter</title>
	
	<link>http://www.backdrifter.com</link>
	<description>The personal site of Jared Hanson</description>
	<pubDate>Tue, 19 Aug 2008 03:40:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.backdrifter.com/backdrifter" type="application/rss+xml" /><item>
		<title>Following Friends and Strangers</title>
		<link>http://www.backdrifter.com/2008/08/18/following-friends-and-strangers/</link>
		<comments>http://www.backdrifter.com/2008/08/18/following-friends-and-strangers/#comments</comments>
		<pubDate>Tue, 19 Aug 2008 03:40:27 +0000</pubDate>
		<dc:creator>Jared Hanson</dc:creator>
		
		<category><![CDATA[Unknown]]></category>

		<category><![CDATA[facebook]]></category>

		<category><![CDATA[social]]></category>

		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.backdrifter.com/?p=106</guid>
		<description><![CDATA[One of the more intriguing aspects of Twitter is the way they chose to describe relationships among people on their messaging network.  Rather than using the conventional term &#8220;friends,&#8221; they chose to call people &#8220;followers.&#8221;
That was a unique insight in modeling social networks that is starting to be adopted by other services as well, [...]]]></description>
			<content:encoded><![CDATA[<p>One of the more intriguing aspects of <a href="http://twitter.com/">Twitter</a> is the way they chose to describe relationships among people on their messaging network.  Rather than using the conventional term &#8220;friends,&#8221; they chose to call people &#8220;followers.&#8221;</p>
<p>That was a unique insight in modeling social networks that is starting to be adopted by other services as well, which in my opinion is a good thing.  A conversation between <a href="http://andrewchen.typepad.com/">Andrew Chen</a> and <a href="http://tim.oreilly.com/">Tim O&#8217;Reilly</a> ocured on Twitter over just this issue:</p>
<p><a href="http://twitter.com/andrew_chen/statuses/891205648">Andrew Chen</a>:</p>
<blockquote><p>
@<a href="http://twitter.com/timoreilly">timoreilly</a> re:twitter, Networks are &#8220;friends only&#8221; or &#8220;strangers too&#8221; Friends only = less network effect. Twitter=friends+strangers though?
</p></blockquote>
<p><a href="http://twitter.com/timoreilly/statuses/891358125">Tim O&#8217;Reilly</a>:</p>
<blockquote><p>
@<a href="http://twitter.com/andrew_chen">andrew_chen</a> friends + strangers definitely the stronger model. web, twitter have this in spades.
</p></blockquote>
<p><span id="more-106"></span></p>
<p><a href="http://kevinmarks.com/">Kevin Marks</a> joins in on the conversation, <a href="http://twitter.com/kevinmarks/statuses/891371876">noting</a>:</p>
<blockquote><p>
its not so much friends vs strangers as not forcing reciprocity. &#8220;following&#8221; is a good way to express it
</p></blockquote>
<p>I agree with Marks&#8217; sentiment.  There are implications to how terms are used to describe social interactions online, and &#8220;following&#8221; is an apt term.</p>
<p>Terms that imply a bi-directional relationship, such as friend, family, or colleague, need to be confirmed by the individuals on both sides of the relation.  However, one way relationships are equally useful, especially in &#8220;broadcast&#8221; scenarios that occur in public.</p>
<p>It is perfectly reasonable for two strangers to both follow and be followed by each other.  Each arc remains one way, however, and the people remain strangers, despite the mutual interest in what each other is publishing.</p>
<p>I suspect some of the confusion stems from trying to compare <a href="http://www.facebook.com/">Facebook</a> with Twitter.  That&#8217;s like comparing apples to oranges however, because Facebook is a private social network whereas Twitter is a public social network.  That distinction is where the line is clearly drawn between friends and strangers.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.backdrifter.com/2008/08/18/following-friends-and-strangers/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Authorization Patterns - Approval and OAuth</title>
		<link>http://www.backdrifter.com/2008/08/07/authorization-patterns-approval-and-oauth/</link>
		<comments>http://www.backdrifter.com/2008/08/07/authorization-patterns-approval-and-oauth/#comments</comments>
		<pubDate>Fri, 08 Aug 2008 06:31:01 +0000</pubDate>
		<dc:creator>Jared Hanson</dc:creator>
		
		<category><![CDATA[Unknown]]></category>

		<category><![CDATA[oauth]]></category>

		<guid isPermaLink="false">http://www.backdrifter.com/?p=105</guid>
		<description><![CDATA[As the web evolves, design patterns for authorization are emerging.  When implementing authorization, there are two fundamental needs to address: interaction between people, and integration between systems.
The first case, interaction between people, is familiar to anyone using social networking sites like Facebook.  When someone adds you as a friend, Facebook sends you a [...]]]></description>
			<content:encoded><![CDATA[<p>As the web evolves, design patterns for authorization are emerging.  When implementing authorization, there are two fundamental needs to address: interaction between people, and integration between systems.</p>
<p>The first case, interaction between people, is familiar to anyone using social networking sites like <a href="http://www.facebook.com/">Facebook</a>.  When someone adds you as a friend, Facebook sends you a notification prompting you to confirm or deny the request.  If you approve the request, that person will be allowed to view your profile.  </p>
<p>In effect, a &#8220;contract&#8221; is established between the two people.  Because Facebook knows the identity of each person, restrictions on that contract can be put in place.  Privacy settings are a classic example of such a restriction.  For example, you can limit who can view your contact information and phone numbers.</p>
<p><span id="more-105"></span></p>
<p>The second case, integration between systems, is less familiar but is getting increased attention as <a href="http://www.dataportability.org/">data portability</a> becomes necessary.  In this scenario, the authorization requirements typically involve only one person who has separate accounts on separate systems.</p>
<p>For example, I use <a href="http://calendar.google.com/">Google Calendar</a> to keep track of my schedule.  When I accept event invitations on Facebook, it would be useful to have those events added to my calendar.  I would like to allow Facebook to modify my calendar, but I don&#8217;t want to allow it access to my email (which is why I won&#8217;t give Facebook my Google password).</p>
<p><a href="http://oauth.net/">OAuth</a> specifies a protocol for establishing system-to-system authorization.  It allows you to approve access to your data on one system to another system acting on your behalf.</p>
<p>At the core, OAuth defines a mechanism for exchanging access tokens, which are issued during authorization.  It is up to the system to implement and enforce different access rights, such as read-only vs. read-write privileges, or access to one set of data but not another.</p>
<p>In the above example, Facebook would be acting on my behalf, automatically adding events to my calendar so that I don&#8217;t have to add them manually.  Google would recognize that the token used allows access to my calendar, but would deny any attempts to access my mail.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.backdrifter.com/2008/08/07/authorization-patterns-approval-and-oauth/feed/</wfw:commentRss>
		</item>
		<item>
		<title>HTTP-based Protocol to Replace IMAP?</title>
		<link>http://www.backdrifter.com/2008/08/05/http-based-protocol-to-replace-imap/</link>
		<comments>http://www.backdrifter.com/2008/08/05/http-based-protocol-to-replace-imap/#comments</comments>
		<pubDate>Wed, 06 Aug 2008 05:16:21 +0000</pubDate>
		<dc:creator>Jared Hanson</dc:creator>
		
		<category><![CDATA[Unknown]]></category>

		<category><![CDATA[email]]></category>

		<category><![CDATA[http]]></category>

		<category><![CDATA[imap]]></category>

		<category><![CDATA[xmpp]]></category>

		<category><![CDATA[xmppsummit5]]></category>

		<guid isPermaLink="false">http://www.backdrifter.com/?p=104</guid>
		<description><![CDATA[During a discussion at XMPP Summit 5, it was briefly suggested that XMPP could serve as a replacement for IMAP, a standard protocol for accessing electronic mailboxes and messages.  While there are some optimizations that could be achieved with XMPP, IMAP is a well-entrenched protocol that will be around for decades to come.
I had [...]]]></description>
			<content:encoded><![CDATA[<p>During a discussion at <a href="http://www.xmpp.org/summit/summit5.shtml">XMPP Summit 5</a>, it was briefly suggested that <a href="http://en.wikipedia.org/wiki/XMPP">XMPP</a> could serve as a replacement for <a href="http://en.wikipedia.org/wiki/Internet_Message_Access_Protocol">IMAP</a>, a standard protocol for accessing electronic mailboxes and messages.  While there are some optimizations that could be achieved with XMPP, IMAP is a well-entrenched protocol that will be around for decades to come.</p>
<p>I had a brief conversation with <a href="http://weblogs.mozillazine.org/dmose/">Dan Mosedale</a>, of the <a href="http://www.mozillamessaging.com/">Mozilla Messaging</a> crew, where I stated my stance that such a replacement is non-pragmatic.  He suggested something interesting: most mail access today is not via IMAP, but via the web.</p>
<p><span id="more-104"></span></p>
<p>That is a perspective I hadn&#8217;t considered, but it is certainly true.  Most people receive email through <a href="http://www.microsoft.com/">Microsoft</a>, <a href="http://www.yahoo.com/">Yahoo</a>, <a href="http://www.google.com/">Google</a>, or <a href="http://www.aol.com/">AOL</a>.  Through the use of <a href="http://en.wikipedia.org/wiki/AJAX">Ajax</a> techniques, much of this mail is being delivered over HTTP.  It is by no means a stretch to imagine IMAP being replaced by an HTTP-based protocol, given an effort to standardize the data format transmitted in the requests and responses.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.backdrifter.com/2008/08/05/http-based-protocol-to-replace-imap/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Hyperlinked Journalism</title>
		<link>http://www.backdrifter.com/2008/07/28/hyperlinked-journalism/</link>
		<comments>http://www.backdrifter.com/2008/07/28/hyperlinked-journalism/#comments</comments>
		<pubDate>Tue, 29 Jul 2008 06:22:23 +0000</pubDate>
		<dc:creator>Jared Hanson</dc:creator>
		
		<category><![CDATA[Unknown]]></category>

		<category><![CDATA[journalism]]></category>

		<guid isPermaLink="false">http://www.backdrifter.com/?p=102</guid>
		<description><![CDATA[It&#8217;s no secret that newspapers today face tough challenges.  They must figure out how to profitably report the news in an era when the news itself instantly becomes a commodity, re-syndicated out to the Internet at large.
Ian Betteridge picks up on this trend, building on the following quote from an interview with Monica Guzman.

I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s no secret that newspapers today face tough challenges.  They must figure out how to profitably report the news in an era when the news itself instantly becomes a commodity, re-syndicated out to the Internet at large.</p>
<p>Ian Betteridge picks up on this trend, building on the following quote from an <a href="http://www.beatblogging.org/blog/2008/07/audio-intervi-3.html">interview</a> with Monica Guzman.</p>
<blockquote><p>
I&#8217;m convinced that newspapers need to rise up and take responsibility not just for the quality of the news, but for the quality of the conversation.
</p></blockquote>
<p>Betteridge makes a succinct <a href="http://technovia.co.uk/2008/07/a-news-story-is.html">observation</a> that I find interesting as a computer engineer.</p>
<blockquote><p>
This is totally true, and actually reflects a significant change in what a news story &#8230; actually is. Rather than think of a story as a single finished article, think of it as part of a network of the story, it&#8217;s comments, and the comments and posts that it spawns across the web.</p>
<p>A story is no longer a single page: it is a network of pages.
</p></blockquote>
<p><span id="more-102"></span></p>
<p>Jeff Jarvis refers to the two stages in this transition content economy and the link economy.  Old media companies must find a way to transition into the era where hyperlinks tie the story together.  He gives the following <a href="http://www.buzzmachine.com/2008/07/28/the-imperatives-of-the-link-economy/">imperatives</a>.</p>
<blockquote><p>
1. All content must be transparent: open on the web with permanent links so it can receive links.<br />
2. The recipient of links is the party responsible for monetizing the audience they bring.<br />
3. Links are a key to efficiency.<br />
4. There are opportunities to add value atop the link layer.
</p></blockquote>
<p>The self-publishing tools brought about by the Internet are incredibly empowering.  Be it news and opinion on blogs to classifieds on <a href="http://www.craigslist.org/">craigslist</a>, its never been easier for people to make themselves heard.  As traditional publishers deal with these challenges, the entire system gets stronger and more accountable.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.backdrifter.com/2008/07/28/hyperlinked-journalism/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Google Releases Protocol Buffers as Open Source</title>
		<link>http://www.backdrifter.com/2008/07/07/google-releases-protocol-buffers-as-open-source/</link>
		<comments>http://www.backdrifter.com/2008/07/07/google-releases-protocol-buffers-as-open-source/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 03:58:48 +0000</pubDate>
		<dc:creator>Jared Hanson</dc:creator>
		
		<category><![CDATA[Unknown]]></category>

		<category><![CDATA[google]]></category>

		<category><![CDATA[protocolbuffers]]></category>

		<guid isPermaLink="false">http://www.backdrifter.com/?p=101</guid>
		<description><![CDATA[Via Joe Gregorio, I discovered that Google has released one of their internal projects, Protocol Buffers, under an open source license.  Protocol Buffers is a fast and efficient data serialization format, along with a simple RPC interface and IDL compiler.
I initially wondered why Google saw fit to define a binary serialization format, when both [...]]]></description>
			<content:encoded><![CDATA[<p>Via <a href="http://bitworking.org/news/331/protocol-buffers-open-sourced">Joe Gregorio</a>, I discovered that <a href="http://www.google.com/">Google</a> has <a href="http://google-opensource.blogspot.com/2008/07/protocol-buffers-googles-data.html">released</a> one of their internal projects, <a href="http://code.google.com/p/protobuf/">Protocol Buffers</a>, under an <a href="http://www.opensource.org/">open source</a> license.  Protocol Buffers is a fast and efficient data serialization format, along with a simple <a href="http://en.wikipedia.org/wiki/Remote_procedure_call">RPC</a> interface and <a href="http://en.wikipedia.org/wiki/Interface_description_language">IDL</a> compiler.</p>
<p>I initially wondered why Google saw fit to define a binary serialization format, when both <a href="http://en.wikipedia.org/wiki/XML">XML</a> and <a href="http://en.wikipedia.org/wiki/JSON">JSON</a> are suitable and human-friendly.  But it didn&#8217;t take long to see the benefits, considering the scale at which Google operates, and the sheer amount of data it wrangles.</p>
<p>I&#8217;ve done a cursory read through of the documentation, and while there are some features I&#8217;m not sold on, it looks solid as a whole.  I&#8217;ll be experimenting further, in order to add it to my toolchain, and see where I can apply it to my projects.</p>
<p><span id="more-101"></span></p>
<p>This release also solves one outstanding mystery for me, which originated a couple weeks ago when <a href="http://factoryjoe.com/">Chris Messina</a> <a href="http://twitter.com/factoryjoe/statuses/838346680">tweeted</a>:</p>
<blockquote><p>
Apparently XML gives Google indigestion. They convert all XML to binary but the crap it all over the web.
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.backdrifter.com/2008/07/07/google-releases-protocol-buffers-as-open-source/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Emailtoid: A Tour in Screenshots</title>
		<link>http://www.backdrifter.com/2008/06/22/emailtoid-a-tour-in-screenshots/</link>
		<comments>http://www.backdrifter.com/2008/06/22/emailtoid-a-tour-in-screenshots/#comments</comments>
		<pubDate>Mon, 23 Jun 2008 00:12:22 +0000</pubDate>
		<dc:creator>Jared Hanson</dc:creator>
		
		<category><![CDATA[Unknown]]></category>

		<category><![CDATA[emailtoid]]></category>

		<category><![CDATA[openid]]></category>

		<guid isPermaLink="false">http://www.backdrifter.com/?p=100</guid>
		<description><![CDATA[OpenID is one of the technologies under active development that will shape the evolution of the web.  It offers a single sign-on solution for the web, eliminating the need to sign up for separate accounts at each site.
For example, I use http://jaredhanson.net to sign on to sites that support OpenID.  Being a geek, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://openid.net/">OpenID</a> is one of the technologies under active development that will shape the evolution of the web.  It offers a single sign-on solution for the web, eliminating the need to sign up for separate accounts at each site.</p>
<p>For example, I use <a href="http://jaredhanson.net/">http://jaredhanson.net</a> to sign on to sites that support OpenID.  Being a geek, I&#8217;m comfortable with using my URL to identify myself.  However, the general public is accustomed to using their email addresses.</p>
<p>Toward that end, <a href="http://gobyairship.com/">Michael Richardson</a> of <a href="http://www.vidoop.com/">Vidoop</a> has <a href="http://blog.vidoop.com/archives/130">launched</a> <a href="http://emailtoid.net/">Emailtoid</a>, a service which will allow people to sign on using email addresses rather than URLs.  <a href="http://factoryjoe.com/">Chris Messina</a> has the complete <a href="http://factoryjoe.com/blog/2008/06/22/announcing-emailtoid-mapping-email-addresses-to-openids/">rundown</a>. </p>
<p>Because I&#8217;m intrigued by the inner-workings of OpenID, I poked around a bit.  Here&#8217;s what I found&#8230;</p>
<p><span id="more-100"></span></p>
<p>First of all, its important to realize that Emailtoid will only work when logging on to sites that support it.  This means the site has to support OpenID, as well as fallback Emailtoid when and email address is used to sign on.  That limits the total number of supporting sites to one, currently: <a href="http://erp.gobyairship.com/">erp.gobyairship.com</a>, the example relying party.  However, this is just a technology preview at this point, and you have to start somewhere.</p>
<p><b>Sign On</b></p>
<p>To sign on, simply enter your email address.</p>
<p><a href="/assets/2008/06/22/emailtoid-a-tour-in-screenshots/log-in-to-erp.jpg"><img src="/assets/2008/06/22/emailtoid-a-tour-in-screenshots/log-in-to-erp.jpg" alt="Log In" width="324" height="126" class="center"/></a></p>
<p>Now, you will wind up on the Emailtoid service.  In order to verify that the email address you entered is actually yours, Emailtoid sends an access key to your email address.</p>
<p><a href="/assets/2008/06/22/emailtoid-a-tour-in-screenshots/email-sent.jpg"><img src="/assets/2008/06/22/emailtoid-a-tour-in-screenshots/email-sent-tn.jpg" alt="Email Sent" width="330" height="282" class="center"/></a></p>
<p>Go to your inbox, where a new message should be waiting.  Click the link in the message, or copy the access key into the page.</p>
<p><a href="/assets/2008/06/22/emailtoid-a-tour-in-screenshots/confirmation-email.jpg"><img src="/assets/2008/06/22/emailtoid-a-tour-in-screenshots/confirmation-email-tn.jpg" alt="Confirmation Email" width="400" height="403" class="center"/></a></p>
<p>Once your email address has been verified, you will be logged in at the original site.</p>
<p><a href="/assets/2008/06/22/emailtoid-a-tour-in-screenshots/logged-in-to-erp.jpg"><img src="/assets/2008/06/22/emailtoid-a-tour-in-screenshots/logged-in-to-erp.jpg" alt="Logged In" width="418" height="109" class="center"/></a></p>
<p><b>Associate an OpenID</b></p>
<p>If you already have an OpenID, you can associate that with your account at Emailtoid.</p>
<p><a href="/assets/2008/06/22/emailtoid-a-tour-in-screenshots/account.jpg"><img src="/assets/2008/06/22/emailtoid-a-tour-in-screenshots/account-tn.jpg" alt="Account" width="380" height="314" class="center"/></a></p>
<p>With that association in place, Emailtoid will redirect you to your OpenID provider when you sign on, where can enter your password as usual.  This is more convenient that switching over to your inbox in order to get access keys.</p>
<p><b>Identifier Details</b></p>
<p>Under the hood, Emailtoid is generating OpenID identifiers for email addresses that do not already have such an identifier associated with them.  When I first signed on to the relying party, my identifier was: <a href="http://emailtoid.net/i/d99a3e8e/756a31ac/">http://emailtoid.net/i/d99a3e8e/756a31ac/</a></p>
<p>Because I&#8217;ve associated my OpenID with my Emailtoid account, that link simply redirects to <a href="http://jaredhanson.net/">http://jaredhanson.net/</a>.  An account with no such association currently gets a boilerplate <a href="http://emailtoid.net/i/bf68d030/622589f4/">placeholder</a>.</p>
<p><a href="/assets/2008/06/22/emailtoid-a-tour-in-screenshots/endpoint.jpg"><img src="/assets/2008/06/22/emailtoid-a-tour-in-screenshots/endpoint-tn.jpg" alt="Endpoint" width="380" height="150" class="center"/></a></p>
<p><b>Final Thoughts</b></p>
<p>As noted in the release announcement, this is not a final solution, but rather an attempt to start a discussion about best practices.  I&#8217;ve got some ideas rolling around in my head.  As I experiment, I&#8217;ll post about my discoveries.  Stay tuned.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.backdrifter.com/2008/06/22/emailtoid-a-tour-in-screenshots/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Knowledge and the Crowdsourced Life</title>
		<link>http://www.backdrifter.com/2008/06/22/knowledge-and-the-crowdsourced-life/</link>
		<comments>http://www.backdrifter.com/2008/06/22/knowledge-and-the-crowdsourced-life/#comments</comments>
		<pubDate>Sun, 22 Jun 2008 18:30:51 +0000</pubDate>
		<dc:creator>Jared Hanson</dc:creator>
		
		<category><![CDATA[Unknown]]></category>

		<category><![CDATA[education]]></category>

		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://www.backdrifter.com/?p=99</guid>
		<description><![CDATA[Yesterday, Mark Elgan pointed to an article he published which poses the question: Will gadgets make knowledge obsolete?  It is interesting to ponder, because as he points out:

we&#8217;re going to have to face the problem of education in a world in which nearly all knowledge is available to everyone, instantly, all the time.

Take the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="/assets/2008/06/22/knowledge-and-the-crowdsourced-life/phone_of_the_future.jpg"><img src="/assets/2008/06/22/knowledge-and-the-crowdsourced-life/phone_of_the_future_tn.jpg" alt="Phone of the Future" width="225" height="161" class="align-right"/></a>Yesterday, Mark Elgan <a href="http://www.therawfeed.com/2008/06/will-gadgets-make-knowledge-obsolete.html">pointed</a> to an <a href="http://computerworld.com/action/article.do?command=viewArticleBasic&#038;articleId=9101638&#038;intsrc=hm_list">article</a> he published which poses the question: Will gadgets make knowledge obsolete?  It is interesting to ponder, because as he points out:</p>
<blockquote><p>
we&#8217;re going to have to face the problem of education in a world in which nearly all knowledge is available to everyone, instantly, all the time.
</p></blockquote>
<p>Take the address book of your cell phone as an example.  Without it, I wouldn&#8217;t know the phone numbers of even my closest friends and family.  In fact, there are times when asked for <i>my own</i> number that I have to consult my phone.</p>
<p><span id="more-99"></span></p>
<p>I often think that I would be completely ineffective in my career as a software engineer if it were not for the almighty <a href="http://www.google.com/">Google</a> search.  Whenever I encounter a problem, a few carefully chosen keywords are often enough to find a solution.</p>
<p>Yet, each time my own knowledge is called into question, I reach the conclusion that this ultimately a good thing.  The technology industry has essentially been <a href="http://www.buzzmachine.com/2008/06/22/the-crowdsourced-life/">crowdsourced</a>, under an open source development model where anyone can contribute.   This allows engineers to build better applications, and we&#8217;ve only seen the tip of the iceberg.</p>
<p>For example, there is advanced image processing research currently underway which can analyze batches of photos, and automatically pull out ones that are taken at the same location, based solely on the image in the picture.  Furthermore, as additional photos are analyzed, they enter a feedback loop which improves the processing algorithms.</p>
<p>When online photo sharing sites such as <a href="http://www.flickr.com/">Flickr</a> are tapped, the algorithms themselves become crowdsourced, improving by the second with each uploaded photo.  Eventually, this will lead to devices just like the <a href="/assets/2008/06/22/knowledge-and-the-crowdsourced-life/phone_of_the_future.jpg">phone of the future</a>, where perception alone is enough to search all of the world&#8217;s information.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.backdrifter.com/2008/06/22/knowledge-and-the-crowdsourced-life/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Redefining Media and the Community Impact</title>
		<link>http://www.backdrifter.com/2008/06/18/redefining-media-and-the-community-impact/</link>
		<comments>http://www.backdrifter.com/2008/06/18/redefining-media-and-the-community-impact/#comments</comments>
		<pubDate>Thu, 19 Jun 2008 03:33:52 +0000</pubDate>
		<dc:creator>Jared Hanson</dc:creator>
		
		<category><![CDATA[Unknown]]></category>

		<category><![CDATA[media]]></category>

		<guid isPermaLink="false">http://www.backdrifter.com/?p=98</guid>
		<description><![CDATA[Umair Haque has an interesting post at his Havas Media Lab that questions the traditional definition of media in an interconnected world.

We’re used to thinking of media in terms of yesterday’s categories - largely focused on either inert information or passive entertainment.
But do they apply anymore?


Why is expanding the definition of media important? Because it’s [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.bubblegeneration.com/">Umair Haque</a> has an interesting <a href="http://www.havasmedialab.com/?p=23">post</a> at his <a href="http://www.havasmedialab.com/">Havas Media Lab</a> that questions the traditional definition of media in an interconnected world.</p>
<blockquote><p>
We’re used to thinking of media in terms of yesterday’s categories - largely focused on either inert information or passive entertainment.</p>
<p>But do they apply anymore?
</p></blockquote>
<blockquote><p>
Why is expanding the definition of media important? Because it’s only by fully understanding new categories of media that we can begin reinventing media strategies and business models.
</p></blockquote>
<p>Rather than wonder about business strategy, I&#8217;d like to look at the impact of new forms of media on another of Haque&#8217;s favorite topics: community.</p>
<p><span id="more-98"></span></p>
<p>In the past, if you wanted to voice your opinions to large audience, you needed column inches in a newspaper or a time slot on a radio or television station.  These operations require extensive resources, thereby limiting the total number of people with access.</p>
<p>This limiting effect has built on itself over time, resulting in our present situation, where a handful of conglomerates control the dissemination of news, entertainment, and advertising to entire cultures.  Those in power attempt to extract the greatest amount of &#8220;value&#8221; from the market, resulting in public airwaves are anything but.</p>
<p>Of course, this comes at a cost to the communities that are witnessing local broadcast stations disappear.  It&#8217;s rare to turn on the television or radio and be presented with information relevant to daily life.  Instead, programming is produced in a select few locations, often thousands of miles away, and broadcast to millions of people, all for the sake of efficiency.</p>
<p>However, the web and social media have had a democratizing effect that truly empowers the people.  Instead of pushing a message to a &#8220;target audience,&#8221; the focus has been on building tools and systems that allow people to communicate.  Now, anyone with can instantly publish an article or record a podcast, and be heard across the globe.</p>
<p>These new forms of media allow people to discover each other, often leading to organic, grass-roots communities formed around a common purpose or desire.  Sometimes these communities are defined by geography, whereas others exist completely in virtual space.</p>
<p>The important point, though, is the ability for these communities to form where previously there was little to none.  If I understand Haque&#8217;s thinking correctly, the fostering of community will lead naturally to the biggest economic gains.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.backdrifter.com/2008/06/18/redefining-media-and-the-community-impact/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Server Migration Complete</title>
		<link>http://www.backdrifter.com/2008/06/15/server-migration-complete/</link>
		<comments>http://www.backdrifter.com/2008/06/15/server-migration-complete/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 01:23:09 +0000</pubDate>
		<dc:creator>Jared Hanson</dc:creator>
		
		<category><![CDATA[Unknown]]></category>

		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.backdrifter.com/?p=97</guid>
		<description><![CDATA[For the past week, I&#8217;ve been encountering issues with the server that hosts my websites, including the site you are currently reading.  After unsuccessfully trying to diagnose and fix the problem, I&#8217;ve upgraded to a new server and migrated all services and data to it.
I&#8217;ve been meaning to upgrade my server for some time, [...]]]></description>
			<content:encoded><![CDATA[<p>For the past week, I&#8217;ve been encountering issues with the server that hosts my websites, including the site you are currently reading.  After unsuccessfully trying to diagnose and fix the problem, I&#8217;ve upgraded to a new server and migrated all services and data to it.</p>
<p>I&#8217;ve been meaning to upgrade my server for some time, but never had the motivation until last week&#8217;s problems arose.  I&#8217;m very happy with the new server.  It has improved specs across the board, and costs me half as much as the previous one.</p>
<p>Everything appears to be in order from my perspective.  Depending on where you are located, <a href="http://en.wikipedia.org/wiki/Domain_Name_System">DNS</a> updates may take a couple days to propagate.  If you notice anything that is broken, please let me know.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.backdrifter.com/2008/06/15/server-migration-complete/feed/</wfw:commentRss>
		</item>
		<item>
		<title>I’m Presence Enabled</title>
		<link>http://www.backdrifter.com/2008/05/14/im-presence-enabled/</link>
		<comments>http://www.backdrifter.com/2008/05/14/im-presence-enabled/#comments</comments>
		<pubDate>Thu, 15 May 2008 05:30:43 +0000</pubDate>
		<dc:creator>Jared Hanson</dc:creator>
		
		<category><![CDATA[Unknown]]></category>

		<category><![CDATA[identity]]></category>

		<category><![CDATA[im]]></category>

		<guid isPermaLink="false">http://www.backdrifter.com/2008/05/14/im-presence-enabled/</guid>
		<description><![CDATA[I&#8217;ve presence enabled jaredhanson.net, a micro-site of mine that I&#8217;m using to explore the myriad ideas and technologies centered around digital identity.
In it&#8217;s current incarnation, the site serves as a web-based business card.  I can point people to a single destination, which in turn links to the various ways to get in contact with [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve presence enabled <a href="http://www.jaredhanson.net/">jaredhanson.net</a>, a micro-site of mine that I&#8217;m using to explore the myriad ideas and technologies centered around digital identity.</p>
<p>In it&#8217;s current incarnation, the site serves as a web-based business card.  I can point people to a single destination, which in turn links to the various ways to get in contact with me.  One of those ways is, of course, instant messaging.</p>
<p>One of the handy features of IM is presence indicators, which show whether someone is available or away.  I&#8217;ve brought those indicators to my identity site.  If I&#8217;m online, a green dot will be displayed next to my IM address.  If I&#8217;m away, a red dot will appear.  The dot will remain gray when I am offline.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.backdrifter.com/2008/05/14/im-presence-enabled/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
