<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.3" -->
<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/"
	>

<channel>
	<title>Daniel Leithinger</title>
	<link>http://leithinger.net/wordpress</link>
	<description></description>
	<pubDate>Sun, 11 Jan 2009 01:41:06 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<item>
		<title>Servo assembly</title>
		<link>http://leithinger.net/wordpress/?p=53</link>
		<comments>http://leithinger.net/wordpress/?p=53#comments</comments>
		<pubDate>Thu, 18 Dec 2008 08:00:33 +0000</pubDate>
		<dc:creator>dleithinger</dc:creator>
		
		<category><![CDATA[MAS962-techniques]]></category>

		<category><![CDATA[wood servo assembly]]></category>

		<guid isPermaLink="false">http://leithinger.net/wordpress/?p=53</guid>
		<description><![CDATA[


]]></description>
			<content:encoded><![CDATA[<p><a href="http://leithinger.net/wordpress/wp-content/uploads/2008/12/servo_front_small.jpg" title="servo_front_small.jpg"><img src="http://leithinger.net/wordpress/wp-content/uploads/2008/12/servo_front_small.thumbnail.jpg" alt="servo_front_small.jpg" /></a><a href="http://leithinger.net/wordpress/wp-content/uploads/2008/12/servo_back_small.jpg" title="servo_back_small.jpg"><img src="http://leithinger.net/wordpress/wp-content/uploads/2008/12/servo_back_small.thumbnail.jpg" alt="servo_back_small.jpg" /></a></p>
<p><a href="http://leithinger.net/wordpress/wp-content/uploads/2008/12/servo_open_small.jpg" title="servo_open_small.jpg"><img src="http://leithinger.net/wordpress/wp-content/uploads/2008/12/servo_open_small.thumbnail.jpg" alt="servo_open_small.jpg" /></a></p>
<p><a href="http://leithinger.net/wordpress/wp-content/uploads/2008/12/servo_circuit_small.jpg" title="servo_circuit_small.jpg"><img src="http://leithinger.net/wordpress/wp-content/uploads/2008/12/servo_circuit_small.thumbnail.jpg" alt="servo_circuit_small.jpg" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://leithinger.net/wordpress/?feed=rss2&amp;p=53</wfw:commentRss>
		</item>
		<item>
		<title>Harddisk POV display</title>
		<link>http://leithinger.net/wordpress/?p=42</link>
		<comments>http://leithinger.net/wordpress/?p=42#comments</comments>
		<pubDate>Tue, 16 Dec 2008 14:28:06 +0000</pubDate>
		<dc:creator>dleithinger</dc:creator>
		
		<category><![CDATA[MAS962-techniques]]></category>

		<category><![CDATA[MAS962 HDD POV display]]></category>

		<guid isPermaLink="false">http://leithinger.net/wordpress/?p=42</guid>
		<description><![CDATA[Final project for MAS 961 Techniques for Design and Fabrication.
After seeing harddrive POV display projects like Ian Smiths, I decided to give it a try and make my own using a broken harddrive and an Arduino controller.
Process:

Driving the motors: I first tried to find out how a brushless DC motor operates by probing the signal [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Final project for MAS 961 Techniques for Design and Fabrication.</strong></p>
<p>After seeing harddrive POV display projects like <a href="http://www.ian.org/HD-Clock/">Ian Smiths</a>, I decided to give it a try and make my own using a broken harddrive and an Arduino controller.</p>
<p><strong>Process:</strong></p>
<ol>
<li>Driving the motors: I first tried to find out how a brushless DC motor operates by probing the signal with a oscilloscope. It turned out they are more complicated to start up and control than I anticipated. Therefore I decided to use the built-in controller instead of designing my own.</li>
<li>Detecting the motor speed: I used a transmissive photomicrosensor, which consists of an infrared sender and receiver to detect a slot cut into the bottom platter of the harddrive.<br />
<a href="http://leithinger.net/wordpress/wp-content/uploads/2008/12/hdd_sensor.jpg" title="Photomicrosensor closeup"><img src="http://leithinger.net/wordpress/wp-content/uploads/2008/12/hdd_sensor.thumbnail.jpg" alt="Photomicrosensor closeup" /></a></li>
<li>I used surface mount RGB LEDs, which are convenient due to their small size:<br />
<a href="http://leithinger.net/wordpress/wp-content/uploads/2008/12/hdd_display_led1.jpg" title="hdd_display_led1.jpg"><img src="http://leithinger.net/wordpress/wp-content/uploads/2008/12/hdd_display_led1.thumbnail.jpg" alt="hdd_display_led1.jpg" /></a><a href="http://leithinger.net/wordpress/wp-content/uploads/2008/12/hdd_single_led_installed.jpg" title="hdd_single_led_installed.jpg"><img src="http://leithinger.net/wordpress/wp-content/uploads/2008/12/hdd_single_led_installed.thumbnail.jpg" alt="hdd_single_led_installed.jpg" /></a></li>
<li>To install the sensor and LEDs, holes were cut into the back of the hdd and the components glued in place with cables leading to the control circuit. Then the original motor control circuit was screwed back on to hold the cables in place and to run the motor:<br />
<a href="http://leithinger.net/wordpress/wp-content/uploads/2008/12/hdd_display_back.jpg" title="hdd_display_back.jpg"><img src="http://leithinger.net/wordpress/wp-content/uploads/2008/12/hdd_display_back.thumbnail.jpg" alt="hdd_display_back.jpg" /></a></li>
<li>This image shows a test of all LED&#8217;s turned on (red) with the upper platter not installed. The red circle highlights the location of the sensor. The white tape is at the location of the slot in the upper platter, so the LED&#8217;s are more visible:<a href="http://leithinger.net/wordpress/wp-content/uploads/2008/12/hdd_display_lightson.jpg" title="hdd_display_lightson.jpg"><br />
<img src="http://leithinger.net/wordpress/wp-content/uploads/2008/12/hdd_display_lightson.thumbnail.jpg" alt="hdd_display_lightson.jpg" /></a></li>
<li>The sensor input is analyzed by the Arduino microcontroller to determine the drive speed. The microcontroller then flashes the LEDs to display graphics. The following image shows the Arduino control circuit on a breadboard:<br />
<a href="http://leithinger.net/wordpress/wp-content/uploads/2008/12/hdd_display_connected.jpg" title="hdd_display_connected.jpg"><img src="http://leithinger.net/wordpress/wp-content/uploads/2008/12/hdd_display_connected.thumbnail.jpg" alt="hdd_display_connected.jpg" /></a></li>
<li>A slot cut into the spinning upper platter of the harddisk is used in conjunction with the flashing LEDs to display graphics on the device.<br />
<a href="http://leithinger.net/wordpress/wp-content/uploads/2008/12/hdd_connected.jpg" title="hdd_connected.jpg"><img src="http://leithinger.net/wordpress/wp-content/uploads/2008/12/hdd_connected.thumbnail.jpg" alt="hdd_connected.jpg" /></a></li>
<li>A video of the display showing a rainbow test pattern can be viewed here: <a href="http://www.youtube.com/watch?v=bNkj0Uc-hnU">http://www.youtube.com/watch?v=bNkj0Uc-hnU </a></li>
</ol>
<p><strong>Components:</strong></p>
<ul>
<li>3.5 inch harddrive</li>
<li>PC power supply with 5 and 12V output</li>
<li>Arduino Mini 3 with mini USB adapter</li>
<li>Photomicrosensor: EE-SX1103 (Transmissive)</li>
<li>6 pc Full Color PLCC4 LED: OVSARGB3R8 (OPTEK Technologies)</li>
<li>3 pc MOSFET: 2N7000 N-Channel 60-V (D-S)</li>
<li>Resistors: 6*470 Ohm; 12*240 Ohm; 1*330 Ohm; 1*50 Ohm</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://leithinger.net/wordpress/?feed=rss2&amp;p=42</wfw:commentRss>
		</item>
		<item>
		<title>Creating a responsive composite:</title>
		<link>http://leithinger.net/wordpress/?p=33</link>
		<comments>http://leithinger.net/wordpress/?p=33#comments</comments>
		<pubDate>Tue, 09 Dec 2008 09:57:24 +0000</pubDate>
		<dc:creator>dleithinger</dc:creator>
		
		<category><![CDATA[MAS962-techniques]]></category>

		<guid isPermaLink="false">http://leithinger.net/wordpress/?p=33</guid>
		<description><![CDATA[This post documents my attempt at creating a composite material which responds to light and magnetism and could possibly be used to increase the quality of camera-based tracking.
This is the first material the composite is based on Magne-View by Magnerite. (http://www.magnerite.com)


The second material is phosphorescent green by Golden Acrylics. I wanted to keep the Magne-View [...]]]></description>
			<content:encoded><![CDATA[<p>This post documents my attempt at creating a composite material which responds to light and magnetism and could possibly be used to increase the quality of camera-based tracking.</p>
<p>This is the first material the composite is based on Magne-View by Magnerite. (<a href="http://www.magnerite.com" title="http://www.magnerite.com" target="_blank">http://www.magnerite.com</a>)</p>
<p><img src="http://leithinger.net/wordpress/wp-content/uploads/2008/12/responsive_composite01.jpg" alt="responsive_composite01.jpg" /></p>
<p><img src="http://leithinger.net/wordpress/wp-content/uploads/2008/12/responsive_composite02.jpg" alt="responsive_composite02.jpg" /></p>
<p>The second material is phosphorescent green by Golden Acrylics. I wanted to keep the Magne-View in mint condition, so I painted the phosphorescent color onto a clear sheet.</p>
<p><img src="http://leithinger.net/wordpress/wp-content/uploads/2008/12/responsive_composite05.jpg" alt="responsive_composite05.jpg" /></p>
<p>I thought the paint might be transparent enough for the Magne-View to come through, which turned out to be a wrong assumption:</p>
<p><img src="http://leithinger.net/wordpress/wp-content/uploads/2008/12/responsive_composite06.jpg" alt="responsive_composite06.jpg" /></p>
<p>Luckily, the green sheet is not completely opaque. Therefore, I tried to go the other way round and have the phosphorescent material shine through the Magne-View.</p>
<p><img src="http://leithinger.net/wordpress/wp-content/uploads/2008/12/responsive_composite07.jpg" alt="responsive_composite07.jpg" /></p>
<p>Here are strips of phosphorescent tape pasted to a sheet:</p>
<p><img src="http://leithinger.net/wordpress/wp-content/uploads/2008/12/responsive_composite03.jpg" alt="responsive_composite03.jpg" /></p>
<p>The flashlight reveals their glowing capabilities.</p>
<p><img src="http://leithinger.net/wordpress/wp-content/uploads/2008/12/responsive_composite04.jpg" alt="responsive_composite04.jpg" /></p>
<p>Final result: The phosphorescent material shines through the Magne-View, but only in very dark rooms (hence no photo of that). It would be interesting to add phosphorescent material to the Magne-View in the production stage, but I would have to investigate that further. Interesting and promising stuff nonetheless.</p>
<p><strong>Assignment questions:</strong></p>
<p>a. Does your composite support new and unique applications?<br />
The composite could be used to increase the quality of 2D vision based motion tracking systems on surfaces. Due to the resulting visual patterns, the output of the material could also be used for artistic installations.</p>
<p>b. Can you design an interaction scenario around its ‘responsiveness’?<br />
When a user draws on the surface with a magnet or a light pen, the material changes it&#8217;s visual characteristics. The visuals stay on the surface for a given time (phosphorescent material) or until a new stimuli is applied (magnetic film). This visual &#8220;trail&#8221; left on the surface can be utilized to increase the tracking quality when sensing input with a magnet or light on the surface with a camera.</p>
<p>c. How is it different from other technologies?<br />
It is different from other camera based tracking methods, as the surface helps to increase the camera tracking quality, but has no active component.<br />
The passive technology is used to support camera-based sensing with good results even when the tracking frame rate is low. The surface consumes no power.</p>
<p>d. Would it be possible to mass-produce it? How?<br />
Use CES to learn about different fabrication processes.<br />
I did not find the Materials used in the CES databank. However, as they are all commercially available, they could possibly be mass-produced:<br />
- Magne-View ® Film: micro-encapsulated film<br />
- Golden Acrylics: Phosphorescent Green paint<br />
- Pro Tapes and Specialities Fluorescent Yellow Artist Tape<br />
I would have to investigate the production process of Magne-View further to find out why it is green and if it can be mixed with other colors like the phosphorescent paint.</p>
<p>Assignment for <a href="http://ambient.media.mit.edu/courses/2008-MAS962/" title="http://ambient.media.mit.edu/courses/2008-MAS962/" target="_blank">MAS 962: Techniques for Design and Fabrication</a>. Thanks to <a href="http://web.mit.edu/kumpf/www/" target="_blank">Adam Kumpf</a> for the idea of using the Magne-View surface for tracking and for lending the materials.</p>
]]></content:encoded>
			<wfw:commentRss>http://leithinger.net/wordpress/?feed=rss2&amp;p=33</wfw:commentRss>
		</item>
		<item>
		<title>Duchamps La Boîte-en-Valise [Box in a Suitcase]</title>
		<link>http://leithinger.net/wordpress/?p=17</link>
		<comments>http://leithinger.net/wordpress/?p=17#comments</comments>
		<pubDate>Wed, 26 Nov 2008 16:43:36 +0000</pubDate>
		<dc:creator>dleithinger</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://leithinger.net/wordpress/?p=17</guid>
		<description><![CDATA[What a piece of beauty!


Collection of the National Gallery
]]></description>
			<content:encoded><![CDATA[<p align="left">What a piece of beauty!</p>
<p align="center"><img src="http://leithinger.net/wordpress/wp-content/uploads/2008/11/conservation_duchamp_boite_1.jpg" alt="conservation_duchamp_boite_1.jpg" /></p>
<p align="center"><img src="http://leithinger.net/wordpress/wp-content/uploads/2008/11/duchamp.jpg" alt="duchamp.jpg" /></p>
<p><a href="http://www.nationalgalleries.org/collection/online_az/4:322/result/0/483?initial=D&amp;artistId=3200&amp;artistName=Marcel%20Duchamp&amp;submit=1">Collection of the National Gallery</a></p>
]]></content:encoded>
			<wfw:commentRss>http://leithinger.net/wordpress/?feed=rss2&amp;p=17</wfw:commentRss>
		</item>
		<item>
		<title>Making a carbon fiber case</title>
		<link>http://leithinger.net/wordpress/?p=16</link>
		<comments>http://leithinger.net/wordpress/?p=16#comments</comments>
		<pubDate>Wed, 26 Nov 2008 15:54:59 +0000</pubDate>
		<dc:creator>dleithinger</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[carbon fiber phone craft]]></category>

		<guid isPermaLink="false">http://leithinger.net/wordpress/?p=16</guid>
		<description><![CDATA[Carbon fiber seems to be a great material for phones, being lightweight and durable. An example is this iPhone case made of carbon fiber, which costs USD 80,- and can be bought from Belch (http://www.belchco.com).

It is apparently hard to automate the manufacturing process of carbon fiber objects. That&#8217;s bad for business but good for the [...]]]></description>
			<content:encoded><![CDATA[<p>Carbon fiber seems to be a great material for phones, being lightweight and durable. An example is this iPhone case made of carbon fiber, which costs USD 80,- and can be bought from Belch (<a href="http://www.belchco.com" target="blank">http://www.belchco.com</a>).</p>
<p><img src="http://leithinger.net/wordpress/wp-content/uploads/2008/12/2515416542_ae93797a28.jpg" alt="Belch carbon fiber iPhone case" /></p>
<p>It is apparently hard to automate the manufacturing process of carbon fiber objects. That&#8217;s bad for business but good for the craft community. According to make magazine, it&#8217;s not all too complicated to make a custom carbon fiber case (<a href="http://makezine.com/09/primer/" target="blank">http://makezine.com/09/primer</a>), so lets try that. They made a case for an iPod, which involved making a mold, sanding and cutting. I am too lazy for that and therefore tried a simplified version for my external harddisk instead (plus I don&#8217;t have an iPod).</p>
<p><a href="http://leithinger.net/wordpress/wp-content/uploads/2008/12/carbon_fiber_case00.jpg" title="hard drive case we want to cover"><img src="http://leithinger.net/wordpress/wp-content/uploads/2008/12/carbon_fiber_case00.thumbnail.jpg" alt="hard drive case we want to cover" /></a></p>
<p>As noted before, making a nice cast is currently not an option, so I just cover the case in wax paper instead.</p>
<p><a href="http://leithinger.net/wordpress/wp-content/uploads/2008/12/carbon_fiber_case01.jpg" title="covered in wax paper"><img src="http://leithinger.net/wordpress/wp-content/uploads/2008/12/carbon_fiber_case01.thumbnail.jpg" alt="covered in wax paper" /></a></p>
<p>Then I cut the sheet of carbon fiber down to a convenient size to cover the harddisk nicely.</p>
<p><a href="http://leithinger.net/wordpress/wp-content/uploads/2008/12/carbon_fiber_case02.jpg" title="cutting the carbon fiber"><img src="http://leithinger.net/wordpress/wp-content/uploads/2008/12/carbon_fiber_case02.thumbnail.jpg" alt="cutting the carbon fiber" /></a></p>
<p>Time for mixing the epoxy. Due to a lack of tools, I can&#8217;t mix the exact amount of resin with hardener and eyeball the mixing ratio instead. Not very smart and should not be replicated. At this stage, the project is turning into an open ended experiment.</p>
<p><a href="http://leithinger.net/wordpress/wp-content/uploads/2008/12/carbon_fiber_case03.jpg" title="mixing the epoxy"><img src="http://leithinger.net/wordpress/wp-content/uploads/2008/12/carbon_fiber_case03.thumbnail.jpg" alt="mixing the epoxy" /></a></p>
<p>The epoxy gets pretty warm inside the cup, thus melting it. Not good.</p>
<p><a href="http://leithinger.net/wordpress/wp-content/uploads/2008/12/carbon_fiber_case04.jpg" title="disaster strikes"><img src="http://leithinger.net/wordpress/wp-content/uploads/2008/12/carbon_fiber_case04.thumbnail.jpg" alt="disaster strikes" /></a></p>
<p>I mix another batch of epoxy in another cup. Unfortunately, only a few drops of epoxy are left for the case now, barely enough to nicely put the thing together. Also not so good.</p>
<p><a href="http://leithinger.net/wordpress/wp-content/uploads/2008/12/carbon_fiber_case05.jpg" title="pouring the epoxy onto the carbon fiber"><img src="http://leithinger.net/wordpress/wp-content/uploads/2008/12/carbon_fiber_case05.thumbnail.jpg" alt="pouring the epoxy onto the carbon fiber" /></a></p>
<p>Anyways, although the epoxy was not mixed properly, it hardens. You can see a still live of case and harddisk below.</p>
<p><a href="http://leithinger.net/wordpress/wp-content/uploads/2008/12/carbon_fiber_case06.jpg" title="the finished case"><img src="http://leithinger.net/wordpress/wp-content/uploads/2008/12/carbon_fiber_case06.thumbnail.jpg" alt="the finished case" /></a></p>
<p>The closeup reveals some structural problems with the case, which can be attributed to a lack of epoxy, knowledge, dedication and preparation.</p>
<p><a href="http://leithinger.net/wordpress/wp-content/uploads/2008/12/carbon_fiber_case07.jpg" title="case detail"><img src="http://leithinger.net/wordpress/wp-content/uploads/2008/12/carbon_fiber_case07.thumbnail.jpg" alt="case detail" /></a></p>
<p>Anyways, carbon fiber is good fun and makes me want to repeat this experiment! (With more epoxy, knowledge, dedication and preparation.)</p>
]]></content:encoded>
			<wfw:commentRss>http://leithinger.net/wordpress/?feed=rss2&amp;p=16</wfw:commentRss>
		</item>
		<item>
		<title>Cellphone reshuffling</title>
		<link>http://leithinger.net/wordpress/?p=14</link>
		<comments>http://leithinger.net/wordpress/?p=14#comments</comments>
		<pubDate>Wed, 22 Oct 2008 14:34:49 +0000</pubDate>
		<dc:creator>dleithinger</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[future craft]]></category>

		<guid isPermaLink="false">http://leithinger.net/wordpress/?p=14</guid>
		<description><![CDATA[This project is ongoing. At the moment I am just dissecting all sorts of cellphones and putting them in different forms. http://www.flickr.com/photos/30723019@N06/sets/72157608273793835/
]]></description>
			<content:encoded><![CDATA[<p>This project is ongoing. At the moment I am just dissecting all sorts of cellphones and putting them in different forms. <a href="http://www.flickr.com/photos/30723019@N06/sets/72157608273793835/">http://www.flickr.com/photos/30723019@N06/sets/72157608273793835/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://leithinger.net/wordpress/?feed=rss2&amp;p=14</wfw:commentRss>
		</item>
		<item>
		<title>Cellphone charging USB cable</title>
		<link>http://leithinger.net/wordpress/?p=13</link>
		<comments>http://leithinger.net/wordpress/?p=13#comments</comments>
		<pubDate>Wed, 15 Oct 2008 14:01:48 +0000</pubDate>
		<dc:creator>dleithinger</dc:creator>
		
		<category><![CDATA[MAS961-futurecraft]]></category>

		<category><![CDATA[usb cellphone charger instructable]]></category>

		<guid isPermaLink="false">http://leithinger.net/wordpress/?p=13</guid>
		<description><![CDATA[My instructable on making a USB cellphone charging cable:

http://www.instructables.com/id/USB_cellphone_charger_cable
]]></description>
			<content:encoded><![CDATA[<p>My instructable on making a USB cellphone charging cable:</p>
<p><img src="http://leithinger.net/wordpress/wp-content/uploads/2008/12/usb_cellphone_charger.jpg" alt="USB cellphone charging cable" /></p>
<p><a href="http://www.instructables.com/id/USB_cellphone_charger_cable" title="http://www.instructables.com/id/USB_cellphone_charger_cable" target="_blank">http://www.instructables.com/id/USB_cellphone_charger_cable</a></p>
]]></content:encoded>
			<wfw:commentRss>http://leithinger.net/wordpress/?feed=rss2&amp;p=13</wfw:commentRss>
		</item>
		<item>
		<title>Ambient Staircase:</title>
		<link>http://leithinger.net/wordpress/?p=10</link>
		<comments>http://leithinger.net/wordpress/?p=10#comments</comments>
		<pubDate>Wed, 01 Oct 2008 16:40:19 +0000</pubDate>
		<dc:creator>dleithinger</dc:creator>
		
		<category><![CDATA[MAS834-tangible]]></category>

		<category><![CDATA[ambient]]></category>

		<guid isPermaLink="false">http://leithinger.net/wordpress/?p=10</guid>
		<description><![CDATA[When I walk up a staircase it&#8217;s usually a cumbersome and uninspiring process. Some buildings like E15 actually seem to encourage not to use the stairs. But instead of resorting to the lift, I wish to have a staircase that is informative and fun, which would make me want to walk it. An example of [...]]]></description>
			<content:encoded><![CDATA[<p>When I walk up a staircase it&#8217;s usually a cumbersome and uninspiring process. Some buildings like E15 actually seem to encourage not to use the stairs. But instead of resorting to the lift, I wish to have a staircase that is informative and fun, which would make me want to walk it. An example of such a stair is shown here:</p>
<p><img src="http://leithinger.net/wordpress/wp-content/uploads/2008/10/natural_stairs.jpg" alt="natural_stairs.jpg" /></p>
<p>The staircase I propose has displays built into the steps, which are wirelessly connected to the web and have a sensor network. The stair senses where the people on it currently are and displays appropriate content to inform and entertain them. The information complexity displayed on the stair depends on the number of people walking up and down. If many people are walking on the stair or walk very fast, only simple, basic information like the weather forecast is displayed.</p>
<p><img src="http://leithinger.net/wordpress/wp-content/uploads/2008/10/stair_weather.jpg" alt="stair_weather.jpg" /></p>
<p>If the staircase senses a single user with more time, it can also display more complex information.</p>
<p><img src="http://leithinger.net/wordpress/wp-content/uploads/2008/10/stair_conferences.jpg" alt="stair_conferences.jpg" /></p>
<p>Games are also possible. In this one, the person walking up the stair should try to avoid the foes.</p>
<p><img src="http://leithinger.net/wordpress/wp-content/uploads/2008/10/stair_spaceattack.jpg" alt="stair_spaceattack.jpg" /></p>
]]></content:encoded>
			<wfw:commentRss>http://leithinger.net/wordpress/?feed=rss2&amp;p=10</wfw:commentRss>
		</item>
		<item>
		<title>Sockophones: earphone padding made of socks</title>
		<link>http://leithinger.net/wordpress/?p=6</link>
		<comments>http://leithinger.net/wordpress/?p=6#comments</comments>
		<pubDate>Wed, 01 Oct 2008 06:47:18 +0000</pubDate>
		<dc:creator>dleithinger</dc:creator>
		
		<category><![CDATA[MAS961-futurecraft]]></category>

		<category><![CDATA[futurecraft sockophones sock headphones]]></category>

		<guid isPermaLink="false">http://leithinger.net/wordpress/?p=6</guid>
		<description><![CDATA[As my earphones were a little uncomfortable without padding, I decided to make some. I am a lazy person and sewing takes me very long, so I used old socks to keep it simple.

A little instructable explains how I created it: http://www.instructables.com/id/Sockophones_earphone_padding_made_from_socks/
]]></description>
			<content:encoded><![CDATA[<p>As my earphones were a little uncomfortable without padding, I decided to make some. I am a lazy person and sewing takes me very long, so I used old socks to keep it simple.</p>
<p><img src="http://leithinger.net/wordpress/wp-content/uploads/2008/10/sockophones_blog.jpg" alt="Sockophones" /></p>
<p>A little instructable explains how I created it: <a href="http://www.instructables.com/id/Sockophones_earphone_padding_made_from_socks/">http://www.instructables.com/id/Sockophones_earphone_padding_made_from_socks/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://leithinger.net/wordpress/?feed=rss2&amp;p=6</wfw:commentRss>
		</item>
		<item>
		<title>Dissecting my laptop</title>
		<link>http://leithinger.net/wordpress/?p=3</link>
		<comments>http://leithinger.net/wordpress/?p=3#comments</comments>
		<pubDate>Sun, 21 Sep 2008 06:00:19 +0000</pubDate>
		<dc:creator>dleithinger</dc:creator>
		
		<category><![CDATA[MAS961-futurecraft]]></category>

		<category><![CDATA[futurecraft]]></category>

		<category><![CDATA[laptop]]></category>

		<category><![CDATA[m60 dissection]]></category>

		<guid isPermaLink="false">http://leithinger.net/wordpress/?p=3</guid>
		<description><![CDATA[My laptop has been a trustworthy travel companion for many years until it died a few days ago. Dead is actually the wrong word, as it still lives in a state of analogue coma:



Anyways, that gave me the chance to take it apart and try to find out the origin of the individual internal components. [...]]]></description>
			<content:encoded><![CDATA[<p>My laptop has been a trustworthy travel companion for many years until it died a few days ago. Dead is actually the wrong word, as it still lives in a state of analogue coma:<br />
<object width="425" height="344">
<param name="movie" value="http://www.youtube.com/v/OmZ4EVMon7E&#038;rel=0&#038;color1=0xb1b1b1&#038;color2=0xcfcfcf&#038;hl=en&#038;feature=player_embedded&#038;fs=1"></param>
<param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/OmZ4EVMon7E&#038;rel=0&#038;color1=0xb1b1b1&#038;color2=0xcfcfcf&#038;hl=en&#038;feature=player_embedded&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object><br />
Anyways, that gave me the chance to take it apart and try to find out the origin of the individual internal components. The Figure shows how they are roughly put together and what the labels said:</p>
<p><img src="http://leithinger.net/wordpress/wp-content/uploads/2008/09/m60_exploded_view.jpg" alt="Dell precision M60 components" /></p>
<p>According to the labels, the laptop components were assembled in the following countries:<br />
* China: frame, case and keyboard, modem<br />
* Taiwan: graphics card circuit, mainboard, CPU heatsink, touchpad, network card, buttons<br />
* Korea: IC&#8217;s on mainboard and graphics card, RAM, DVD drive and case<br />
* Japan: battery, speakers</p>
<p>After putting it back together, I discovered that no screws were leftover. Very strange, usually I always end up with a few spare parts. At least the machine shows the same nice effects on the screen as before.</p>
<p>If you are interested in laptop supply chains, check out Leonardo Bonnani&#8217;s website: <a href="http://leo.media.mit.edu/?p=82">Unraveling the Reach of Product Design</a></p>
]]></content:encoded>
			<wfw:commentRss>http://leithinger.net/wordpress/?feed=rss2&amp;p=3</wfw:commentRss>
		</item>
	</channel>
</rss>
