<?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>Tupil Code Blog &#187; grid computing</title>
	<atom:link href="http://blog.tupil.com/tag/grid-computing/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.tupil.com</link>
	<description>(Get up early, code often)</description>
	<lastBuildDate>Fri, 27 Aug 2010 10:50:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Grid Computing using Javascript</title>
		<link>http://blog.tupil.com/grid-computing-using-javascript/</link>
		<comments>http://blog.tupil.com/grid-computing-using-javascript/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 17:20:51 +0000</pubDate>
		<dc:creator>Chris Eidhof</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[grid computing]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://blog.tupil.com/?p=36</guid>
		<description><![CDATA[I recently had an idea that&#8217;s both really interesting and a bit disturbing. Authors of websites could use clients&#8217; computers as a massive grid computer. If you have a problem that you can solve by using map-reduce, you could do the map step in the client&#8217;s web-browser, and let them send back the result. Most [...]]]></description>
			<content:encoded><![CDATA[<p>I recently had an idea that&#8217;s both really interesting and a bit disturbing.  Authors of websites could use clients&#8217; computers as a massive grid computer. If you have a problem that you can solve by using map-reduce, you could do the map step in the client&#8217;s web-browser, and let them send back the result. Most clients would never know you&#8217;re doing this, and by only using a couple of seconds from their processor time, they also wouldn&#8217;t notice.</p>
<p>The problems that you can solve this way have some interesting properties: you must never send any private data to the clients and typically the solution should be expensive to find, but easy to verify.</p>
<p>I&#8217;m curious what kind of cool appliciations we can build using this technology.  If a major site like Facebook would include a tiny bit of javascript that takes 5 seconds of your processor time to help <a href="http://en.wikipedia.org/wiki/FightAIDS@Home">fight AIDS</a>, it would probably be a tremendous help.  </p>
<p>I would be very interested in your thoughts on this matter. Are there more problems that we could solve this way? I&#8217;m mainly interested in the technical implications, but there are lots of non-technical issues as well. For example: would you need the client&#8217;s permission to do this?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tupil.com/grid-computing-using-javascript/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
	</channel>
</rss>
