<?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>nAnL - hacken, kracken, kacken &#187; misc</title>
	<atom:link href="http://nanl.de/blog/category/misc/feed/" rel="self" type="application/rss+xml" />
	<link>http://nanl.de/blog</link>
	<description></description>
	<lastBuildDate>Fri, 16 Dec 2011 16:59:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>GDB behaves strange while debugging threads</title>
		<link>http://nanl.de/blog/2011/02/gdb-behaves-strange-when-debugging-threads/</link>
		<comments>http://nanl.de/blog/2011/02/gdb-behaves-strange-when-debugging-threads/#comments</comments>
		<pubDate>Mon, 28 Feb 2011 18:08:50 +0000</pubDate>
		<dc:creator>mirko</dc:creator>
				<category><![CDATA[embedded systems]]></category>
		<category><![CDATA[English articles]]></category>
		<category><![CDATA[misc]]></category>
		<category><![CDATA[OpenWrt]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://nanl.de/blog/?p=556</guid>
		<description><![CDATA[While debugging issues involving binaries on a system running Linux, having a debugger such as GDB available is quite helpful. However while working on a certain project we recently experienced quite some issues debugging applications involving threads. Debugging the application on my local workstation worked quite fine, however on OpenWrt-targets &#8211; ARM as well as [...]]]></description>
			<content:encoded><![CDATA[<p>While debugging issues involving binaries on a system running Linux, having a debugger such as GDB available is quite helpful.</p>
<p>However while working on a certain project we recently experienced quite some issues debugging applications involving <strong>threads</strong>.</p>
<p>Debugging the application on my local workstation worked quite fine, however on OpenWrt-targets &#8211; ARM as well as MIPS &#8211; it behaved rather strange: stack corruptions, missing traces, weird signals got issued&#8230;</p>
<p>After quite some time of debugging the debug issue, we found out the issue is caused by a <strong>stripped version of libpthread.so</strong>.</p>
<p>Stripped &#8211; not in the sense of a more lightweight but compatible version of the pthread library &#8211; but stripped by the utility &#8220;strip&#8221;, which purges all debug- and &#8220;other unneeded&#8221; symbols out of binaries to reduce their size, which usually is applied on all binaries by the OpenWrt framework automatically.</p>
<p>Usually binaries stripped by &#8220;strip&#8221; are still fully-fledged binaries, still usable with GDB (however without debugging symbols available of course). Applying strip on libpthread.so* however, it seems to strip out also stuff needed by GDB following and tracing threads. Without these symbols / meta-information not needed for running the actual application, but for tracking its threads, GDB results in mentioned issues above.</p>
<p>One might ask why someone is debugging binaries without debug symbols compiled in &#8211; reasons are obvious:</p>
<ul>
<li>there&#8217;s not enough storage available</li>
<li>there&#8217;s not enough RAM available</li>
<li>using gdbserver and having the binaries with debug symbols compiled in on another machine communicating with gdbserver</li>
</ul>
<p>To check whether an object got stripped or not is quite easy using the &#8220;file&#8221; util:</p>
<blockquote><p>$ file build_dir/target-arm_v5te_uClibc-0.9.30.1_eabi/root-foo/lib/libpthread-0.9.30.1.so<br />
build_dir/target-arm_v5te_uClibc-0.9.30.1_eabi/root-foo/lib/libpthread-0.9.30.1.so: ELF 32-bit LSB shared object, ARM, version 1 (SYSV), dynamically linked (uses shared libs), <strong>stripped</strong></p></blockquote>
<blockquote><p>$ file staging_dir/target-arm_v5te_uClibc-0.9.30.1_eabi/root-foo/lib/libpthread-0.9.30.1.so<br />
staging_dir/target-arm_v5te_uClibc-0.9.30.1_eabi/root-foo/lib/libpthread-0.9.30.1.so: ELF 32-bit LSB shared object, ARM, version 1 (SYSV), dynamically linked (uses shared libs), <strong>not stripped</strong></p></blockquote>
<p><strong>Long story short: </strong>When debugging applications involving threads, always use a non-stripped version of libpthread.so, even if debug symbols are not needed!</p>
]]></content:encoded>
			<wfw:commentRss>http://nanl.de/blog/2011/02/gdb-behaves-strange-when-debugging-threads/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>closing&#8230;</title>
		<link>http://nanl.de/blog/2010/11/closing/</link>
		<comments>http://nanl.de/blog/2010/11/closing/#comments</comments>
		<pubDate>Sun, 21 Nov 2010 17:47:15 +0000</pubDate>
		<dc:creator>mirko</dc:creator>
				<category><![CDATA[Bali (Indonesia)]]></category>
		<category><![CDATA[English articles]]></category>
		<category><![CDATA[misc]]></category>
		<category><![CDATA[My life]]></category>
		<category><![CDATA[Trips]]></category>

		<guid isPermaLink="false">http://nanl.de/blog/?p=475</guid>
		<description><![CDATA[Being back home for almost two month now, I finally find some time to close this category, my trip to Bali. I&#8217;ve been in Tanah Lot &#8211; an area where a rather famous temple of the same denominator is located. It&#8217;s kind of an island during high tide but accessible when tide is low. Because [...]]]></description>
			<content:encoded><![CDATA[<p>Being back home for almost two month now, I finally find some time to close this category, my trip to Bali.</p>
<p>I&#8217;ve been in Tanah Lot &#8211; an area where a rather famous temple of the same denominator is located. It&#8217;s kind of an island during high tide but accessible when tide is low.</p>
<p>Because of it&#8217;s formation, location and a spring of freshwater inside, a priest declared it as an holy place in the 15th century.</p>
<p>Seriously, it&#8217;s an amazing place (however flooded by tourists and locals trying to sell stuff).</p>

<a href='http://nanl.de/blog/2010/11/closing/dscf1481/' title='DSCF1481'><img width="150" height="150" src="http://nanl.de/blog/wp-content/uploads/DSCF14811-150x150.jpg" class="attachment-thumbnail" alt="DSCF1481" title="DSCF1481" /></a>
<a href='http://nanl.de/blog/2010/11/closing/dscf1490/' title='DSCF1490'><img width="150" height="150" src="http://nanl.de/blog/wp-content/uploads/DSCF14901-150x150.jpg" class="attachment-thumbnail" alt="DSCF1490" title="DSCF1490" /></a>
<a href='http://nanl.de/blog/2010/11/closing/dscf1502/' title='DSCF1502'><img width="150" height="150" src="http://nanl.de/blog/wp-content/uploads/DSCF15021-150x150.jpg" class="attachment-thumbnail" alt="DSCF1502" title="DSCF1502" /></a>

<p>After Tanah Lot I got back to Sanur, wanted to stay there just a few days and then move to the so called Gili islands&#8230;</p>
<p>&#8230;however unfortunately I got ill, got the <a href="http://en.wikipedia.org/wiki/Dengue_fever">Dengue fever</a>.</p>
<p>I don&#8217;t want to elaborate my almost last 10 days on Bali, however it was everything but nice and I do not wish anyone getting this bloody fever &#8211; seriously&#8230;</p>
<p><strong>Closing statement:</strong></p>
<p>It was great (apart from the fever I got)!</p>
<p>Seriously, Bali is no place where you&#8217;re going to struggle in any way&#8230; the Balinese economy is based on tourism, so you can get there almost every (western) stuff &#8211; it&#8217;s everything but a survival training (assumed you&#8217;re not getting ill).</p>
<p>Bali is a perfect mix of paradise-like beach and sea (have a look at the photos posted a few posts below) and cultural experiences (despite the tourism the Balinese people try hard to keep and practise their culture) like their huge amount of temples, sacrificial offerings several times a day, performances, etc.</p>
<p>There <strong>is </strong>lot&#8217;s of tourism, and partially too much of it for sure (for example Kuta and surroundings) &#8211; however the locals are <strong>really</strong> lovely and open-minded, it&#8217;s quite easy to socialise and get in touch with them&#8230;</p>
<p>Sharing some time of their everyday life is a definite recommendation if you&#8217;re not just there for beach, sea and sun but interested as well in their daily grind and culture.</p>
<p>They are more than pleased to show you around, quiet interested in western politics, habits, views, etc. &#8211; answering your questions in exchange for yours <img src='http://nanl.de/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>To those Balinese / Indonesian I met there, reading this:</p>
<p><strong>Thanks you so much for the great time !!<br />
</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://nanl.de/blog/2010/11/closing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>comments, twitter&#8230;</title>
		<link>http://nanl.de/blog/2010/09/comments-twitter/</link>
		<comments>http://nanl.de/blog/2010/09/comments-twitter/#comments</comments>
		<pubDate>Thu, 16 Sep 2010 10:14:24 +0000</pubDate>
		<dc:creator>mirko</dc:creator>
				<category><![CDATA[Bali (Indonesia)]]></category>
		<category><![CDATA[Brussels (Belgium)]]></category>
		<category><![CDATA[Dalian (china)]]></category>
		<category><![CDATA[embedded systems]]></category>
		<category><![CDATA[English articles]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[German articles]]></category>
		<category><![CDATA[misc]]></category>
		<category><![CDATA[My life]]></category>
		<category><![CDATA[Openmoko]]></category>
		<category><![CDATA[OpenWrt]]></category>
		<category><![CDATA[qi-hardware]]></category>
		<category><![CDATA[Taipei (Taiwan)]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Trips]]></category>
		<category><![CDATA[Windows Mobile]]></category>

		<guid isPermaLink="false">http://nanl.de/blog/?p=467</guid>
		<description><![CDATA[I recognized just a few hours ago, there were comments written, which needed to be approved&#8230; Did so now and tried to respond to them &#8211; sorry for the delay and thanks a lot for your input/contributions! As most people reading my blog do know already anyway and I no longer feel ashamed of using [...]]]></description>
			<content:encoded><![CDATA[<p>I recognized just a few hours ago, there were comments written, which needed to be approved&#8230;</p>
<p>Did so now and tried to respond to them &#8211; sorry for the delay and thanks a lot for your input/contributions!</p>
<p>As most people reading my blog do know already anyway and I no longer feel ashamed of using it&#8230;</p>
<p>My twitter username: <strong>foobarbablub</strong> &#8211; respectively the twitter page: <a href="http://twitter.com/foobarblablub">http://twitter.com/foobarblablub</a></p>
<p>Polluting the twitter cloud with statements / impressions I don&#8217;t think they&#8217;re worth a whole blog post&#8230; most tweets are <strong>not</strong> related to technical / computer stuff by the way &#8211; used language is mostly English&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://nanl.de/blog/2010/09/comments-twitter/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>PHP &#8211; fooled me once again&#8230;</title>
		<link>http://nanl.de/blog/2010/01/php-fooled-me-once-again/</link>
		<comments>http://nanl.de/blog/2010/01/php-fooled-me-once-again/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 18:22:40 +0000</pubDate>
		<dc:creator>mirko</dc:creator>
				<category><![CDATA[English articles]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[misc]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://nanl.de/blog/?p=291</guid>
		<description><![CDATA[I was asked to take a look at several free and opensource software web-projects which are capable for so called &#8220;ISP configuration management&#8221;, managing web-, mail-, database-servers, etc. &#8211; handling clients, resellers and admins and having specialized frontends for them&#8230; Anyway&#8230; I trigerred a weird bug in one of the projects where I got into [...]]]></description>
			<content:encoded><![CDATA[<p>I was asked to take a look at several free and opensource software web-projects which are capable for so called &#8220;ISP configuration management&#8221;, managing web-, mail-, database-servers, etc. &#8211; handling clients, resellers and admins and having specialized frontends for them&#8230;</p>
<p>Anyway&#8230; I trigerred a weird bug in one of the projects where I got into an if-condition where I shouldn&#8217;t get into&#8230; which not just caused a weird behaviour of the application but was also a big security hole in this special case.</p>
<p>The code was something like that (simplified and not tested):</p>
<p><code><br />
get_sql($value) {<br />
&nbsp;&nbsp; if ($ret = mysql_query ("SELECT * FROM `table` WHERE foo='%s'"),<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; mysql_real_escape_string($value))<br />
&nbsp;&nbsp; {<br />
&nbsp;&nbsp;&nbsp;&nbsp; return $ret;<br />
&nbsp;&nbsp; }<br />
&nbsp;&nbsp; else<br />
&nbsp;&nbsp; {<br />
&nbsp;&nbsp;&nbsp;&nbsp; return false;<br />
&nbsp;&nbsp; }<br />
}<br />
<br />
$result = get_sql($foo);<br />
if (count($result) &gt; 0) {<br />
&nbsp;&nbsp; // privileged area...<br />
}<br />
</code><br />
Ugly code &#8211; anyway&#8230; how it was expected to behave by the author?<br />
1) function <code>get_sql()</code> gets executed and therefore a sql-query<br />
2) <code>get_sql()</code> returns an array of results<br />
3) the number of results is checked via <code>count($result)</code> and when the result-array is greater than <code>0</code> jump into the if-block</p>
<p>Okay, so far so good&#8230;</p>
<p>However &#8211; I finally found out the SQL-query in <code>get_sql()</code> fails because of a typo.<br />
No error was thrown in the above code &#8211; so what&#8217;s happening?<br />
1) function <code>get_sql()</code> gets executed and therefore a sql-query<br />
2) <code>get_sql()</code> returns the boolean <code>false</code>, because the sql-query failed<br />
3) <code>count($result)</code>, evaluated <code>count(false)</code> is called</p>
<p>As the software just did behave different and didn&#8217;t throw an error an intermediate result is:</p>
<p><code>count()</code> applied on a boolean is <strong>valid</strong> !</p>
<p>So what&#8217;s <code>count(false)</code> going to return?</p>
<p><strong>1</strong>! &#8211; the integer <strong>one</strong>!</p>
<p><code>count(false)</code> is <strong>1</strong> and in PHP therefore <strong>true</strong>!</p>
<p>Proof:<br />
<code><br />
$ php<br />
&lt;? echo count(false); ?&gt;<br />
1<br />
$<br />
</code></p>
<p>Even better: this behaviour is kind of &#8220;documented&#8221; within an example at <a href="http://php.net/manual/en/function.count.php">http://php.net/manual/en/function.count.php</a> without any comment.</p>
<p>Okay, now guess:<br />
What&#8217;s <code>count(true)</code> returning? And this is <strong>not</strong> documented!</p>
<p><strong>1</strong>! &#8211; the integer <strong>one</strong>!</p>
<p>PHP &#8211; dine in hell&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://nanl.de/blog/2010/01/php-fooled-me-once-again/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>FOSDEM</title>
		<link>http://nanl.de/blog/2009/02/fosdem/</link>
		<comments>http://nanl.de/blog/2009/02/fosdem/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 10:01:50 +0000</pubDate>
		<dc:creator>mirko</dc:creator>
				<category><![CDATA[Brussels (Belgium)]]></category>
		<category><![CDATA[embedded systems]]></category>
		<category><![CDATA[English articles]]></category>
		<category><![CDATA[German articles]]></category>
		<category><![CDATA[misc]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Trips]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nanl.de/blog/?p=77</guid>
		<description><![CDATA[Me and most of the other OpenWrt-guys are going to FOSDEM &#8211; the Free And Open Software Developement Meeting in Brussels. See you there!]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.fosdem.org"><img class="alignnone" title="FOSDEM" src="http://www.fosdem.org/2009/promo/going-to" alt="" width="150" height="89" /></a></p>
<p>Me and most of the other OpenWrt-guys are going to FOSDEM &#8211; the Free And Open Software Developement Meeting in Brussels.</p>
<p>See you there! <img src='http://nanl.de/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://nanl.de/blog/2009/02/fosdem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>changes…</title>
		<link>http://nanl.de/blog/2007/12/changes/</link>
		<comments>http://nanl.de/blog/2007/12/changes/#comments</comments>
		<pubDate>Sun, 16 Dec 2007 17:04:13 +0000</pubDate>
		<dc:creator>mirko</dc:creator>
				<category><![CDATA[English articles]]></category>
		<category><![CDATA[misc]]></category>

		<guid isPermaLink="false">http://nanl.de/blog/?p=63</guid>
		<description><![CDATA[Hey, now I set up wordpress again and invested a lot of time for merging all posts from previous blogs / cm-systems. I also recategorized them, added a new lightweight design and decided to start writing some of the future posts (like this) in English, &#8217;cause this blog is mainly tech-oriented and &#8211; at least [...]]]></description>
			<content:encoded><![CDATA[<p>Hey,</p>
<p>now I set up wordpress again and invested a lot of time for merging all posts from previous blogs / cm-systems.</p>
<p>I also recategorized them, added a new lightweight design and decided to start writing some of the future posts (like this) in English, &#8217;cause this blog is mainly tech-oriented and &#8211; at least &#8211; these posts should also be readable by non-german-speaking visitors.</p>
<p>But this decision is associated with a huge disadvantage: you have to read my fucking bad English <img src='http://nanl.de/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://nanl.de/blog/2007/12/changes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ich will euch ja nicht nerven…</title>
		<link>http://nanl.de/blog/2006/02/ich-will-euch-ja-nicht-nerven/</link>
		<comments>http://nanl.de/blog/2006/02/ich-will-euch-ja-nicht-nerven/#comments</comments>
		<pubDate>Wed, 15 Feb 2006 06:00:00 +0000</pubDate>
		<dc:creator>mirko</dc:creator>
				<category><![CDATA[German articles]]></category>
		<category><![CDATA[misc]]></category>
		<category><![CDATA[My life]]></category>

		<guid isPermaLink="false">http://nanl.de/blog/html/9.html</guid>
		<description><![CDATA[&#8230;aber irgendwie macht das Blog-Schreiben Spaß. Ich überlege, ob ich sämtliche Inhalte, welche jetzt noch auf www.nanl.de/nanl/ liegen hierhin transferriere, da ich in keinster Weise von mambo begeistert bin und es relativ overskilled ist für ein bisschen Doku zu meinen Projekten und &#8220;Lebensberichten&#8221; Sooo&#8230; erstmal frühstücken&#8230; So long&#8230;]]></description>
			<content:encoded><![CDATA[<p>&#8230;aber irgendwie macht das Blog-Schreiben Spaß.</p>
<p>Ich überlege, ob ich sämtliche Inhalte, welche jetzt noch auf www.nanl.de/nanl/ liegen hierhin transferriere, da ich in keinster Weise von mambo begeistert bin und es relativ overskilled ist für ein bisschen Doku zu meinen Projekten und &#8220;Lebensberichten&#8221; <img src='http://nanl.de/blog/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>Sooo&#8230; erstmal frühstücken&#8230;</p>
<p>So long&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://nanl.de/blog/2006/02/ich-will-euch-ja-nicht-nerven/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Design</title>
		<link>http://nanl.de/blog/2006/02/design/</link>
		<comments>http://nanl.de/blog/2006/02/design/#comments</comments>
		<pubDate>Tue, 14 Feb 2006 22:11:57 +0000</pubDate>
		<dc:creator>mirko</dc:creator>
				<category><![CDATA[German articles]]></category>
		<category><![CDATA[misc]]></category>

		<guid isPermaLink="false">http://nanl.de/blog/html/7.html</guid>
		<description><![CDATA[Auch wenn dieses Design ein wenig an die Anfänge der Pseudo-Hacker-Website-Designgeschichten erinnert, finde ich es trotzdem irgendwie cool. Evtl. änder ich das bei Gelegenheit nochmal bzw. wenn mir ein seriöseres Theme in die Hände fällt. So long&#8230;]]></description>
			<content:encoded><![CDATA[<p>Auch wenn dieses Design ein wenig an die Anfänge der Pseudo-Hacker-Website-Designgeschichten erinnert, finde ich es trotzdem irgendwie cool.</p>
<p>Evtl. änder ich das bei Gelegenheit nochmal bzw. wenn mir ein seriöseres Theme in die Hände fällt.</p>
<p>So long&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://nanl.de/blog/2006/02/design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WTF means nAnL ?!?!?11ßelf</title>
		<link>http://nanl.de/blog/2006/02/wtf-means-nanl-11self/</link>
		<comments>http://nanl.de/blog/2006/02/wtf-means-nanl-11self/#comments</comments>
		<pubDate>Tue, 14 Feb 2006 13:02:12 +0000</pubDate>
		<dc:creator>mirko</dc:creator>
				<category><![CDATA[German articles]]></category>
		<category><![CDATA[misc]]></category>

		<guid isPermaLink="false">http://nanl.de/blog/html/3.html</guid>
		<description><![CDATA[nAnL war ein ehemaliger Counter-Strike-Fun-Clan dem ich angehörte (ja, so was gab&#8217;s mal ), dessen Clan-Tag ausgeschrieben &#8220;nix Aim nur Luck&#8221; bedeutete. Der Clan löste sich kurz darauf auf (wie so ziemlich alle, denen ich angehörte &#8211; ob sie vor meinem Skill flüchteten?) und ich hab mir die Domain unter den Nagel gerissen. Kurze Domains [...]]]></description>
			<content:encoded><![CDATA[<p>nAnL war ein ehemaliger Counter-Strike-Fun-Clan dem ich angehörte (ja, so was gab&#8217;s mal <img src='http://nanl.de/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ), dessen Clan-Tag ausgeschrieben &#8220;nix Aim nur Luck&#8221; bedeutete.</p>
<p>Der Clan löste sich kurz darauf auf (wie so ziemlich alle, denen ich angehörte &#8211; ob sie vor meinem Skill flüchteten?) und ich hab mir die Domain unter den Nagel gerissen.</p>
<p>Kurze Domains mit Sinn sind selten, was im konkreten Fall wohl bedeutet, dass die DeNIC Geld an einer weiteren sinnlosen Domain verdient <img src='http://nanl.de/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>So, das war mein erster Post.</p>
<p>So long,</p>
<p>d@ten</p>
]]></content:encoded>
			<wfw:commentRss>http://nanl.de/blog/2006/02/wtf-means-nanl-11self/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

