<?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/"
	>

<channel>
	<title>Michaels Blog</title>
	<atom:link href="http://www.michael-skiba.de/wp/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.michael-skiba.de/wp</link>
	<description>Wirres Zeug ...</description>
	<pubDate>Tue, 13 Jul 2010 08:56:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>OpenID provider/Anbieter</title>
		<link>http://www.michael-skiba.de/wp/?p=66</link>
		<comments>http://www.michael-skiba.de/wp/?p=66#comments</comments>
		<pubDate>Tue, 13 Jul 2010 08:56:27 +0000</pubDate>
		<dc:creator>Michael Skiba</dc:creator>
		
		<category><![CDATA[Allgemein]]></category>

		<category><![CDATA[Interessantes]]></category>

		<category><![CDATA[Security / Privacy]]></category>

		<category><![CDATA[openID]]></category>

		<guid isPermaLink="false">http://www.michael-skiba.de/wp/?p=66</guid>
		<description><![CDATA[We&#8217;re now an OpenID-provider - want one? Just send me a message  
What is OpenID? http://openid.net/
Wir sind jetzt ein OpenID-Provider - Wer eine will soll mir einfach eine Nachricht schreiben.
Was ist OpenID? http://openid.net/
]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re now an OpenID-provider - want one? Just send me a message <img src='http://www.michael-skiba.de/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>What is OpenID? http://openid.net/</p>
<p>Wir sind jetzt ein OpenID-Provider - Wer eine will soll mir einfach eine Nachricht schreiben.</p>
<p>Was ist OpenID? http://openid.net/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.michael-skiba.de/wp/?feed=rss2&amp;p=66</wfw:commentRss>
		</item>
		<item>
		<title>Nervige Akonadi Fehlermeldung bei Kontact start</title>
		<link>http://www.michael-skiba.de/wp/?p=63</link>
		<comments>http://www.michael-skiba.de/wp/?p=63#comments</comments>
		<pubDate>Thu, 15 Apr 2010 10:03:51 +0000</pubDate>
		<dc:creator>Michael Skiba</dc:creator>
		
		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Unix]]></category>

		<category><![CDATA[tweaks]]></category>

		<category><![CDATA[Akonadi]]></category>

		<category><![CDATA[KDE]]></category>

		<category><![CDATA[KDE4]]></category>

		<category><![CDATA[openSUSE]]></category>

		<guid isPermaLink="false">http://www.michael-skiba.de/wp/?p=63</guid>
		<description><![CDATA[Bis vor kurzem nervte mich bei jedem Login eine Fehlermeldung des Akonadi-Selbsttests, der automatisch gestartet wurde weil in meiner KDE-Standardsitzung Kontact geöffnet wird (und somit seit einiger Zeit auch Akonadi).
Mir war bekannt das Akonadi zwingend eine MySQL-Abhängigkeit hat und seinen eigenen MySQL-Server startet, als mir dann Gestern bewusst wurde, dass Akonadi damit meine normalen MySQL-init.d-Scripte [...]]]></description>
			<content:encoded><![CDATA[<p>Bis vor kurzem nervte mich bei jedem Login eine Fehlermeldung des Akonadi-Selbsttests, der automatisch gestartet wurde weil in meiner KDE-Standardsitzung Kontact geöffnet wird (und somit seit einiger Zeit auch Akonadi).</p>
<p>Mir war bekannt das Akonadi zwingend eine MySQL-Abhängigkeit hat und seinen eigenen MySQL-Server startet, als mir dann Gestern bewusst wurde, dass Akonadi damit meine normalen MySQL-init.d-Scripte hijackt und sich deshalb meine normalen Datenbankanwendungen nicht mehr richtig verbinden konnten wurde mir das ganze dann zu blöd.</p>
<p><span id="more-63"></span></p>
<p>Und anstatt mich auf mein Abitur vorzubereiten habe ich dann was nützliches getan und ein bisschen recherchiert. Mir war schon seit längerem bekannt das Akonadi einen MySQL-Server benutzt und daher prinzipiell auch einen bereits laufenden MySQL-Server benutzen kann. (Was ich in diesem Zusammenhang übrigens erwähnen will, fände ich die Idee eines KDE-weiten-MySQl-Server ganz interessant - da wohl immer mehr Anwendungen mit SQlite an ihre Grenzen stoßen und MySQL-Datenbanken unterstützen oder gar benötigen, bsp.: Akonadi, Amarok, Digikam, &#8230; )</p>
<p>Also kurzhand meinen eigenen MySQL-Server mit der entsprechenden Datenbank bestückt und Akonadi so eingerichtet das es diese benutzt (Tipp: Eigenen Akonadi Benutzer anlegen). Dies hat auch ganz gut funktioniert so, allerdings hat der TEST  14 noch probleme bereitet (&#8221;Kein Ressourcen-Vermittler gefunden&#8221;, XDG_DATA_DIRS).</p>
<p>Dieses Problem das eigentlich garkeines ist, weil es wenn man Akonadi nach dem Fehler nochmal startet doch irgendwie geht ist trotzdem extrem nervig weil es wie gesagt bei jedem Start diesen lästigen Fehler produzierte.</p>
<p>Ich konnte das Problem jedoch für mich so lösen, indem ich in der ~/.bashrc ein</p>
<pre>export XDG_DATA_DIRS="/usr/share:$XDG_DATA_DIRS"</pre>
<p>eingefügt habe. Das Passende Verzeichnis hat mir der Akonadi Selbsttest verraten: Dort heißt es das Verzeichnis /usr/share/akonadi/agents wurde durchsucht sowie bla bla bla &#8230;</p>
<p>Durch suchen habe ich herausgefunden das /akonadi/agents weggelassen werden <strong>muss</strong>. Auch sei hier nochmal darauf hingewiesen das es sich um den openSUSE 11.1 spezifischen Pfad handelt, andere distributionen können u.U. auch andere Verzeichnisse wie z.B. /opt/kde/usr/share verwenden! (Steht dann aber auch im Selbsttest so drinne)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.michael-skiba.de/wp/?feed=rss2&amp;p=63</wfw:commentRss>
		</item>
		<item>
		<title>KDE4 Start und Herunterfahren beschleunigen</title>
		<link>http://www.michael-skiba.de/wp/?p=61</link>
		<comments>http://www.michael-skiba.de/wp/?p=61#comments</comments>
		<pubDate>Thu, 15 Apr 2010 08:38:21 +0000</pubDate>
		<dc:creator>Michael Skiba</dc:creator>
		
		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Unix]]></category>

		<category><![CDATA[tweaks]]></category>

		<category><![CDATA[Bugs]]></category>

		<category><![CDATA[KDE]]></category>

		<category><![CDATA[KDE4]]></category>

		<category><![CDATA[tuning]]></category>

		<guid isPermaLink="false">http://www.michael-skiba.de/wp/?p=61</guid>
		<description><![CDATA[Um KDE4 schneller zu machen gibt es einen erstaunlich einfachen Trick, der wohl auf einen unsauberen Fehler zurückzuführen ist. Und zwar scheint KDE4 beim starten/herunterfahren erst auf den Anmelde- bzw. Ameldesound zu warten und unterbricht dafür andere Tätigkeiten in diesem Zusammenhang. Mir persönlich ist das besonders beim Runterfahren aufgefallen. Durch ein einfaches ausschalten dieser sog. [...]]]></description>
			<content:encoded><![CDATA[<p>Um KDE4 schneller zu machen gibt es einen erstaunlich einfachen Trick, der wohl auf einen unsauberen Fehler zurückzuführen ist. Und zwar scheint KDE4 beim starten/herunterfahren erst auf den Anmelde- bzw. Ameldesound zu<span id="more-61"></span> warten und unterbricht dafür andere Tätigkeiten in diesem Zusammenhang. Mir persönlich ist das besonders beim Runterfahren aufgefallen. Durch ein einfaches ausschalten dieser sog. &#8220;Benachrichtigung&#8221; geht&#8217;s ne ganze Ecke schneller beim Beenden.</p>
<p>Zum ausschalten:</p>
<pre>K-Icon/Chamäleon(openSUSE) → Systemeinstellungen (das von KDE, nicht mit irgendwelchen distributionseigenen Tools verwechseln) → Benachrichtigungen → Systemnachrichten → Quelle für das Ereignis: "KDE-Systemnachrichten"
und dort "Abmelden" und "Anmelden" aussuchen und jeweils das Häkchen vor "Klang abspielen" rausnehmen - wer's später wiederhaben will kann einfach das Häkchen wieder rein machen, aber es funktioniert - probiert's aus!</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.michael-skiba.de/wp/?feed=rss2&amp;p=61</wfw:commentRss>
		</item>
		<item>
		<title>[Gentoo] Disappearing ext2/ext3 filesystems</title>
		<link>http://www.michael-skiba.de/wp/?p=60</link>
		<comments>http://www.michael-skiba.de/wp/?p=60#comments</comments>
		<pubDate>Wed, 03 Feb 2010 15:49:06 +0000</pubDate>
		<dc:creator>Michael Skiba</dc:creator>
		
		<category><![CDATA[Allgemein]]></category>

		<category><![CDATA[Gentoo sysfs]]></category>

		<guid isPermaLink="false">http://www.michael-skiba.de/wp/?p=60</guid>
		<description><![CDATA[Sometime in the past few days I discovered that my media partition wasn&#8217;t mounted anymore (ext3 FS). Also my root partition (ext4 FS) wasn&#8217;t listed under /dev/ anymore.
The only clue I got was from /var/log/messages:
EXT3-fs: sda2: couldn&#8217;t mount because of unsupported optional features (240).
It seems that udev >= 150 doesn&#8217;t like the deprecated sysfs stuff [...]]]></description>
			<content:encoded><![CDATA[<p>Sometime in the past few days I discovered that my media partition wasn&#8217;t mounted anymore (ext3 FS). Also my root partition (ext4 FS) wasn&#8217;t listed under /dev/ anymore.</p>
<p>The only clue I got was from /var/log/messages:<br />
EXT3-fs: sda2: couldn&#8217;t mount because of unsupported optional features (240).</p>
<p>It seems that udev >= 150 doesn&#8217;t like the deprecated sysfs stuff very much (apparently it took over it functions).<br />
To keep it short: I had to uncheck the kernel modules SYSFS_DEPRECATED_V2 (also you should uninstall SYSFS_DEPRECATED), rebuild and install the kernel and everything worked again</p>
]]></content:encoded>
			<wfw:commentRss>http://www.michael-skiba.de/wp/?feed=rss2&amp;p=60</wfw:commentRss>
		</item>
		<item>
		<title>Kernel Cross-Compiling mit Gentoo</title>
		<link>http://www.michael-skiba.de/wp/?p=57</link>
		<comments>http://www.michael-skiba.de/wp/?p=57#comments</comments>
		<pubDate>Tue, 18 Aug 2009 12:21:41 +0000</pubDate>
		<dc:creator>Michael Skiba</dc:creator>
		
		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Unix]]></category>

		<category><![CDATA[tweaks]]></category>

		<category><![CDATA[Cross-Compiling]]></category>

		<category><![CDATA[Gentoo]]></category>

		<category><![CDATA[Kernel]]></category>

		<guid isPermaLink="false">http://www.michael-skiba.de/wp/?p=57</guid>
		<description><![CDATA[Aus aktuellem Anlass, brauche ich eine ältere Version des Kernels (2.6.24) und diese natürlich nicht für mein amd64-Gentoo-System, sondern für ein i686 openSUSE-System, also hinein in die schwarzen Künste und etwas cross-compiling betreiben.
Gentoo als Source-Distribution ist natürlich bestens dafür geeignet und stellt sich als erstaunlich kooperativ heraus, folgende Schritte sind nötig:

emerge -av portage-utils crossdev  [...]]]></description>
			<content:encoded><![CDATA[<p>Aus aktuellem Anlass, brauche ich eine ältere Version des Kernels (2.6.24) und diese natürlich nicht für mein amd64-Gentoo-System, sondern für ein i686 openSUSE-System, also hinein in die schwarzen Künste und etwas cross-compiling betreiben.</p>
<p>Gentoo als Source-Distribution ist natürlich bestens dafür geeignet und stellt sich als erstaunlich kooperativ heraus, folgende Schritte sind nötig:</p>
<ol>
<li><em>emerge -av portage-utils crossdev </em> (erstes dürfte wahrscheinlich schon installiert sein)</li>
<li><em>crossdev &#8211;target $MACHINE-$VENDOR-$KERNEL-$OS </em>(durch die entsprechenden Werte ersetzten, Tabelle forestlen oder im Gentoo Handbuch nachgucken, für meinen Fall: <em>crossdev &#8211;target i686-pc-linux-gnu</em>)</li>
<li>Anschließend müsste es einen compiler i686-pc-linux-gnu geben, einfach mal probieren ob der Befehl gefunden wird &#8230;</li>
</ol>
<p>Zum compilieren des Kernels sind jetzt noch folgende Schritte notwendig:</p>
<ol>
<li><em>export ARCH=&#8221;x86&#8243; </em>(kleiner Tipp: Hier ist die Kernel-Architektur gefragt, die sich je nach Version etwas verändern kann, deshalb einfach mal in $Kernelsource/arch  nachgucken, was die Version gerade so anbietet)</li>
<li><em>export CROSS_COMPILE=&#8221;$YOUR_CROSS_COMPILER_HERE&#8221;</em> (also in meinem Fall <em>export CROSS_COMPILE=&#8221;i686-pc-linux-gnu&#8221;</em>)</li>
</ol>
<p>(Wer will kann das ganze auch in ein eigens angelegtes script packen und z.b. unter /usr/bin speichern, Vorschlag dazu am Ende)</p>
<p>Und jetzt kann wie gewohnt make menuconfig bzw. einfach nur make aufgerufen werden. Bei mir ist allerdings noch folgender Fehler aufgetreten:</p>
<p style="text-align: center;">arch/x86/boot/boot.h: Assembler messages:<br />
arch/x86/boot/boot.h:112: Error: bad register name `%dil&#8217;<br />
make[1]: *** [arch/x86/boot/video.o] Fehler 1<br />
make: *** [bzImage] Fehler 2
</p>
<p style="text-align: left;">Dies liegt jedoch offenbar nicht am Cross-compiler selbst sondern an der Tatsache, das der Kernel älter als der aktuell laufende Kernel ist, ich wurde auf folgenden <a href="http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=811a0fff5d6e80e18e06be88e0fb685f3924bf8f;hp=1cac5004e953506166e980da5776d5cc1c176d79  " target="_blank">git-comitt </a>aufmerksam gemacht, der das Problem behebt.</p>
<p style="text-align: left;">Zum Schluss noch der Hinweis auf das wiedermal recht ausführliche Gentoo-Handbuch, das unter dem Thema <a href="http://www.gentoo.org/proj/en/base/embedded/handbook/index.xml?part=1">Embedded Devices</a> auch zum Thema CC etwas hergibt.</p>
<p>Beispiel für make-script:</p>
<p><em>#!/bin/sh<br />
exec make ARCH=&#8221;x86&#8243; CROSS_COMPILE=&#8221;i686-pc-linux-gnu-&#8221; INSTALL_MOD_PATH=&#8221;${SYSROOT}&#8221; &#8220;$@&#8221;<br />
</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.michael-skiba.de/wp/?feed=rss2&amp;p=57</wfw:commentRss>
		</item>
		<item>
		<title>flickr</title>
		<link>http://www.michael-skiba.de/wp/?p=53</link>
		<comments>http://www.michael-skiba.de/wp/?p=53#comments</comments>
		<pubDate>Mon, 13 Apr 2009 17:49:37 +0000</pubDate>
		<dc:creator>Michael Skiba</dc:creator>
		
		<category><![CDATA[Allgemein]]></category>

		<category><![CDATA[D40]]></category>

		<category><![CDATA[flickr]]></category>

		<category><![CDATA[photo]]></category>

		<guid isPermaLink="false">http://www.michael-skiba.de/wp/?p=53</guid>
		<description><![CDATA[uhm, yeah, it finally got me.
Together with my new DSLRs (a Nikon D40, I know an oldie but goldie), I started to use flickr to publish some of my pictures. I don&#8217;t really trust google (especially with their new face registration &#8230; ) and since Gilles always uses it, I started to use it too.
And [...]]]></description>
			<content:encoded><![CDATA[<p>uhm, yeah, it finally got me.</p>
<p>Together with my new DSLRs (a Nikon D40, I know an oldie but goldie), I started to use flickr to publish some of my pictures. I don&#8217;t really trust google (especially with their new face registration &#8230; ) and since Gilles always uses it, I started to use it too.</p>
<p>And so far it worked quite well, I used a digikam export plugin to publish them, so not much handwork involved.</p>
<p>My fotostream can be found under the following adress, would be nice if you could leave some comments: <a title="http://www.flickr.com/photos/mirrakor/" href="http://www.flickr.com/photos/mirrakor/">http://www.flickr.com/photos/mirrakor/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.michael-skiba.de/wp/?feed=rss2&amp;p=53</wfw:commentRss>
		</item>
		<item>
		<title>Modified script for the RGM 3800</title>
		<link>http://www.michael-skiba.de/wp/?p=46</link>
		<comments>http://www.michael-skiba.de/wp/?p=46#comments</comments>
		<pubDate>Mon, 09 Mar 2009 19:15:52 +0000</pubDate>
		<dc:creator>Michael Skiba</dc:creator>
		
		<category><![CDATA[Allgemein]]></category>

		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[OpenStreetMap]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[RGM 3800 royaltek linux osm OpenStreetMap GPS]]></category>

		<guid isPermaLink="false">http://www.michael-skiba.de/wp/?p=46</guid>
		<description><![CDATA[Here&#8217;s a modified Version, of the rgm3800py script. It let&#8217;s you download tracks and configure your Royaltek RGM-3800. So far I&#8217;ve tested it only under Linux but it should work on Windows and Mac OS too.

Here&#8217;s whats changed so far:
Added an additional &#8220;get &#8221; command, which stores the received NMEA records in the current directory. [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a modified Version, of the rgm3800py script. It let&#8217;s you download tracks and configure your Royaltek RGM-3800. So far I&#8217;ve tested it only under Linux but it should work on Windows and Mac OS too.</p>
<ul>
<li>Here&#8217;s whats changed so far:</li>
<li>Added an additional &#8220;get &#8221; command, which stores the received NMEA records in the current directory. And automaticly names the file after the according date. In default mode* it groups the records in one file per day.</li>
<li>The date function has been &#8220;fixed&#8221;, well actually it created a valid timestamp in some way (I think something tactical), but it wasn&#8217;t really useable, so it&#8217;s now yyyy-mm-dd (HH:MM:SS), pretty, ain&#8217;t it? <img src='http://www.michael-skiba.de/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
<li>For all switches (see below) you can now set default values at the beginning of the script. Also the default device is set to /dev/ttyUSB0 (set this according to your configuration), it saves you to type that -d every time <img src='http://www.michael-skiba.de/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
</ul>
<p>There&#8217;ve been some switches added:</p>
<ul>
<li>-s &#8211;separate-tracks Creates a new file for every track. Naming scheme is: yyyy-mm-dd_counter.nmea</li>
</ul>
<ul>
<li>-z:int &#8211;zeros=int which sets the number of leading zeros (i.e. if you, for some reason have more than 100 tracks of one single day you might want to set -z:3 so you&#8217;ll get 0001 and even 0333 is sorted correctly</li>
</ul>
<ul>
<li>-c:int &#8211;counter-offset=int Imaging this: You just downloaded all tracks from your device (including 7 tracks you created today) and delete your device. What happens? A fellow mapper comes by and what the heck, you go out and tagg a round, but now the script would create a file yyyy-mm-dd_0.nmea, which already exists, since we&#8217;ve downloaded it earlier, counter offset to the rescue! With -c:8 you&#8217;ll get a file named yyyy-mm-dd_8.mnea and will go on with yyyy-mm-dd_9.nmea &#8230; (the next date will start with a counter of 0 again <img src='http://www.michael-skiba.de/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> )</li>
</ul>
<p>Usage examples:</p>
<p>./rgm -s -z 3 get 17-  (will get all tracks starting from 17 and store them in individual files with the naming scheme date_000x.nmea )</p>
<p>Note: You must place the switches before the actual command (get, track, etc. )!</p>
<p>Things still left to do:</p>
<ul>
<li><span style="text-decoration: line-through;"> A function to erease the device</span></li>
<li> Geoid correction</li>
<li><span style="text-decoration: line-through;"> GPX output</span></li>
<li> Check if file already exists</li>
<li>Make it possible to pass a directory as option</li>
</ul>
<p><strong>UPDATE</strong>:</p>
<p>HAHA! You wouldn&#8217;t believe it, just the day I finished with the script the original author released an update (to be percicse 2 hours later), jumping from rev. 14 to rev 19 (aaaah, whyyy?! And we thought he isn&#8217;t working on it anymore &#8230;), well quick changelog: Added GPX output (trackx) and the possibility to erease the memory <img src='http://www.michael-skiba.de/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>UPDATE</strong>²:</p>
<p>The modifications of rev14 are now adapted to the script of rev19.</p>
<p><strong>UPDATE </strong>(March 15, 200):</p>
<p>It&#8217;s now also possible to directly download/write files in GPX format with the &#8216;getx&#8217; command, the other switches also apply to this one (separate/single files, leading zeros, offset counter &#8230; ). You&#8217;ll notice that a single gpx file, that consists of several tracks, will have several tracks inside, which can be edited manually (i.e. with viking)</p>
<p>You can get the modified version here: <a href="http://www.michael-skiba.de/rgm.txt">http://www.michael-skiba.de/rgm.txt</a> (You might want to rename it to rgm.py or something like that)</p>
<p>The original version can be found here: <a href="http://code.google.com/p/rgm3800py/ ">http://code.google.com/p/rgm3800py/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.michael-skiba.de/wp/?feed=rss2&amp;p=46</wfw:commentRss>
		</item>
		<item>
		<title>AmaroK 2 finally rocks?</title>
		<link>http://www.michael-skiba.de/wp/?p=43</link>
		<comments>http://www.michael-skiba.de/wp/?p=43#comments</comments>
		<pubDate>Mon, 23 Feb 2009 01:55:55 +0000</pubDate>
		<dc:creator>Michael Skiba</dc:creator>
		
		<category><![CDATA[Allgemein]]></category>

		<category><![CDATA[Music]]></category>

		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Amarok svn bleeding edge iPod]]></category>

		<guid isPermaLink="false">http://www.michael-skiba.de/wp/?p=43</guid>
		<description><![CDATA[To be honest Amarok 2.0(.0.0), was excitingly new and had some improvements over 1.4 (well, actually the only one I recall atm is the fact that you&#8217;re able to skip back and forward in a random playlist - but hey! )
But all in all it was hardly a match for the solid Amarok 1.4 (ah.. [...]]]></description>
			<content:encoded><![CDATA[<p>To be honest Amarok 2.0(.0.0), was excitingly new and had some improvements over 1.4 (well, actually the only one I recall atm is the fact that you&#8217;re able to skip back and forward in a random playlist - but hey! )</p>
<p>But all in all it was hardly a match for the solid Amarok 1.4 (ah.. see some parallels? kde 3.5 &lt; -&gt; kde 4.0), there has been an some small update already, and we&#8217;re now at 2.0.1.1 (the latest included a security fix, so update it!).</p>
<p>One thing that bugged me was the broken multi-file-editing-dialog and the missing <span style="text-decoration: line-through;">iPod</span>media-player-support.</p>
<p>As an Ex-Gentoo there&#8217;s only one thing to do: Reach out for the bleeding edge and get a copy of the latest development branch. (Sidenote Amarok will soon switch from svn to git and be a test-case for the rest of the KDE project)</p>
<p>What can I say?<br />
As always the future looks so bright:<br />
- &#8220;Media-Player-Applet&#8221; works and is able to transfer tracks to my sisters iPod nano of the latest generation (4th?)<br />
- Editing several files at once works (so far..)<br />
- Bookmark feature (with some additions this will be very nice for audio book listeners)<br />
- As I see it, the &#8220;Widget&#8221;-View has changed, there are not 4 displays anymore but instead only a single one with a clickable list of used widgets</p>
]]></content:encoded>
			<wfw:commentRss>http://www.michael-skiba.de/wp/?feed=rss2&amp;p=43</wfw:commentRss>
		</item>
		<item>
		<title>Lenovo calling home?</title>
		<link>http://www.michael-skiba.de/wp/?p=42</link>
		<comments>http://www.michael-skiba.de/wp/?p=42#comments</comments>
		<pubDate>Tue, 20 Jan 2009 23:12:20 +0000</pubDate>
		<dc:creator>Michael Skiba</dc:creator>
		
		<category><![CDATA[Allgemein]]></category>

		<category><![CDATA[Lenovo Laptop Notebook]]></category>

		<guid isPermaLink="false">http://www.michael-skiba.de/wp/?p=42</guid>
		<description><![CDATA[Wie ich vorhin durch Zufall entdeckt habe. Ist mein Lenovo N200 3000 Notebook, mit einem &#8220;embedded Computrace&#8221;-&#8221;Service&#8221; ausgestattet. Ganz kurz gesagt: Es telefoniert bei einer Verbindung ins Netz nach hause und soll so nach einem Laptop Diebstahl helfen&#8230; (natürlich nur, wer Kunde ist&#8230;)
Ist natürlich inakzeptabel und ein Ekel.. in den nächsten Tagen werde ich einen [...]]]></description>
			<content:encoded><![CDATA[<p>Wie ich vorhin durch Zufall entdeckt habe. Ist mein Lenovo N200 3000 Notebook, mit einem &#8220;embedded Computrace&#8221;-&#8221;Service&#8221; ausgestattet. Ganz kurz gesagt: Es telefoniert bei einer Verbindung ins Netz nach hause und soll so nach einem Laptop Diebstahl helfen&#8230; (natürlich nur, wer Kunde ist&#8230;)</p>
<p>Ist natürlich inakzeptabel und ein Ekel.. in den nächsten Tagen werde ich einen Weg suchen, dieses Krebsgeschwür zu entfernen&#8230; (Kommentare willkommen!)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.michael-skiba.de/wp/?feed=rss2&amp;p=42</wfw:commentRss>
		</item>
		<item>
		<title>Neue Gallerie / New Gallery</title>
		<link>http://www.michael-skiba.de/wp/?p=41</link>
		<comments>http://www.michael-skiba.de/wp/?p=41#comments</comments>
		<pubDate>Tue, 20 Jan 2009 23:09:34 +0000</pubDate>
		<dc:creator>Michael Skiba</dc:creator>
		
		<category><![CDATA[Allgemein]]></category>

		<guid isPermaLink="false">http://www.michael-skiba.de/wp/?p=41</guid>
		<description><![CDATA[Nur kurz notiert: Ich hab ein neues Galleriemodul installiert, um etwas Ordnung in die Bilder des Blogs zu bekommen&#8230;
Just a little sidenote: I installed a new gallery plugin, to get some in the pictures of the blog&#8230;
]]></description>
			<content:encoded><![CDATA[<p>Nur kurz notiert: Ich hab ein neues Galleriemodul installiert, um etwas Ordnung in die Bilder des Blogs zu bekommen&#8230;</p>
<p>Just a little sidenote: I installed a new gallery plugin, to get some in the pictures of the blog&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.michael-skiba.de/wp/?feed=rss2&amp;p=41</wfw:commentRss>
		</item>
	</channel>
</rss>
