<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet href="/templates/default/atom.css" type="text/css" ?>

<feed 
   xmlns="http://www.w3.org/2005/Atom"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <link href="http://blog.roothausen.de/feeds/atom10.xml" rel="self" title="roothausen" type="application/atom+xml" />
    <link href="http://blog.roothausen.de/"                        rel="alternate"    title="roothausen" type="text/html" />
    <link href="http://blog.roothausen.de/rss.php?version=2.0"     rel="alternate"    title="roothausen" type="application/rss+xml" />
    <title type="html">roothausen</title>
    <subtitle type="html">Born to be different ...</subtitle>
    <icon>http://blog.roothausen.de/templates/default/img/s9y_banner_small.png</icon>
    <id>http://blog.roothausen.de/</id>
    <updated>2011-08-19T22:33:09Z</updated>
    <generator uri="http://www.s9y.org/" version="1.5.2">Serendipity 1.5.2 - http://www.s9y.org/</generator>
    <dc:language>en</dc:language>

    <entry>
        <link href="http://blog.roothausen.de/2008/03/06/kleiner-test/" rel="alternate" title="Kleiner Test" />
        <author>
            <name>admin</name>
                    </author>
    
        <published>2008-03-06T00:36:38Z</published>
        <updated>2011-08-19T22:33:09Z</updated>
        <wfw:comment>http://blog.roothausen.de/wfwcomment.php?cid=563</wfw:comment>
    
        <slash:comments>1</slash:comments>
        <wfw:commentRss>http://blog.roothausen.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=563</wfw:commentRss>
    
            <category scheme="http://blog.roothausen.de/categories/20-computer" label="computer" term="computer" />
    
        <id>http://blog.roothausen.de/2008/03/06/563/</id>
        <title type="html">Kleiner Test</title>
        <content type="xhtml" xml:base="http://blog.roothausen.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>Mir ist gerade das Tool <a href="http://dast.nlanr.net/projects/Iperf/">iperf</a> aufgefallen, mit dem man sehr komfortabel seinen Datendruchsatz messen kann. Und das sowohl fuer rohe TCP oder UDP-Pakete:</p>

<p>Auf einem PC (oder wie bei mir auf dem Router) laesst man den Server laufen:</p>

<pre>
root@flynet:~# iperf -su
------------------------------------------------------------
Server listening on UDP port 5001
Receiving 1470 byte datagrams
UDP buffer size:   106 KByte (default)
------------------------------------------------------------
</pre>

<p>Danach kann man mit einem anderen Rechner den Durchsatz testen:</p>

<div class="bash geshi" style="text-align: left">iperf <span style="color: #660033;">-u</span> <span style="color: #660033;">-c</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span>ip -des-Servers<span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #660033;">-t</span> <span style="color: #000000;">60</span> <span style="color: #660033;">-b</span> 54M</div>

<p>In diesem Fall werden UDP-Pakete uebertragen. Ohne die Option -u bei Server und Client waeren es TCP-Pakete. Wichtig ist auch die Option -b, da sonst die Bandbreite auf 1MBit/s begrenzt ist.</p>

<p>Zum Schluss sieht man dann so etwas:</p>

<pre>
[  3] local 192.168.13.23 port 33010 connected with 192.168.13.1 port 5001
[  3]  0.0-60.0 sec    200 MBytes  28.0 Mbits/sec
[  3] Sent 142996 datagrams
[  3] Server Report:
[  3]  0.0-60.0 sec    200 MBytes  28.0 Mbits/sec  1.305 ms   13/142996 (0.0091%)
</pre>

<p>Hier sieht man auch erst mal, was von den brutto 54MBit/s bei WLAN uebrig bleibt. <img src="http://blog.roothausen.de/templates/default/img/emoticons/wink.png" alt=";-)" style="display: inline; vertical-align: bottom;" class="emoticon" /></p>
 
            </div>
        </content>
        <dc:subject>computer</dc:subject>
<dc:subject>linux&amp;unix</dc:subject>
<dc:subject>opensource</dc:subject>
<dc:subject>shortys</dc:subject>
<dc:subject>software</dc:subject>

    </entry>
    <entry>
        <link href="http://blog.roothausen.de/2011/07/25/mobile-devices-or-how-i-learned-to-stop-worrying-and-love-the-ios/" rel="alternate" title="Mobile devices or: How I Learned to Stop Worrying and Love the iOS" />
        <author>
            <name>Sven Pfleiderer</name>
                    </author>
    
        <published>2011-07-25T16:05:00Z</published>
        <updated>2011-07-25T17:03:00Z</updated>
        <wfw:comment>http://blog.roothausen.de/wfwcomment.php?cid=721</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://blog.roothausen.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=721</wfw:commentRss>
    
            <category scheme="http://blog.roothausen.de/categories/20-computer" label="computer" term="computer" />
            <category scheme="http://blog.roothausen.de/categories/19-zeitgeist" label="zeitgeist" term="zeitgeist" />
    
        <id>http://blog.roothausen.de/2011/07/25/721/</id>
        <title type="html">Mobile devices or: How I Learned to Stop Worrying and Love the iOS</title>
        <content type="xhtml" xml:base="http://blog.roothausen.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>This is the story of a former Andoid fanboy who, finally, switched to iOS ... but let's start at the beginning.</p>

<h1>Wo am I?</h1>

<p>At first, I'm a guy who loves technology and likes to play with it. At the same time I'm also someone who happens to hate it when technology gets in my way, which is the main motivation of this rant. I'm also a computer science student, a member of <a href="http://blog.radiotux.de" title="RadioTux Podcast">RadioTux</a> which is a German GNU/Linux and OpenSource podcast network and a member of <a href="http://shackspace.de" title="shackspace">shackspace</a>, the Stuttgart hackerspace.</p>

<h1>The past</h1>

<p>A few months ago I <a href="http://blog.roothausen.de/2011/03/22/my-bachelor-thesis-scale-the-realtime-web/">finished my bachelor degree in Computer Science and Media</a> at <a href="http://www.hdm-stuttgart.de">Media University Stuttgart</a>. During my studies I was engaged in some mobile-related projects and therefore got in touch with Android in the beginning of 2009. I was very excited at this time because Android was the first mobile platform I actually wanted to develop on: The <a href="http://developer.android.com/sdk/index.html" title="Android SDK">SDK</a> was available on Linux, Windows and OS X, the platform itself was mostly open source and there was a phone available which I actually wanted to use. At the time I was strictly using Linux for everything and I didn't want to boot up a VM or install Windows to do development. So Android was a really cool thing.</p>

<p>In the Spring of 2009 I bought a G1 (HTC Dream) and made the first babysteps on this new exciting platform. A few weeks later, <a href="http://hai-fai.de">Christian</a> and I decided to write an Android XMPP client because we wanted such an application for our phones and we had the possibility to implement a software project for our studies and get <a href="http://en.wikipedia.org/wiki/European_Credit_Transfer_and_Accumulation_System" title="ECTS">credits</a> for it.</p>

<p>Almost two years later, the project called <a href="http://yaxim.org">yaxim</a> is still alive and maintained by a great guy called <a href="http://op-co.de">Georg</a>. I also did some Android related development during my internship semester and my part time work after that. One example is <a href="http://blog.mwaysolutions.com/2011/02/22/update-barcode-module-for-appcelerator-titanium/">this module which implements a barcode scanner for Titanium Appcelerator on Android</a>. I was using my Android phone during this whole time.</p>

<p>After almost two years, I'm writing this article because people keep calling me "Apple fanboy" (which I'm not) and want to know why I bought an iPhone and got rid of my Android device. This is an attempt to explain it so I don't need to keep on telling the same story over and over again.</p>

<h1>So why did I switch to iOS?</h1>

<p>There are several reasons why I switched to iOS, but there is only one really important one: I was pissed at Android and wanted a change. I'll try to explain what bothered me the most in the rest of this post.</p>

<h2>User Experience</h2>

<p>The first thing I noticed while using my iPhone for the first time was how smooth the UI transitions worked and how snappy all controls reacted. Almost every button I touched triggered an instant action. In contrast to every Android phone and tablet I used in the last two years I actually felt in control: There was no noticeable delay and all animations happened fluently. This is a great plus for user experience. Unfortunately, all current Android devices I've tried out lack this responsiveness - mostly due to the fact that most of the UI is rendered in software.</p> 

