<?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>Dougma (dŭg·mə) n. &#187; olpc</title>
	<atom:link href="http://dougma.com/archives/category/olpc/feed" rel="self" type="application/rss+xml" />
	<link>http://dougma.com</link>
	<description>the truth according to Doug</description>
	<lastBuildDate>Fri, 23 Apr 2010 00:49:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0-beta1</generator>
		<item>
		<title>Files, Storage, Google, Python, and UnConference Software</title>
		<link>http://dougma.com/archives/80</link>
		<comments>http://dougma.com/archives/80#comments</comments>
		<pubDate>Wed, 09 Apr 2008 05:18:57 +0000</pubDate>
		<dc:creator>doug</dc:creator>
				<category><![CDATA[django]]></category>
		<category><![CDATA[olpc]]></category>
		<category><![CDATA[pycon]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[rant]]></category>

		<guid isPermaLink="false">http://www.dougma.com/archives/79</guid>
		<description><![CDATA[Well, this was going to be three or four posts, but thanks to some interesting announcement from google, it all sort of runs together. It still will be I think. I will most likely try to rewrite things to give an overview and go into detail on specifics later. Things are getting interesting at work [...]]]></description>
			<content:encoded><![CDATA[<p>Well, this was going to be three or four posts, but thanks to some interesting announcement from google, it all sort of runs together.</p>
<p>It still will be I think. I will most likely try to rewrite things to give an overview and go into detail on specifics later. Things are getting <a href="http://boston.bizjournals.com/boston/stories/2008/04/07/daily21.html">interesting</a> at work so we will see how much time I have to pull that off.</p>
<p><strong>Files </strong></p>
<p><a href="http://radian.org/notebook/google-datastore">Ivan</a> beat me to the punch on the main gist post. While at PyCon I had the opportunity to chat with Mike Fletcher, another OLPC volunteer whom I forget their name, Phil Hassey, Richard Jones, Jeff Rush, and about 5 other people who wandered in and out of the small sprint room we were all half passed out in. People came and went durring the discussion (I believe Richard and Phil went off to play a board game at one point as well) which ranged from modern Sci-Fi offerings to games to global warming being a net win for Canada to the history of the world (not the movie). I should have gone to bed well before the discussion started. The discussion turned to the object store on the OLPC platform. Jeff, coming from a ZODB background, was quite pro object store systems replacing &#8216;file systems&#8217;. This is a hot button topic with me. This topic has come up at every professional job I have had going all the way back to when I was an CO-OP at Motorola as a &#8216;Document Administrator&#8217; (secretary). In fact the only two topics which are more hot button for me are &#8216;common application UI framework&#8217;s, and &#8216;<a href="http://www.news.com/8301-10784_3-9914240-7.html?tag=nefd.lede">security after the fact</a>&#8216;. I first started thinking about this subject back in 93 when I first started working on  MUDDs <em>(warcraft, only 100% text for you youngins)</em>. The world was editable online (like a lisp MUSH) but also had revision history (via RCS initially). We were dealing with &#8217;serialization&#8217; and how objects were managed. I fell in love with the idea that everything could be described as having a set of attributes (tags) and really you wanted to store and manage these things by those attributes. Permissions were nothing more than attributes. Actions were nothing more than attributes. Meta data by definition were just attributes. We struggled with systems for this, but I came away convinced that we needed a new paradigm in object storage, and this &#8216;file&#8217; stuff was running on borrowed time. It came up again at Motorola for document management. It came up again at OpenVision (later Veritas) for backup and security compliance. It came up again with <a href="http://en.wikipedia.org/wiki/Rational_ClearCase">ClearCase</a> and Derived Objects. It came up again with &#8216;dictionaries&#8217; and data management for VoiceXpress. And the code base I currently work on has something called &#8216;DFiles&#8217; which I can not discuss except to mention the name (DRAT!)</p>
<p><strong>Storage</strong></p>
<p>Back to the discussion at PyCon. I wish I had a transcript of the discussion <em>(no I don&#8217;t&#8230; I was not as coherent as I think I was)</em>. The Idea that everything is just blobs in a cloud of data where the tags determine the meta-structured is nice, but there are some problems. The first and most obvious problem is that it does not integrate well with existing technology and libraries. Decades of software has been written with the concept of files. You can try a fake mapping, and try to integrate things, but it does not work well. Then there is the concept of &#8217;sub-blobs&#8217;. That is each of the pieces of data could have sub parts. This maps well to your document which might have a chart or spreadsheet as part of it for instance. This can greatly simplify serialization, and you get all those nice blob store things. Your in-memory structure is your serialization structure. But in reality we already have this. They are called files and directories. It is simply <em>(*cough*)</em> an implementation detail dealing with the storage mapping. Ok, there is nothing simple about it, but we will come back to this. The argument then turned to the fact that you can&#8217;t have a blob show up in more than one directory. False. Those are called symlinks, but again that is an implementation detail. One of the biggest benefits of an object-store-as-filesystem is the ability to find and manage things not in a ridged tree structure which does not scale well in the average human brain (where did I put my <em>(ssh)</em> keys again?) But in practice it is just replacing one confusing arbitrary structure with another on some level as it&#8217;s usefulness is measured by the quality of the tags, attributes, and indelibility of the data.If you had those things well defined in a directory tree structure, then it works just as well (as google desktop search proves). A more subtile problem is that not all tags/attributes are created equal. It took a long time for my betters and practical experience to prove this to me. Many attributes are only useful to programs. These programatic tags are for relating data, validation, encoding, and the like. Most of the time these are auto generated or involve mathematical computations. They are never intended for human interpretation,but are none the less crucial for data management. You can try to predetermine the different types of these meta attributes, or just lump them together, but neither of these approaches are really tractable. Spend some time deep diving into the abuses of the windows registry and you begin to get an idea of the issues.</p>
<p>I know I am glossing over all the details, and not really giving any points the attention they deserve. I am not even properly quantifying the points. Issues of language are completly being skipped over (try describing what a &#8216;word&#8217; is in your application; try again when that application deals with speech and natural language&#8230; how does that abstract into meaningful tags?) Oh well. The point is there must be a happy median. We should be able to have something which has a file system programatic interface, as well as a generic data store interface. The browsing of the data should be an abstraction. If this is implemented with a classic journaling file system or in a database should be an implementation detail at the filesystem level. Why invent a new abstraction layer which everyone must now implement against when we have a perfectly good one that everyone already does? A file by any other name still contains data. If this is such a good model, think about extending it to namespaces. The problems in software code management (which is just data on a very real level) for which namespaces were invented exist on the filesystem as well. Chew on that while you code with Matrix.Optimizer and Optimizer.Matrix.</p>
<p><strong>Google</strong></p>
<p>Google has an interesting take on all of this. All of their service (news, documents, reader, calendar, mail, blogger, etc) all have a file like data storage for the objects represented. They use folders/directories (really tags). The only restriction is that the folders are only one level deep. I do not care for this myself. I would love to be able to have a &#8216;people&#8217; folder under my &#8216;python&#8217; folder and have only those times tagged with both &#8216;python&#8217; and &#8216;people&#8217; under that &#8216;folder&#8217;. Maybe that is just me. I would not want these sub folder relations to be automatic. I would want control over the layout, but have the population automatic. But that is the only extension to their system I would like to see. Beyond that it just works. It works with both the object store model and the file/directory model. If only google would open up their API&#8217;s a bit more to include this system. On wait, <a href="http://code.google.com/appengine/docs/datastore/">they just did</a>. You know if I had hit &#8216;publish&#8217; on this post last evening when I first wrote most of this, I would have been &#8216;prophetic&#8217; or at least &#8216;first post!&#8217;.</p>
<p>It&#8217;s not all hearts and ponies and sparkle (even if it is python and an abstraction layer on top of django to boot!!!) I have been holding off on posting this err&#8230; post until I could formulate a non-reactionary opinion on the entire Google Apps thing. I now have an opinion and it is much along the same lines as <a href="http://oubiwann.blogspot.com/2008/04/problem-with-and-solution-to-google-app.html">Duncan McGreggor</a>. The issues I have are both similar and yet unique to his, and I will post on them separately.</p>
<p><strong>Python, and Conference Software</strong></p>
<p>This post is already too long,and my laptop battery is dying (no the charger is at work <img src='http://dougma.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' />  ). Those of you that I talked with at Pycon about UnConference hosting know what this is all about, and I told you so <img src='http://dougma.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> . The last piece just fell into place. With that, good night <img src='http://dougma.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://dougma.com/archives/80/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>June Cambridge Python Meetup</title>
		<link>http://dougma.com/archives/37</link>
		<comments>http://dougma.com/archives/37#comments</comments>
		<pubDate>Fri, 22 Jun 2007 21:56:03 +0000</pubDate>
		<dc:creator>doug</dc:creator>
				<category><![CDATA[MassTLC]]></category>
		<category><![CDATA[boston-pig]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[gplv3]]></category>
		<category><![CDATA[olpc]]></category>
		<category><![CDATA[oss]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.dougma.com/?p=33</guid>
		<description><![CDATA[Peter did another fantastic job putting together this months meetup. We decided to stick with Wednesdays so we would not collide with the Plone meetup which is on Thursdays, but um&#8230; oh well&#8230; There were two guest speakers: 1: George Lambert, Goldenware Technology 2: Mike Pittaro, SnapLogic open source data integration Project implemented in 100% [...]]]></description>
			<content:encoded><![CDATA[<p>Peter did another fantastic job putting together <a href="http://python.meetup.com/181/calendar/5811659/" target="_blank">this months meetup</a>. We decided to stick with Wednesdays so we would not collide with the <a href="http://plone.meetup.com/1/calendar/5815680/" target="_blank">Plone meetup</a> which is on Thursdays, but um&#8230; oh well&#8230;</p>
<p>There were two guest speakers:</p>
<p><span class="truncateMe maxChars300" title="Show full description">1:  George Lambert, <a href="http://www.goldenware.com/" target="_blank">Goldenware Technology </a><br />
2:  Mike Pittaro, <a href="http://www.snaplogic.org/" target="_blank">SnapLogic</a> open source data integration Project implemented in 100% Python</span></p>
<p>I decided to try something new and record the event on my little sensa mp3 player. The audio is bad at best, but it is mostly audible.  We were in Somerville so at some points an airplane goes overhead. If these prove useful to people I will bring better recording equipment next time. My A/V production equipment is tied up on another project so all I did was split the audio into multiple tracks and do a lame re-encode. I tried to keep the files to under 25Meg while splitting based on topics. Unfortunately meetup.com has a 10Meg per file limit and a 100Meg per group max, so that was out of the question. The first file is under 8Meg, so please check that out first and only if you can withstand the audio quality, check out the others. I and my bandwidth will appreciate it.</p>
<p style="color: red">NOTE: The audio is extremely soft at points and at the beginning, so you will need to crank the volume up.</p>
<ul>
<li>Introductions and <a href="http://www.dougma.com/?p=29" target="_blank">Django.June</a> recap <em>(<a href="http://www.dougma.com/wp-content/uploads/2007/06/Cambridge%20Python%20Meetup%2007.06.20%20part1.mp3">mp3</a>, <a href="http://www.dougma.com/wp-content/uploads/2007/06/Cambridge%20Python%20Meetup%2007.06.20%20part1.ogg">ogg</a>)</em></li>
<li>Mass TLC recap, and an extensive discussion on GPLv3, Licensing, Patents, and Python <em>(<a href="http://www.dougma.com/wp-content/uploads/2007/06/Cambridge%20Python%20Meetup%2007.06.20%20part2.mp3">mp3</a>, <a href="http://www.dougma.com/wp-content/uploads/2007/06/Cambridge%20Python%20Meetup%2007.06.20%20part2.ogg">ogg</a>)</em></li>
<li>Lightning rounds with George Lambert and Mike Pittaro. <em>(<a href="http://www.dougma.com/wp-content/uploads/2007/06/Cambridge%20Python%20Meetup%2007.06.20%20part3.mp3">mp3</a>, <a href="http://www.dougma.com/wp-content/uploads/2007/06/Cambridge%20Python%20Meetup%2007.06.20%20part3.ogg">ogg</a>)</em></li>
<li>Open Discussion <em>(<a href="http://www.dougma.com/wp-content/uploads/2007/06/Cambridge%20Python%20Meetup%2007.06.20%20part4.mp3">mp3</a>, <a href="http://www.dougma.com/wp-content/uploads/2007/06/Cambridge%20Python%20Meetup%2007.06.20%20part4.ogg">ogg</a>)</em></li>
</ul>
<p>The software George Lambert mentions which is used to view changes in the GPLv3 draft is Plone! Though there is talk of converting the FSF web site over to a Django based one.  I sent an <a href="http://python.meetup.com/181/messages/328868/" target="_blank">e-mail to the lists</a> giving better information on OLPC for those interested as well. Noah Kantrowitz responded offering to help anyone in the group get started with development.</p>
]]></content:encoded>
			<wfw:commentRss>http://dougma.com/archives/37/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.dougma.com/wp-content/uploads/2007/06/Cambridge%20Python%20Meetup%2007.06.20%20part1.mp3" length="7946624" type="audio/mpeg" />
<enclosure url="http://www.dougma.com/wp-content/uploads/2007/06/Cambridge%20Python%20Meetup%2007.06.20%20part2.mp3" length="26723456" type="audio/mpeg" />
<enclosure url="http://www.dougma.com/wp-content/uploads/2007/06/Cambridge%20Python%20Meetup%2007.06.20%20part3.mp3" length="22524800" type="audio/mpeg" />
<enclosure url="http://www.dougma.com/wp-content/uploads/2007/06/Cambridge%20Python%20Meetup%2007.06.20%20part4.mp3" length="16868480" type="audio/mpeg" />
		</item>
		<item>
		<title>OLPC @ MassTLC OSS (part 2)</title>
		<link>http://dougma.com/archives/36</link>
		<comments>http://dougma.com/archives/36#comments</comments>
		<pubDate>Fri, 22 Jun 2007 19:04:17 +0000</pubDate>
		<dc:creator>doug</dc:creator>
				<category><![CDATA[MassTLC]]></category>
		<category><![CDATA[olpc]]></category>

		<guid isPermaLink="false">http://www.dougma.com/?p=32</guid>
		<description><![CDATA[Without further ado, here is Ivan. I have long wondered how they get so much work done in such a short period of time. &#8216;When do they sleep?&#8217; I have often though. Now I know, they don&#8217;t sleep. Ivan gave this talk on no sleep. Seriously, he had not slept the night before and was [...]]]></description>
			<content:encoded><![CDATA[<p>Without further <strong>ado</strong>, here is Ivan.</p>
<p><embed src='http://admin.brightcove.com/destination/player/player.swf' bgcolor='#FFFFFF' flashVars='allowFullScreen=true&#038;initVideoId=1046970792&#038;servicesURL=http://www.brightcove.com&#038;viewerSecureGatewayURL=https://www.brightcove.com&#038;cdnURL=http://admin.brightcove.com&#038;autoStart=false' base='http://admin.brightcove.com' name='bcPlayer' width='486' height='412' allowFullScreen='true' allowScriptAccess='always' seamlesstabbing='false' type='application/x-shockwave-flash' swLiveConnect='true' pluginspage='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash'></embed></p>
<p>I have long wondered how they get so much work done in such a short period of time. &#8216;When do they sleep?&#8217; I have often though. Now I know, they don&#8217;t sleep. Ivan gave this talk on no sleep. Seriously, he had not slept the night before and was somewhere on hour 38!</p>
<p><a href="http://danbricklin.com/log/default.htm" target="_blank">Dan Bricklin</a> recorded the <a href="http://link.brightcove.com/services/player/bcpid988327368" target="_blank">video</a>, and also has <a href="http://danbricklin.com/log/2007_04_12.htm#summitcasts" target="_blank">full audio recordings</a> (podcasts) of the event. Dan has some other fantastic <a href="http://danbricklin.com/podcast.html" target="_blank">podcasts</a>, including one with Antonio from <a href="http://www.tabblo.com/">Tabblo</a>, so please check those out at your leisure.</p>
<p><span id="more-36"></span></p>
<p>It is always fun to watch Ivan give a talk, and even more fun to watch people who might not have known much about the project or had preconceived notions about OLPC, listen to him. I noticed a few people sit up and really take notice. One person (whom I will not mention by name as I never asked permission to use it), really seemed to &#8216;get it&#8217;. This person was alternately witting notes franticly, gasping, smiling, and at one point could only be described as &#8216;giddy&#8217;. Seeing that made it all worth while for me. I now see that PJ over at <a href="http://www.groklaw.net/article.php?story=20070621204444692" target="_blank">groklaw</a> has made a post about the video as well, and it just made my year:</p>
<blockquote><p>From this talk, I finally understand fully what the project is for. It&#8217;s not to design a cheaper laptop. It&#8217;s to create a a new way to educate.</p></blockquote>
<p>Some of the most interesting information, for me, came not from the talk but from conversations before and after. One thing he mentions is that no one in the group is a &#8216;<em>hopeless Idealist</em>&#8216;. No one is an &#8216;<em>incurable optimist</em>&#8216;. Every one working on the project is very realistic. It is that realist approach which has kept the group grounded and able to get the work done. Ivan said he himself does not know if they will succeed, but what else is there but to try. There are problems, there are restrictions, there are complications. It is the ability to identify, breakdown, and then attack those issues which makes it all possible. They do not have all the answers, but they are working on finding them to the best of their ability. That is the reason why I feel this project will succeed.</p>
<p>One of the other side discussions was on personalization. The first thing children do is personalize their laptop, usually with stickers. This actually works as an added security feature. &#8216;It is much harder to sell one of these [laptops] with a <a href="http://www.hasbro.com/mylittlepony/" target="_blank"><em>My Little Poney</em></a> sticker on it.&#8217; The beta 3 and beta4 XO&#8217;s now have thermal transfers of the <a href="http://wiki.laptop.org/go/Image:Sugar.png" target="_blank">&#8216;XO&#8217; character</a> on the cover now. They approached the vendor and at first the vendor said &#8217;sure we can do that&#8217;, then OLPC asked &#8216;What if we have 20 X color transfers and 20 O transfers, could you randomly mix them on each laptop produced?&#8217;  After some more technical work, they made it happen.  The beta 4 machines will also have a textured surface like that of a golf ball, and a different plastic. This is being done to reduce scratching, add some strength, and reduce the visible ware which happens over time. There is some concern that stickers will no longer stick as well to the surface. If it is something that is important to the children, it is something important to them, period.</p>
<p>There was plenty more which occured at the summit, and both <a href="http://danbricklin.com/log/default.htm" target="_blank">Dan Bricklin</a> and <a href="http://www.consortiuminfo.org/standardsblog/article.php?story=20070619065710401" target="_blank">Andy Updegrove</a> have fantastic blog posts on the event. There was quite a strong python presence which makes me quite happy. Beyond OLPC, there were lightning talks on Zope, some side mentions on Plone, and <a href="http://www.snaplogic.com/" target="_blank">SnapLogic</a>. <span class="truncateMe maxChars300" title="Show full description">Mike Pittaro of SnapLogic gave a lightning talk at both the summit and at Wednesdays Python meetup. I have a (poor) recording of the meetup and will post that soon. </span>There were hall discussions on Django, Turbo Gears, PHP vs. Ruby, Vs. Python, Drupal vs. Plone and Guido&#8217;s Python 3000 post. I had not had time to read Guido&#8217;s post so I couldn&#8217;t participate as much as I had wanted to. I don&#8217;t feel I have anything worth while to add about the rest of the event, beyond to say that I think Andy was too kind, and yes I was wearing jeans.</p>
<p>My goals for OLPC at this summit were to get the message out about this local effort and the revolutionary open source/hardware technology; this is a Massachusetts Technology Leadership Counsel event after all. Second, get the spotlight on the ideals and the software behind the project, not on the &#8216;laptop&#8217;.  Third to get people interested enough to get involved. And, of course to promote open source and python. It is too soon to know if any of the goals were achieved, but I think the first two were thanks in large part to PJ over at groklaw posting the video.</p>
]]></content:encoded>
			<wfw:commentRss>http://dougma.com/archives/36/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OLPC Keynote at MassTLC OSS</title>
		<link>http://dougma.com/archives/34</link>
		<comments>http://dougma.com/archives/34#comments</comments>
		<pubDate>Mon, 18 Jun 2007 20:22:46 +0000</pubDate>
		<dc:creator>doug</dc:creator>
				<category><![CDATA[MassTLC]]></category>
		<category><![CDATA[gplv3]]></category>
		<category><![CDATA[olpc]]></category>
		<category><![CDATA[oss]]></category>
		<category><![CDATA[plone]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.dougma.com/?p=30</guid>
		<description><![CDATA[Just a reminder that the MassTLC Open Source Summit is tomorrow morning! It is $40 online or at the door (and $20 for MassTLC members). A pastery cart, coffee and a bag lunch will be provided (though I do not have the exact details on this). Detailed information and directions are provided below. One of [...]]]></description>
			<content:encoded><![CDATA[<p>Just a reminder that the <a href="http://function.masstlc.org/programs_new/event_single.cfm?eventid=787" target="_blank">MassTLC Open Source Summit</a> is tomorrow morning! It is $40 online or at the door (and $20 for <a href="http://masstlc.org/" target="_blank">MassTLC</a> members). A pastery cart, coffee and a bag lunch will be provided (though I do not have the exact details on this). Detailed information and directions are provided below.</p>
<p>One of the trademarks of this event is the level of audience interaction. The talks are not passive events where attendees absorb what is spoken up on some shielded dais. As in the past the event is broken down into three parts (legal, business, and community), plus a keynote. The plan is to have the event recorded, both audio and video, for release in multiple mediums.</p>
<h2>Legal</h2>
<p>The legal discussion will be on the GPLv3, both the road traveled so far and what the future holds. The process has been extremely open with the community participating in its drafting on an unprecedented level. This panel discussion is a continuation of that effort as well as an examination of that effort.</p>
<h2>Business</h2>
<p>The corporate panel discussion is not what one would normally expect. There is no real summary description for this panel due to the nature of it. How do you describe an open discussion? I will try. Listening to marketing folks from large companies describe why their open source strategy is the winner is not that interesting or rewarding. The focus here is on the audience and learning from the successes and failures of local companies large and small. Businesses who rely on Open Source are really relying on the communities they foster. The audience is made up of those communities and budding open source based ventures. Here is a chance to discuss the strategies of the day and get a greater understanding for this complex and thriving ecosystem.</p>
<h2>Community</h2>
<p>For the community section this year we are trying something new. Mark Withington of the <a href="http://www.bostonphp.org/" target="_blank">Boston PHP</a> group is running a <a href="http://www.perl.com/pub/a/2004/07/30/lightningtalk.html" target="_blank">Lightning talk session</a>. These are ~5min presentations by local community members. These can be very exciting. One problem with any conference is that not all topics will interest all people. You also want to have a good range of topics. The purpose of the event is to foster Open Source in Massachusetts. this is done by building relationships and helping connect people. This can be hard for a small event such as ours. Lightning talks offer a great opportunity for this. For the general audience, they are given information dense overviews of topics and events they are interested in. If you are not interested in a topic, just like the local weather, just wait 5min. Presenters, while limited by time, are forced to communicate only the core information they need to get across. The idea is to engage the audience and get them interested in what you have to say. The point is not to answer all the questions an attendee might have for you or your project, but to just get the interested and hungry for more information. After all the talks are completed there will be a break before the keynote and space for attendees to gather and talk to the Lightning Talk presenters. Here is where connections are made and presenters can connect to those who are really interested in what they have to say, and can focus on exactly what people are interested in.</p>
<h2>OLPC Keynote</h2>
<p>As I have mentioned <a href="http://www.dougma.com/?p=21" target="_blank">here</a> and elsewhere, I feel that the <a href="http://www.laptop.org/en/laptop/software/" target="_blank">software</a> effort behind the OLPC project has been playing second fiddle to the <a href="http://wiki.laptop.org/go/Hardware_specification" target="_blank">hardware</a>. There has been much attention given to the &#8216;laptop&#8217;, the innovative hardware technology, and some on the &#8216;child friendly&#8217; interface. Very little has been discussed about the revolutionary new operating system being developed. Did you know the firmware is <a href="http://wiki.laptop.org/go/Open_Firmware" target="_blank">hardware independent</a>? Did you know that while the kernel is based on Red Hat Fedora, the higher level operating system, including the file system is written in a <a href="http://www.python.org/" target="_blank">dynamic interpreted language</a>? Did you know that all you have to do is <a href="http://wiki.laptop.org/go/OLPC_Human_Interface_Guidelines/The_Laptop_Experience/View_Source" target="_blank">press a button</a> on the laptop and you get to modify the code for whatever application is currently running? Did you know this is all done <a href="http://wiki.laptop.org/go/BitFrost" target="_blank">securely</a> and using a revolutionary process management system where each process gets its own VM? This is not linux. This is something else entirely, and yes it is <a href="http://wiki.laptop.org/go/OLPC_on_open_source_software" target="_blank">100% open source</a>. I will be handing out the <a href="http://wiki.laptop.org/go/LiveCd" target="_blank">Sugar SDK Live CD</a> which includes a full linux development environment for developing applications for this revolutionary new system.</p>
<h2>The Details</h2>
<p><span id="more-34"></span></p>
<p><strong><font face="Arial" size="3"><span style="font-size: 12pt; font-family: Arial; font-weight: bold">Second Annual Open Source Summit</span></font></strong><font face="Arial"><span style="font-family: Arial"><br />
</span></font><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial">Tuesday, June 19, 2007; 7:30 am registration; 8-12:30 pm<br />
Microsoft, 201 Jones Road,  Waltham, MA</span></font></p>
<p><font face="Arial" size="2">Join us for this half-day summit as technology leaders discuss the current state of open source and the implementation of collaborative development models. The program will spotlight innovative open source companies in a rapid fire lightning round session. The summit will culminate with a keynote presentation on OLPC (One Laptop Per Child), an initiative lead by Nicholas Negroponte, as recently featured on 60 Minutes.</font></p>
<p><font face="Arial" size="2"><br />
<script><!-- D(["mb","\u003cbr\>\n\u003cbr\>\n\u003cb\>\u003ci\>\u003cspan style\u003d"font-weight:bold;font-style:italic"\>8:00 am -- Opening\nRemarks\u003c/span\>\u003c/i\>\u003c/b\>\u003ci\>\u003cspan style\u003d"font-style:italic"\>\u003cbr\>\n\u003cbr\>\n\u003cb\>\u003cspan style\u003d"font-weight:bold"\>8:15 am -- The Year in Review and the Years\nto Come: GPL3 and what it tells us about the current and future prospects of\nfree and open source software. \u003c/span\>\u003c/b\>\u003c/span\>\u003c/i\>A member of each of the\nfour GPL 3 Committees will review the new license, the process by which it was\npromulgated, and what it all tells us about the current state of free and open\nsource software. \u003c/span\>\u003c/font\>\u003c/p\>\n\n\u003cul type\u003d"disc"\>\n \u003cli\>\u003cb\>\u003cfont size\u003d"2" face\u003d"Arial"\>\u003cspan style\u003d"font-size:10.0pt;font-family:Arial;font-weight:bold"\>Karen\n     Copenhaver\u003c/span\>\u003c/font\>\u003c/b\>\u003cfont size\u003d"2" face\u003d"Arial"\>\u003cspan style\u003d"font-size:10.0pt;font-family:Arial"\>, Partner, Choate, Hall &#038;\n     Stewart (moderator)\u003c/span\>\u003c/font\>\u003c/li\>\n \u003cli\>\u003cb\>\u003cfont size\u003d"2" face\u003d"Arial"\>\u003cspan style\u003d"font-size:10.0pt;font-family:Arial;font-weight:bold"\>Ira Heffan\u003c/span\>\u003c/font\>\u003c/b\>\u003cfont size\u003d"2" face\u003d"Arial"\>\u003cspan style\u003d"font-size:10.0pt;font-family:Arial"\>,\n     Associate, Goodwin Proctor \u003c/span\>\u003c/font\>\u003c/li\>\n \u003cli\>\u003cb\>\u003cfont size\u003d"2" face\u003d"Arial"\>\u003cspan style\u003d"font-size:10.0pt;font-family:Arial;font-weight:bold"\>Scott K.\n     Peterson\u003c/span\>\u003c/font\>\u003c/b\>\u003cfont size\u003d"2" face\u003d"Arial"\>\u003cspan style\u003d"font-size:10.0pt;font-family:Arial"\>, Senior Counsel, Intellectual Property,\n     Hewlett-Packard Company / Andover,\n      MA \u003c/span\>\u003c/font\>\u003c/li\>\n \u003cli\>\u003cb\>\u003cfont size\u003d"2" face\u003d"Arial"\>\u003cspan style\u003d"font-size:10.0pt;font-family:Arial;font-weight:bold"\>David Rickerby\u003c/span\>\u003c/font\>\u003c/b\>\u003cfont size\u003d"2" face\u003d"Arial"\>\u003cspan style\u003d"font-size:10.0pt;font-family:Arial"\>,\n     Partner, Choate Hall &#038; Stewart \u003c/span\>\u003c/font\>\u003c/li\>\n\u003c/ul\>\n\n\u003cp\>\u003cb\>\u003ci\>\u003cfont size\u003d"2" face\u003d"Arial"\>\u003cspan style\u003d"font-size:10.0pt;font-family:Arial;font-weight:bold;font-style:italic"\>9:00 am -- Open Source\nStrategies\u003c/span\>\u003c/font\>\u003c/i\>\u003c/b\>\u003cfont size\u003d"2" face\u003d"Arial"\>\u003cspan style\u003d"font-size:10.0pt;font-family:Arial"\> \u003c/span\>\u003c/font\>\u003c/p\>\n\n\u003cul type\u003d"disc"\>\n ",1] );  //--></script> </font></p>
<p><font face="Arial" size="2"> </font><font face="Arial" size="2"> </font></p>
<p><font face="Arial" size="2"><strong><em><span style="font-weight: bold; font-style: italic">8:00 am &#8212; Opening Remarks</span></em></strong><em><span style="font-style: italic"></span></em></font></p>
<p><font face="Arial" size="2"><em><strong><span style="font-weight: bold">8:15 am &#8212; The Year in Review and the Years to Come: GPL3 and what it tells us about the current and future prospects of free and open source software. </span></strong></em>A member of each of the four GPL 3 Committees will review the new license, the process by which it was promulgated, and what it all tells us about the current state of free and open source software. </font></p>
<ul type="disc">
<li><strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; font-weight: bold">Karen      Copenhaver</span></font></strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial">, Partner, Choate, Hall &amp;      Stewart (moderator)</span></font></li>
<li><strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; font-weight: bold">Ira Heffan</span></font></strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial">,      Associate, Goodwin Proctor </span></font></li>
<li><strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; font-weight: bold">Scott K.      Peterson</span></font></strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial">, Senior Counsel, Intellectual Property,      Hewlett-Packard Company / Andover,       MA </span></font></li>
<li><strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; font-weight: bold">David Rickerby</span></font></strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial">,      Partner, Choate Hall &amp; Stewart </span></font></li>
</ul>
<p><strong><em><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; font-weight: bold; font-style: italic">9:00 am &#8212; Open Source Strategies</span></font></em></strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial"> </span></font></p>
<ul type="disc"> <script><!-- D(["mb","\u003cli\>\u003cb\>\u003cfont size\u003d"2" face\u003d"Arial"\>\u003cspan style\u003d"font-size:10.0pt;font-family:Arial;font-weight:bold"\>Jay Batson\u003c/span\>\u003c/font\>\u003c/b\>\u003cfont size\u003d"2" face\u003d"Arial"\>\u003cspan style\u003d"font-size:10.0pt;font-family:Arial"\>, EIR,\n     North Bridge Venture Partners (moderator) \u003c/span\>\u003c/font\>\u003c/li\>\n \u003cli\>\u003cb\>\u003cfont size\u003d"2" face\u003d"Arial"\>\u003cspan style\u003d"font-size:10.0pt;font-family:Arial;font-weight:bold"\>Larry Alston\u003c/span\>\u003c/font\>\u003c/b\>\u003cfont size\u003d"2" face\u003d"Arial"\>\u003cspan style\u003d"font-size:10.0pt;font-family:Arial"\>, VP of\n     Corporate Strategy, Iona \u003c/span\>\u003c/font\>\u003c/li\>\n \u003cli\>\u003cb\>\u003cfont size\u003d"2" face\u003d"Arial"\>\u003cspan style\u003d"font-size:10.0pt;font-family:Arial;font-weight:bold"\>Andy Astor\u003c/span\>\u003c/font\>\u003c/b\>\u003cfont size\u003d"2" face\u003d"Arial"\>\u003cspan style\u003d"font-size:10.0pt;font-family:Arial"\>,\n     President and Chief Executive Officer, enterpriseDB \u003c/span\>\u003c/font\>\u003c/li\>\n \u003cli\>\u003cb\>\u003cfont size\u003d"2" face\u003d"Arial"\>\u003cspan style\u003d"font-size:10.0pt;font-family:Arial;font-weight:bold"\>Craig Dillon\u003c/span\>\u003c/font\>\u003c/b\>\u003cfont size\u003d"2" face\u003d"Arial"\>\u003cspan style\u003d"font-size:10.0pt;font-family:Arial"\>,\n     Director of Enterprise\n     Solutions, Microsoft \u003c/span\>\u003c/font\>\u003c/li\>\n \u003cli\>\u003cb\>\u003cfont size\u003d"2" face\u003d"Arial"\>\u003cspan style\u003d"font-size:10.0pt;font-family:Arial;font-weight:bold"\>Don Fisher\u003c/span\>\u003c/font\>\u003c/b\>\u003cfont size\u003d"2" face\u003d"Arial"\>\u003cspan style\u003d"font-size:10.0pt;font-family:Arial"\>, VP of\n     Online Services, Red Hat \u003c/span\>\u003c/font\>\u003c/li\>\n \u003cli\>\u003cb\>\u003cfont size\u003d"2" face\u003d"Arial"\>\u003cspan style\u003d"font-size:10.0pt;font-family:Arial;font-weight:bold"\>Douglas\n     Heintzman\u003c/span\>\u003c/font\>\u003c/b\>\u003cfont size\u003d"2" face\u003d"Arial"\>\u003cspan style\u003d"font-size:10.0pt;font-family:Arial"\>, director of strategy, IBM Software Group \u003c/span\>\u003c/font\>\u003c/li\>\n \u003cli\>\u003cb\>\u003cfont size\u003d"2" face\u003d"Arial"\>\u003cspan style\u003d"font-size:10.0pt;font-family:Arial;font-weight:bold"\>Justin\n     Steinman\u003c/span\>\u003c/font\>\u003c/b\>\u003cfont size\u003d"2" face\u003d"Arial"\>\u003cspan style\u003d"font-size:10.0pt;font-family:Arial"\>, Director of Linux Marketing, Novell \u003c/span\>\u003c/font\>\u003c/li\>\n\u003c/ul\>\n\n\u003cp\>\u003cb\>\u003ci\>\u003cfont size\u003d"2" face\u003d"Arial"\>\u003cspan style\u003d"font-size:10.0pt;font-family:Arial;font-weight:bold;font-style:italic"\>",1] );  //--></script></p>
<li><strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; font-weight: bold">Jay Batson</span></font></strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial">, EIR,      North Bridge Venture Partners (moderator) </span></font></li>
<li><strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; font-weight: bold">Larry Alston</span></font></strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial">, VP of      Corporate Strategy, Iona </span></font></li>
<li><strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; font-weight: bold">Andy Astor</span></font></strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial">,      President and Chief Executive Officer, enterpriseDB </span></font></li>
<li><strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; font-weight: bold">Craig Dillon</span></font></strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial">,      Director of Enterprise      Solutions, Microsoft </span></font></li>
<li><strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; font-weight: bold">Don Fisher</span></font></strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial">, VP of      Online Services, Red Hat </span></font></li>
<li><strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; font-weight: bold">Douglas      Heintzman</span></font></strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial">, director of strategy, IBM Software Group </span></font></li>
<li><strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; font-weight: bold">Justin      Steinman</span></font></strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial">, Director of Linux Marketing, Novell </span></font></li>
</ul>
<p><strong><em><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; font-weight: bold; font-style: italic"></span></font></em></strong></p>
<p><strong><em><font face="Arial" size="2"><br />
<script><!-- D(["mb","10:00 am -- Break\u003c/span\>\u003c/font\>\u003c/i\>\u003c/b\>\u003cfont size\u003d"2" face\u003d"Arial"\>\u003cspan style\u003d"font-size:10.0pt;font-family:Arial"\> \u003cbr\>\n\u003cbr\>\n\u003cb\>\u003ci\>\u003cspan style\u003d"font-weight:bold;font-style:italic"\>10:15 am -- Lightning\nRounds\u003c/span\>\u003c/i\>\u003c/b\> - Moderated by \u003cb\>\u003cspan style\u003d"font-weight:bold"\>Mark\nWithington\u003c/span\>\u003c/b\>, founder &#038; acting president, BostonPHP.org \u003c/span\>\u003c/font\>\u003c/p\>\n\n\u003cul type\u003d"disc"\>\n \u003cli\>\u003cb\>\u003cfont size\u003d"2" face\u003d"Arial"\>\u003cspan style\u003d"font-size:10.0pt;font-family:Arial;font-weight:bold"\>Akaza Research\u003c/span\>\u003c/font\>\u003c/b\>\u003cfont size\u003d"2" face\u003d"Arial"\>\u003cspan style\u003d"font-size:10.0pt;font-family:Arial"\> - Benjamin\n     Baumann \u003c/span\>\u003c/font\>\u003c/li\>\n \u003cli\>\u003cb\>\u003cfont size\u003d"2" face\u003d"Arial"\>\u003cspan style\u003d"font-size:10.0pt;font-family:Arial;font-weight:bold"\>Apatar\u003c/span\>\u003c/font\>\u003c/b\>\u003cfont size\u003d"2" face\u003d"Arial"\>\u003cspan style\u003d"font-size:10.0pt;font-family:Arial"\> -\n     Renat Khasanshyn, Founder and CEO \u003c/span\>\u003c/font\>\u003c/li\>\n \u003cli\>\u003cb\>\u003cfont size\u003d"2" face\u003d"Arial"\>\u003cspan style\u003d"font-size:10.0pt;font-family:Arial;font-weight:bold"\>BlackDuck\u003c/span\>\u003c/font\>\u003c/b\>\u003cfont size\u003d"2" face\u003d"Arial"\>\u003cspan style\u003d"font-size:10.0pt;font-family:Arial"\> - Jim\n     Berets, Is the Sr Dir of Product Management for BlackDuck \u003c/span\>\u003c/font\>\u003c/li\>\n \u003cli\>\u003cb\>\u003cfont size\u003d"2" face\u003d"Arial"\>\u003cspan style\u003d"font-size:10.0pt;font-family:Arial;font-weight:bold"\>Drupal\u003c/span\>\u003c/font\>\u003c/b\>\u003cfont size\u003d"2" face\u003d"Arial"\>\u003cspan style\u003d"font-size:10.0pt;font-family:Arial"\> - Jay Batson EIR\n      North Bridge\n     Venture Partners \u003c/span\>\u003c/font\>\u003c/li\>\n \u003cli\>\u003cb\>\u003cfont size\u003d"2" face\u003d"Arial"\>\u003cspan style\u003d"font-size:10.0pt;font-family:Arial;font-weight:bold"\>enterpriseDB\u003c/span\>\u003c/font\>\u003c/b\>\u003cfont size\u003d"2" face\u003d"Arial"\>\u003cspan style\u003d"font-size:10.0pt;font-family:Arial"\> - Andy\n     Astor, President and Chief Executive Officer \u003c/span\>\u003c/font\>\u003c/li\>\n \u003cli\>\u003cb\>\u003cfont size\u003d"2" face\u003d"Arial"\>\u003cspan style\u003d"font-size:10.0pt;font-family:Arial;font-weight:bold"\>IBM\u003c/span\>\u003c/font\>\u003c/b\>\u003cfont size\u003d"2" face\u003d"Arial"\>\u003cspan style\u003d"font-size:10.0pt;font-family:Arial"\> - Jean\n     Barlage, Marketing Manager, ISV &#038; Developer Relations \u003c/span\>",1] );  //--></script> </font></em></strong></p>
<p><strong><em><font face="Arial" size="2"> </font></em></strong><strong><em><font face="Arial" size="2">10:00 am &#8212; Break</font></em></strong></p>
<p><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial"></span></font></p>
<p><font face="Arial" size="2"><strong><em><span style="font-weight: bold; font-style: italic">10:15 am &#8212; Lightning Rounds</span></em></strong> &#8211; Moderated by <strong><span style="font-weight: bold">Mark Withington</span></strong>, founder &amp; acting president, BostonPHP.org </font></p>
<ul type="disc">
<li><strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; font-weight: bold">Akaza Research</span></font></strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial"> &#8211; Benjamin      Baumann </span></font></li>
<li><strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; font-weight: bold">Apatar</span></font></strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial"> &#8211;      Renat Khasanshyn, Founder and CEO </span></font></li>
<li><strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; font-weight: bold">BlackDuck</span></font></strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial"> &#8211; Jim      Berets, Is the Sr Dir of Product Management for BlackDuck </span></font></li>
<li><strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; font-weight: bold">Drupal</span></font></strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial"> &#8211; Jay Batson EIR       North Bridge      Venture Partners </span></font></li>
<li><strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; font-weight: bold">enterpriseDB</span></font></strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial"> &#8211; Andy      Astor, President and Chief Executive Officer </span></font></li>
<li><strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; font-weight: bold">IBM</span></font></strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial"> &#8211; Jean      Barlage, Marketing Manager, ISV &amp; Developer Relations </span><br />
<script><!-- D(["mb","\u003c/font\>\u003c/li\>\n \u003cli\>\u003cb\>\u003cfont size\u003d"2" face\u003d"Arial"\>\u003cspan style\u003d"font-size:10.0pt;font-family:Arial;font-weight:bold"\>Plone 3.0\u003c/span\>\u003c/font\>\u003c/b\>\u003cfont size\u003d"2" face\u003d"Arial"\>\u003cspan style\u003d"font-size:10.0pt;font-family:Arial"\> - Nate\n     Aune \u003c/span\>\u003c/font\>\u003c/li\>\n \u003cli\>\u003cb\>\u003cfont size\u003d"2" face\u003d"Arial"\>\u003cspan style\u003d"font-size:10.0pt;font-family:Arial;font-weight:bold"\>Simula Labs\n     DevZuz\u003c/span\>\u003c/font\>\u003c/b\>\u003cfont size\u003d"2" face\u003d"Arial"\>\u003cspan style\u003d"font-size:10.0pt;font-family:Arial"\> - David Schwartz, VP, Business Development \u003c/span\>\u003c/font\>\u003c/li\>\n \u003cli\>\u003cb\>\u003cfont size\u003d"2" face\u003d"Arial"\>\u003cspan style\u003d"font-size:10.0pt;font-family:Arial;font-weight:bold"\>SnapLogic\u003c/span\>\u003c/font\>\u003c/b\>\u003cfont size\u003d"2" face\u003d"Arial"\>\u003cspan style\u003d"font-size:10.0pt;font-family:Arial"\> - Mike\n     Pittaro \u003c/span\>\u003c/font\>\u003c/li\>\n \u003cli\>\u003cb\>\u003cfont size\u003d"2" face\u003d"Arial"\>\u003cspan style\u003d"font-size:10.0pt;font-family:Arial;font-weight:bold"\>SofCheck\u003c/span\>\u003c/font\>\u003c/b\>\u003cfont size\u003d"2" face\u003d"Arial"\>\u003cspan style\u003d"font-size:10.0pt;font-family:Arial"\> - Kent\n     Bradford, VP - Sales &amp; Mktg \u003c/span\>\u003c/font\>\u003c/li\>\n \u003cli\>\u003cb\>\u003cfont size\u003d"2" face\u003d"Arial"\>\u003cspan style\u003d"font-size:10.0pt;font-family:Arial;font-weight:bold"\>SugarCRM\u003c/span\>\u003c/font\>\u003c/b\>\u003cfont size\u003d"2" face\u003d"Arial"\>\u003cspan style\u003d"font-size:10.0pt;font-family:Arial"\> -\n     Kelly Ann Bagley, Corporate Account Executive \u003c/span\>\u003c/font\>\u003c/li\>\n\u003c/ul\>\n\n\u003cp\>\u003cb\>\u003ci\>\u003cfont size\u003d"2" face\u003d"Arial"\>\u003cspan style\u003d"font-size:10.0pt;font-family:Arial;font-weight:bold;font-style:italic"\>11:15 am -- OLPC Keynote \u003c/span\>\u003c/font\>\u003c/i\>\u003c/b\>\u003cfont size\u003d"2" face\u003d"Arial"\>\u003cspan style\u003d"font-size:10.0pt;font-family:Arial"\>- One Laptop\nper Child (OLPC) is a non-profit organization aiming to redefine learning and\neducation for the world's children by providing each child with a\nspecially-developed, innovative, and low-cost laptop. We will introduce the\ninitiative and then dive into the challenging engineering behind the OLPC\nsoftware platform, covering everything from its unusual firmware to its new\nchild-friendly GUI. \u003c/span\>\u003c/font\>\u003c/p\>\n\n\u003cul type\u003d"disc"\>\n \u003cli\>\u003cb\>\u003cfont size\u003d"2" face\u003d"Arial"\>",1] );  //--></script> </font><font face="Arial" size="2"> </font><font face="Arial" size="2"> </font></li>
<li><strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; font-weight: bold">Plone 3.0</span></font></strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial"> &#8211; Nate      Aune </span></font></li>
<li><strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; font-weight: bold">Simula Labs      DevZuz</span></font></strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial"> &#8211; David Schwartz, VP, Business Development </span></font></li>
<li><strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; font-weight: bold">SnapLogic</span></font></strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial"> &#8211; Mike      Pittaro </span></font></li>
<li><strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; font-weight: bold">SofCheck</span></font></strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial"> &#8211; Kent      Bradford, VP &#8211; Sales &amp; Mktg </span></font></li>
<li><strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; font-weight: bold">SugarCRM</span></font></strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial"> &#8211;      Kelly Ann Bagley, Corporate Account Executive </span></font></li>
</ul>
<p><strong><em><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; font-weight: bold; font-style: italic">11:15 am &#8212; OLPC Keynote </span></font></em></strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial">- One Laptop per Child (OLPC) is a non-profit organization aiming to redefine learning and education for the world&#8217;s children by providing each child with a specially-developed, innovative, and low-cost laptop. We will introduce the initiative and then dive into the challenging engineering behind the OLPC software platform, covering everything from its unusual firmware to its new child-friendly GUI. </span></font></p>
<ul type="disc">
<li><strong><font face="Arial" size="2"> </font></strong><strong><font face="Arial" size="2"> </font></strong><span style="font-size: 10pt; font-family: Arial; font-weight: bold"><strong><font face="Arial" size="2">Ivan Krstic</font></strong></span><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial">,      Director of Security Architecture, OLPC</span></font></li>
<p><script><!-- D(["mb","\u003cspan style\u003d"font-size:10.0pt;font-family:Arial;font-weight:bold"\>Ivan Krsti\u003c/span\>\u003c/font\>\u003c/b\>\u003cfont size\u003d"2" face\u003d"Arial"\>\u003cspan style\u003d"font-size:10.0pt;font-family:Arial"\>,\n     Director of Security Architecture, OLPC\u003c/span\>\u003c/font\>\u003c/li\>\n\u003c/ul\>\n\n\u003cp\>\u003cfont size\u003d"2" face\u003d"Arial"\>\u003cspan style\u003d"font-size:10.0pt;font-family:Arial"\> \u003c/span\>\u003c/font\>\u003c/p\>\n\n\u003cp\>\u003cfont size\u003d"2" face\u003d"Arial"\>\u003cspan style\u003d"font-size:10.0pt;font-family:Arial"\> \u003c/span\>\u003c/font\>\u003c/p\>\n\n\u003cp\>\u003cfont size\u003d"2" face\u003d"Arial"\>\u003cspan style\u003d"font-size:10.0pt;font-family:Arial"\> \u003c/span\>\u003c/font\>\u003c/p\>\n\n\u003cp\>\u003cb\>\u003cfont size\u003d"2" face\u003d"Arial"\>\u003cspan style\u003d"font-size:10.0pt;font-family:Arial;font-weight:bold"\>DIRECTIONS to Microsoft, 201 Jones Road, Waltham\u003c/span\>\u003c/font\>\u003c/b\>\u003cfont size\u003d"2" face\u003d"Arial"\>\u003cspan style\u003d"font-size:10.0pt;font-family:Arial"\> \u003c/span\>\u003c/font\>\u003c/p\>\n\n\u003cp\>\u003cfont size\u003d"2" face\u003d"Arial"\>\u003cspan style\u003d"font-size:10.0pt;font-family:Arial"\>(Interactive Map &amp; Driving Directions also at \u003ca href\u003d"http://www.microsoft.com/about/companyinformation/usaoffices/northeast/waltham.mspx" target\u003d"_blank" onclick\u003d"return top.js.OpenExtLink(window,event,this)"\>http://www.microsoft.com/about\u003cWBR\>/companyinformation/usaoffices\u003cWBR\>/northeast/waltham.mspx\u003c/a\>)\u003c/span\>\u003c/font\>\u003c/p\>\n\n\u003cp\>\u003cfont size\u003d"2" face\u003d"Arial"\>\u003cspan style\u003d"font-size:10.0pt;font-family:Arial"\>\u003cbr\>\n\u003cb\>\u003cspan style\u003d"font-weight:bold"\>From Downtown/Airport:\u003c/span\>\u003c/b\>\u003cbr\>\nFollow 1-93 South to 1-90 West (Mass Turnpike). Mass Turnpike West to Exit 15\n(1-95/Rte 128 North). I-95/Rte 128 North to Exit 26 (Route 20 - first exit\nNorth of Mass Turnpike). Follow Route 20 East through first stoplight. Take\nnext left turn on Stow Street\n(following signs for Route 117). Take left at Main Street (Route 117 West)\nstoplight,then take second left onto Jones\n  Road, at the blinking yellow light. Waltham Weston Corporate\n Center is located at the\nend of Jones Road\n(201 Jones Road).\nThere is a parking garage under the building. Take the elevator to the 6th\nfloor. You can also park in any lot around the building. When you reach the 6th\nfloor, turn left and follow the corridor on your left. ",1] );  //--></script></ul>
<p><strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; font-weight: bold">DIRECTIONS to Microsoft, 201 Jones Road, Waltham</span></font></strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial"> </span></font></p>
<p><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial">(Interactive Map &amp; Driving Directions also at <a href="http://www.microsoft.com/about/companyinformation/usaoffices/northeast/waltham.mspx" onclick="return top.js.OpenExtLink(window,event,this)" target="_blank">http://www.microsoft.com/about<wbr></wbr>/companyinformation/usaoffices<wbr></wbr>/northeast/waltham.mspx</a>)</span></font></p>
<p><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial"><br />
<strong><span style="font-weight: bold">From Downtown/Airport:</span></strong><br />
Follow 1-93 South to 1-90 West (Mass Turnpike). Mass Turnpike West to Exit 15 (1-95/Rte 128 North). I-95/Rte 128 North to Exit 26 (Route 20 &#8211; first exit North of Mass Turnpike). Follow Route 20 East through first stoplight. Take next left turn on Stow Street (following signs for Route 117). Take left at Main Street (Route 117 West) stoplight,then take second left onto Jones   Road, at the blinking yellow light. Waltham Weston Corporate  Center is located at the end of Jones Road (201 Jones Road). There is a parking garage under the building. Take the elevator to the 6th floor. You can also park in any lot around the building. When you reach the 6th floor, turn left and follow the corridor on your left.</span></font></p>
<p><font face="Arial" size="2"><br />
<script><!-- D(["mb","\u003c/span\>\u003c/font\>\u003c/p\>\n\n\u003cp\>\u003cfont size\u003d"2" face\u003d"Arial"\>\u003cspan style\u003d"font-size:10.0pt;font-family:Arial"\>\u003cbr\>\n\u003cb\>\u003cspan style\u003d"font-weight:bold"\>From the South:\u003c/span\>\u003c/b\>\u003cbr\>\nI-95/Rte 128 North to Exit 26 (Route 20 - first exit North of Mass Turnpike).\nFollow Route 20 East through first stoplight. Take next left turn on Stow Street\n(following signs for Route 117). Take left at Main Street (Route 117 West) stoplight,then\ntake second left onto Jones Road,\nat the blinking yellow light. Waltham\n Weston Corporate\n Center is located at the\nend of Jones Road\n(201 Jones Road).\nThere is a parking garage under the building. Take the elevator to the 6th\nfloor. You can also park in any lot around the building. When you reach the 6th\nfloor, turn left and follow the corridor on your left.\u003cbr\>\n\u003cbr\>\n\u003cb\>\u003cspan style\u003d"font-weight:bold"\>From the North:\u003cbr\>\n\u003c/span\>\u003c/b\>I-95/Rte 128 South to Exit 26 (Route 20). Continue on rotary\nfollowing signs for Route 20 East through first stoplight. Take next left turn\non Stow Street\n(following signs for Route 117). Take left at Main Street (Route 117 West)\nstoplight,then take second left onto Jones\n  Road, at the blinking yellow light. Waltham Weston Corporate\n Center is located at the end\nof Jones Road\n(201 Jones Road).\nThere is a parking garage under the building. Take the elevator to the 6th\nfloor. You can also park in any lot around the building. When you reach the 6th\nfloor, turn left and follow the corridor on your left.\u003c/span\>\u003c/font\>\u003c/p\>\n\n\u003cp\>\u003cfont size\u003d"2" face\u003d"Arial"\>\u003cspan style\u003d"font-size:10.0pt;font-family:Arial"\> \u003c/span\>\u003c/font\>\u003c/p\>\n\n\u003cp\>\u003cfont size\u003d"2" face\u003d"Arial"\>\u003cspan style\u003d"font-size:10.0pt;font-family:Arial"\> \u003c/span\>\u003c/font\>\u003c/p\>\n\n\u003cp\>\u003cfont size\u003d"2" face\u003d"Arial"\>\u003cspan style\u003d"font-size:10.0pt;font-family:Arial"\> \u003c/span\>\u003c/font\>\u003c/p\>\n\n\u003cp\>\u003cfont size\u003d"2" face\u003d"Arial"\>\u003cspan style\u003d"font-size:10.0pt;font-family:Arial"\> \u003c/span\>\u003c/font\>\u003c/p\>\n\n\u003cp\>\u003cfont size\u003d"2" face\u003d"Arial"\>\u003cspan style\u003d"font-size:10.0pt;font-family:Arial"\> \u003c/span\>\u003c/font\>\u003c/p\>\n\n\u003cp\>\u003cfont size\u003d"2" face\u003d"Arial"\>\u003cspan style\u003d"font-size:10.0pt;font-family:Arial"\>",1] );  //--></script> </font></p>
<p><font face="Arial" size="2"> </font><font face="Arial" size="2"> </font></p>
<p><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial"><br />
<strong><span style="font-weight: bold">From the South:</span></strong><br />
I-95/Rte 128 North to Exit 26 (Route 20 &#8211; first exit North of Mass Turnpike). Follow Route 20 East through first stoplight. Take next left turn on Stow Street (following signs for Route 117). Take left at Main Street (Route 117 West) stoplight,then take second left onto Jones Road, at the blinking yellow light. Waltham  Weston Corporate  Center is located at the end of Jones Road (201 Jones Road). There is a parking garage under the building. Take the elevator to the 6th floor. You can also park in any lot around the building. When you reach the 6th floor, turn left and follow the corridor on your left.</span></font></p>
<p><font face="Arial" size="2"><strong><span style="font-weight: bold">From the North:<br />
</span></strong>I-95/Rte 128 South to Exit 26 (Route 20). Continue on rotary following signs for Route 20 East through first stoplight. Take next left turn on Stow Street (following signs for Route 117). Take left at Main Street (Route 117 West) stoplight,then take second left onto Jones   Road, at the blinking yellow light. Waltham Weston Corporate  Center is located at the end of Jones Road (201 Jones Road). There is a parking garage under the building. Take the elevator to the 6th floor. You can also park in any lot around the building. When you reach the 6th floor, turn left and follow the corridor on your left.</font></p>
]]></content:encoded>
			<wfw:commentRss>http://dougma.com/archives/34/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dual Core OLPC!</title>
		<link>http://dougma.com/archives/32</link>
		<comments>http://dougma.com/archives/32#comments</comments>
		<pubDate>Thu, 14 Jun 2007 04:27:53 +0000</pubDate>
		<dc:creator>doug</dc:creator>
				<category><![CDATA[nerdcore]]></category>
		<category><![CDATA[olpc]]></category>

		<guid isPermaLink="false">http://www.dougma.com/?p=27</guid>
		<description><![CDATA[The Nerd Core group Dual Core just released their new album (do they still call them that?) Zero One. Just bought it and it&#8217;s fantastic! Check out the track 12 &#8216;The Children&#8217;s Machine&#8216; sample.]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://en.wikipedia.org/wiki/Nerdcore_hip_hop" target="_blank">Nerd Core</a> group <a href="http://dualcoremusic.com/nerdcore/" target="_blank">Dual Core</a> just released their new album (do they still call them that?)  <strong>Zero One</strong>. Just bought it and it&#8217;s fantastic! Check out the track 12 &#8216;<strong><em>The Children&#8217;s Machine</em></strong>&#8216; sample.</p>
]]></content:encoded>
			<wfw:commentRss>http://dougma.com/archives/32/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MassTLC 2007 Open Source Summit!</title>
		<link>http://dougma.com/archives/30</link>
		<comments>http://dougma.com/archives/30#comments</comments>
		<pubDate>Tue, 05 Jun 2007 02:26:10 +0000</pubDate>
		<dc:creator>doug</dc:creator>
				<category><![CDATA[MassTLC]]></category>
		<category><![CDATA[gplv3]]></category>
		<category><![CDATA[olpc]]></category>
		<category><![CDATA[oss]]></category>

		<guid isPermaLink="false">http://www.dougma.com/?p=25</guid>
		<description><![CDATA[Tuesday, June 19, 2007; 7:30 am registration; 8-12:00 pm Microsoft, 201 Jones Road, Waltham, MA (map) Join us for this half-day summit as technology leaders discuss the current state of open source and the implementation of collaborative development models. The program will spotlight innovative open source companies in a rapid fire lightning round session. The [...]]]></description>
			<content:encoded><![CDATA[<p>Tuesday, June 19, 2007; 7:30 am registration; 8-12:00 pm<br />
<font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial"> Microsoft, 201 Jones Road,  Waltham, MA <em>(<a href="http://maps.google.com/maps?f=q&amp;hl=en&amp;q=201+Jones+Road,+Waltham,+MA&amp;sll=42.37637,-71.23534&amp;sspn=0.111214,0.186768&amp;ie=UTF8&amp;z=17&amp;iwloc=cent&amp;om=1" title="201 Jones Road, Waltham, MA" target="_blank">map</a>)</em><br />
</span></font></p>
<p><font face="Arial" size="2">Join us for this half-day summit as technology leaders discuss the current state of open source and the implementation of collaborative development models. The program will spotlight innovative open source companies in a rapid fire lightning round session. The summit will culminate with a keynote presentation on OLPC (One Laptop Per Child), an initiative lead by Nicholas Negroponte, as recently featured on 60 Minutes.</font></p>
<p><font face="Arial" size="2"><strong><em><span style="font-weight: bold; font-style: italic">8:00 am &#8212; Opening Remarks</span></em></strong><em><span style="font-style: italic"></span></em></font></p>
<p><font face="Arial" size="2"><em><strong><span style="font-weight: bold">8:15 am &#8212; The Year in Review and the Years to Come: GPL3 and what it tells us about the current and future prospects of free and open source software. </span></strong></em>A member of each of the four GPL 3 Committees will review the new license, the process by which it was promulgated, and what it all tells us about the current state of free and open source software. </font></p>
<ul type="disc">
<li><strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; font-weight: bold">Karen      Copenhaver</span></font></strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial">, Partner, Choate, Hall &amp;      Stewart </span></font></li>
<li><strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; font-weight: bold">Ira Heffan</span></font></strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial">,      Associate, Goodwin Proctor </span></font></li>
<li><strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; font-weight: bold">Scott K.      Peterson</span></font></strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial">, Senior Counsel, Intellectual Property,      Hewlett-Packard Company / Andover,       MA </span></font></li>
<li><strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; font-weight: bold">David Rickerby</span></font></strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial">,      Partner, Choate Hall &amp; Stewart </span></font></li>
</ul>
<p><strong><em><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; font-weight: bold; font-style: italic">9:00 am &#8212; Open Source Strategies</span></font></em></strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial"> </span></font></p>
<ul type="disc">
<li><strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; font-weight: bold">Larry Alston</span></font></strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial">, VP of      Corporate Strategy, Iona </span></font></li>
<li><strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; font-weight: bold">Robert Sutor</span></font></strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial">, VP      Standards &amp; Open Source, IBM </span></font></li>
<li><strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; font-weight: bold">Don Fisher</span></font></strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial">, VP of      Online Services, Red Hat </span></font></li>
<li><strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; font-weight: bold">Justin      Steinman</span></font></strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial">, Director of Linux Marketing, Novell </span></font></li>
</ul>
<p><strong><em><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; font-weight: bold; font-style: italic">10:00 am &#8212; Break</span></font></em></strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial"></span></font></p>
<p><font face="Arial" size="2"><strong><em><span style="font-weight: bold; font-style: italic">10:15 am &#8212; Lightning Rounds</span></em></strong> </font></p>
<ul type="disc">
<li><strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; font-weight: bold">Andromeda</span></font></strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial"> </span> </font></li>
<li><strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; font-weight: bold">BlackDuck</span></font></strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial"> </span> </font></li>
<li><strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; font-weight: bold">DevZuz (Simula      labs)</span></font></strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial"> </span></font></li>
<li><strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; font-weight: bold">Drupal</span></font></strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial"> </span></font></li>
<li><strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; font-weight: bold">enterpriseDB</span></font></strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial"> </span> </font></li>
<li><em><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; font-style: italic">Please      contact the Open Source Cluster Advisory Board at <a href="mailto:tom@masstlc.org" onclick="return top.js.OpenExtLink(window,event,this)" target="_blank">tom@masstlc.org</a> if you are interested in      presenting during the lightning round session.</span></font></em><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial"> </span></font></li>
</ul>
<p><font face="Arial" size="2"><strong><em><span style="font-size: 10pt; font-family: Arial; font-weight: bold; font-style: italic">11:15 am &#8212; OLPC Keynote. </span></em></strong>One Laptop per Child (OLPC) is a non-profit organization aiming to redefine learning and education for the world&#8217;s children by providing each child with a specially-developed, innovative, and low-cost laptop. We will introduce the initiative and then dive into the challenging engineering behind the OLPC software platform, covering everything from its unusual firmware to its new child-friendly GUI.</font></p>
<ul type="disc">
<li><strong><em><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; font-weight: bold; font-style: italic">Ivan Krstić</span></font></em></strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial"> , Director of Security Architecture, <strong><span style="font-weight: bold"> OLPC </span></strong>(One Laptop Per Child)</span></font></li>
</ul>
<p><strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; font-weight: bold">Cost</span></font></strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial">: Members/Non-Members, $20/$40</span></font></p>
<p><font face="Arial" size="2"><strong><span style="font-weight: bold">Sponsors</span></strong>: <a href="http://www.choate.com/" onclick="return top.js.OpenExtLink(window,event,this)" target="_blank">Choate, Hall &amp; Stewart</a>; <a href="http://www.ibm.com/" onclick="return top.js.OpenExtLink(window,event,this)" target="_blank"> IBM</a></font></p>
<p><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial"> </span></font></p>
<p><strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; font-weight: bold" lang="NL">Register Online</span></font></strong><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial" lang="NL"> : <strong><em><span style="font-weight: bold; font-style: italic"><a href="http://function.masstlc.org/programs_new/event_single.cfm?eventid=787" onclick="return top.js.OpenExtLink(window,event,this)" target="_blank">http://function.masstlc.org<wbr></wbr>/programs_new/event_single.cfm<wbr></wbr>?eventid=787 </a> </span></em></strong></span></font></p>
]]></content:encoded>
			<wfw:commentRss>http://dougma.com/archives/30/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>OLPC on 60 Minutes</title>
		<link>http://dougma.com/archives/26</link>
		<comments>http://dougma.com/archives/26#comments</comments>
		<pubDate>Mon, 21 May 2007 22:48:24 +0000</pubDate>
		<dc:creator>doug</dc:creator>
				<category><![CDATA[olpc]]></category>

		<guid isPermaLink="false">http://www.dougma.com/?p=21</guid>
		<description><![CDATA[I caught the OLPC piece on 60 Minutes (video) last night and am equally delighted, and disappointed. Other news groups are picking up the story, centered around the Intel competition. Slashdot even has an article on it. Watching and reading these stories, I can&#8217;t help but hear the implicit editing reporters do to make a [...]]]></description>
			<content:encoded><![CDATA[<p>I caught the <a href="http://www.laptop.org/" target="_blank">OLPC </a>piece on 60 Minutes <em>(<a href="http://www.cbsnews.com/sections/i_video/main500251.shtml?id=2830221n" target="_blank">video</a>)</em> last night and am equally delighted, and disappointed. Other <a href="http://news.bbc.co.uk/2/hi/technology/6675833.stm" target="_blank">news groups</a> are picking up the story, centered around the Intel competition. <a href="http://hardware.slashdot.org/article.pl?sid=07/05/21/187257&amp;from=rss" target="_blank">Slashdot </a>even has an article on it. Watching and reading these stories, I can&#8217;t help but hear the implicit editing reporters do to make a story more salacious than it is. I am disappointed that once again the focus is on the hardware alone. I am disappointed that &#8216;problems&#8217; described with the project were not examined in any real depth. There are problems, and they deserve more than &#8216;<em>[<a href="http://geekcorps.org/" target="_blank">Wayan Vota</a>] is concerned about the additional cost of the project for infrastructure such as satellite dishes.</em>&#8216; While I understand that not everything can be covered in detail, there are some oversights which need clarification.</p>
<p><span id="more-26"></span></p>
<p><strong>1. <a href="http://wiki.laptop.org/go/Software" target="_blank">The Software</a></strong></p>
<p>This is the biggest oversight on the 60min. piece. The most revolutionary part of the OLPC story is, in my opinion, not the hardware, but the software. This is not a linux computer (not in the classic sense). This is a new type of computer from the ground up. The interface, <a href="http://wiki.laptop.org/go/Sugar" target="_blank">Sugar</a>, is nothing short of a revolution in computing and computer interfaces. The object store file system, the gear key, the list goes on. When an adult test user of the classmate (Intel&#8217;s alternative) was asked what it was like, they responded &#8216;<em>it&#8217;s basically a small laptop</em>&#8216;. The XO is <strong>NOT </strong>&#8216;just a small laptop&#8217;, it is a learning machine. The first time you see that initial screen and use the &#8216;<a href="http://wiki.laptop.org/go/OLPC_Human_Interface_Guidelines/The_Laptop_Experience/Zoom_Metaphor" target="_blank">Zoom</a>&#8216; metaphor interface, it is the only way you want to use a device. It just makes sense. The software is the yin to the hardwares yang.</p>
<p><strong>2. Learning on a computer is NOT like playing a musical instrument</strong></p>
<p><a href="http://geekcorps.org/" target="_blank">Geekcorp</a>&#8217;s Director, Wayan Vota, a strong proponent of OLPC, makes a poor analogy, saying that learning on a computer is like learning to play a musical instrument. He states that without a teacher, the child will only be able to &#8216;<em>make noise</em>&#8216;. My mouth dropped open when I heard those words, while my three year old hammered out an identifiable &#8216;twinkle twinkle little star&#8217; on his toy xylophone in the background. Spoken like someone who does not have children. I can not enumerate all the problems with this analogy, nor the statement, in this space. If the OLPC were a windows or even a linux OS machine with the now standard Gnome or KDE interfaces, I would agree in part that a teacher would be needed to get the full benefit of the device. MySpace, YouTube, social networking sites, and even the text messaging short hand children are using today show how shortsighted Wayan&#8217;s statement is. Children did not learn how to code up their MySpace page in school. The reaction to some pages is proof that the majority of school faculty has no clue what the internet even is, let alone how to embed the latest javascript widget. To get around lacking interface designs, a new language is created! Sure this is not learning in the &#8216;classic&#8217; sense. These kids are not using a workbook, solving predetermined problems where the answers are already known. They are solving real problems which have yet to be solved. They are adapting and learning outside the norms. For many children, this is &#8216;the norm.&#8217;  The XO is designed to excel at this type of learning. So when people are shocked to hear that the OLPC project wants to put laptops in the hands of children who do not have access to schools, &#8216;<em><strong>especially</strong> if they don&#8217;t go to school</em>&#8216;, why is there shock and horror their response? These are exactly the children who have the most to gain from such devices. Children adapt, children learn, lets give them the tools to do it. Schools are not always the most practical solution.</p>
<p><strong>3. How is Intel harming OLPC?</strong></p>
<p>I do not believe this has been clarified enough. Intel had a chance early on to be a part of the OLPC project. Instead they ridiculed the project. In order for the XO to meet the $100 goal, there needs to be a commitment of 3Mil. units. Intel realized that OLPC was succeeding, and instead of joining the project, decided to start up their own. They are going around to the governments who had approached OLPC to buy the XO and offering their device instead at a discounted rate<em> (NOTE: OLPC originally did not approach anyone!)</em> Intel is misrepresenting their device in that they tote the higher MHZ and memory as representing a better learning device, ignoring other inherent problems. This means that while promises were made, few agreements have been signed while governments wait to see what happens. This is directly undermining all of the OLPC efforts to date and jeopardizing the $100 goal. Intel now says they want to work &#8216;with&#8217; the OLPC group; but they want to work with them on their device, not the XO. I could go on to discuss the fundamental differences between the projects, hardware, and software. I could go into great detail on the work by the OLPC to limit the impact on the <a href="http://wiki.laptop.org/go/Environmental_Impact" target="_blank">environment</a> with safe batteries, an open <a href="http://wiki.laptop.org/go/Hardware_specification#Specifications" target="_blank">hardware</a> spec that anyone can build, and upfront cost estimates instead of offering proprietary devices well below cost at a snake oil &#8216;introductory offer&#8217; price. I could, but I don&#8217;t feel like typing THAT much.</p>
<p>If Intel is really serious about providing devices as a humanitarian effort, then they should join OLPC. If they want to donate funds to bring down the price of the devices, fantastic! If they want the devices to use intel chips instead of AMD&#8217;s, and to sell them themselves, the <a href="http://wiki.laptop.org/go/Hardware_specification#Specifications" target="_blank">hardware </a>spec is open, get to it. What they are doing instead is working against OLPC for purely monetary reasons. OLPC is a threat to Intel; a threat they dismissed as a joke, but are now more aware. If only they were wiser as well.</p>
<p><strong>Interesting observations</strong></p>
<p>While the XO was being used by 2nd graders, the Intel ClassMate was being  used by children who appeared to be in middle school. While the XO was being used by families who have no electricity and children in over crowded schools, the schools using the ClassMate appeared to be quite affluent with school uniforms and small class sizes. The children using the XO laptops were collaborating and teaching each other how to use the devices and working together, the ClassMate users were sitting alone at their desks quietly. When Nicholas Negroponte saw children working together with the device he built against all odds, he said,<em> &#8216;That is what we are doing!&#8217; </em> When Craig Barret, Intel&#8217;s President of the Board, was shown his companies marketing brochure given to the Nigerian government putting down the OLPC and selling the ClassMate he said <em>&#8216;That&#8217;s the way our business works.&#8217;</em>.</p>
]]></content:encoded>
			<wfw:commentRss>http://dougma.com/archives/26/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
