<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Svoccblog &#187; Personal</title>
	<atom:link href="http://blog.incase.de/index.php/category/personal/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.incase.de</link>
	<description>Sven's occasional log</description>
	<lastBuildDate>Thu, 13 Oct 2011 10:20:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>RHEL/CentOS bi-arch problems</title>
		<link>http://blog.incase.de/index.php/2009/07/07/rhel-bi-arch-problems/</link>
		<comments>http://blog.incase.de/index.php/2009/07/07/rhel-bi-arch-problems/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 10:57:45 +0000</pubDate>
		<dc:creator>sven</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[PlanetDebian]]></category>
		<category><![CDATA[rant]]></category>

		<guid isPermaLink="false">http://blog.incase.de/?p=84</guid>
		<description><![CDATA[Oh well, I think RHELs support for multiple architectures installed at the same time (and thus the same support in CentOS) really needs some rethinking. While the following might not be able to happen with the default installation media (I didn&#8217;t verify), it still can happen if you run your own mirrors and actually need [...]]]></description>
			<content:encoded><![CDATA[<p>Oh well, I think RHELs support for multiple architectures installed at the same time (and thus the same support in CentOS) really needs some rethinking.<br />
While the following might not be able to happen with the default installation media (I didn&#8217;t verify), it still can happen if you run your own mirrors and actually need both architectures listed in your yum repositories&#8230;<br />
Anyway, what happened today is just one example of how the multi-arch support caused problems for me:</p>
<p>On a Xen Dom0, I needed to apply a kernel upgrade (from 2.6.18-92something to 2.6.18-128something) and as a result, a reboot. At this point you should memorize that the old kernel worked quite fine and all I did was a <i>yum update</i> followed by a reboot. A procedure I did on quite a number of Dom0 machines in the past weeks.</p>
<p>Well, the reboot this time didn&#8217;t work, the kernel halted after printing:<br />
<code>request_module: runaway loop modprobe binfmt-464c</code></p>
<p>Well, reboot again, select old kernel, systems boots fine&#8230;.</p>
<p>What happened was that both the x86_64 and i686 versions of the old kernel was installed, so <i>yum update</i> updated both, probably first the x86_64 version, then the i686 version (but I didn&#8217;t check). Well, while for the old kernel, grub booted the x86_64 kernel with the x86_64 initrd, for the new kernel it tried to boot the i686 kernel with the x86_64 initrd.  (verified by unpacking the initrd and the vmlinuz kernel image and running <i>file</i> on the binaries therein)</p>
<p>Now the big question is: How could the stupid yum/rpm/postinstall script system end up doing this? It is supposed to warn about conflicts if two packages ship different versions of the same file AFAICT, but there is no way the i686 and x86_64 versions of /boot/vmlinuz* could be identical. So there should have been a warning about this. And after that, how come the mkinitrd tool doesn&#8217;t even try to check wether the kernel architecture and that of the initrd binaries match? It happily packed 64bit binaries and 64bit kernel modules(sic!) when run against a 32bit kernel&#8230;.</p>
<p>OK, enough of my frustration&#8230;.<br />
I really wished I had to maintain not RHEL/CentOS machines but Debian (based distro) machines here at work. Unfortunately, that won&#8217;t happen for various reasons&#8230;</p>
<p>While the bi-arch support in RHEL/CentOS is helpful in many ways, RPM and the way bi-arch works on these distros caused almost as much trouble to me already as it helped avoid.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.incase.de/index.php/2009/07/07/rhel-bi-arch-problems/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Another link collection 2009-06-22</title>
		<link>http://blog.incase.de/index.php/2009/06/22/another-link-collection-2009-06-22/</link>
		<comments>http://blog.incase.de/index.php/2009/06/22/another-link-collection-2009-06-22/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 08:45:44 +0000</pubDate>
		<dc:creator>sven</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[PlanetDebian]]></category>

		<guid isPermaLink="false">http://blog.incase.de/?p=81</guid>
		<description><![CDATA[I seem not to post anything but links lately, but anyway, Eddy Petrișor has a post about transitioning from lilo to grub2 (considering usage of LVM). Romain Beauxis writes about what he dislikes about git (or probably most distributes version control systems) when it comes to team-maintained packages, to which Martin F. Krafft responded with [...]]]></description>
			<content:encoded><![CDATA[<p>I seem not to post anything but links lately, but anyway,</p>
<p>Eddy Petrișor has a <a href="http://ramblingfoo.blogspot.com/2009/06/howto-transitioning-to-grub2.html">post</a> about transitioning from lilo to grub2 (considering usage of LVM). </p>
<p>Romain Beauxis <a href="http://blog.rastageeks.org/spip.php?article36">writes</a> about what he dislikes about git (or probably most distributes version control systems) when it comes to team-maintained packages, to which Martin F. Krafft <a href="http://madduck.net/blog/2009.06.18:team-maintained-packaging-with-dvcs/">responded</a> with an interesting post that puts some aspects of distributed versioning into a more balanced perspective then Romain had. After all though, I agree that there are uses to DVCSs which make sense (like being able to commit while not having any sort of connection to the &#8220;central&#8221; repository). However, I still think that relatively small &#8220;projects&#8221; like maintaining Debian packages have more to gain from the central repository then from the ability to commit while not connected. That is, at least as long as upstream doesn&#8217;t use a DVCS already, in which case there are other benefits from using the same DVCS, like easily pulling in upstream changes.</p>
<p>David Welton posted about a small script that <a href="http://journal.dedasys.com/2009/06/15/swap-desktops">swaps virtual desktops</a> (please note that you will need to enable javascript to actually see the script).</p>
<p>While not technologically new to me, this <a href="http://www.davidpashley.com/blog/2009/06/15#copying-files-with-netcat">post by David Pashley</a> about copying files with netcat was a nice summarization of how to do it (and why it is sometime preferable over scp or rsync, plain or over ssh). One of the comments refers to <a href="http://www.maier-komor.de/mbuffer.html">mbuffer</a>, which might also prove useful if you need really high speeds (>200MByte/s) or want some more advanced buffering options. The pv tool (alias Pipe Viewer) might be of interest to meter the throughput.</p>
<p>Phil Hands <a href="http://wiki.hands.com//chezfil/entry/bootable-USB-stick/">writes</a> about getting an USB stick to boot (certain) ISO images with the help of grub4dos.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.incase.de/index.php/2009/06/22/another-link-collection-2009-06-22/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Link collection 2009/05/18</title>
		<link>http://blog.incase.de/index.php/2009/05/18/link-collection-20090518/</link>
		<comments>http://blog.incase.de/index.php/2009/05/18/link-collection-20090518/#comments</comments>
		<pubDate>Mon, 18 May 2009 14:06:11 +0000</pubDate>
		<dc:creator>sven</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[PlanetDebian]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.incase.de/?p=78</guid>
		<description><![CDATA[Marco d&#8217;Itri about adding support for yet-unknown-to-kernel-drivers devices. More specifically: how to make udev tell ftdi-sio that it should accept a certain VendorID/ProductID combination in addition to previously supported ones. Thomer M. Gil about ICMPTX, a combination made from proxy and server that tunnels IP through ICMP. Nice thing if you need a connection from [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li>Marco d&#8217;Itri about <a href="http://blog.bofh.it/debian/id_267">adding support for yet-unknown-to-kernel-drivers devices</a>. More specifically: how to make udev tell ftdi-sio that it should accept a certain VendorID/ProductID combination in addition to previously supported ones.</li>
<li>Thomer M. Gil about <a href="http://thomer.com/icmptx/">ICMPTX</a>, a combination made from proxy and server that tunnels IP through ICMP. Nice thing if you need a connection from some NATed and heavily firewalled location I guess. (Thanks go to <a href="http://www.indentedlines.net/">Runa Sandvik</a> for finding this.)</li>
<li>Non-technical in a way, but still a nice link: <a href="http://www.nasa.gov/multimedia/imagegallery/image_feature_1354.html">Image of the Shuttle transiting the sun</a>, thanks to <a href="http://www.nardol.org/2009/5/16/inspiring-picture">Pablo Lorenzzoni</a> for this link.</li>
<li><a href="http://blog.bofh.it/debian/id_265">Another post</a> by Marco d&#8217;Itri that explains how to install Debian on a <a href="http://www.marvell.com/products/embedded_processors/developer/kirkwood/sheevaplug.jsp">SheevaPlug</a>. Not that I need this info now, but it might come in handy some day.
</li>
</ul>
<p>That&#8217;s it for now, will update the post if I find more interesting links in the next few days.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.incase.de/index.php/2009/05/18/link-collection-20090518/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to solve a credit crisis &#8230;</title>
		<link>http://blog.incase.de/index.php/2008/10/08/how-to-solve-a-credit-crisis/</link>
		<comments>http://blog.incase.de/index.php/2008/10/08/how-to-solve-a-credit-crisis/#comments</comments>
		<pubDate>Wed, 08 Oct 2008 12:16:18 +0000</pubDate>
		<dc:creator>sven</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[PlanetDebian]]></category>

		<guid isPermaLink="false">http://blog.incase.de/?p=44</guid>
		<description><![CDATA[Anand Kumria wrote: If IBM were to go bankrupt, would the government step in? Unlikely. Investors would lose (money), staff &#8212; another word for investors &#8212; would lose (jobs), but customers would win (their computers would keep working). Some customers would win more than others (especially those who had the equipment on lease); if no [...]]]></description>
			<content:encoded><![CDATA[<p>Anand Kumria <a href="http://www.progsoc.org/~wildfire/aum/2008/10/05#creditcrunch">wrote</a>:</p>
<blockquote><p>
If IBM were to go bankrupt, would the government step in? Unlikely. Investors would lose (money), staff &#8212; another word for investors &#8212; would lose (jobs), but customers would win (their computers would keep working). Some customers would win more than others (especially those who had the equipment on lease); <strong>if no one is collecting, why pay?</strong>
</p></blockquote>
<p>I&#8217;m wondering here where Anand got the idea that once a company went bankrupt, that you don&#8217;t need to pay to that company anymore. When a company goes bankrupt, at least in Germany the following happens: A trustee/liquidator is selected. This liquidator is then collecting the information who owes money to the company and who still needs to get (how much) money from it. The liquidator also has to check the option of selling company assets (which might include the contracts of customers that still have to pay) to fulfill the debts of the bankrupt company. After he turned all assets into money, the money is distributed among those who still have to get money from the bankrupt company.</p>
<p>Anyway, regarding his main argument that the (average) customer of a company (bank in this case) should never have to pay for the failed speculations of that company, I somehow have to agree with him. Someone putting money into a regular bank account or papers with fixed interest rate <strong>should</strong> never lose his money. But there are also customers buying bank shares with a chance of higher revenue than with fixed interest rate papers. These should suffer from failure of the bank management, as they more or less explicitly wanted to be tied to the success (or failure) of the bank.</p>
<p>However, this is mostly irrelevant, since the failure of so many &#8220;investment banks&#8221; has side affects that might cost the average inhabitant of the affected countries even more than the discussed rescue plans. One of these effects is that the banks are now <strong>much</strong> more conservative regarding lease and mortgage plans, effectively leaving many home owners with no option to fulfill previous obligations (remaining debt after a previous mortgage expired can&#8217;t be refinanced by a new mortgage), causing them to have to sell their homes to pay the first mortgage. This is in some way stupid because this causes people who were perfectly paying their mortgage rates to loose their house, while the bank which would be giving them a new mortgage could get a new and good customer, improving their income. On the other hand, if the other side effects of the current crisis cause those &#8220;good&#8221; mortgage customers to loose their jobs, they might turn into bad customers who are unable to pay their rates. All in all, this is a spiral that could cause the whole economy to break down (a small example: The bank is not giving out mortgages, so no one will build new houses so the builders loose their jobs so they don&#8217;t pay their mortgage rates anymore,&#8230;. &#8211; over simplified, but still shows what I mean). Unless the spiral is terminated in time, before too drastic things happen.</p>
<p>All in all, I do understand why the politicians try to rescue those banks (or at least the customers of those banks), though I think that in an economy with slightly higher regulation, there wouldn&#8217;t be the need for such a rescue plan. I know there are some german banks affected by the crisis as well (among them Hypo Real Estate and others), but the average private customer of such banks shouldn&#8217;t loose money due to the regulations we have in place.</p>
<p>In general, there should be some security fund which makes sure that private customers never loose money put into regular bank accounts or fixed interest papers, vice-versa, banks should calculate mortgages so that they can be pretty sure their customers are actually able to pay off their rates &#8211; it doesn&#8217;t make sense if someone starts off having to pay 500$/month for their mortgage and has to pay over 1000$ a few years (as in 2-3 years) later, because the bank raised the interest that much. I have no problem with people loosing money from shares of banks or other companies directly or indirectly through investment funds.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.incase.de/index.php/2008/10/08/how-to-solve-a-credit-crisis/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Köhler unterzeichnet Gesetz zur Vorratsdatenspeicherung</title>
		<link>http://blog.incase.de/index.php/2007/12/27/koehler-unterzeichnet-gesetz-zur-vorratsdatenspeicherung/</link>
		<comments>http://blog.incase.de/index.php/2007/12/27/koehler-unterzeichnet-gesetz-zur-vorratsdatenspeicherung/#comments</comments>
		<pubDate>Thu, 27 Dec 2007 16:24:57 +0000</pubDate>
		<dc:creator>sven</dc:creator>
				<category><![CDATA[IT-Security]]></category>
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://blog.incase.de/index.php/2007/12/27/koehler-unterzeichnet-gesetz-zur-vorratsdatenspeicherung/</guid>
		<description><![CDATA[Leider hat unser geschätzter Bundespräsident Köhler das Gesetz zur Vorratsdatenspeicherung unterzeichnet. Daher rufe ich hiermit jeden dazu auf, Widerstand gegen dieses Gesetz zu leisten. Wie man das (legal) machen kann, steht unter anderem auf o.g. Webseite.]]></description>
			<content:encoded><![CDATA[<div align="center"><a href="http://www.vorratsdatenspeicherung.de" target="_top"><br />
<img src="http://wiki.vorratsdatenspeicherung.de/images/Stopvds.gif" alt="Stoppt die Vorratsdatenspeicherung - www.vorratsdatenspeicherung.de" border="0" title="Stoppt die Vorratsdatenspeicherung !" /><br />
</a></div>
<p>Leider hat unser geschätzter Bundespräsident Köhler das Gesetz zur Vorratsdatenspeicherung unterzeichnet. Daher rufe ich hiermit jeden dazu auf, Widerstand gegen dieses Gesetz zu leisten. Wie man das (legal) machen kann, steht unter anderem auf o.g. Webseite. </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.incase.de/index.php/2007/12/27/koehler-unterzeichnet-gesetz-zur-vorratsdatenspeicherung/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RE Anthonys &#8220;some fun&#8221; post</title>
		<link>http://blog.incase.de/index.php/2007/10/22/re-anthonys-some-fun-post/</link>
		<comments>http://blog.incase.de/index.php/2007/10/22/re-anthonys-some-fun-post/#comments</comments>
		<pubDate>Mon, 22 Oct 2007 13:56:16 +0000</pubDate>
		<dc:creator>sven</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[PlanetDebian]]></category>

		<guid isPermaLink="false">http://blog.incase.de/index.php/2007/10/22/re-anthonys-some-fun-post/</guid>
		<description><![CDATA[I really dislike posts like (sorry AJ, you are just one example) AJ Towns blog post &#8220;Some fun&#8221;. What I dislike? Well, the post lacks critical information: Which slashdot post inspired him? What data is he talking about? How did he turn the data into those graphics? Sorry AJ, your post is just the latest [...]]]></description>
			<content:encoded><![CDATA[<p>I really dislike posts like (sorry AJ, you are just one example) AJ Towns blog post<br />
<a href="http://azure.humbug.org.au/~aj/blog/2007/10/21#2007-10-21-pcdm-anim">&#8220;Some fun&#8221;</a>. What I dislike? Well, the post lacks critical information: Which slashdot post inspired him? What data is he talking about? How did he turn the data into those graphics?</p>
<p>Sorry AJ, your post is just the latest example of this style of post, and I really got frustrated over such posts, this is not meant as a personal attack.</p>
<p>Edit:<br />
So to make my wish clear: Please, fellow bloggers, don&#8217;t assume that your readers are following your favourite web resources as closely as you do (and with the same specific interests). Explicitly say what you are writing about, reference resources needed to understand what you are doing, at least give readers a chance to find out what you did.</p>
<p>In AJs case, it would probably have been enough to reference the /. article or comment which inspired him.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.incase.de/index.php/2007/10/22/re-anthonys-some-fun-post/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>CPU feature flags and their meanings</title>
		<link>http://blog.incase.de/index.php/2007/10/17/cpu-feature-flags-and-their-meanings/</link>
		<comments>http://blog.incase.de/index.php/2007/10/17/cpu-feature-flags-and-their-meanings/#comments</comments>
		<pubDate>Wed, 17 Oct 2007 15:03:51 +0000</pubDate>
		<dc:creator>sven</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[PlanetDebian]]></category>

		<guid isPermaLink="false">http://blog.incase.de/index.php/2007/10/17/cpu-feature-flags-and-their-meanings/</guid>
		<description><![CDATA[Since I never really found a nice overview of which CPU flags (see /proc/cpuinfo) mean what, so I gathered some information using the web, with the most notable sources being the BOINC FAQ entry on CPU Register Acronyms at [1] and the output of the nice little (though seemingly mostly unmaintained) cpuid utility. See my [...]]]></description>
			<content:encoded><![CDATA[<p>Since I never really found a nice overview of which CPU flags (see /proc/cpuinfo) mean what, so I gathered some information using the web, with the most notable sources being the BOINC FAQ entry on CPU Register Acronyms at <a href="http://boincfaq.mundayweb.com/index.php?language=1&#038;view=176">[1]</a> and the output of the nice little (though seemingly mostly unmaintained) cpuid utility. See my results at <a href="http://blog.incase.de/index.php/cpu-feature-flags-and-their-meanings/">[2]</a>. Any suggestions for enhancements and completions are highly welcome, just leave a comment to this post.</p>
<p>[1]: <a href="http://boincfaq.mundayweb.com/index.php?language=1&#038;view=176">href=&#8221;http://boincfaq.mundayweb.com/index.php?language=1&#038;view=176</a><br />
[2]: <a href="http://blog.incase.de/index.php/cpu-feature-flags-and-their-meanings/">http://blog.incase.de/index.php/cpu-feature-flags-and-their-meanings/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.incase.de/index.php/2007/10/17/cpu-feature-flags-and-their-meanings/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>IFA &#8211; Force-Feedback-Vest with tickling attacks.</title>
		<link>http://blog.incase.de/index.php/2007/09/01/ifa-force-feedback-vest-with-tickling-attacks/</link>
		<comments>http://blog.incase.de/index.php/2007/09/01/ifa-force-feedback-vest-with-tickling-attacks/#comments</comments>
		<pubDate>Sat, 01 Sep 2007 14:18:48 +0000</pubDate>
		<dc:creator>sven</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[PlanetDebian]]></category>
		<category><![CDATA[Random links]]></category>

		<guid isPermaLink="false">http://blog.incase.de/index.php/2007/09/01/ifa-force-feedback-vest-with-tickling-attacks/</guid>
		<description><![CDATA[In the recent online article heise online &#8211; IFA special &#8211; Force-Feedback-Weste mit Kitzelattacke, Heise News (a german IT news site) had a really nice caption under one image showing a new force-feedback vest by Philips. The image looks like this: The german caption is: &#8220;Philips&#8217; Force-Feedback-Weste ermÃ¶glicht tÃ¶dliche Kitzelattacken in PC-Shootern.&#8221; Translation to english [...]]]></description>
			<content:encoded><![CDATA[<p>In the recent online article <a href="http://www.heise.de/newsticker/meldung/95322">heise online &#8211; IFA special &#8211; Force-Feedback-Weste mit Kitzelattacke</a>, Heise News (a german IT news site) had a really nice caption under one image showing a new force-feedback vest by Philips. The image looks like this:<br />
<img src="http://www.heise.de/bilder/95322/0/0" alt="Image of the new Philips Force-Feedback Vest" /><br />
The german caption is: &#8220;Philips&#8217; Force-Feedback-Weste ermÃ¶glicht tÃ¶dliche Kitzelattacken in PC-Shootern.&#8221;<br />
Translation to english is: &#8220;Philips Force-Feeback-Vest allows deathly tickling-attacks in PC-Shooters.&#8221; (Means First-Person-Shooters).</p>
<p>Nice. That&#8217;s at least a pleasant way of dying: Being tickled to death.</p>
<p>Of course, the article itself clears up the misunderstanding: The vest is more tickling than &#8220;punching&#8221; the player, even if his game-ego is killing most ferociously.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.incase.de/index.php/2007/09/01/ifa-force-feedback-vest-with-tickling-attacks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The DM GR</title>
		<link>http://blog.incase.de/index.php/2007/07/26/the-dm-gr/</link>
		<comments>http://blog.incase.de/index.php/2007/07/26/the-dm-gr/#comments</comments>
		<pubDate>Thu, 26 Jul 2007 16:03:50 +0000</pubDate>
		<dc:creator>sven</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[PlanetDebian]]></category>

		<guid isPermaLink="false">http://blog.incase.de/index.php/2007/07/26/the-dm-gr/</guid>
		<description><![CDATA[Following up to Myon&#8217;s post, I also wanted to blog my honest opinion about the GR. Given my current understanding of the GR, I hope to see it fail (and will send my vote shortly after this blog entry I think). The reason is not that I think it shouldn&#8217;t be made easier to contribute [...]]]></description>
			<content:encoded><![CDATA[<p>Following up to <a href="http://www.df7cb.de/blog/2007/DM.html">Myon&#8217;s post</a>, I also wanted to blog my honest opinion about the GR. Given my current understanding of the GR, I hope to see it fail (and will send my vote shortly after this blog entry I think). The reason is not that I think it shouldn&#8217;t be made easier to contribute to Debian (on the contrary). But the <a href="http://www.debian.org/vote/2007/vote_003">GR</a> micro-manages too much and on the other hand doesn&#8217;t make the current NM process any easier for DM&#8217;s than for any non-DM applicant to the NM process. Also, like some others said before, I seriously doubt that a big part of the current DD-applicants (i.e. those in the NM queue at some level) would prefer DM status over DD status. And the same is true (IMHO) for other people wanting to contribute to Debian. This is a simple thing: If I contribute to something regularly in my spare time (like most contributors in the FL/OSS world do), I also would like to have <em>some</em> influence over its directions. And a DM is missing this influence even more than a DD is.</p>
<p>So what should be done instead in my opinion?<br />
I think that a DM like status is fine as part of a (possibly re-designed) NM process. Given the current NM process, I would like people been given a DM like status after they finished the T&amp;S (tasks<sup><font size=-2>IIRC</font></sup> and skills) part if their AM found their skills and knowledge of the policy rules sufficient to give them that status. If that is all they wanted, they can drop from the NM process at that point and stay DMs. If they want to become DDs later on, they can resume the NM process at that very step (or continue right ahead).</p>
<p>This would do several things:
<ul>
<li>introduce the DM status as an alternative to full DD status</li>
<li>integrate the DM status closer with the existing NM process</li>
<li>take some load of the friendly sponsors who upload non-DD packages now, giving them more time to help more new contributors</li>
<li>give people waiting for DD status some intermediate level at which they already can do more than before their joining of the NM queue</li>
</ul>
<p>So I really think &#8220;more discussion&#8221; is the only valid option for me in this GR. If you want to change my mind: Please leave some feedback in my blog. Or give a precise (but brief) description why the current proposal is better than integration with the current NM process in one way or the other.</p>
<p><u>Abbreviations:</u>
<ul>
<li>DD = Debian Developer (a full Debian project member, includes voting rights)</li>
<li>DM = Debian Maintainer (planned to be a somewhat restricted DD, among others without voting rights)</li>
<li>NM = New Maintainer (should actually be: New Developer)</li>
<li>GR = General Resolution (a way in Debian to create new rules or to ask the project leader or others in the project to do or refrain from doing something)</li>
</ul>
<p><u>Update:</u><br />
The GR even seems to contradict itself a bit. If the upload rules are applied in an AND fashion, one of these rules is superfluous (the first one), at least if I&#8217;m not mistaken:</p>
<ul>
<li>the Maintainer: field of the uploaded .changes file corresponds with the owner of the key used (ie, non-developer maintainers may not sponsor uploads)</li>
<li>the most recent version of the package uploaded to unstable or experimental includes the field &#8220;DM-Upload-Allowed: yes&#8221; in the source section of its control file</li>
<li>the most recent version of the package uploaded to unstable or experimental lists the uploader in the Maintainer: or Uploaders: fields (ie, non-developer maintainers cannot NMU or hijack packages)</li>
</ul>
<p>The first rules also means that no DM could ever do an upload for packages team-maintained in the fashion cyrus-imapd-2.2 is maintained (Maintainer address is the teams mailinglist address, all uploading team members are in the Uploaders field). This is IMHO a serious flaw in the proposal. If the first rule was dumped, all would be well for team maintainers. </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.incase.de/index.php/2007/07/26/the-dm-gr/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Improving graphs</title>
		<link>http://blog.incase.de/index.php/2007/07/02/thinking-inside-the-box/</link>
		<comments>http://blog.incase.de/index.php/2007/07/02/thinking-inside-the-box/#comments</comments>
		<pubDate>Mon, 02 Jul 2007 13:02:55 +0000</pubDate>
		<dc:creator>sven</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[PlanetDebian]]></category>

		<guid isPermaLink="false">http://blog.incase.de/index.php/2007/07/02/thinking-inside-the-box/</guid>
		<description><![CDATA[In Improving simple charts, Dirk Eddelbuettel wrote a nice little summary how to produce &#8220;nicer&#8221; charts using R. However, in my opinion, the charts he provided as alternate options to the original, purely linear graph are less readable for the average person. If anything, using a logarithmic scale on the original Y axis (number of [...]]]></description>
			<content:encoded><![CDATA[<p>In <a href="http://dirk.eddelbuettel.com/blog/2007/06/29/#nicer_charts_two">Improving simple charts</a>, Dirk Eddelbuettel wrote a nice little summary how to produce &#8220;nicer&#8221; charts using R. However, in my opinion, the charts he provided as alternate options to the original, purely linear graph are less readable for the average person. If anything, using a logarithmic scale on the original Y axis (number of packages not built after a specific date) would be of use, but the other graphs only hide the original point of the post Dirk replied to (<a href="http://www.lucas-nussbaum.net/blog/?p=242">How old are our (Debian&#8217;s) packages?</a>). The point was that 94% of all packages had been rebuilt since the release of <a href="http://www.us.debian.org/releases/sarge/">Sarge</a> or, if you want to put it the other way around, 1264 (6%) were built before Sarge was released. This relationship is hidden from immediate recognition by the reader of the graphs. I admit though, that Dirk&#8217;s second graph (Number of packages against age in days with the age being on y logarithmic scale) is also insightful. The other two graphs he presents might make sense in a scientific publication if some point in the &#8220;more detailed&#8221; areas of the graph needs proving, but for this specific problem, they really don&#8217;t make sense to me. Actually, I would question their use even in scientific publications, since they distort the original data a lot. Scientists are pretty much used to logarithmic scales these days, but I couldn&#8217;t work out how the scales work on those two graphs. And another note on the second graph (logarithmic age): The way the X axis is labeled (10, 20, 50, 100,..) is also pretty non-intuitive to me. I&#8217;m much more used to something like 5, 10, 20, 40, 80, 160 and so on, which gives the same distance between each label and seems a lot more usable to me..</p>
<p>(edit: Fix spelling of Dirk&#8217;s surname)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.incase.de/index.php/2007/07/02/thinking-inside-the-box/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>blood donations</title>
		<link>http://blog.incase.de/index.php/2007/05/29/blood-donations/</link>
		<comments>http://blog.incase.de/index.php/2007/05/29/blood-donations/#comments</comments>
		<pubDate>Tue, 29 May 2007 13:52:59 +0000</pubDate>
		<dc:creator>sven</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[PlanetDebian]]></category>

		<guid isPermaLink="false">http://blog.incase.de/index.php/2007/05/29/blood-donations/</guid>
		<description><![CDATA[Hi. Recently, on planet.debian.org, there were quite a few posts relating to blood donations. I must say that I really only live thanks to people donating blood. As many might know, I had a freaking motorcycle accident about 9 years ago. Well, apart from loosing my right leg in the weeks following the accident (irreparable [...]]]></description>
			<content:encoded><![CDATA[<p>Hi.</p>
<p>Recently, on <a href="http://planet.debian.org/">planet.debian.org</a>, there were quite a few posts relating to blood donations. I must say that I really only live thanks to people donating blood. As many might know, I had a freaking motorcycle accident about 9 years ago. Well, apart from loosing my right leg in the weeks following the accident (irreparable damages to tissues led to amputation), I also lost a lot of blood after the accident. In the six hours following the accident, I got no less than 65 blood infusions (approximately 24-30 litres or 6-8 US gallons). As you can imagine, this is about 3-4 times as much blood as my body normally carries around. </p>
<p>At least I can say that I didn&#8217;t receive blood without giving some before, though certainly I wasn&#8217;t able to give that much blood (I donated about 10 times, approx. 0.45 litres each time). However, due to the medication I now need, I can&#8217;t donate blood anymore. Anyhow, I strongly suggest to anyone who is capable of donating blood to do so.</p>
<p>And regarding <a href="http://loeki.tv/log/archives/43-A-wonderful-bird-is-the-pelican.html">Thijs comment</a> about the frequency of donation and payment: This is highly depending on the area you live in and the organisation who manages the donations. For example, while I donated blood in Dortmund, Germany, I had two options to donate blood: German Red Cross, who would accept a donation every 6 weeks, with free sandwiches, drinks and chocolate but without payment and the city-owned hospital&#8217;s blood bank, which allowed a donation every 3 month, with free drinks and a 50DEM (approx. 25EUR/30USD) payment. This sounds as if the city-owned blood bank could attract homeless and junkies who were in for the money, but from my experience, the blood bank did far stricter pre-donation tests (I can&#8217;t tell what they did after donation for either organisation) than the red cross. And knowing how much money can be earned with the blood donated, I certainly think that payment is fair, though not strictly necessary. And the blood bank people did a much better job when applying the needle than the red cross people did, which might be because they were used to taking blood from people with bad veins (mostly patients donating blood for themselves for use in a later, planned surgery). But to be fair: I know from other people who had very good experiences with the red cross staff in this respect.</p>
<p>Once again: <strong>Please donate blood if you can.</strong> If you are uncomfortable with the choice you made on your first donation, check out other options for donations. For example, if you almost collapsed when donating blood, try out the plasma donation if it is offered. They usually take the plasma, but give back an equal volume of a substitution, so your circulation isn&#8217;t disturbed as much as by taking approx. 0.5 litres from it within an hour. If you feel that the person who applied the needle did a bad job, ask for someone else next time or try a different organisation altogether.</p>
<p>cu,<br />
Sven</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.incase.de/index.php/2007/05/29/blood-donations/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>40% nerdy?</title>
		<link>http://blog.incase.de/index.php/2007/03/16/40-nerdy/</link>
		<comments>http://blog.incase.de/index.php/2007/03/16/40-nerdy/#comments</comments>
		<pubDate>Fri, 16 Mar 2007 15:33:36 +0000</pubDate>
		<dc:creator>sven</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[PlanetDebian]]></category>

		<guid isPermaLink="false">http://blog.incase.de/index.php/2007/03/16/40-nerdy/</guid>
		<description><![CDATA[Hmm, following up to a post by MJ Ray, I found out that I&#8217;m 40% nerdy: You Are 40% Nerdy You&#8217;re a little nerdy, but no one would ever call you a nerd. You sometimes get into nerdy things, but only after they&#8217;ve become a part of mainstream culture. How Nerdy Are You?]]></description>
			<content:encoded><![CDATA[<p>Hmm, following up to a <a href="http://mjr.towers.org.uk/blog/2007/debian#nerdsociety">post by MJ Ray</a>, I found out that I&#8217;m 40% nerdy:</p>
<div>
<table width="400" cellspacing="0" cellpadding="2" border="0" align="center">
<tr>
<td align="center"><font face="Georgia, Times New Roman, Times, serif" style="color: black; font-size: 14pt"><br />
<strong>You Are 40% Nerdy</strong><br />
</font></td>
</tr>
<tr>
<td><font color="#000000"><br />
You&#8217;re a little nerdy, but no one would ever call you a nerd. You sometimes get into nerdy things, but only after they&#8217;ve become a part of mainstream culture.<br />
</font></td>
</tr>
</table>
<div align="center"><a href="http://www.blogthings.com/hownerdyareyouquiz/">How Nerdy Are You?</a></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.incase.de/index.php/2007/03/16/40-nerdy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Personality test results &#8211; questionable.</title>
		<link>http://blog.incase.de/index.php/2007/01/08/personality-test-results-questionable/</link>
		<comments>http://blog.incase.de/index.php/2007/01/08/personality-test-results-questionable/#comments</comments>
		<pubDate>Mon, 08 Jan 2007 05:46:29 +0000</pubDate>
		<dc:creator>sven</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://blog.incase.de/index.php/2007/01/08/personality-test-results-questionable/</guid>
		<description><![CDATA[Odd test result. Though I think I can easily think with the viewpoint of the opposite sex. You scored as Either. You brain is neither specifically male, nor female in the way you perceive your surroundings. As bad as this may sound to some, it can easily mean that you are capable of combining both [...]]]></description>
			<content:encoded><![CDATA[<p>Odd test result. Though I think I can easily think with the viewpoint of the opposite sex.</p>
<table width="95%" cellspacing="0" cellpadding="5" border="0">
<tr>
<td><img width="180" height="110" src="http://quizfarm.com/images/1142421770ladies_and_mens_toilet_sig.gif" /></td>
<td>You scored as <strong>Either</strong>. You brain is neither specifically male, nor female in the way you perceive your surroundings. As bad as this may sound to some, it can easily mean that you are capable of combining both gender aspects to your advantage. Rather than being genderless you are possibly able think freely. This does not mean that you are bisexual or androgynous or indecisive, but it might.</td>
<table width="300" cellspacing="0" cellpadding="0" border="0">
<tr>
<td><font size="1" face="Arial">Either</font></td>
<td>
<table width="68" cellspacing="0" cellpadding="0" border="1" bgcolor="#dddddd">
<tr>
<td> </td>
</tr>
</table>
</td>
<td><font size="1" face="Arial">68%</font></td>
</tr>
<tr>
<td><font size="1" face="Arial">Female</font></td>
<td>
<table width="54" cellspacing="0" cellpadding="0" border="1" bgcolor="#dddddd">
<tr>
<td> </td>
</tr>
</table>
</td>
<td><font size="1" face="Arial">54%</font></td>
</tr>
<tr>
<td><font size="1" face="Arial">Male</font></td>
<td>
<table width="50" cellspacing="0" cellpadding="0" border="1" bgcolor="#dddddd">
<tr>
<td> </td>
</tr>
</table>
</td>
<td><font size="1" face="Arial">50%</font></td>
</tr>
<tr>
<td><font size="1" face="Arial">Neither</font></td>
<td>
<table width="29" cellspacing="0" cellpadding="0" border="1" bgcolor="#dddddd">
<tr>
<td> </td>
</tr>
</table>
</td>
<td><font size="1" face="Arial">29%</font></td>
</tr>
</table>
<p><a href="http://quizfarm.com/test.php?q_id=105370">Should you be MALE or FEMALE?*</a><br />
<font size="1" face="Arial">created with <a href="http://quizfarm.com/">QuizFarm.com</a></font></p>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://blog.incase.de/index.php/2007/01/08/personality-test-results-questionable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Windows Vista &#8211; They did it all wrong</title>
		<link>http://blog.incase.de/index.php/2007/01/03/microsoft-windows-vista-they-did-it-all-wrong/</link>
		<comments>http://blog.incase.de/index.php/2007/01/03/microsoft-windows-vista-they-did-it-all-wrong/#comments</comments>
		<pubDate>Wed, 03 Jan 2007 19:49:05 +0000</pubDate>
		<dc:creator>sven</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[IT-Security]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[PlanetDebian]]></category>

		<guid isPermaLink="false">http://blog.incase.de/index.php/2007/01/03/microsoft-windows-vista-they-did-it-all-wrong/</guid>
		<description><![CDATA[Note: This post grew larger than originally intended. It drifted away from Vista to general rants about Microsoft and the content industry towards the end of the post, so just skip the rest if this is not of interest to you. The latest thing I heard about Vista is that Microsoft bribes bloggers with Vista [...]]]></description>
			<content:encoded><![CDATA[<p>Note: This post grew larger than originally intended. It drifted away from Vista to general rants about Microsoft and the content industry towards the end of the post, so just skip the rest if this is not of interest to you.<br />
The latest thing I heard about Vista is that <a href="http://tech.blorge.com/Structure:%20/2006/12/27/microsoft-crosses-the-line-as-it-bribes-bloggers-with-vista-notebooks/">Microsoft bribes bloggers with Vista notebooks</a>. As the article points out, this is plain wrong. Apart from crossing the line by not only giving away their own product to reviewers for free, but by actually providing an additional benefit (in the form of the notebook), they also did it wrong because &#8211; as the article on tech.blorge.com linked above points out &#8211; they don&#8217;t understand the way blogging &#8220;works&#8221;. Too many will be more or less angry because they didn&#8217;t get a free notebook (if anything at all).<br />
<a href="http://tech.blorge.com/Structure:%20/2006/12/27/microsoft-crosses-the-line-as-it-bribes-bloggers-with-vista-notebooks/"><br />
</a>In my opinion though, this is by far the least important mistake they made with Vista. All their content protection stuff is far worse. It basically does what current copy protection mechanisms already do, but to a much larger extend: Bother the legitimate users while users of pirated copies are uneffected. I don&#8217;t think they can avoid pirated copies for a minute. A friend already has a nice HD video player (HDDVD IIRC) and a nice HDCP capable TFT-display, both bought in december. Problem is that the HDCP protected connection resets every few minutes, causing a dropout in both video and sound for a few seconds each time. Seems HDCP compatible player and HDCP compatible display doesn&#8217;t necessarily mean that the two work together. Fortunately, in this case, there is some &#8220;secret&#8221; code you can enter on the players remote to disable HDCP completely. Of course, technically, this is not legal use, but if he didn&#8217;t use that hack, he wouldn&#8217;t be able to watch his legitimately bought video with his legitimate player and display. Given this problem, I can only shudder when thinking what will happen on Windows Vista with all those encrypted and signed communication channels (drive->memory->videocard->display, just to name the most obvious ones). And there is also the degradation of totally unrelated audio and video stuff while some &#8220;premium content&#8221; is played. Assume that I play some premium audio stuff. According to the hardware and driver specs for Vista, the availability of any premium content means that any non-encrypted channels need to be turned off or artificially degraded (like downsampling video from 1080p to VGA and upsampling it again since the display might be limited to only display 1080p). This is oh-so-stupid.<br />
And there is also their EULA, as reviewed by <a href="http://www.gripe2ed.com/scoop/story/2006/10/24/0456/5625">Ed Foster</a>. I won&#8217;t go into details here, but let&#8217;s just say that the EULA is the final nail in Vista&#8217;s coffin for me. I&#8217;ve been a Windows user since Windows for Workgroups came out (though I&#8217;ve used Linux on my machines since 1993 &#8211; and almost exclusively since 1998), but I won&#8217;t buy Vista, not even when it would be included with a new PC.</p>
<p>By the way: This also most likely means that I won&#8217;t buy any HD video stuff at all, since the Vista content protection stuff was mostly dictated by the big Hollywood studios.</p>
<p>Seems like I will be saving quite some money over the next years. (Which I actually need to do anyway.)</p>
<p>Other interesting links regarding Vista:</p>
<ul>
<li><a href="http://www.theinquirer.net/default.aspx?article=36653">The Inquirer &#8211; Charlie Demerjian: Microsoft Vista is not an option</a></li>
<li><a href="http://www.theregister.co.uk/2006/10/29/microsoft_vista_eula_analysis/">The Register &#8211; Scott Granneman: Surprises inside Microsoft Vista&#8217;s EULA</a></li>
<li><a href="http://www.geekzone.co.nz/juha/1908">Juha Saarinen: DRM behind lack of Windows Vista drivers&#8230; and fear the new content protection</a></li>
<li><a href="http://www.techworld.com/opsys/news/index.cfm?newsid=7675">Techworld.com &#8211; Chris Mellor: Vista crippled by content protection</a></li>
<li><a href="http://www.theregister.co.uk/2006/12/28/vista_drm_analysis/">The Register &#8211; Andrew Orlowski: Vista&#8217;s Suicide Bomb: Who gets hurt?</a></li>
</ul>
<p>I said they did it all wrong because they forgot that they are selling Windows not to the content industry but to the consumers. Sure, the consumers want to see what Microsoft calls premium content, but I&#8217;m also sure that they don&#8217;t want all that content protection nonsense Microsoft built into Vista for the sake of the content providers. They lost the balance between avoiding pirated copies (which I think the content protection stuff will have no big effect on) and bothering users of legitimate copies.</p>
<p>Heck, I already use &#8220;pirate&#8221; copies of most of the (Windows-based) games I play because I don&#8217;t want to be bothered by their original-CD-checks, even though I own at least one legal copy of all the games I play. Would I need to download pirate copies of the HD movies I want to watch because I don&#8217;t want to be bothered by whatever side-effects VCP will have, even if I own legal copies of the same movies?</p>
<p>Dear Microsoft, dear Content-Industry (TimeWarner, Disney, whoever), please re-think who you want to sell your content to. I already avoid DVDs which carry additional copy protection (apart from CSS), and if they were available at all, I would prefer to buy DVDs without even CSS. The same is true for CDs (except that they obviously don&#8217;t have CSS). Consequently, I&#8217;m likely to avoid buying HD videos which impose unpleasant restrictions on me, including those that disable the S/PDIF output of my player (no matter wether PC or standalone) since I paid a lot of money for decent HIFI equipment two years ago and I sure as hell won&#8217;t want to by new equipment within the next few years. Luckily, I didn&#8217;t yet buy any HD video gear, though my notebook, when equipped with a HDDVD or Blueray drive should be capable of playing HD video &#8211; if MS and the content industry wouldn&#8217;t impose stupid restrictions.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.incase.de/index.php/2007/01/03/microsoft-windows-vista-they-did-it-all-wrong/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>New to planet.debian.org</title>
		<link>http://blog.incase.de/index.php/2006/10/25/new-to-planetdebianorg/</link>
		<comments>http://blog.incase.de/index.php/2006/10/25/new-to-planetdebianorg/#comments</comments>
		<pubDate>Wed, 25 Oct 2006 19:35:22 +0000</pubDate>
		<dc:creator>sven</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[PlanetDebian]]></category>

		<guid isPermaLink="false">http://blog.incase.de/index.php/2006/10/25/new-to-planetdebianorg/</guid>
		<description><![CDATA[Since I just started my blog and added it to planet.d.o, I thought I should introduce myself a little. I&#8217;m in my mid 30s (ouch), working as a sys/net admin (Linux based, mostly Debian these days) in a nice little company. I first encountered Linux back in the 1990s, before the 1.0 kernel got released. [...]]]></description>
			<content:encoded><![CDATA[<p>Since I just started my blog and added it to planet.d.o, I thought I should introduce myself a little. I&#8217;m in my mid 30s (ouch), working as a sys/net admin (Linux based, mostly Debian these days) in a nice little company. I first encountered Linux back in the 1990s, before the 1.0 kernel got released. Back then, I used Slackware (which, surprisingly, seems to still be around), later switching to Mandrake. About 5 years ago, I got introduced to Debian and immediately liked it for the ease and clearness of administrating it (apt+dpkg+dselect was so much better than rpm used to be at that time). For about two years now, I&#8217;m contributing to Debian, including some involvement in the earliest pre-implementation phases of the volatile repository (mainly advocating a few ideas that actually led to it&#8217;s implementation, BTW thanks to those who did the work in the end), some small packages I maintain and involvement in some small teams. Mainly the cyrus-imapd packaging team, but also (to a much smaller degree) in the cyrus-sasl, initscripts-ng and (extremely little, since noone bothered to add me to the alioth group for it yet) the php packaging teams.<br />
Letting computers aside, my interests are quite diverse, they range from wheelchair-basketball to books (SciFi and Fantasy mainly) and RC helicopters, among others.<br />
More interesting posts will probably follow later.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.incase.de/index.php/2006/10/25/new-to-planetdebianorg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

