<?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>Armando Fox &#187; Cloud computing</title>
	<atom:link href="http://www.armandofox.com/geek/category/cloud-computing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.armandofox.com/geek</link>
	<description>A breadth-first traversal of life</description>
	<lastBuildDate>Thu, 02 Feb 2012 23:36:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Finally made it into SCIENCE, albeit via the back door</title>
		<link>http://www.armandofox.com/geek/2011/01/finally-made-it-into-science-albeit-via-the-back-door/</link>
		<comments>http://www.armandofox.com/geek/2011/01/finally-made-it-into-science-albeit-via-the-back-door/#comments</comments>
		<pubDate>Fri, 28 Jan 2011 20:13:31 +0000</pubDate>
		<dc:creator>fox</dc:creator>
				<category><![CDATA[Cloud computing]]></category>

		<guid isPermaLink="false">http://www.armandofox.com/geek/?p=346</guid>
		<description><![CDATA[A SCIENCE editor attending the National Academy of Engineering FRONTIERS event last September asked if I&#8217;d write a short Perspectives article on why scientists should check out cloud computing as a way to help with their work.
I did, and it appears in the January 28, 2011 issue.  You can download a single copy for personal, [...]]]></description>
			<content:encoded><![CDATA[<p>A SCIENCE editor attending the National Academy of Engineering FRONTIERS event last September asked if I&#8217;d write a short Perspectives article on why scientists should check out cloud computing as a way to help with their work.</p>
<p>I did, and it appears in the January 28, 2011 issue.  You can download a single copy for personal, noncommercial use and without the right to redistribute by clicking <a href="http://www.armandofox.com/geek/wp-content/uploads/Fox-Science.pdf">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.armandofox.com/geek/2011/01/finally-made-it-into-science-albeit-via-the-back-door/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Undergrad projects in cloud computing</title>
		<link>http://www.armandofox.com/geek/2009/11/undergrad-projects-in-cloud-computing/</link>
		<comments>http://www.armandofox.com/geek/2009/11/undergrad-projects-in-cloud-computing/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 01:02:55 +0000</pubDate>
		<dc:creator>fox</dc:creator>
				<category><![CDATA[Cloud computing]]></category>
		<category><![CDATA[SWDYFORPs]]></category>
		<category><![CDATA[Systems research]]></category>

		<guid isPermaLink="false">http://www.armandofox.com/geek/?p=248</guid>
		<description><![CDATA[
Write a SCADS client app in RoR—a clone of eBay, or some other interesting big-data app  (Lead: Amber or Allen)
Get Rails environment running using JRuby interpreter and ability to call existing SCADS client library functions, so RoR apps can run in-process with SCADS (Lead: Marcelo?)
Devise a Ruby gem that encapsulates SCADS functionality to wrap the [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li>Write a SCADS client app in RoR—a clone of eBay, or some other interesting big-data app  (Lead: Amber or Allen)</li>
<li>Get Rails environment running using JRuby interpreter and ability to call existing SCADS client library functions, so RoR apps can run in-process with SCADS (Lead: Marcelo?)</li>
<li>Devise a Ruby gem that encapsulates SCADS functionality to wrap the above (Lead: Brandon)</li>
<li>Write a crawler for Twitter data and metadata; collect a bunch of it, then create some MapReduce jobs to find statistics like density of friendships, things about structure of followers graph, etc., as well as to have tweet data with which to populate SCADr database (Lead: Aaron or Tim)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.armandofox.com/geek/2009/11/undergrad-projects-in-cloud-computing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dynamic programming in the cloud</title>
		<link>http://www.armandofox.com/geek/2009/05/dynamic-programming-in-the-cloud/</link>
		<comments>http://www.armandofox.com/geek/2009/05/dynamic-programming-in-the-cloud/#comments</comments>
		<pubDate>Mon, 18 May 2009 12:39:49 +0000</pubDate>
		<dc:creator>fox</dc:creator>
				<category><![CDATA[Cloud computing]]></category>
		<category><![CDATA[SWDYFORPs]]></category>
		<category><![CDATA[Systems research]]></category>

		<guid isPermaLink="false">http://radlab.cs.berkeley.edu/people/fox/wp/?p=111</guid>
		<description><![CDATA[A HotOS 2009 talk and paper talked about &#8220;wave computing&#8221; on batch jobs (MapReduce style)—the problem is that batch jobs often do wasteful I/O or computation when multiple workers solve identical subproblems. For example, &#8220;top 10 daily files&#8221; and &#8220;top 10 weekly files&#8221; are separate jobs.
They propose specific solutions to identify optimization opportunities, but the more [...]]]></description>
			<content:encoded><![CDATA[<p>A <a href="http://www.usenix.org/event/hotos09">HotOS 2009</a> talk and paper talked about &#8220;wave computing&#8221; on batch jobs (MapReduce style)—the problem is that batch jobs often do wasteful I/O or computation when multiple workers solve identical subproblems. For example, &#8220;top 10 daily files&#8221; and &#8220;top 10 weekly files&#8221; are separate jobs.</p>
<p>They propose specific solutions to identify optimization opportunities, but the more general opportunity is supporting dynamic programming in the cloud. In their approach they look at the actual queries to automatically determine what the common subtasks might be, but in some dynamic programming problems you can express these explicitly.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.armandofox.com/geek/2009/05/dynamic-programming-in-the-cloud/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

