<?xml version="1.0" encoding="UTF-8" standalone="no"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:georss="http://www.georss.org/georss" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:media="http://search.yahoo.com/mrss/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" version="2.0">

<channel>
	<title>Scale Cast – A podcast about big data, distributed systems, and scalability</title>
	<atom:link href="https://scalecast.wordpress.com/feed/" rel="self" type="application/rss+xml"/>
	<link>https://scalecast.wordpress.com</link>
	<description>A podcast about big data, distributed systems, and scalability</description>
	<lastBuildDate>Sat, 26 Apr 2008 18:57:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<site xmlns="com-wordpress:feed-additions:1">2387826</site><cloud domain="scalecast.wordpress.com" path="/?rsscloud=notify" port="80" protocol="http-post" registerProcedure=""/>
<image>
		<url>https://s0.wp.com/i/buttonw-com.png</url>
		<title>Scale Cast – A podcast about big data, distributed systems, and scalability</title>
		<link>https://scalecast.wordpress.com</link>
	</image>
	<atom:link href="https://scalecast.wordpress.com/osd.xml" rel="search" title="Scale Cast - A podcast about big data, distributed systems, and scalability" type="application/opensearchdescription+xml"/>
	<atom:link href="https://scalecast.wordpress.com/?pushpress=hub" rel="hub"/>
	<itunes:explicit>no</itunes:explicit><itunes:subtitle>A podcast about big data, distributed systems, and scalability</itunes:subtitle><item>
		<title>An Introduction to ZooKeeper Video</title>
		<link>https://scalecast.wordpress.com/2008/04/26/an-introduction-to-zookeeper-video/</link>
					<comments>https://scalecast.wordpress.com/2008/04/26/an-introduction-to-zookeeper-video/#respond</comments>
		
		<dc:creator><![CDATA[burtonator]]></dc:creator>
		<pubDate>Sat, 26 Apr 2008 18:57:12 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://scalecast.wordpress.com/2008/04/26/an-introduction-to-zookeeper-video/</guid>

					<description><![CDATA[In 2006 we were building distributed applications that needed a master, aka coordinator, aka controller to manage the sub processes of the applications. It was a scenario that we had encountered before and something that we saw repeated over and over again inside and outside of Yahoo!. For example, we have an application that consists [&#8230;]]]></description>
										<content:encoded><![CDATA[<blockquote><p>In 2006 we were building distributed applications that needed a master, aka coordinator, aka controller to manage the sub processes of the applications. It was a scenario that we had encountered before and something that we saw repeated over and over again inside and outside of Yahoo!.</p>
<p>For example, we have an application that consists of a bunch of processes. Each process needs be aware of other processes in the system. The processes need to know how requests are partitioned among the processes. They need to be aware of configuration changes and failures. Generally an application specific central control process manages these needs, but generally these control programs are specific to applications and thus represent a recurring development cost for each distributed application. Because each control program is rewritten it doesn&#8217;t get the investment of development time to become truly robust, making it an unreliable single point of failure.</p></blockquote>
<p><a href="http://us.dl1.yimg.com/download.yahoo.com/dl/ydn/zookeeper.m4v">link to podcast</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://scalecast.wordpress.com/2008/04/26/an-introduction-to-zookeeper-video/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		<enclosure length="298423631" type="video/x-m4v" url="http://us.dl1.yimg.com/download.yahoo.com/dl/ydn/zookeeper.m4v"/>

		<post-id xmlns="com-wordpress:feed-additions:1">22</post-id>
		<media:content medium="image" url="https://2.gravatar.com/avatar/2babeb5647a9aa84f4d9fb83f6f717dc33d1f9b2490b12a40fb9044acf0d3b2d?s=96&amp;d=identicon">
			<media:title type="html">burtonator</media:title>
		</media:content>
	<itunes:explicit/><itunes:subtitle>In 2006 we were building distributed applications that needed a master, aka coordinator, aka controller to manage the sub processes of the applications. It was a scenario that we had encountered before and something that we saw repeated over and over again inside and outside of Yahoo!. For example, we have an application that consists [&amp;#8230;]</itunes:subtitle><itunes:summary>In 2006 we were building distributed applications that needed a master, aka coordinator, aka controller to manage the sub processes of the applications. It was a scenario that we had encountered before and something that we saw repeated over and over again inside and outside of Yahoo!. For example, we have an application that consists [&amp;#8230;]</itunes:summary><itunes:keywords>Uncategorized</itunes:keywords></item>
		<item>
		<title>More Optimal Bloom Filters</title>
		<link>https://scalecast.wordpress.com/2008/04/18/more-optimal-bloom-filters/</link>
					<comments>https://scalecast.wordpress.com/2008/04/18/more-optimal-bloom-filters/#respond</comments>
		
		<dc:creator><![CDATA[burtonator]]></dc:creator>
		<pubDate>Fri, 18 Apr 2008 17:13:24 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://scalecast.wordpress.com/2008/04/18/more-optimal-bloom-filters/</guid>

					<description><![CDATA[The Bloom filter, conceived by Burton H. Bloom in 1970, is a space-efficient probabilistic data structure that is used to test whether an element is a member of a set. False positives are possible, but false negatives are not. Elements can be added to the set, but not removed (though this can be addressed with [&#8230;]]]></description>
										<content:encoded><![CDATA[<blockquote><p>The Bloom filter, conceived by Burton H. Bloom in 1970, is a<br />
space-efficient probabilistic data structure that is used to test<br />
whether an element is a member of a set. False positives are possible,<br />
but false negatives are not. Elements can be added to the set, but not<br />
removed (though this can be addressed with a counting filter). The<br />
more elements that are added to the set, the larger the probability of<br />
false positives.</p>
<p>For example, one might use a Bloom filter to do spell-checking in a<br />
space-efficient way. A Bloom filter to which a dictionary of correct<br />
words has been added will accept all words in the dictionary and<br />
reject almost all words which are not, which is good enough in some<br />
cases. Depending on the false positive rate, the resulting data<br />
structure can require as little as a byte per dictionary word.</p>
<p>In the last few years Bloom filter become hot topic again and there<br />
were several modifications and improvements. In this talk I will<br />
present my last few improvements in this topic.</p>
<p>Speaker: Ely Porat<br />
Ely Porat received his Doctorate from Bar-Ilan University in 2000.<br />
Following that, he fulfilled his military service and, in parallel,<br />
worked as a faculty member at Bar-Ilan University. Having spent the<br />
spring 2007 semester as a Visiting Scientist in Google, he is now back<br />
at Bar-Ilan University.</p>
<p>The main body of Ely Porat&#8217;s work concerns matching problems: string<br />
matching, pattern matching, subset matching. He also worked on the<br />
nearest pair problem in high-dimensional spaces as well as sketching<br />
and edit distance.</p></blockquote>
<p><a href="http://download.tailrank.com/scalecast/f5f369e0e8a5f06382d2957f4ebc0536.mp4">link</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://scalecast.wordpress.com/2008/04/18/more-optimal-bloom-filters/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		<enclosure length="37570952" type="video/mp4" url="http://download.tailrank.com/scalecast/f5f369e0e8a5f06382d2957f4ebc0536.mp4"/>

		<post-id xmlns="com-wordpress:feed-additions:1">21</post-id>
		<media:content medium="image" url="https://2.gravatar.com/avatar/2babeb5647a9aa84f4d9fb83f6f717dc33d1f9b2490b12a40fb9044acf0d3b2d?s=96&amp;d=identicon">
			<media:title type="html">burtonator</media:title>
		</media:content>
	<itunes:explicit/><itunes:subtitle>The Bloom filter, conceived by Burton H. Bloom in 1970, is a space-efficient probabilistic data structure that is used to test whether an element is a member of a set. False positives are possible, but false negatives are not. Elements can be added to the set, but not removed (though this can be addressed with [&amp;#8230;]</itunes:subtitle><itunes:summary>The Bloom filter, conceived by Burton H. Bloom in 1970, is a space-efficient probabilistic data structure that is used to test whether an element is a member of a set. False positives are possible, but false negatives are not. Elements can be added to the set, but not removed (though this can be addressed with [&amp;#8230;]</itunes:summary><itunes:keywords>Uncategorized</itunes:keywords></item>
		<item>
		<title>An Overview of High Performance Computing and Challenges for the Future</title>
		<link>https://scalecast.wordpress.com/2008/04/08/an-overview-of-high-performance-computing-and-challenges-for-the-future/</link>
					<comments>https://scalecast.wordpress.com/2008/04/08/an-overview-of-high-performance-computing-and-challenges-for-the-future/#respond</comments>
		
		<dc:creator><![CDATA[burtonator]]></dc:creator>
		<pubDate>Tue, 08 Apr 2008 00:33:12 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://scalecast.wordpress.com/2008/04/08/an-overview-of-high-performance-computing-and-challenges-for-the-future/</guid>

					<description><![CDATA[In this talk we examine how high performance computing has changed over the last 10-year and look toward the future in terms of trends. These changes have had and will continue to have a major impact on our software. A new generation of software libraries and algorithms are needed for the effective and reliable use [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>In this talk we examine how high performance computing has changed<br />
over the last 10-year and look toward the future in terms of trends.<br />
These changes have had and will continue to have a major impact on our<br />
software. A new generation of software libraries and algorithms are<br />
needed for the effective and reliable use of (wide area) dynamic,<br />
distributed and parallel environments. Some of the software and<br />
algorithm challenges have already been encountered, such as management<br />
of communication and memory hierarchies through a combination of<br />
compile&#8211;time and run&#8211;time techniques, but the increased scale of<br />
computation, depth of memory hierarchies, range of latencies, and<br />
increased run&#8211;time environment variability will make these problems<br />
much harder.</p>
<iframe class="youtube-player" width="450" height="254" src="https://www.youtube.com/embed/zTIKUxO9kf4?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en&#038;autohide=2&#038;wmode=transparent" allowfullscreen="true" style="border:0;" sandbox="allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox"></iframe>
<p><a href="http://download.tailrank.com/scalecast/88d5dc7644752c72356e5610983b399f.mp4">Link to video</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://scalecast.wordpress.com/2008/04/08/an-overview-of-high-performance-computing-and-challenges-for-the-future/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		<enclosure length="80933780" type="video/mp4" url="http://download.tailrank.com/scalecast/88d5dc7644752c72356e5610983b399f.mp4"/>

		<post-id xmlns="com-wordpress:feed-additions:1">20</post-id>
		<media:content medium="image" url="https://2.gravatar.com/avatar/2babeb5647a9aa84f4d9fb83f6f717dc33d1f9b2490b12a40fb9044acf0d3b2d?s=96&amp;d=identicon">
			<media:title type="html">burtonator</media:title>
		</media:content>
	<itunes:explicit/><itunes:subtitle>In this talk we examine how high performance computing has changed over the last 10-year and look toward the future in terms of trends. These changes have had and will continue to have a major impact on our software. A new generation of software libraries and algorithms are needed for the effective and reliable use [&amp;#8230;]</itunes:subtitle><itunes:summary>In this talk we examine how high performance computing has changed over the last 10-year and look toward the future in terms of trends. These changes have had and will continue to have a major impact on our software. A new generation of software libraries and algorithms are needed for the effective and reliable use [&amp;#8230;]</itunes:summary><itunes:keywords>Uncategorized</itunes:keywords></item>
		<item>
		<title>Disk-Based Parallel Computation, Rubik’s Cube, and Checkpointin</title>
		<link>https://scalecast.wordpress.com/2008/03/29/disk-based-parallel-computation-rubiks-cube-and-checkpointin/</link>
					<comments>https://scalecast.wordpress.com/2008/03/29/disk-based-parallel-computation-rubiks-cube-and-checkpointin/#comments</comments>
		
		<dc:creator><![CDATA[burtonator]]></dc:creator>
		<pubDate>Sat, 29 Mar 2008 05:36:29 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://scalecast.wordpress.com/2008/03/29/disk-based-parallel-computation-rubiks-cube-and-checkpointin/</guid>

					<description><![CDATA[This talk takes us on a journey through three varied, but interconnected topics. First, our research lab has engaged in a series of disk-based computations extending over five years. Disks have traditionally been used for filesystems, for virtual memory, and for databases. Disk-based computation opens up an important fourth use: an abstraction for multiple disks [&#8230;]]]></description>
										<content:encoded><![CDATA[<blockquote><p>This talk takes us on a journey through three varied, but interconnected<br />
topics. First, our research lab has engaged in a series of disk-based<br />
computations extending over five years. Disks have traditionally<br />
been used for filesystems, for virtual memory, and for databases.<br />
Disk-based computation opens up an important fourth use: an abstraction<br />
for multiple disks that allows parallel programs to treat them in a<br />
manner similar to RAM. The key observation is that 50 disks have<br />
approximately the same parallel bandwidth as a _single_ RAM subsystem.<br />
This leaves latency as the primary concern. A second key is the use<br />
of techniques like delayed duplicate detection to avoid latency</p></blockquote>
<p><a href="http://download.tailrank.com/scalecast/fd36bedca200edba64be0735a4a5482a.mp4">link to video</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://scalecast.wordpress.com/2008/03/29/disk-based-parallel-computation-rubiks-cube-and-checkpointin/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		<enclosure length="99044245" type="video/mp4" url="http://download.tailrank.com/scalecast/fd36bedca200edba64be0735a4a5482a.mp4"/>

		<post-id xmlns="com-wordpress:feed-additions:1">19</post-id>
		<media:content medium="image" url="https://2.gravatar.com/avatar/2babeb5647a9aa84f4d9fb83f6f717dc33d1f9b2490b12a40fb9044acf0d3b2d?s=96&amp;d=identicon">
			<media:title type="html">burtonator</media:title>
		</media:content>
	<itunes:explicit/><itunes:subtitle>This talk takes us on a journey through three varied, but interconnected topics. First, our research lab has engaged in a series of disk-based computations extending over five years. Disks have traditionally been used for filesystems, for virtual memory, and for databases. Disk-based computation opens up an important fourth use: an abstraction for multiple disks [&amp;#8230;]</itunes:subtitle><itunes:summary>This talk takes us on a journey through three varied, but interconnected topics. First, our research lab has engaged in a series of disk-based computations extending over five years. Disks have traditionally been used for filesystems, for virtual memory, and for databases. Disk-based computation opens up an important fourth use: an abstraction for multiple disks [&amp;#8230;]</itunes:summary><itunes:keywords>Uncategorized</itunes:keywords></item>
		<item>
		<title>Announcing Scalecast – A Meta Podcast about Designing Scalable Systems</title>
		<link>https://scalecast.wordpress.com/2008/01/04/announcing-scalecast-a-meta-podcast-about-designing-scalable-systems/</link>
					<comments>https://scalecast.wordpress.com/2008/01/04/announcing-scalecast-a-meta-podcast-about-designing-scalable-systems/#respond</comments>
		
		<dc:creator><![CDATA[burtonator]]></dc:creator>
		<pubDate>Fri, 04 Jan 2008 08:35:33 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://scalecast.wordpress.com/2008/01/04/announcing-scalecast-a-meta-podcast-about-designing-scalable-systems/</guid>

					<description><![CDATA[Today, I&#8217;m announcing a new meta podcast about designing scalable systems named Scalecast. I&#8217;ve been seeing more and more conference interesting presentations online but I can&#8217;t get them to work with my iphone/ipod since they require streaming flash video. I now have a simple script that can fetch the flash video from youtube, transcode it [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Today, I&#8217;m announcing a new meta podcast about designing scalable systems named <a href="https://scalecast.wordpress.com">Scalecast</a>.</p>
<p>I&#8217;ve been seeing more and more conference interesting presentations online but I can&#8217;t get them to work with my iphone/ipod since they require streaming flash video.</p>
<p>I now have a simple script that can fetch the flash video from youtube, transcode it to mp4 video, including AAC audio, and publish it to WordPress.  It&#8217;s then available for use on any Apple device including legacy ipods and more modern iphones.</p>
<p>If you have a suggestion for a video to include in this podcast, just add it as a comment on this post and I&#8217;ll try to transcode for you.</p>
<p>I primarily did this just for myself. I need to be able to view these videos for my work and my primary mechanism for doing so is my iphone.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://scalecast.wordpress.com/2008/01/04/announcing-scalecast-a-meta-podcast-about-designing-scalable-systems/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">18</post-id>
		<media:content medium="image" url="https://2.gravatar.com/avatar/2babeb5647a9aa84f4d9fb83f6f717dc33d1f9b2490b12a40fb9044acf0d3b2d?s=96&amp;d=identicon">
			<media:title type="html">burtonator</media:title>
		</media:content>
	</item>
		<item>
		<title>Lecture 5: Cluster Computing and MapReduce</title>
		<link>https://scalecast.wordpress.com/2008/01/03/lecture-5-cluster-computing-and-mapreduce/</link>
					<comments>https://scalecast.wordpress.com/2008/01/03/lecture-5-cluster-computing-and-mapreduce/#respond</comments>
		
		<dc:creator><![CDATA[burtonator]]></dc:creator>
		<pubDate>Thu, 03 Jan 2008 03:26:01 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://scalecast.wordpress.com/2008/01/02/cluster-computing-and-mapreduce-lecture-5-2/</guid>

					<description><![CDATA[link to video]]></description>
										<content:encoded><![CDATA[<p><a href="http://download.tailrank.com/scalecast/8002984d6fb1a0e5de0d4ce4674f3cce.mp4">link to video</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://scalecast.wordpress.com/2008/01/03/lecture-5-cluster-computing-and-mapreduce/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		<enclosure length="58797639" type="video/mp4" url="http://download.tailrank.com/scalecast/8002984d6fb1a0e5de0d4ce4674f3cce.mp4"/>

		<post-id xmlns="com-wordpress:feed-additions:1">14</post-id>
		<media:content medium="image" url="https://2.gravatar.com/avatar/2babeb5647a9aa84f4d9fb83f6f717dc33d1f9b2490b12a40fb9044acf0d3b2d?s=96&amp;d=identicon">
			<media:title type="html">burtonator</media:title>
		</media:content>
	<itunes:explicit/><itunes:subtitle>link to video</itunes:subtitle><itunes:summary>link to video</itunes:summary><itunes:keywords>Uncategorized</itunes:keywords></item>
		<item>
		<title>Lecture 3: Cluster Computing and MapReduce</title>
		<link>https://scalecast.wordpress.com/2008/01/03/lecture-3-cluster-computing-and-mapreduce/</link>
					<comments>https://scalecast.wordpress.com/2008/01/03/lecture-3-cluster-computing-and-mapreduce/#respond</comments>
		
		<dc:creator><![CDATA[burtonator]]></dc:creator>
		<pubDate>Thu, 03 Jan 2008 01:12:33 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://scalecast.wordpress.com/2008/01/03/cluster-computing-and-mapreduce-lecture-3/</guid>

					<description><![CDATA[link to video]]></description>
										<content:encoded><![CDATA[<p><a href="http://download.tailrank.com/scalecast/e4430ff7ade7c8e63327369ec6e2f5f6.mp4">link to video</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://scalecast.wordpress.com/2008/01/03/lecture-3-cluster-computing-and-mapreduce/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		<enclosure length="0" type="video/mp4" url="http://download.tailrank.com/scalecast/e4430ff7ade7c8e63327369ec6e2f5f6.mp4"/>

		<post-id xmlns="com-wordpress:feed-additions:1">17</post-id>
		<media:content medium="image" url="https://2.gravatar.com/avatar/2babeb5647a9aa84f4d9fb83f6f717dc33d1f9b2490b12a40fb9044acf0d3b2d?s=96&amp;d=identicon">
			<media:title type="html">burtonator</media:title>
		</media:content>
	<itunes:explicit/><itunes:subtitle>link to video</itunes:subtitle><itunes:summary>link to video</itunes:summary><itunes:keywords>Uncategorized</itunes:keywords></item>
		<item>
		<title>Lecture 4: Cluster Computing and MapReduce</title>
		<link>https://scalecast.wordpress.com/2008/01/03/lecture-4-cluster-computing-and-mapreduce/</link>
					<comments>https://scalecast.wordpress.com/2008/01/03/lecture-4-cluster-computing-and-mapreduce/#respond</comments>
		
		<dc:creator><![CDATA[burtonator]]></dc:creator>
		<pubDate>Thu, 03 Jan 2008 01:11:22 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://scalecast.wordpress.com/2008/01/02/cluster-computing-and-mapreduce-lecture-4/</guid>

					<description><![CDATA[link to video]]></description>
										<content:encoded><![CDATA[<p><a href="http://download.tailrank.com/scalecast/6c146757514a0646e94377dbffe6504d.mp4">link to video</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://scalecast.wordpress.com/2008/01/03/lecture-4-cluster-computing-and-mapreduce/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		<enclosure length="42057163" type="video/mp4" url="http://download.tailrank.com/scalecast/6c146757514a0646e94377dbffe6504d.mp4"/>

		<post-id xmlns="com-wordpress:feed-additions:1">16</post-id>
		<media:content medium="image" url="https://2.gravatar.com/avatar/2babeb5647a9aa84f4d9fb83f6f717dc33d1f9b2490b12a40fb9044acf0d3b2d?s=96&amp;d=identicon">
			<media:title type="html">burtonator</media:title>
		</media:content>
	<itunes:explicit/><itunes:subtitle>link to video</itunes:subtitle><itunes:summary>link to video</itunes:summary><itunes:keywords>Uncategorized</itunes:keywords></item>
		<item>
		<title>Lecture 2: Cluster Computing and MapReduce</title>
		<link>https://scalecast.wordpress.com/2008/01/03/lecture-2-cluster-computing-and-mapreduce/</link>
					<comments>https://scalecast.wordpress.com/2008/01/03/lecture-2-cluster-computing-and-mapreduce/#respond</comments>
		
		<dc:creator><![CDATA[burtonator]]></dc:creator>
		<pubDate>Thu, 03 Jan 2008 01:10:43 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://scalecast.wordpress.com/2008/01/02/cluster-computing-and-mapreduce-lecture-2/</guid>

					<description><![CDATA[link to video]]></description>
										<content:encoded><![CDATA[<p><a href="http://download.tailrank.com/scalecast/3c0db675c76bcb5861d79970e590181f.mp4">link to video</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://scalecast.wordpress.com/2008/01/03/lecture-2-cluster-computing-and-mapreduce/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		<enclosure length="94327012" type="video/mp4" url="http://download.tailrank.com/scalecast/3c0db675c76bcb5861d79970e590181f.mp4"/>

		<post-id xmlns="com-wordpress:feed-additions:1">13</post-id>
		<media:content medium="image" url="https://2.gravatar.com/avatar/2babeb5647a9aa84f4d9fb83f6f717dc33d1f9b2490b12a40fb9044acf0d3b2d?s=96&amp;d=identicon">
			<media:title type="html">burtonator</media:title>
		</media:content>
	<itunes:explicit/><itunes:subtitle>link to video</itunes:subtitle><itunes:summary>link to video</itunes:summary><itunes:keywords>Uncategorized</itunes:keywords></item>
		<item>
		<title>Lecture 1: Cluster Computing and MapReduce</title>
		<link>https://scalecast.wordpress.com/2008/01/03/lecture-1-cluster-computing-and-mapreduce/</link>
					<comments>https://scalecast.wordpress.com/2008/01/03/lecture-1-cluster-computing-and-mapreduce/#respond</comments>
		
		<dc:creator><![CDATA[burtonator]]></dc:creator>
		<pubDate>Thu, 03 Jan 2008 01:08:19 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://scalecast.wordpress.com/2007/12/26/cluster-computing-and-mapreduce-lecture-1/</guid>

					<description><![CDATA[Lecture 1 in a five part series introducing mapreduce and cluster computing. See http://code.google.com/edu/&#038;#8230; for slides and other resources. Link to video]]></description>
										<content:encoded><![CDATA[<p>Lecture 1 in a five part series introducing mapreduce and cluster computing. See <a href="http://code.google.com/edu/&#038;#8230" rel="nofollow">http://code.google.com/edu/&#038;#8230</a>; for slides and other resources.</p>
<p><a href="http://download.tailrank.com/scalecast/yjPBkvYh-ss.mov">Link to video</a></p>
<iframe class="youtube-player" width="450" height="254" src="https://www.youtube.com/embed/yjPBkvYh-ss?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en&#038;autohide=2&#038;wmode=transparent" allowfullscreen="true" style="border:0;" sandbox="allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox"></iframe>
]]></content:encoded>
					
					<wfw:commentRss>https://scalecast.wordpress.com/2008/01/03/lecture-1-cluster-computing-and-mapreduce/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		<enclosure length="109851473" type="video/quicktime" url="http://download.tailrank.com/scalecast/yjPBkvYh-ss.mov"/>

		<post-id xmlns="com-wordpress:feed-additions:1">4</post-id>
		<media:content medium="image" url="https://2.gravatar.com/avatar/2babeb5647a9aa84f4d9fb83f6f717dc33d1f9b2490b12a40fb9044acf0d3b2d?s=96&amp;d=identicon">
			<media:title type="html">burtonator</media:title>
		</media:content>
	<itunes:explicit/><itunes:subtitle>Lecture 1 in a five part series introducing mapreduce and cluster computing. See http://code.google.com/edu/&amp;#038;#8230; for slides and other resources. Link to video</itunes:subtitle><itunes:summary>Lecture 1 in a five part series introducing mapreduce and cluster computing. See http://code.google.com/edu/&amp;#038;#8230; for slides and other resources. Link to video</itunes:summary><itunes:keywords>Uncategorized</itunes:keywords></item>
	</channel>
</rss>