<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>ICT4D, FOSS and more</title>
	<atom:link href="http://kozuch.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://kozuch.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Sun, 10 May 2009 10:32:16 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='kozuch.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/9b5c1f16551f73226072cdb5b206f5b9?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>ICT4D, FOSS and more</title>
		<link>http://kozuch.wordpress.com</link>
	</image>
			<item>
		<title>Wikipedia&#8217;s pages too big for Africa?</title>
		<link>http://kozuch.wordpress.com/2009/05/10/wikipedias-pages-too-big-for-africa/</link>
		<comments>http://kozuch.wordpress.com/2009/05/10/wikipedias-pages-too-big-for-africa/#comments</comments>
		<pubDate>Sun, 10 May 2009 10:23:56 +0000</pubDate>
		<dc:creator>kozuch</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[Wikipedia]]></category>
		<category><![CDATA[Wikimedia]]></category>
		<category><![CDATA[MediaWiki]]></category>
		<category><![CDATA[ICT4D]]></category>
		<category><![CDATA[Africa]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[optimization]]></category>

		<guid isPermaLink="false">http://kozuch.wordpress.com/?p=32</guid>
		<description><![CDATA[A blank Wikipedia article page resulted to have a 169:1 ratio of size vs. actual content. Web code optimization for the world's TOP10 website required to fulfill its mission adequately.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kozuch.wordpress.com&blog=6007161&post=32&subd=kozuch&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>English Wikipedia (and most likely any other Wikimedia site running MediaWiki) has pages that are literally hundreds-times bigger than their actual content. I did a testing consisting of saving a blank Wikipedia article page and it ended up being <strong>211,207 bytes</strong> of stuff to download (HTML, JavaScript, images etc.) for exact <strong>1,249 bytes</strong> of text (menus, header, footer etc.). This resolves into a <strong>169:1 ratio</strong> for article size vs. article actual content. Pretty big number, isn&#8217;t it?</p>
<p>The three largest files to download resulted to be <strong>index.php</strong>, which took about 32 KB, followed by 30 KB large <strong>wikibits.js</strong> and 27 KB of <strong>main.css</strong>. There were still more files of each type though. The HTML file with the actual page text was 17 KB. The Wikipedia logo did not download (I have no clue why).</p>
<p>The total download consisted of 19 files. The file type sizes summarize approximatelly as following:</p>
<ul>
<li>CSS: 77 KB</li>
<li>JavaScript: 63 KB</li>
<li>PHP: 47 KB</li>
<li>HTML: 17 KB</li>
<li>images: 4 KB</li>
</ul>
<p>This is an appeal to a current usability project that is under way over at <a href="http://usability.wikimedia.org">usability.wikimedia.org</a>. I was really surprised by the bloat that web code brings to the user, while there is close to no AJAX on Wikipedia as far as I know which usually brings lots of size. The usability team should think of this rather &#8220;technical&#8221; optimization too.</p>
<p>Of course there are all those &#8220;mobile&#8221; versions of Wikipedia, which draw far less bandwidth and might be very close to the actual information size with their code sizes. However, I would deprecate the use of these versions for ICT4D in developing world, because of two reasons &#8211; Wikipedia is not critical application for expensive mobile data there and finally, as far as I know, none of these versions offer <strong>editorial access</strong> to the site.</p>
<p>Do we really want to neglect the technical aspect of Wikipedia&#8217;s great mission while it might cost only a few hours of optimization? Let us think about it!</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kozuch.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kozuch.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kozuch.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kozuch.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kozuch.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kozuch.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kozuch.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kozuch.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kozuch.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kozuch.wordpress.com/32/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kozuch.wordpress.com&blog=6007161&post=32&subd=kozuch&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://kozuch.wordpress.com/2009/05/10/wikipedias-pages-too-big-for-africa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7d327873d48d28e563c9ad7259853c35?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kozuch</media:title>
		</media:content>
	</item>
		<item>
		<title>Wikipedia next global crisis victim?</title>
		<link>http://kozuch.wordpress.com/2009/01/07/wikipedia-next-global-crisis-victim/</link>
		<comments>http://kozuch.wordpress.com/2009/01/07/wikipedia-next-global-crisis-victim/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 23:24:57 +0000</pubDate>
		<dc:creator>kozuch</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[free software]]></category>
		<category><![CDATA[global crisis]]></category>
		<category><![CDATA[Nicolas Negroponte]]></category>
		<category><![CDATA[OLPC]]></category>
		<category><![CDATA[One Laptop per Child]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[recession]]></category>
		<category><![CDATA[Wikipedia]]></category>

		<guid isPermaLink="false">http://kozuch.wordpress.com/?p=28</guid>
		<description><![CDATA[Is Wikipedia in recession? After recent announcement of Nicolas Negroponte that OLPC is having difficulties, it seems the global financial and economical crisis won&#8217;t pass on non-profits by. In its last issue, the Wikipedia Signpost wrote the project is experiencing edit decline &#8211; have the problems come to the world&#8217;s biggest collaborative encyclopedia? One could [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kozuch.wordpress.com&blog=6007161&post=28&subd=kozuch&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Is Wikipedia in recession? After recent announcement of Nicolas Negroponte that <a href="http://wiki.laptop.org/index.php?title=The_OLPC_Wiki&amp;oldid=190351" target="_blank">OLPC is having difficulties</a>, it seems the global financial and economical crisis won&#8217;t pass on non-profits by. In its last issue, the Wikipedia Signpost wrote <a href="http://en.wikipedia.org/wiki/Wikipedia:Wikipedia_Signpost/2009-01-03/Editing_stats" target="_blank">the project is experiencing edit decline</a> &#8211; have the problems come to the world&#8217;s biggest collaborative encyclopedia? One could hope not so, but such online-charity projects rely heavy upon volunteers, and if a volunteer has problems, he/she does not contribute.</p>
<p>On the other hand, the Wikipedia project has been growing for years, so a downturn would be no surprise&#8230; I am wondering what will happen to Free and Open Source Software projects and businesses &#8211; are they a better and more sustainable model than the rest of the world?</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kozuch.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kozuch.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kozuch.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kozuch.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kozuch.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kozuch.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kozuch.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kozuch.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kozuch.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kozuch.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kozuch.wordpress.com&blog=6007161&post=28&subd=kozuch&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://kozuch.wordpress.com/2009/01/07/wikipedia-next-global-crisis-victim/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7d327873d48d28e563c9ad7259853c35?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kozuch</media:title>
		</media:content>
	</item>
		<item>
		<title>Sugar-spin wont run on Alix.1C board</title>
		<link>http://kozuch.wordpress.com/2009/01/04/sugar-spin-wont-run-on-alix1c-board/</link>
		<comments>http://kozuch.wordpress.com/2009/01/04/sugar-spin-wont-run-on-alix1c-board/#comments</comments>
		<pubDate>Sun, 04 Jan 2009 13:14:18 +0000</pubDate>
		<dc:creator>kozuch</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Alix]]></category>
		<category><![CDATA[AMD]]></category>
		<category><![CDATA[AMD Geode]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Geode]]></category>
		<category><![CDATA[Sugar]]></category>

		<guid isPermaLink="false">http://kozuch.wordpress.com/?p=22</guid>
		<description><![CDATA[Bug in initramfs /init detected. Dropping to shell. Good luck!
bash: no job control in this shell
bash-3.2#
That is the output of both Sugar-spin Live CDs i tried on my AMD Geode LX800. The first was from early November 2008 running on Fedora 9.92, the second was a brand new Fedora 10 with Sugar 0.82-2.
   [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kozuch.wordpress.com&blog=6007161&post=22&subd=kozuch&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><blockquote><p>Bug in initramfs /init detected. Dropping to shell. Good luck!</p>
<p>bash: no job control in this shell<br />
bash-3.2#</p></blockquote>
<p>That is the output of both Sugar-spin Live CDs i tried on my AMD Geode LX800. The first was from early November 2008 running on Fedora 9.92, the second was a brand new Fedora 10 with Sugar 0.82-2.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kozuch.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kozuch.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kozuch.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kozuch.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kozuch.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kozuch.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kozuch.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kozuch.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kozuch.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kozuch.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kozuch.wordpress.com&blog=6007161&post=22&subd=kozuch&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://kozuch.wordpress.com/2009/01/04/sugar-spin-wont-run-on-alix1c-board/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7d327873d48d28e563c9ad7259853c35?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kozuch</media:title>
		</media:content>
	</item>
		<item>
		<title>Features removed from Windows 7</title>
		<link>http://kozuch.wordpress.com/2009/01/04/features-removed-from-windows-7/</link>
		<comments>http://kozuch.wordpress.com/2009/01/04/features-removed-from-windows-7/#comments</comments>
		<pubDate>Sun, 04 Jan 2009 04:19:33 +0000</pubDate>
		<dc:creator>kozuch</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://kozuch.wordpress.com/?p=15</guid>
		<description><![CDATA[Although I might be FOSS advocade, I still use Windows for a good portion of my work. I have not even managed switch from Windows XP to Vista and yet, some features new to Vista wont be included in Windows 7.  Here are some of the features removed from Windows 7.
Classic Start Menu and classic [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kozuch.wordpress.com&blog=6007161&post=15&subd=kozuch&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Although I might be FOSS advocade, I still use Windows for a good portion of my work. I have not even managed switch from Windows XP to Vista and yet, some features new to Vista wont be included in Windows 7.  Here are some of the <a href="http://en.wikipedia.org/wiki/Features_removed_from_Windows_7" target="_blank">features removed from Windows 7</a>.</p>
<h3>Classic Start Menu and classic Taskbar</h3>
<p>This is a real joke to me &#8211; the real reason why people stayed with Windows XP instead of migrating to Vista was that Vista confused them. While Vista had a lot of new navigation, the core principle of  <a title="Start menu" href="http://en.wikipedia.org/wiki/Start_menu" target="_blank">Start menu</a> and <a title="Taskbar" href="http://en.wikipedia.org/wiki/Taskbar" target="_blank">Taskbar</a> remained very similar or identical with Windows XP. I see a similarity with the taskbar of KDE  (or however is its &#8220;taskbar&#8221; called), especially in the new 4 version.</p>
<h3>Windows Photo Gallery</h3>
<p>I admit I did not study these in depth. However, I liked the <a title="Windows Photo Gallery" href="http://en.wikipedia.org/wiki/Windows_Photo_Gallery">Windows Photo Gallery</a> quite a lot and I guessed it was only renamed to Live version.</p>
<h3>Windows Sidebar</h3>
<p>I actually appreciate this one as it was clearly a step backwards. <a title="Windows Sidebar" href="http://en.wikipedia.org/wiki/Windows_Sidebar">Windows Sidebar</a> navigation is not really usable.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kozuch.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kozuch.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kozuch.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kozuch.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kozuch.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kozuch.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kozuch.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kozuch.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kozuch.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kozuch.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kozuch.wordpress.com&blog=6007161&post=15&subd=kozuch&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://kozuch.wordpress.com/2009/01/04/features-removed-from-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7d327873d48d28e563c9ad7259853c35?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kozuch</media:title>
		</media:content>
	</item>
		<item>
		<title>OpenOffice.org Foundation</title>
		<link>http://kozuch.wordpress.com/2008/12/31/openofficeorg-foundation/</link>
		<comments>http://kozuch.wordpress.com/2008/12/31/openofficeorg-foundation/#comments</comments>
		<pubDate>Wed, 31 Dec 2008 15:22:28 +0000</pubDate>
		<dc:creator>kozuch</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[free software]]></category>
		<category><![CDATA[Novell]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[OpenOffice.org]]></category>
		<category><![CDATA[SUN]]></category>

		<guid isPermaLink="false">http://kozuch.wordpress.com/?p=10</guid>
		<description><![CDATA[According to Michael Meeks&#8217;s post on OpenOffice.org developer activity, the project needs an independent foundation to oversee it. This would be so far logical escalation of disagreement between Sun and Novell.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kozuch.wordpress.com&blog=6007161&post=10&subd=kozuch&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>According to Michael Meeks&#8217;s post on <a href="http://www.gnome.org/~michael/blog/ooo-commit-stats-2008.html" target="_blank">OpenOffice.org developer activity</a>, the project needs an independent foundation to oversee it. This would be so far logical escalation of disagreement between Sun and Novell.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kozuch.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kozuch.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kozuch.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kozuch.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kozuch.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kozuch.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kozuch.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kozuch.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kozuch.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kozuch.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kozuch.wordpress.com&blog=6007161&post=10&subd=kozuch&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://kozuch.wordpress.com/2008/12/31/openofficeorg-foundation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7d327873d48d28e563c9ad7259853c35?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kozuch</media:title>
		</media:content>
	</item>
		<item>
		<title>OLPC is a $230M enterprise</title>
		<link>http://kozuch.wordpress.com/2008/12/31/olpc-is-a-230m-enterprise/</link>
		<comments>http://kozuch.wordpress.com/2008/12/31/olpc-is-a-230m-enterprise/#comments</comments>
		<pubDate>Wed, 31 Dec 2008 13:03:37 +0000</pubDate>
		<dc:creator>kozuch</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[$100 laptop]]></category>
		<category><![CDATA[Nicolas Negroponte]]></category>
		<category><![CDATA[OLPC]]></category>
		<category><![CDATA[One Laptop per Child]]></category>
		<category><![CDATA[Spotlight MIT]]></category>
		<category><![CDATA[XO-1]]></category>

		<guid isPermaLink="false">http://kozuch.wordpress.com/?p=4</guid>
		<description><![CDATA[Summarizing OLPC Spotlight MIT 2008 keynote<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kozuch.wordpress.com&blog=6007161&post=4&subd=kozuch&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I lately stumbled upon <a href="http://www.vimeo.com/2242920" target="_blank">Nicolas Negroponte&#8217;s Spotlight MIT 2008 OLPC keynote</a>. His speech revealed some interesting One Laptop per Child facts that were new to me &#8211; the project is close to manufacturing/shipping 1 million of <a href="http://en.wikipedia.org/wiki/OLPC_XO-1" target="_blank">XO-1 devices</a>, which have cost in average $230 a piece. OLPC foundation itself has 23 full time employees and a turnaround of $230M. Negroponte also described current OLPC situation and explained some hopes and fears of the project.</p>
<p>OLPC caught a lot of press at the time of its creation, which went however there faster and there slower down and one did not hear about the project in the meantime a lot. Many people were also concentrated on the &#8220;$100 laptop&#8221; buzzword only. But today, with $187 per device, the project is closer than ever to starting successfully fulfilling its mission of third world&#8217;s education.</p>
<p>One of the early critics was <a href="http://en.wikipedia.org/wiki/Wayan_Vota" target="_blank">Wayan Vota</a> in his <a href="http://www.olpcnews.com/mt/mt-cp.cgi?__mode=view&amp;blog_id=4&amp;username=wayan" target="_blank">OLPC News posts</a>. As a former <a href="http://en.wikipedia.org/wiki/Geekcorps" target="_blank">Geekcorps</a> director and a world citizen, Wayan criticized all BUT the laptop &#8211; it was mainly the implementation what he saw underestimated. After all, <a href="http://en.wikipedia.org/wiki/Nicholas_Negroponte" target="_blank">Negroponte</a> does not hide the failures of the project and admits that a lot of things went wrong or are not developing as expected. However I see these &#8220;failures&#8221; as very minor ones in such a great challenge, which OLPC without question is.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kozuch.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kozuch.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kozuch.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kozuch.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kozuch.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kozuch.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kozuch.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kozuch.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kozuch.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kozuch.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kozuch.wordpress.com&blog=6007161&post=4&subd=kozuch&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://kozuch.wordpress.com/2008/12/31/olpc-is-a-230m-enterprise/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7d327873d48d28e563c9ad7259853c35?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kozuch</media:title>
		</media:content>
	</item>
	</channel>
</rss>