<p>The other thing that caught my eye was the quality of the built-in apps. I tried to use the email client, the music player and the browser on Android but they just weren't what I wanted. So I started installing replacements. In terms of listening to music or podcasts I finally gave up and bought an iPod to fulfill my needs in this area.</p>

<p>Apple and iOS are often criticized for not allowing replacements for built-in apps. To be honest, in the past I also criticized Apple for exactly the same reason. Until I started using the built-in apps on my iPhone: The email client alone was <strong>SO MUCH</strong> better than everything I tried on Android.</p>

<p>For example: Once, I was invited to a birthday party of a friend. I didn't memorize his address since I had my smartphone with me and the address was in an email on my server. Long story short: When I searched for this particular mail, my client wasn't able to find it and I needed to launch a browser and log into my <a href="http://roundcube.net">webmailer</a> to be able to retrieve the mail I wanted. At this moment I hated my phone and its email client and wanted to throw it in the bin, but I didn't. In this moment, I finally understood the point: Normal users just wouldn't care to replace the default applications when they're good enough for their needs.</p>

<p>To be honest: Android may be okay for you when you're using Google Mail. But I don't since I run my own mail infrastructure and want it to stay that way.</p>

<h2>Application Distribution</h2>

<p>Every current smartphone platform has some kind of software distribution system. On iOS it's the <a href="http://itunes.apple.com/us/genre/ios/id36?mt=8">App Store</a> on Android it's the <a href="https://market.android.com/">Android Market</a>. Nothing new so far. Since Google as well as Apple is earning money through the app store, they should be motivated equally to provide a pleasant shopping experience.</p>

<p>The last time I used the Android Market was some months ago and I expect that a lot of my problems with it are fixed by now. But according to <a href="http://news.ycombinator.com/item?id=2768376">a post on Hacker News some days ago</a> the biggest isn't:</p>

<blockquote>
  Market Search - This is the big killer. Before the updates to the Market over the past few weeks, searching for our application by its content type would consistently put us near the top of the results. I believe that this is correct due to the fact that we are extremely popular and well-reviewed. However, now when searching in our application category, we are result #227. We are consistently being beaten by hundreds of application that have 10-50 downloads, zero ratings, and absolutely no Market history. This has caused our purchases to fall from doing very well to almost getting no purchases at all. Google's Market updates are effectively making sure that Out of Milk cannot continue development due to not making enough to cover operating costs.
</blockquote>

<p>As a user, I had exactly the same experience: I just wasn't able to find good apps via search. Most of my installed apps I knew from reviews on the web of recommendations of friends. Seriously?! This is a product of <strong>the FUCKING search giant Google</strong> and they aren't able to integrate a well working search in their software distribution platform? Am I the only one to find that kinda ironic?</p>

<p>On the Apple App Store there are also some editorial sections covering different topics and they feature new apps every week. On Android there were, at least some months ago, only few featured apps. And these apps were mostly the same I already knew. So no surplus for me ...</p>

<h2>Available apps</h2>

<p>There are <strong>lots of apps</strong> on both platforms and I found most of the apps I wanted to use on both of them. The main difference from my experience is: On Android they're mostly free and do their job and on iOS they mostly cost money and are very often more pleasant to use than the Android versions. My problem was that I just wasn't able to find <strong>really</strong> great apps on Android, even if I was willing to pay for them. Some people say <a href="http://thenextweb.com/apps/2011/04/24/why-you-should-want-to-pay-for-apps/">that one should pay for apps</a>, others say they should be free. I really don't care much, as long as the apps are great to use and not too expensive.</p>

<h3 style="color:#555">Normal Apps</h3>

<p>I mostly use a hand full of apps on a regular basis:</p>

<ul>
  <li>Google Reader client</li>
  <li>Twitter client</li>
  <li>Mail client</li>
  <li>Audio player</li>
  <li>News- and read-it-later clients</li>
</ul>

<p>These apps were available on both platforms and I used them very extensively on both of them. What irritated me the most was that even Google Reader clients, like <a href="http://reederapp.com/">Reeder</a>, were so much better to use on iOS compared to the apps on Android. Even the <a href="https://market.android.com/details?id=com.google.android.apps.reader&amp;feature=search_result">Reader app from Google itself</a> was just doing a mostly crappy job. I think this is really sad and needs to change.</p>

<h3 style="color:#555">Games</h3>

<p>Games are a special case. I was never a big gamer and didn't really spend much money on games on consoles or PCs. This didn't change when I got my Android phone: I installed a few games, tried some of them, noticed they suck my battery dry and uninstalled them afterwards. Most of them where boring or didn't run well on my hardware and I didn't care to play them once or twice.</p>

<p>My relationship to mobile games changed when I started using my iPhone: There are a ton of really well working games with fresh ideas I really enjoy playing. I think until now, I've spent more money on iOS games than on normal PC games. Compared to Android, iOS is just a really great gaming platform.</p>

<h2>Available Devices</h2>

<p>In terms of devices, there is a really big difference between the two platforms: For iOS there is <strong>one smartphone</strong>, <strong>one tablet</strong> and the iPod touch in different generations and some slightly different configurations. All are in the premium price segment. Whereas there are tons of different devices of different vendors in different price categories with different features running different versions of Android. If you want to choose from a large collection, you'll like Android. I personally find the diversity mostly confusing.</p>

<h2>Update politics of hardware vendors</h2>

<p>One of the biggest failures of the Android platform is the fact, that hardware vendors are in charge of updating the system. Let's be reasonable: Most hardware vendors don't care if their customers are running an obsolete version of Android as long as they are selling enough phones. I, for example, could update my phone up to Android 1.6. After that, I needed to root my phone and flash <a href="http://cyanogenmod.com">experimental firmware</a> if I wanted some new features and <strong>security fixes</strong> (e.g. <a href="http://www.uni-ulm.de/in/mi/mitarbeiter/koenings/catching-authtokens.html">transmitting authentication tokens over an unencrypted HTTP connection</a>). Some weeks ago even a network carrier released an update and instructions for rooting the Motorola Milestone XT720 because Motorola wasn't willing to update the software.</p>

<p>Apple, on the other hand, <a href="http://www.macstories.net/news/with-ios-4-3-apple-drops-iphone-3g-support/">dropped support for the iPhone 3G in the beginning of 2011</a>. This was more than two years after the phone had been launched for the first time. When <a href="http://www.apple.com/ios/ios5/">iOS 5</a> will be released, my iPhone4 will get a major upgrade to this new version and probably the version after it. How many Android users with phones older than a year are provided with a current version of the operating system? HTC Desire users surely <a href="http://www.facebook.com/notes/htc-uk/desire-and-gingerbread-update/225607660802056">won't get newer Versions than Android 2.2</a> - which has been <a href="http://gizmodo.com/5549260/android-22-review">released over a year ago in May 2010</a>.</p>

<h2>From a developer's perspective</h2>

<p>As stated before, I'm also a software developer interested in building stuff. So why would I write software for any platform? First, I have an itch to scratch and want to use the software for myself - as I did with yaxim. Second, I have the perspective of earning money by selling it. Third, someone is paying me for it.</p>

<p>The problem with Android in this context is that from my personal experience most Android users aren't willing to actually pay for software. If I only wanted to write software for my personal use, this would be fine. But the motivation to make an app really great is mostly gone once it works for me on my personal devices. In my opinion, this is the case for a lot of Android software: Developers create a software and maintain it until it works okay but don't go the hard last 10% of making the software really great. Which is bad for users because there isn't much great software - even if they were willing to pay.</p>

<p>If I wanted to sell my software, I would definitely go for Apple and the App Store because most Apple and iOS users I know are more willing to pay for software than Android users. As stated <a href="http://www.gottabemobile.com/2011/06/29/from-fragmentation-to-obsolescence-problems-with-the-android-ecosystem/">here</a>, writing Android software and really supporting all available Devices can be a <a href="http://www.urbandictionary.com/define.php?term=PITA">PITA</a>: </p>

<blockquote>
On the smartphone side alone, there are a number of screen resolutions (QVGA, WQVGA, VGA, WVGA, FWVGA, and now qHD), a number of processor clock speeds made from various different companies all with varying graphics capabilities (Qualcomm, Texas Instruments, NVIDIA, Freescale, Samsung, and others), and various memory and storage space configurations. On iOS, there is only one iPhone, and several generations of the product available and usually developers target the most recent two or three generations of the iPhone to ensure broad compatibility.
</blockquote>

