<?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>No touching! &#187; erpel</title>
	<atom:link href="http://notouching.de/author/erpel/feed/" rel="self" type="application/rss+xml" />
	<link>http://notouching.de</link>
	<description></description>
	<lastBuildDate>Fri, 03 Feb 2012 15:07:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>AMD Graphics drivers for Macbook Pro</title>
		<link>http://notouching.de/2011/12/05/amd-graphics-drivers-for-macbook-pro/</link>
		<comments>http://notouching.de/2011/12/05/amd-graphics-drivers-for-macbook-pro/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 21:05:23 +0000</pubDate>
		<dc:creator>erpel</dc:creator>
				<category><![CDATA[Allgemein]]></category>

		<guid isPermaLink="false">http://notouching.de/?p=1112</guid>
		<description><![CDATA[For the record: This seems to be the most current AMD graphics driver you can get to install on an early 2011 Macbook Pro with a RADEON HD 6750 graphics card. http://forums.guru3d.com/showthread.php?t=353265 I got this from @asder00 All I can &#8230; <a href="http://notouching.de/2011/12/05/amd-graphics-drivers-for-macbook-pro/">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>For the record: This seems to be the most current AMD graphics driver you can get to install on an early 2011 Macbook Pro with a RADEON HD 6750 graphics card.</p>
<p><a href="http://forums.guru3d.com/showthread.php?t=353265">http://forums.guru3d.com/showthread.php?t=353265</a></p>
<p>I got this from <a href="http://twitter.com/#!/asder00">@asder00</a></p>
<p>All I can say so far is that it installs. Did not test any 3d applications, i.e. games.</p>
]]></content:encoded>
			<wfw:commentRss>http://notouching.de/2011/12/05/amd-graphics-drivers-for-macbook-pro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Windows 7 on a MacBook Pro without a Superdrive</title>
		<link>http://notouching.de/2011/11/28/installing-windows-7-on-a-macbook-pro-without-a-superdrive/</link>
		<comments>http://notouching.de/2011/11/28/installing-windows-7-on-a-macbook-pro-without-a-superdrive/#comments</comments>
		<pubDate>Mon, 28 Nov 2011 11:22:33 +0000</pubDate>
		<dc:creator>erpel</dc:creator>
				<category><![CDATA[Allgemein]]></category>

		<guid isPermaLink="false">http://notouching.de/?p=1098</guid>
		<description><![CDATA[This is the story of how I spent an entire saturday roasting a turkey and getting Windows 7 onto my computer. The Problem: On current (2011) MacBook Pro notebooks, Windows 7 can not be installed from a USB-DVD drive. If &#8230; <a href="http://notouching.de/2011/11/28/installing-windows-7-on-a-macbook-pro-without-a-superdrive/">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This is the story of how I spent an entire saturday roasting a turkey and getting Windows 7 onto my computer.</p>
<p>The Problem: On current (2011) MacBook Pro notebooks, Windows 7 can not be installed from a USB-DVD drive. If your internal superdrive is broken or you chose to remove it for some <a title="ssd" href="http://en.wikipedia.org/wiki/Solid-state_drive">flashy</a> reason, getting Windows installed on your computer can be a real pain.</p>
<p><strong>The things that did not work:</strong></p>
<ul>
<li>Attempting a standard boot camp install from a USB-DVD drive results in you staring on a blinking cursor on a black screen forever.</li>
<li>Attempting to install windows from a USB flash drive created by the Boot Camp Assistant on a MacBook Air will not work either, did not even get recognized by the computer as a bootable device. Why this is possible on the MBA but not on same generation MBPs is a bit strange to me and I wonder what weird things the MBA firmware has to do to allow this method of installation.</li>
<li>Attempting to boot the Windows setup from a USB flash drive created by the Microsoft tool failed as well, giving either the blinking cursor infinitely or with the EFI BIOS emulation layer complaining about a missing boot medium.</li>
</ul>
<p><strong>How it finally worked:</strong></p>
<p>As far as I am able to reconstruct from the tabs still open in my browser, the idea of using virtualization to achieve my goal came from this <a title="macrumors" href="http://forums.macrumors.com/showthread.php?t=601414&amp;page=3">Macrumors forum thread</a>. I did not read it completely, because I find it to be quite a hassle extracting coherent information out of a multiple page forum thread with tons and tons of quotes and chaos. This is also what motivated me to do a popper writeup here.</p>
<p>Since I already had a complete installation of Windows in a VirtualBox guest that I used to create the second installation flash drive, it seemed logical to use it. What I wanted to do was to put the Windows partition from the virtual hard disk onto the preexisting but empty Boot Camp partition on my physical hard drive. That meant I had to loopback mount the VirtualBox .vdi into my OS X. Unfortunately I can not find the tabs anymore that lead me to success on that front, but the steps I took were these:</p>
<ul>
<li>Convert the dynamic .vdi file to a fixed size one using the VirtualBox GUI</li>
<li>Convert this fixed .vdi that still includes stuff like VirtualBox headers into a raw image that could be read like a block device using the command line tool VBoxManage
<pre>$ VBoxManage internalcommands converttoraw win7_x64_fixed.vdi win7_x64_fixed.raw</pre>
</li>
<li>Mount the raw file using hdiutil and a pointer from this <a title="superuser" href="http://superuser.com/questions/149981/how-do-i-mount-a-hfs-dd-image-in-osx">superuser.com thread</a>. This is actually given in the man page as an example for mounting stuff that is known to contain volumes/filesystems.
<pre>$ hdiutil attach -imagekey diskimage-class=CRawDiskImage win7_x64_fixed.raw</pre>
</li>
<li>At this point I realized that Windows 7 had installed itself not in one but two partitions. It does that to prepare for the use of the built-in encryption technology called BitLocker. I quickly booted my virtual Windows and reunited Windows with its boot loader using this <a title="terabyteunlimited" href="http://www.terabyteunlimited.com/kb/article.php?id=409">article from terabyteunlimited.com</a> as a guide.</li>
<li>After repeating the steps to get from .vdi to mounted disk image, I used <a title="winclone" href="http://bubba.org/winclone/">Winclone</a> to get the now extracted windows filesystem onto my Boot Camp partition. Winclone is an abandoned OS X application for imaging and restoring Windows installations from/to attached disks. <a href="http://twitter.com/brianwilson">@brianwilson</a> deserves props for making Winclone Lion compatible.</li>
</ul>
<p>The two step process of creating an image of the mounted volume and then restoring said image onto the Boot Camp partition on my hard drive was painless and without problems. A quick reboot confirmed the preliminary success: The newly cloned Windows shows up in the computers boot selection menu. Unfortunately Windows crashed with a blue screen sometime during the boot process. I took a quick detour here, booting Windows from the physical partition in a special VirtualBox Guest to prevent Windows from automatically rebooting in case of fatal errors, which is just a setting. To create a VirtualBox disk that points to a physical partition, you can use</p>
<pre>$ sudo VBoxManage internalcommands createrawvmdk -filename myos.vmdk -rawdisk /dev/disk0 -partitions 4</pre>
<p>To figure out which disk to use as -rawdisk, use</p>
<pre>$ mount</pre>
<p>The appropriate argument for the -partitions switch can be determined by using</p>
<pre>$ sudo VBoxManage internalcommands listpartitions -rawdisk /dev/disk0</pre>
<p>I had to make sure that at least the partition itself is not mounted for creation of the .vmdk file as well as for running the VirtualBox guest using it. For permissions reasons I ran the VirtualBox machine as root, check the documentation to see what I&#8217;m doing here, basically I just import the VirtualBox machine into the VirtualBox config for root, attached the .vmdk that I just created and fired it up:</p>
<pre>$ sudo VBoxManage registervm /path/to/my/virtualbox/win764.vbox $ sudo VBoxManage storageattach win764 --storagectl SATA-Controller --medium /vmtests/myos.vmdk --port 0 --type hdd $ # again, this may vary according to your VM config $ sudo VBoxManage startvm win764</pre>
<p>Some information on this came from this blog post by a <a title="garret" href="http://www.garrettbartley.com/2010/06/12/running-bootcamp-using-virtualbox/">guy named Garret</a>.After disabling automatic reboot in Windows it turned out that the blue screen did not reveal any useful information, it was just a very generic STOP error.</p>
<p>Now the guys at the <a title="opensuse forums" href="http://forums.opensuse.org/english/get-technical-help-here/install-boot-login/409527-convert-virtualbox-vdi-physical-bootable-second-disk.html">opensuse forums</a> and a friend steered me to the idea that the crash is most likely caused by Windows using drivers it configured while in a VirtualBox guest.<br />
I used the utility sysprep.exe to modify the windows installation to not use the exisiting hardware configuration. The process relatively well documented on <a title="MS TechNet" href="http://technet.microsoft.com/en-us/library/ee523217(WS.10).aspx">TechNet</a>, so I won&#8217;t go to deep into it here.<br />
You only need to follow the steps under &#8220;Generalize the Image&#8221;. After that, just reboot into your new Boot Camp Windows as before. If everything worked your Windows installation  configures itself, reboots and then you&#8217;re done.</p>
<p><strong>The things I would do differently now:</strong><br />
I am pretty sure that I did not do this in the most efficient way because I was figuring out what to do as I went along. The following procedure has not been tested, but if I had to do this on another machine now I would try something along the lines of:</p>
<ul>
<li>Create the Boot Camp partition</li>
<li>Create a VirtualBox guest using that partition and installing Windows 7 in it.</li>
<li>Now either you shut down the VirtualBox guest before it performs its first reboot and continue the setup by booting the half installed windows normally now</li>
<li>or you finish the installation virtually and then generalize.</li>
</ul>
<p>Either way should get you to a working Windows installation much quicker.</p>
<p>If you try any of this or find it useful, you&#8217;re welcome to leave any comments or additional information in the comments section of this blog post<strong>. -<a title="my twitter account" href="https://twitter.com/#!/rpl">@rpl</a></strong></p>
<p><a href="http://flattr.com/thing/442611/Installing-Windows-7-on-a-MacBook-Pro-without-a-Superdrive" target="_blank"><br />
<img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0" /></a></p>
<p><strong>Software I used:</strong></p>
<ul>
<li>Virtualbox 4.1.6</li>
<li>Winclone 2.3.2</li>
<li>Microsoft Windows 7 Professional with Service Pack 1 64-bit (English)</li>
<li>Boot Camp Assistant Version 4.0.1 (429)</li>
<li>Mac OS X 10.7.2 (11C74)</li>
</ul>
<p><strong>Management summary:</strong></p>
<ul>
<li>Create Boot Camp partition using Boot Camp Assistant</li>
<li>Install Windows 7 into a virtual machine</li>
<li>Convert the virtual disk image to a fixed size and then to a raw file</li>
<li>Mount the raw image as a loopback device</li>
<li>Use winclone to transfer it on to the Boot Camp partition</li>
<li>Boot &amp; fail with BSOD</li>
<li>Boot the Boot Camp partition in Virtual Box</li>
<li>Generalize the Windows install using sysprep</li>
<li>Boot the Boot Camp partition and</li>
<li>Be happy!</li>
</ul>
<p><strong>UPDATE:</strong> <a href="http://twitter.com/huguesval">Hugues Valentin</a> wrote about his experience with this process, <a href="http://huguesval.com/blog/2012/02/installing-windows-7-on-a-mac-without-superdrive-with-virtualbox/">his article</a> is also available <a href="http://huguesval.com/blog/2012/01/installer-windows-7-sur-mac-sans-lecteur-dvd-avec-virtualbox/">in french</a>. He especially covers the steps involved in generalizing the Windows installation in more detail, so head over to his site and check that out.</p>
]]></content:encoded>
			<wfw:commentRss>http://notouching.de/2011/11/28/installing-windows-7-on-a-macbook-pro-without-a-superdrive/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Einmal f&#252;r die Suchmaschinen</title>
		<link>http://notouching.de/2011/10/20/einmal-fur-die-suchmaschinen/</link>
		<comments>http://notouching.de/2011/10/20/einmal-fur-die-suchmaschinen/#comments</comments>
		<pubDate>Thu, 20 Oct 2011 22:12:19 +0000</pubDate>
		<dc:creator>erpel</dc:creator>
				<category><![CDATA[Allgemein]]></category>

		<guid isPermaLink="false">http://notouching.de/?p=1085</guid>
		<description><![CDATA[Wer beim iPhone updaten Fehler 50 An error occurred while backing up this iPhone (-50). Would you like to continue to update this iPhone? Continuing will result in the loss of all contents on this iPhone. bekommt, dem seien diese &#8230; <a href="http://notouching.de/2011/10/20/einmal-fur-die-suchmaschinen/">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Wer beim iPhone updaten Fehler 50<br />
An error occurred while backing up this iPhone (-50). Would you like to continue to update this iPhone? Continuing will result in the loss of all contents on this iPhone.<br />
bekommt, dem seien diese Links ans Herz und in den Suchindex gelegt:</p>
<p>http://forums.macrumors.com/showthread.php?p=13569431</p>
<p>https://discussions.apple.com/thread/3373836?start=0&#038;tstart=0</p>
<p>Eine m&ouml;gliche (und meine) Problemursache ist ein gesymlinkter MobileSync-Ordner.<br />
Danach geht&#8217;s.</p>
]]></content:encoded>
			<wfw:commentRss>http://notouching.de/2011/10/20/einmal-fur-die-suchmaschinen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Das Bier aus Holland das Bier hei&#223;t</title>
		<link>http://notouching.de/2011/07/25/das-bier-aus-holland-das-bier-heist/</link>
		<comments>http://notouching.de/2011/07/25/das-bier-aus-holland-das-bier-heist/#comments</comments>
		<pubDate>Mon, 25 Jul 2011 17:02:12 +0000</pubDate>
		<dc:creator>erpel</dc:creator>
				<category><![CDATA[C'est la vie]]></category>
		<category><![CDATA[digitaler zwar]]></category>
		<category><![CDATA[Welt]]></category>
		<category><![CDATA[Wissen schafft:]]></category>
		<category><![CDATA[Bier]]></category>
		<category><![CDATA[Bild]]></category>
		<category><![CDATA[Drogen]]></category>

		<guid isPermaLink="false">http://notouching.de/?p=1074</guid>
		<description><![CDATA[Ich habe heute Mittag jemandem von dem holl&#228;ndischen Bier das BIER hei&#223;t (oder Beer) erz&#228;hlen und war geschockt kein Bild davon im Internet zu finden. Bin in den Urlaubsfotos f&#252;ndig geworden, also tragen wir hier mal zur allwissenden M&#252;llhalde bei: &#8230; <a href="http://notouching.de/2011/07/25/das-bier-aus-holland-das-bier-heist/">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Ich habe heute Mittag jemandem von dem holl&auml;ndischen Bier das BIER hei&szlig;t (oder Beer) erz&auml;hlen und war geschockt kein Bild davon im Internet zu finden. Bin in den Urlaubsfotos f&uuml;ndig geworden, also tragen wir hier mal zur allwissenden M&uuml;llhalde bei:<br />
<div id="attachment_1075" class="wp-caption aligncenter" style="width: 347px"><a href="http://notouching.de/wp-content/uploads/2011/07/beer-bier.png"><img src="http://notouching.de/wp-content/uploads/2011/07/beer-bier.png" alt="bier das bier hei&szlig;t" title="beer-bier" width="337" height="309" class="size-full wp-image-1075" /></a><p class="wp-caption-text">beer-bier</p></div><br />
Ein Bild von der Dose, bittesehr Internet.<br />
Und f&uuml;r auf Englisch:<br />
This is a photograph of BEER beer from the Netherlands. It&#8217;s a picture of the dutch BEER beer can. You&#8217;re welcome.<br />
Und f&uuml;r Google: Die Dose ist wei&szlig; und blau und tr&auml;gt einen blauen Schriftzug auf gelbem Grund.</p>
]]></content:encoded>
			<wfw:commentRss>http://notouching.de/2011/07/25/das-bier-aus-holland-das-bier-heist/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>People are Awesome!</title>
		<link>http://notouching.de/2011/05/08/people-are-awesome/</link>
		<comments>http://notouching.de/2011/05/08/people-are-awesome/#comments</comments>
		<pubDate>Sun, 08 May 2011 22:40:27 +0000</pubDate>
		<dc:creator>erpel</dc:creator>
				<category><![CDATA[Allgemein]]></category>

		<guid isPermaLink="false">http://notouching.de/?p=918</guid>
		<description><![CDATA[The Deutsche Bahn is not! 18:22 in die RB33 gestiegen. ca 18:50 in H&#252;ckelhoven-Baal erfahren, dass die Bahnfahrt vorerst eine Pause macht. Eine halbe Stunde sp&#228;ter war die Fahrt dann endg&#252;ltig vorbei. Vier Stunden auf diesen gewartet.(Einmal kamen zwei Busse &#8230; <a href="http://notouching.de/2011/05/08/people-are-awesome/">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The Deutsche Bahn is not!<br />
18:22 in die RB33 gestiegen.<br />
ca 18:50 in H&uuml;ckelhoven-Baal erfahren, dass die Bahnfahrt  vorerst eine Pause macht. Eine halbe Stunde sp&auml;ter war die Fahrt dann endg&uuml;ltig vorbei.<br />
Vier Stunden auf diesen gewartet.(Einmal kamen zwei Busse voll mit Menschen aus Erkelenz)</p>
<p>Und dann um 10 vor 12 nimmt ein Vater der seinen Sohn mit Ziel Kohlscheid abholt mich und einen anderen Wartenden mit und liefert mich quasi vor meiner Haust&uuml;r ab.</p>
<p>Danke nochmal.</p>
]]></content:encoded>
			<wfw:commentRss>http://notouching.de/2011/05/08/people-are-awesome/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Klug? vielleicht. ScheiÃŸer? auf jeden Fall</title>
		<link>http://notouching.de/2011/03/20/klug-vielleicht-scheiser-auf-jeden-fall/</link>
		<comments>http://notouching.de/2011/03/20/klug-vielleicht-scheiser-auf-jeden-fall/#comments</comments>
		<pubDate>Sun, 20 Mar 2011 17:30:58 +0000</pubDate>
		<dc:creator>erpel</dc:creator>
				<category><![CDATA[Allgemein]]></category>

		<guid isPermaLink="false">http://notouching.de/2011/03/20/klug-vielleicht-scheiser-auf-jeden-fall/</guid>
		<description><![CDATA[Sehr geehrte Damen und Herren In der aktuellen Version(2.1) des DB Navigator f&#252;r iOS wird das Vorhandensein von Versp&#228;tungsdaten in der englischen Sprachfassung angezeigt wie auf dem angeh&#228;ngten Screenshot zu sehen: &#8220;There are realtime informations available&#8221; &#8211; Dieser Satz ist &#8230; <a href="http://notouching.de/2011/03/20/klug-vielleicht-scheiser-auf-jeden-fall/">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Sehr geehrte Damen und Herren</p>
<p>In der aktuellen Version(2.1) des DB Navigator f&uuml;r iOS wird das Vorhandensein von Versp&auml;tungsdaten in der englischen Sprachfassung angezeigt wie auf dem angeh&auml;ngten Screenshot zu sehen:</p>
<p>&#8220;There are realtime informations available&#8221; &#8211; Dieser Satz ist insofern falsch, als &#8220;information&#8221; im Englischen keinen Plural hat, richtiger w&auml;re: &#8220;There is realtime information available&#8221; oder kurz &#8220;Realtime information is available&#8221;.</p>
<p>Mut freundlichem GruÃŸ<br />
Philipp xxx<br />
- Meistens zufriedener DB(Navigator)-Nutzer</p>
<p><a href="http://notouching.de/wp-content/uploads/2011/03/20110320-063041.jpg"><img src="http://notouching.de/wp-content/uploads/2011/03/20110320-063041.jpg" alt="20110320-063041.jpg" class="alignnone size-full" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://notouching.de/2011/03/20/klug-vielleicht-scheiser-auf-jeden-fall/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wachstum</title>
		<link>http://notouching.de/2011/02/22/wachstum/</link>
		<comments>http://notouching.de/2011/02/22/wachstum/#comments</comments>
		<pubDate>Mon, 21 Feb 2011 23:12:38 +0000</pubDate>
		<dc:creator>erpel</dc:creator>
				<category><![CDATA[Wissen schafft:]]></category>
		<category><![CDATA[Zu lang fÃ¼r Twitter]]></category>

		<guid isPermaLink="false">http://notouching.de/?p=919</guid>
		<description><![CDATA[Viele Aspekte unserer Gesellschaft sind auf ein st&#228;ndiges Wachstum angelegt und ihr Funktionieren ist davon abh&#228;ngig dass sowohl der Konsum als auch die Produktivit&#228;t stetig steigt. Nun bedarf es keines Raketenwissenschaftlers um sich auszumalen, dass in Bezug auf die materiellen &#8230; <a href="http://notouching.de/2011/02/22/wachstum/">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Viele Aspekte unserer Gesellschaft sind auf ein st&auml;ndiges <a title="Pispers" href="http://www.youtube.com/watch?v=5p97lM6qtu0">Wachstum</a> angelegt und ihr Funktionieren ist davon abh&auml;ngig dass sowohl der Konsum als auch die Produktivit&auml;t stetig steigt. Nun bedarf es keines <a href="http://www.raumzeit-podcast.de/2010/11/19/rz003-raketenantriebe/">Raketenwissenschaftlers</a> um sich auszumalen, dass in Bezug auf die materiellen Auspr&auml;gungen dieser Entwicklung die begrenzten Ressourcen des Planeten Erde diese Zahnr&auml;der irgendwann empfindlich bremsen werden.</p>
<p>Ein v&ouml;lliges Umkrempeln der Gesellschaft erscheint schell als der beste, vielleicht auch einzige Ausweg aus dieser Zwickm&uuml;hle. Da dies n&uuml;chtern betrachtet als so sch&ouml;ne, wie abwegigeÂ <a title="Mitch Altmans brain machine - Makezine.com" href="http://makezine.com/10/brainwave/">Tr&auml;umerei</a> eingestuft werden muss â€“ die dazu notwendige Ver&auml;nderung in entsprechender Zahl â€“Â ist noch nicht in Reichweite â€“ stellt sich die Frage: Was nun?</p>
<p>Wie k&ouml;nnen wir den wahrscheinlich zutiefst menschlichen Drang nach mehr, der im Rahmen der Evolution stets gute Dienste geleistet hat, stillen ohne uns selbst <a title="Google will eat itself - heise.de - TP" href="http://www.heise.de/tp/r4/artikel/23/23366/1.html">aufzufressen</a>? M&ouml;glicherweise gar nicht nur den Drang befriedigen sondern aktiv nutzen, zum Wohl unserer Art. Und aller die sie ausmachen.</p>
<p>Der Begriff der Wissens- oder Informationsgesellschaft als Nachfolgestufe vonÂ <a title="Humor - It's got electrolytes" href="http://www.youtube.com/watch?v=rv9bXPcNews">Agrargesellschaft</a>,Â Industriegesellschaft und Dienstleistungsgesellschaft war schon nicht mehr neu, als ich ihn in der Schule lernte.</p>
<p>Was dort nicht vermittelt wurde war ein Aspekt von Information, sei es als Wissen(schaft) Kunst oder Unterhaltung der im Kontext von Wachstum nicht unbedeutend ist: Die Menge an Information die wir Produzieren, Sammeln und Nutzen k&ouml;nnen ist durch nichts in der Art beschr&auml;nkt wie es die Produktion von immer mehr Autos mit immer weniger Menschen ist. Wir k&ouml;nnen Wissen schaffen, weitergeben und benutzen ohne auf eine Ressource auÃŸer unserer eigenen Kreativit&auml;t angewiesen zu sein.</p>
<p>Vielleicht geh der n&auml;chste groÃŸe Schritt der Menschheit in diese Richtung.</p>
<p>Vielleicht kommt auch in 100 Jahren ein Komet!</p>
]]></content:encoded>
			<wfw:commentRss>http://notouching.de/2011/02/22/wachstum/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>zwanzigzeh(e)n</title>
		<link>http://notouching.de/2010/01/28/zwanzigzehen/</link>
		<comments>http://notouching.de/2010/01/28/zwanzigzehen/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 20:40:35 +0000</pubDate>
		<dc:creator>erpel</dc:creator>
				<category><![CDATA[Allgemein]]></category>

		<guid isPermaLink="false">http://notouching.de/?p=872</guid>
		<description><![CDATA[by CiuPix Some rights reserved Ich freue mich euch mitteilen zu k&#246;nnen, dass Gegensatz zu Kreditkarten und der D&#252;sseldorfer StraÃŸenbahn, dieses Blog auch 2010 einwandfrei funktioniert und fordere hiermit zur sofortigen Benutzung auf.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/lorenzopierini/222344148/" title="four foots by CiuPix, on Flickr"><img src="http://farm1.static.flickr.com/81/222344148_6841de4e93.jpg" width="500" height="375" alt="four foots" /></a>
<p>by CiuPix <a href="http://creativecommons.org/licenses/by-nc-sa/2.0/deed.en" rel="license cc:license" class="Plain">Some rights reserved</a></p>
<p>Ich freue mich euch mitteilen zu k&ouml;nnen, dass Gegensatz zu Kreditkarten und der D&uuml;sseldorfer StraÃŸenbahn, dieses Blog auch 2010 einwandfrei funktioniert und fordere hiermit zur sofortigen Benutzung auf.</p>
]]></content:encoded>
			<wfw:commentRss>http://notouching.de/2010/01/28/zwanzigzehen/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Roaming ist schlecht f&#252;r Beziehungen</title>
		<link>http://notouching.de/2010/01/28/roaming-ist-schlecht-fuer-beziehungen/</link>
		<comments>http://notouching.de/2010/01/28/roaming-ist-schlecht-fuer-beziehungen/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 20:30:29 +0000</pubDate>
		<dc:creator>erpel</dc:creator>
				<category><![CDATA[Bewegtes Bild]]></category>

		<guid isPermaLink="false">http://notouching.de/?p=870</guid>
		<description><![CDATA[See more funny videos and funny pictures at CollegeHumor.]]></description>
			<content:encoded><![CDATA[<p><object type="application/x-shockwave-flash" data="http://www.collegehumor.com/moogaloop/moogaloop.swf?clip_id=1918771&#038;fullscreen=1" width="480" height="360" ><param name="allowfullscreen" value="true"/><param name="wmode" value="transparent"/><param name="allowScriptAccess" value="always"/><param name="movie" quality="best" value="http://www.collegehumor.com/moogaloop/moogaloop.swf?clip_id=1918771&#038;fullscreen=1"/><embed src="http://www.collegehumor.com/moogaloop/moogaloop.swf?clip_id=1918771&#038;fullscreen=1" type="application/x-shockwave-flash" wmode="transparent"  width="480" height="360"  allowScriptAccess="always"></embed></object>
<div style="padding:5px 0; text-align:center; width:480px;">See more <a href="http://www.collegehumor.com/videos">funny videos</a> and <a href="http://www.collegehumor.com/pictures">funny pictures</a> at <a href="http://www.collegehumor.com/">CollegeHumor</a>.</div>
]]></content:encoded>
			<wfw:commentRss>http://notouching.de/2010/01/28/roaming-ist-schlecht-fuer-beziehungen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Liebe Maschinenbauer(n)</title>
		<link>http://notouching.de/2009/10/15/liebe-maschinenbauern/</link>
		<comments>http://notouching.de/2009/10/15/liebe-maschinenbauern/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 18:01:34 +0000</pubDate>
		<dc:creator>erpel</dc:creator>
				<category><![CDATA[Allgemein]]></category>

		<guid isPermaLink="false">http://notouching.de/?p=861</guid>
		<description><![CDATA[Zitate aus Kommentaren aus holgis Blog beim HR Das Video wurde zur Nachwende-Zeit aufgenommen. Die Beteiligten waren zur Ãœbertreibung aufgefordert worden, um die VW-Investitionen noch notwendiger erscheinen zu lassen. Auf den Videos aus DDR-Zeiten zur Lehrausbildung im VEB Sachsenring Zwickau &#8230; <a href="http://notouching.de/2009/10/15/liebe-maschinenbauern/">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/zBsPFI--muo&#038;color1=0xb1b1b1&#038;color2=0xcfcfcf&#038;feature=player_embedded&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.youtube.com/v/zBsPFI--muo&#038;color1=0xb1b1b1&#038;color2=0xcfcfcf&#038;feature=player_embedded&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="425" height="344"></embed></object></p>
<p>Zitate aus Kommentaren aus <a href="http://blogs.hr-online.de/nightline/2009/10/13/how-is-trabbi-formed/#comments">holgis Blog beim HR</a></p>
<blockquote><p>Das Video wurde zur Nachwende-Zeit aufgenommen. Die Beteiligten waren zur Ãœbertreibung aufgefordert worden, um die VW-Investitionen noch notwendiger erscheinen zu lassen.<br />
Auf den Videos aus DDR-Zeiten zur Lehrausbildung im VEB Sachsenring Zwickau ist eine feinf&uuml;hlerige Vorgehensweise zu sehen.</p></blockquote>
<blockquote><p>Sieht vielleicht martialisch aus, wie die an dem â€œBlechâ€ des Trabbis rumbiegen, aber man mag es ja kaum glauben: Auch heute noch werden die T&uuml;ren der â€œheiligen Blechleâ€ nach dem groben Zusammenbau mit purer menschlicher Muskelkraft fein ausgerichtet.<br />
Allerdings l&auml;uft heute glaube ich kein Jazz mehr an der Taktstrasse.</p></blockquote>
<blockquote><p>Nur mal so nebenbei: Wahrscheinlich bin ich ein Nerd im sixtusschen Sinne, denn ich habe mich ewig gescheut meinen Trabant gegen ein â€œrichtigesâ€ Blechauto zu tauschen, allein aus einem Grund: Einen Trabant konnte man mit Standardwerkzeug ziemlich komplett auseinandernehmen und wieder zusammenbauen. Wohlgemerkt im Garten oder unterwegs &#8211; allein und ohne Werkstatt. Kompletter Motorwechsel dauerte, wenn man das alleine im Freien machte, gerade mal anderthalb Stunden.<br />
OK, dass nur mal so als Beispiel und es sei nat&uuml;rlich angemerkt, dass ich meine Blechautomotoren bisher auch nur recht selten wechseln (lassen) musste.<br />
Eigentlich wollte ich ja nur sagen, dass man zu einem Trabant einen viel nerdigeren Bezug haben konnte, als zu â€œmodernenâ€ Autos.</p></blockquote>
<p><strong>AuÃŸerdem:</strong> Was bei Windows funktioniert hat sollte auch einen KFZ-Klassiker neu beleben:<br />
<a href="">www.trabant-nt.de</a></p>
]]></content:encoded>
			<wfw:commentRss>http://notouching.de/2009/10/15/liebe-maschinenbauern/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

