<?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>schrankmonster blog &#187; Modding</title>
	<atom:link href="http://www.schrankmonster.de/category/n3rd/modding/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.schrankmonster.de</link>
	<description>technology-ninja!</description>
	<lastBuildDate>Sun, 08 Jan 2012 21:32:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>configuring the nano editor to my needs&#8230;</title>
		<link>http://www.schrankmonster.de/2011/04/24/configuring-the-nano-editor-to-my-needs/</link>
		<comments>http://www.schrankmonster.de/2011/04/24/configuring-the-nano-editor-to-my-needs/#comments</comments>
		<pubDate>Sun, 24 Apr 2011 16:52:46 +0000</pubDate>
		<dc:creator>bietiekay</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Modding]]></category>
		<category><![CDATA[N3RD]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.schrankmonster.de/?p=7594</guid>
		<description><![CDATA[Configuring your favourite Editor on OSX (or Linux, or anywhere else) is important &#8211; since nano is my editor of choice I wanted to use it&#8217;s syntax highlighting capabilities. Easy as pie as it turned out: I started with a .nanorc file from this guy and modified it to recognize some of my frequent file-types [...]]]></description>
			<content:encoded><![CDATA[<p>Configuring your favourite Editor on OSX (or Linux, or anywhere else) is important &#8211; since nano is my editor of choice I wanted to use it&#8217;s syntax highlighting capabilities. Easy as pie as it turned out:</p>
<p>I started with a .nanorc file from this guy and modified it to recognize some of my frequent file-types (like .cs files).</p>
<p style="text-align: center;"><a href="http://www.schrankmonster.de/wp-content/uploads/2011/04/Bildschirmfoto-2011-04-23-um-22.20.46.png" target="_blank"><img class="aligncenter size-medium wp-image-7596" title="Bildschirmfoto 2011-04-23 um 22.20.46" src="http://www.schrankmonster.de/wp-content/uploads/2011/04/Bildschirmfoto-2011-04-23-um-22.20.46-300x191.png" alt="" width="300" height="191" /></a></p>
<p>You can download my <a href="http://www.schrankmonster.de/wp-content/uploads/2011/04/nanorc.tar.gz">nanorc.tar</a> &#8211; just extract it and put it into your user home directory.</p>
<p>Source 1: <a href="http://talk.maemo.org/showthread.php?t=68421" target="_blank">http://talk.maemo.org/showthread.php?t=68421</a><br />
Source 2: <a href="http://www.nano-editor.org/dist/v2.2/nano.html#Nanorc-Files" target="_blank">http://www.nano-editor.org/dist/v2.2/nano.html#Nanorc-Files</a><br />
Source 3: <a href="http://www.schrankmonster.de/wp-content/uploads/2011/04/nanorc.tar.gz">nanorc.tar</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.schrankmonster.de/2011/04/24/configuring-the-nano-editor-to-my-needs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>style your Visual Studio</title>
		<link>http://www.schrankmonster.de/2010/09/21/style-your-visual-studio/</link>
		<comments>http://www.schrankmonster.de/2010/09/21/style-your-visual-studio/#comments</comments>
		<pubDate>Tue, 21 Sep 2010 13:07:37 +0000</pubDate>
		<dc:creator>bietiekay</dc:creator>
				<category><![CDATA[Modding]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.schrankmonster.de/2010/09/21/style-your-visual-studio/</guid>
		<description><![CDATA[It’s been some time since I’ve written about a Visual Studio Color Theme Generator. And obviously since then a lot happened in the world of customization tools. The website studiostyles.info is there to help the day with a lot of previewable Visual Studio styles. Even better: all styles can be exported for Visual Studio 2005, [...]]]></description>
			<content:encoded><![CDATA[<p>It’s been some time since I’ve written about a <a href="http://www.schrankmonster.de/2008/08/10/visual-studio-color-theme-generator/" target="_blank">Visual Studio Color Theme Generator</a>. And obviously since then a lot happened in the world of customization tools.</p>
<p>The website <a href="http://studiostyles.info/" target="_blank">studiostyles.info</a> is there to help the day with a lot of previewable Visual Studio styles. Even better: all styles can be exported for Visual Studio 2005, 2008 and 2010.</p>
<p align="center"><a href="http://studiostyles.info" target="_blank"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="studiostyles" border="0" alt="studiostyles" src="http://www.schrankmonster.de/wp-content/uploads/2010/09/studiostyles.png" width="400" height="298" /></a></p>
<p>For Visual Studio 2010 you get a .vssettings file which can be imported into Visual Studio using the Tools-&gt;Import&#160; and Export Settings… menu item.</p>
<p align="center"><a href="http://www.schrankmonster.de/wp-content/uploads/2010/09/importstyle.png" target="_blank"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="importstyle" border="0" alt="importstyle" src="http://www.schrankmonster.de/wp-content/uploads/2010/09/importstyle_thumb.png" width="400" height="358" /></a> </p>
<p align="center"><a href="http://www.schrankmonster.de/wp-content/uploads/2010/09/codeeditorstyle.png" target="_blank"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="codeeditorstyle" border="0" alt="codeeditorstyle" src="http://www.schrankmonster.de/wp-content/uploads/2010/09/codeeditorstyle_thumb.png" width="400" height="349" /></a> </p>
<p>For Visual Studio 2010 there are additional color styling options available. Microsoft offers a plugin for Visual Studio 2010 called <a href="http://visualstudiogallery.msdn.microsoft.com/en-us/20cd93a2-c435-4d00-a797-499f16402378" target="_blank">Visual Studio Color Theme Editor</a>. Using this tool everything else can be color customized. So you can have something like that:</p>
<p align="center"><a href="http://www.schrankmonster.de/wp-content/uploads/2010/09/vs2010colortheme.png" target="_blank"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="vs2010colortheme" border="0" alt="vs2010colortheme" src="http://www.schrankmonster.de/wp-content/uploads/2010/09/vs2010colortheme_thumb.png" width="400" height="287" /></a> </p>
<p>Source 1: <a title="http://www.schrankmonster.de/2008/08/10/visual-studio-color-theme-generator/" href="http://www.schrankmonster.de/2008/08/10/visual-studio-color-theme-generator/">http://www.schrankmonster.de/2008/08/10/visual-studio-color-theme-generator/</a>    <br />Source 2: <a title="http://studiostyles.info/" href="http://studiostyles.info/">http://studiostyles.info/</a>    <br />Source 3: <a href="http://visualstudiogallery.msdn.microsoft.com/en-us/20cd93a2-c435-4d00-a797-499f16402378" target="_blank">Visual Studio Color Theme Editor</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.schrankmonster.de/2010/09/21/style-your-visual-studio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Want. To. Buy. :-)</title>
		<link>http://www.schrankmonster.de/2010/03/07/want-to-buy/</link>
		<comments>http://www.schrankmonster.de/2010/03/07/want-to-buy/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 13:15:47 +0000</pubDate>
		<dc:creator>bietiekay</dc:creator>
				<category><![CDATA[hack-the-planet]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Modding]]></category>

		<guid isPermaLink="false">http://www.schrankmonster.de/2010/03/07/want-to-buy/</guid>
		<description><![CDATA[Oh what a nice n3rd toy this would be. Rumors say it will be available soon for under $30. And for those who right now think: “What the hell is this?” – This is a coffee mug in the shape of a quite expensive canon lens. In fact I already heard of that idea more [...]]]></description>
			<content:encoded><![CDATA[<p>Oh what a nice n3rd toy this would be. Rumors say it will be available soon for under $30. And for those who right now think: “What the hell is this?” – This is a coffee mug in the shape of a quite expensive canon lens. In fact I already heard of that idea more than a year ago and <a href="http://www.schrankmonster.de/2008/09/30/if-it-would-be-produced-i-had-a-christmas-present-for-my-wife/" target="_blank">wrote about it here</a>. At this time there were only hopes that it would be produced. </p>
<p><a href="http://www.schrankmonster.de/wp-content/uploads/2010/03/canonlensmug.jpg" target="_blank"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="canonlensmug" border="0" alt="canonlensmug" src="http://www.schrankmonster.de/wp-content/uploads/2010/03/canonlensmug_thumb.jpg" width="270" height="404" /></a> </p>
<div style="padding-bottom: 0px; padding-left: 0px; width: 425px; padding-right: 0px; display: block; float: none; margin-left: auto; margin-right: auto; padding-top: 0px" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:85c89039-b09e-464b-83f9-e480b65bbab9" class="wlWriterEditableSmartContent">
<div><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/3DMPy5glcTY&amp;hl=de_DE&amp;fs=1&amp;&amp;hl=en"></param><embed src="http://www.youtube.com/v/3DMPy5glcTY&amp;hl=de_DE&amp;fs=1&amp;&amp;hl=en" type="application/x-shockwave-flash" width="425" height="355"></embed></object></div>
</div>
<p>&#160;</p>
<p>Source: <a title="http://www.petapixel.com/2010/03/06/canon-lens-mug-purchased-in-canada/" href="http://www.petapixel.com/2010/03/06/canon-lens-mug-purchased-in-canada/">http://www.petapixel.com/2010/03/06/canon-lens-mug-purchased-in-canada/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.schrankmonster.de/2010/03/07/want-to-buy/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Turning Linux ISO Images into bootable USB sticks</title>
		<link>http://www.schrankmonster.de/2010/01/08/turning-linux-iso-images-into-bootable-usb-sticks/</link>
		<comments>http://www.schrankmonster.de/2010/01/08/turning-linux-iso-images-into-bootable-usb-sticks/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 15:31:21 +0000</pubDate>
		<dc:creator>bietiekay</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Modding]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.schrankmonster.de/2010/01/08/turning-linux-iso-images-into-bootable-usb-sticks/</guid>
		<description><![CDATA[Today was Linux-Distribution-ISO-Install-Day. And it turned out that the only existing external DVD drive was fubar. So what to do? We had a spare USB stick and it turns out that you can quite easily convert that USB stick into a bootable Linux-Distribution-Install-USB-Stick. Awesome! Just download the tool called “UNetbootin”, start it and you can [...]]]></description>
			<content:encoded><![CDATA[<p>Today was Linux-Distribution-ISO-Install-Day. And it turned out that the only existing external DVD drive was fubar.</p>
<p>So what to do? We had a spare USB stick and it turns out that you can quite easily convert that USB stick into a bootable Linux-Distribution-Install-USB-Stick. Awesome!</p>
<p>Just download the tool called “UNetbootin”, start it and you can turn virtually any ISO Distribution Image into an USB Stick that boots and installs that ISO:</p>
<p align="center">&#160;<a href="http://www.schrankmonster.de/wp-content/uploads/2010/01/screenshot.jpg" target="_blank"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="screenshot" border="0" alt="screenshot" src="http://www.schrankmonster.de/wp-content/uploads/2010/01/screenshot_thumb.jpg" width="542" height="397" /></a> </p>
<p>Source: <a title="http://unetbootin.sourceforge.net/" href="http://unetbootin.sourceforge.net/">http://unetbootin.sourceforge.net/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.schrankmonster.de/2010/01/08/turning-linux-iso-images-into-bootable-usb-sticks/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>dasBlog to WordPress migration</title>
		<link>http://www.schrankmonster.de/2009/09/22/dasblog-to-wordpress-migration/</link>
		<comments>http://www.schrankmonster.de/2009/09/22/dasblog-to-wordpress-migration/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 14:07:35 +0000</pubDate>
		<dc:creator>bietiekay</dc:creator>
				<category><![CDATA[hack-the-planet]]></category>
		<category><![CDATA[Modding]]></category>

		<guid isPermaLink="false">http://www.schrankmonster.de/2009/09/22/dasblog-to-wordpress-migration/</guid>
		<description><![CDATA[If you – like me – want to migrate from dasBlog to WordPress by using the great BlogML Export and Import you might want to take this advice: After exporting the BlogML you should replace all “&#38;nbsp;”s in the XML file. If you don’t do that WordPress won’t import anything in the article after the [...]]]></description>
			<content:encoded><![CDATA[<p>If you – like me – want to migrate from dasBlog to WordPress by using the great BlogML Export and Import you might want to take this advice:</p>
<p>After exporting the BlogML you should replace all “&amp;nbsp;”s in the XML file. If you don’t do that WordPress won’t import anything in the article after the “&amp;nbsp;&quot;s.</p>
<p><a href="http://www.schrankmonster.de/wp-content/uploads/2009/09/andnbsp.png" target="_blank"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="andnbsp" border="0" alt="andnbsp" src="http://www.schrankmonster.de/wp-content/uploads/2009/09/andnbsp_thumb.png" width="404" height="233" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.schrankmonster.de/2009/09/22/dasblog-to-wordpress-migration/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Finder Icon Pillows</title>
		<link>http://www.schrankmonster.de/2009/03/22/finder-icon-pillows/</link>
		<comments>http://www.schrankmonster.de/2009/03/22/finder-icon-pillows/#comments</comments>
		<pubDate>Sun, 22 Mar 2009 14:49:02 +0000</pubDate>
		<dc:creator>bietiekay</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Modding]]></category>
		<category><![CDATA[Reallife]]></category>

		<guid isPermaLink="false">http://www.schrankmonster.de/2009/03/22/FinderIconPillows.aspx</guid>
		<description><![CDATA[Finally after more than 10 weeks of waiting the ordered Apple MacOS X Finder Pillows arrived at our door. Gorgeous! Source: http://www.throwboy.com/]]></description>
			<content:encoded><![CDATA[<p>Finally after more than 10 weeks of waiting the ordered Apple MacOS X Finder Pillows arrived at our door. </p>
<p>Gorgeous!</p>
<p align="center"><a href="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/FinderIconPillows_DE47/IMG_4355_2.jpg" target="_blank"><img title="IMG_4355" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="271" alt="IMG_4355" src="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/FinderIconPillows_DE47/IMG_4355_thumb.jpg" width="404" border="0" /></a> </p>
<p>Source: <a title="http://www.throwboy.com/" href="http://www.throwboy.com/">http://www.throwboy.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.schrankmonster.de/2009/03/22/finder-icon-pillows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Philips Living Colors</title>
		<link>http://www.schrankmonster.de/2008/11/29/philips-living-colors/</link>
		<comments>http://www.schrankmonster.de/2008/11/29/philips-living-colors/#comments</comments>
		<pubDate>Sat, 29 Nov 2008 19:09:30 +0000</pubDate>
		<dc:creator>bietiekay</dc:creator>
				<category><![CDATA[Modding]]></category>
		<category><![CDATA[sones]]></category>

		<guid isPermaLink="false">http://www.schrankmonster.de/2008/11/29/PhilipsLivingColors.aspx</guid>
		<description><![CDATA[After painting the walls we took one of the new Philips Living Colors Lamp for a test run: SONES Logo + Living Colors from Bietiekay on Vimeo.]]></description>
			<content:encoded><![CDATA[<p>After painting the walls we took one of the new Philips Living Colors Lamp for a test run:</p>
<p align="center"><embed src="http://vimeo.com/moogaloop.swf?clip_id=2379220&#038;server=vimeo.com&#038;show_title=1&#038;show_byline=1&#038;show_portrait=0&#038;color=00ADEF&#038;fullscreen=1" width="400" height="302" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" />    <br /><a href="http://vimeo.com/2379220">SONES Logo + Living Colors</a> from <a href="http://vimeo.com/user599819">Bietiekay</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.schrankmonster.de/2008/11/29/philips-living-colors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Painting the wall</title>
		<link>http://www.schrankmonster.de/2008/11/29/painting-the-wall/</link>
		<comments>http://www.schrankmonster.de/2008/11/29/painting-the-wall/#comments</comments>
		<pubDate>Sat, 29 Nov 2008 19:03:10 +0000</pubDate>
		<dc:creator>bietiekay</dc:creator>
				<category><![CDATA[Modding]]></category>
		<category><![CDATA[Reallife]]></category>
		<category><![CDATA[sones]]></category>

		<guid isPermaLink="false">http://www.schrankmonster.de/2008/11/29/PaintingTheWall.aspx</guid>
		<description><![CDATA[SONES just moved into the new place &#8211; and after having all the ordering done we&#8217;re now waiting for the delivery of the various bits and pieces of the new office. To make it a little bit more SONESisch my wife and I decided to paint a 1,5m huge logo of the company on the [...]]]></description>
			<content:encoded><![CDATA[<p>SONES just moved into the new place &#8211; and after having all the ordering done we&#8217;re now waiting for the delivery of the various bits and pieces of the new office.</p>
<p>To make it a little bit more SONESisch my wife and I decided to paint a 1,5m huge logo of the company on the wall that can be seen first when you walk in. So we went to the nearest hardware store and bought all the needed tools aaaaaaaand we found somebody who could mix the right shade of green to fit our company color.</p>
<p align="center"><a href="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/Paintingthewall_119DB/IMG_3789.jpg" target="_blank"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="304" alt="IMG_3789" src="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/Paintingthewall_119DB/IMG_3789_thumb.jpg" width="404" border="0" /></a> </p>
<p>Back at the office we started with placing the projector and the logo itself so we could draw the borders with a pencil on the wall.</p>
<p align="center"><a href="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/Paintingthewall_119DB/IMG_3782.jpg" target="_blank"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="304" alt="IMG_3782" src="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/Paintingthewall_119DB/IMG_3782_thumb.jpg" width="404" border="0" /></a> </p>
<p align="center"><a href="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/Paintingthewall_119DB/IMG_3793.jpg" target="_blank"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="304" alt="IMG_3793" src="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/Paintingthewall_119DB/IMG_3793_thumb.jpg" width="404" border="0" /></a> </p>
<p align="left">When the borders where on the wall we started the masking tape attack! It was the first time that I had used masking tape but it everything went surprisingly good.</p>
<p align="center"><a href="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/Paintingthewall_119DB/IMG_3800.jpg" target="_blank"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="304" alt="IMG_3800" src="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/Paintingthewall_119DB/IMG_3800_thumb.jpg" width="404" border="0" /></a> </p>
<p align="left">The last and final step is to paint it. So we got the paint, we got the rollers &#8211; and after half an hour:</p>
<p align="center"><a href="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/Paintingthewall_119DB/IMG_3809.jpg" target="_blank"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="304" alt="IMG_3809" src="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/Paintingthewall_119DB/IMG_3809_thumb.jpg" width="404" border="0" /></a> </p>
<p align="left">The shades you&#8217;re seeing in the picture above are just because of the wet and already dry paint which has a slightly different shade. So after a bit of drying and the removal of the masking tape:</p>
<p align="center"><a href="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/Paintingthewall_119DB/IMG_3827.jpg" target="_blank"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="304" alt="IMG_3827" src="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/Paintingthewall_119DB/IMG_3827_thumb.jpg" width="404" border="0" /></a> </p>
<p align="center">Et voil&#225;!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.schrankmonster.de/2008/11/29/painting-the-wall/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DIY PMR Gateway</title>
		<link>http://www.schrankmonster.de/2008/10/19/diy-pmr-gateway/</link>
		<comments>http://www.schrankmonster.de/2008/10/19/diy-pmr-gateway/#comments</comments>
		<pubDate>Sun, 19 Oct 2008 20:15:30 +0000</pubDate>
		<dc:creator>bietiekay</dc:creator>
				<category><![CDATA[freies Funknetz]]></category>
		<category><![CDATA[hack-the-planet]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Modding]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[Radio]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.schrankmonster.de/2008/10/19/DIYPMRGateway.aspx</guid>
		<description><![CDATA[In my case it&#8217;s just partly do-it-yourself: Michael and Peter did the cable soldering and I wrote the software that controls the serial interface to the PMR sender/receiver. My gateway is on PMR channel 5 with no CTCSS configured in the Campus area of the TU-Ilmenau. A gateway is only just a PMR radio connected [...]]]></description>
			<content:encoded><![CDATA[<p>In my case it&#8217;s just partly do-it-yourself: Michael and Peter did the cable soldering and I wrote the software that controls the serial interface to the <a href="http://en.wikipedia.org/wiki/PMR446" target="_blank">PMR sender/receiver</a>.</p>
<p>My gateway is on PMR channel 5 with no CTCSS configured in the Campus area of the TU-Ilmenau. A gateway is only just a PMR radio connected to a PC which is logged into a Teamspeak server which is connected to several other gateways (citizen radio / PMR / &#8230;)</p>
<p>So if you talk within the range of my gateway you&#8217;ll be heard in more than 24 areas across germany over PMR and citizen radio.</p>
<p align="center"><a href="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/DIYPMRGateway_1421D/Capture.png" target="_blank"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="313" alt="Capture" src="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/DIYPMRGateway_1421D/Capture_thumb.png" width="404" border="0"></a> </p>
<p align="left">One toolset which was particularly useful is the VU-Meter tools. You can use them to monitor your input/output ports and tune them for perfect modulation. You can get them <a href="http://www.darkwood.demon.co.uk/PC/meter.html" target="_blank">here</a> and they look like this:</p>
<p align="center"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="147" alt="vumeter" src="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/DIYPMRGateway_1421D/vumeter_3.png" width="404" border="0"> </p>
<p align="left">Since the cable soldering was one piece of craftsmanship a picture of the radio and the cable:</p>
<p align="center"><a href="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/DIYPMRGateway_1421D/IMG_3316.jpg" target="_blank"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="281" alt="IMG_3316" src="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/DIYPMRGateway_1421D/IMG_3316_thumb.jpg" width="212" border="0"></a><br />the computer side of the interface</p>
<p align="center"><a href="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/DIYPMRGateway_1421D/IMG_3318.jpg" target="_blank"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="281" alt="IMG_3318" src="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/DIYPMRGateway_1421D/IMG_3318_thumb.jpg" width="373" border="0"></a>  <br />the radio side of the interface</p>
<p align="left">If you want to connect from outside the range of the PMR you should go to the homepage of <a href="http://www.freiesfunknetz.de/index.html" target="_blank">Freies Funknetz</a> and get all the necessary information there.</p>
<p>Source 1: <a title="http://www.darkwood.demon.co.uk/PC/meter.html" href="http://www.darkwood.demon.co.uk/PC/meter.html">http://www.darkwood.demon.co.uk/PC/meter.html</a><br />Source 2: <a title="http://en.wikipedia.org/wiki/PMR446" href="http://en.wikipedia.org/wiki/PMR446">http://en.wikipedia.org/wiki/PMR446</a><br />Source 3: <a title="http://www.freiesfunknetz.de/index.html" href="http://www.freiesfunknetz.de/index.html">http://www.freiesfunknetz.de/index.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.schrankmonster.de/2008/10/19/diy-pmr-gateway/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create an m4b iTunes compatible audiobook from a cd</title>
		<link>http://www.schrankmonster.de/2008/10/14/how-to-create-an-m4b-itunes-compatible-audiobook-from-a-cd/</link>
		<comments>http://www.schrankmonster.de/2008/10/14/how-to-create-an-m4b-itunes-compatible-audiobook-from-a-cd/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 08:49:28 +0000</pubDate>
		<dc:creator>bietiekay</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Modding]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.schrankmonster.de/2008/10/14/HowToCreateAnM4bITunesCompatibleAudiobookFromACd.aspx</guid>
		<description><![CDATA[Let&#8217;s say you&#8217;re like me: You got several audiobooks on CD over the years and you even ripped several of these to listen to them in your MP3 player/car. So what I have is a number of audiobooks ripped as mp3s on my harddisk looking something like this: If you only have the CD what [...]]]></description>
			<content:encoded><![CDATA[<p>Let&#8217;s say you&#8217;re like me: You got several audiobooks on CD over the years and you even ripped several of these to listen to them in your MP3 player/car. </p>
<p>So what I have is a number of audiobooks ripped as mp3s on my harddisk looking something like this:</p>
<p align="center"><a href="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/Howtocreateanm4biTunescompatibleaudioboo_9D34/crnan1.png" target="_blank"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="138" alt="crnan1" src="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/Howtocreateanm4biTunescompatibleaudioboo_9D34/crnan1_thumb.png" width="248" border="0"></a> </p>
<p>If you only have the CD what you would like to do is rip the whole CD as ONE large m4a AAC encoded audiofile. We need it to be an m4a because we later want to inject chapter marks. If you have this big AAC file just skip the next few steps. But if you got those several small mp3 files &#8211; one for each chapter you want to merge them together and reencode them as m4a AAC.</p>
<p>There is a great free tool to merge these mp3 files together. It&#8217;s called (who would have thought) <a href="http://www.shchuka.com/software/mergemp3" target="_blank">Merge MP3</a> and is available completely for free. It&#8217;ll create one big mp3 file out of your several small ones.</p>
<p align="center"><a href="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/Howtocreateanm4biTunescompatibleaudioboo_9D34/mergemp3nan.png" target="_blank"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="298" alt="mergemp3nan" src="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/Howtocreateanm4biTunescompatibleaudioboo_9D34/mergemp3nan_thumb.png" width="400" border="0"></a> </p>
<p>After you got that huge mp3 file you want to convert it into a m4a file with AAC encoding. I recommend using iTunes.</p>
<p align="center"><a href="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/Howtocreateanm4biTunescompatibleaudioboo_9D34/itunesconvertnan.png" target="_blank"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="50" alt="itunesconvertnan" src="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/Howtocreateanm4biTunescompatibleaudioboo_9D34/itunesconvertnan_thumb.png" width="404" border="0"></a> </p>
<p>When you got that one huge m4a file you want to load it into a tool called <a href="http://www.rightword.com.au/products/chaptermaster/download.asp" target="_blank">Chapter Master</a>. It&#8217;s not free and will set you back $15 but it&#8217;s worth as I did not find anything else that was a) that cheap b) that comfortable c) working.</p>
<p align="center"><a href="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/Howtocreateanm4biTunescompatibleaudioboo_9D34/chaptermasternan.png" target="_blank"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="304" alt="chaptermasternan" src="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/Howtocreateanm4biTunescompatibleaudioboo_9D34/chaptermasternan_thumb.png" width="308" border="0"></a> </p>
<p align="left">Load the m4a file into Chapter Master, add the chapters in the right order and at the right time. Eventually you want to add an album art picture. Click save and you&#8217;re done.</p>
<p align="left">The resulting file is a m4b file recognized by iTunes as an audiobook with chapters.</p>
<p>Source 1: <a title="http://www.shchuka.com/software/mergemp3" href="http://www.shchuka.com/software/mergemp3">http://www.shchuka.com/software/mergemp3</a><br />Source 2: <a title="http://www.rightword.com.au/products/chaptermaster/download.asp" href="http://www.rightword.com.au/products/chaptermaster/download.asp">http://www.rightword.com.au/products/chaptermaster/download.asp</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.schrankmonster.de/2008/10/14/how-to-create-an-m4b-itunes-compatible-audiobook-from-a-cd/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Our Jack-o-Lanterns</title>
		<link>http://www.schrankmonster.de/2008/10/12/our-jack-o-lanterns/</link>
		<comments>http://www.schrankmonster.de/2008/10/12/our-jack-o-lanterns/#comments</comments>
		<pubDate>Sun, 12 Oct 2008 18:55:54 +0000</pubDate>
		<dc:creator>bietiekay</dc:creator>
				<category><![CDATA[Modding]]></category>
		<category><![CDATA[private]]></category>
		<category><![CDATA[Reallife]]></category>

		<guid isPermaLink="false">http://www.schrankmonster.de/2008/10/12/OurJackoLanterns.aspx</guid>
		<description><![CDATA[Halloween is due in a few weeks and we had the time to cut our Jack-o-Lanterns today. After buying them last weekend at the &#8220;Kürbisfest Alterndorf&#8221; (see pictures of this at my wifes site) we decided to do 3 different ones this year. So&#8230; here are the three Jack-o-Lanterns of this year: and in the [...]]]></description>
			<content:encoded><![CDATA[<p>Halloween is due in a few weeks and we had the time to cut our Jack-o-Lanterns today. After buying them last weekend at the &#8220;Kürbisfest Alterndorf&#8221; (<a href="http://blueturtles.schrankmonster.de/PermaLink,guid,cc5ba472-ac09-4518-9983-ce7e263ca9d5.aspx" target="_blank">see pictures of this at my wifes site</a>) we decided to do 3 different ones this year.</p>
<p>So&#8230; here are the three Jack-o-Lanterns of this year:</p>
<p align="center"><a href="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/OurJackoLanterns_12B3D/IMG_3267_2.jpg" target="_blank"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="304" alt="IMG_3267" src="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/OurJackoLanterns_12B3D/IMG_3267_thumb.jpg" width="404" border="0"></a> </p>
<p align="center">and in the dark at the house entrance:</p>
<p align="center"><a href="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/OurJackoLanterns_12B3D/IMG_3273.jpg" target="_blank"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="304" alt="IMG_3273" src="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/OurJackoLanterns_12B3D/IMG_3273_thumb.jpg" width="404" border="0"></a> </p>
<p align="center"><a href="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/OurJackoLanterns_12B3D/IMG_3274.jpg" target="_blank"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="304" alt="IMG_3274" src="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/OurJackoLanterns_12B3D/IMG_3274_thumb.jpg" width="404" border="0"></a> </p>
<p>Source: <a href="http://blueturtles.schrankmonster.de/PermaLink,guid,cc5ba472-ac09-4518-9983-ce7e263ca9d5.aspx" target="_blank">Kürbisfest Altendorf at dreikiel.de</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.schrankmonster.de/2008/10/12/our-jack-o-lanterns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>When in need of an engine: built it yourself with Legos!</title>
		<link>http://www.schrankmonster.de/2008/10/04/when-in-need-of-an-engine-built-it-yourself-with-legos/</link>
		<comments>http://www.schrankmonster.de/2008/10/04/when-in-need-of-an-engine-built-it-yourself-with-legos/#comments</comments>
		<pubDate>Sat, 04 Oct 2008 19:40:43 +0000</pubDate>
		<dc:creator>bietiekay</dc:creator>
				<category><![CDATA[hack-the-planet]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Modding]]></category>
		<category><![CDATA[Motorsport]]></category>
		<category><![CDATA[Research]]></category>

		<guid isPermaLink="false">http://www.schrankmonster.de/2008/10/04/WhenInNeedOfAnEngineBuiltItYourselfWithLegos.aspx</guid>
		<description><![CDATA[Someone built himself a (actually not working) modell of a V8 &#8211; infact if you click on the related videos in youTube you&#8217;ll find working ones&#8230; I never knew that this would be possible with lego&#8230; Source: http://hackedgadgets.com/2008/09/29/lego-v8-engine/Source 2: http://uk.youtube.com/watch?v=Z8ut5ND3agI]]></description>
			<content:encoded><![CDATA[<p>Someone built himself a (actually not working) modell of a V8 &#8211; infact if you click on the related videos in youTube you&#8217;ll find working ones&#8230; I never knew that this would be possible with lego&#8230;</p>
<p align="center"><a href="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/WheninneedofanenginebuiltityourselfwithL_14CFD/leog-engine%5B1%5D_4.jpg" target="_blank"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="281" alt="leog-engine[1]" src="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/WheninneedofanenginebuiltityourselfwithL_14CFD/leog-engine%5B1%5D_thumb_1.jpg" width="373" border="0"></a> </p>
<p>Source: <a title="http://hackedgadgets.com/2008/09/29/lego-v8-engine/" href="http://hackedgadgets.com/2008/09/29/lego-v8-engine/">http://hackedgadgets.com/2008/09/29/lego-v8-engine/</a><br />Source 2: <a title="http://uk.youtube.com/watch?v=Z8ut5ND3agI" href="http://uk.youtube.com/watch?v=Z8ut5ND3agI">http://uk.youtube.com/watch?v=Z8ut5ND3agI</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.schrankmonster.de/2008/10/04/when-in-need-of-an-engine-built-it-yourself-with-legos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iMac downgraded to 486</title>
		<link>http://www.schrankmonster.de/2008/10/04/imac-downgraded-to-486/</link>
		<comments>http://www.schrankmonster.de/2008/10/04/imac-downgraded-to-486/#comments</comments>
		<pubDate>Sat, 04 Oct 2008 09:58:13 +0000</pubDate>
		<dc:creator>bietiekay</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Modding]]></category>
		<category><![CDATA[Riot]]></category>
		<category><![CDATA[rumors]]></category>

		<guid isPermaLink="false">http://www.schrankmonster.de/2008/10/04/iMacDowngradedTo486.aspx</guid>
		<description><![CDATA[Hmm&#8230; maybe something in the current Menu Meters version is wrong:]]></description>
			<content:encoded><![CDATA[<p>Hmm&#8230; maybe something in the current Menu Meters version is wrong:</p>
<p align="center"><a href="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/iMacdowngradedto486_AD83/80486_2.png" target="_blank"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="171" alt="80486" src="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/iMacdowngradedto486_AD83/80486_thumb.png" width="404" border="0"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.schrankmonster.de/2008/10/04/imac-downgraded-to-486/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>If it would be produced I had a christmas present for my wife</title>
		<link>http://www.schrankmonster.de/2008/09/30/if-it-would-be-produced-i-had-a-christmas-present-for-my-wife/</link>
		<comments>http://www.schrankmonster.de/2008/09/30/if-it-would-be-produced-i-had-a-christmas-present-for-my-wife/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 12:42:24 +0000</pubDate>
		<dc:creator>bietiekay</dc:creator>
				<category><![CDATA[graphics]]></category>
		<category><![CDATA[Modding]]></category>

		<guid isPermaLink="false">http://www.schrankmonster.de/2008/09/30/IfItWouldBeProducedIHadAChristmasPresentForMyWife.aspx</guid>
		<description><![CDATA[Oh that is just a fantastic idea. One of the hobbies of my wife is photography and this cup would be just great as a christmas present: Unfortunatly it&#8217;s not in production&#8230;just a concept. Source: zedomax]]></description>
			<content:encoded><![CDATA[<p>Oh that is just a fantastic idea. One of the hobbies of my wife is photography and this cup would be just great as a christmas present:</p>
<p align="center"><a href="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/IfitwouldbeproducedIhadachristmaspresent_EB07/lens%5B1%5D_2.jpg" target="_blank"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="281" alt="lens[1]" src="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/IfitwouldbeproducedIhadachristmaspresent_EB07/lens%5B1%5D_thumb.jpg" width="315" border="0"></a> </p>
<p>Unfortunatly it&#8217;s not in production&#8230;just a concept.</p>
<p>Source: <a href="http://zedomax.com/blog/2008/09/18/digital-camera-lens-cup/" target="_blank">zedomax</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.schrankmonster.de/2008/09/30/if-it-would-be-produced-i-had-a-christmas-present-for-my-wife/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>there&#8217;s music on the road&#8230;</title>
		<link>http://www.schrankmonster.de/2008/09/30/theres-music-on-the-road/</link>
		<comments>http://www.schrankmonster.de/2008/09/30/theres-music-on-the-road/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 12:22:56 +0000</pubDate>
		<dc:creator>bietiekay</dc:creator>
				<category><![CDATA[Modding]]></category>
		<category><![CDATA[Motorsport]]></category>
		<category><![CDATA[Reallife]]></category>

		<guid isPermaLink="false">http://www.schrankmonster.de/2008/09/30/theresMusicOnTheRoad.aspx</guid>
		<description><![CDATA[&#8220;This is a road in Lancaster Ca. that makes music when you drive over it. It was created for a commercial and they designed harmonics in the asphalt to create the music when driven over. Apparently other countries have been doing it for awhile.&#8221; Source: makezine]]></description>
			<content:encoded><![CDATA[<p><em>&#8220;This is a road in Lancaster Ca. that makes music when you drive over it. It was created for a commercial and they designed harmonics in the asphalt to create the music when driven over. Apparently other countries have been doing it for awhile.&#8221;</em> </p>
<p align="center">
<div align="center">
<div class="wlWriterSmartContent" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:77330708-b6e2-46b6-a4b6-324969ab9e42" style="margin: 0px; padding: 0px; display: inline;">
<div><object height="355" width="425"><param name="movie" value="http://www.youtube.com/v/RLNfN6-eA0g&#038;hl=en&#038;fs=1"><param name="wmode" value="transparent"><embed src="http://www.youtube.com/v/RLNfN6-eA0g&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" wmode="transparent" height="355" width="425"></object></div>
</div>
</div>
<p align="left">Source: <a title="http://blog.makezine.com/archive/2008/09/musical_road.html?CMP=OTC-0D6B48984890" href="http://blog.makezine.com/archive/2008/09/musical_road.html?CMP=OTC-0D6B48984890">makezine</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.schrankmonster.de/2008/09/30/theres-music-on-the-road/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dye your life&#8230;</title>
		<link>http://www.schrankmonster.de/2008/09/28/dye-your-life/</link>
		<comments>http://www.schrankmonster.de/2008/09/28/dye-your-life/#comments</comments>
		<pubDate>Sun, 28 Sep 2008 13:07:12 +0000</pubDate>
		<dc:creator>bietiekay</dc:creator>
				<category><![CDATA[hack-the-planet]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Modding]]></category>
		<category><![CDATA[Reallife]]></category>
		<category><![CDATA[sones]]></category>

		<guid isPermaLink="false">http://www.schrankmonster.de/2008/09/28/DyeYourLife.aspx</guid>
		<description><![CDATA[Some weeks ago I came across those cool color changing LED lamps made by Philips in a hardware store. It&#8217;s a mood light with a remote control &#8211; you can even control up to 6 lamps with one remote&#8230; Oh I really do think that several of these would be great in the new office [...]]]></description>
			<content:encoded><![CDATA[<p align="left">Some weeks ago I came across those cool color changing LED lamps made by Philips in a hardware store. It&#8217;s a mood light with a remote control &#8211; you can even control up to 6 lamps with one remote&#8230; Oh I really do think that several of these would be great in the new office or at home.</p>
<p align="center"><a href="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/Dyeyourlife_EA5E/livingcolors.png" target="_blank"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="281" alt="livingcolors" src="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/Dyeyourlife_EA5E/livingcolors_thumb.png" width="344" border="0"></a> </p>
<p>Source: <a title="http://www.lighting.philips.com/microsite/living_colors/" href="http://www.lighting.philips.com/microsite/living_colors/">http://www.lighting.philips.com/microsite/living_colors/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.schrankmonster.de/2008/09/28/dye-your-life/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>non-circular gears</title>
		<link>http://www.schrankmonster.de/2008/09/16/non-circular-gears/</link>
		<comments>http://www.schrankmonster.de/2008/09/16/non-circular-gears/#comments</comments>
		<pubDate>Tue, 16 Sep 2008 06:24:25 +0000</pubDate>
		<dc:creator>bietiekay</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Modding]]></category>
		<category><![CDATA[Motorsport]]></category>

		<guid isPermaLink="false">http://www.schrankmonster.de/2008/09/16/noncircularGears.aspx</guid>
		<description><![CDATA[It just looks cool Gears that aren&#8217;t exactly circular and still work. Source: http://zedomax.com/blog/2008/09/10/non-circular-gears/]]></description>
			<content:encoded><![CDATA[<p> It just looks cool <img src='http://www.schrankmonster.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  Gears that aren&#8217;t exactly circular and still work.</p>
<p align="center"><a href="http://zedomax.com/blog/2008/09/10/non-circular-gears/" target="_blank"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="266" alt="gears[1]" src="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/noncirculargears_A17F/gears%5B1%5D_3.jpg" width="404" border="0"></a></p>
<p align="left">Source: <a title="http://zedomax.com/blog/2008/09/10/non-circular-gears/" href="http://zedomax.com/blog/2008/09/10/non-circular-gears/">http://zedomax.com/blog/2008/09/10/non-circular-gears/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.schrankmonster.de/2008/09/16/non-circular-gears/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I finally got my low latency network audio solution</title>
		<link>http://www.schrankmonster.de/2008/09/01/i-finally-got-my-low-latency-network-audio-solution/</link>
		<comments>http://www.schrankmonster.de/2008/09/01/i-finally-got-my-low-latency-network-audio-solution/#comments</comments>
		<pubDate>Mon, 01 Sep 2008 18:30:45 +0000</pubDate>
		<dc:creator>bietiekay</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[hack-the-planet]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Modding]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.schrankmonster.de/2008/09/01/IFinallyGotMyLowLatencyNetworkAudioSolution.aspx</guid>
		<description><![CDATA[In May 2005 I wrote about a wish I had for years: &#8220;As usual I&#8217;ve got a very strange wish what nobody else seems to have on this planet. I have several computers of different platforms. And on one of this machines there are speakers attached&#8230;I want to have the possibility to output from any [...]]]></description>
			<content:encoded><![CDATA[<p>In May 2005 I wrote about a wish I had for years:</p>
<p><em>&#8220;As usual I&#8217;ve got a very strange wish what nobody else seems to have on this planet. I have several computers of different platforms. And on one of this machines there are speakers attached&#8230;I want to have the possibility to output from any of the machines to the speakers. And please loss-less and low latency!&#8221;</em></p>
<p>It took more than 3 years to fulfill this particular wish. But now it&#8217;s done. In 2005 I mentioned the Airfoil software that could run on MacOS X and forward sound from almost every application to an AirTunes compatible device. As it turns out Rogue Amoeba did their homework and created a free &#8220;Airfoil Speakers&#8221; application which can be used on Windows and MacOS X. </p>
<p>So the things are simple: Start the speaker application on a machine that is in the same network/subnet as the Airfoil master. The virtual speaker is then displayed on the master machine and you can assign a sound source from that machine to the speaker. Hmm&#8230; Simple Setup sample: One machine is in my kitchen (Windows XP machine) and one machine is on my desk &#8211; an iMac. In the kitchen only the speaker application is started and the iMac instantly &#8220;sees&#8221; the speaker. One click and the sound output of my desk machine is forwarded through the network to the kitchen&#8230; Easy and cool. One can think of any other combination of Speaker/Master application &#8211; even multiple speakers can be powered by one master&#8230;oh joy!</p>
<p>So here is what the master looks like:</p>
<p align="center"><a href="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/Ifinallygotmylowlatencynetworkaudiosolut_13C9A/airfoil_2.png" target="_blank"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="281" alt="airfoil" src="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/Ifinallygotmylowlatencynetworkaudiosolut_13C9A/airfoil_thumb.png" width="398" border="0"></a> </p>
<p align="left">and this is what it looks like on a client (speaker):</p>
<p align="center"><a href="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/Ifinallygotmylowlatencynetworkaudiosolut_13C9A/airfoil2.jpg" target="_blank"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="189" alt="airfoil2" src="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/Ifinallygotmylowlatencynetworkaudiosolut_13C9A/airfoil2_thumb.jpg" width="400" border="0"></a> </p>
<p>Source 1: <a title="http://www.schrankmonster.de/PermaLink,guid,23cebd7b-22be-47b3-bf81-c01324f639c8.aspx" href="http://www.schrankmonster.de/PermaLink,guid,23cebd7b-22be-47b3-bf81-c01324f639c8.aspx" target="_blank">nerd wish of 2005</a><br />Source 2: <a title="http://rogueamoeba.com/airfoil/" href="http://rogueamoeba.com/airfoil/">http://rogueamoeba.com/airfoil/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.schrankmonster.de/2008/09/01/i-finally-got-my-low-latency-network-audio-solution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Widelands &#8211; an opensource Settlers II clone</title>
		<link>http://www.schrankmonster.de/2008/08/14/widelands-an-opensource-settlers-ii-clone/</link>
		<comments>http://www.schrankmonster.de/2008/08/14/widelands-an-opensource-settlers-ii-clone/#comments</comments>
		<pubDate>Thu, 14 Aug 2008 07:24:17 +0000</pubDate>
		<dc:creator>bietiekay</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Modding]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.schrankmonster.de/2008/08/14/WidelandsAnOpensourceSettlersIIClone.aspx</guid>
		<description><![CDATA[From the wiki about section: &#8220;In Widelands, you are the regent of a small tribe. You start out with nothing but your headquarters, a kind of castle in which all your resources are stored. In the course of the game, you will build an ever growing settlement. Every member of your tribe will do his [...]]]></description>
			<content:encoded><![CDATA[<p align="center"><a href="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/WidelandsanopensourceSettlersIIclone_A173/Logo_2.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="111" alt="Logo" src="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/WidelandsanopensourceSettlersIIclone_A173/Logo_thumb.png" width="404" border="0"></a> </p>
<p align="center"><a href="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/WidelandsanopensourceSettlersIIclone_A173/Widelands-Screen_2.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="304" alt="Widelands-Screen" src="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/WidelandsanopensourceSettlersIIclone_A173/Widelands-Screen_thumb.png" width="404" border="0"></a> </p>
<p>From the <a href="http://xoops.widelands.org/modules/mediawiki/index.php/About_Widelands" target="_blank">wiki about section</a>:</p>
<p>&#8220;In Widelands, you are the regent of a small tribe. You start out with nothing but your headquarters, a kind of castle in which all your resources are stored. In the course of the game, you will build an ever growing settlement. Every member of your tribe will do his or her part to produce more resources &#8211; wood, food, iron, gold and more &#8211; to further this growth. But you are not alone in the world, and you will meet other tribes sooner or later. Some of them may be friendly and trade with you. However, if you want to rule the world, you will have to train soldiers and fight. </p>
<p>Widelands offers a unique style of play. For example, a system of roads plays the central role of your economy: all the goods that are harvested and processed by the tribe must be transported from one building to the next. This is done by carriers, and those carriers always walk along the roads. It is your job to lay out the roads as efficiently as possible.
<p>Another refreshing aspect of the game is the way you command your tribe. There is no need to tell every single one of your subjects what to do &#8211; that would be impossible, because there can be thousands of them! Instead, all you&#8217;ve got to do is order them to build a building somewhere, and the builders will come. Similarly, whenever you want to attack an enemy, just place an order to attack one of their barracks, and your soldiers will march to fight. You&#8217;re really a ruler: You delegate in times of war and in times of peace!
<p>Widelands offers single-player mode with different campaigns; the campaigns all tell storys of tribes or Empires and their struggle in the Widelands universe! However, settling really starts when you unite with friends over the Internet or LAN to build up new empires together &#8211; or to crush each other in the dusts of war. Widelands also offers an Artifical Intelligence to challenge you.
<p>In the end, Widelands will be extensible, so that you can create your own type of tribe with their own sets of buildings. You can create new worlds to play in, and you could even create new types of worlds (who says you can&#8217;t build a settlement on the moon?). &#8221;
<p>Source: <a title="http://xoops.widelands.org/" href="http://xoops.widelands.org/">http://xoops.widelands.org/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.schrankmonster.de/2008/08/14/widelands-an-opensource-settlers-ii-clone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vista Battery Saver tool</title>
		<link>http://www.schrankmonster.de/2008/08/12/vista-battery-saver-tool/</link>
		<comments>http://www.schrankmonster.de/2008/08/12/vista-battery-saver-tool/#comments</comments>
		<pubDate>Tue, 12 Aug 2008 09:45:15 +0000</pubDate>
		<dc:creator>bietiekay</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Modding]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.schrankmonster.de/2008/08/12/VistaBatterySaverTool.aspx</guid>
		<description><![CDATA[Sometimes you&#8217;ll need the battery of your notebook last as long as possible &#8211; sometimes it&#8217;s speed that matters. With Windows Vista you can setup detailed power plans for each situation. But this options are a bit hidden under the surface. For that matter the &#8220;Vista Battery Saver&#8221; is a tool that helps you to [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes you&#8217;ll need the battery of your notebook last as long as possible &#8211; sometimes it&#8217;s speed that matters. With Windows Vista you can setup detailed power plans for each situation. But this options are a bit hidden under the surface.</p>
<p align="center"><a href="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/VistaBatterySavertool_C171/powerplan.png" target="_blank"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="404" alt="powerplan" src="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/VistaBatterySavertool_C171/powerplan_thumb.png" width="392" border="0"></a> </p>
<p align="left">For that matter the &#8220;Vista Battery Saver&#8221; is a tool that helps you to setup the important settings in just one window, with just one click. It even is aware of the power state of your machine &#8211; if it&#8217;s plugged in or now and so on.</p>
<p align="center"><a href="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/VistaBatterySavertool_C171/bbb1.jpg"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="404" alt="bbb1" src="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/VistaBatterySavertool_C171/bbb1_thumb.jpg" width="381" border="0"></a> </p>
<p align="left">It&#8217;s a free tool and you can even download it&#8217;s sourcecode. Give it a try if you&#8217;re on a mobile machine with Vista. </p>
<p align="left">Source: <a title="http://www.codeplex.com/vistabattery" href="http://www.codeplex.com/vistabattery">http://www.codeplex.com/vistabattery</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.schrankmonster.de/2008/08/12/vista-battery-saver-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual Studio Color Theme Generator</title>
		<link>http://www.schrankmonster.de/2008/08/10/visual-studio-color-theme-generator/</link>
		<comments>http://www.schrankmonster.de/2008/08/10/visual-studio-color-theme-generator/#comments</comments>
		<pubDate>Sun, 10 Aug 2008 17:08:06 +0000</pubDate>
		<dc:creator>bietiekay</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[Modding]]></category>

		<guid isPermaLink="false">http://www.schrankmonster.de/2008/08/10/VisualStudioColorThemeGenerator.aspx</guid>
		<description><![CDATA[Oh boy that is cool! Ever since I read that article about Changing your colors in Visual Studio.NET I wanted to create my own theme but never had the time and creativity to do so. Now since there&#8217;s this cool generator website everyone can create their own Visual Studio Color Themes: Source 1: http://frickinsweet.com/tools/Theme.mvc.aspx#Source 2: [...]]]></description>
			<content:encoded><![CDATA[<p>Oh boy that is cool! Ever since I read that article about <a href="http://www.hanselman.com/blog/ChangingYourColorsInVisualStudioNETBlackVersusWhite.aspx" target="_blank">Changing your colors in Visual Studio.NET</a> I wanted to create my own theme but never had the time and creativity to do so. Now since there&#8217;s this <a href="http://frickinsweet.com/tools/Theme.mvc.aspx#" target="_blank">cool generator website</a> everyone can create their own Visual Studio Color Themes:</p>
<p align="center"><a href="http://frickinsweet.com/tools/Theme.mvc.aspx#" target="_blank"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="253" alt="vstudiotheme" src="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/VisualStudioColorThemeGenerator_1293B/vstudiotheme_1.png" width="404" border="0"></a> </p>
</p>
<p>Source 1: <a title="http://frickinsweet.com/tools/Theme.mvc.aspx#" href="http://frickinsweet.com/tools/Theme.mvc.aspx#">http://frickinsweet.com/tools/Theme.mvc.aspx#</a><br />Source 2: <a href="http://www.hanselman.com/blog/ChangingYourColorsInVisualStudioNETBlackVersusWhite.aspx" target="_blank">Changing your colors in Visual Studio.NET</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.schrankmonster.de/2008/08/10/visual-studio-color-theme-generator/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Since we&#8217;re writing our own google-scale filesystem&#8230; we should &#8230;</title>
		<link>http://www.schrankmonster.de/2008/08/09/since-were-writing-our-own-google-scale-filesystem-we-should/</link>
		<comments>http://www.schrankmonster.de/2008/08/09/since-were-writing-our-own-google-scale-filesystem-we-should/#comments</comments>
		<pubDate>Sat, 09 Aug 2008 16:48:00 +0000</pubDate>
		<dc:creator>bietiekay</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Modding]]></category>
		<category><![CDATA[rumors]]></category>
		<category><![CDATA[sones]]></category>

		<guid isPermaLink="false">http://www.schrankmonster.de/2008/08/09/SinceWereWritingOurOwnGooglescaleFilesystemWeShould.aspx</guid>
		<description><![CDATA[&#8230; build ourselves a case for the test machines with lego duplo blocks&#8230; like the founders of google did. &#8220;It’d be hard to believe but yes, Sergey Brin and Larry Page made their first 40GB Google Storage Server with lego casing.&#8221; Source: http://zedomax.com/blog/2008/08/04/original-google-storage-server-made-with-legos/]]></description>
			<content:encoded><![CDATA[<p> &#8230; build ourselves a case for the test machines with lego duplo blocks&#8230; like the founders of google did.</p>
<p><em>&#8220;It’d be hard to believe but yes, Sergey Brin and Larry Page made their first 40GB Google Storage Server with lego casing.&#8221;</em></p>
<p align="center"><a href="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/Sincewerewritingourowngooglescalefilesy_12483/original-google-storage-server_2.jpg" target="_blank"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="404" alt="original-google-storage-server" src="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/Sincewerewritingourowngooglescalefilesy_12483/original-google-storage-server_thumb.jpg" width="274" border="0"></a></p>
<p>Source: <a title="http://zedomax.com/blog/2008/08/04/original-google-storage-server-made-with-legos/" href="http://zedomax.com/blog/2008/08/04/original-google-storage-server-made-with-legos/">http://zedomax.com/blog/2008/08/04/original-google-storage-server-made-with-legos/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.schrankmonster.de/2008/08/09/since-were-writing-our-own-google-scale-filesystem-we-should/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>get access to linux filesystems like ext3 and reiserfs by using FUSE on Windows</title>
		<link>http://www.schrankmonster.de/2008/08/04/get-access-to-linux-filesystems-like-ext3-and-reiserfs-by-using-fuse-on-windows/</link>
		<comments>http://www.schrankmonster.de/2008/08/04/get-access-to-linux-filesystems-like-ext3-and-reiserfs-by-using-fuse-on-windows/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 11:14:36 +0000</pubDate>
		<dc:creator>bietiekay</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Modding]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.schrankmonster.de/2008/08/04/getAccessToLinuxFilesystemsLikeExt3AndReiserfsByUsingFUSEOnWindows.aspx</guid>
		<description><![CDATA[If you&#8217;re using Windows and if you want to access those filesystems that are used by Linux you can use FUSE on Windows now. &#8220;Filesystem in Userspace (FUSE) is a loadable kernel module for Unix-like computer operating systems, that allows non-privileged users to create their own file systems without editing the kernel code. This is [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re using Windows and if you want to access those filesystems that are used by Linux you can use FUSE on Windows now. </p>
<p><em>&#8220;<b>Filesystem in Userspace</b> (<b>FUSE</b>) is a </em><a href="http://en.wikipedia.org/wiki/Loadable_kernel_module"><em>loadable kernel module</em></a><em> for </em><a href="http://en.wikipedia.org/wiki/Unix-like"><em>Unix-like</em></a><em> computer </em><a href="http://en.wikipedia.org/wiki/Operating_system"><em>operating systems</em></a><em>, that allows non-privileged users to create their own </em><a href="http://en.wikipedia.org/wiki/File_system"><em>file systems</em></a><em> without editing the </em><a href="http://en.wikipedia.org/wiki/Kernel_%28computer_science%29"><em>kernel</em></a><em> code. This is achieved by running the file system code in </em><a href="http://en.wikipedia.org/wiki/User_space"><em>user space</em></a><em>, while the FUSE module only provides a &#8220;bridge&#8221; to the actual kernel interfaces. FUSE was officially merged into the mainstream </em><a href="http://en.wikipedia.org/wiki/Linux_kernel"><em>Linux kernel</em></a><em> tree in kernel version 2.6.14.</em></p>
<p><em>FUSE is particularly useful for writing </em><a href="http://en.wikipedia.org/wiki/Virtual_file_system"><em>virtual file systems</em></a><em>. Unlike traditional filesystems, which essentially save data to and retrieve data from disk, virtual filesystems do not actually store data themselves. They act as a view or translation of an existing filesystem or storage device. In principle, any resource available to FUSE implementation can be exported as a file system. See </em><a href="http://en.wikipedia.org/wiki/Filesystem_in_Userspace#Examples"><em>Examples</em></a><em> for some of the possible applications.&#8221;</em> (<a href="http://en.wikipedia.org/wiki/Filesystem_in_Userspace" target="_blank">Wikipedia</a>)
<p>There is a version of FUSE for Mac and of course for linux and now with coLinux there&#8217;s a chance to get the FUSE world onto the Windows machines.
<p>&#8220;<em>For our task we will use coLinux. coLinux is a modified linux kernel that can be executed as an application or a service in the Windows environment. The web page of the project is </em><a href="http://www.colinux.org/"><em>http://www.colinux.org/</em></a><em>.&#8221;</em>
<p align="center"><a href="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/getaccesstolinuxfilesystemslikeext3andre_D3AB/colinux01_2.png" target="_blank"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="207" alt="colinux01" src="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/getaccesstolinuxfilesystemslikeext3andre_D3AB/colinux01_thumb.png" width="404" border="0"></a> </p>
<p>You&#8217;ll find a very detailed how-to <a href="http://polishlinux.org/linux/ext3-reiserfs-xfs-in-windows-thanks-to-colinux/" target="_blank">there.</a>
<p>Source 1: <a title="http://en.wikipedia.org/wiki/Filesystem_in_Userspace" href="http://en.wikipedia.org/wiki/Filesystem_in_Userspace">http://en.wikipedia.org/wiki/Filesystem_in_Userspace</a><br />Source 2: <a title="http://polishlinux.org/linux/ext3-reiserfs-xfs-in-windows-thanks-to-colinux/" href="http://polishlinux.org/linux/ext3-reiserfs-xfs-in-windows-thanks-to-colinux/">http://polishlinux.org/linux/ext3-reiserfs-xfs-in-windows-thanks-to-colinux/</a><br />Source 3: <a title="http://www.colinux.org/" href="http://www.colinux.org/">http://www.colinux.org/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.schrankmonster.de/2008/08/04/get-access-to-linux-filesystems-like-ext3-and-reiserfs-by-using-fuse-on-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>your office chair: right out of your race car</title>
		<link>http://www.schrankmonster.de/2008/07/30/your-office-chair-right-out-of-your-race-car/</link>
		<comments>http://www.schrankmonster.de/2008/07/30/your-office-chair-right-out-of-your-race-car/#comments</comments>
		<pubDate>Wed, 30 Jul 2008 15:23:52 +0000</pubDate>
		<dc:creator>bietiekay</dc:creator>
				<category><![CDATA[hack-the-planet]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Modding]]></category>
		<category><![CDATA[Motorsport]]></category>

		<guid isPermaLink="false">http://www.schrankmonster.de/2008/07/30/yourOfficeChairRightOutOfYourRaceCar.aspx</guid>
		<description><![CDATA[If you ever wanted to sit on a real fast office chair&#8230; you probably want to consider buying one of these: built from a Lamborghini Diablo GT chair&#8230; &#8220;Race Chairs brand office furniture is the perfect collection for the performance minded or motorsports obsessed individual. Our offerings are unique conversation pieces that give a subtle [...]]]></description>
			<content:encoded><![CDATA[<p>If you ever wanted to sit on a real fast office chair&#8230; you probably want to consider buying one of these: </p>
<p align="center"><a href="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/yourofficechairrightoutofyourracecar_110EC/rc128-2_2.jpg"><img style="border: 0px none ;" alt="rc128-2" src="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/yourofficechairrightoutofyourracecar_110EC/rc128-2_thumb.jpg" border="0" height="404" width="304"></a> <br />built from a Lamborghini Diablo GT chair&#8230;</p>
<p><em>&#8220;Race Chairs brand office furniture is the perfect collection for the performance minded or motorsports obsessed individual.  Our offerings are unique conversation pieces that give a subtle yet distinctive high tech atmosphere to any room.</em> </p>
<p><em>Our chairs are made from the authentic high performance seats from exotic racecars such as Ferrari, Maserati, Lamborghini, and Porsche.  From our unique connection to the motorsports world, we are able to acquire a unique and everchanging inventory. Our Carbonfiber desks are an industry first and our accessories collection and one-off motorsports memorabilia pieces truly complete the decor while acting as functional pieces in the room.&#8221;</em> </p>
<p>It&#8217;s not cheap but it has style <img src='http://www.schrankmonster.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  </p>
<p>Source: <a title="http://www.racechairs.com/default.asp" href="http://www.racechairs.com/default.asp">http://www.racechairs.com/default.asp</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.schrankmonster.de/2008/07/30/your-office-chair-right-out-of-your-race-car/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.NETAsm &#8211; inject native x86 code into your .NET apps</title>
		<link>http://www.schrankmonster.de/2008/07/28/netasm-inject-native-x86-code-into-your-net-apps/</link>
		<comments>http://www.schrankmonster.de/2008/07/28/netasm-inject-native-x86-code-into-your-net-apps/#comments</comments>
		<pubDate>Mon, 28 Jul 2008 09:48:26 +0000</pubDate>
		<dc:creator>bietiekay</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[hack-the-planet]]></category>
		<category><![CDATA[Modding]]></category>

		<guid isPermaLink="false">http://www.schrankmonster.de/2008/07/28/NETAsmInjectNativeX86CodeIntoYourNETApps.aspx</guid>
		<description><![CDATA[It may come in handy some time to have this functionality available. Unfortunatly it does not support 64 Bits &#8211; on which I am mainly developing now &#8211; but it&#8217;s cool: &#8220;NetAsm 1.0 is released. NetAsm provides a hook to the .NET JIT compiler and enables to inject your own native code in replacement of [...]]]></description>
			<content:encoded><![CDATA[<p>It may come in handy some time to have this functionality available. Unfortunatly it does not support 64 Bits &#8211; on which I am mainly developing now &#8211; but it&#8217;s cool:
<p align="center"><a href="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/.NETAsminjectnativex86codeintoyo.NETapps_C231/NetAsmLogo_2.jpg"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="104" alt="NetAsmLogo" src="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/.NETAsminjectnativex86codeintoyo.NETapps_C231/NetAsmLogo_thumb.jpg" width="357" border="0"></a> </p>
<p>&#8220;NetAsm 1.0 is released. NetAsm provides a hook to the .NET JIT compiler and enables to inject your own native code in replacement of the default CLR JIT compilation. With this library, it is possible, at runtime, to inject x86 assembler code in CLR methods with the speed of a pure CLR method call and without the cost of Interop/PInvoke calls.&#8221;</p>
<ul>
<li><em>Runs on <b>x86 32bit Microsoft .NET platform with 2.0+ CLR runtime</b> (x64 may be supported in the future). </em>
<li><em>Provides three different native <b>code injection techniques</b>: Static, DLL, and Dynamic. </em>
<ul>
<li><em><b>Static code injection</b>: The native code is stored in an attribute of the method. </em>
<li><em><b>Dll code injection</b> : this method is similar to the DllImport mechanism but CLR methods are directly bind to the DLL function, without going through the interop layers. </em>
<li><em><b>Dynamic code injection</b>: you can generate native code dynamically with a callback interface that is called by the JIT when compilation of a method is occurring. It means that you can compile a method “on the fly”. You have also access to the IL code of the method being compiled. </em></li>
</ul>
<li><em><b>Supports for debugging</b> static and dynamic code injection. </em>
<li><em><b>Supports for different calling conventions: StdCall, FastCall, ThisCall, Cdecl</b>. Default calling convention is CLRCall. </em>
<li><em>NetAsm can be used inside <b>any .NET language</b>. </em>
<li><em>Very <b>small library</b> <100Ko. </em></li>
</ul>
<p>Source: <a title="http://www.codeplex.com/netasm" href="http://www.codeplex.com/netasm">http://www.codeplex.com/netasm</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.schrankmonster.de/2008/07/28/netasm-inject-native-x86-code-into-your-net-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>speaking of Augmented Reality</title>
		<link>http://www.schrankmonster.de/2008/07/25/speaking-of-augmented-reality/</link>
		<comments>http://www.schrankmonster.de/2008/07/25/speaking-of-augmented-reality/#comments</comments>
		<pubDate>Fri, 25 Jul 2008 10:09:04 +0000</pubDate>
		<dc:creator>bietiekay</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[Modding]]></category>
		<category><![CDATA[Reallife]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[Riot]]></category>

		<guid isPermaLink="false">http://www.schrankmonster.de/2008/07/25/speakingOfAugmentedReality.aspx</guid>
		<description><![CDATA[It seems that I missed that Augmented Reality Toolkit all the way until now. It&#8217;s ARToolKit and it&#8217;s completely OpenSource. As a matter of fact there are a ton of demos available&#8230; HOW could I possibly miss that for so long? &#8220;ARToolKit is a software library for building Augmented Reality (AR) applications. These are applications [...]]]></description>
			<content:encoded><![CDATA[<p>It seems that I missed that Augmented Reality Toolkit all the way until now. It&#8217;s ARToolKit and it&#8217;s completely OpenSource. </p>
<p>As a matter of fact there are a ton of demos available&#8230; HOW could I possibly miss that for so long?</p>
<p><em>&#8220;ARToolKit is a software library for building Augmented Reality (AR) applications. These are applications that involve the overlay of virtual imagery on the real world. For example, in the image to the right a three-dimensional virtual character appears standing on a real card. It can be seen by the user in the head set display they are wearing. When the user moves the card, the virtual character moves with it and appears attached to the real object. </em>
<p><em>One of the key difficulties in developing Augmented Reality applications is the problem of tracking the users viewpoint. In order to know from what viewpoint to draw the virtual imagery, the application needs to know where the user is looking in the real world.&#8221;</em>
<p>Here is a short video demonstration of what you could start with:
<div align="center"><embed src="http://www.youtube.com/v/gS6oAPour8g&#038;hl=de&#038;fs=1" width="425" height="344" type="application/x-shockwave-flash" allowfullscreen="true"></embed></div>
<p>&#8230;not talking about the things that would be possible if someone had a great idea <img src='http://www.schrankmonster.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />
<p>Source: <a title="http://www.hitl.washington.edu/artoolkit/" href="http://www.hitl.washington.edu/artoolkit/">http://www.hitl.washington.edu/artoolkit/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.schrankmonster.de/2008/07/25/speaking-of-augmented-reality/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>a tool to convert a Windows Server 2008 machine into a useable workstation without loosing anything</title>
		<link>http://www.schrankmonster.de/2008/07/24/a-tool-to-convert-a-windows-server-2008-machine-into-a-useable-workstation-without-loosing-anything/</link>
		<comments>http://www.schrankmonster.de/2008/07/24/a-tool-to-convert-a-windows-server-2008-machine-into-a-useable-workstation-without-loosing-anything/#comments</comments>
		<pubDate>Thu, 24 Jul 2008 06:03:45 +0000</pubDate>
		<dc:creator>bietiekay</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Modding]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.schrankmonster.de/2008/07/24/aToolToConvertAWindowsServer2008MachineIntoAUseableWorkstationWithoutLoosingAnything.aspx</guid>
		<description><![CDATA[a similar tool is available for Windows Server 2003 and now for 2008: &#8220;Probably you are thinking at the moment: “Why the heck should I use Windows Server 2008 as my Workstations Operating System?? Vista works fine for me…”. The answer is clear: Windows Server 2008 has almost exactly the same features as Windows Vista [...]]]></description>
			<content:encoded><![CDATA[<p>a similar tool is available for Windows Server 2003 and now for 2008:
<p><em>&#8220;Probably you are thinking at the moment: “Why the heck should I use Windows Server 2008 as my Workstations Operating System?? Vista works fine for me…”.</em>
<p><em><strong>The answer is clear:</strong> Windows Server 2008 has almost exactly the same features as Windows Vista (SP1), but is remarkably faster and more stable!</em><em>&#8220;</em>
<p align="center"><a href="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/atooltoconvertaWindowsServer2008machinei_909D/converter_general_2.jpg"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="275" alt="converter_general" src="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/atooltoconvertaWindowsServer2008machinei_909D/converter_general_thumb.jpg" width="404" border="0"></a> </p>
<p align="left">I cannot talk about the &#8220;more stable&#8221;-part since my Vista machines do not crash but if you&#8217;re one of those who just cannot live without the newest cutting-edge kernel version go ahead install Server 2008 and convert it into a useable workstation with Sound and stuff <img src='http://www.schrankmonster.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p align="left">Source: <a title="http://www.win2008workstation.com/wordpress/2008/07/17/windows-server-2008-workstation-converter/" href="http://www.win2008workstation.com/wordpress/2008/07/17/windows-server-2008-workstation-converter/">http://www.win2008workstation.com/wordpress/2008/07/17/windows-server-2008-workstation-converter/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.schrankmonster.de/2008/07/24/a-tool-to-convert-a-windows-server-2008-machine-into-a-useable-workstation-without-loosing-anything/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to turn an old notebook into a very stylish Arcade / MAME Cocktail Cabinet</title>
		<link>http://www.schrankmonster.de/2008/07/08/how-to-turn-an-old-notebook-into-a-very-stylish-arcade-mame-cocktail-cabinet/</link>
		<comments>http://www.schrankmonster.de/2008/07/08/how-to-turn-an-old-notebook-into-a-very-stylish-arcade-mame-cocktail-cabinet/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 21:19:24 +0000</pubDate>
		<dc:creator>bietiekay</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[hack-the-planet]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Modding]]></category>

		<guid isPermaLink="false">http://www.schrankmonster.de/2008/07/08/HowToTurnAnOldNotebookIntoAVeryStylishArcadeMAMECocktailCabinet.aspx</guid>
		<description><![CDATA[You would need: an old yet powerful enough notebook to play MAME games &#8220;MAME is an emulator application designed to recreate the hardware of arcade game systems in software, with the intent of preserving gaming history and preventing vintage games from being lost or forgotten. The name is an acronym for Multiple Arcade Machine Emulator.&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>You would need:</p>
<ol>
<li>an old yet powerful enough notebook to play MAME games<br /><a href="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/HowtoturnanoldnotebookintoaverystylishAr_A7D/300px-MAME_2.jpg"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="47" alt="300px-MAME" src="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/HowtoturnanoldnotebookintoaverystylishAr_A7D/300px-MAME_thumb.jpg" width="141" border="0"></a> <br /><em>&#8220;<b>MAME</b> is an </em><a href="http://en.wikipedia.org/wiki/Emulator"><em>emulator</em></a><em> application designed to recreate the </em><a href="http://en.wikipedia.org/wiki/Hardware"><em>hardware</em></a><em> of </em><a href="http://en.wikipedia.org/wiki/Arcade_game"><em>arcade game</em></a><em> systems in </em><a href="http://en.wikipedia.org/wiki/Software"><em>software</em></a><em>, with the intent of preserving gaming history and preventing vintage games from being lost or forgotten. The name is an acronym for Multiple Arcade Machine Emulator.&#8221;</em></li>
<li>an IKEA RAMVIK sideboard</li>
<li>go to <a href="http://mamebook.blogspot.com/" target="_blank">the homepage of the project</a> to get the details how to build it <img src='http://www.schrankmonster.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </li>
</ol>
<p align="center"><a href="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/HowtoturnanoldnotebookintoaverystylishAr_A7D/IMG_0599_2_2.jpg"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="404" alt="IMG_0599_2" src="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/HowtoturnanoldnotebookintoaverystylishAr_A7D/IMG_0599_2_thumb.jpg" width="304" border="0"></a> </p>
<p>Source 1: <a title="http://en.wikipedia.org/wiki/MAME" href="http://en.wikipedia.org/wiki/MAME">http://en.wikipedia.org/wiki/MAME</a><br />Source 3: <a href="http://www.ikea.com">http://www.ikea.com</a><br />Source 2: <a title="http://mamebook.blogspot.com/" href="http://mamebook.blogspot.com/">http://mamebook.blogspot.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.schrankmonster.de/2008/07/08/how-to-turn-an-old-notebook-into-a-very-stylish-arcade-mame-cocktail-cabinet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>When you&#8217;re in need of a good whiteboard&#8230; use Wii controllers + homebrew</title>
		<link>http://www.schrankmonster.de/2008/06/08/when-youre-in-need-of-a-good-whiteboard-use-wii-controllers-homebrew/</link>
		<comments>http://www.schrankmonster.de/2008/06/08/when-youre-in-need-of-a-good-whiteboard-use-wii-controllers-homebrew/#comments</comments>
		<pubDate>Sun, 08 Jun 2008 18:57:24 +0000</pubDate>
		<dc:creator>bietiekay</dc:creator>
				<category><![CDATA[hack-the-planet]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Modding]]></category>
		<category><![CDATA[Research]]></category>

		<guid isPermaLink="false">http://www.schrankmonster.de/2008/06/08/WhenYoureInNeedOfAGoodWhiteboardUseWiiControllersHomebrew.aspx</guid>
		<description><![CDATA[Oh yeah. I talked about these kinds of electronic whiteboards for years &#8211; and now it seems that there is a cheap and really useful DIY solution created by Johnny Chung Lee(beside several other really useful and astounding DIY jobs) &#8220;Since the Wiimote can track sources of infrared (IR) light, you can track pens that [...]]]></description>
			<content:encoded><![CDATA[<p>Oh yeah. I talked about these kinds of electronic whiteboards for years &#8211; and now it seems that there is a cheap and really useful DIY solution created by <a href="http://www.cs.cmu.edu/~johnny/projects/wii/" target="_blank">Johnny Chung Lee(beside several other really useful and astounding DIY jobs)</a></p>
<p><em>&#8220;Since the Wiimote can track sources of infrared (IR) light, you can track pens that have an IR led in the tip. By pointing a wiimote at a projection screen or LCD display, you can create very low-cost interactive whiteboards or tablet displays. Since the Wiimote can track upto 4 points, up to 4 pens can be used. It also works great with rear-projected displays.&#8221;</em></p>
<p>So you need:</p>
<ul>
<li>a Wiimote
<li>a selfmade Infrared-LED Pen that marks the trackable point </li>
</ul>
<p>So <a href="http://blog.slash-me.net/archives/268-Wii-Whiteboard.html" target="_blank">namenlos (his blog)</a> did his version of the Wii whiteboard and made a video of it:</p>
<div align="center"><embed pluginspage="http://macromedia.com/go/getflashplayer" src="http://images.video.msn.com/flash/soapbox1_1.swf" width="432" height="364" type="application/x-shockwave-flash" flashvars="c=v&#038;v=5fb4dca1-106f-4991-9fd4-4d3227c4fe7c&#038;ifs=true&#038;fr=msnvideo&#038;mkt=de-DE&#038;brand=" allowscriptaccess="always" allowfullscreen="true" base="http://images.video.msn.com" quality="high"></embed><br /><a title="Wii Whiteboard" href="http://video.msn.com/video.aspx?vid=5fb4dca1-106f-4991-9fd4-4d3227c4fe7c" target="_new">Video: Wii Whiteboard</a> </div>
<p align="center">(due to music the license of this video is <a href="http://creativecommons.org/licenses/by-nc-sa/2.0/de/deed.en" target="_blank">CC-BY-NC-SA</a>)</p>
<p align="left">Really impressive isn&#8217;t it? And you can do so much more with this Wiimote stuff. &#8211; Actually I am planning to get such a Wiimote and a Pen and try it myself.</p>
<p>Source 1: <a title="http://www.cs.cmu.edu/~johnny/projects/wii/" href="http://www.cs.cmu.edu/~johnny/projects/wii/">http://www.cs.cmu.edu/~johnny/projects/wii/</a> <br />Source 2: <a title="http://blog.slash-me.net/archives/268-Wii-Whiteboard.html" href="http://blog.slash-me.net/archives/268-Wii-Whiteboard.html">http://blog.slash-me.net/archives/268-Wii-Whiteboard.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.schrankmonster.de/2008/06/08/when-youre-in-need-of-a-good-whiteboard-use-wii-controllers-homebrew/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>german Citizens&#8217; band radio over the internet&#8230;Freies Funknetz!</title>
		<link>http://www.schrankmonster.de/2008/06/02/german-citizens-band-radio-over-the-internet-freies-funknetz/</link>
		<comments>http://www.schrankmonster.de/2008/06/02/german-citizens-band-radio-over-the-internet-freies-funknetz/#comments</comments>
		<pubDate>Mon, 02 Jun 2008 22:37:21 +0000</pubDate>
		<dc:creator>bietiekay</dc:creator>
				<category><![CDATA[freies Funknetz]]></category>
		<category><![CDATA[hack-the-planet]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Modding]]></category>
		<category><![CDATA[Radio]]></category>
		<category><![CDATA[rocket-science]]></category>

		<guid isPermaLink="false">http://www.schrankmonster.de/2008/06/02/germanCitizensBandRadioOverTheInternetFreiesFunknetz.aspx</guid>
		<description><![CDATA[The internet makes things possible some people dreamt of for years. One of these things is the possibility to stream live-voice-chat over the internet. Many people used the citizens&#8217; band radio &#8211; CB radio &#8211; for the last decades: &#8220;Citizens&#8217; Band radio (CB) is, in many countries, a system of short-distance, simplex[1] radio communications between [...]]]></description>
			<content:encoded><![CDATA[<p>The internet makes things possible some people dreamt of for years. One of these things is the possibility to stream live-voice-chat over the internet. Many people used the citizens&#8217; band radio &#8211; CB radio &#8211; for the last decades:</p>
<p><em>&#8220;<b>Citizens&#8217; Band radio</b> (CB) is, in many countries, a system of short-distance, </em><a href="http://en.wikipedia.org/wiki/Simplex_communication"><em>simplex</em></a><sup><a href="http://en.wikipedia.org/wiki/Citizens%27_band_radio#cite_note-0"><em>[1]</em></a></sup><em> radio communications between individuals on a selection of 40 channels within the 27 </em><a href="http://en.wikipedia.org/wiki/Hertz"><em>MHz</em></a><em> (11 meter) band. The CB radio service should not be confused with </em><a href="http://en.wikipedia.org/wiki/Family_Radio_Service"><em>FRS</em></a><em>, </em><a href="http://en.wikipedia.org/wiki/GMRS"><em>GMRS</em></a><em>, </em><a href="http://en.wikipedia.org/wiki/Multi-Use_Radio_Service"><em>MURS</em></a><em>, or </em><a href="http://en.wikipedia.org/wiki/Amateur_radio"><em>amateur (&#8220;ham&#8221;) radio</em></a><em>. Similar personal radio services exist in other countries, with varying requirements for licensing and differing technical standards. In many countries, CB does not require a license and, unlike amateur radio, it may be used for business as well as personal communications.&#8221;</em></p>
<p>For several years now there is a group of people from virtually everywhere in germany who connect their CB radios to the internet &#8211; they link their &#8220;gateways&#8221; together using a software normally used by online gamers called <a href="http://www.goteamspeak.com/" target="_blank">&#8220;TeamSpeak&#8221;</a>. All you have to do to take a look is to read <a href="http://www.ts-windsbach.de/viewpage.php?page_id=44" target="_blank">this short how-to and follow the steps.</a></p>
<p>Here&#8217;s a sneak-peak at the current status of the server:</p>
<p align="center"> <iframe name="tsviewer" allowtransparency="true" src="http://www.tsviewer.com/ts_viewer_pur.php?ID=35528&#038;bg=transparent&#038;type=&#038;type_size=9&#038;type_family=1&#038;info=1&#038;channels=1&#038;users=1&#038;type_s_weight=normal&#038;type_s_style=normal&#038;type_s_variant=normal&#038;type_s_decoration=none&#038;type_s_weight_h=normal&#038;type_s_style_h=normal&#038;type_s_variant_h=normal&#038;type_s_decoration_h=none&#038;type_i_weight=normal&#038;type_i_style=normal&#038;type_i_variant=normal&#038;type_i_decoration=none&#038;type_i_weight_h=normal&#038;type_i_style_h=normal&#038;type_i_variant_h=normal&#038;type_i_decoration_h=none&#038;type_c_weight=normal&#038;type_c_style=normal&#038;type_c_variant=normal&#038;type_c_decoration=none&#038;type_c_weight_h=normal&#038;type_c_style_h=normal&#038;type_c_variant_h=normal&#038;type_c_decoration_h=none&#038;type_u_weight=normal&#038;type_u_style=normal&#038;type_u_variant=normal&#038;type_u_decoration=none&#038;type_u_weight_h=normal&#038;type_u_style_h=normal&#038;type_u_variant_h=normal&#038;type_u_decoration_h=none&#038;skin=tsv_mini&#038;cflags=0&#038;pflags=0" style="" frameborder="0" height="400" scrolling="auto" width="200"></iframe> </p>
<p>There&#8217;s even a livestream available (but sometimes not working):</p>
<p align="center"> <embed name="MediaPlayer" pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/" src="http://81.169.165.199:8000" type="application/x-mplayer2" transparentatstart="1" autostart="0" animationatstart="0" showcontrols="true" showaudiocontrols="1" showpositioncontrols="0" autosize="0" showstatusbar="1" displaysize="false" align="baseline" border="0" height="50" width="150"> </p>
</p>
<p>Source 1: <a title="http://www.freiesfunknetz.com/" href="http://www.freiesfunknetz.com/">http://www.freiesfunknetz.com/</a><br />Source 2: <a title="http://www.goteamspeak.com/" href="http://www.goteamspeak.com/">http://www.goteamspeak.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.schrankmonster.de/2008/06/02/german-citizens-band-radio-over-the-internet-freies-funknetz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I want this 3D underwater mosaic &#8230; wait &#8230; first I need a pool</title>
		<link>http://www.schrankmonster.de/2008/06/01/i-want-this-3d-underwater-mosaic-wait-first-i-need-a-pool/</link>
		<comments>http://www.schrankmonster.de/2008/06/01/i-want-this-3d-underwater-mosaic-wait-first-i-need-a-pool/#comments</comments>
		<pubDate>Sun, 01 Jun 2008 18:56:08 +0000</pubDate>
		<dc:creator>bietiekay</dc:creator>
				<category><![CDATA[graphics]]></category>
		<category><![CDATA[Modding]]></category>
		<category><![CDATA[Reallife]]></category>

		<guid isPermaLink="false">http://www.schrankmonster.de/2008/06/01/IWantThis3DUnderwaterMosaicWaitFirstINeedAPool.aspx</guid>
		<description><![CDATA[It&#8217;s an underwater mosaic that is on the bottom of the pool and it just looks great&#8230; at least for us Source: http://www.sinn-frei.com/unterwasser-3d-zeichnungen_8169.htm]]></description>
			<content:encoded><![CDATA[<p align="left">It&#8217;s an underwater mosaic that is on the bottom of the pool and it just looks great&#8230; at least for us <img src='http://www.schrankmonster.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p align="center"><a href="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/Iwantthis3Dunderwatermos.firstIneedapool_13802/8169_004_2.jpg" target="_blank"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="304" alt="8169_004" src="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/Iwantthis3Dunderwatermos.firstIneedapool_13802/8169_004_thumb.jpg" width="404" border="0"></a> </p>
<p align="center"><a href="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/Iwantthis3Dunderwatermos.firstIneedapool_13802/8169_005_2.jpg" target="_blank"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="304" alt="8169_005" src="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/Iwantthis3Dunderwatermos.firstIneedapool_13802/8169_005_thumb.jpg" width="404" border="0"></a> </p>
<p align="center"><a href="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/Iwantthis3Dunderwatermos.firstIneedapool_13802/8169_007_2.jpg" target="_blank"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="287" alt="8169_007" src="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/Iwantthis3Dunderwatermos.firstIneedapool_13802/8169_007_thumb.jpg" width="404" border="0"></a> </p>
<p align="left">Source: <a title="http://www.sinn-frei.com/unterwasser-3d-zeichnungen_8169.htm" href="http://www.sinn-frei.com/unterwasser-3d-zeichnungen_8169.htm">http://www.sinn-frei.com/unterwasser-3d-zeichnungen_8169.htm</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.schrankmonster.de/2008/06/01/i-want-this-3d-underwater-mosaic-wait-first-i-need-a-pool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>the ethernet wedding ring&#8230; OMG!</title>
		<link>http://www.schrankmonster.de/2008/05/27/the-ethernet-wedding-ring-omg/</link>
		<comments>http://www.schrankmonster.de/2008/05/27/the-ethernet-wedding-ring-omg/#comments</comments>
		<pubDate>Tue, 27 May 2008 11:26:10 +0000</pubDate>
		<dc:creator>bietiekay</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Modding]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[Reallife]]></category>
		<category><![CDATA[Riot]]></category>

		<guid isPermaLink="false">http://www.schrankmonster.de/2008/05/27/theEthernetWeddingRingOMG.aspx</guid>
		<description><![CDATA[Since we already got them this is not an option for us&#8230; but maybe for your wedding: Source:http://www.etsy.com/view_listing.php?listing_id=10501732]]></description>
			<content:encoded><![CDATA[<p>Since we already got them this is not an option for us&#8230; but maybe for your wedding:
<div align="center"><a target="_blank" href="http://www.etsy.com/view_listing.php?listing_id=10501732"><img src="http://www.schrankmonster.de/content/binary/ethernetweddingring%202.png" border="0" /></a></div>
<p>
<p>Source:<a target="_blank" href="http://www.etsy.com/view_listing.php?listing_id=10501732">http://www.etsy.com/view_listing.php?listing_id=10501732</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.schrankmonster.de/2008/05/27/the-ethernet-wedding-ring-omg/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>the perfect working environment part 5</title>
		<link>http://www.schrankmonster.de/2008/05/07/the-perfect-working-environment-part-5/</link>
		<comments>http://www.schrankmonster.de/2008/05/07/the-perfect-working-environment-part-5/#comments</comments>
		<pubDate>Wed, 07 May 2008 11:49:41 +0000</pubDate>
		<dc:creator>bietiekay</dc:creator>
				<category><![CDATA[Modding]]></category>
		<category><![CDATA[private]]></category>
		<category><![CDATA[Reallife]]></category>

		<guid isPermaLink="false">http://www.schrankmonster.de/2008/05/07/thePerfectWorkingEnvironmentPart5.aspx</guid>
		<description><![CDATA[Since the good old mac mini is gone and a new mac arrived &#8211; and since I moved to a new place I think it&#8217;s time to share my current desktop with you: If you want to know how it looked in the old place an 9 months ago take a look at the fourth [...]]]></description>
			<content:encoded><![CDATA[<p>Since the good old mac mini is gone and a new mac arrived &#8211; and since I moved to a new place I think it&#8217;s time to share my current desktop with you:</p>
<p align="center"><a href="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/theperfectworkingenvironmentpart5_DA91/workplace_2.jpg" target="_blank"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="169" alt="workplace" src="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/theperfectworkingenvironmentpart5_DA91/workplace_thumb.jpg" width="404" border="0"></a> </p>
<p align="left">If you want to know how it looked in the old place an 9 months ago take a look at <a href="http://www.schrankmonster.de/PermaLink,guid,608a8141-9330-4d02-a834-5d88df936539.aspx" target="_blank">the fourth part of this series</a>.</p>
<p align="left">Source: <a href="http://www.schrankmonster.de/PermaLink,guid,608a8141-9330-4d02-a834-5d88df936539.aspx" target="_blank">the perfect working environment part 4</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.schrankmonster.de/2008/05/07/the-perfect-working-environment-part-5/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What is inside a SD card?</title>
		<link>http://www.schrankmonster.de/2008/05/01/what-is-inside-a-sd-card/</link>
		<comments>http://www.schrankmonster.de/2008/05/01/what-is-inside-a-sd-card/#comments</comments>
		<pubDate>Thu, 01 May 2008 18:38:33 +0000</pubDate>
		<dc:creator>bietiekay</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Modding]]></category>
		<category><![CDATA[rumors]]></category>

		<guid isPermaLink="false">http://www.schrankmonster.de/2008/05/01/WhatIsInsideASDCard.aspx</guid>
		<description><![CDATA[You may &#8211; just like me &#8211; be curious about the things that might or might not be inside of the plastic housing of a SD card:]]></description>
			<content:encoded><![CDATA[<p>You may &#8211; just like me &#8211; be curious about the things that might or might not be inside of the plastic housing of a SD card:</p>
<p align="center"><a href="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/WhatisinsideaSDcard_120B3/IMG_0985.jpg" target="_blank"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="304" alt="IMG_0985" src="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/WhatisinsideaSDcard_120B3/IMG_0985_thumb.jpg" width="404" border="0" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.schrankmonster.de/2008/05/01/what-is-inside-a-sd-card/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>CHDK &#8211; the alternative firmware for many Canon Digital Cameras</title>
		<link>http://www.schrankmonster.de/2008/04/22/chdk-the-alternative-firmware-for-many-canon-digital-cameras/</link>
		<comments>http://www.schrankmonster.de/2008/04/22/chdk-the-alternative-firmware-for-many-canon-digital-cameras/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 17:55:22 +0000</pubDate>
		<dc:creator>bietiekay</dc:creator>
				<category><![CDATA[graphics]]></category>
		<category><![CDATA[hack-the-planet]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Modding]]></category>

		<guid isPermaLink="false">http://www.schrankmonster.de/2008/04/22/CHDKTheAlternativeFirmwareForManyCanonDigitalCameras.aspx</guid>
		<description><![CDATA[&#8220;CHDK is a firmware enhancement that operates on a number of Canon Cameras. CHDK gets loaded into your camera&#8217;s memory upon bootup (either manually or automatically). It provides additional functionality beyond that currently provided by the native camera firmware. CHDK is not a permanent firmware upgrade: you decide how it is loaded (manually or automatically) [...]]]></description>
			<content:encoded><![CDATA[<p><em>&#8220;CHDK is a firmware enhancement that operates on a number of Canon Cameras. CHDK gets loaded into your camera&#8217;s memory upon bootup (either manually or automatically). It provides additional functionality beyond that currently provided by the native camera firmware. </em></p>
<p><em>CHDK is not a permanent firmware upgrade: you decide how it is loaded (manually or automatically) and you can always easily remove it.&#8221;</em></p>
<p align="center"><b><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="286" alt="chdk" src="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/CHDKthealternativefirmwareformanyCanonDi_116A1/chdk_1.jpg" width="400" border="0" /> </b></p>
<p><b>Main features:</b></p>
<ul>
<li>Save images in RAW format </li>
<li>Ability to run &#8220;Scripts&#8221; to automate the camera </li>
<li>Live histogram (RGB, blended, luminance and for each RGB channel) </li>
<li>Zebra mode (blinking highlights and shadows to show over/under exposed areas) </li>
<li>An &#8220;always on&#8221; full range Battery indicator </li>
<li>Ability to turn off automatic dark-frame subtraction </li>
<li>a higher compression movie mode, and double the maximum video file size </li>
<li>exposure times as long as 65 seconds </li>
<li>exposure times as little as 1/10,000 of a second </li>
<li>ability to use the USB port for a remote trigger input </li>
</ul>
<p><b>Additional features:</b></p>
<ul>
<li>a depth-of-field (DOF)-calculator </li>
<li>File browser </li>
<li>Text reader </li>
<li>Calendar </li>
<li>Some fun tools and games</li>
</ul>
<p>Source: <a title="http://chdk.wikia.com/wiki/CHDK_in_Brief" href="http://chdk.wikia.com/wiki/CHDK_in_Brief">http://chdk.wikia.com/wiki/CHDK_in_Brief</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.schrankmonster.de/2008/04/22/chdk-the-alternative-firmware-for-many-canon-digital-cameras/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>this is what Flip3d should have been&#8230;</title>
		<link>http://www.schrankmonster.de/2007/09/05/this-is-what-flip3d-should-have-been/</link>
		<comments>http://www.schrankmonster.de/2007/09/05/this-is-what-flip3d-should-have-been/#comments</comments>
		<pubDate>Wed, 05 Sep 2007 12:49:22 +0000</pubDate>
		<dc:creator>bietiekay</dc:creator>
				<category><![CDATA[graphics]]></category>
		<category><![CDATA[Modding]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.schrankmonster.de/2007/09/05/thisIsWhatFlip3dShouldHaveBeen.aspx</guid>
		<description><![CDATA[Switcher is the name of the tool that is available since some months and if you ever used Flip3d in Windows Vista you maybe know what it means when I say: Switcher is the Flip3d that should have shipped with Vista. There are several usability issues with Vistas built-in Flip3d, take a look: First of [...]]]></description>
			<content:encoded><![CDATA[<p>Switcher is the name of the tool that is available since some months and if you ever used Flip3d in Windows Vista you maybe know what it means when I say: Switcher is the Flip3d that should have shipped with Vista.</p>
<p>There are several usability issues with Vistas built-in Flip3d, take a look:</p>
<p align="center"><a href="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/thisiswhatFlip3dshouldhavebeen_CF9B/feat_UX_09.jpg" atomicselection="true"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="322" alt="feat_UX_09" src="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/thisiswhatFlip3dshouldhavebeen_CF9B/feat_UX_09_thumb.jpg" width="400" border="0"></a></p>
<p align="left">First of all you just don&#8217;t see the content of the windows&#8230; then you don&#8217;t see their name&#8230; then&#8230; who came up with that layout?</p>
<p align="left">Compare that to the UI of Switcher:</p>
<p align="center"><a href="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/thisiswhatFlip3dshouldhavebeen_CF9B/switcher-1984-1.jpg" atomicselection="true"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="300" alt="switcher-1984-1" src="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/thisiswhatFlip3dshouldhavebeen_CF9B/switcher-1984-1_thumb.jpg" width="400" border="0"></a> </p>
<p align="left">Neat, isn&#8217;t it? Try it, love it.</p>
<p>Source: <a title="http://baostuff.spaces.live.com/default.aspx" href="http://baostuff.spaces.live.com/default.aspx">http://baostuff.spaces.live.com/default.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.schrankmonster.de/2007/09/05/this-is-what-flip3d-should-have-been/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Bluescreen on your arm&#8230;</title>
		<link>http://www.schrankmonster.de/2007/07/27/bluescreen-on-your-arm/</link>
		<comments>http://www.schrankmonster.de/2007/07/27/bluescreen-on-your-arm/#comments</comments>
		<pubDate>Fri, 27 Jul 2007 19:17:42 +0000</pubDate>
		<dc:creator>bietiekay</dc:creator>
				<category><![CDATA[Modding]]></category>
		<category><![CDATA[Riot]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.schrankmonster.de/2007/07/27/BluescreenOnYourArm.aspx</guid>
		<description><![CDATA[Maybe he&#8217;s just stupid&#8230; Source: http://modblog.bmezine.com/2007/07/26/best-windows-tattoo-ever/]]></description>
			<content:encoded><![CDATA[<p>Maybe he&#8217;s just stupid&#8230;</p>
<p align="center"><a href="http://modblog.bmezine.com/2007/07/26/best-windows-tattoo-ever/" target="_blank"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="430" src="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/Bluescreenonyourarm_7D4F/bsodtattoo2.jpg" width="400" border="0"></a></p>
<p align="left">Source: <a title="http://modblog.bmezine.com/2007/07/26/best-windows-tattoo-ever/" href="http://modblog.bmezine.com/2007/07/26/best-windows-tattoo-ever/">http://modblog.bmezine.com/2007/07/26/best-windows-tattoo-ever/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.schrankmonster.de/2007/07/27/bluescreen-on-your-arm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>the solution for the Windows Vista Event ID 4226 problem (TCP/IP security limit)</title>
		<link>http://www.schrankmonster.de/2007/05/20/the-solution-for-the-windows-vista-event-id-4226-problem-tcpip-security-limit/</link>
		<comments>http://www.schrankmonster.de/2007/05/20/the-solution-for-the-windows-vista-event-id-4226-problem-tcpip-security-limit/#comments</comments>
		<pubDate>Sun, 20 May 2007 17:19:57 +0000</pubDate>
		<dc:creator>bietiekay</dc:creator>
				<category><![CDATA[hack-the-planet]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Modding]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.schrankmonster.de/2007/05/20/theSolutionForTheWindowsVistaEventID4226ProblemTCPIPSecurityLimit.aspx</guid>
		<description><![CDATA[&#8220;Apparently in Windows Vista, Microsoft still enforce and hard-limit (hard coded in tcpip.sys) the maximum simultaneous half-open (incomplete) outbound TCP connection attempts per second that the system can make, as in Windows XP SP2, in order to protect the system from being used by malicious programs, such as viruses and worms, to spread to uninfected [...]]]></description>
			<content:encoded><![CDATA[</p>
<p><em>&#8220;Apparently in Windows Vista, Microsoft still enforce and hard-limit (hard coded in tcpip.sys) the maximum simultaneous half-open (incomplete) outbound TCP connection attempts per second that the system can make, as in </em><a href="http://www.mydigitallife.info/2005/11/15/windows-xp-sp2-tcp-connection-limit-event-id-4226/"><em>Windows XP SP2</em></a><em>, in order to protect the system from being used by malicious programs, such as viruses and worms, to spread to uninfected computers, or to launch distributed denial of service attack (DDoS). When the limit is hit, in Event Viewer, there will be such an entry:&#8221;</em>
<p align="center"><a href="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/thesolutionfortheWindowsVistaEventID4226_10F60/ereignisanzeige_gr_1177336866%5B2%5D.jpg" target="_blank"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="281" src="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/thesolutionfortheWindowsVistaEventID4226_10F60/ereignisanzeige_gr_1177336866_thumb%5B2%5D.jpg" width="400" border="0"></a></p>
<p>How to fix that and the needed tools can be read and downloaded <a href="http://www.mydigitallife.info/2007/04/09/windows-vista-tcpipsys-connection-limit-patch-for-event-id-4226/" target="_blank">here.</a>
<p>Source: <a href="http://www.mydigitallife.info/2007/04/09/windows-vista-tcpipsys-connection-limit-patch-for-event-id-4226/" target="_blank">Patch for EventID 4226</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.schrankmonster.de/2007/05/20/the-solution-for-the-windows-vista-event-id-4226-problem-tcpip-security-limit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disco Dance Floor</title>
		<link>http://www.schrankmonster.de/2006/09/19/disco-dance-floor/</link>
		<comments>http://www.schrankmonster.de/2006/09/19/disco-dance-floor/#comments</comments>
		<pubDate>Tue, 19 Sep 2006 14:20:41 +0000</pubDate>
		<dc:creator>bietiekay</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Modding]]></category>
		<category><![CDATA[Reallife]]></category>

		<guid isPermaLink="false">http://www.schrankmonster.de/2006/09/19/DiscoDanceFloor.aspx</guid>
		<description><![CDATA[“Our flagship product, the Disco Dance Floor Controller Board is capable of controlling up to 192 LEDs (with 4-bit intensity control) and 64 binary switches via a USB interface. Using the included source code, a refresh rate of 17 frames per second is easily achieved. With some environment specific modifications to the software, rates in [...]]]></description>
			<content:encoded><![CDATA[</p>
<p>
<div align="center"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="270" src="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/DiscoDanceFloor_E620/ellipse%5B3%5D.jpg" width="400" border="0"></div>
<p><em>“Our flagship product, the Disco Dance Floor Controller Board is capable of controlling up to 192 LEDs (with 4-bit intensity control) and 64 binary switches via a USB interface. Using the included source code, a refresh rate of 17 frames per second is easily achieved. With some environment specific modifications to the software, rates in excess of 30 frames per second may be achieved. Multiple boards may be connected together using USB hubs to control additional LEDs and switches.”</em></p>
<p>Source: <a href="http://web.mit.edu/storborg/ddf/">mit.edu</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.schrankmonster.de/2006/09/19/disco-dance-floor/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>an ungodly abomination</title>
		<link>http://www.schrankmonster.de/2006/09/19/an-ungodly-abomination/</link>
		<comments>http://www.schrankmonster.de/2006/09/19/an-ungodly-abomination/#comments</comments>
		<pubDate>Tue, 19 Sep 2006 09:08:44 +0000</pubDate>
		<dc:creator>bietiekay</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Modding]]></category>
		<category><![CDATA[Research]]></category>

		<guid isPermaLink="false">http://www.schrankmonster.de/2006/09/19/anUngodlyAbomination.aspx</guid>
		<description><![CDATA[&#8220;an ungodly abomination, a EF 90-300 mm lens which is male to male filter coupled to a EF-S 18-55 lens &#8230;potential magnification is around 300 / 18 = ~16x (not taking into account non-full frame sensor, for which i am not sure how it would affect the result in the end)! granted at this mag [...]]]></description>
			<content:encoded><![CDATA[<p><em>&#8220;an ungodly abomination, a EF 90-300 mm lens which is male to male filter coupled to a EF-S 18-55 lens &#8230;potential magnification is around 300 / 18 = ~16x (not taking into account non-full frame sensor, for which i am not sure how it would affect the result in the end)! granted at this mag the lens would be well over a foot long and need the subject to almost be almost _in_ the lens&#8230;total cost for me: $9 adaptor from e-bay (as i already had the lenses)&#8221;</em></p>
<p>
<div align="center"><a href="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/anungodlyabomination_9D03/236961853_755d874871%5B2%5D.jpg" atomicselection="true"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="326" src="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/anungodlyabomination_9D03/236961853_755d874871_thumb.jpg" width="400" border="0"></a></div>
</p>
<p>Source: <a href="http://www.makezine.com/blog/archive/2006/09/super_magnification_camera.html?CMP=OTC-0D6B48984890">http://www.makezine.com/blog/archive/2006/09/super&#8230;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.schrankmonster.de/2006/09/19/an-ungodly-abomination/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>switching to dvorak keyboard layout</title>
		<link>http://www.schrankmonster.de/2006/09/08/switching-to-dvorak-keyboard-layout/</link>
		<comments>http://www.schrankmonster.de/2006/09/08/switching-to-dvorak-keyboard-layout/#comments</comments>
		<pubDate>Fri, 08 Sep 2006 14:44:09 +0000</pubDate>
		<dc:creator>bietiekay</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[hack-the-planet]]></category>
		<category><![CDATA[Modding]]></category>
		<category><![CDATA[private]]></category>

		<guid isPermaLink="false">http://www.schrankmonster.de/2006/09/08/switchingToDvorakKeyboardLayout.aspx</guid>
		<description><![CDATA[While cleaning my keyboards the idea came up to actually use dvorak keyboard layout I wrote about more than a year ago. After creating the &#8220;dovrak german type 2&#8243; keyboard layout file with Ukelele I am now slowly learning the new layout&#8230; quite hard after more than 16 years on QWERTZ/QWERTY&#8230; Well&#8230; both Apple Keyboards [...]]]></description>
			<content:encoded><![CDATA[<p>While cleaning my keyboards the idea came up to actually use dvorak keyboard layout <a href="http://www.schrankmonster.de/PermaLink,guid,4bbf7509-d4dc-4fbe-9691-7705880e8b2a.aspx">I wrote about more than a year ago</a>.</p>
<p>After creating the &#8220;dovrak german type 2&#8243; keyboard layout file with <a href="http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&#038;item_id=ukelele">Ukelele</a> I am now slowly learning the new layout&#8230; quite hard after more than 16 years on QWERTZ/QWERTY&#8230;</p>
</p>
<div align="center"><a href="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/switchingtodvorakkeybaordlayout_EB9F/dvorak_osx4.jpg" target="_new" atomicselection="true"><img src="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/switchingtodvorakkeybaordlayout_EB9F/dvorak_osx_thumb2.jpg" border="0" height="151" width="400"></a></div>
</p>
<p>Well&#8230; both Apple Keyboards are now dvorak-layouted&#8230; looks a bit strange when you&#8217;re only known to QWERTZ/QWERTY</p>
</p>
<div align="center"><a href="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/switchingtodvorakkeybaordlayout_EB9F/dvorak_applepro_keyboard4.jpg" target="_new" atomicselection="true"><img src="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/switchingtodvorakkeybaordlayout_EB9F/dvorak_applepro_keyboard_thumb2.jpg" border="0" height="140" width="400"></a></div>
<div align="center"> </div>
<p>If you like you can download the <a href="http://www.schrankmonster.de/content/binary/btk_Dvorak.zip">OS X keyboard layout here.</a>
</p>
<p>Source 1: <a href="http://www.schrankmonster.de/PermaLink,guid,4bbf7509-d4dc-4fbe-9691-7705880e8b2a.aspx">dvorak article(german)</a><br />Source 2: <a href="http://en.wikipedia.org/wiki/Dvorak_Simplified_Keyboard">http://en.wikipedia.org/wiki/Dvorak_Simplified_Key&#8230;</a><br />Source 3: <a href="http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&#038;item_id=ukelele">Ukelele</a><br />Source 4: <a href="http://www.schrankmonster.de/content/binary/btk_Dvorak.zip">btk_Dvorak.zip (3,21 KB)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.schrankmonster.de/2006/09/08/switching-to-dvorak-keyboard-layout/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>802.1x with certificate based authentification in Windows Vista RC1</title>
		<link>http://www.schrankmonster.de/2006/09/07/802-1x-with-certificate-based-authentification-in-windows-vista-rc1/</link>
		<comments>http://www.schrankmonster.de/2006/09/07/802-1x-with-certificate-based-authentification-in-windows-vista-rc1/#comments</comments>
		<pubDate>Thu, 07 Sep 2006 16:53:31 +0000</pubDate>
		<dc:creator>bietiekay</dc:creator>
				<category><![CDATA[Employer]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Modding]]></category>

		<guid isPermaLink="false">http://www.schrankmonster.de/2006/09/07/8021xWithCertificateBasedAuthentificationInWindowsVistaRC1.aspx</guid>
		<description><![CDATA[I had this very very annoying problem that Windows Vista since the July CTP refresh wasn&#8217;t able to connect to my home 802.1x certificate based wireless network. It just did not work as supposed&#8230; But with the help of the RC1 Wi-Fi support specialists I got it working. If you run into the same problem, [...]]]></description>
			<content:encoded><![CDATA[<p>I had this very very annoying problem that Windows Vista since the July CTP refresh wasn&#8217;t able to connect to my home 802.1x certificate based wireless network. It just did not work as supposed&#8230; </p>
<p>But with the help of the RC1 Wi-Fi support specialists I got it working. If you run into the same problem, just do the following to solve it: </p>
<ul>
<li>delete all manual set-up profiles for your 802.1x wireless network (if there are any)</li>
<li>download the <a href="http://www.schrankmonster.de/content/binary/Wireless%20Network%20Connection-evilgate.zip">Wireless Network Connection-evilgate.zip (,63 KB)</a> and edit the included .xml file. You have to edit the SSIDs,&#8230;</li>
<li>open a command prompt and run:</li>
</ul>
<blockquote><p><em>netsh wlan add profile &#8220;profile.xml&#8221; &#8220;Wireless Network Connection&#8221; all</em></p>
</blockquote>
<ul>
<li>you have to change &#8220;profile.xml&#8221; to the filename of your .xml file and &#8220;Wireless Network Connection&#8221; to the name of your connection</li>
</ul>
<p>Et voilá! A message should show up asking you for the certificate&#8230;</p>
<p><strong>UPDATE:</strong> well you could also create a manual profile for your wireless network and export it to an xml file: </p>
<blockquote><p><em>netsh wlan export profile &#8220;SSID&#8221;</em></p>
</blockquote>
<div align="center"><a href="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/802.1xwithcertificatebasedauthentificati_109EF/802.1x_wlan_vista_rc1%5B4%5D.jpg" target="_new" atomicselection="true"><img style="border-width: 0px;" src="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/802.1xwithcertificatebasedauthentificati_109EF/802.1x_wlan_vista_rc1_thumb%5B2%5D.jpg" border="0" height="286" width="400"></a></div>
<p>Download: <a href="http://www.schrankmonster.de/content/binary/Wireless%20Network%20Connection-evilgate.zip">Wireless Network Connection-evilgate.zip (,63 KB)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.schrankmonster.de/2006/09/07/802-1x-with-certificate-based-authentification-in-windows-vista-rc1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moooooood lamp</title>
		<link>http://www.schrankmonster.de/2006/09/06/moooooood-lamp/</link>
		<comments>http://www.schrankmonster.de/2006/09/06/moooooood-lamp/#comments</comments>
		<pubDate>Wed, 06 Sep 2006 15:12:32 +0000</pubDate>
		<dc:creator>bietiekay</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Modding]]></category>

		<guid isPermaLink="false">http://www.schrankmonster.de/2006/09/06/MooooooodLamp.aspx</guid>
		<description><![CDATA[I always wanted to build one myself&#8230;though I don&#8217;t have a PIC programmer at the moment&#8230; Source: http://tobe.nimio.info/led_mood_lamp.php]]></description>
			<content:encoded><![CDATA[</p>
<p>I <a href="http://www.schrankmonster.de/PermaLink,guid,98a6159c-46e3-4925-a792-cb88e43a6de8.aspx">always wanted to build</a> one myself&#8230;though I don&#8217;t have a PIC programmer at the moment&#8230;
<div align="center"><embed src="http://www.youtube.com/v/BqcvAsUOIWg" width="425" height="350" type="application/x-shockwave-flash"></embed></div>
<p>Source: <a href="http://tobe.nimio.info/led_mood_lamp.php">http://tobe.nimio.info/led_mood_lamp.php</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.schrankmonster.de/2006/09/06/moooooood-lamp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>YAPS TV-Browser Plugin</title>
		<link>http://www.schrankmonster.de/2006/09/04/yaps-tv-browser-plugin/</link>
		<comments>http://www.schrankmonster.de/2006/09/04/yaps-tv-browser-plugin/#comments</comments>
		<pubDate>Mon, 04 Sep 2006 19:09:02 +0000</pubDate>
		<dc:creator>bietiekay</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Modding]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.schrankmonster.de/2006/09/04/YAPSTVBrowserPlugin.aspx</guid>
		<description><![CDATA[After using the &#8220;Web-Search&#8221;-Plugin of TV-Browser to program new recordings into YAPS, ello came across with the idea to use the &#8220;Capture&#8221;-Plugin instead. And after doing so: It&#8217;s incredible what that Capture Plugin can do! in the context menu: the &#8220;Record&#8221;-Button specify the title..and you&#8217;re done&#8230; The Capture Plugin does several things: making the programming [...]]]></description>
			<content:encoded><![CDATA[<p>After using the &#8220;Web-Search&#8221;-Plugin of TV-Browser to program new recordings into YAPS, ello came across with the idea to use the &#8220;Capture&#8221;-Plugin instead. </p>
<p>And after doing so: It&#8217;s incredible what that Capture Plugin can do!</p>
<p>
<div align="center"><img height="240" src="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/YAPSTVBrowserPlugin_129BF/record_1%5B11%5D.jpg" width="216"><br />in the context menu: the &#8220;Record&#8221;-Button</div>
</p>
<p>
<div align="center"><img height="240" src="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/YAPSTVBrowserPlugin_129BF/record_2%5B3%5D.jpg" width="137"><br />specify the title..and you&#8217;re done&#8230;</div>
</p>
<p> The Capture Plugin does several things: </p>
<ul>
<li>making the programming of new recordings as easy as possible
<li>showing visually that this particular episode will be recorded
<li>allowing you to remove the recording from the schedule</li>
</ul>
<p>And all you have to do to add this functionality to your TV-Browser is:</p>
<ol>
<li>download: <a href="http://www.schrankmonster.de/content/binary/YAPS_TVBrowser.zip">YAPS TV-Browser Plugin</a>
<li>import the YAPS.tcf file into the Capture-Plugins Device Listing (Import Button)
<li>configure the server name and the channel-name mappings</li>
</ol>
<p>
<div align="center"><a href="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/YAPSTVBrowserPlugin_129BF/configure_plugin%5B3%5D.jpg" atomicselection="true"><img height="293" src="http://www.schrankmonster.de/content/binary/WindowsLiveWriter/YAPSTVBrowserPlugin_129BF/configure_plugin_thumb%5B1%5D.jpg" width="400" border="0"></a></div>
</p>
<p>When you&#8217;re done with that everything should work. Oh&#8230; I have to admit: The record delete functionality is not quite working as it should&#8230;but it will in some of the next builds&#8230;
<p><strong>Thanks to the TV-Browser team for creating such a great application!!! Keep on the good work!</strong>
<p>Source: <a href="http://www.tvbrowser.org">http://www.tvbrowser.org</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.schrankmonster.de/2006/09/04/yaps-tv-browser-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Do (almost everything) by yourself website&#8230;this time: building a Segway</title>
		<link>http://www.schrankmonster.de/2006/08/23/do-almost-everything-by-yourself-website-this-time-building-a-segway/</link>
		<comments>http://www.schrankmonster.de/2006/08/23/do-almost-everything-by-yourself-website-this-time-building-a-segway/#comments</comments>
		<pubDate>Wed, 23 Aug 2006 21:54:33 +0000</pubDate>
		<dc:creator>bietiekay</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[hack-the-planet]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Modding]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.schrankmonster.de/2006/08/23/DoAlmostEverythingByYourselfWebsitethisTimeBuildingASegway.aspx</guid>
		<description><![CDATA[I am running into several Do-it-yourself websites these days; and one of them is zedomax.com. This website tells you very interesting electronic tales, like this one: Once upon a time, I wanted to get me a segway. But since I didn&#8217;t want to bite the bullet I just made one myself&#8230; &#8220;The author says, “The [...]]]></description>
			<content:encoded><![CDATA[<p>I am running into several Do-it-yourself websites these days; and one of them is <a href="http://zedomax.com/blog/archives/81">zedomax.com</a>. This website tells you very interesting electronic tales, like this one: </p>
<p>Once upon a time, I wanted to get me a segway. But since I didn&#8217;t want to bite the bullet I just made one myself&#8230;</p>
<p>
<div align="center"><img height="300" src="http://www.schrankmonster.de/content/binary/Doalmosteverythi.thistimebuildingaSegway_1504C/diyseg4.jpg" width="146"></div>
</p>
<p><em>&#8220;The author says, “The current software, now in C running in an onboard 8-bit microcontroller, is only 500 lines of code.”&#8221;</em></p>
<p>Source 1: <a href="http://zedomax.com/blog/archives/81">DIY &#8211; Build your own Segway</a><br />Source 2: <a href="http://www.segway.com/">http://www.segway.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.schrankmonster.de/2006/08/23/do-almost-everything-by-yourself-website-this-time-building-a-segway/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to build a panoramic tripod for less than 10 EURO</title>
		<link>http://www.schrankmonster.de/2006/08/10/how-to-build-a-panoramic-tripod-for-less-than-10-euro/</link>
		<comments>http://www.schrankmonster.de/2006/08/10/how-to-build-a-panoramic-tripod-for-less-than-10-euro/#comments</comments>
		<pubDate>Thu, 10 Aug 2006 22:19:39 +0000</pubDate>
		<dc:creator>bietiekay</dc:creator>
				<category><![CDATA[graphics]]></category>
		<category><![CDATA[hack-the-planet]]></category>
		<category><![CDATA[Modding]]></category>
		<category><![CDATA[Panorama]]></category>

		<guid isPermaLink="false">http://www.schrankmonster.de/2006/08/10/HowToBuildAPanoramicTripodForLessThan10EURO.aspx</guid>
		<description><![CDATA[Stitching software and digital cameras make panoramic photos far easier than ever before. However, to get the best results, you need a special tripod head. These can cost hundreds of dollars, but making your own isn&#8217;t that hard. Even better, it&#8217;s dirt cheap. Source: http://www.worth1000.com/tutorial.asp?sid=161123&#038;print=1]]></description>
			<content:encoded><![CDATA[<p><i>Stitching software and digital cameras make panoramic photos far easier than ever before. However, to get the best results, you need a special tripod head. These can cost hundreds of dollars, but making your own isn&#8217;t that hard. Even better, it&#8217;s dirt cheap.</i>
<p><center><a href="http://www.worth1000.com/tutorial.asp?sid=161123&#038;print=1"><img border="0" src="http://www.schrankmonster.de/content/binary/112588_PanoHeadCamera2.jpg"></center></a>
<p>
Source: <a href="http://www.worth1000.com/tutorial.asp?sid=161123&#038;print=1">http://www.worth1000.com/tutorial.asp?sid=161123&#038;print=1</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.schrankmonster.de/2006/08/10/how-to-build-a-panoramic-tripod-for-less-than-10-euro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>the perfect working environment part 4</title>
		<link>http://www.schrankmonster.de/2006/08/02/the-perfect-working-environment-part-4/</link>
		<comments>http://www.schrankmonster.de/2006/08/02/the-perfect-working-environment-part-4/#comments</comments>
		<pubDate>Wed, 02 Aug 2006 16:45:54 +0000</pubDate>
		<dc:creator>bietiekay</dc:creator>
				<category><![CDATA[Modding]]></category>
		<category><![CDATA[private]]></category>
		<category><![CDATA[Reallife]]></category>

		<guid isPermaLink="false">http://www.schrankmonster.de/2006/08/02/thePerfectWorkingEnvironmentPart4.aspx</guid>
		<description><![CDATA[and here we are back again, reorganising the desktop: if you want to see how it looked a month ago&#8230;see part 3]]></description>
			<content:encoded><![CDATA[<p>
and here we are back again, reorganising the desktop:</p>
<p><center><br />
<a href="http://www.schrankmonster.de/content/binary/working_environment_mid06.jpg"><img border="0" src="http://www.schrankmonster.de/content/binary/working_environment_mid06_t.jpg"></a><br />
</center>
<p>
if you want to see how it looked a month ago&#8230;see <a href="http://www.schrankmonster.de/PermaLink,guid,0f1b1a25-4b7a-4328-8f81-10d7ed80408f.aspx">part 3</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.schrankmonster.de/2006/08/02/the-perfect-working-environment-part-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>text-based pong &#8230;</title>
		<link>http://www.schrankmonster.de/2006/07/25/text-based-pong/</link>
		<comments>http://www.schrankmonster.de/2006/07/25/text-based-pong/#comments</comments>
		<pubDate>Tue, 25 Jul 2006 11:46:46 +0000</pubDate>
		<dc:creator>bietiekay</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Modding]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.schrankmonster.de/2006/07/25/textbasedPong.aspx</guid>
		<description><![CDATA[Do you remember the text adventures of the early days of computer games? Now karber.net took the old-school pong and made a text based version which looks like this: Source: http://www.karber.net/textbased/pong/]]></description>
			<content:encoded><![CDATA[<p>
Do you remember the <a href="http://en.wikipedia.org/wiki/Text_adventure">text adventures</a> of the early days of computer games? Now karber.net took the old-school pong and made a text based version which looks like this:</p>
<p>
<center><a href="http://www.karber.net/textbased/pong/"><img border="0" src="http://www.schrankmonster.de/content/binary/textpong.jpg"></a></center></p>
<p>
Source: <a href="http://www.karber.net/textbased/pong/">http://www.karber.net/textbased/pong/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.schrankmonster.de/2006/07/25/text-based-pong/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>future case modding trend?</title>
		<link>http://www.schrankmonster.de/2006/07/12/future-case-modding-trend/</link>
		<comments>http://www.schrankmonster.de/2006/07/12/future-case-modding-trend/#comments</comments>
		<pubDate>Wed, 12 Jul 2006 20:35:55 +0000</pubDate>
		<dc:creator>bietiekay</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Modding]]></category>
		<category><![CDATA[Research]]></category>

		<guid isPermaLink="false">http://www.schrankmonster.de/2006/07/12/futureCaseModdingTrend.aspx</guid>
		<description><![CDATA[Wait until the case modding scene finds out about that&#8230; color changing heatsinks&#8230;omg! &#8220;Eclipse is a single event heat reactive basecoat that changes from Black to White or from Blue to White. Eclipse can be sprayed through any standard paint equipment.&#8221; Source: http://alsacorp.com/products/eclipse/eclipse_vid.htm]]></description>
			<content:encoded><![CDATA[<p>
Wait until the case modding scene finds out about that&#8230; color changing heatsinks&#8230;omg!</p>
<p><i>&#8220;Eclipse is a single event heat reactive basecoat that changes from Black to White or from Blue to White. Eclipse can be sprayed through any standard paint equipment.&#8221;<br />
</i>
<p><center><embed style="width:400px; height:326px;" id="VideoPlayback" align="middle" type="application/x-shockwave-flash" src="http://video.google.com/googleplayer.swf?docId=-8787229054337629728" quality="best" bgcolor="#ffffff" scale="noScale" salign="TL"  FlashVars="playerMode=embedded"></embed></center>
<p>
Source: <a href="http://alsacorp.com/products/eclipse/eclipse_vid.htm">http://alsacorp.com/products/eclipse/eclipse_vid.htm</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.schrankmonster.de/2006/07/12/future-case-modding-trend/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>what can you tell in 141 minutes what you can&#8217;t in 33?</title>
		<link>http://www.schrankmonster.de/2006/06/27/what-can-you-tell-in-141-minutes-what-you-cant-in-33/</link>
		<comments>http://www.schrankmonster.de/2006/06/27/what-can-you-tell-in-141-minutes-what-you-cant-in-33/#comments</comments>
		<pubDate>Tue, 27 Jun 2006 22:55:57 +0000</pubDate>
		<dc:creator>bietiekay</dc:creator>
				<category><![CDATA[graphics]]></category>
		<category><![CDATA[hack-the-planet]]></category>
		<category><![CDATA[makes-my-day]]></category>
		<category><![CDATA[Modding]]></category>
		<category><![CDATA[Movies]]></category>
		<category><![CDATA[rocket-science]]></category>

		<guid isPermaLink="false">http://www.schrankmonster.de/2006/06/27/whatCanYouTellIn141MinutesWhatYouCantIn33.aspx</guid>
		<description><![CDATA[&#8220;2001 seconds is a complete re-edit of Stanley Kubrick’s original Space Odyssey from 141 minutes to 33 minutes 21 seconds.&#8221; Source: http://swith.gazaxian.com/2001seconds.htm]]></description>
			<content:encoded><![CDATA[<p>
<i>&#8220;2001 seconds is a complete re-edit of Stanley Kubrick’s original Space Odyssey from 141 minutes to 33 minutes 21 seconds.&#8221;<br />
</i></p>
</p>
<p><center><a href="http://swith.gazaxian.com/2001seconds.htm"><img src="http://www.schrankmonster.de/content/binary/image002.jpg" border="0"></a></center></p>
<p>
Source: <a href="http://swith.gazaxian.com/2001seconds.htm">http://swith.gazaxian.com/2001seconds.htm</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.schrankmonster.de/2006/06/27/what-can-you-tell-in-141-minutes-what-you-cant-in-33/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