<p>If you are writing software for someone else and getting paid for it, the choice between Android and iOS is most likely made by your customer. From my personal experience, most customers want iOS apps. After that, they maybe want an Android app. But this is only my limited personal impression and could be wrong ...</p>

<p>In my opinion, to really fix the Android platform, Google and the OHC need to:</p>

<ul>
  <li>fix the market and fix its search</li>
  <li>add fast UI rendering and provide good UI widgets to further improve user experience</li>
  <li>apply pressure to hardware vendors so they <strong>guarantee</strong> softwares for some time</li>
  <li>do something to prevent the kind of device fragmentation the platform suffers from today</li>
  <li>at least make sure that the integrated apps and the ones from Google itself are great - others will follow</li>
</ul>

<h1>Conclusion</h1>

<p>I was an Android user for quite some time and don't regret it. But honestly: Android devices aren't able to compete with the iPhone in the same market segment. iOS is mostly much more fun to use, the platform itself is more mature, there is a ton of <strong>really well implemented</strong> apps and the iPhone4 itself is just a great device.</p>

<p>Of course, Android is more open than iOS and there are things an Android device can do which are just not possible or forbidden by Apple on iOS. But know what? - These corner cases don't bother me any more. I've been using my iPhone for a few months now.  Even in the first days I was able to do more useful stuff with it than I ever did on Android in almost two years. At the moment I'm really pleased with the experience on iOS, but I'm also curious if this is the case in two years from now.</p>

<p>My recommendation: Buy an Android phone if you want a smartphone that works and does its job. Buy an iPhone if you care about user experience and want a smartphone that works really well.</p> 
 
            </div>
        </content>
        <dc:subject>android</dc:subject>
<dc:subject>apple</dc:subject>
<dc:subject>computer</dc:subject>
<dc:subject>google</dc:subject>
<dc:subject>ios</dc:subject>
<dc:subject>iphone</dc:subject>
<dc:subject>rant</dc:subject>
<dc:subject>tail -f /var/log/life</dc:subject>
<dc:subject>zeitgeist</dc:subject>

    </entry>
    <entry>
        <link href="http://blog.roothausen.de/2011/06/30/the-vp8-video-codec/" rel="alternate" title="The VP8 Video Codec" />
        <author>
            <name>Sven Pfleiderer</name>
                    </author>
    
        <published>2011-06-30T12:43:54Z</published>
        <updated>2011-07-01T09:36:55Z</updated>
        <wfw:comment>http://blog.roothausen.de/wfwcomment.php?cid=723</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://blog.roothausen.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=723</wfw:commentRss>
    
    
        <id>http://blog.roothausen.de/2011/06/30/723/</id>
        <title type="html">The VP8 Video Codec</title>
        <content type="xhtml" xml:base="http://blog.roothausen.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>Today, Dominik Hübner, Thomas Maier and I did a presentation covering the <a href="http://en.wikipedia.org/wiki/VP8" title="Wikipedia: VP8">VP8</a> video codec used by the <a href="http://www.webmproject.org/" title="WebM Project">WebM-Project</a> which was started by Google. Here are our slides:
</p>

<div style="width:425px" id="__ss_8468382"> <strong style="display:block;margin:12px 0 4px"><a href="http://www.slideshare.net/pfleidi/the-vp8-video-codec" title="The VP8 Video Codec" target="_blank">The VP8 Video Codec</a></strong> <iframe src="http://www.slideshare.net/slideshow/embed_code/8468382" width="425" height="355" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe> <div style="padding:5px 0 12px"> View more <a href="http://www.slideshare.net/" target="_blank">presentations</a> from <a href="http://www.slideshare.net/pfleidi" target="_blank">pfleidi</a> </div> </div> 
 
            </div>
        </content>
        <dc:subject>codec</dc:subject>
<dc:subject>opensource</dc:subject>
<dc:subject>presentation</dc:subject>
<dc:subject>programming</dc:subject>
<dc:subject>software</dc:subject>
<dc:subject>video</dc:subject>
<dc:subject>vp8</dc:subject>
<dc:subject>web</dc:subject>

    </entry>
    <entry>
        <link href="http://blog.roothausen.de/2009/08/09/verkleinern-von-bildern-mit-ruby-und-imagemagick/" rel="alternate" title="Verkleinern von Bildern mit Ruby und Imagemagick" />
        <author>
            <name>Sven Pfleiderer</name>
                    </author>
    
        <published>2009-08-09T14:38:53Z</published>
        <updated>2011-03-25T23:13:13Z</updated>
        <wfw:comment>http://blog.roothausen.de/wfwcomment.php?cid=707</wfw:comment>
    
        <slash:comments>2</slash:comments>
        <wfw:commentRss>http://blog.roothausen.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=707</wfw:commentRss>
    
            <category scheme="http://blog.roothausen.de/categories/20-computer" label="computer" term="computer" />
    
        <id>http://blog.roothausen.de/2009/08/09/707/</id>
        <title type="html">Verkleinern von Bildern mit Ruby und Imagemagick</title>
        <content type="xhtml" xml:base="http://blog.roothausen.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>Vor kurzem hatte ich das Bedürfnis Bilder automatisiert, mit Hilfe eines Ruby-Scripts, zu verkleinern. Dieses Script sollte zudem ohne Änderungen sowohl auf Linux als auch auf Windows lauffähig sein.</p>

<p>Fuer diese Aufgabe ist <a href="http://www.imagemagick.org/">Imagemagick</a> natürlich ein super Werkzeug, da man es auch als Bibliothek von Ruby aus nutzen kann und auch für Windows verfuegbar ist. Unter Windows ist hierfür eine <a href="http://rubyinstaller.rubyforge.org">Installation von Ruby</a>, sowie die <a href="http://rmagick.rubyforge.org/install-faq.html#win">Installation von Imagemagick und dem passenden RMagick Ruby-Gem</a> notwendig. Unter Linux reicht es Imagamagick und Ruby mit dem Paketmanager seiner Wahl zu installieren und mittels "gem install rmagick" das Gem zu installieren.</p>

<p>Der eigentliche Code gestaltet sich relativ simpel. Prinzipiell lässt sich ein Bild mit wenigen Anweisungen verkleinern:</p>

<div class="ruby geshi" style="text-align: left"><br /><span style="color:#008000; font-style:italic;">#!/usr/bin/env ruby</span><br /><br /><span style="color:#CC0066; font-weight:bold;">require</span> <span style="color:#996600;">'rubygems'</span><br /><span style="color:#CC0066; font-weight:bold;">require</span> <span style="color:#996600;">'RMagick'</span><br /><br /><span style="color:#0066ff; font-weight:bold;">@debug</span> = <span style="color:#0000FF; font-weight:bold;">true</span><br /><br /><span style="color:#9966CC; font-weight:bold;">def</span> resize_image<span style="color:#006600; font-weight:bold;">&#40;</span>file<span style="color:#006600; font-weight:bold;">&#41;</span><br />&#160; &#160;<span style="color:#CC0066; font-weight:bold;">puts</span> <span style="color:#996600;">&quot;let's resize #{file} ...&quot;</span> <span style="color:#9966CC; font-weight:bold;">if</span> <span style="color:#0066ff; font-weight:bold;">@debug</span><br />&#160; &#160;img = <span style="color:#6666ff; font-weight:bold;">Magick::Image</span>::read<span style="color:#006600; font-weight:bold;">&#40;</span>file<span style="color:#006600; font-weight:bold;">&#41;</span>.<span style="color:#9900CC;">first</span><br />&#160; &#160;img.<span style="color:#9900CC;">resize_to_fit</span><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#006666;">1024</span>, <span style="color:#006666;">1024</span><span style="color:#006600; font-weight:bold;">&#41;</span><br />&#160; &#160;img.<span style="color:#9900CC;">write</span><span style="color:#006600; font-weight:bold;">&#40;</span>file<span style="color:#006600; font-weight:bold;">&#41;</span><br />&#160; &#160;<span style="color:#CC0066; font-weight:bold;">puts</span> <span style="color:#996600;">&quot;resizing of #{file} successful&quot;</span> <span style="color:#9966CC; font-weight:bold;">if</span> <span style="color:#0066ff; font-weight:bold;">@debug</span><br /><span style="color:#9966CC; font-weight:bold;">end</span><br />&#160;</div>

