<?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>Christopher Blizzard &#187; 2007 &#187; March</title>
	<atom:link href="http://www.0xdeadbeef.com/weblog/2007/03/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.0xdeadbeef.com/weblog</link>
	<description>I love you.</description>
	<lastBuildDate>Thu, 26 May 2011 20:29:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>meet the people behind the people</title>
		<link>http://www.0xdeadbeef.com/weblog/2007/03/meet-the-people-behind-the-people/</link>
		<comments>http://www.0xdeadbeef.com/weblog/2007/03/meet-the-people-behind-the-people/#comments</comments>
		<pubDate>Tue, 27 Mar 2007 19:24:37 +0000</pubDate>
		<dc:creator>Christopher Blizzard</dc:creator>
				<category><![CDATA[OLPC]]></category>
		<category><![CDATA[Red Hat]]></category>

		<guid isPermaLink="false">http://www.0xdeadbeef.com/weblog/?p=274</guid>
		<description><![CDATA[A few weeks ago, Julie Bryce came up to OLPC from Red Hat in North Carolina and did a series of interviews with people inside of the OLPC organization that are doing the on the ground work to make the &#8230; <a href="http://www.0xdeadbeef.com/weblog/2007/03/meet-the-people-behind-the-people/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div align="center"><img src="http://www.0xdeadbeef.com/images/2007/03/27/J5Screenie.png" alt="J5!" /></div>
<p>A few weeks ago, Julie Bryce came up to OLPC from Red Hat in North Carolina and did a series of interviews with people inside of the OLPC organization that are doing the on the ground work to make the project successful.  The first part of that story can be <a href="http://www.redhatmagazine.com/2007/03/23/inside-one-laptop-per-child-episode-one/">found here.</a>  You get to hear from Mary Lou Jepsen, Owen Williams, John Palmieri, David Woodhouse, Marcelo Tosatti, Walter Bender, and the wonderful Eben Eliason.  It&#8217;s just a taste, of course, but a good one.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.0xdeadbeef.com/weblog/2007/03/meet-the-people-behind-the-people/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>this is how easy it can be</title>
		<link>http://www.0xdeadbeef.com/weblog/2007/03/this-is-how-easy-it-can-be/</link>
		<comments>http://www.0xdeadbeef.com/weblog/2007/03/this-is-how-easy-it-can-be/#comments</comments>
		<pubDate>Tue, 27 Mar 2007 18:41:29 +0000</pubDate>
		<dc:creator>Christopher Blizzard</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[GNOME]]></category>
		<category><![CDATA[OLPC]]></category>

		<guid isPermaLink="false">http://www.0xdeadbeef.com/weblog/?p=273</guid>
		<description><![CDATA[Greg DeKoenigsberg, based on a lot of good work by Owen Williams, put up a Red Hat Magazine article about how to build a simple activity for the OLPC XO laptop. The article itself is good, of course, but I &#8230; <a href="http://www.0xdeadbeef.com/weblog/2007/03/this-is-how-easy-it-can-be/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://gregdek.livejournal.com/">Greg DeKoenigsberg</a>, based on a lot of good work by <a href="http://ywwg.com/wordpress/">Owen Williams</a>, put up a Red Hat Magazine article about how to <a href="http://www.redhatmagazine.com/2007/03/26/building-the-xo-the-anatomy-of-an-activity/">build a simple activity for the OLPC XO laptop</a>.  The article itself is good, of course, but I want to point at something deeper here.  Something that been pretty fundamental to how we&#8217;ve been building out the infrastructure for the interface on the laptop.  Notice how <i>incredibly simple</i> it is to write an activity.  Set up one descriptor file, one icon, and a source file.  Copy those files into a directory on the laptop and you&#8217;re ready to go.</p>
<p>You don&#8217;t have to learn the entire <a href="http://www.rpm.org/RPM-HOWTO/build.html">RPM build system</a> to be able to get an activity on the laptop.  You don&#8217;t have to put random files all over the place on the file system nor do you have to know the details of %configure, or how the macro system works or how you need to re-run ldconfig if you happen to use a library.  The cognitive load is shifted from learning everything about how we package software to actually writing the software itself.  You also don&#8217;t need root access to install software and, holy crap, it&#8217;s <i>trivial</i> for me to give you a piece of software that I have on my machine.</p>
<p>The choice of Python + Gtk is a part of this story as well.  Python and Gtk are about as close as we can get today in terms of being able to make something that&#8217;s super-easy to get started with.  I think we could get better.  It seems that squeak and tools of its ilk are on that path, but they march to a different beat in a lot of ways and aren&#8217;t integrated enough with our environment to be considered as of yet.  But that&#8217;s not really the point.  The point is, how low can we make the barrier to entry?  How can we get people kicking ass as fast and early as possible?</p>
<p>Over the next few weeks we will be continuing to make it easier.  We&#8217;ve gotten to the point where sugar is stable enough where other people might be able to hack against it and develop more activities.  To that end, we&#8217;ll be releasing some livecd-like utilities on a regular basis so people can get some hacking done on top of it.  It&#8217;s not just about sugar the environment anymore, now it&#8217;s about the ecosystem around it.  Curious and adventurous folks (like Owen Williams, for example) have already been discovering what it&#8217;s like, with all its up and downs.  But now we want to open it up even more.</p>
<p>More to come!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.0xdeadbeef.com/weblog/2007/03/this-is-how-easy-it-can-be/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>I guess it was inevitable</title>
		<link>http://www.0xdeadbeef.com/weblog/2007/03/i-guess-it-was-inevitable/</link>
		<comments>http://www.0xdeadbeef.com/weblog/2007/03/i-guess-it-was-inevitable/#comments</comments>
		<pubDate>Fri, 23 Mar 2007 21:31:17 +0000</pubDate>
		<dc:creator>Christopher Blizzard</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.0xdeadbeef.com/weblog/?p=272</guid>
		<description><![CDATA[I guess someone had to do it. It was only a matter of time. A Novell ad for Linux that is a parody of the Mac vs. PC ad. And they chose the obvious: a hot girl to play the &#8230; <a href="http://www.0xdeadbeef.com/weblog/2007/03/i-guess-it-was-inevitable/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I guess someone had to do it.  It was only a matter of time.  A <a href="http://www.genbeta.com/2007/03/22-get-a-linux-o-como-novell-estira-la-campana-get-a-mac">Novell ad</a> for Linux that is a parody of the Mac vs. PC ad.  And they chose the obvious: a hot girl to play the part of Linux.</p>
<p>A few weeks ago, without knowledge that such a campaign was in production, <a href="http://jkeating.livejournal.com/">Jesse</a> and I were discussing such an ad and who would play that part.  My choice?  <a href="http://www.imdb.com/name/nm0000502/">Christopher Lloyd</a>.  Wearing <a href="http://www.imdb.com/gallery/ss/0088763/096896039736_z_backpcju.jpg.html">this for a hat</a> during the commercial.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.0xdeadbeef.com/weblog/2007/03/i-guess-it-was-inevitable/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>the meme</title>
		<link>http://www.0xdeadbeef.com/weblog/2007/03/the-meme/</link>
		<comments>http://www.0xdeadbeef.com/weblog/2007/03/the-meme/#comments</comments>
		<pubDate>Fri, 23 Mar 2007 21:14:09 +0000</pubDate>
		<dc:creator>Christopher Blizzard</dc:creator>
				<category><![CDATA[Fedora]]></category>

		<guid isPermaLink="false">http://www.0xdeadbeef.com/weblog/?p=271</guid>
		<description><![CDATA[The Meme. It&#8217;s Spreads. Also, that&#8217;s a pretty ugly kitten.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/christopherblizzard/376866932/">The Meme.</a>  It&#8217;s <a href="http://www.flickr.com/photos/ramkrsna/431359756/">Spreads.</a></p>
<p>Also, that&#8217;s a pretty ugly kitten.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.0xdeadbeef.com/weblog/2007/03/the-meme/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>spacex launch and a pleasant surprise</title>
		<link>http://www.0xdeadbeef.com/weblog/2007/03/spacex-launch-and-a-pleasant-surprise/</link>
		<comments>http://www.0xdeadbeef.com/weblog/2007/03/spacex-launch-and-a-pleasant-surprise/#comments</comments>
		<pubDate>Wed, 21 Mar 2007 03:58:45 +0000</pubDate>
		<dc:creator>Christopher Blizzard</dc:creator>
				<category><![CDATA[Fedora]]></category>

		<guid isPermaLink="false">http://www.0xdeadbeef.com/weblog/?p=270</guid>
		<description><![CDATA[While waiting for a late night meeting to start a bunch of us watched the spacex launch of their Falcon 1 rocket. It was pretty neat, watching it live on the Intertron. But it wasn&#8217;t the fact that it was &#8230; <a href="http://www.0xdeadbeef.com/weblog/2007/03/spacex-launch-and-a-pleasant-surprise/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>While waiting for a late night meeting to start a bunch of us watched the <a href="http://www.spacex.com/">spacex launch</a> of their Falcon 1 rocket.  It was pretty neat, watching it live on the Intertron.  But it wasn&#8217;t the fact that it was launching that was neat, it was the fact that all I did was click on the windows media link on the site, totem launched and things just worked.  I didn&#8217;t have to fiddle, and I didn&#8217;t have install anything weird.</p>
<div align="center"><a href="http://www.0xdeadbeef.com/images/2007/03/20/spacex3.png" rel="lightbox[270]"><img src="http://www.0xdeadbeef.com/images/2007/03/20/spacex3-mini.png"/></a></div>
<p>I have the plugins from <a href="http://www.fluendo.com">Fluendo</a> installed for windows media on Fedora Core 6.  (Finally, a legal, if immoral solution.)   We should have this nice level of integration out of the box using the codec buddy with the upcoming Fedora 7 and people using it will be in for a nice surprise.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.0xdeadbeef.com/weblog/2007/03/spacex-launch-and-a-pleasant-surprise/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>based on a true story</title>
		<link>http://www.0xdeadbeef.com/weblog/2007/03/based-on-a-true-story/</link>
		<comments>http://www.0xdeadbeef.com/weblog/2007/03/based-on-a-true-story/#comments</comments>
		<pubDate>Wed, 21 Mar 2007 02:53:09 +0000</pubDate>
		<dc:creator>Christopher Blizzard</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.0xdeadbeef.com/weblog/?p=269</guid>
		<description><![CDATA[FADE TO: EXT. BUSY STREET &#8211; DAY We see a 4-door sports sedan pull out of a driveway onto a busy two lane road. It cuts across two lanes of traffic to get into a left turn lane and makes &#8230; <a href="http://www.0xdeadbeef.com/weblog/2007/03/based-on-a-true-story/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div align="right">FADE TO:</div>
<div align="left">EXT. BUSY STREET &#8211; DAY</div>
<p>We see a 4-door sports sedan pull out of a driveway onto a busy two lane road. It cuts across two lanes of traffic to get into a left turn lane and makes a u-turn into the other direction. On the corner where the u-turn takes place there is a gas station. The car continues past the station.</p>
<div align="right">CUT TO:</div>
<div align="left">INT. CAR &#8211; DAY</div>
<p>We see a woman and a man. The man is driving and the woman is in the passenger seat. The woman is about six months pregnant and is wearing a heavy winter coat. The man is also wearing a winter jacket and a floppy winter hat that needs replacement and does nothing to enhance his image.</p>
<div align="center">SHONA</div>
<p>Hey, you just missed that gas station. Why didn’t you stop? That gas light is still on.</p>
<div align="center">CHRIS</div>
<p>Basically because I’m an idiot. We’ll stop at the next one. It’s just over the next hill.</p>
<p>20 seconds pass and they drive along in silence.</p>
<div align="right">CUT TO:</div>
<div align="left">INT. CAR &#8211; DAY</div>
<p>Image of the gauges on the inside of the car. It is picking up speed to about 45 miles an hour when all of a sudden all the engine lights come up &#8211; orange, red, everything. The tachometer drops to zero.</p>
<div align="right">CUT TO:</div>
<div align="left">INT. CAR &#8211; DAY</div>
<p>Camera on both of their faces from outside. Man is scowling, woman looks concerned as well.</p>
<div align="center">CHRIS</div>
<p>Or, I could run out of gas right now.</p>
<div align="center">SHONA</div>
<p>Great.</p>
<p>The woman is rolling her eyes at the man.</p>
<div align="right">CUT TO:</div>
<div align="left">EXT. CAR &#8211; DAY</div>
<p>Car pulls over, rolls to a stop and turns on its hazards.</p>
<div align="right">CUT TO:</div>
<div align="left">INT. CAR &#8211; DAY</div>
<div align="center">CHRIS</div>
<p>I guess I’ll be right back.</p>
<div align="center">SHONA</div>
<p>Uh-huh.</p>
<div align="right">CUT TO:</div>
<div align="left">EXT. CAR &#8211; DAY</div>
<p>Man gets out of car, crosses behind it with cars whizzing by, climbs over the girder and starts a walk of shame back to the gas station.</p>
<div align="right">DISSOLVE TO:</div>
<div align="left">BLACK</div>
]]></content:encoded>
			<wfw:commentRss>http://www.0xdeadbeef.com/weblog/2007/03/based-on-a-true-story/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>irc quote of the day</title>
		<link>http://www.0xdeadbeef.com/weblog/2007/03/irc-quote-of-the-day/</link>
		<comments>http://www.0xdeadbeef.com/weblog/2007/03/irc-quote-of-the-day/#comments</comments>
		<pubDate>Wed, 14 Mar 2007 15:45:22 +0000</pubDate>
		<dc:creator>Christopher Blizzard</dc:creator>
				<category><![CDATA[OLPC]]></category>

		<guid isPermaLink="false">http://www.0xdeadbeef.com/weblog/?p=267</guid>
		<description><![CDATA[marco: we are getting flamed by interesting people :)]]></description>
			<content:encoded><![CDATA[<p>marco: we are <a href="http://dev.laptop.org/ticket/1053">getting flamed</a> by <a href="http://en.wikipedia.org/wiki/John_Gilmore_%28advocate%29">interesting people</a> :)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.0xdeadbeef.com/weblog/2007/03/irc-quote-of-the-day/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>lca fallout?</title>
		<link>http://www.0xdeadbeef.com/weblog/2007/03/lca-fallout/</link>
		<comments>http://www.0xdeadbeef.com/weblog/2007/03/lca-fallout/#comments</comments>
		<pubDate>Tue, 13 Mar 2007 22:35:15 +0000</pubDate>
		<dc:creator>Christopher Blizzard</dc:creator>
				<category><![CDATA[GNOME]]></category>

		<guid isPermaLink="false">http://www.0xdeadbeef.com/weblog/?p=266</guid>
		<description><![CDATA[Has anyone been successfully reimbursed for LCA travel expenses?  So far I just hear a lot of sad stories from, uhh, everyone.]]></description>
			<content:encoded><![CDATA[<p>Has anyone been successfully reimbursed for LCA travel expenses?  So far I just hear a lot of sad stories from, uhh, everyone.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.0xdeadbeef.com/weblog/2007/03/lca-fallout/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>taking good notes</title>
		<link>http://www.0xdeadbeef.com/weblog/2007/03/taking-good-notes/</link>
		<comments>http://www.0xdeadbeef.com/weblog/2007/03/taking-good-notes/#comments</comments>
		<pubDate>Fri, 09 Mar 2007 20:36:18 +0000</pubDate>
		<dc:creator>Christopher Blizzard</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[OLPC]]></category>

		<guid isPermaLink="false">http://www.0xdeadbeef.com/weblog/?p=265</guid>
		<description><![CDATA[I&#8217;m often accused of &#8220;being a good note taker&#8221; during meetings.  I recently did a talk at NYLUG about OLPC and someone blogged about it.  It&#8217;s probably the best overview of anything that I&#8217;ve seen of what we&#8217;re doing, largely &#8230; <a href="http://www.0xdeadbeef.com/weblog/2007/03/taking-good-notes/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m often accused of &#8220;being a good note taker&#8221; during meetings.  I recently did a talk at NYLUG about OLPC and <a href="http://www.whistlinginthedark.com/index.php?/archives/162-Christopher-Blizzard-and-One-Laptop-Per-Child.html">someone blogged about it</a>.  It&#8217;s probably the best overview of anything that I&#8217;ve seen of what we&#8217;re doing, largely as a result of crazy amazing note taking.</p>
<p>Note: I said &#8220;creepy&#8221; because it felt strange being in the middle of such an amazing group of people and trying to do something as amazing as this.  You spend a lot of time beside yourself when you&#8217;re working on this project.   It&#8217;s like watching some insane version of yourself from the outside.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.0xdeadbeef.com/weblog/2007/03/taking-good-notes/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>LX vs. GX</title>
		<link>http://www.0xdeadbeef.com/weblog/2007/03/lx-vs-gx/</link>
		<comments>http://www.0xdeadbeef.com/weblog/2007/03/lx-vs-gx/#comments</comments>
		<pubDate>Thu, 08 Mar 2007 14:32:32 +0000</pubDate>
		<dc:creator>Christopher Blizzard</dc:creator>
				<category><![CDATA[OLPC]]></category>

		<guid isPermaLink="false">http://www.0xdeadbeef.com/weblog/?p=264</guid>
		<description><![CDATA[Matthew is completely right about the difference between the LX and the GX.  It&#8217;s not just about clock speed.  There are also huge differences on the video side of the house.  The LX supports accelerated rotation, can convert between different &#8230; <a href="http://www.0xdeadbeef.com/weblog/2007/03/lx-vs-gx/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.advogato.org/person/mjg59/diary.html?start=69">Matthew is completely right</a> about the difference between the <a href="http://advogato.org/person/lkcl/diary.html?start=364">LX and the GX</a>.  It&#8217;s not just about clock speed.  There are also huge differences on the video side of the house.  The LX supports accelerated rotation, can convert between different bit depths, and the the size difference between the caches has a <em>vast</em> impact on the performance of software on the machine.  You don&#8217;t know what the GX is like until you&#8217;ve tried to use it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.0xdeadbeef.com/weblog/2007/03/lx-vs-gx/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

