<?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>iThoughts &#187; Computer</title>
	<atom:link href="http://www.ithoughts.de/tag/computer/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ithoughts.de</link>
	<description>Upgrade your Brain</description>
	<lastBuildDate>Thu, 12 Jan 2012 16:51:23 +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>The Command&#160;Line</title>
		<link>http://www.ithoughts.de/the-command-line</link>
		<comments>http://www.ithoughts.de/the-command-line#comments</comments>
		<pubDate>Sun, 06 Mar 2011 17:09:46 +0000</pubDate>
		<dc:creator>Akku</dc:creator>
				<category><![CDATA[Rant]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Convenience]]></category>
		<category><![CDATA[English]]></category>
		<guid isPermaLink="false">http://www.ithoughts.de/?p=617</guid>
		<description><![CDATA[Why I think that the command line is an artifact that shouldn't be needed anymore anywhere]]></description>
			<content:encoded><![CDATA[<p>So as I was confronted with &#8220;you should learn to use the command line&#8221; again, here&#8217;s my opinion on this invention. The command line is the prompt where you can type in commands and those get executed by the operating system. It what Linux people need to use a lot, Mac people had to resort to when nothing else worked and Windows people didn&#8217;t need to use ever &#8211; as the command line never was very powerful on Windows.</p>
<p><a title="bokeh Command" href="http://www.flickr.com/photos/10687935@N04/2417890099/" target="_blank"><div style="overflow:hidden;display:table;line-height:0;text-align:center;width:240px;margin: 5px;" class="alignright"><img class=" shadow_curl" style="border: 0pt none; ;; padding:0 !important; margin:0 !important; max-width:100% !important;" src="http://farm4.static.flickr.com/3233/2417890099_2b82efcb90_m.jpg" border="0" alt="bokeh Command" width="240" height="240" /><br/><img alt="" src="http://www.ithoughts.de/wp-content/plugins/shadows/shadow_curl.png" class="shadow_img" style="margin:0 !important;height:10px;width:100%;" /></div></a>In my opinion this is also what directly impacts the platforms distribution. Windows 85%+, Linux 1% and the rest is Mac. But why should the distribution of a platform be directly connected with the platforms use of the command line? The first barriers seem to be easy to overcome.</p>
<p>First, you need to be able to type and grasp some basic concepts, like the way the file system is laid out, which types of other stuff in the operating system is mapped into the file system, and basic usage principles. This alone is enough reason most users won&#8217;t bother with this ever. Typing is strictly not what most users want to do, they want to surf the web, listen to music, watch movies and when typing is only needed for messenging or typing in profile information in Facebook.</p>
<p>Well, normal users stink anyways, you say, and as a programmer you should be comfortable with typing on a keyboard too. So let&#8217;s look at the positive aspects of the command line: it&#8217;s all just typing, you don&#8217;t need to take away your hands from the keyboard to use a mouse and thereby it&#8217;s all faster anyways and also, there are so many commands with so many fine grained parameters that you can do basically anything using the shell.</p>
<p>This is true, and I don&#8217;t want to argue with anyone here. Surprise! I don&#8217;t think the command line is inherently bad. Instead, I think it&#8217;s an expert system. If you have invested years and years learning commands, parameters and when to use which parameter and which parameter won&#8217;t work with another one. The leaning curve is steep. You&#8217;ll need to learn the use of every single command that you&#8217;ll need for every single of the the most trvial of actions. You&#8217;ll need to know that there is this command, and how to use it, you&#8217;ll need to learn with parameters do what and you&#8217;ll ask yourself who decided on the defaults parameters or the absense of them and you&#8217;ll read man pages over man pages for that.</p>
<p>So if you did that, congratulations, you have aquired a valuable skill. At least as long as there&#8217;s no good GUI based solution for that. But there&#8217;re more problems with only working in text mode:</p>
<p>You type, the program executes and you get output. The sequential cycle of this dance has no possibility to give you additional information while you type or while the program executes. When it dumps a lot of text on the screen, you scan it for what you need to know, and then you type and wait again. For a lot of problems this won&#8217;t matter at all. Sometimes it&#8217;s even faster, for example when you grep for a certain file you&#8217;re searching for. But in the shell, there&#8217;s no mouseover, no intuitive visual design that could give you clues what to do and how to do it, no spelling correction when you mistyped a character in the middle of a three line-wrapping command. Type and execute.</p>
<p>Don&#8217;t misunderstand me here: I wish I would be a master of the command line. As the myth of doing command line magic is what let&#8217;s us admire those who can. The basic thought in every person who needs to use the command line is always &#8220;damn, this is hard&#8221; and &#8220;it&#8217;s take forever till I get all this&#8221; and &#8220;I guess I have to learn all this stuff&#8221;. This makes us admire those who CAN do all the stuff and know all the commands even more.</p>
<p>But times are a&#8217; changing. The first really well usable wide-spread operating system that you could accomplish pretty much everything with was Windows XP in 2003. In all other systems you always had to be mastering the command line to be able to do what you really wanted to do. It&#8217;s 8 years since, and a lot has changed. GUI programmers got better at what they&#8217;re doing and they&#8217;re giving ordinary users the power to use the computer. Windows 7 is a very nice OS, and MacOS gets better with every release.</p>
<p>To me, command line commands are a basic foundation that you can base an operating system on. But commands are badly designed by default, and therefore you should never have users be dependent on them. Never ever. And as it&#8217;s not 2003 anymore, you cannot expect power users to know or even aspire to know the command line anymore.</p>
<p>I can do work in the command line when I need to, but I&#8217;m always very  slow at that and I&#8217;d always rather have a GUI based tool at hand, that  shows me instantly what to do and how to do it instead of Googling and  guessing &#8211; and for my part if something cannot be done conveniently without the command line in an OS, I think the OS is badly designed and needs work.</p>
<p>I&#8217;d rather stay clicking.</p>
<p style="text-align: right;"><small><a title="Attribution License" href="http://creativecommons.org/licenses/by/2.0/" target="_blank"><img src="../wp-content/plugins/photo-dropper/images/cc.png" border="0" alt="Creative Commons License" width="16" height="16" align="middle" /></a> <a href="http://www.photodropper.com/photos/" target="_blank">photo</a> credit: <a title="Robert S. Donovan" href="http://www.flickr.com/photos/10687935@N04/2417890099/" target="_blank">Robert S. Donovan</a></small></p>
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.ithoughts.de/windows-7' title='Windows 7'>Windows 7</a></li>
<li><a href='http://www.ithoughts.de/from-pc-to-mac-book-air-11' title='From PC to Mac Book Air 11&#8221;'>From PC to Mac Book Air 11&#8221;</a></li>
<li><a href='http://www.ithoughts.de/programs-you-should-have-a-look-at' title='Programs you should have a look at'>Programs you should have a look at</a></li>
<li><a href='http://www.ithoughts.de/flattr-future-of-high-quality-content' title='Flattr &#8211; Future of High Quality Content'>Flattr &#8211; Future of High Quality Content</a></li>
<li><a href='http://www.ithoughts.de/why-the-ipad-is-all-wrong' title='Why the iPad is all wrong'>Why the iPad is all wrong</a></li>
</ul>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.ithoughts.de%2Fthe-command-line"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.ithoughts.de%2Fthe-command-line&amp;source=ithoughts_de&amp;style=compact&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
 <img src="http://www.ithoughts.de/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=617" width="1" height="1" style="display: none;" /> <p><a href="http://www.ithoughts.de/?flattrss_redirect&amp;id=617&amp;md5=f9731ff0accb68801a376c00121b11e9" title="Flattr" target="_blank"><img src="http://www.ithoughts.de/wp-content/plugins/flattrss/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.ithoughts.de/the-command-line/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<atom:link rel="payment" href="http://www.ithoughts.de/?flattrss_redirect&amp;id=617&amp;md5=f9731ff0accb68801a376c00121b11e9" type="text/html" />"
	</item>
		<item>
		<title>From PC to Mac Book Air&#160;11&#8221;</title>
		<link>http://www.ithoughts.de/from-pc-to-mac-book-air-11</link>
		<comments>http://www.ithoughts.de/from-pc-to-mac-book-air-11#comments</comments>
		<pubDate>Wed, 02 Mar 2011 07:24:19 +0000</pubDate>
		<dc:creator>Akku</dc:creator>
				<category><![CDATA[Shorts]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[PC]]></category>
		<guid isPermaLink="false">http://www.ithoughts.de/?p=614</guid>
		<description><![CDATA[Got my new MacBook Air 11'' as main machine and really like it]]></description>
			<content:encoded><![CDATA[<p>Let&#8217;s first say: I was a PC user all my life and can easily solve all approaching problems on a PC with ease. Why did I switch to a MacBook Air 11&#8221;? Basically, I&#8217;ve always wanted to have a lightweight computer to carry around throughout the day. I&#8217;ve played with the idea of an iPad, but I don&#8217;t like that I can&#8217;t do programming or more complex tasks on that thing. I also thought about buying a netbook, but those most of the time don&#8217;t have the power to play HD-videos to my TV or play the occasional game once or twice a year &#8211; and I really never again wanted to buy a device with a spinning hard drive.</p>
<p><a href="http://www.ithoughts.de/images/macbookair11.jpg"><div style="overflow:hidden;display:table;line-height:0;text-align:center;width:239px;margin: 5px 10px;" class="alignright"><img class=" shadow_curl" style=";; padding:0 !important; margin:0 !important; max-width:100% !important;" title="MacBook Air 11''" src="http://www.ithoughts.de/images/macbookair11.jpg" alt="MacBook Air" width="239" height="320" /><br/><img alt="" src="http://www.ithoughts.de/wp-content/plugins/shadows/shadow_curl.png" class="shadow_img" style="margin:0 !important;height:10px;width:100%;" /></div></a>Also, I wanted to program for iOS, and needed a Mac for that. The &#8220;cheaper&#8221; option of buying an older MacBook or Mac Mini and attaching that to my external monitor and buying a Netbook and hoping that the power will be enough just didn&#8217;t make the cut. I like it simple, and I like to keep as few things around me as possible.</p>
<p>Now for my feeling of this machine (Pro):</p>
<ul>
<li>I can use this little thing as my main machine now, and thats purely superb.</li>
<li>The high build quality is amazing.</li>
<li>The screen is small but very high resolution &#8211; wouldn&#8217;t recommend it to anyone with bad eyes, but for me it&#8217;s perfect.</li>
<li>Having an SSD easily makes this thing a very responsive device. I never wait for my machine, my machine always waits for my input.</li>
<li>The touchpad is so amazing, that I cannot describe it. Let&#8217;s just say if you haven&#8217;t used a modern multitouch trackpad on a Mac so far, go to a Mac Store and just try it. I cannot stress enough that this trackpad made me dismiss the idea of even using a mouse on this machine, because the multitouch gestures just make you execute everything better than a mouse could, and you don&#8217;t even need to take a hand away from the keyboard.</li>
<li>Some of the interface choices in MacOSX just blow my mind &#8211; others like the Windows 7 snap to corners stuff that I really like can be easily installed via external programs.</li>
</ul>
<p>Contra:</p>
<ul>
<li>I still didn&#8217;t grow accustomed to the Mac &#8211; keyboard layout. Additionally, I really don&#8217;t like the &#8220;fn&#8221; function key in the bottom left corner of the keyboard. If there were some tool out there that would let me switch this function key with the CTRL key, I would be happy.</li>
<li>High price. An older but equally powered MacBook would have done the trick for me too.</li>
<li>The basic layout features 2GB RAM and 64GB disk space. I really wanted 4GB RAM as I don&#8217;t like swapping to disk when programming or using the iPhone simulator, and the only device they had with 4GB also came with the 128 GB hard disk. Didn&#8217;t think I really need the space as I was going to keep private stuff on this machine to a minimum and use Dropbox for the rest, but even after just installing all the software I wanted I already went over 64GB. That means Iwouldn&#8217;t advise anyone to go without the 128GB hard disk, and also not without the 4GB RAM if this should be your main machine or if you plan on doing more than just basic tasks with this thing (read: Photoshop and above). The 1.6GHz processor instead of the 1.4GHz is wasted money in my opinion.</li>
</ul>
<p><strong>UPDATE: after about three month:</strong></p>
<ul>
<li>Overall, I&#8217;m happier than ever. I cannot believe that there&#8217;re people in the world who work with a computer most of their lifetime and don&#8217;t even try another alternative. The carpenter also won&#8217;t use the cheapest biggest hammer he can find, he&#8217;ll use the best tool for the job (that might also be a bit more expensive), and so should you.</li>
<li>There&#8217;re apps for everything I did with Windows. This means, there&#8217;re no tasks I need to go back to windows to, as for everything there&#8217;s a solution on the Mac (and most of the time a better one).</li>
<li>I totally grew accustomed to the keyboards scheme. The main thing you need to understand is that you&#8217;ll only need the CMD key most of the time in all apps you use. Therefore, both are put at prominent places that are easy to find even if you don&#8217;t look at the keyboard: next to the giant space bar. The idea to put it in the middle needs you to flip your brain when you come from Windows: don&#8217;t use the small pinky finger to hopefully find the CMD key somewhere in the corner of your keyboard, but instead use the left or right THUMB to just always correctly hit the CMD key besides the spacebar. After some weeks, you won&#8217;t want to get back to the Windows way (and yes, you&#8217;ll be able to copy-paste with no problems).</li>
<li>The touchpad is so amazing (and with <a title="BetterTouchTool" href="http://blog.boastr.net/?page_id=1722">BetterTouchTool</a> even configurable as hell) that I won&#8217;t ever consider using a mouse for the MBA.</li>
<li>Talking about Better Touch Tool, that thing also gives you the Windows-spnapping that you love about Windows 7.</li>
<li>I&#8217;m happy I took the 128 GB of harddisk. 64 are just not enough to get all your stuff on there.</li>
</ul>
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.ithoughts.de/firefox-on-mac-tabs-closed-after-restart' title='Firefox on Mac &#8211; Tabs Closed after Restart'>Firefox on Mac &#8211; Tabs Closed after Restart</a></li>
<li><a href='http://www.ithoughts.de/the-big-anti-apple-rant' title='The Big Anti-Apple Rant'>The Big Anti-Apple Rant</a></li>
<li><a href='http://www.ithoughts.de/marketshare-and-winning-and-religion' title='Marketshare and Winning and Religion'>Marketshare and Winning and Religion</a></li>
<li><a href='http://www.ithoughts.de/todo-for-mac-review' title='ToDo for Mac &#8211; Review'>ToDo for Mac &#8211; Review</a></li>
<li><a href='http://www.ithoughts.de/the-command-line' title='The Command Line'>The Command Line</a></li>
</ul>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.ithoughts.de%2Ffrom-pc-to-mac-book-air-11"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.ithoughts.de%2Ffrom-pc-to-mac-book-air-11&amp;source=ithoughts_de&amp;style=compact&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
 <img src="http://www.ithoughts.de/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=614" width="1" height="1" style="display: none;" /> <p><a href="http://www.ithoughts.de/?flattrss_redirect&amp;id=614&amp;md5=1f303755f70ad8dcd178984bdb02008f" title="Flattr" target="_blank"><img src="http://www.ithoughts.de/wp-content/plugins/flattrss/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.ithoughts.de/from-pc-to-mac-book-air-11/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<atom:link rel="payment" href="http://www.ithoughts.de/?flattrss_redirect&amp;id=614&amp;md5=1f303755f70ad8dcd178984bdb02008f" type="text/html" />"
	</item>
		<item>
		<title>Programs you should have a look&#160;at</title>
		<link>http://www.ithoughts.de/programs-you-should-have-a-look-at</link>
		<comments>http://www.ithoughts.de/programs-you-should-have-a-look-at#comments</comments>
		<pubDate>Sat, 04 Sep 2010 06:59:55 +0000</pubDate>
		<dc:creator>Akku</dc:creator>
				<category><![CDATA[Privat]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Convenience]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Time]]></category>
		<guid isPermaLink="false">http://www.ithoughts.de/?p=400</guid>
		<description><![CDATA[My favourite programs for Windows]]></description>
			<content:encoded><![CDATA[<p>I already posted about <a title="Type faster and be more productive with PhraseExpress" href="http://www.ithoughts.de/type-faster-be-more-productive">PhraseExpress</a> that I like a lot, but here are some more recommendations that I use on my windows system:</p>
<p><a title="Cobian Backup" href="http://www.educ.umu.se/~cobian/cobianbackup.htm">Cobian Backup</a>: Not the most beautiful user interface, but definitely the best free backup tool that I found and use on a daily basis. Has ALL the features.</p>
<p><a title="JetDrive" href="http://www.abelssoft.net/jetdrive.php">JetDrive</a> &amp; <a title="Abelssoft PC Fresh" href="http://www.abelssoft.net/pcfresh.php">PC Fresh</a>: Two of our own programs that I use on my PC. JetDrive is the best defragmentation software on the market (in terms of PC speedup) and PC Fresh lets you configure all the low level stuff, that windows tries to hide from you. Both boost performance.</p>
<p><a title="YouTube Song Downloader" href="http://www.abelssoft.net/youtube-song-downloader.php">YouTube Song Downloader</a>: Another one of our tools. Want to have music for free? We have the Windows tool. Getting YouTube avi videos or MP3 is no problem with this.</p>
<p><a title="Skype" href="http://www.skype.com">Skype</a>: Why doesn&#8217;t everyone use Skype? It&#8217;s instant messaging with group conversations and included high quality phone service. It can send files. Perfect. (If the ads were removed.) You could even do video conferencing, but who would want that?</p>
<p><a title="HeidiSQL" href="http://www.heidisql.com/">HeidiSQL</a>: A free MySQL database client thats VERY nice and easy to use. If you find yourself or anyone else using <em>phpmyadmin</em>, tell that person that HeidiSQL is much better. Even if you need to tell it yourself.</p>
<p><a title="TeamViewer" href="http://www.teamviewer.com/de/">TeamViewer</a>: Help your father fix a Windows problem? Help a friend to setup his e-mail-client? Use this and share his screen and use your mouse and keyboard on his machine over the internet. Saves a lot of travelling time.</p>
<p><a title="FileZilla FTP Client" href="http://www.filezilla.de/">FileZilla</a>: The best FTP client out there.</p>
<p><a title="VLC - Video Lan Client" href="http://www.videolan.org/vlc/">VLC</a>: If you want to watch a video, just download this and watch it. Superb video player.</p>
<p>I&#8217;ll update this list if I find something else that I&#8217;d use every day.<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.ithoughts.de/get-over-your-media-collecting-habits' title='Get over your media collecting habits'>Get over your media collecting habits</a></li>
<li><a href='http://www.ithoughts.de/increasing-speed-evolution-of-lifetime' title='Increasing Speed: Evolution of Lifetime'>Increasing Speed: Evolution of Lifetime</a></li>
<li><a href='http://www.ithoughts.de/merlin-mann-talking' title='Merlin Mann Talking'>Merlin Mann Talking</a></li>
<li><a href='http://www.ithoughts.de/time-management-doesnt-mean-rushing' title='Time Management doesn&#8217;t mean rushing'>Time Management doesn&#8217;t mean rushing</a></li>
<li><a href='http://www.ithoughts.de/type-faster-be-more-productive' title='Be more productive with Phrase Express'>Be more productive with Phrase Express</a></li>
</ul>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.ithoughts.de%2Fprograms-you-should-have-a-look-at"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.ithoughts.de%2Fprograms-you-should-have-a-look-at&amp;source=ithoughts_de&amp;style=compact&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
 <img src="http://www.ithoughts.de/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=400" width="1" height="1" style="display: none;" /> <p><a href="http://www.ithoughts.de/?flattrss_redirect&amp;id=400&amp;md5=e11023eb6ca369f146ee70fcba407810" title="Flattr" target="_blank"><img src="http://www.ithoughts.de/wp-content/plugins/flattrss/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.ithoughts.de/programs-you-should-have-a-look-at/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" href="http://www.ithoughts.de/?flattrss_redirect&amp;id=400&amp;md5=e11023eb6ca369f146ee70fcba407810" type="text/html" />"
	</item>
		<item>
		<title>Podcasts I listen to &#8211;&#160;Nowadays</title>
		<link>http://www.ithoughts.de/podcasts-i-listen-to-nowadays</link>
		<comments>http://www.ithoughts.de/podcasts-i-listen-to-nowadays#comments</comments>
		<pubDate>Wed, 01 Sep 2010 17:00:41 +0000</pubDate>
		<dc:creator>Akku</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Feeds]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Podcast]]></category>
		<guid isPermaLink="false">http://www.ithoughts.de/?p=398</guid>
		<description><![CDATA[I got a new recommendation for you people. As I already showed you what podcasts I like to listen to here, I&#8217;ll update that, as this has changed. In fact, I stopped listening to these after I found Dan Benjamin and the 5by5.tv network with the following (ultimate) podcasts: The Dev Show: About Java, Javascript, [...]]]></description>
			<content:encoded><![CDATA[<p>I got a new recommendation for you people. As I already showed you what podcasts I like to listen to <a title="iThoughts - Podcasts I listen to" href="http://www.ithoughts.de/podcasts-i-listen-to">here</a>, I&#8217;ll update that, as this has changed. In fact, I stopped listening to these after I found Dan Benjamin and the <a title="5by5 Podcasts" href="http://5by5.tv/">5by5.tv network</a> with the following (ultimate) podcasts:</p>
<ul>
<li> <a title="The Dev Show Podcast" href="http://5by5.tv/devshow">The Dev Show</a>: About Java, Javascript, Ruby and Python mainly, webprogramming and other programming stuff in general.</li>
<li><a title="The Talk Show Podcast" href="http://5by5.tv/talkshow">The Talk Show</a>: Apple &amp; Geek show with <a title="John Gruber - Daring Fileball Blog" href="http://daringfireball.net/">John Gruber</a>. Better than having the feed of his blog spamming your feedreader. ;-)</li>
<li><a title="The Pipeline Podcast" href="http://5by5.tv/pipeline">The Pipeline</a> &amp; <a title="The Conservation Podcast" href="http://5by5.tv/conversation">The Conversation</a> &amp; <a title="The Big Web Show Podcast" href="http://5by5.tv/bigwebshow">The Big Web Show</a>: Basically all shows with interviews with people from the web industry, programmers, designers, bookwriters, and all kinds of interesting people.</li>
</ul>
<p>I can definitely recommend all of the above shows and also did so on iTunes (where you can also get them). All those shows feature either an audio only (which I prefer for my way to work) or a video feed if you like that better. On the <a title="5by5 Podcasts" href="http://5by5.tv/">5by5 website</a> you can also find podcasts about Ruby, Podcasting, Photopraphy, and some other themes you might like.<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.ithoughts.de/podcasts-i-listen-to' title='Podcasts I listen to'>Podcasts I listen to</a></li>
<li><a href='http://www.ithoughts.de/programs-you-should-have-a-look-at' title='Programs you should have a look at'>Programs you should have a look at</a></li>
<li><a href='http://www.ithoughts.de/my-blog-gets-old-iphone-touchscreen-writing' title='My Blog gets old + iPhone Touchscreen writing'>My Blog gets old + iPhone Touchscreen writing</a></li>
<li><a href='http://www.ithoughts.de/tentacepron' title='TentacleprOn'>TentacleprOn</a></li>
<li><a href='http://www.ithoughts.de/writing-and-reading-blogs' title='Writing and Reading Blogs'>Writing and Reading Blogs</a></li>
</ul>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.ithoughts.de%2Fpodcasts-i-listen-to-nowadays"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.ithoughts.de%2Fpodcasts-i-listen-to-nowadays&amp;source=ithoughts_de&amp;style=compact&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
 <img src="http://www.ithoughts.de/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=398" width="1" height="1" style="display: none;" /> <p><a href="http://www.ithoughts.de/?flattrss_redirect&amp;id=398&amp;md5=075cedc4eeadd6a8a94f64ba9b9de237" title="Flattr" target="_blank"><img src="http://www.ithoughts.de/wp-content/plugins/flattrss/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.ithoughts.de/podcasts-i-listen-to-nowadays/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<atom:link rel="payment" href="http://www.ithoughts.de/?flattrss_redirect&amp;id=398&amp;md5=075cedc4eeadd6a8a94f64ba9b9de237" type="text/html" />"
	</item>
		<item>
		<title>Hitflip &#8211; Auto-Pausierte&#160;Tausch-Items</title>
		<link>http://www.ithoughts.de/hitflip-auto-pausierte-tausch-items</link>
		<comments>http://www.ithoughts.de/hitflip-auto-pausierte-tausch-items#comments</comments>
		<pubDate>Sat, 29 May 2010 06:20:36 +0000</pubDate>
		<dc:creator>Akku</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Deutsch]]></category>
		<category><![CDATA[German]]></category>
		<category><![CDATA[Projekte]]></category>
		<category><![CDATA[Satire]]></category>
		<guid isPermaLink="false">http://www.ithoughts.de/?p=321</guid>
		<description><![CDATA[in german as this topic should not be interesting to non-german folks Hitflip ruiniert sich selbst. Seit der Einführung eines maximalen &#8220;Flip&#8221;-Preises wandern Teilnehmer zu anderen Tauschplattformen ab, weil sie auf Hitflip nur noch viel weniger bekommen, als der Gegenstand wert ist. Ich schrieb noch eine Mail an Hitflip: Sehr geehrtes Hitflip-Team! Laut Ihrer AGB [...]]]></description>
			<content:encoded><![CDATA[<p><em>in german as this topic should not be interesting to non-german folks</em></p>
<p>Hitflip ruiniert sich selbst. Seit der Einführung eines maximalen &#8220;Flip&#8221;-Preises wandern Teilnehmer zu anderen Tauschplattformen ab, weil sie auf Hitflip nur noch viel weniger bekommen, als der Gegenstand wert ist. Ich schrieb noch eine Mail an Hitflip:</p>
<blockquote><p>Sehr geehrtes Hitflip-Team!</p>
<p>Laut Ihrer AGB ist es einem Hitflip-Teilnehmer möglich, seine zum Tausch angebotenen Artikel mittels der Flips zu bewerten. Leider zwingen Sie durch das künstliche Pausieren von Artikeln mit Ihrer Meinung nach zu hohen Flipkosten, dass Mitglieder keine freie Bewertung Ihrer Tauschartikel vornehmen können.</p>
<p>Da ich Artikel zum Teil für 200 Flips ertauscht habe, sehe ich es nicht ein, diese gezwungenermaßen für 30 Flips zu vertauschen, nur weil Sie Ihr eigenes System nicht verstehen. Ich habe dazu einen Artikel unter <a title="Hitflip - Analysis of Economic Uprise and Failiure" href="http://www.ithoughts.de/hitflip-an-analysis-of-economic-uprise-and-failure">http://www.ithoughts.de/hitflip-an-analysis-of-economic-uprise-and-failure</a> veröffentlicht, in denen ich Vorschläge mache, wie Sie Ihre Probleme anders in den Griff kriegen können.</p>
<p>Schalten Sie bitte den Pausierungs-Automatismus für mich aus oder ändern Sie Ihre AGB.</p>
<p>Viele Grüße,</p>
<p>Tim Dellas</p></blockquote>
<p>Tja, ein Mail-Template und den Verweis auf einen Diskussionsthread später, landete ich in <a title="Hitflip Diskussionsthread" href="http://www.hitflip.de/forum_thread.php?thread_id=148887&amp;page=25">eben diesem</a>. Leider waren die Mitglieder Hitflips dort auf Kuschelkurs, und fanden für den lieben Frieden und &#8220;die guten alten Zeiten&#8221; alles toll, was Hitflip geändert hat.</p>
<p>Nun, solange es mir nicht verboten wird, meine Artikel wieder anzubieten, kann ich das ja auch tun. Greasemonkey anyone?<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.ithoughts.de/der-sinn-eines-blogs' title='Der Sinn eines Blogs'>Der Sinn eines Blogs</a></li>
<li><a href='http://www.ithoughts.de/twitter-clients' title='Twitter-Clients'>Twitter-Clients</a></li>
<li><a href='http://www.ithoughts.de/was-bringen-rss-feeds-firefox-feed-reader' title='Was bringen RSS Feeds? Firefox-Feed-Reader!'>Was bringen RSS Feeds? Firefox-Feed-Reader!</a></li>
<li><a href='http://www.ithoughts.de/geburtstag' title='Geburtstag'>Geburtstag</a></li>
<li><a href='http://www.ithoughts.de/gunstigen-mac-kaufen-crackintosh' title='Günstigen MAC kaufen &#8211; Crackintosh!'>Günstigen MAC kaufen &#8211; Crackintosh!</a></li>
</ul>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.ithoughts.de%2Fhitflip-auto-pausierte-tausch-items"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.ithoughts.de%2Fhitflip-auto-pausierte-tausch-items&amp;source=ithoughts_de&amp;style=compact&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
 <img src="http://www.ithoughts.de/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=321" width="1" height="1" style="display: none;" /> <p><a href="http://www.ithoughts.de/?flattrss_redirect&amp;id=321&amp;md5=10277fc431ed6c8d7595d06f2978c274" title="Flattr" target="_blank"><img src="http://www.ithoughts.de/wp-content/plugins/flattrss/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.ithoughts.de/hitflip-auto-pausierte-tausch-items/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<atom:link rel="payment" href="http://www.ithoughts.de/?flattrss_redirect&amp;id=321&amp;md5=10277fc431ed6c8d7595d06f2978c274" type="text/html" />"
	</item>
		<item>
		<title>Microsoft Office 2010 encountered an error during&#160;setup</title>
		<link>http://www.ithoughts.de/microsoft-office-2010-encountered-an-error-during-setup</link>
		<comments>http://www.ithoughts.de/microsoft-office-2010-encountered-an-error-during-setup#comments</comments>
		<pubDate>Sat, 15 May 2010 04:33:23 +0000</pubDate>
		<dc:creator>Akku</dc:creator>
				<category><![CDATA[Rant]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[Fail]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Stupid]]></category>
		<guid isPermaLink="false">http://www.ithoughts.de/?p=264</guid>
		<description><![CDATA[When trying to install Microsoft Office Professional Plus 2010, I lost two hours as the installer stopped at some point and told me: &#8220;Microsoft Office Professional Plus 2010 encountered an error during setup.&#8221; (to be exact it was &#8220;Microsoft Office Professional Plus 2010 hat bei der Installation einen Fehler festgestellt&#8221; as I installed the german [...]]]></description>
			<content:encoded><![CDATA[<p>When trying to install Microsoft Office Professional Plus 2010, I lost two hours as the installer stopped at some point and told me: &#8220;Microsoft Office Professional Plus 2010 encountered an error during setup.&#8221; (to be exact it was &#8220;Microsoft Office Professional Plus 2010 hat bei der Installation einen Fehler  festgestellt&#8221; as I installed the german version).</p>
<p>I sadly didn&#8217;t find the solution, but probably the cause for this problem. I tried to uninstall Kaspersky&#8217;s Security Suite before, but didn&#8217;t uncheck the &#8220;protect this installation&#8221; &#8211; checkbox in the settings before &#8230; which led to Kaspersky not being uninstallable! When I finally managed to uninstall Kaspersky after trying to install Office 2010 (by unchecking the mentioned checkbox), I got some errors during uninstallation &#8230; but at least it was possible to uninstall. When I then tried to install Office 2010 again, I got the same errors &#8211; but ignoring them this time didn&#8217;t work out.</p>
<p>Hope you don&#8217;t run into this error.<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.ithoughts.de/find-e-mail-of-your-job-candidate-mass-follow-by-e-mail-on-twitter' title='Find E-Mail of your Job Candidate / Mass Follow by E-Mail on Twitter'>Find E-Mail of your Job Candidate / Mass Follow by E-Mail on Twitter</a></li>
<li><a href='http://www.ithoughts.de/what-should-a-good-todo-tool-do' title='What should a good ToDo Tool do?'>What should a good ToDo Tool do?</a></li>
<li><a href='http://www.ithoughts.de/the-safe-route-of-registration-on-the-web' title='The Safe Route of Registration on the Web'>The Safe Route of Registration on the Web</a></li>
<li><a href='http://www.ithoughts.de/do-not-use-the-wordpress-iphone-apps' title='Do not use the WordPress iPhone Apps'>Do not use the WordPress iPhone Apps</a></li>
<li><a href='http://www.ithoughts.de/programs-you-should-have-a-look-at' title='Programs you should have a look at'>Programs you should have a look at</a></li>
</ul>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.ithoughts.de%2Fmicrosoft-office-2010-encountered-an-error-during-setup"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.ithoughts.de%2Fmicrosoft-office-2010-encountered-an-error-during-setup&amp;source=ithoughts_de&amp;style=compact&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
 <img src="http://www.ithoughts.de/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=264" width="1" height="1" style="display: none;" /> <p><a href="http://www.ithoughts.de/?flattrss_redirect&amp;id=264&amp;md5=362ba9d0e8e416767ba522e860bccf70" title="Flattr" target="_blank"><img src="http://www.ithoughts.de/wp-content/plugins/flattrss/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.ithoughts.de/microsoft-office-2010-encountered-an-error-during-setup/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" href="http://www.ithoughts.de/?flattrss_redirect&amp;id=264&amp;md5=362ba9d0e8e416767ba522e860bccf70" type="text/html" />"
	</item>
		<item>
		<title>Why the iPad is all&#160;wrong</title>
		<link>http://www.ithoughts.de/why-the-ipad-is-all-wrong</link>
		<comments>http://www.ithoughts.de/why-the-ipad-is-all-wrong#comments</comments>
		<pubDate>Wed, 05 May 2010 07:25:02 +0000</pubDate>
		<dc:creator>Akku</dc:creator>
				<category><![CDATA[Privat]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Usability]]></category>
		<guid isPermaLink="false">http://www.ithoughts.de/?p=203</guid>
		<description><![CDATA[Image via Wikipedia I recently had a quite heated discussion with a friend who argued about the iPad issues that make him not buy the thing, even if he desperately wants a tablet-computer. He said that he&#8217;d gladly pay 1000€ for it, if it just had USB. His point was that it doesn&#8217;t have USB [...]]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img">
<div>
<dl class="wp-caption alignright">
<dt class="wp-caption-dt"><a href="http://commons.wikipedia.org/wiki/Image:Tablet.jpg"><img title="Photo of HP Tablet PC running MS Windows Table..." src="http://upload.wikimedia.org/wikipedia/commons/thumb/4/4f/Tablet.jpg/300px-Tablet.jpg" alt="Photo of HP Tablet PC running MS Windows Table..." width="200" height="210" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution">Image via <a href="http://commons.wikipedia.org/wiki/Image:Tablet.jpg">Wikipedia</a></dd>
</dl>
</div>
</div>
<p>I recently had a quite heated discussion with a friend who argued about the <strong>iPad issues</strong> that make him not buy the thing, even if he desperately wants a tablet-computer. He said that he&#8217;d gladly pay 1000€ for it, if it just had USB.</p>
<p>His point was that it doesn&#8217;t have USB and the disk is too small for (many) movies &#8211; the filesystem just won&#8217;t cut it at the moment. My response was, that you could stream movies from your PC if you wanted (given they ported the appropriate apps from iPhone to iPad which I heard already happend, but I don&#8217;t have an iPad so I have no proof). He responded, that this would need additional apps (costing extra money) and that this wouldn&#8217;t be usable for his dad. <span style="color: #808080;">I was kinda drunk when I responded and said something about that this cumbersome dock was Apples strategy or something, but</span> I really should have said that his dad could just sync via iTunes (which is only a bit more pain than synching via filesystem), and that the iPad won&#8217;t cost 1000€ even with all streamingapps in the world. And I should have responded, that apps get new possibilities for working with files in iPhoneOS4, which will come early enough when the next iPhone will be released this summer.</p>
<p>In fact, I think the only way that you could not like the iPad (or the iPhone for that matter), is that you&#8217;re an Apple-hater. Don&#8217;t misunderstand me, I also think they should do some ways different (especially with their Macs that I would never prefer over Windows 7), but I clearly think they got the best phones and <em>the only working</em> tablet out there. Besides, I don&#8217;t feel the need for one. But I guess the iPad is the only computer I would buy my mom. She would have E-Mail and Internet at her fingertips for the first time. Awesome.</p>
<h6 class="zemanta-related-title">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://www.huffingtonpost.com/2010/05/03/apple-ipad-sales-top-1-mi_n_560677.html">Apple iPad Sales Top 1 Million, Outdoing First iPhone</a> (huffingtonpost.com)</li>
</ul>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=c7aacf9e-f3bb-458d-b8c8-54e87ab327a0" alt="" /><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.ithoughts.de/my-blog-gets-old-iphone-touchscreen-writing' title='My Blog gets old + iPhone Touchscreen writing'>My Blog gets old + iPhone Touchscreen writing</a></li>
<li><a href='http://www.ithoughts.de/touchscreens-do-not-suck' title='Touchscreens do not suck'>Touchscreens do not suck</a></li>
<li><a href='http://www.ithoughts.de/marketshare-and-winning-and-religion' title='Marketshare and Winning and Religion'>Marketshare and Winning and Religion</a></li>
<li><a href='http://www.ithoughts.de/the-command-line' title='The Command Line'>The Command Line</a></li>
<li><a href='http://www.ithoughts.de/from-pc-to-mac-book-air-11' title='From PC to Mac Book Air 11&#8221;'>From PC to Mac Book Air 11&#8221;</a></li>
</ul>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.ithoughts.de%2Fwhy-the-ipad-is-all-wrong"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.ithoughts.de%2Fwhy-the-ipad-is-all-wrong&amp;source=ithoughts_de&amp;style=compact&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
 <img src="http://www.ithoughts.de/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=203" width="1" height="1" style="display: none;" /> <p><a href="http://www.ithoughts.de/?flattrss_redirect&amp;id=203&amp;md5=f2c6667c84370b403251a78efe6b4e38" title="Flattr" target="_blank"><img src="http://www.ithoughts.de/wp-content/plugins/flattrss/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.ithoughts.de/why-the-ipad-is-all-wrong/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" href="http://www.ithoughts.de/?flattrss_redirect&amp;id=203&amp;md5=f2c6667c84370b403251a78efe6b4e38" type="text/html" />"
	</item>
	</channel>
</rss>