<p>Die Methode <a href="http://www.imagemagick.org/RMagick/doc/image3.html#resize_to_fit">resize_to_fit()</a> sorgt hier für das Verkleinern auf bestimmte Maximalwerte in Länge und Breite. Weiteres erfährt man aus der <a href="http://www.imagemagick.org/RMagick/doc/image3.html">Doku</a>.</p> 
 
            </div>
        </content>
        <dc:subject>code</dc:subject>
<dc:subject>computer</dc:subject>
<dc:subject>linux</dc:subject>
<dc:subject>programming</dc:subject>
<dc:subject>ruby</dc:subject>
<dc:subject>shortys</dc:subject>
<dc:subject>software</dc:subject>
<dc:subject>windows</dc:subject>

    </entry>
    <entry>
        <link href="http://blog.roothausen.de/2011/03/22/my-bachelor-thesis-scale-the-realtime-web/" rel="alternate" title="My Bachelor Thesis: Scale the realtime web" />
        <author>
            <name>Sven Pfleiderer</name>
                    </author>
    
        <published>2011-03-22T14:32:53Z</published>
        <updated>2011-03-25T23:08:39Z</updated>
        <wfw:comment>http://blog.roothausen.de/wfwcomment.php?cid=722</wfw:comment>
    
        <slash:comments>2</slash:comments>
        <wfw:commentRss>http://blog.roothausen.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=722</wfw:commentRss>
    
            <category scheme="http://blog.roothausen.de/categories/20-computer" label="computer" term="computer" />
            <category scheme="http://blog.roothausen.de/categories/19-zeitgeist" label="zeitgeist" term="zeitgeist" />
    
        <id>http://blog.roothausen.de/2011/03/22/722/</id>
        <title type="html">My Bachelor Thesis: Scale the realtime web</title>
        <content type="xhtml" xml:base="http://blog.roothausen.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>As some of you might know, I recently finished my Bachelor of Science in Computer Science and Media. Since it was a very interesting topic, I choose to write a Bachelor thesis covering realtime web applications and the challenges of scaling them.</p>

<h1>Abstract</h1>

<p>If you're interested: Here is the abstract:</p>

<blockquote>
<p>Over the last few years we watched a paradigm shift from static content provided by a few entities to dynamic, user generated content. This content is no longer generated by only a few chosen ones. It is now generated by virtually everybody. Users no longer look at websites every few hours but want to know instantly if there are any news. They also expect, that content they create is visible to their peers instantly.</p>

<p>To fulfill this need for instant updates, more and more websites added dynamic content loading. They changed from websites which provided content to web applications with desktop like features. The next logical step was the transition to “realtime web appli- cations” which allow much faster updates. This generation of web applications will not only enable developers to create realtime collaboration and communication applications but also provide a basis of fast browser based games.</p>

<p>This thesis will discuss the current state of realtime web applications, the need for high performance application servers and design patterns to handle a huge amount of clients with persistent connections to the server.</p>
</blockquote>

<p>Long story short: <a href="http://blog.roothausen.de/uploads/documents/sven_pfleiderer-scale_the_realtime_web.pdf" title="Scale The Realtime Web">Here is the document</a>.</p>

<div style="width:477px" id="__ss_7388569"><strong style="display:block;margin:12px 0 4px"><a href="http://www.slideshare.net/pfleidi/scale-the-realtime-web" title="Scale The Realtime Web">Scale The Realtime Web</a></strong><!-- xhtml clean youtube --><object type="application/x-shockwave-flash" width="477" height="510" data="http://static.slidesharecdn.com/swf/doc_player.swf?doc=thesis-110325110818-phpapp02&amp;stripped_title=scale-the-realtime-web&amp;userName=pfleidi"><param name="movie" value="http://static.slidesharecdn.com/swf/doc_player.swf?doc=thesis-110325110818-phpapp02&amp;stripped_title=scale-the-realtime-web&amp;userName=pfleidi" /><param name="movie" value="http://static.slidesharecdn.com/swf/doc_player.swf?doc=thesis-110325110818-phpapp02&amp;stripped_title=scale-the-realtime-web&amp;userName=pfleidi" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/></object><!-- /xhtml clean youtube -->

<!-- <object id="__sse7388569" width="477" height="510"><param name="movie" value="http://static.slidesharecdn.com/swf/doc_player.swf?doc=thesis-110325110818-phpapp02&amp;stripped_title=scale-the-realtime-web&amp;userName=pfleidi" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed name="__sse7388569" src="http://static.slidesharecdn.com/swf/doc_player.swf?doc=thesis-110325110818-phpapp02&stripped_title=scale-the-realtime-web&userName=pfleidi" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="477" height="510"></embed></object> -->

<div style="padding:5px 0 12px">View more <a href="http://www.slideshare.net/">documents</a> from <a href="http://www.slideshare.net/pfleidi">pfleidi</a>.</div></div> 
 
            </div>
        </content>
        <dc:subject>code</dc:subject>
<dc:subject>computer</dc:subject>
<dc:subject>networking</dc:subject>
<dc:subject>programming</dc:subject>
<dc:subject>realtime</dc:subject>
<dc:subject>server</dc:subject>
<dc:subject>software</dc:subject>
<dc:subject>tail -f /var/log/life</dc:subject>
<dc:subject>web</dc:subject>
<dc:subject>websockets</dc:subject>
<dc:subject>zeitgeist</dc:subject>

    </entry>
    <entry>
        <link href="http://blog.roothausen.de/2010/10/25/distributed-contact-management-using-http/" rel="alternate" title="Distributed contact management using HTTP" />
        <author>
            <name>Sven Pfleiderer</name>
                    </author>
    
        <published>2010-10-25T08:17:19Z</published>
        <updated>2010-10-25T12:46:12Z</updated>
        <wfw:comment>http://blog.roothausen.de/wfwcomment.php?cid=720</wfw:comment>
    
        <slash:comments>3</slash:comments>
        <wfw:commentRss>http://blog.roothausen.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=720</wfw:commentRss>
    
            <category scheme="http://blog.roothausen.de/categories/20-computer" label="computer" term="computer" />
            <category scheme="http://blog.roothausen.de/categories/17-web" label="web" term="web" />
    
        <id>http://blog.roothausen.de/2010/10/25/720/</id>
        <title type="html">Distributed contact management using HTTP</title>
        <content type="xhtml" xml:base="http://blog.roothausen.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <h1>The Idea</h1>

<p>A few months ago, <a href="http://momo.brauchtman.net" title="Momo's blog">Momo</a> came up with an idea to manage contact data in a decentralized and distributed way. The plan was to provide a simple interface to manage and distribute contact data using HTTP. Some weeks ago he finished his bachelor thesis on this topic.</p>

<h1>The Project</h1>

<p>After some discussions with Momo, I decided to implement his protocol specification. Fortunately, I had the possibility to do this as a software project at <a href="http://www.hdm-stuttgart.de" title="HdM Stuttgart">my university</a>. The project was mentored by <a href="http://www.kriha.org" title="Kriha.org">Prof. Kriha</a>.</p>

<p>The implementation itself was done using <a href="http://scala-lang.org" title="Scala Website">Scala</a>, <a href="http://liftweb.net" title="Lift Website">Lift</a> and <a href="http://mongodb.org" title="MongoDB Website">MongoDB</a>.</p>

<h1>Abstract</h1>

<p>For those of you who don't want to download the whole documentation, here's an abstract:</p>

<blockquote>We all live in times of digital communication: Almost everybody is reachable via cellphone, instant messaging or email. Not only the communication itself evolved but also the communication channels increased dramatically. Some people have multiple email addresses, instant messaging accounts and profiles on several social networks. It is virtually impossible to keep track of all the information available.
To address these problems, Moritz Haarmann came up with an idea of a system which is able to manage contact data in a distributed and convenient way. The result of this idea was a protocol proposal which enables users to manage their address data so they can just stop worrying about it.
This documentation describes the implementation details and design decisions made to create an usable software which uses the protocol defined by Moritz.</blockquote>

<h1>Documentation</h1>

<p>I've also written <a href="http://blog.roothausen.de/uploads/documents/documentation-rddrssr.pdf" title="documentation-rddrssr.pdf" target="_blank">a documentation which describes the protocol specification, some implementation details and the technology used</a>. Have fun with it.</p>
 
            </div>
        </content>
        <dc:subject>code</dc:subject>
