<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>The Weekly Squeak &#187; OLPC</title>
	<atom:link href="http://news.squeak.org/category/platforms/olpc/feed/" rel="self" type="application/rss+xml" />
	<link>http://news.squeak.org</link>
	<description>What&#039;s new in the world of Squeak</description>
	<lastBuildDate>Mon, 08 Mar 2010 23:06:07 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='news.squeak.org' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/27283693fe146b084ff5a51bf610a1ef?s=96&#038;d=http://s2.wp.com/i/buttonw-com.png</url>
		<title>The Weekly Squeak &#187; OLPC</title>
		<link>http://news.squeak.org</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://news.squeak.org/osd.xml" title="The Weekly Squeak" />
	<atom:link rel='hub' href='http://news.squeak.org/?pushpress=hub'/>
		<item>
		<title>German Squeak Association Meeting: Demos</title>
		<link>http://news.squeak.org/2008/05/22/german-squeak-association-meeting-demos/</link>
		<comments>http://news.squeak.org/2008/05/22/german-squeak-association-meeting-demos/#comments</comments>
		<pubDate>Thu, 22 May 2008 09:37:39 +0000</pubDate>
		<dc:creator>Michael Haupt</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Lively]]></category>
		<category><![CDATA[OLPC]]></category>
		<category><![CDATA[Robotics]]></category>
		<category><![CDATA[Seaside]]></category>
		<category><![CDATA[Squeak]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Demo]]></category>
		<category><![CDATA[HPI]]></category>
		<category><![CDATA[Squeak e.V.]]></category>

		<guid isPermaLink="false">http://weeklysqueak.wordpress.com/?p=429</guid>
		<description><![CDATA[The German Squeak Association (Squeak e. V.) had its annual meeting on May 17. For the second time, the meeting was hosted by the Software Architecture Group at the Hasso-Plattner-Institut in Potsdam. Before the official part, attendees of the meeting were given the opportunity to demonstrate their Squeak projects.
First, Tobias Pape and Arian Treffer, students [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=news.squeak.org&blog=394922&post=429&subd=weeklysqueak&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>The German Squeak Association (<a title="Squeak e.V." href="http://www.squeak.de/" target="_blank">Squeak e. V.</a>) had its annual meeting on May 17. For the second time, the meeting was hosted by the <a title="SWA@HPI" href="http://www.hpi.uni-potsdam.de/swa/" target="_blank">Software Architecture Group</a> at the Hasso-Plattner-Institut in Potsdam. Before the official part, attendees of the meeting were given the opportunity to demonstrate their Squeak projects.</p>
<p>First, Tobias Pape and Arian Treffer, students of HPI, demonstrated <a title="SwaLint" href="http://map.squeak.org/package/742d58bc-0b53-4f5c-a296-dd22b4e1c362" target="_blank">SwaLint</a>, a source code checker for Squeak. SwaLint is intended as a successor to SmallLint and, thanks to its flexible plug-in architecture, supports running SmallLint checks seamlessly. SwaLint can be configured in great detail: thresholds for all kinds of values can be set, and output can be filtered. Users can easily implement their own plug-ins for the tool.</p>
<p>Next, Michael Haupt (HPI) gave a brief demonstration of <a title="SqueakFS" href="http://www.squeaksource.com/SqueakFS.html" target="_blank">SqueakFS</a>, which was implemented by Johan Björk and Eskil Andréen from Stockholm University, Sweden. SqueakFS makes the contents of a running Squeak image available as part of the file system. Currently, it is limited to read-only access, but the image can already be viewed from three perspectives: all classes as a flat collection, assorted by category, and by class hierarchy.</p>
<p>Robert Krahn presented <a title="SqueakSVN" href="http://www.swa.hpi.uni-potsdam.de/projects/ssvn/index.html" target="_blank">SqueakSVN</a>, which is an ongoing development effort in the Software Architecture Group at HPI. The purpose of SqueakSVN is to make Subversion version control available to Squeak developers; it is able to import Monticello projects. SqueakSVN will be released in June.</p>
<p>Martin Beck is currently working on his MSc thesis in the HPI Software Architecture Group. His work is dedicated to implementing NXTalk, a Smalltalk virtual machine for the <a title="Lego Mindstorms NXT" href="http://mindstorms.lego.com/" target="_blank">Lego Mindstorms NXT</a> platform. Development of NXTalk application takes place in a Squeak image, and assembled NXTalk images are transferred to the NXT for execution by the dedicated NXTalk VM. In the current state, simple images can be assembled and run: Martin demonstrated a program that can be used to steer a simple NXT bestowed with two motors.</p>
<p>The popular <a title="Seaside Tutorial" href="http://www.swa.hpi.uni-potsdam.de/seaside/tutorial/" target="_blank">introduction</a> to the Seaside web application framework that was produced at HPI was briefly presented by David Tibbe, one of its co-authors.</p>
<p>Robert Krahn had another appearance presenting the <a title="SWA XO Games" href="http://www.swa.hpi.uni-potsdam.de/projects/olpc/" target="_blank">collection of games</a> for the XO laptop developed by HPI students. All of the games are available for download as project or SAR files.</p>
<p>Finally, Carl Friedrich Bolz (Düsseldorf University), Adrian Kuhn (University of Bern), and Toon Verwaest (University of Bern) presented <a title="SPy Blog" href="http://pypysqueak.blogspot.com/" target="_blank">SPy</a>, their ongoing effort to implement the Squeak VM in Python using the sophisticated <a title="PyPy" href="http://pypy.org/" target="_blank">PyPy</a> tool chain. SPy is currently lacking GUI  and other I/O support, but is able to load images and run the tinyBenchmarks. Right after the Squeak association meeting, a PyPy development sprint in Berlin will, amongst others, bring new improvements.</p>
<p>After the official part of the association meeting, special guest Dan Ingalls gave a demonstration of <a title="Lively Kernel Project" href="http://research.sun.com/projects/lively/" target="_blank">Lively</a>, his current project at Sun Labs. It looks and feels, admittedly, a bit like Squeak in disguise, but in Dan&#8217;s opinion, there is nothing bad about building the &#8220;same&#8221; system several times if it&#8217;s cool. That is certainly true for Lively.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/weeklysqueak.wordpress.com/429/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/weeklysqueak.wordpress.com/429/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/weeklysqueak.wordpress.com/429/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/weeklysqueak.wordpress.com/429/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/weeklysqueak.wordpress.com/429/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/weeklysqueak.wordpress.com/429/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/weeklysqueak.wordpress.com/429/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/weeklysqueak.wordpress.com/429/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/weeklysqueak.wordpress.com/429/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/weeklysqueak.wordpress.com/429/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/weeklysqueak.wordpress.com/429/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/weeklysqueak.wordpress.com/429/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=news.squeak.org&blog=394922&post=429&subd=weeklysqueak&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://news.squeak.org/2008/05/22/german-squeak-association-meeting-demos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a9f1715c3cc1d3a417d24533c30b7e16?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Michael Haupt</media:title>
		</media:content>
	</item>
		<item>
		<title>Waveplace in the US Virgin Islands</title>
		<link>http://news.squeak.org/2008/04/16/waveplace/</link>
		<comments>http://news.squeak.org/2008/04/16/waveplace/#comments</comments>
		<pubDate>Wed, 16 Apr 2008 12:44:38 +0000</pubDate>
		<dc:creator>Ron Teitelbaum</dc:creator>
				<category><![CDATA[Beginners]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[OLPC]]></category>
		<category><![CDATA[Press]]></category>
		<category><![CDATA[Smalltalk]]></category>
		<category><![CDATA[Squeak]]></category>
		<category><![CDATA[US Virgin Islands]]></category>
		<category><![CDATA[waveplace]]></category>

		<guid isPermaLink="false">http://weeklysqueak.wordpress.com/?p=393</guid>
		<description><![CDATA[


Hi everyone,
We&#8217;ve just posted two new videos from the St John Waveplace pilot, which  concluded three weeks ago. The first shows mentoring during the pilot. The  second shows students presenting their Etoys storybooks.
1) Scenes from the St John pilot (4 minutes)
http://waveplace.com/locations/usvi/movie.jsp?id=45
2) The St John Storybook Awards (8 minutes)
http://waveplace.com/locations/usvi/movie.jsp?id=44
We will be posting the actual [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=news.squeak.org&blog=394922&post=393&subd=weeklysqueak&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://waveplace.com/locations/usvi/movie.jsp?id=45" target="_blank"><img class="alignnone size-full wp-image-394" src="http://weeklysqueak.files.wordpress.com/2008/04/waveplace.jpg?w=480" alt="WavePlace" /></a></p>
<p><a href="http://waveplace.com/locations/usvi/movie.jsp?id=44" target="_blank"><img class="alignnone size-full wp-image-395" src="http://weeklysqueak.files.wordpress.com/2008/04/waveplace2.jpg?w=480" alt="WavePlace 2" /></a></p>
<div style="margin:0;">
<div style="margin:0;"><span style="font-style:normal;font-variant:normal;font-weight:normal;line-height:normal;font-family:Helvetica;font-size:small;">Hi everyone,</span></div>
<div style="margin:0;"><span style="font-style:normal;font-variant:normal;font-weight:normal;line-height:normal;font-family:Helvetica;font-size:small;">We&#8217;ve just posted two new videos from the St John Waveplace pilot, which  concluded three weeks ago. The first shows mentoring during the pilot. The  second shows students presenting their Etoys storybooks.</span></div>
<div style="margin:0;"><span style="font-style:normal;font-variant:normal;font-weight:normal;line-height:normal;font-family:Helvetica;font-size:small;">1) Scenes from the St John pilot (4 minutes)</span></div>
<div style="margin:0;"><span style="font-style:normal;font-variant:normal;font-weight:normal;line-height:normal;font-family:Helvetica;color:#0021e7;font-size:small;"><a title="http://waveplace.com/locations/usvi/movie.jsp?id=45" href="http://waveplace.com/locations/usvi/movie.jsp?id=45"><span style="text-decoration:underline;">http://waveplace.com/locations/usvi/movie.jsp?id=45</span></a></span></div>
<div style="margin:0;"><span style="font-style:normal;font-variant:normal;font-weight:normal;line-height:normal;font-family:Helvetica;font-size:small;">2) The St John Storybook Awards (8 minutes)</span></div>
<div style="margin:0;"><span style="font-style:normal;font-variant:normal;font-weight:normal;line-height:normal;font-family:Helvetica;color:#0021e7;font-size:small;"><a title="http://waveplace.com/locations/usvi/movie.jsp?id=44" href="http://waveplace.com/locations/usvi/movie.jsp?id=44"><span style="text-decoration:underline;">http://waveplace.com/locations/usvi/movie.jsp?id=44</span></a></span></div>
<div style="margin:0;"><span style="font-style:normal;font-variant:normal;font-weight:normal;line-height:normal;font-family:Helvetica;font-size:small;">We will be posting the actual storybooks to our website soon so you can  see them for yourself.</span></div>
<div style="margin:0;"><span style="font-style:normal;font-variant:normal;font-weight:normal;line-height:normal;font-family:Helvetica;font-size:small;">In other news, the Haiti pilot will resume next week, since things have  calmed down in Port-Au-Prince. The kids and teachers are well.</span></div>
<div style="min-height:14px;font-family:Helvetica;font-style:normal;font-variant:normal;font-weight:normal;font-size:12px;line-height:normal;margin:0;">As always, if  you&#8217;d like to hear more from us, please subscribe to our newsletter or donate  money on our website to help with our courseware and pilots.</div>
<div style="margin:0;"><span style="font-style:normal;font-variant:normal;font-weight:normal;line-height:normal;font-family:Helvetica;font-size:small;">Take care,</span></div>
<div style="margin:0;"><span style="font-style:normal;font-variant:normal;font-weight:normal;line-height:normal;font-family:Helvetica;font-size:small;">Tim</span></div>
<div>&#8211;</div>
<div>Timothy Falconer</div>
<div>Waveplace Foundation</div>
<div><a title="http://waveplace.com/" href="http://waveplace.com/">http://waveplace.com</a></div>
<div>610-797-3100</div>
</div>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/weeklysqueak.wordpress.com/393/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/weeklysqueak.wordpress.com/393/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/weeklysqueak.wordpress.com/393/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/weeklysqueak.wordpress.com/393/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/weeklysqueak.wordpress.com/393/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/weeklysqueak.wordpress.com/393/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/weeklysqueak.wordpress.com/393/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/weeklysqueak.wordpress.com/393/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/weeklysqueak.wordpress.com/393/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/weeklysqueak.wordpress.com/393/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/weeklysqueak.wordpress.com/393/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/weeklysqueak.wordpress.com/393/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=news.squeak.org&blog=394922&post=393&subd=weeklysqueak&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://news.squeak.org/2008/04/16/waveplace/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/31566704d864a26877ca304e3cb17fa8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ronteitelbaum</media:title>
		</media:content>

		<media:content url="http://weeklysqueak.files.wordpress.com/2008/04/waveplace.jpg" medium="image">
			<media:title type="html">WavePlace</media:title>
		</media:content>

		<media:content url="http://weeklysqueak.files.wordpress.com/2008/04/waveplace2.jpg" medium="image">
			<media:title type="html">WavePlace 2</media:title>
		</media:content>
	</item>
		<item>
		<title>Randal Schwartz Talks With Leo about Squeak, EToys and OLPC</title>
		<link>http://news.squeak.org/2008/02/20/randal-schwartz-talks-with-leo-about-squeak-etoys-and-olpc/</link>
		<comments>http://news.squeak.org/2008/02/20/randal-schwartz-talks-with-leo-about-squeak-etoys-and-olpc/#comments</comments>
		<pubDate>Wed, 20 Feb 2008 18:15:43 +0000</pubDate>
		<dc:creator>Ron Teitelbaum</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Beginners]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[Etoys]]></category>
		<category><![CDATA[Interviews]]></category>
		<category><![CDATA[OLPC]]></category>
		<category><![CDATA[Press]]></category>
		<category><![CDATA[Squeak]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[leo]]></category>
		<category><![CDATA[Randal Schwartz]]></category>

		<guid isPermaLink="false">http://weeklysqueak.wordpress.com/?p=363</guid>
		<description><![CDATA[
Don&#8217;t miss this fun new video from Randal Schwartz and Leo about Squeak, EToys and OLPC.  Randal builds a very nice car demo.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=news.squeak.org&blog=394922&post=363&subd=weeklysqueak&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.blobworks.com/2008/02/20/squeak-on-lab-with-leo/" title="http://blog.blobworks.com/2008/02/20/squeak-on-lab-with-leo/" target="_blank"><img src="http://weeklysqueak.files.wordpress.com/2008/02/randal-schwartz.thumbnail.jpg?w=150&#038;h=122" alt="Randal Schwartz and Leo" height="122" width="150" /></a></p>
<p>Don&#8217;t miss this <a href="http://blog.blobworks.com/2008/02/20/squeak-on-lab-with-leo/" title="http://blog.blobworks.com/2008/02/20/squeak-on-lab-with-leo/" target="_blank">fun new video</a> from Randal Schwartz and Leo about Squeak, EToys and OLPC.  Randal builds a very nice car demo.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/weeklysqueak.wordpress.com/363/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/weeklysqueak.wordpress.com/363/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/weeklysqueak.wordpress.com/363/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/weeklysqueak.wordpress.com/363/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/weeklysqueak.wordpress.com/363/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/weeklysqueak.wordpress.com/363/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/weeklysqueak.wordpress.com/363/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/weeklysqueak.wordpress.com/363/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/weeklysqueak.wordpress.com/363/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/weeklysqueak.wordpress.com/363/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/weeklysqueak.wordpress.com/363/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/weeklysqueak.wordpress.com/363/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=news.squeak.org&blog=394922&post=363&subd=weeklysqueak&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://news.squeak.org/2008/02/20/randal-schwartz-talks-with-leo-about-squeak-etoys-and-olpc/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/31566704d864a26877ca304e3cb17fa8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ronteitelbaum</media:title>
		</media:content>

		<media:content url="http://weeklysqueak.files.wordpress.com/2008/02/randal-schwartz.thumbnail.jpg" medium="image">
			<media:title type="html">Randal Schwartz and Leo</media:title>
		</media:content>
	</item>
		<item>
		<title>XO in the US Virgin Islands</title>
		<link>http://news.squeak.org/2008/02/12/xo-in-the-us-virgin-islands/</link>
		<comments>http://news.squeak.org/2008/02/12/xo-in-the-us-virgin-islands/#comments</comments>
		<pubDate>Tue, 12 Feb 2008 19:10:55 +0000</pubDate>
		<dc:creator>Ron Teitelbaum</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Beginners]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[OLPC]]></category>
		<category><![CDATA[Press]]></category>
		<category><![CDATA[Smalltalk]]></category>
		<category><![CDATA[Squeak]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Virgin Islands]]></category>
		<category><![CDATA[Waveplace Foundation]]></category>
		<category><![CDATA[William Stelzer]]></category>

		<guid isPermaLink="false">http://weeklysqueak.wordpress.com/?p=354</guid>
		<description><![CDATA[
Great video of the Waveplace XO Laptop Day.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=news.squeak.org&blog=394922&post=354&subd=weeklysqueak&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://waveplace.com/locations/usvi/" title="http://waveplace.com/locations/usvi/" target="_blank"><img src="http://waveplace.com/mu/waveplace/item/tp35.jpg" alt="Waveplace XO Day" height="317" width="422" /></a></p>
<p>Great video of the <a href="http://waveplace.com/locations/usvi/" title="http://waveplace.com/locations/usvi/" target="_blank">Waveplace XO Laptop Day</a>.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/weeklysqueak.wordpress.com/354/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/weeklysqueak.wordpress.com/354/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/weeklysqueak.wordpress.com/354/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/weeklysqueak.wordpress.com/354/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/weeklysqueak.wordpress.com/354/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/weeklysqueak.wordpress.com/354/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/weeklysqueak.wordpress.com/354/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/weeklysqueak.wordpress.com/354/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/weeklysqueak.wordpress.com/354/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/weeklysqueak.wordpress.com/354/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/weeklysqueak.wordpress.com/354/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/weeklysqueak.wordpress.com/354/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=news.squeak.org&blog=394922&post=354&subd=weeklysqueak&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://news.squeak.org/2008/02/12/xo-in-the-us-virgin-islands/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/31566704d864a26877ca304e3cb17fa8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ronteitelbaum</media:title>
		</media:content>

		<media:content url="http://waveplace.com/mu/waveplace/item/tp35.jpg" medium="image">
			<media:title type="html">Waveplace XO Day</media:title>
		</media:content>
	</item>
		<item>
		<title>Tunnel Vision? OLPC</title>
		<link>http://news.squeak.org/2008/01/05/tunnel-vision-olpc/</link>
		<comments>http://news.squeak.org/2008/01/05/tunnel-vision-olpc/#comments</comments>
		<pubDate>Sat, 05 Jan 2008 01:15:45 +0000</pubDate>
		<dc:creator>Ron Teitelbaum</dc:creator>
				<category><![CDATA[Editorials]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[OLPC]]></category>
		<category><![CDATA[Greed]]></category>
		<category><![CDATA[Sarcasm]]></category>

		<guid isPermaLink="false">http://news.squeak.org/2008/01/05/tunnel-vision-olpc/</guid>
		<description><![CDATA[
EDITORIAL By Ron Teitelbaum.
You get what you pay for.  The world is much better for all the corporate contributions to end poverty and the huge commitment over the years to help educate the worlds children.  There is no question that the world owes a huge debt to these companies.  Now that corporations [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=news.squeak.org&blog=394922&post=312&subd=weeklysqueak&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p><img src="http://weeklysqueak.files.wordpress.com/2007/11/tunnelvision-olpc.jpg?w=480" alt="Tunnel Vision OLPC" /></p>
<p>EDITORIAL By Ron Teitelbaum.</p>
<p>You get what you pay for.  The world is much better for all the corporate contributions to end poverty and the huge commitment over the years to help educate the worlds children.  There is no question that the world owes a huge debt to these companies.  Now that corporations have made such great strides throughout the world they should be paid handsomely for their computers and software.  After all, corporate resources can never be matched by a Non-Profit.</p>
<p><span id="more-312"></span>These companies can spend their wealth to help make things better.  They can afford to pay people to teach the teachers, and support their computers, and develop educational software for many many years to come.  Of course they will do that without regard for expenses because they have so much money they can afford it.</p>
<p>Don&#8217;t believe anyone that tells you they are only in it for the profit or to enhance market share.  <a href="http://online.wsj.com/article/SB119940537839566305.html" title="http://online.wsj.com/article/SB119940537839566305.html" target="_blank">Why shouldn&#8217;t they be allowed to create knockoffs and dump them on the market?</a>  Of course you get what you pay for.   And they are paying for all of it, right?  They will surely continue with our without competition from OLPC.</p>
<p><a href="http://www.laptop.org/vision/index.shtml" title="http://www.laptop.org/vision/index.shtml" target="_blank">OLPC&#8217;s goal to educate the worlds poorest children</a>, a vision of Nicholas Negroponte, <a href="http://online.wsj.com/article/SB119948070480568405.html" title="http://online.wsj.com/article/SB119948070480568405.html" target="_blank">could never compete</a>.   After all how much better can it get if all you are doing is eliminating the profit, engaging the worlds brightest minds, and providing the best possible platform for children to learn.  Who cares if you developed a great little machine that uses fantastically innovative technology that will not only hold up to the extreme conditions found through out the developing world but will lead the way to new technologies for regular computers too.</p>
<p>Why do you need an education platform when you could just teach everyone existing standard presentation software.  Why do we need education software for developing countries at all when we could just be teaching basic office skills instead?  We all know that if the worlds children could just do a better presentation they could help themselves.  All you really need is a good pitch and a good pair of bootstraps.</p>
<p>The endless pursuit of market share, the tunnel vision without regard to right and wrong, is what we are paying for.  It is how the world works.  The world has no room for idealism and lofty goals.  We know that because if the corporations really believed in helping solve real problems they would be supporting and not competing with OLPC.  They would be working to find a way to use their resources to help.  They could support the project and include their hardware and software instead of directly competing.  Why should they when the world is willing to pay them instead?</p>
<p>Be sure if you are backing the wrong side that you get it all in writing, and that you are prepared to accept less, if that is what you decide to pay for.  The world doesn&#8217;t need a rugged little green child friendly extremely powerful education platform, go ahead and get pulled into the corporate solution instead, in the end you will pay.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/weeklysqueak.wordpress.com/312/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/weeklysqueak.wordpress.com/312/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/weeklysqueak.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/weeklysqueak.wordpress.com/312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/weeklysqueak.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/weeklysqueak.wordpress.com/312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/weeklysqueak.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/weeklysqueak.wordpress.com/312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/weeklysqueak.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/weeklysqueak.wordpress.com/312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/weeklysqueak.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/weeklysqueak.wordpress.com/312/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=news.squeak.org&blog=394922&post=312&subd=weeklysqueak&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://news.squeak.org/2008/01/05/tunnel-vision-olpc/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/31566704d864a26877ca304e3cb17fa8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ronteitelbaum</media:title>
		</media:content>

		<media:content url="http://weeklysqueak.files.wordpress.com/2007/11/tunnelvision-olpc.jpg" medium="image">
			<media:title type="html">Tunnel Vision OLPC</media:title>
		</media:content>
	</item>
		<item>
		<title>Intel Resigns From Board Of One Laptop Per Child</title>
		<link>http://news.squeak.org/2008/01/04/intel-resigns-from-board-of-one-laptop-per-child/</link>
		<comments>http://news.squeak.org/2008/01/04/intel-resigns-from-board-of-one-laptop-per-child/#comments</comments>
		<pubDate>Fri, 04 Jan 2008 03:58:43 +0000</pubDate>
		<dc:creator>Ron Teitelbaum</dc:creator>
				<category><![CDATA[Etoys]]></category>
		<category><![CDATA[OLPC]]></category>
		<category><![CDATA[Press]]></category>
		<category><![CDATA[Squeak]]></category>
		<category><![CDATA[intel]]></category>
		<category><![CDATA[Steve Stecklow]]></category>
		<category><![CDATA[wsj]]></category>

		<guid isPermaLink="false">http://news.squeak.org/2008/01/04/intel-resigns-from-board-of-one-laptop-per-child/</guid>
		<description><![CDATA[Intel Resigns From Board Of One Laptop Per Child
By STEVE STECKLOW of The Wall Street Journal
(reproduced with permission)
January 3, 2008 8:17 p.m.

Intel Corp. says it has dropped out of a non-profit project to sell millions of low-cost laptops in the developing world, citing disagreements with the organization&#8217;s founder, Nicholas Negroponte.
The divorce culminates a stormy relationship [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=news.squeak.org&blog=394922&post=330&subd=weeklysqueak&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://online.wsj.com/article/SB119940537839566305.html" title="http://online.wsj.com/article/SB119940537839566305.html" target="_blank">Intel Resigns From Board Of One Laptop Per Child<br />
By STEVE STECKLOW</a> of <a href="http://online.wsj.com/public/us" title="http://online.wsj.com/public/us" target="_blank">The Wall Street Journal</a></p>
<p>(reproduced with permission)<br />
January 3, 2008 8:17 p.m.</p>
<p><img src="http://weeklysqueak.files.wordpress.com/2007/02/180px-green_and_white_machine.jpg?w=480" alt="OLPC" /></p>
<p>Intel Corp. says it has dropped out of a non-profit project to sell millions of low-cost laptops in the developing world, citing disagreements with the organization&#8217;s founder, Nicholas Negroponte.</p>
<p>The divorce culminates a stormy relationship between the Santa Clara, Calif.-based chipmaker and the One Laptop Per Child project, which recently began selling a low-cost laptop in African, Latin American and other countries. The two sides had been feuding over Intel&#8217;s aggressive marketing of a low-cost laptop of its own design in many of the same countries that the non-profit had been targeting. The OLPC machine uses a microprocessor from Intel&#8217;s chief competitor, Advanced Micro Devices Inc.</p>
<p>After more than a year of public sniping between Intel and OLPC, Intel joined OLPC&#8217;s board in July and had been planning on announcing a new low-cost, OLPC-designed laptop based on an Intel microprocessor at next week&#8217;s Consumer Electronics Show in Las Vegas. But the company has quit the board and scrapped the new machine, according to Intel spokesman Chuck Mulloy.</p>
<p>&#8220;We&#8217;ve reached a philosophical impasse with OLPC,&#8221; he said. He added that Mr. Negroponte had demanded that Intel stop selling its own designed laptop, known as the Classmate, and to stop supplying its chips in other laptops marketed to schoolchildren in developing countries. &#8220;We can&#8217;t accommodate that request,&#8221; Mr. Mulloy said. He said Intel favors offering &#8220;many solutions&#8221; to developing countries, not just the OLPC laptop. He also said dropping the Classmate would hurt Intel&#8217;s relationships with overseas manufacturers and suppliers.<br />
Tens of thousands of Classmates have been sold.</p>
<p>Mr. Negroponte, a professor on leave from the Massachusetts Institute of Technology, couldn&#8217;t be reached for comment. The simmering dispute between Intel and Mr. Negroponte was detailed in a page-one story in this newspaper in November.</p>
<p>The concept of a low-cost laptop for the world&#8217;s poorest schoolchildren has sparked great interest from world leaders and technology companies ever since Mr. Negroponte first proposed it three years ago as a way to bridge the technology divide between rich and poor countries. He vowed to get such a device, costing just $100, into the hands of up to 150 million children by this year. But although OLPC has managed to develop an innovative machine, it has failed so far to achieve its target price &#8212; the current model sells overseas for $188 &#8212; and to attract large orders from governments because of increasing competition. As sales problems mounted, the project recently reversed course on its plan not to sell the device to American consumers. In November, it began selling pairs of laptops to U.S. and Canadian consumers for $399 under a program in which buyers could keep one and give the other to a student in a poor country like Haiti. The program ended on Monday. OLPC has called the program &#8212; known as &#8220;Give One. Get One.&#8221; &#8212; successful, but hasn&#8217;t disclosed total sales figures.</p>
<p>Mr. Negroponte serves on a committee to protect the editorial integrity of Dow Jones &amp; Co., the owner of The Wall Street Journal that was acquired last month by News Corp.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/weeklysqueak.wordpress.com/330/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/weeklysqueak.wordpress.com/330/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/weeklysqueak.wordpress.com/330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/weeklysqueak.wordpress.com/330/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/weeklysqueak.wordpress.com/330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/weeklysqueak.wordpress.com/330/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/weeklysqueak.wordpress.com/330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/weeklysqueak.wordpress.com/330/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/weeklysqueak.wordpress.com/330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/weeklysqueak.wordpress.com/330/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/weeklysqueak.wordpress.com/330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/weeklysqueak.wordpress.com/330/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=news.squeak.org&blog=394922&post=330&subd=weeklysqueak&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://news.squeak.org/2008/01/04/intel-resigns-from-board-of-one-laptop-per-child/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/31566704d864a26877ca304e3cb17fa8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ronteitelbaum</media:title>
		</media:content>

		<media:content url="http://weeklysqueak.files.wordpress.com/2007/02/180px-green_and_white_machine.jpg" medium="image">
			<media:title type="html">OLPC</media:title>
		</media:content>
	</item>
		<item>
		<title>Here it is. OLPC!!</title>
		<link>http://news.squeak.org/2007/12/22/here-it-is-olpc/</link>
		<comments>http://news.squeak.org/2007/12/22/here-it-is-olpc/#comments</comments>
		<pubDate>Sat, 22 Dec 2007 00:21:45 +0000</pubDate>
		<dc:creator>Ron Teitelbaum</dc:creator>
				<category><![CDATA[Editorials]]></category>
		<category><![CDATA[OLPC]]></category>
		<category><![CDATA[Smalltalk]]></category>
		<category><![CDATA[Squeak]]></category>
		<category><![CDATA[turtle art]]></category>

		<guid isPermaLink="false">http://news.squeak.org/2007/12/22/here-it-is-olpc/</guid>
		<description><![CDATA[
Now I know this computer is supposed to be for children, and I&#8217;ve really enjoyed seeing all the wonderful pictures of the children receiving their computers, but as an adult I really did not expect it to be this much fun.
I&#8217;m writing you from my olpc computer.  I just received it from the Give [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=news.squeak.org&blog=394922&post=319&subd=weeklysqueak&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p><img src="http://weeklysqueak.files.wordpress.com/2007/12/tmpx2pii2.jpg?w=190&#038;h=152" alt="Ron-Zoe from olpc" width="190" height="152" /></p>
<p>Now I know this computer is supposed to be for children, and I&#8217;ve really enjoyed seeing all the wonderful pictures of the children receiving their computers, but as an adult I really did not expect it to be this much fun.</p>
<p>I&#8217;m writing you from my <a href="http://www.laptop.org" title="www.laptop.org">olpc</a> computer.  I just received it from the <a href="http://www.laptopgiving.org" title="www.laptopgiving.org">Give 1 Get 1 program</a>. I took this snapshot from the computer.  Zoe was quite interested too and couldn&#8217;t resist getting in the picture.</p>
<p>I had no trouble getting on-line and figuring out the interface.   I was  quickly zooming around making music, guessing random numbers, finding matching tiles, and reading programs.  There are a lot of fun, interesting and educational activities to do.  I got to turtle art and had a blast creating my own turtle spirograph.  I made the little turtle walk using the programming tiles in a repeating path, then turned it by 80 degrees and set up a repeat.  I was able to draw some very cool shapes.</p>
<p>What fun !!  It is not too late, but time is running out fast.  <a href="http://www.laptop.org" title="www.laptop.org">Give an Olpc XO</a> computer to a needy child and get one that you can play with too!  Now I guess maybe I&#8217;ll show it too wife and daughter.  If I have too.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/weeklysqueak.wordpress.com/319/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/weeklysqueak.wordpress.com/319/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/weeklysqueak.wordpress.com/319/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/weeklysqueak.wordpress.com/319/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/weeklysqueak.wordpress.com/319/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/weeklysqueak.wordpress.com/319/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/weeklysqueak.wordpress.com/319/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/weeklysqueak.wordpress.com/319/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/weeklysqueak.wordpress.com/319/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/weeklysqueak.wordpress.com/319/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/weeklysqueak.wordpress.com/319/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/weeklysqueak.wordpress.com/319/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=news.squeak.org&blog=394922&post=319&subd=weeklysqueak&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://news.squeak.org/2007/12/22/here-it-is-olpc/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/31566704d864a26877ca304e3cb17fa8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ronteitelbaum</media:title>
		</media:content>

		<media:content url="http://weeklysqueak.files.wordpress.com/2007/12/tmpx2pii2.jpg" medium="image">
			<media:title type="html">Ron-Zoe from olpc</media:title>
		</media:content>
	</item>
		<item>
		<title>Demand OLPC</title>
		<link>http://news.squeak.org/2007/12/05/demand-olpc/</link>
		<comments>http://news.squeak.org/2007/12/05/demand-olpc/#comments</comments>
		<pubDate>Wed, 05 Dec 2007 04:51:22 +0000</pubDate>
		<dc:creator>Ron Teitelbaum</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Editorials]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[Etoys]]></category>
		<category><![CDATA[OLPC]]></category>
		<category><![CDATA[Press]]></category>
		<category><![CDATA[Smalltalk]]></category>
		<category><![CDATA[Squeak]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[give 1 get 1]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[Nicholas Negroponte]]></category>

		<guid isPermaLink="false">http://news.squeak.org/2007/12/05/demand-olpc/</guid>
		<description><![CDATA[
As they roll off the production line demand for the little education laptop is growing.  The OLPC project,  created by Nicholas Negroponte, to help teach the worlds children is starting to gain real traction.  It sure didn&#8217;t take long to run through the first production run!  The Give 1 Get 1 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=news.squeak.org&blog=394922&post=314&subd=weeklysqueak&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p><img src="http://weeklysqueak.files.wordpress.com/2007/08/non-universal-learning.jpg?w=480" alt="Non-Universal Learning" /></p>
<p>As they roll off the production line demand for the little education laptop is growing.  The <a href="http://www.laptop.org" title="www.laptop.org" target="_blank">OLPC</a> project,  created by <a href="http://laptop.org/vision/people/NicholasNegroponte/" title="http://laptop.org/vision/people/NicholasNegroponte/" target="_blank">Nicholas Negroponte</a>, to help teach the worlds children is starting to gain real traction.  It sure didn&#8217;t take long to run through the first production run!  The <a href="http://www.laptopgiving.org/en/index.php" title="http://www.laptopgiving.org/en/index.php" target="_blank">Give 1 Get 1 program</a> appears to have been a big success.  The program was extended through the end of 2007.  Don&#8217;t wait get yours now!</p>
<p>Over the weekend Peru pushed the demand over the first run <a href="http://www.news.com/Peru-signs-up-for-260,000-OLPC-laptops/2110-11746_3-6221061.html" title="http://www.news.com/Peru-signs-up-for-260,000-OLPC-laptops/2110-11746_3-6221061.html" target="_blank">ordering 260,000 laptops</a>.  We are very happy that the huge potential is being recognized.  The <a href="http://youtube.com/watch?v=m9Ji-4f_5K0" title="http://youtube.com/watch?v=m9Ji-4f_5K0" target="_blank">stories</a> and <a href="http://radian.org/~krstic/uruguay.jpg" title="http://radian.org/~krstic/uruguay.jpg" target="_blank">pictures of the children</a> around the world receiving their laptops are terrific.</p>
<p>We like to speculate about the benefits that these computers will bring to a world with such limited resources.  How will these tools help to enhance the ability of teachers, provide access to materials and resources that help children learn, and eventually eliminate poverty in our world?</p>
<p>It is easy to get the wrong idea about what this computer is, just as it is easy to get the wrong idea of the benefit of the internet.  There is so much of the internet that is not good for children.  The explosion of new social media has many people asking if letting children on the internet at all is even a good idea.  It is true that delivering access to basic software and the internet is of little value and could even be considered harmful.  If the OLPC project was about delivering laptops there would really be no good reason to support it.</p>
<p>OLPC is not laptops, it&#8217;s software.  It&#8217;s Squeak and EToys.  It&#8217;s communications and collaboration.  It&#8217;s coordination of lesson plans between teachers and with students.  This is no regular computer, it&#8217;s an education platform geared to enhance the abilities of teachers to teach.  To extend the reach of real educators, to provide a common platform so that the worlds brightest minds can reach across the great north-south divide and help teach children that have so little resources.  It is a way to share the greatest discoveries of the past with the children of the future.  There is no better way to fight violence and poverty than with education.</p>
<p>Children around the world will benefit from the extraordinary efforts of all the volunteers and participants in this very worthwhile project.  Children that may even be in your own back yard.  Like maybe <a href="http://blog.al.com/spotnews/2007/12/birmingham_city_schools_will_b.html" title="http://blog.al.com/spotnews/2007/12/birmingham_city_schools_will_b.html">Birmingham Alabama in the U.S.A.</a> where the city just ordered 15,000 laptops for every child in grade 1 through 8.</p>
<p>It appears the questions about success are beginning to fade.  The real question is can production keep up with demand.  Demand OLPC today.  There is no substitute for the little education laptop.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/weeklysqueak.wordpress.com/314/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/weeklysqueak.wordpress.com/314/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/weeklysqueak.wordpress.com/314/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/weeklysqueak.wordpress.com/314/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/weeklysqueak.wordpress.com/314/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/weeklysqueak.wordpress.com/314/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/weeklysqueak.wordpress.com/314/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/weeklysqueak.wordpress.com/314/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/weeklysqueak.wordpress.com/314/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/weeklysqueak.wordpress.com/314/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/weeklysqueak.wordpress.com/314/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/weeklysqueak.wordpress.com/314/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=news.squeak.org&blog=394922&post=314&subd=weeklysqueak&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://news.squeak.org/2007/12/05/demand-olpc/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/31566704d864a26877ca304e3cb17fa8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ronteitelbaum</media:title>
		</media:content>

		<media:content url="http://weeklysqueak.files.wordpress.com/2007/08/non-universal-learning.jpg" medium="image">
			<media:title type="html">Non-Universal Learning</media:title>
		</media:content>
	</item>
		<item>
		<title>Give One. Get One. NOW!!</title>
		<link>http://news.squeak.org/2007/11/13/give-one-get-one-now/</link>
		<comments>http://news.squeak.org/2007/11/13/give-one-get-one-now/#comments</comments>
		<pubDate>Mon, 12 Nov 2007 23:45:20 +0000</pubDate>
		<dc:creator>Ron Teitelbaum</dc:creator>
				<category><![CDATA[Beginners]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[Etoys]]></category>
		<category><![CDATA[OLPC]]></category>
		<category><![CDATA[Press]]></category>
		<category><![CDATA[Smalltalk]]></category>
		<category><![CDATA[Squeak]]></category>
		<category><![CDATA[Give one. Get one.]]></category>

		<guid isPermaLink="false">http://news.squeak.org/2007/11/13/give-one-get-one-now/</guid>
		<description><![CDATA[

Now is the time!  Between November 12 and November 26 you can help the OLPC project by donating a computer to a child in the developing world.  You will also get one for yourself!  
Do it today before time runs out!!
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=news.squeak.org&blog=394922&post=306&subd=weeklysqueak&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.laptopgiving.org/en/index.php" title="http://www.laptopgiving.org/en/index.php" target="_blank"><img src="http://pics.ebaystatic.com/aw/pics/xogiving/g1g1/home-bkg.jpg" alt="http://pics.ebaystatic.com/aw/pics/xogiving/g1g1/home-bkg.jpg" align="left" height="392" width="202" /></a><a href="http://www.laptopgiving.org/en/index.php" title="http://www.laptopgiving.org/en/index.php" target="_blank"><img src="http://pics.ebaystatic.com/aw/pics/xogiving/g1g1/home-laptop_v2.jpg" alt="http://pics.ebaystatic.com/aw/pics/xogiving/g1g1/home-laptop_v2.jpg" align="top" height="163" width="198" /></a></p>
<p><a href="http://www.laptopgiving.org/en/index.php" title="http://www.laptopgiving.org/en/index.php"><img src="http://pics.ebaystatic.com/aw/pics/xogiving/g1g1/home-giveOneGetOne.gif" alt="http://pics.ebaystatic.com/aw/pics/xogiving/g1g1/home-giveOneGetOne.gif" align="middle" height="99" width="213" /></a></p>
<p><a href="http://www.laptopgiving.org/en/index.php" title="http://www.laptopgiving.org/en/index.php" target="_blank">Now is the time!  Between November 12 and November 26 you can help the OLPC project by donating a computer to a child in the developing world.  You will also get one for yourself!  </a></p>
<p><a href="http://www.laptopgiving.org/en/index.php" title="http://www.laptopgiving.org/en/index.php" target="_blank">Do it today before time runs out!!</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/weeklysqueak.wordpress.com/306/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/weeklysqueak.wordpress.com/306/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/weeklysqueak.wordpress.com/306/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/weeklysqueak.wordpress.com/306/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/weeklysqueak.wordpress.com/306/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/weeklysqueak.wordpress.com/306/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/weeklysqueak.wordpress.com/306/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/weeklysqueak.wordpress.com/306/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/weeklysqueak.wordpress.com/306/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/weeklysqueak.wordpress.com/306/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/weeklysqueak.wordpress.com/306/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/weeklysqueak.wordpress.com/306/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=news.squeak.org&blog=394922&post=306&subd=weeklysqueak&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://news.squeak.org/2007/11/13/give-one-get-one-now/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/31566704d864a26877ca304e3cb17fa8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ronteitelbaum</media:title>
		</media:content>

		<media:content url="http://pics.ebaystatic.com/aw/pics/xogiving/g1g1/home-bkg.jpg" medium="image">
			<media:title type="html">http://pics.ebaystatic.com/aw/pics/xogiving/g1g1/home-bkg.jpg</media:title>
		</media:content>

		<media:content url="http://pics.ebaystatic.com/aw/pics/xogiving/g1g1/home-laptop_v2.jpg" medium="image">
			<media:title type="html">http://pics.ebaystatic.com/aw/pics/xogiving/g1g1/home-laptop_v2.jpg</media:title>
		</media:content>

		<media:content url="http://pics.ebaystatic.com/aw/pics/xogiving/g1g1/home-giveOneGetOne.gif" medium="image">
			<media:title type="html">http://pics.ebaystatic.com/aw/pics/xogiving/g1g1/home-giveOneGetOne.gif</media:title>
		</media:content>
	</item>
		<item>
		<title>OLPC Moves into Mass Production</title>
		<link>http://news.squeak.org/2007/11/06/olpc-moves-into-mass-production/</link>
		<comments>http://news.squeak.org/2007/11/06/olpc-moves-into-mass-production/#comments</comments>
		<pubDate>Tue, 06 Nov 2007 13:58:00 +0000</pubDate>
		<dc:creator>Ron Teitelbaum</dc:creator>
				<category><![CDATA[OLPC]]></category>
		<category><![CDATA[Press]]></category>
		<category><![CDATA[Smalltalk]]></category>
		<category><![CDATA[Squeak]]></category>

		<guid isPermaLink="false">http://news.squeak.org/2007/11/06/olpc-moves-into-mass-production/</guid>
		<description><![CDATA[
And they are off!  Mass production of the One Laptop Per Child XO computer has started.   The last of the major problems in production appear to have been chased out of the assembly line.  Some minor problems with tooling that was causing some small blemishes on the bumpers have been tweaked. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=news.squeak.org&blog=394922&post=299&subd=weeklysqueak&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://wiki.laptop.org/go/The_OLPC_Wiki" title="http://wiki.laptop.org/go/The_OLPC_Wiki" target="_blank"><img src="http://wiki.laptop.org/images/e/eb/StartOfMP.jpg" alt="http://wiki.laptop.org/images/e/eb/StartOfMP.jpg" align="top" height="280" width="421" /></a></p>
<p>And they are off!  Mass production of the One Laptop Per Child XO computer has started.   The last of the major problems in production appear to have been chased out of the assembly line.  Some minor problems with tooling that was causing some small blemishes on the bumpers have been tweaked.  Everything is ready to roll.</p>
<p>The last major technical issues have been addressed with new tests developed to run on the production line itself.  This high level of testing is necessary because of the harsh environments that this laptop will be used.</p>
<p><a href="http://www.laptop.org" title="Laptop.org" target="_blank">OLPC</a> is an extremely low power very durable computer which is being developed to improve access to learning materials for the worlds children.  This education project continues to amaze the world with the level of commitment to provide opportunities for all.  Reaching Mass Production is no small task.  Congratulations to all!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/weeklysqueak.wordpress.com/299/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/weeklysqueak.wordpress.com/299/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/weeklysqueak.wordpress.com/299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/weeklysqueak.wordpress.com/299/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/weeklysqueak.wordpress.com/299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/weeklysqueak.wordpress.com/299/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/weeklysqueak.wordpress.com/299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/weeklysqueak.wordpress.com/299/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/weeklysqueak.wordpress.com/299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/weeklysqueak.wordpress.com/299/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/weeklysqueak.wordpress.com/299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/weeklysqueak.wordpress.com/299/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=news.squeak.org&blog=394922&post=299&subd=weeklysqueak&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://news.squeak.org/2007/11/06/olpc-moves-into-mass-production/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/31566704d864a26877ca304e3cb17fa8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ronteitelbaum</media:title>
		</media:content>

		<media:content url="http://wiki.laptop.org/images/e/eb/StartOfMP.jpg" medium="image">
			<media:title type="html">http://wiki.laptop.org/images/e/eb/StartOfMP.jpg</media:title>
		</media:content>
	</item>
	</channel>
</rss>