<?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>robot porn &#187; Hardware</title>
	<atom:link href="http://robotporn.de/category/hardware/feed/" rel="self" type="application/rss+xml" />
	<link>http://robotporn.de</link>
	<description>have a look at my quarter inch plug</description>
	<lastBuildDate>Sun, 15 Feb 2009 03:23:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>First Microprinter test</title>
		<link>http://robotporn.de/2009/02/15/first-microprinter-test/</link>
		<comments>http://robotporn.de/2009/02/15/first-microprinter-test/#comments</comments>
		<pubDate>Sun, 15 Feb 2009 02:39:29 +0000</pubDate>
		<dc:creator>philip</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[arduino]]></category>
		<category><![CDATA[microprinter]]></category>

		<guid isPermaLink="false">http://robotporn.de/?p=123</guid>
		<description><![CDATA[Inspired by Tom Taylor&#8217;s microprinter, I bought the first serial receipt printer on eBay I found, a BPM205 by Italian company APS (never heard of them, but it was cheap: 15,50 €). I was surprised that the printer was never used and came with all accessories: Five NiMH rechargeable AA batteries (can be used mobile, [...]]]></description>
			<content:encoded><![CDATA[<p>Inspired by Tom Taylor&#8217;s microprinter, I bought the first serial receipt printer on eBay I found, a BPM205 by Italian company APS (never heard of them, but it was cheap: 15,50 €). I was surprised that the printer was never used and came with all accessories: Five NiMH rechargeable AA batteries (can be used mobile, has IrDA), a 15V wall wart with 5 international adapter plugs, a CD with a manual and drivers and even a roll of thermal paper. <a href="http://bausteln.de/wp-content/uploads/2009/02/bpm205-rev-c.pdf">Here is a pdf of the manual/datasheet</a>.</p>
<p style="text-align: center;"><a href="http://www.flickr.com/photos/schattenraum/3280419244/"><img class="aligncenter" title="Microprinter" src="http://farm4.static.flickr.com/3409/3280419244_157c2c2006.jpg" alt="" width="375" height="500" /></a></p>
<p>I bought a MAX232 chip and 4 caps (1 µF) and soldered a serial adapter cable. I found <a href="http://rooreynolds.com/2009/02/01/microprinter/">Roo</a>&#8217;s sketch at github and was able to get my &#8220;Hello world!&#8221; right away. Barcode printing also works (seems to be a standard). However, I get an extra &#8220;€&#8221; char before the Hello world on every reset (0xFF or 0&#215;80 according to the charmap in the printer datasheet) and if I type something into the Arduino IDE&#8217;s serial monitor input it is only printed on the next reset, not right away.</p>
<p><span style="text-decoration: line-through;">Still have to find out what codepage the printer uses</span>, it&#8217;s not the ISO-8859 charset. If I sent an &#8220;ü&#8221; for example, the printer outputs two characters &#8211; obviously the Arduino console sents unicode characters. (Also, my printer does not autocut the paper, so that control character is ignored.)</p>
<p>Links regarding the microprinter: <a href="http://tomtaylor.co.uk/projects/microprinter">Tom&#8217;s seminal project</a>, <a href="http://rooreynolds.com/2009/02/01/microprinter/">Roo&#8217;s blog post,</a> <a href="http://microprinter.pbwiki.com/FrontPage">Microprinter wiki</a>.</p>
<p>Update: The charset seems to be mostly <a href="http://en.wikipedia.org/wiki/Code_page_850">Code page 850</a>, but with some differences:</p>
<p style="text-align: center;"><img class="size-full wp-image-128 aligncenter" title="codepage" src="http://robotporn.de/wp-content/uploads/2009/02/codepage.png" alt="codepage" width="321" height="285" /></p>
<p>0&#215;00 &#8211; 0&#215;1F are not printable but control characters.<br />
Ç (0&#215;80) was replaced by €, as is 0xFF.<br />
× (0&#215;9E) is now ₧ (obviously borrowed from codepage 437).<br />
ı (0xD5) is a smaller superscript 1, not a dotless i.<br />
Except these anomalies, converting texts to be printed to cp850 should result in proper non-ASCII characters.</p>
]]></content:encoded>
			<wfw:commentRss>http://robotporn.de/2009/02/15/first-microprinter-test/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Oh no: More Arduino!</title>
		<link>http://robotporn.de/2009/02/03/oh-no-more-arduino/</link>
		<comments>http://robotporn.de/2009/02/03/oh-no-more-arduino/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 21:11:49 +0000</pubDate>
		<dc:creator>philip</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[arduino]]></category>
		<category><![CDATA[german]]></category>

		<guid isPermaLink="false">http://robotporn.de/?p=121</guid>
		<description><![CDATA[For more Arduino (and soon more open hardware) and other tinkering in German, have a look at my new blog/zine/platform/business thing over at bausteln.de. There is an Arduino workshop coming up in Berlin soon and I hope this will be only the first of many interesting adventures.
And about this English vs. German thing: I guess [...]]]></description>
			<content:encoded><![CDATA[<p>For more Arduino (and soon more open hardware) and other tinkering in German, have a look at my new blog/zine/platform/business thing over at <a href="http://bausteln.de">bausteln.de</a>. There is an Arduino workshop coming up in Berlin soon and I hope this will be only the first of many interesting adventures.</p>
<p>And about this English vs. German thing: I guess there are still a lot of people missing out on the most recent do it yourself stuff. Some people do not speak English at all and even more might understand it but get stuck when encountering technical vocabulary and American standards (22 AWG wire gauge anyone?). I think there is a niche here only slowly occupied by sites like <a href="http://freeduino.de">freeduino.de</a> or, now, my site <a href="http://bausteln.de">bausteln.de</a>. So we will rock this niche and move it a little more to the left, longtail-wise.</p>
]]></content:encoded>
			<wfw:commentRss>http://robotporn.de/2009/02/03/oh-no-more-arduino/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LilyPad Arduino stuff arrived</title>
		<link>http://robotporn.de/2009/01/22/lilypad-arduino-stuff-arrived/</link>
		<comments>http://robotporn.de/2009/01/22/lilypad-arduino-stuff-arrived/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 13:14:25 +0000</pubDate>
		<dc:creator>philip</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[arduino]]></category>
		<category><![CDATA[lilypad]]></category>

		<guid isPermaLink="false">http://robotporn.de/?p=118</guid>
		<description><![CDATA[For the upcoming workshop(s), I wanted some Arduino variants to show around. The first batch to arrive today was a complete* set of LilyPad Arduino stuff (*missing the optional Lithium battery pack adaptor):

The board and LEDs, buzzer and vibration module are all working, still have to check the sensors. Missing from the picture is the [...]]]></description>
			<content:encoded><![CDATA[<p>For the upcoming workshop(s), I wanted some Arduino variants to show around. The first batch to arrive today was a complete* set of <a href="http://web.media.mit.edu/~leah/LilyPad/index.html">LilyPad</a> Arduino stuff (*missing the optional Lithium battery pack adaptor):</p>
<p style="text-align: center;"><a href="http://www.flickr.com/photos/schattenraum/3217942584/"><img class="aligncenter" title="LilyPad" src="http://farm4.static.flickr.com/3488/3217942584_2758c37422.jpg" alt="" width="500" height="375" /></a></p>
<p>The board and LEDs, buzzer and vibration module are all working, still have to check the sensors. Missing from the picture is the spool of conductive thread to sew the boards onto fabrics. It was 20 € (ouch) but I guess 600m of thread lasts a long time.</p>
]]></content:encoded>
			<wfw:commentRss>http://robotporn.de/2009/01/22/lilypad-arduino-stuff-arrived/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>More Arduino tinkering</title>
		<link>http://robotporn.de/2009/01/20/more-arduino-tinkering/</link>
		<comments>http://robotporn.de/2009/01/20/more-arduino-tinkering/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 22:56:16 +0000</pubDate>
		<dc:creator>philip</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[arduino]]></category>

		<guid isPermaLink="false">http://robotporn.de/?p=113</guid>
		<description><![CDATA[This was just a test in LED matrix soldering and multiplexed switching, but everything worked right away with about twenty lines of code. Neat.

Update: Yes, this means I went out and bought an Arduino. Might become a business too, but sssh!
]]></description>
			<content:encoded><![CDATA[<p>This was just a test in LED matrix soldering and multiplexed switching, but everything worked right away with about twenty lines of code. Neat.</p>
<p><object width="504" height="378"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=2875428&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=2875428&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="504" height="378"></embed></object></p>
<p>Update: Yes, this means I went out and bought an Arduino. Might become a business too, but sssh!</p>
]]></content:encoded>
			<wfw:commentRss>http://robotporn.de/2009/01/20/more-arduino-tinkering/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Arduino overview</title>
		<link>http://robotporn.de/2008/11/27/arduino-overview/</link>
		<comments>http://robotporn.de/2008/11/27/arduino-overview/#comments</comments>
		<pubDate>Thu, 27 Nov 2008 13:28:25 +0000</pubDate>
		<dc:creator>philip</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[arduino]]></category>
		<category><![CDATA[make]]></category>

		<guid isPermaLink="false">http://robotporn.de/?p=112</guid>
		<description><![CDATA[Besides representing the overdue resurrection of this blog, this post serves as a reminder to myself: Finally get an Arduino board and have some fun with it. Make magazine&#8217;s blog has a comprehensive overview (a &#8220;gift guide&#8221; for the holiday season) that works very well as a beginner&#8217;s explanation of all the incarnations and add-ons [...]]]></description>
			<content:encoded><![CDATA[<p>Besides representing the overdue resurrection of this blog, this post serves as a reminder to myself: Finally get an Arduino board and have some fun with it. Make magazine&#8217;s blog has a comprehensive overview (a &#8220;gift guide&#8221; for the holiday season) that works very well as a beginner&#8217;s explanation of all the incarnations and add-ons for the microcontroller board family: <a href="http://blog.makezine.com/archive/2008/11/aduino_gift_guide.html">Arduino Gift Guide!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://robotporn.de/2008/11/27/arduino-overview/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Hey Mackie, nice font</title>
		<link>http://robotporn.de/2008/05/18/hey-mackie-nice-font/</link>
		<comments>http://robotporn.de/2008/05/18/hey-mackie-nice-font/#comments</comments>
		<pubDate>Sun, 18 May 2008 18:17:00 +0000</pubDate>
		<dc:creator>philip</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[avenir heavy]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[mackie]]></category>

		<guid isPermaLink="false">http://robotporn.de/?p=110</guid>
		<description><![CDATA[If you ever looked at that fine Mackie mixer that isn&#8217;t yours because you only can afford Behringer and wondered about that darn nice typeface they use for the writing and thought that you&#8217;d love to use that exact font for your business cards (if you had a business), you&#8217;d first need to know what [...]]]></description>
			<content:encoded><![CDATA[<p>If you ever looked at that fine Mackie mixer that isn&#8217;t yours because you only can afford Behringer and wondered about that darn nice typeface they use for the writing and thought that you&#8217;d love to use that exact font for your business cards (if you had a business), you&#8217;d first need to know what typeface that is.</p>
<p>It&#8217;s called <a href="http://www.myfonts.com/fonts/adobe/avenir/heavy/">Avenir Heavy</a>.</p>
<p style="text-align: center;"><img class="size-full wp-image-111" title="avenir_heavy" src="http://robotporn.de/wp-content/uploads/2008/05/avenir_heavy.png" alt="" width="540" height="330" /></p>
]]></content:encoded>
			<wfw:commentRss>http://robotporn.de/2008/05/18/hey-mackie-nice-font/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Every table should be like that</title>
		<link>http://robotporn.de/2008/05/10/every-table-should-be-like-that/</link>
		<comments>http://robotporn.de/2008/05/10/every-table-should-be-like-that/#comments</comments>
		<pubDate>Sat, 10 May 2008 08:53:59 +0000</pubDate>
		<dc:creator>philip</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Hardware]]></category>
<category>controller</category><category>hardware</category><category>nes</category><category>nintendo</category><category>remake</category><category>table</category>
		<guid isPermaLink="false">http://robotporn.de/?p=109</guid>
		<description><![CDATA[Who wouldn&#8217;t like a giant coffee table NES controller? Awesome:

Built by a guy named Kyle Downes. (via BoingBoing)
]]></description>
			<content:encoded><![CDATA[<p>Who wouldn&#8217;t like <a href="http://ultra-awesome.blogspot.com/2008/05/nes-coffee-table-final-post-rah.html">a giant coffee table NES controller</a>? Awesome:</p>
<p style="text-align: center;"><a href="http://ultra-awesome.blogspot.com/2008/05/nes-coffee-table-final-post-rah.html"><img class="alignnone size-full wp-image-108 aligncenter" title="NES controller coffee table by Kyle Downes" src="http://robotporn.de/wp-content/uploads/2008/05/8.jpg" alt="" width="286" height="400" /></a></p>
<p style="text-align: left;">Built by a guy named Kyle Downes. (via <a href="http://www.boingboing.net/2008/05/09/giant-working-nes-co.html">BoingBoing</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://robotporn.de/2008/05/10/every-table-should-be-like-that/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>hardhack partially too hard for me</title>
		<link>http://robotporn.de/2008/04/17/hardhack-partially-too-hard-for-me/</link>
		<comments>http://robotporn.de/2008/04/17/hardhack-partially-too-hard-for-me/#comments</comments>
		<pubDate>Thu, 17 Apr 2008 10:52:53 +0000</pubDate>
		<dc:creator>philip</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Society]]></category>
		<category><![CDATA[berlin]]></category>
		<category><![CDATA[hardhack]]></category>
		<category><![CDATA[nerdtour]]></category>
		<category><![CDATA[openwrt]]></category>
		<category><![CDATA[rohrpost]]></category>
		<category><![CDATA[router]]></category>

		<guid isPermaLink="false">http://robotporn.de/?p=106</guid>
		<description><![CDATA[I&#8217;m sort of chickening out of the upcoming hardhack event, at least on friday, tomorrow. Mainly because it&#8217;s Josi&#8217;s and mine anniversary and this is not the kind of pastime she likes to be dragged to, even if half of hardhack&#8217;s speakers are women (which certainly helps with the &#8220;I can&#8217;t do that&#8221; problem, but [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m sort of chickening out of the upcoming <a href="http://hardhack.org/">hardhack</a> event, at least on friday, tomorrow. Mainly because it&#8217;s Josi&#8217;s and mine anniversary and this is not the kind of pastime she likes to be dragged to, even if half of hardhack&#8217;s speakers are women (which certainly helps with the &#8220;I can&#8217;t do that&#8221; problem, but no inch with the &#8220;I&#8217;m not interested&#8221; fact).</p>
<p>Additionally, I like that hardhack sets its standards pretty high, very much unlike e.g. MAKE magazine, which I still love, but where I sometimes feel that they have very very basic projects that should annoy anybody who ever held a screwdriver before. But, coming back to hardhack and the <a href="http://www.k-ita.de/~sl/2008/04/16/serial-modules-hardhack/">interesting workshop</a> on how to hack your wireless router and use OpenWRT on it, this might be a little too much for me. Opening the thing and soldering a serial port to it &#8211; no problem, can do this all day. Compiling your own firmware and knowing what to do if it doesn&#8217;t work &#8211; problem, at least for me. And it seems the wifi component in the <a href="http://wiki.openwrt.org/OpenWrtDocs/Hardware/T-Com/SpeedportW701V">T-Com router I have</a> here is not supported yet, anyway.</p>
<p>So, if not tomorrow, I definitely plan to have a look around hardhack on Saturday and I&#8217;d love to participate in Sunday&#8217;s <a href="http://fholzhauer.de/bleeps/index.php/archives/2008/04/11/nerdtour-0x01/">nerdtour of the pneumatic tube mail system</a> (aka. Rohrpost) that once existed in (or rather under) Berlin.</p>
]]></content:encoded>
			<wfw:commentRss>http://robotporn.de/2008/04/17/hardhack-partially-too-hard-for-me/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hacking/music in Berlin</title>
		<link>http://robotporn.de/2008/04/08/hackingmusic-in-berlin/</link>
		<comments>http://robotporn.de/2008/04/08/hackingmusic-in-berlin/#comments</comments>
		<pubDate>Tue, 08 Apr 2008 13:22:54 +0000</pubDate>
		<dc:creator>philip</dc:creator>
				<category><![CDATA[Art]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[berghain]]></category>
		<category><![CDATA[fabienne serriere]]></category>
		<category><![CDATA[hardhack]]></category>
		<category><![CDATA[tenori-on]]></category>
		<category><![CDATA[yamaha]]></category>

		<guid isPermaLink="false">http://robotporn.de/?p=104</guid>
		<description><![CDATA[Tonight in Berlin: Yamaha presents its new Tenori-On musical instrument at Berghain club (entrance free):
The TENORI-ON is a unique 16 x 16 LED button matrix performance instrument with a stunning visual display. For DJs &#38; producers it is a unique performance tool enabling them to perform using MIDI and load the TENORI-ON with samples to [...]]]></description>
			<content:encoded><![CDATA[<p>Tonight in Berlin: Yamaha presents its new <a href="http://www.global.yamaha.com/tenori-on/index.html">Tenori-On</a> musical instrument at <a href="http://www.berghain.de/">Berghain</a> club (entrance free):</p>
<blockquote><p>The TENORI-ON is a unique 16 x 16 LED button matrix performance instrument with a stunning visual display. For DJs &amp; producers it is a unique performance tool enabling them to perform using MIDI and load the TENORI-ON with samples to jam and improvise within their set BPMs.</p>
<p>By operating and interacting with the LED buttons and the light they produce you gain access to the TENORI-ON&#8217;s numerous performance capabilities. The TENORI-ON provides six different performance and sound/light modes for broad performance versatility, and these modes can be combined and used simultaneously for rich, complex musical expression.</p></blockquote>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-105" title="tenori-on" src="http://robotporn.de/wp-content/uploads/2008/04/tenori-on.jpg" alt="" width="404" height="407" /></p>
<p>And from 18. &#8211; 20. April 2008 there will be a hands-on hacking workshop in Berlin-Mitte called <a href="http://hardhack.org/blog">hardhack</a>. The preliminary schedule:</p>
<blockquote><p>Friday, April 18th:<br />
12:00 doors open<br />
15-18 Room 1: wifi access point workshop with <a href="http://www.k-ita.de/%7Esl/">Stephanie Lange</a></p>
<p>Saturday, April 19th:<br />
10-13 Room 1: <a href="http://wiki.lochraster.org/wiki/Unzap/Aufbauanleitung-v2.1">unzap workshop</a> with fd0<br />
10-13 Room 2: sound and motion triggered photos with <a href="http://infosyncratic.nl/projects/">Nadya Peek</a><br />
13-15 lunch break<br />
15-18 Room 1: microcontrollers and eeproms with Daniele Bianco<br />
15-18 Room 2: white noise/RNG/high frequency sniffing with <a href="http://1010.co.uk/workshop.html">xxxxx</a></p>
<p>Sunday, April 20th: free day to do what you want.</p></blockquote>
<p>There is a certain possibility of meeting me on those two occations.</p>
]]></content:encoded>
			<wfw:commentRss>http://robotporn.de/2008/04/08/hackingmusic-in-berlin/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>One Laptop per childish adult</title>
		<link>http://robotporn.de/2008/01/10/one-laptop-per-childish-adult/</link>
		<comments>http://robotporn.de/2008/01/10/one-laptop-per-childish-adult/#comments</comments>
		<pubDate>Thu, 10 Jan 2008 13:55:23 +0000</pubDate>
		<dc:creator>philip</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Society]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://robotporn.de/2008/01/10/one-laptop-per-childish-adult/</guid>
		<description><![CDATA[My XO Laptop has arrived. After a short detour via Austin, TX (thanks for ordering it for me, big cousin) and almost three weeks of United States Postal Service limbo it finally is mine. (Okay, the German customs had some fun with it which allowed me to sit in their Berlin office for almost 2 [...]]]></description>
			<content:encoded><![CDATA[<p>My <a href="http://laptop.org/">XO Laptop</a> has arrived. After a short detour via Austin, TX (thanks for ordering it for me, big cousin) and almost three weeks of United States Postal Service limbo it finally is mine. (Okay, the German customs had some fun with it which allowed me to sit in their Berlin office for almost 2 hours and watch the painfully slow processing of my packet. Think as east block style agency meeting slow motion village post office. Only slower. Finally I could have it for only 18 Euros of tax after convincing them it was a gift as well as a toy.)</p>
<p><a href="http://www.flickr.com/photos/schattenraum/2182332175/"></a></p>
<p style="text-align: center"><a href="http://www.flickr.com/photos/schattenraum/2182332175/"><img src="http://farm3.static.flickr.com/2250/2182332175_0d6f4f4ff3.jpg?v=0" title="XO laptop" alt="XO laptop" height="375" width="500" /></a></p>
<p>Of all the 400 color combinations of the logo I of course received the one clashing most with the laptop&#8217;s green plastic: mint and sort-of dark green, both quite off the main hue, ah well. I&#8217;ll learn to love it.</p>
<p align="center"><a href="http://www.flickr.com/photos/schattenraum/2182331953/in/photostream/"><img src="http://farm3.static.flickr.com/2359/2182331953_e291cd2779.jpg?v=0" title="next to 12inch Powerbook" alt="next to 12inch Powerbook" height="375" width="500" /></a></p>
<p>It doesn&#8217;t look as small as it is next to my 12&#8243; Powerbook, most likely because the Powerbook is not so big to begin with.</p>
<p align="center"><a href="http://www.flickr.com/photos/schattenraum/2183118290/in/photostream/"><img src="http://farm3.static.flickr.com/2350/2183118290_b1f6b81074.jpg?v=0" title="my hand in comparison" alt="my hand in comparison" height="375" width="500" /></a></p>
<p>This is more accurate although I may have extraordinarily big or small hands, so maybe it is not so informative as a picture.</p>
<p>So what am I planning to do with it except for showing off? First, there are some interesting programs (&#8221;activities&#8221;) already installed, the most interesting being the <a href="http://wiki.laptop.org/go/TamTam">TamTam</a> SynthLab, a Max/MSP based visual synthesizer modeler. Here&#8217;s a <a href="http://tamtam4olpc.wordpress.com/2007/01/15/synthlab-video/">video of SynthLab in action</a>. There is another activity called <a href="http://wiki.laptop.org/go/Measure">Measure</a> which is a very simple oscilloscope. The XO&#8217;s audio input accepts a wider range of voltages compared to regular  computer soundcards, so it can be used as a flexible A/D converter.</p>
<p>A lot of improving and hacking of the XO is currently done and all over the web. Some people want to increase the analog input&#8217;s versatility by a usb powered probe circuit to enhance the oscilloscope range. On the software side, because the XO runs on an adapted Linux distribution (with custom &#8220;Sugar&#8221; interface), we&#8217;ll certainly see a lot of applications being built for it in the near future. About 80,000 laptops were sold to individuals like me, so a lot of them are now in the hands of hackers and tinkerers.</p>
<p>And finally, the XO may have a lot of differences to regular laptop computers, but in the end it is a computer by design, so even if development for its regular system stalled, there will be someone putting together a special Ubuntu distro. So, no worries that this system cannot be used for something in the end. It does already run Doom.</p>
]]></content:encoded>
			<wfw:commentRss>http://robotporn.de/2008/01/10/one-laptop-per-childish-adult/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