<dc:subject>computer</dc:subject>
<dc:subject>documentation</dc:subject>
<dc:subject>http</dc:subject>
<dc:subject>programming</dc:subject>
<dc:subject>rest</dc:subject>
<dc:subject>scala</dc:subject>
<dc:subject>software</dc:subject>
<dc:subject>web</dc:subject>

    </entry>
    <entry>
        <link href="http://blog.roothausen.de/2010/09/03/gesichtserkennungeigenfaces/" rel="alternate" title="Gesichtserkennung/Eigenfaces" />
        <author>
            <name>Sven Pfleiderer</name>
                    </author>
    
        <published>2010-09-03T16:48:44Z</published>
        <updated>2010-09-03T16:48:44Z</updated>
        <wfw:comment>http://blog.roothausen.de/wfwcomment.php?cid=719</wfw:comment>
    
        <slash:comments>1</slash:comments>
        <wfw:commentRss>http://blog.roothausen.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=719</wfw:commentRss>
    
            <category scheme="http://blog.roothausen.de/categories/20-computer" label="computer" term="computer" />
    
        <id>http://blog.roothausen.de/2010/09/03/719/</id>
        <title type="html">Gesichtserkennung/Eigenfaces</title>
        <content type="xhtml" xml:base="http://blog.roothausen.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>Ich habe gerade <a href="https://docs.google.com/present/view?id=ddz7r8xj_12fpqh97gx" title="Datamining: Gesichtserkennung">diese Präsentation</a>, die während einer Datamining-Vorlesung im letzten Semester entstanden ist, wieder gefunden. Diese wollte ich euch nicht vorenthalten.</p>

<iframe src="https://docs.google.com/present/embed?id=ddz7r8xj_12fpqh97gx" frameborder="0" width="410" height="342"></iframe> 
 
            </div>
        </content>
        <dc:subject>computer</dc:subject>
<dc:subject>datamining</dc:subject>
<dc:subject>eigenfaces</dc:subject>
<dc:subject>presentation</dc:subject>
<dc:subject>programming</dc:subject>
<dc:subject>software</dc:subject>

    </entry>
    <entry>
        <link href="http://blog.roothausen.de/2010/08/29/pfleidis-first-two-rules/" rel="alternate" title="pfleidi's first two rules" />
        <author>
            <name>Sven Pfleiderer</name>
                    </author>
    
        <published>2010-08-29T00:43:55Z</published>
        <updated>2010-08-29T00:43:55Z</updated>
        <wfw:comment>http://blog.roothausen.de/wfwcomment.php?cid=718</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://blog.roothausen.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=718</wfw:commentRss>
    
            <category scheme="http://blog.roothausen.de/categories/18-misc" label="misc" term="misc" />
    
        <id>http://blog.roothausen.de/2010/08/29/718/</id>
        <title type="html">pfleidi's first two rules</title>
        <content type="xhtml" xml:base="http://blog.roothausen.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>In the last few months, I've created two stupid, but funny rules:</p>

<ol>
<li>&ldquo;If you are able to construct a sentence which contains 5+ buzzwords, you are allowed to terminate it with 'BITCH!'&rdquo;</li>
<li>Is related to <a href="http://en.wikipedia.org/wiki/Godwin's_law" title="Godwins Law">Godwins Law</a>. &ldquo;As an online discussion grows longer, the probability that someone applies a 'yo momma joke' approaches one. Once this occurs, the discussion is over and the one who made the joke wins - but only if it was a really funny joke!&rdquo;</li>
</ol> 
 
            </div>
        </content>
        <dc:subject>fun</dc:subject>
<dc:subject>misc</dc:subject>
<dc:subject>zeitgeist</dc:subject>

    </entry>
    <entry>
        <link href="http://blog.roothausen.de/2009/02/13/heute-nacht-.../" rel="alternate" title="Heute Nacht ..." />
        <author>
            <name>Sven Pfleiderer</name>
                    </author>
    
        <published>2009-02-13T20:08:48Z</published>
        <updated>2010-08-10T12:22:15Z</updated>
        <wfw:comment>http://blog.roothausen.de/wfwcomment.php?cid=687</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://blog.roothausen.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=687</wfw:commentRss>
    
            <category scheme="http://blog.roothausen.de/categories/20-computer" label="computer" term="computer" />
            <category scheme="http://blog.roothausen.de/categories/18-misc" label="misc" term="misc" />
            <category scheme="http://blog.roothausen.de/categories/17-web" label="web" term="web" />
    
        <id>http://blog.roothausen.de/2009/02/13/687/</id>
        <title type="html">Heute Nacht ...</title>
        <content type="xhtml" xml:base="http://blog.roothausen.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>... steht uns ein einmaliges Ereignis bevor: Der <a href="http://de.wikipedia.org/wiki/Unixzeit">UNIX-Timestamp</a> wird den Wert <strong>1234567890</strong> erreichen.</p>

<div class="bash geshi" style="text-align: left"><br /><span style="color: #c20cb9; font-weight: bold;">date</span> -d<span style="color: #000000; font-weight: bold;">@</span><span style="color: #000000;">1234567890</span> <br />Sat Feb <span style="color: #000000;">14</span> 00:<span style="color: #000000;">31</span>:<span style="color: #000000;">30</span> CET <span style="color: #000000;">2009</span><br />&#160;</div>

<p>Den Countdown kann man sich uebrigens <a href="http://www.1234567890day.com/">hier</a> ankucken. Viel Spass dabei. <img src="http://blog.roothausen.de/templates/default/img/emoticons/wink.png" alt=";-)" style="display: inline; vertical-align: bottom;" class="emoticon" /></p> 
 
            </div>
        </content>
        <dc:subject>computer</dc:subject>
<dc:subject>linux</dc:subject>
<dc:subject>misc</dc:subject>
<dc:subject>software</dc:subject>
<dc:subject>unix</dc:subject>
<dc:subject>web</dc:subject>
<dc:subject>webwide</dc:subject>

    </entry>
    <entry>
        <link href="http://blog.roothausen.de/2009/03/02/upgrade-steht-an/" rel="alternate" title="Upgrade steht an" />
        <author>
            <name>Sven Pfleiderer</name>
                    </author>
    
        <published>2009-03-02T20:07:31Z</published>
        <updated>2010-08-10T12:22:01Z</updated>
        <wfw:comment>http://blog.roothausen.de/wfwcomment.php?cid=688</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://blog.roothausen.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=688</wfw:commentRss>
    
            <category scheme="http://blog.roothausen.de/categories/20-computer" label="computer" term="computer" />
            <category scheme="http://blog.roothausen.de/categories/19-zeitgeist" label="zeitgeist" term="zeitgeist" />
    
        <id>http://blog.roothausen.de/2009/03/02/688/</id>
        <title type="html">Upgrade steht an</title>
        <content type="xhtml" xml:base="http://blog.roothausen.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>Ich werde diesen Server heute Nacht von <a href="http://www.debian.org/">Debian</a> Etch auf Lenny upgraden. Sollte es hierbei zu einem Ausfall kommen, seit ihr nun vorgewarnt.</p>

<p>Sollte jemand noch nach einem guten Howto fuer das Upgrade suchen, sollte er/sie sich <a href="http://www.debianadmin.com/howto-upgrade-from-debian-etch-40-to-lenny-50.html">dieses hier</a> zu Gemuete fuehren.</p>

<p>Weitere Links:</p>

<ul>
<li><a href="http://www.golem.de/0903/65638.html">http://www.golem.de/0903/65638.html</a></li>
<li><a href="http://www.tagesschau.de/inland/wahlcomputer124.html" title="tagesschau">http://www.tagesschau.de/inland/wahlcomputer124.html</a></li>
<li><a href="http://www.tagesschau.de/inland/wahlcomputer124.html">http://ccc.de/updates/2009/wahlcomputer-urteil-bverfg?language=de</a></li>
</ul>
 
            </div>
        </content>
        <dc:subject>changes</dc:subject>
