<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Raw Data Now; The big fight for the Social Web</title>
	<atom:link href="http://almaer.com/blog/raw-data-now-the-big-fight-for-the-social-web/feed" rel="self" type="application/rss+xml" />
	<link>http://almaer.com/blog/raw-data-now-the-big-fight-for-the-social-web</link>
	<description>blogging about life, the universe, and everything tech</description>
	<lastBuildDate>Sat, 08 Sep 2012 07:06:53 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jonathan Gray</title>
		<link>http://almaer.com/blog/raw-data-now-the-big-fight-for-the-social-web/comment-page-1#comment-41581</link>
		<dc:creator>Jonathan Gray</dc:creator>
		<pubDate>Thu, 06 Aug 2009 14:23:44 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog/?p=2383#comment-41581</guid>
		<description>You might also be interested to see Rufus Pollock’s original post on this on the Open Knowledge Foundation blog [1] - which Tim Berners-Lee cites as the origin of the “Raw Data Now” meme [2].

[1] http://blog.okfn.org/2007/11/07/give-us-the-data-raw-and-give-it-to-us-now/

[2] http://www.w3.org/2009/Talks/0204-ted-tbl/#(34)</description>
		<content:encoded><![CDATA[<p>You might also be interested to see Rufus Pollock’s original post on this on the Open Knowledge Foundation blog [1] &#8211; which Tim Berners-Lee cites as the origin of the “Raw Data Now” meme [2].</p>
<p>[1] <a href="http://blog.okfn.org/2007/11/07/give-us-the-data-raw-and-give-it-to-us-now/" rel="nofollow">http://blog.okfn.org/2007/11/07/give-us-the-data-raw-and-give-it-to-us-now/</a></p>
<p>[2] <a href="http://www.w3.org/2009/Talks/0204-ted-tbl/#(34)" rel="nofollow">http://www.w3.org/2009/Talks/0204-ted-tbl/#(34)</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Eberling</title>
		<link>http://almaer.com/blog/raw-data-now-the-big-fight-for-the-social-web/comment-page-1#comment-40731</link>
		<dc:creator>Steven Eberling</dc:creator>
		<pubDate>Mon, 20 Apr 2009 09:25:13 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog/?p=2383#comment-40731</guid>
		<description>Users should not have to remember what data they&#039;ve entrusted to what companies in order to perform some operation on their data.

People should be able to consume data and republish with ease (no post or sync required). I agree with P2P federation in the browser -- and I think it would be good to enable clients to act both as clients and servers. Any web application with permissions should be able to access any of my local data while my computers are up and running (and most people have at least one or two).

I&#039;m curious why browsers didn&#039;t get into the business of collecting and hosting user data earlier.</description>
		<content:encoded><![CDATA[<p>Users should not have to remember what data they&#8217;ve entrusted to what companies in order to perform some operation on their data.</p>
<p>People should be able to consume data and republish with ease (no post or sync required). I agree with P2P federation in the browser &#8212; and I think it would be good to enable clients to act both as clients and servers. Any web application with permissions should be able to access any of my local data while my computers are up and running (and most people have at least one or two).</p>
<p>I&#8217;m curious why browsers didn&#8217;t get into the business of collecting and hosting user data earlier.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ray Cromwell</title>
		<link>http://almaer.com/blog/raw-data-now-the-big-fight-for-the-social-web/comment-page-1#comment-40721</link>
		<dc:creator>Ray Cromwell</dc:creator>
		<pubDate>Fri, 17 Apr 2009 16:47:28 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog/?p=2383#comment-40721</guid>
		<description>I wrote about something similar last year (client side storage, peer-to-peer social networking, http://timepedia.blogspot.com/2008/05/decentralizing-web.html)

My basic idea then was &quot;Gear-to-Gear&quot; social networking, using federated rendezvous servers. Store all your social data locally in the browser, but encrypt it and replicate it across several rendezvous servers, which are simple publish and subscribe mailbox queues. Other users can obtain access to your data by posting a encrypted friend request to your queue. The next time your gears client syncs, you process the queue. If you agree to friend someone, you encrypt the profile information you want him to have, and deposit it in his mailbox queue where he&#039;ll get it on next login. Activity feeds would simply be another round-robin queue (with a different broadcast encryption technique)

The only potential gatekeeper bottleneck in the system is the rendezvous servers and how to discover them. But fundamentally, nothing more is needed than the ability to update an address book, queue up activities, and sync to the cloud, but some encryption protocols. That&#039;s why I don&#039;t get caught up in the hype of Facebook, et al, because to me, this phase is merely a bubble. These things are glorified commodities that sooner or later will be vastly simplified to a fundamental network platform that no one can own.</description>
		<content:encoded><![CDATA[<p>I wrote about something similar last year (client side storage, peer-to-peer social networking, <a href="http://timepedia.blogspot.com/2008/05/decentralizing-web.html)" rel="nofollow">http://timepedia.blogspot.com/2008/05/decentralizing-web.html)</a></p>
<p>My basic idea then was &#8220;Gear-to-Gear&#8221; social networking, using federated rendezvous servers. Store all your social data locally in the browser, but encrypt it and replicate it across several rendezvous servers, which are simple publish and subscribe mailbox queues. Other users can obtain access to your data by posting a encrypted friend request to your queue. The next time your gears client syncs, you process the queue. If you agree to friend someone, you encrypt the profile information you want him to have, and deposit it in his mailbox queue where he&#8217;ll get it on next login. Activity feeds would simply be another round-robin queue (with a different broadcast encryption technique)</p>
<p>The only potential gatekeeper bottleneck in the system is the rendezvous servers and how to discover them. But fundamentally, nothing more is needed than the ability to update an address book, queue up activities, and sync to the cloud, but some encryption protocols. That&#8217;s why I don&#8217;t get caught up in the hype of Facebook, et al, because to me, this phase is merely a bubble. These things are glorified commodities that sooner or later will be vastly simplified to a fundamental network platform that no one can own.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
