<?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>Hopelesscom &#187; software</title>
	<atom:link href="http://www.hopelesscom.de/index.php/category/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hopelesscom.de</link>
	<description></description>
	<lastBuildDate>Thu, 09 Sep 2010 06:15:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>rm -R /var/www is a viable solution</title>
		<link>http://www.hopelesscom.de/index.php/2010/07/31/rm-r-varwww-is-a-viable-solution/</link>
		<comments>http://www.hopelesscom.de/index.php/2010/07/31/rm-r-varwww-is-a-viable-solution/#comments</comments>
		<pubDate>Sat, 31 Jul 2010 16:31:03 +0000</pubDate>
		<dc:creator>Timo Zimmermann</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[lamp]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[webserver]]></category>
		<category><![CDATA[wow]]></category>

		<guid isPermaLink="false">http://www.hopelesscom.de/?p=174</guid>
		<description><![CDATA[I really cannot describe how much I hate it. Bad programmed PHP &#8211; let&#8217;s call it, even if it is not true &#8211; applications. I wasted 6 hours of my life till I managed to setup everything&#8230; 6 hours. I &#8230; <a href="http://www.hopelesscom.de/index.php/2010/07/31/rm-r-varwww-is-a-viable-solution/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I really cannot describe how much I hate it. Bad programmed PHP &#8211; let&#8217;s call it, even if it is not true &#8211; applications. I wasted 6 hours of my life till I managed to setup everything&#8230; 6 hours.</p>
<p>I need about 1 -2 hour for a basic server setup without any major security settings. For my new template I&#8217;m currently working on I needed 1-2 hours. Creating a WordPress theme will cost me about one hour. So why did I have to waste 6 hours of my life?</p>
<h2>How it began</h2>
<p>We just had some major problems in our World of Warcraft guild and after some discussion we renamed the guild, people left, people joined. Since we achieved everything in WotLK we prepare for Cataclysm and just slack around. So it was no big problem to manage everything.</p>
<p>Since we are basically a new guild we needed some basic stuff like a BBS and a Portal system to recruit new people. After some discussion &#8211; and by god I did everything I could but I lost &#8211; the guild lead decided that we will go with phpBB and EQDKP.</p>
<p>If you don&#8217;t know them let me give you a brief explanation.</p>
<h2>phpBB</h2>
<p>It is a open source bulletin board that is used by many people and sites since it is easy to setup and doesn&#8217;t require any special system. Most cheap hosting services will do the job.</p>
<p>Some of use remember <a href="http://www.phpbb.com/">phpBB</a> as the biggest security hole you can rip in your server beside <a href="http://www.phpmyadmin.net/home_page/index.php">phpmyadmin</a>.</p>
<h2>EQDKP</h2>
<p><a href="http://eqdkp-plus.com/">EQDKP</a> is a CMS and DKP system used by many guilds and clans in nearly every game. The funny thing is that it is not just sloppy coded it is even more insecure than phpBB. Just read the installation instructions and you&#8217;ll get an idea.</p>
<h2>Why the&#8230;</h2>
<p>Why do we use this combination? Short answer: because no one gives a damn shit when I try to explain the alternatives. I have to admit that they would require a bit more effort to get everything running.</p>
<p>Comparing Joomla to phpBB / EQDKP is a joke. Reading a documentation how to post articles vs. &#8220;post&#8221; &#8211; you get my point? So why do we use it?</p>
<blockquote><p>Because there is a theme that fits our needs, looks great and will only take us minimal effort to change everything we don&#8217;t like.</p></blockquote>
<p>If you want to take a look at the &#8220;great looking theme&#8221; check out the <a href="http://www.eqdkp-plus.com/demo/">demo site</a> and select <em>Bad Cataclysm</em>.</p>
<h2>Testing everything</h2>
<p>I installed everything on a local test machine powered by Debian Lenny and everything worked.</p>
<p>So I didn&#8217;t expect much trouble setting everything up on our vServer.</p>
<p>As always I went with my default installation featuring lighttpd, MySQL, PHP5.</p>
<p>I even created a emergency plan since I expect our server to be hacked at least once a month. You just won&#8217;t get it secure with those two &#8220;applications&#8221;.</p>
<h2>Setup</h2>
<p>Funny stuff. After installing everything I could not log in the new installation. I tried it 4 times, reinstalled the vServer, deleted everything, downloaded the software 2 times,&#8230; nothing worked.</p>
<p>After some time I was really pissed and installed a conventional LAMP.</p>
<p>And it worked.</p>
<p>It looks like EQDKP requires some rewrite magic that is active in Apache by default. If you use a DNS name you need Apache if you just use an IP you can use lighttpd. I don&#8217;t know why or how it works and I really don&#8217;t want to know.</p>
<p>Everything I am now interested in is a drink, something to eat, a great movie and someone who developed this shit to punch him as long and as hard as I can.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hopelesscom.de/index.php/2010/07/31/rm-r-varwww-is-a-viable-solution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Teamspeak3 permissions</title>
		<link>http://www.hopelesscom.de/index.php/2010/07/28/teamspeak3-permissions/</link>
		<comments>http://www.hopelesscom.de/index.php/2010/07/28/teamspeak3-permissions/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 08:10:20 +0000</pubDate>
		<dc:creator>Timo Zimmermann</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[teamspeak3]]></category>

		<guid isPermaLink="false">http://www.hopelesscom.de/?p=166</guid>
		<description><![CDATA[Just a quick note. If you install TeamSpeak3 and want TsViewer.com to be able to connect to your server you have to give your Guest account permissions to list people in channels. To do this you need a permission modification &#8230; <a href="http://www.hopelesscom.de/index.php/2010/07/28/teamspeak3-permissions/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Just a quick note. If you install TeamSpeak3 and want TsViewer.com to be able to connect to your server you have to give your <em>Guest</em> account permissions to list people in channels.</p>
<p>To do this you need a permission modification power of 100. This is reserved to your <em>Server Query Administrator</em>. Your normal administrator account doesn&#8217;t work. This account only got a modification power of 75.</p>
<p>There is a easy way and a ugly, nearly not documented way. Let&#8217;s stick to the easy one. Add your administrator account to Server Query Administrator group.</p>
<p>Open your Query Interface in your TeamSpeak3 client and use the following commands.</p>
<blockquote><p>login serveradmin &#8220;password&#8221;<br />
use sid=1<br />
servergroupaddclient sgid=2 cldbid=2</p></blockquote>
<p>Remember that a <em>/</em> for example in your &#8220;password&#8221; needs to be escaped. If your password is <em>123/abc</em> you use <em>123\/abc</em>.</p>
<p><em>sid</em> is your virtual server ID.</p>
<p><em>cldbid</em> is the ID of your administrator account.</p>
<p>After this is done just go in your Server Group, browse your Guest account and check <em>b_virtualserver_client_list</em></p>
<p>Now you are set and everything should work.</p>
<p>Btw. the error message you get if you have to do this is</p>
<blockquote><p>&#8220;Error Code: 2568 insufficient client permissions (failed on clientlist 8474/0x211A)&#8221;</p></blockquote>
<p>If you want to know what permissions you have to set in addition to this one browse the <a href="http://www.tsviewer.com/index.php?page=faq">FaQ</a>. <em>b_virtualserver_client_list </em>is the only setting you need <em>Server Query Administrator</em> privileges.</p>
<p>After you have done this I suggest your remove your account from the <em>Server Query Administrator</em> group.</p>
<blockquote><p>login serveradmin &#8220;password&#8221;<br />
use sid=1<br />
servergroupdelclient sgid=2 cldbid=2</p></blockquote>
<p>Have fun with TSViewer. Now you can check if there are too much people that will annoy you before you join TS3.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hopelesscom.de/index.php/2010/07/28/teamspeak3-permissions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone 4 and iOS4</title>
		<link>http://www.hopelesscom.de/index.php/2010/06/09/iphone-4-and-ios4/</link>
		<comments>http://www.hopelesscom.de/index.php/2010/06/09/iphone-4-and-ios4/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 08:59:02 +0000</pubDate>
		<dc:creator>Timo Zimmermann</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.hopelesscom.de/?p=132</guid>
		<description><![CDATA[Even if some of my friends thought I started drinking I stay with my decision to ignore web 2.0. And I also stay with my decision that i won&#8217;t get an iPhone 4. I was looking forward to the announcement &#8230; <a href="http://www.hopelesscom.de/index.php/2010/06/09/iphone-4-and-ios4/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Even if some of my friends thought I started drinking I stay with my <a href="http://www.hopelesscom.de/index.php/2010/05/28/goodbye-2-0/">decision</a> to ignore web 2.0. And I also stay with my decision that i won&#8217;t get an iPhone 4.</p>
<p>I was looking forward to the announcement and keynote for one reason. To know if I&#8217;ll stay with T-Mobile or get a carrier that also sucks but costs less. If I&#8217;d be interested in the iPhone 4 I think I&#8217;d stay with T-Mobile just to get my hands on one first.</p>
<h2>iPhone 4</h2>
<p>I love new toys. Hell I am a geek, how couldn&#8217;t I love new, shiny stuff? The iPhone 4 focuses on video calls, multitasking and improved media support. Do you remember what I said what I don&#8217;t need on a phone? Right. Everything the iPhone 4 has.</p>
<p>It is okay for me. I see the advantages of the great display and I love the new design. But this isn&#8217;t enough for me to get one. My 3g works fine and with iOS4 I get all features I want.</p>
<p>I also understand why Apple put so much effort in video calls and better camera support. Because it is what nearly everyone wants. It was a wise decision and I believe they did a awesome job. iMovie for iPhone really has potential.</p>
<h2>iOS4</h2>
<p>PDF support! WIN!oneELEVEN!</p>
<p>The global Inbox also is pretty cool <img src='http://www.hopelesscom.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<h2>What will I do?</h2>
<p>As I said. I&#8217;ll get a new contract from another provider that also sucks but costs less. On 12 July I&#8217;ll be able to unlock my iPhone &#8220;the legal way&#8221;.</p>
<p>I want a 3g flat and I want unlimited talk time to all carriers. Currently I pay nearly 110€ a month for my contract. (a little company discount included)</p>
<p>With our company contract and o2 I&#8217;ll pay 30.50€ a month for the same features. Plus I can use tethering without an additional fee <strong>and</strong> &#8211; this is an important and &#8211; I get a free second SIM card I can use in my notebook or iPad the same time &#8211; yes I do not have to turn my iPhone off! &#8211; to surf the web.</p>
<p>I save 80€ / month. This makes 960€ / year. Buying an unlocked iPhone 4.x will be something around 1000€ -1200€. Talking about a 2 year contract I&#8217;ll save a lot of money if I see the need to upgrade to a current model. Maybe the 2011 iPhone will have something new I like or the next generation iPhone OS will just not work on my 3g. This is what I&#8217;d consider a reason to upgrade my iPhone.</p>
<p>So time to say good bye to T-Mobile. We didn&#8217;t have a great run and I&#8217;ll never miss you.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hopelesscom.de/index.php/2010/06/09/iphone-4-and-ios4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why web applications are (not always) the answer</title>
		<link>http://www.hopelesscom.de/index.php/2010/04/16/why-web-applications-are-not-always-the-answer/</link>
		<comments>http://www.hopelesscom.de/index.php/2010/04/16/why-web-applications-are-not-always-the-answer/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 13:14:51 +0000</pubDate>
		<dc:creator>Timo Zimmermann</dc:creator>
				<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.hopelesscom.de/?p=19</guid>
		<description><![CDATA[There is one thing web2.0 brought us except bright colors and a lot of animations on websites. And I believe we will see much more the next few years. How we use and control computers changes. Look at the iPhone &#8230; <a href="http://www.hopelesscom.de/index.php/2010/04/16/why-web-applications-are-not-always-the-answer/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>There is one thing web2.0 brought us except bright colors and a lot of animations on websites. And I believe we will see much more the next few years.</p>
<p>How we use and control computers changes. Look at the iPhone and iPad. Two great examples. You have nearly no storage, you have no real hardware interfaces except some buttons and a touch screen. And yet you can do everything with those devices.</p>
<p>No matter if we talk about spreadsheets, image editing or games. There is a web application that is capable of most stuff you need. And most of the applications &#8211; those that are developed by established companies &#8211; provide nearly all features your current desktop application has.</p>
<h2>Why web applications became famous</h2>
<p>That&#8217;s a easy questions to answer. At least for me. You get &#8211; most of the time &#8211; a free application that is a real alternative to your desktop application when we talk about features. Sometimes they even provide more options like PDF export &#8211; something Microsoft Office cannot do.</p>
<p>If you even start to pay for some additional services you get a lot of stuff you probably don&#8217;t need.</p>
<p>You don&#8217;t have to worry about updates, if the software works with you new operating system, how to install your new application and where you should store your files and how to create a reliable backup.</p>
<p>Operating systems are an important point. You can use your web application from every system with a current browser. While your friend works on a document using Windows 7 with Internet Explorer 8 you can use your iPad and when at home your Linux box.</p>
<p>Applications always look the same, feel the same and have access to the same files without the trouble of synchronization.</p>
<p>Sounds like web applications are awesome, right? No.</p>
<h2>Storing your files</h2>
<p>Your files &#8211; most of the time &#8211; are stored on a server you cannot access. You don&#8217;t know what the company will do with your files or if they are encrypted or at least stored in a way that no everyone can access them.</p>
<p>Backup solutions are not really practical nor given in every application.</p>
<p>You have to trust the provider that he is able to handle your files. This also means that storing files concerning your clients or files with internal informations about your company should not be created using web applications.</p>
<h2>Security</h2>
<p>You don&#8217;t know how your files are stored. But a bigger problem is that you don&#8217;t know how secure your connection is. Even if you use https &#8211; only one person editing or downloading your file that doesn&#8217;t use a secure &#8211; let&#8217;s pretend https is secure &#8211; connection and your files maybe gone.</p>
<p>Security problems with web browsers? Never heard such a rubbish,..</p>
<h2>Usability</h2>
<p>Most web applications are designed by people that are great programmers. Sadly you get something like vim or emacs if you let those people make usability decisions.</p>
<blockquote><p>&#8220;hey hitting [crtl]+[alt]+[x] [d] [f] [e] [b] [crtl]+[alt]+[b] to save a file is totally logical and practical.&#8221;</p></blockquote>
<p>Just a random sidenote: Never ever let programmers make decisions about user interfaces. There is a reason why interface designers earn a lot of money.</p>
<p>One big advantage of most applications &#8211; and a reason why the iPhone became so successful &#8211; is that you have the same widgets, shortcuts and designs in every program. Yeah it is cool to build a custom UI. It totally makes your application stand out. But it sucks.</p>
<p>And that&#8217;s what most web application designers do. They open Photoshop, add a lot of Ajax and after they are done, they brighten colors. Tada: something that is supposed to be a user interface.</p>
<h2>How to use web applications in your company</h2>
<p>That&#8217;s a tricky question. If you already have a server you just setup a webserver and tell your development team or the company you hired to create your application that you want a web application because your employees should be able to work from home using their web browser.</p>
<p>Remote access will be easy. But this isn&#8217;t solving usability problems. Even if they create a great interface. Your people will always need a Internet connection to work. This is not always possible. I know that Gears exists. But I didn&#8217;t see one big project using it. And I don&#8217;t believe I&#8217;ll see many.</p>
<p>Using web applications on your own server should solve the security problem. Enough money should solve the usability problem. But after all that fixed: you could just have paid for a real desktop application written in QT, Java or whatever and saved some money.</p>
<h3>Small companies</h3>
<p>If your company only has one or two employees or if one or two people will work with a program and maybe even use the same workstation you&#8217;ll definitely save money if you get a desktop application, especially if you don&#8217;t even have a server.</p>
<h3>Big companies</h3>
<p>I don&#8217;t believe that there will be a big difference.</p>
<ul>
<li>Server: used for both types</li>
<li>Administration: clients need administration. Applications are managed in a central place. No difference.</li>
<li>Network: desktop applications win. You know, I can write a document without a Internet connection.</li>
<li>TCO: about the same I&#8217;d say</li>
</ul>
<p>There are no real advantages for big companies. At least none I see.</p>
<h3>One man businesses and private users</h3>
<p>Give it a try but be sure that you don&#8217;t post your client informations on your Facebook wall or the naked pictures if your girl friend on Tweetpic.</p>
<p><em>The smaller and less business orientated you are, the bigger is the chance that you&#8217;ll be happy with web applications.</em></p>
<h2>Hybrids</h2>
<p>In my opinion &#8220;hybrids&#8221; are superior. You have a web interface for some stuff and can accomplish basic or advanced tasks, depending on how important it is to be able to access data without your desktop application that will synchronize with your web service.</p>
<p>A great example is Google Reader. You get a web interface that works and you get <a href="http://www.newsgator.com/individuals/default.aspx">desktop applications</a> if you want a application that integrates in your working environment. If you are not on your system you can still use Google Reader.</p>
<h2>Conclusion</h2>
<p>I don&#8217;t see everything moving to web applications as some people do. They are fun and they are useful but they don&#8217;t work in every situation. If I&#8217;d have to guess I&#8217;d say that we&#8217;ll see much more hybrid applications the next few years.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hopelesscom.de/index.php/2010/04/16/why-web-applications-are-not-always-the-answer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Replacing MobileMe</title>
		<link>http://www.hopelesscom.de/index.php/2010/04/14/replacing-mobileme/</link>
		<comments>http://www.hopelesscom.de/index.php/2010/04/14/replacing-mobileme/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 07:45:20 +0000</pubDate>
		<dc:creator>Timo Zimmermann</dc:creator>
				<category><![CDATA[mobile]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[dropbox]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[hamashi]]></category>
		<category><![CDATA[ical]]></category>
		<category><![CDATA[idisk]]></category>
		<category><![CDATA[iphonoe]]></category>
		<category><![CDATA[ipsec]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[mobileme]]></category>
		<category><![CDATA[openvpn]]></category>
		<category><![CDATA[outlook]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[synchronization]]></category>
		<category><![CDATA[trust]]></category>
		<category><![CDATA[vpn]]></category>
		<category><![CDATA[zpush]]></category>

		<guid isPermaLink="false">http://www.hopelesscom.de/?p=94</guid>
		<description><![CDATA[I&#8217;ve been using MobileMe for some time and I like it. I get my calendar pushed to my iPhone and my contacts are also always synchronized. My secretary can see when I am doing what and can add appointments or &#8230; <a href="http://www.hopelesscom.de/index.php/2010/04/14/replacing-mobileme/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using <a title="MobileMe" href="http://www.me.com">MobileMe</a> for some time and I like it. I get my calendar pushed to my iPhone and my contacts are also always synchronized. My secretary can see when I am doing what and can add appointments or contacts so I can see what&#8217;s going on, even when I don&#8217;t have the time to call my office.</p>
<p>What features do you get if you use MobileMe?</p>
<ul>
<li>online storage</li>
<li>calendar push / synchronization</li>
<li>mail push / synchronization</li>
<li>contacts push / synchronization</li>
<li>online picture gallery</li>
<li>tracking your iPhone / remote wipe</li>
<li>back to my Mac</li>
</ul>
<p>That&#8217;s a good set of features. You get everything that is necessary to keep your iPhone and your home and office computers synchronized. Plus some other stuff that can be handy.</p>
<p>But since we live in 2010 you can get nearly everything and much more as a free service.</p>
<p>I talked to some friends and they asked for alternatives to MobileMe. They own a iPhone but it is not critical that they always have up to date, live synchronized data that works reliable with a 99% uptime. They just want it as &#8220;handy addon&#8221;.</p>
<p>Since we live in 2010 you get nearly enterprise grade services for free. Let&#8217;s take a look.</p>
<h2>Free services today</h2>
<p>Back in 2000 when Internet spread there were many free services that sucked. They were unreliable and didn&#8217;t work as expected. You could only use them as a student that didn&#8217;t depend on it.</p>
<p>I think I don&#8217;t have to tell you that most of the popular free services today are great. They are used by many people because they are stable, fast and get the job done.</p>
<h3>Trust</h3>
<p>Switching from MobileMe to other solutions is a big step. You have one account provided by one company you trust.</p>
<p>Replacing it means that you&#8217;ll have many accounts provided by many companies. But can you trust them not to sell your data? Can you enter a phone number of a client or a appointment with the address attached without fearing that the data will be spread across various marketing services?</p>
<p>We live in 2010. You can. If a company would start selling your private data they&#8217;d be dead in a matter of hours after it is published.</p>
<p>Look at Navigons move to remove the paid application and replace it with the free one. So much bad press.  Even if they didn&#8217;t deserve it, they are on the ground, bleeding and people kick them in the ridges hoping they&#8217;ll die. Of course they won&#8217;t but hey &#8211; who cares.</p>
<p>Take down a company that did something you don&#8217;t appreciate was never so easy. And for some people it is a holy crusade.</p>
<p>So let&#8217;s close this and say: You can trust companies like Google. You know, they tell you their slogan &#8220;don&#8217;t do something evil&#8221;. Do you really believe they would lie to you? Sorry, could not resist,&#8230; Let&#8217;s be honest. Every company can sell you. They won&#8217;t if they think for two cent.</p>
<h2>Replacements</h2>
<p>Looking for some replacements is easy and challenging. There are many alternatives and providers offering a service or a part of it for free. Picking the right one is the trick.</p>
<p>You have to consider some points and make sure you are okay with them.</p>
<ul>
<li>You will have to create multiple accounts</li>
<li>You have more configuration to do</li>
<li>You won&#8217;t get &#8220;remote wipe&#8221; and &#8220;locate my iPhone&#8221;</li>
</ul>
<p>If you have no problem with those three points go for it. If you really think locate my iPhone will help you one day stay with MobileMe.</p>
<p>If contact informations on your iPhone are so sensitive that deleting them on your calendar and waiting two minutes for your iPhone to synchronize is not fast enough you should get your own OSX server and never ever write something in a ordinary calendar because there is also no remote wipe.</p>
<h3>Calendar, Contacts and Mail</h3>
<p>That&#8217;s pretty easy. Go for Google. You&#8217;ll get everything and can connect your iPhone using the exchange protocol. You won&#8217;t notice the difference. Just make sure you keep your calendars private and don&#8217;t publish them. This would truly suck.</p>
<p>Google provides tools to synchronize everything with Google Calendar. No matter if you use iCal, Outloook, iPhone or Android. You can synchronize it. You can even get a application written by them if you believe it will be better. Hint: don&#8217;t go for it. It is not necessary.</p>
<h4>Trust</h4>
<p>Google is a big company that knows nearly everything about you. But they showed that they are reliable. If you trust Apple you can also trust Google. The chance that they sell you are the same.</p>
<p>And remember: They sell you premium services for your company. You can go enterprise without anyone noticing that you use Google.</p>
<h4>Mails</h4>
<p>I think we all have an existing email account or two. You can either let Google collect them or you can go the geeky way.</p>
<p>Setup <a href="http://z-push.sourceforge.net/soswp/">z-push</a> to push all your mail accounts to your iPhone. Without any server and storage between. Your account, your server, your push solution. It looks funny, even if I haven&#8217;t tried it myself. I know that it works since a friend is using it and I&#8217;ll try it myself the next few days.</p>
<h4>Contacts</h4>
<p>It looks like you cannot directly synchronize your contacts with Outlook. There are several 3rd party applications but I have no experience with them and I won&#8217;t recommend one since I cannot promise that they won&#8217;t trash your Outlook database.</p>
<h3>Online storage</h3>
<p>I love the fact that I can just upload a file, click &#8220;give me a link&#8221; and send it to someone. There are many ways to share files online.</p>
<h4>Upload sites</h4>
<p>Just use <a title="Rapdishare" href="http://www.rapidshare.com">rapidshare</a>, <a title="Uploaded" href="http://www.uploaded.to">uploaded.to</a> or on of those free file hosts you all know. Your data will be available for some days and people downloading it will be bugged with advertisements, waiting times and no available download slots. It isn&#8217;t fun at all but it works.</p>
<h4>Get a server</h4>
<p>If you have too much money just get a vserver by a hosting company. You have to configure it, you have to manage it, you have to reinstall it after it is hacked and used for warez distribution,&#8230; but hey: get your own server. It is cool and all the kids are doing it <img src='http://www.hopelesscom.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Okay no more joking. If you share large files, if you need a lot of storage and if you need them to be available all the time either get a server hosted by someone else or if your Internet connection is potent enough host it at your basement.</p>
<p>Just keep three things in mind</p>
<ol>
<li>you should be qualified to setup and run a server</li>
<li>you won&#8217;t have 100% uptime</li>
<li>you should really be qualified to setup and run a server</li>
</ol>
<p>Running a server isn&#8217;t a joke and it requires a lot of work compared to other solutions.</p>
<h4>Dropbox</h4>
<p>Get Dropbox. You get online storage and synchronization across your computers and even get a application for your iPhone. It is limited to 2GB until you start paying but it should be enough for most users.</p>
<p>You can share files, collaborate and even have a undelete function if you accidentally delete something you need.</p>
<p>Dropbox is a great service and I love it.</p>
<h3>Online picture gallery</h3>
<p>Get flickr. You know it. It works. I don&#8217;t have to say much about it, don&#8217;t I?</p>
<h3>Back to my Mac</h3>
<p>This is a tricky one that you won&#8217;t get if you have no clue about computers.</p>
<p>The easiest way to get back to my mac is a VPN. I use IPsec since it is supported by all devices I use. Some people will prefer OpenVPN and that&#8217;s just fine.</p>
<p>Now if you have no idea what I&#8217;m talking about just go for something proprietary like <a href="http://logmein.com/">Hamashi</a>. It is used by gamers all over the world and it looks like it works.</p>
<h2>What we get?</h2>
<p>Everything. Except remote wipe and locate my iPhone. But I think it is fine. You&#8217;ll save 80€ a year.</p>
<h3>Migrate your data</h3>
<p>If you are using MobileMe and want to switch over to Google you don&#8217;t have to copy and paste your data. Migrating your iDisk to Dropbox is easy. Just drag your files.</p>
<p>This is not possible for a calendar and contacts. But there is a easy trick. Setup a computer to synchronize your MobileMe contacts and calendar with Outlook or iCal. If everything is stored on your system just synchronize it with Google. Migrating your stuff doesn&#8217;t require black magic. It is a matter of clicks.</p>
<p>So don&#8217;t give me this &#8220;it is so much work&#8221; shit.</p>
<p>You&#8217;ll have to create 3 (or four) accounts. You have to invest 30 minutes in configuration. And you save 80€ / year.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hopelesscom.de/index.php/2010/04/14/replacing-mobileme/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Speedport W920V aka. FritBox 7570</title>
		<link>http://www.hopelesscom.de/index.php/2010/04/11/speedport-w920v-aka-fritbox-7570/</link>
		<comments>http://www.hopelesscom.de/index.php/2010/04/11/speedport-w920v-aka-fritbox-7570/#comments</comments>
		<pubDate>Sun, 11 Apr 2010 16:35:01 +0000</pubDate>
		<dc:creator>Timo Zimmermann</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[avm]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[kabelbw]]></category>
		<category><![CDATA[navigation]]></category>
		<category><![CDATA[speedphone]]></category>
		<category><![CDATA[tcom]]></category>
		<category><![CDATA[w920v]]></category>
		<category><![CDATA[wifi bridge]]></category>

		<guid isPermaLink="false">http://www.hopelesscom.de/?p=82</guid>
		<description><![CDATA[I moved in my new flat and used the chance to get away from KabelBW back to T-Com. Let me just say one thing about service providers before I start with the article. No matter what they cost &#8211; as &#8230; <a href="http://www.hopelesscom.de/index.php/2010/04/11/speedport-w920v-aka-fritbox-7570/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I moved in my new flat and used the chance to get away from KabelBW back to T-Com. Let me just say one thing about service providers before I start with the article. No matter what they cost &#8211; as long as they provide free service that is competent most of the time and provide a working Internet / phone connection stay with them. Don&#8217;t let yourself blind by faster connections or a cheaper offer. Stay with the guys that are able to provide the highest uptime. Especially if your business depends on it.</p>
<h2>New toys for me</h2>
<p>I ordered a SpeedPort W920V, 3 WirelessBridges W101B and 3 SpeedPhones 300. A lot of new stuff to play around with. But the best thing is the SpeedPort. You can easily flash a original firmware from AVM and you get a working FritzBox 7570. Only thing that doesn&#8217;t work are the LEDs. They changed the layout. Really,&#8230; intelligent.</p>
<h3>Why should you flash your brand new router?</h3>
<p>That&#8217;s pretty easy. The original T-Com firmware sucks and is cut down in functionality. After flashing your FritzBox you get a lot of nice things like fax support, VPN, IPv6,&#8230; you name it.</p>
<p>If you are German you can use the same application I used. It&#8217;s called <a href="http://www.rainerullrich.de/pc/ruSpeedPortUploader/ruSpeedPortUploader.html">ruSpeedPortUploader</a>. The author is working on a new tool so I don&#8217;t know how long it will be available.</p>
<p>When I find some spare time I&#8217;ll provide a English guide how to use the tool.</p>
<h3>Magic?</h3>
<p>No, no magic. I&#8217;m pretty sure it is only a simple put with <em>$ftp</em> application while the router is booting up and listening on the Eve IP (<strong>192.168.178.1</strong>) for incoming connections uploading a firmware.</p>
<p>It is important to use 192.168.178.1. T-Com changed the LED layout. They changed the default IP address. They didn&#8217;t change the Eve IP. You won&#8217;t laugh after half an hour trying to upload your firmware to a not existing IP.</p>
<p>What currently stops me from say &#8220;hey just use a ftp application and upload the firmware&#8221; is that you can do a initial configuration if you use ruSpeedPortUploader. I didn&#8217;t investigate if you need to configure everything or if you get some default settings.</p>
<h3>Some warnings</h3>
<p>Some random stuff I noticed while flashing the router (I&#8217;ve read some boards to know how I can recover the system if I brake it)</p>
<ul>
<li>read the documentation</li>
<li>follow each step</li>
<li>don&#8217;t mess around with default IPs. Someone knew why the initial configuration suggests 192.168.178.1</li>
<li>extract the <em>kernel.image</em> from the firmware file you downloaded. do not upload the whole firmware</li>
<li>you can always upload a firmware as long as you don&#8217;t touch the<em> MTD2</em></li>
<li>read the documentation</li>
</ul>
<p>Flashing your W920V with a AVM firmware does not require some deep knowledge in black magic. Just some reading.</p>
<h2>How does my setup look like</h2>
<p>I have the W920V in my basement and 3 wireless bridges connected. Two offices with one desktop and one printer in each office. And my private office with one desktop one notebook and two servers.</p>
<p>Three phones with 3 different numbers are connected. Every phone has its own number and an own answering machine.</p>
<p>I configured two fax devices sending new faxes to two different mail addresses (one fax = one mail address).</p>
<h3>Everything works fine</h3>
<p>except the bridges. From time to time (5-7 days) the bridge will just lose the connection to the W920V. No big problem, you just have to restart it. But it sucks.</p>
<p>I don&#8217;t know why and I have no idea where I should start my troubleshooting.</p>
<p>I have to admit that a FritBox is an impressive piece of hardware. I remembered AVM for their great ISDN cards but since I got DSL I was not interested in AVM. Looks like they managed to survive and still deliver great products.</p>
<h3>Random notes</h3>
<p>Some random stuff about the hardware</p>
<ul>
<li>wifi signals are very strong</li>
<li>Speedphones seem to be build by Siemens</li>
<li>wifi bridges suck</li>
<li>WDS is a nice idea but I want to know what my hardware is doing</li>
<li>you can easily attach a switch to a bridge and connect more than two systems. (T-Com tells you you can only connect two)</li>
<li>300MBit wifi =~ 100MBit cable network <strong>IF</strong> you have a good reception.</li>
<li>no matter what logic suggests: wifi reception has its own laws</li>
<li>you don&#8217;t have to set your router to wireless a/n. You can also use b/g/n. It doesn&#8217;t matter.</li>
</ul>
<p>The hardware is really okay. Especially if you look at the price.</p>
<h2>What&#8217;s next?</h2>
<p>I won&#8217;t change much. I&#8217;ll take a look at the <a href="http://www.avm.de/en/news/artikel/IPv6_Lab.html">new firmware</a> supporting IPv6 and wait for the iPhone App to arrive.</p>
<p>In the meantime I&#8217;ll wait for the Navigon select Telekom edition download to finish and give mobile navigation on my iPhone a try. I am not really a fan and I believe I won&#8217;t become one. But since it&#8217;s free why shouldn&#8217;t I take a look?</p>
<p>Oh did I mention that I took some time and worked on a theme? Should be up next week. Need a logo and convert my layout in a WordPress theme.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hopelesscom.de/index.php/2010/04/11/speedport-w920v-aka-fritbox-7570/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Adobe vs. Apple</title>
		<link>http://www.hopelesscom.de/index.php/2010/02/17/adobe-vs-apple/</link>
		<comments>http://www.hopelesscom.de/index.php/2010/02/17/adobe-vs-apple/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 20:27:39 +0000</pubDate>
		<dc:creator>Timo Zimmermann</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[innovation]]></category>

		<guid isPermaLink="false">http://www.hopelesscom.de/?p=77</guid>
		<description><![CDATA[I think we all know that Adobe and Apple don&#8217;t have the best relationship. I am of course not talking about Premiere, Photoshop or this creepy piece of software called Dreamweaver. I am talking about Flash. My point of view &#8230; <a href="http://www.hopelesscom.de/index.php/2010/02/17/adobe-vs-apple/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I think we all know that Adobe and Apple don&#8217;t have the best relationship. I am of course not talking about Premiere, Photoshop or this creepy piece of software called Dreamweaver. I am talking about Flash.</p>
<h2>My point of view</h2>
<p>I don&#8217;t like flash. I recently uninstalled the Flash plugin in my browser. After<a href="http://twitter.com/fallenhitokiri/status/9134815052"> tweeting</a> this I received some &#8211; let&#8217;s call them unfriendly &#8211; DMs that I have no idea what I&#8217;m talking about and that I should just shut up.</p>
<p>Let me give you a short version what I really think of Flash</p>
<p style="text-align: center;"><strong>IT JUST SUCKS</strong></p>
<p style="text-align: left;">I said I&#8217;ll go with the short version. If you want more details read on, if you don&#8217;t care skip to the next headline.</p>
<p style="text-align: left;">Everything Flash does is consuming valuable system resources. I still work with my HP/Compaq NX7000. I have a Pentium M 1.5GHz, 2GB Ram and a Radeon 9200 mobile graphic chip. This notebook works for me. I can do all my work, I can surf the web, work on my projects and do everything else except browsing websites that use Flash.</p>
<p style="text-align: left;">Okay enough drama. I can, of course, browse pages that use Flash. But my CPU is running at 100%, my battery runs dry and my legs are warming up.</p>
<p style="text-align: left;">I have only seen one website I find at least a bit useful using Flash and that&#8217;s YouTube. Yes I know there is Vimeo and other sites that do exactly the same but let&#8217;s just stick with the big one. I can live without YouTube. Yeah, call me crazy but this is no joke. I am still not as 2.0 as I wanted to be and somehow I am thankful that I missed my goals. I don&#8217;t feel the pressure to publish new content, to take a vacation from Twitter or to run away from my blog.</p>
<p style="text-align: left;">Short version as conclusion</p>
<p style="text-align: left; padding-left: 30px;">I don&#8217;t use Flash, I don&#8217;t like Flash, I don&#8217;t need Flash.</p>
<p>Maybe now some of you understand why I don&#8217;t care about iPhones and iPads without Flash.</p>
<h2>Mac improvements are coming</h2>
<p>You may ask why I write this post and that&#8217;s okay. I just hit word 346 and still did nothing beside flaming Flash. There is an <a href="http://www.appleinsider.com/articles/10/02/17/adobe_exec_defends_flash_says_mac_improvements_are_coming.html">article</a> on AppleInsider and I just cannot resist writing a comment that wouldn&#8217;t fit in the comments on AppleInsider.</p>
<p>I won&#8217;t comment Jobs statement that Adobe is lazy. I know many things I&#8217;d call them, lazy is not included.</p>
<blockquote><p>&#8220;If Flash stayed stagnant, it would certainly go away,&#8221; he said. &#8220;But  it&#8217;s not going to stay stagnant. We&#8217;re going to keep innovating.&#8221;</p></blockquote>
<p>Flash is innovative. Great joke. What&#8217;s the next one? Windows is the best OS for every task?</p>
<p>What can Flash do?</p>
<ul>
<li>act as a media player for sites like YouTube</li>
<li>eat up a lot system resources</li>
<li>crash</li>
<li>security holes for free</li>
<li>you can create advertisements using many sound files so you cannot surf the web without muting your speakers</li>
<li>always require an update when you need fast access to your browser</li>
</ul>
<p>Yeah Flash is innovative and China is a democracy.</p>
<h3>Why did Flash become famous?</h3>
<p>There is only one reason why Flash became famous. Well, maybe two, but number two is YouTube and I am sure they would have found another way to deliver videos.</p>
<p>Back in the dark days of the internet there was only one easy way to create interactive content. Flash. Everyone started using it, many people were not happy but there were no viable alternatives.</p>
<p>Some competitors appeared but they had no chance. Requiring additional addons, new development environments and a total new syntax without giving something back, no overvalue, is no way to attract developers.</p>
<h2>Why Apple is doing it right</h2>
<p>Apple is going for HTML5. With HTML5 there is no need for Flash if you want to provide videos for your users. And as I just said, this is the only reasons why we still see Flash on websites (okay maybe also because some people still didn&#8217;t get that Flash sucks and that there is no reason using it). Webdesigners understood that using standards is a good idea. And now they&#8217;ll get a alternative that will work on standard compliant browsers. What do you think they&#8217;ll do?</p>
<p>Many users are not happy about Apples decision. I can understand this. I don know what sites they are visiting but if they think they need Flash I can understand it.</p>
<p>But thinking about future Apple is doing it right. They don&#8217;t waste resources on a technology that should be dead for at least 5 years now. They work on a new technology that will bring benefits for everyone using it. They focus on standards that can be used by everyone.</p>
<p>That&#8217;s what I call innovative.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hopelesscom.de/index.php/2010/02/17/adobe-vs-apple/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Teamspeak 3 server on Linux</title>
		<link>http://www.hopelesscom.de/index.php/2009/12/28/teamspeak-3-server-on-linux/</link>
		<comments>http://www.hopelesscom.de/index.php/2009/12/28/teamspeak-3-server-on-linux/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 15:10:15 +0000</pubDate>
		<dc:creator>Timo Zimmermann</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[done wrong]]></category>
		<category><![CDATA[license]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[teamspeak]]></category>

		<guid isPermaLink="false">http://www.hopelesscom.de/?p=36</guid>
		<description><![CDATA[I cannot remember how long I am using Teamspeak. But since I use it I don&#8217;t like it. I looked in many alternatives including Ventrilo and Mumble but in the end we always went back to Teamspeak. It seems to &#8230; <a href="http://www.hopelesscom.de/index.php/2009/12/28/teamspeak-3-server-on-linux/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I cannot remember how long I am using <a href="http://teamspeak.com/">Teamspeak</a>. But since I use it I don&#8217;t like it. I looked in many alternatives including <a href="http://www.ventrilo.com/">Ventrilo</a> and <a href="http://mumble.sourceforge.net/">Mumble</a> but in the end we always went back to Teamspeak. It seems to be a standard for gamers today. Now that TS3 is released we wanted to give it a try.</p>
<h2>How to test new software</h2>
<p>If I test a new server software I start my good old IBM T21 notebook, login and run one of my shell scripts &#8220;<em>createvserver foobar 10.0.0.3</em>&#8221; and after a short time I have a new shell and start installing the new server.</p>
<p>I downloaded Teamspeak 3 server 32bit, unziped it and started the server</p>
<h3>Error</h3>
<p>I love it when the first lines include a error messages and a notice that you will only have limited functionally.</p>
<pre>root@ts2test:/opt/teamspeak3-server_linux-x86 # ./ts3server_linux_x86
Logging started
2009-12-23 14:06:58.260466|INFO    |ServerLibPriv |   | Server Version: 3.0.0-beta5 [Build: 9462]
2009-12-23 14:06:58.261447|INFO    |DatabaseQuery |   | dbPlugin name:    SQLite3 plugin, (c)TeamSpeak Systems GmbH
2009-12-23 14:06:58.261798|INFO    |DatabaseQuery |   | dbPlugin version: 3.6.4
2009-12-23 14:06:58.281278|WARNING |Accounting    |   | Unable to find valid license key, falling back to limited functionality
2009-12-23 14:06:58.284054|ERROR   |Accounting    |   | failed to register accounting service
2009-12-23 14:06:58.285546|ERROR   |ServerLibPriv |   | Server() error while starting servermanager, error: instance check error</pre>
<p>This is everything I got.</p>
<p>Doing some research I found a problem that was similar. After running TS3 as root you cannot just start it as a user because you don&#8217;t have permissions to <em>write / read / delete</em> a file in <em>/dev/shm</em> TS3 creates.</p>
<h3>Got you</h3>
<p>Reading the problem with the solution to delete <em>/dev/shm/foobar</em> and everything should be okay I noticed why it cannot work on my test system.</p>
<p>Using Linux-vServer you cannot just mount a tmpfs or create files in <em>/dev/shm</em>. So Teamspeak3 will not work in a vServer. Running it on my host system works. So definitely the problem is <em>/dev/shm</em>.</p>
<p>It took nearly 3 days to find a answer. It was a common problem and many people ran into it. Especially those who just own a vserver with root access. If you register your Teamspeak3 server for free and add a license file to your installation it works.</p>
<p>If your server finds a license TS3 doesn&#8217;t use <em>/dev/shm</em> anymore.</p>
<h3>Short explanation</h3>
<p>The guys from Teamspeak really use <em>/dev/shm</em> to check if there is only one instance of your server running. This is what you are allowed to do with the free version without the free license.</p>
<p>I don&#8217;t believe that I am the only one who thinks that this is one of the stupidest ideas ever.</p>
<h2>License</h2>
<p>There are three different ways to run your Teamspeak3 server.</p>
<ol>
<li>Without a license. You can run one server with 32 slots I think</li>
<li>With a <strong>free</strong> license. You can run ten servers with 5xx slots</li>
<li>You pay for it.</li>
</ol>
<p>No matter what some marketing guys try to sell us &#8211; you <a href="http://npl.tritoncia.com/">register</a> your server for free to get free features you don&#8217;t have without registering your server. And if you don&#8217;t register your server you have to deal with obscure programming mechanics that cause errors on many vservers / wanna be root servers.</p>
<p>After all those bullets on my list why I don&#8217;t like Teamspeak there is a new one on top of it.</p>
<h2>Configuration</h2>
<p>You can configure you server using your client. This is basically a great idea. The webinterface just sucked.</p>
<p>But sadly the new configuration is no advantage.</p>
<ul>
<li>if you add a group you have to set 100ths of different privileges</li>
<li>if you want to add users to a group you have to use strange tokens (long strings) or drag &amp; drop them &#8211; come on. drag &amp; drop? 2 windows needed to add someone to a group?</li>
<li>if you are looking for something trivial like &#8220;only this group should be allowed to join that channel&#8221; &#8211; it isn&#8217;t implemented or hard to find</li>
<li>50+ new features / buzzwords no one knows</li>
</ul>
<p>Configuring TS3 is not funny. I&#8217;d rather configure sendmail.</p>
<p>The only good thing is that the client finally got a nice look &amp; feel.</p>
<h3>Crashes</h3>
<p>Some of my friends that are still into hardcore gaming reported that some games just crash or disconnect while running Teamspeak 3 (client). I don&#8217;t see how anything like that can happen if they didn&#8217;t screw up the client but it seems to be a common problem shared by many people.</p>
<p>I&#8217;m looking forward to some solutions, bug reports and flame wars on their forums.</p>
<h2>Best idea ever</h2>
<p>Release a beta and take down your site and support forums. I cannot say how impressed I was by that decision.</p>
<blockquote><p>Let the users fight against our software till one of them gives up or cries around in other support forums so we won&#8217;t have to answer questions and help those guys who test our software.</p></blockquote>
<p>Nearly as intelligent as a bug tracker that is only for internal use,&#8230;</p>
<p>If you don&#8217;t want to try TS3 but want a <strong>conclusion</strong> how it feels using the client and server: <em>it is like Windows ME and AOL Dialin Software having a retarded baby that was dropped to often</em>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hopelesscom.de/index.php/2009/12/28/teamspeak-3-server-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>30 days with Windows 7</title>
		<link>http://www.hopelesscom.de/index.php/2009/12/17/30-days-with-windows-7/</link>
		<comments>http://www.hopelesscom.de/index.php/2009/12/17/30-days-with-windows-7/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 14:19:25 +0000</pubDate>
		<dc:creator>Timo Zimmermann</dc:creator>
				<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.hopelesscom.de/?p=28</guid>
		<description><![CDATA[I am now using Windows 7 for 30 days. I didn&#8217;t mention it till now for a good reason. Writing a review after 1 or 2 days is pointless. You see all the shiny things and you think it is &#8230; <a href="http://www.hopelesscom.de/index.php/2009/12/17/30-days-with-windows-7/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I am now using Windows 7 for 30 days. I didn&#8217;t mention it till now for a good reason. Writing a review after 1 or 2 days is pointless. You see all the shiny things and you think it is awesome but you didn&#8217;t use it long enough to find some rough edges.</p>
<p>It doesn&#8217;t matter if we talk about software or hardware &#8211; 30 days of constantly using something before writing a review should help to lower the count of posts that start with &#8220;yeah you know I thought it would be cool but it just sucks&#8221;.</p>
<h2>Back to topic: Windows 7</h2>
<p>It works. No joke. It really works &#8211; not one crash in 30 days. Enough information, we talk about a Windows system, this is more than you can expect. Okay enough joking and flaming.</p>
<h3>Installation</h3>
<p>Installing Windows 7 only needs some clicks. If you create a &#8220;USB installation device&#8221; it is done in 15 minutes. It recognizes most hardware if the system is not bleeding edge and not from yesterday.</p>
<p>A really cool feature: if you install new device drivers you don&#8217;t always need to reboot your system. Install your driver and it works.</p>
<h3>Drivers</h3>
<p>The system recognized most of my hardware. Since Windows 7 drivers are not available for everything I just used Vista / XP drivers and most of the time it worked.</p>
<p>But that was a exception. Most hardware was recognized and installed correctly.</p>
<h3>Eye candy</h3>
<p>After many years with Windows XP on my notebook I like the new look.  It is not as colorful as Vista &#8211; thanks god &#8211; and it also doesn&#8217;t require much system resources. The only difference I see after turning off all the stuff is that the system is using 60MB less memory and the fan keeping my graphic card cool runs less often.</p>
<h3>Taskbar</h3>
<p>The new taskbar is great. I know the application icons so I don&#8217;t need names. I have more space in my taskbar and I can really use it. One of the disadvantages of Windows was always that it didn&#8217;t support virtual desktops out of the box. I found myself not missing them with the new system.</p>
<p>Another great feature is the preview of your application when you choose a window. I don&#8217;t know how but they really did a great job.</p>
<h3>Window Manager</h3>
<p>Sorry if I don&#8217;t use the right term but I am a long time Linux user but I think calling it window manager works.</p>
<p>If you want a window on one half of your screen just drag it to the right or left side and *tatatatadada* your window is maximized using half of your screen. You think this is a useless feature? I love it. Copying many files from one folder to another or watching a video while surfing is done with 2 mouse movements. No resizing and other annoying stuff that takes valuable time if you do it twice a hour.</p>
<h3>Application support</h3>
<p>Every application I use works without problems and without some additional work like granting permissions. That&#8217;s the nice part.</p>
<p>After closing some applications Windows always tells me that the application doesn&#8217;t respond &#8211; well how should a already closed application respond?! Taskmanager says &#8220;no process there anymore&#8221; &#8211; it is a bit confusing and bothersome but that&#8217;s it.</p>
<h3>New &#8220;security&#8221; model</h3>
<p>I didn&#8217;t really get it till now. UAC or whatever it is called. I am administrator and I am not allowed to browse and edit the whole filesystem.</p>
<p>Yeah I know that there are people out there that don&#8217;t know a **** **** and will break a system by looking at it. But I know what I am doing.</p>
<p>If I copy a application to <em>C:\Programme</em> I want to edit the <em>.ini</em>. I don&#8217;t want a system that doesn&#8217;t allow me to edit it. I am the administrator, if I am dump enough to get a virus I deserve pain.</p>
<p>I also want to browse my application data in my user folder to backup and restore configuration files.</p>
<p>I could live with the fact that the user I create while installing Windows is a unprivileged user. It would be secure and I&#8217;d have to grant myself administrator access. If I work as administrator and fuck it up &#8211; yeah I know I repeat myself &#8211; I deserve pain.</p>
<p>My vote in the category &#8220;most annoying feature ever&#8221;: UAC. They did it wrong in Vista and in Windows 7 it still sucks.</p>
<h2>Conclusion</h2>
<p>You&#8217;ll need some time to get used to it but I suggest you give Windows 7 a try. It works and provides some new features you&#8217;ll miss if you got used to them. In 30 days if found only one annoying thing: UAC. But I believe this is something we&#8217;ll be able to deactivate &#8211; no matter how, no matter what it costs, it will be gone.</p>
<p>I won&#8217;t compare Windows to Linux or OSX. Linux on a desktop is nothing I&#8217;d use anymore and OSX is just superior to both of them when it comes down to usability and stability. But if you need or want a Windows system you now don&#8217;t have to vomit every time you start your system.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hopelesscom.de/index.php/2009/12/17/30-days-with-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>where have all the themes gone?</title>
		<link>http://www.hopelesscom.de/index.php/2009/12/02/wordpress-themes/</link>
		<comments>http://www.hopelesscom.de/index.php/2009/12/02/wordpress-themes/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 09:45:18 +0000</pubDate>
		<dc:creator>Timo Zimmermann</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[warcraft]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.hopelesscom.de/?p=23</guid>
		<description><![CDATA[Last night I started to setup WordPress for our World of Warcraft guild. Some month ago our core raid team did a fraction change and founded Ephedrin &#8211; our new guild. We do a pretty good job raiding ToC and &#8230; <a href="http://www.hopelesscom.de/index.php/2009/12/02/wordpress-themes/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Last night I started to setup WordPress for our World of Warcraft guild. Some month ago our core raid team did a fraction change and founded Ephedrin &#8211; our new guild. We do a pretty good job raiding ToC and ToGC. But since ICC is knocking at the doors we have the feeling that we should extend our member pool.</p>
<p>Installing WordPress has nothing to do with black magic. 5 minutes and everything works. After those 5 minutes the hard part begins. We want a Warcraft related template. A dark style not this parchment stuff you see everywhere or something neutral white. We are not settled if we go with a Lich King theme, something from classic or Cataclysm based.</p>
<p>After 2 hours we had nothing. Not one theme that worked and looked great.</p>
<p>So we decided to go with a comic based theme. Something totally different. After some research: still no themes that would work for us.</p>
<p>I am honest &#8211; I didn&#8217;t install or use WordPress for some time now but when did theme authors stop publishing their work? There are many sites that provide free themes but they either suck and don&#8217;t work or the site is down (404, 403,&#8230;)</p>
<p>Is there really no option than creating a new theme?</p>
<p>I currently work on a theme for my private blog, it is &#8211; like installing WordPress &#8211; no black magic required as well but it has to be done. It consumes valuable time.</p>
<p>Some years ago I always found a great theme for WordPress, no matter what I looked for. When did this change? Are all theme authors now running a business and only sell their themes? Did 12 year old &#8220;web designers&#8221; create so much trash that you cannot find awesome work anymore? Or is WordPress just dead and no one cares to design new themes? *scnr*</p>
<p><em>NP: Paula Cole &#8211; Where Have All The Cowboys Gone?</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hopelesscom.de/index.php/2009/12/02/wordpress-themes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