<dc:subject>computer</dc:subject>
<dc:subject>linux</dc:subject>
<dc:subject>opensource</dc:subject>
<dc:subject>server</dc:subject>
<dc:subject>software</dc:subject>
<dc:subject>zeitgeist</dc:subject>

    </entry>
    <entry>
        <link href="http://blog.roothausen.de/2009/04/14/linuxday-2009/" rel="alternate" title="LinuxDay 2009" />
        <author>
            <name>Sven Pfleiderer</name>
                    </author>
    
        <published>2009-04-14T21:14:32Z</published>
        <updated>2010-08-10T12:21:40Z</updated>
        <wfw:comment>http://blog.roothausen.de/wfwcomment.php?cid=695</wfw:comment>
    
        <slash:comments>2</slash:comments>
        <wfw:commentRss>http://blog.roothausen.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=695</wfw:commentRss>
    
            <category scheme="http://blog.roothausen.de/categories/18-misc" label="misc" term="misc" />
            <category scheme="http://blog.roothausen.de/categories/17-web" label="web" term="web" />
            <category scheme="http://blog.roothausen.de/categories/19-zeitgeist" label="zeitgeist" term="zeitgeist" />
    
        <id>http://blog.roothausen.de/2009/04/14/695/</id>
        <title type="html">LinuxDay 2009</title>
        <content type="xhtml" xml:base="http://blog.roothausen.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>Gute Nachrichten: Auch dieses Jahr wird es an der HdM Stuttgart einen <a href="http://linux-day.de/">LinuxDay</a> <a href="http://linux-day.de/2009/04/14/linuxday-2009-an-der-hdm/">geben</a>. Dieses mal bin auch ich aktiv daran beteiligt:</p>

<blockquote>Es steht fest: Es wird einen zweiten LinuxDay an der Hochschule der Medien in Stuttgart geben.
<br />
Am 25.05.2009 ab ca. 12.30 Uhr an der <a href="http://www.hdm-stuttgart.de/">Hochschule der Medien</a>
<br />
Das Vortragsprogramm wird zur Zeit noch festgezurrt, nähere Informationen folgen in Kürze. </blockquote>

<p>Weitere Infos werden im <a href="http://linux-day.de">Blog</a>,  <a href="http://www.mynethome.de/2009/04/14/linuxday-2009-an-der-hdm/">bei Markus</a> auf <a href="http://twitter.com/linuxDay">twitter</a> und auch hier veroeffentlicht.</p>
 
            </div>
        </content>
        <dc:subject>computer</dc:subject>
<dc:subject>life</dc:subject>
<dc:subject>linux</dc:subject>
<dc:subject>misc</dc:subject>
<dc:subject>opensource</dc:subject>
<dc:subject>web</dc:subject>
<dc:subject>webwide</dc:subject>
<dc:subject>zeitgeist</dc:subject>

    </entry>
    <entry>
        <link href="http://blog.roothausen.de/2009/04/21/newsbeuter-2.0/" rel="alternate" title="Newsbeuter 2.0" />
        <author>
            <name>Sven Pfleiderer</name>
                    </author>
    
        <published>2009-04-21T19:50:21Z</published>
        <updated>2010-08-10T12:21:01Z</updated>
        <wfw:comment>http://blog.roothausen.de/wfwcomment.php?cid=699</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://blog.roothausen.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=699</wfw:commentRss>
    
            <category scheme="http://blog.roothausen.de/categories/20-computer" label="computer" term="computer" />
            <category scheme="http://blog.roothausen.de/categories/17-web" label="web" term="web" />
    
        <id>http://blog.roothausen.de/2009/04/21/699/</id>
        <title type="html">Newsbeuter 2.0</title>
        <content type="xhtml" xml:base="http://blog.roothausen.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>Nach langer Wartezeit wurde nun der von mir genutzte und fuer <a href="http://archlinux.org">Arch Linux</a> gepflegte Feedreader <a href="http://newsbeuter.org">newsbeuter</a> in der Version 2.0 <a href="http://newsbeuter.org/download.html">freigegeben</a>. Die Liste der Neuerungen liesst sich bisher sehr gut:</p>

<ul>
<li>    Added more flexible dialog handling</li>
<li>    Improved position handling in article list (fixes #112; thanks to Isaac Good)</li>
<li>    Fixed a lot of bugs (#102, #111, #117, #130, #131).</li>
<li>    Added ability to specify a list of OPML URLs when using OPML as URL source.</li>
<li>    Added config option "keep-articles-days" to optionally keep articles only for a limited number of days.</li>
<li>    Added config option "bookmark-interactive" to indicate that the configured bookmarking command is interactive.</li>
<li>    Don't display authentication information in URLs (fixes #121).</li>
<li>    Replaced mrss with new RSS/Atom parser.</li>
<li>    Added ability to search for text from the article view.</li>
<li>    Added basic support for Yahoo Media RSS.</li>
<li>    Made article view pager configurable.</li>
<li>    Improved HTML rendering of links and underlined and bold text.</li>
<li>    Added ":source" commandline command to (re)load configuration files.</li>
<li>    Implemented "pipe-to" key to pipe articles to external commands.</li>
<li>    Implemented backtick evaluation for configuration files.</li>
<li>    Extended filter language with "between" operator.</li>
<li>    Added "age" attribute for articles to filter them for relative age (in days).</li>
<li>    Extended "set" commandline command to toggle boolean variables and reset configuration variables of all types to their default.</li>
<li>    Added ability to configure local files as feeds.</li>
<li>    Added a "random-unread" key to go to a random unread article.</li>
<li>    When opening articles from a search result dialog, make search phrase stand out in article view.</li>
<li>    Persist commandline and search history.</li>
<li>    Implemented commandline completion.</li>
<li>    Improved help dialog so that it now shows unbound functions.</li>
<li>    Added ability to sort feed list and article list by interactively choosing the sort method.</li>
<li>    Improved and extended conditional HTTP download handling.</li>
</ul>

<p>Ich habe gerade die Arbeiten am PKGBUILD fuer Arch Linux fertig gestellt und dieses<a href="http://aur.archlinux.org/packages.php?ID=9551" title="Arch User Repository"> in AUR hochgeladen</a>. Ich wuensche euch viel Spass damit!</p> 
 
            </div>
        </content>
        <dc:subject>computer</dc:subject>
<dc:subject>feedreader</dc:subject>
<dc:subject>linux</dc:subject>
<dc:subject>media</dc:subject>
<dc:subject>newsbeuter</dc:subject>
<dc:subject>opensource</dc:subject>
<dc:subject>unix</dc:subject>
<dc:subject>web</dc:subject>

    </entry>
    <entry>
        <link href="http://blog.roothausen.de/2009/05/21/linuxday-finales-programm/" rel="alternate" title="LinuxDay: Finales Programm" />
        <author>
            <name>Sven Pfleiderer</name>
                    </author>
    
        <published>2009-05-21T11:48:20Z</published>
        <updated>2010-08-10T12:19:39Z</updated>
        <wfw:comment>http://blog.roothausen.de/wfwcomment.php?cid=702</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://blog.roothausen.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=702</wfw:commentRss>
    
            <category scheme="http://blog.roothausen.de/categories/18-misc" label="misc" term="misc" />
    
        <id>http://blog.roothausen.de/2009/05/21/702/</id>
        <title type="html">LinuxDay: Finales Programm</title>
        <content type="xhtml" xml:base="http://blog.roothausen.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>Es gibt nun mittlerweile schon seit ein paar Tagen das finale Programm zum <a href="http://linux-day.de" title="LinuxDay">LinuxDay</a>. Da ich allerdings die letzten Tage etwas viel um die Ohren hatte, komme ich erst jetzt dazu, <a href="http://linux-day.de/vortragsprogramm/" title="Vortragsprogramm LinuxDay">darauf hinzuweisen</a>.</p>

<blockquote><pre>Zeit         Thema

13:15-13:30  Welcome &amp; Log in
             Christoph Lindenmüller, Hochschule der Medien Stuttgart

13:30-14:30  OpenWRT Linux auf dem Router
             Own your DSL router
             Moritz Seltmann &amp; Sven Pfleiderer, Hochschule der Medien Stuttgart

14:45-15:45  Open Source Groupware
             Own your organisation
             Helmut Neuberger, Zarafa: MS Exchange replacement

15:45-16:15  Kaffee, Drinks, Diskussion

16:15-17:15  Open Source Groupware II
             Solutions for an Open Campus and the Open Enterprises
             Michael Herkens, OpenXchange

17:30-19:30  Open Source Community World
             Keep the web open: The new web technologies &amp; standards
             Paul Rouget, Mozilla Foundation

             Mozilla: Community, Contribution, Foundation
             NN, Mozilla Foundation

19:45-20:15  Open Source Commuity Local
             1. Linux User Group Stuttgart
             Adrian Reyer, LinuxHaus
             2. Open Source Region Stuttgart
             Hans-Ulrich Schmid, Open Source Region Stuttgart

20:15-22:00  Get Together @ Unithekle
             Allmandring 17, 200m Fussweg

20:15-22:00  OpenWRT Router Workshop @ Unithekle
             Moritz Seltmann, Sven Pfleiderer &amp; Team</pre></blockquote>
 
            </div>
        </content>
        <dc:subject>life</dc:subject>
<dc:subject>linux</dc:subject>
<dc:subject>misc</dc:subject>
<dc:subject>opensource</dc:subject>
<dc:subject>web</dc:subject>
<dc:subject>webwide</dc:subject>

    </entry>
    <entry>
        <link href="http://blog.roothausen.de/2009/07/01/medianight-2009/" rel="alternate" title="Medianight 2009" />
        <author>
            <name>Sven Pfleiderer</name>
                    </author>
    
        <published>2009-07-01T19:05:24Z</published>
        <updated>2010-08-10T12:18:43Z</updated>
        <wfw:comment>http://blog.roothausen.de/wfwcomment.php?cid=706</wfw:comment>
    
        <slash:comments>5</slash:comments>
        <wfw:commentRss>http://blog.roothausen.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=706</wfw:commentRss>
    
            <category scheme="http://blog.roothausen.de/categories/20-computer" label="computer" term="computer" />
    
        <id>http://blog.roothausen.de/2009/07/01/706/</id>
        <title type="html">Medianight 2009</title>
        <content type="xhtml" xml:base="http://blog.roothausen.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <h1>Medianight</h1>

<p>Morgen, am Donnerstag den 02.07.2009 wird an meiner <a href="http://www.hdm-stuttgart.de" title="HdM Stuttgart">Hochschule</a> wieder die <a href="http://www.hdm-stuttgart.de/medianight/" title="Medianight">Medianight</a> stattfinden. Hier werden die Studenten ihre Projekte des letzten Semesters praesentieren. Ich werde dort unter anderem mit meinem eigenen Projekt am Start sein.</p>

<h2>YAXIM</h2>

<p>Wie schon zuvor gesagt, werde ich zusammen mit <a href="http://hai-fai.de" title="Chris sein Blog">Chris</a> unser Semesterprojekt, das den Namen YAXIM traegt, vorstellen. YAXIM steht fuer "<strong>Y</strong>et <strong>A</strong>nother <strong>X</strong>MPP <strong>I</strong>nstant <strong>M</strong>essenger" und ist ein Jabberclient fuer die Android-Plattform. Als kleinen Vorgeschmack folgen hier noch unsere <a href="http://blog.roothausen.de/uploads/presentations/yaxim.pdf" title="Yaxim">Folien</a> und <a href="http://blog.roothausen.de/upload/yaxim-final.mp4" title="Yaxim Video">das Video</a> der heutigen Praesentation:</p>

<div>
<object type="application/x-shockwave-flash" data="http://www.youtube.com/v/4O80xIpCEss" height="350" width="425"><param name="movie" value="http://www.youtube.com/v/4O80xIpCEss"/><param name="wmode" value="transparent"/></object>
</div>

<p><br /></p>

<div>
<object type="application/x-shockwave-flash" data="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=master-090701141804-phpapp01&amp;stripped_title=yaxim-yet-another-xmpp-instant-messenger" width="425" height="350">
<param name="src" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=master-090701141804-phpapp01&amp;stripped_title=yaxim-yet-another-xmpp-instant-messenger" /></object>
</div> 
 
            </div>
        </content>
        <dc:subject>android</dc:subject>
<dc:subject>code</dc:subject>
<dc:subject>computer</dc:subject>
<dc:subject>jabber</dc:subject>
<dc:subject>java</dc:subject>
<dc:subject>linux</dc:subject>
<dc:subject>opensource</dc:subject>
<dc:subject>presentation</dc:subject>
<dc:subject>programming</dc:subject>
<dc:subject>software</dc:subject>
<dc:subject>video</dc:subject>

    </entry>
    <entry>
        <link href="http://blog.roothausen.de/2009/06/04/slides-openwrt/" rel="alternate" title="Slides: OpenWRT" />
        <author>
            <name>Sven Pfleiderer</name>
                    </author>
    
        <published>2009-06-04T18:07:33Z</published>
        <updated>2010-08-10T12:18:11Z</updated>
        <wfw:comment>http://blog.roothausen.de/wfwcomment.php?cid=705</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://blog.roothausen.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=705</wfw:commentRss>
    
            <category scheme="http://blog.roothausen.de/categories/20-computer" label="computer" term="computer" />
            <category scheme="http://blog.roothausen.de/categories/18-misc" label="misc" term="misc" />
    
        <id>http://blog.roothausen.de/2009/06/04/705/</id>
        <title type="html">Slides: OpenWRT</title>
        <content type="xhtml" xml:base="http://blog.roothausen.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>Fuer diejenigen, die es nicht auf den LinuxDay geschafft haben, moechte ich nun noch unsere Slides zum Thema OpenWRT veroeffentlichen:</p>

<p><object type="application/x-shockwave-flash" data="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=openwrt-090604131345-phpapp01&amp;rel=0&amp;stripped_title=openwrt-1534283" width="425" height="350">
<param name="src" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=openwrt-090604131345-phpapp01&amp;rel=0&amp;stripped_title=openwrt-1534283" /></object></p>

<p><a href="http://blog.roothausen.de/uploads/presentations/openWRT.pdf" title="OpenWRT Slides">Hier</a> gibt es die Praesentation auch noch als PDF</p> 
 
            </div>
        </content>
        <dc:subject>computer</dc:subject>
<dc:subject>hardware</dc:subject>
<dc:subject>linux</dc:subject>
<dc:subject>misc</dc:subject>
<dc:subject>opensource</dc:subject>
<dc:subject>presentation</dc:subject>
<dc:subject>screenshot</dc:subject>
<dc:subject>tail -f /var/log/life</dc:subject>

    </entry>
    <entry>
        <link href="http://blog.roothausen.de/2009/10/17/jetzt-auch-in-audio/" rel="alternate" title="Jetzt auch in audio" />
        <author>
            <name>Sven Pfleiderer</name>
                    </author>
    
        <published>2009-10-17T17:55:53Z</published>
        <updated>2010-08-10T12:16:54Z</updated>
        <wfw:comment>http://blog.roothausen.de/wfwcomment.php?cid=710</wfw:comment>
    
        <slash:comments>1</slash:comments>
        <wfw:commentRss>http://blog.roothausen.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=710</wfw:commentRss>
    
    
        <id>http://blog.roothausen.de/2009/10/17/710/</id>
        <title type="html">Jetzt auch in audio</title>
        <content type="xhtml" xml:base="http://blog.roothausen.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p><a href="http://blog.radiotux.de">Der Ingo</a> hat mich vor ein paar Tagen dazu eingeladen bei Radiotux etwas zu Google Wave zu erzählen.</p>

<p>Letzten Donnerstag war es dann so weit und ich war bei <a href="http://blog.radiotux.de/2009/10/16/radiotuxhorads-78/" title="Radiotux@Horads Nr. 78">radiotux@horads</a> zu Gast und habe mich etwas an der Diskussion beteiligt. Leider sind wir aus unterschiedlichen Gründen nicht mehr zu Wave gekommen. Das wird dann wahrscheinlich in einer anderen Sendung nachgeholt.</p>

<p>Sollte sich also jemand dafür interessieren was der Herr aus roothausen so zu erzählen hat: Hört euch den Podcast an. <img src="http://blog.roothausen.de/templates/default/img/emoticons/wink.png" alt=";-)" style="display: inline; vertical-align: bottom;" class="emoticon" /></p> 
 
            </div>
        </content>
        <dc:subject>computer</dc:subject>
<dc:subject>google</dc:subject>
<dc:subject>linux</dc:subject>
<dc:subject>media</dc:subject>
<dc:subject>podcast</dc:subject>
<dc:subject>tail -f /var/log/life</dc:subject>

    </entry>
    <entry>
        <link href="http://blog.roothausen.de/2010/02/07/cpu-frequency-scaling-probleme/" rel="alternate" title="CPU-Frequency-Scaling Probleme" />
        <author>
            <name>Sven Pfleiderer</name>
                    </author>
    
        <published>2010-02-06T23:35:24Z</published>
        <updated>2010-08-10T12:15:47Z</updated>
        <wfw:comment>http://blog.roothausen.de/wfwcomment.php?cid=714</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://blog.roothausen.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=714</wfw:commentRss>
    
            <category scheme="http://blog.roothausen.de/categories/20-computer" label="computer" term="computer" />
    
        <id>http://blog.roothausen.de/2010/02/07/714/</id>
        <title type="html">CPU-Frequency-Scaling Probleme</title>
        <content type="xhtml" xml:base="http://blog.roothausen.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>Ich bin, <a href="http://blog.roothausen.de/2007/03/08/das-neue-spielzeug/">wie bereits bekannt sein sollte</a>, seit knapp 3 Jahren Besitzer eines Thinpkpad T60. Leider hatte ich hiermit in der Letzten Zeit Probleme mit dem <a href="http://wiki.archlinux.org/index.php/CPU_Frequency_Scaling">CPU-Frequency-Scaling</a>: Wenn man das Notebook über das Netzteil mit Strom versorgt hat und der Akku entfernt war, wurde die CPU dauerhaft auf ihre minimale Taktfrequenz herunter geregelt. Diesen Zustand hat auch das Tool <strong>cpufreq-info</strong> bestätigt:</p>

<pre>
cpufrequtils 006: cpufreq-info (C) Dominik Brodowski 2004-2009
Report errors and bugs to cpufreq@vger.kernel.org, please.
analyzing CPU 0:
  driver: acpi-cpufreq
  CPUs which run at the same hardware frequency: 0 1
  CPUs which need to have their frequency coordinated by software: 0
  maximum transition latency: 10.0 us.
  hardware limits: 1000 MHz - 1.83 GHz
  available frequency steps: 1.83 GHz, 1.33 GHz, 1000 MHz
  available cpufreq governors: powersave, ondemand, performance
  current policy: <strong>frequency should be within 1000 MHz and 1000 MHz</strong>
                  The governor "ondemand" may decide which speed to use
                  within this range.
  current CPU frequency is 1000 MHz (asserted by call to hardware).
</pre>

<p>Nach einer kurzen Suche habe ich im Thinkwiki <a href="http://www.thinkwiki.org/wiki/Problem_with_CPU_frequency_scaling">eine passende Lösung gefunden</a>: Das Anhängen des Parameters "processor.ignore_ppc=1" an die Kerneloptionen im Bootloader. Ein passender Eintrag sollte bei grub ungefähr so aussehen:</p>

<div class="bash geshi" style="text-align: left"><span style="color: #666666; font-style: italic;"># (0) Arch Linux</span><br />title &#160;Arch Linux-ck<br />root &#160; <span style="color: #7a0874; font-weight: bold;">&#40;</span>hd0,<span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span><br />kernel <span style="color: #000000; font-weight: bold;">/</span>vmlinuz26-ck <span style="color: #7a0874; font-weight: bold;">&#91;</span>weitere optionen<span style="color: #7a0874; font-weight: bold;">&#93;</span> processor.ignore_ppc=<span style="color: #000000;">1</span><br />initrd <span style="color: #000000; font-weight: bold;">/</span>kernel26-ck.img<br />&#160;</div>

<p>Nach dieser Änderung und reinem Neustart des Notebooks skaliert die CPU nun bei Last auch wieder sauber auf höhere Taktfrequenzen:</p>

<pre>
analyzing CPU 0:
  driver: acpi-cpufreq
  CPUs which run at the same hardware frequency: 0 1
  CPUs which need to have their frequency coordinated by software: 0
  maximum transition latency: 10.0 us.
  hardware limits: 1000 MHz - 1.83 GHz
  available frequency steps: 1.83 GHz, 1.33 GHz, 1000 MHz
  available cpufreq governors: powersave, ondemand, performance
  <strong>current policy: frequency should be within 1000 MHz and 1.83 GHz.</strong>
                  The governor "ondemand" may decide which speed to use
                  within this range.
  current CPU frequency is 1000 MHz (asserted by call to hardware).
</pre> 
 
            </div>
        </content>
        <dc:subject>computer</dc:subject>
<dc:subject>hardware</dc:subject>
<dc:subject>linux</dc:subject>

    </entry>
    <entry>
        <link href="http://blog.roothausen.de/2010/08/10/flattr-und-s9y/" rel="alternate" title="Flattr und S9Y" />
        <author>
            <name>Sven Pfleiderer</name>
                    </author>
    
        <published>2010-08-10T11:43:06Z</published>
        <updated>2010-08-10T12:15:03Z</updated>
        <wfw:comment>http://blog.roothausen.de/wfwcomment.php?cid=717</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://blog.roothausen.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=717</wfw:commentRss>
    
            <category scheme="http://blog.roothausen.de/categories/19-zeitgeist" label="zeitgeist" term="zeitgeist" />
    
        <id>http://blog.roothausen.de/2010/08/10/717/</id>
        <title type="html">Flattr und S9Y</title>
        <content type="xhtml" xml:base="http://blog.roothausen.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>Nachdem diverse Leute gute Erfahrungen damit gemacht haben, habe ich mich spontan dazu entschlossen in diesem Blog ebenfalls <a href="http://flattr.com" title="Flattr">Flattr</a> zu integrieren.</p>

<h1>Was ist Flattr?</h1>

<p>Die Wikipedia <a href="http://de.wikipedia.org/wiki/Flattr" title="WP: Flattr">meint dazu folgendes</a>:</p>

<blockquote>Jeder bei Flattr registrierte Nutzer kann bei dem Dienst eine selbstgewählte Summe einzahlen, die er monatlich für Internet-Inhalte ausgeben möchte. Das Minimum für einen Flattr-Beitrag sind monatlich 2 Euro. Danach kann der Flattr-Nutzer auf jeder Website mit dem Flattr-„Spendenknopf“ entscheiden (siehe rechts), ob er für diesen Inhalt bereit ist zu bezahlen. Am Ende des Monats wird die Anzahl der Klicks addiert und die monatliche Summe des Nutzers gleichmäßig auf alle geklickten Inhalte verteilt.</blockquote>

<h1>Flattr in S9Y integrieren</h1>

<p>Um Flattr-Buttons unter den Artikeln einzufügen, kann man das <a href="http://blog.s9y.org/archives/218-Flattr-Plugin.html">Flattr Plugin für S9Y</a> verwenden. Da ich zudem noch einen Button in der Sidebar haben wollte, musste ich mir hier selbst behelfen: Bei den <a href="http://spartacus.s9y.org/index.php?mode=bygroups_sidebar_en">Sidebar Plugins für S9Y</a> findet man das Plugin &ldquo;Language-Specific HTML Nugget&rdquo;. Mit diesem Plugin lässt sich der HTML-Code für einen Flattr-Button einbauen. Bei mir sieht das Ganze dan in etwa so aus:</p>

<div class="html geshi" style="text-align: left"><br />
&lt;p&gt; <br />
&#160; Spenden für &lt;a href=&quot;https://flattr.com/thing/43176/Born-to-be-different&quot;&gt;roothausen&lt;/a&gt;:<br />
&#160; &#160;&lt;script type=&quot;text/javascript&quot;&gt; <br />
&#160; &#160; &#160;var flattr_url = 'http://blog.roothausen.de';<br />
&#160; &#160; &#160;var flattr_btn = 'normal';<br />
&#160; &lt;/script&gt;<br />
&#160; &lt;script src=&quot;http://api.flattr.com/button/load.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;<br />
&lt;/p&gt;<br />
&#160;</div>

<p>Weitere Optionen findet man in der <a href="https://flattr.com/support/api" title="Flattr API">Dokumentation der Flattr-API</a></p> 
 
            </div>
        </content>
        <dc:subject>blog</dc:subject>
<dc:subject>blogging</dc:subject>
<dc:subject>code</dc:subject>
<dc:subject>contentmanagement</dc:subject>
<dc:subject>markup</dc:subject>
<dc:subject>web</dc:subject>
<dc:subject>zeitgeist</dc:subject>

    </entry>

</feed>
