<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>nion's blog - random blurb</title>
    <link>http://nion.modprobe.de/blog/</link>
    <description>Imagine a cool title here</description>
    <dc:language>en</dc:language>
    <admin:errorReportsTo rdf:resource="mailto:nion@modprobe.de" />
    <generator>Serendipity 1.3 - http://www.s9y.org/</generator>
    
    <image>
        <url>http://nion.modprobe.de/blog/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: nion's blog - random blurb - Imagine a cool title here</title>
        <link>http://nion.modprobe.de/blog/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Code quality in libjabber-0.1 (centericq)</title>
    <link>http://nion.modprobe.de/blog/archives/496-Code-quality-in-libjabber-0.1-centericq.html</link>
            <category>random blurb</category>
    
    <comments>http://nion.modprobe.de/blog/archives/496-Code-quality-in-libjabber-0.1-centericq.html#comments</comments>
    <wfw:comment>http://nion.modprobe.de/blog/wfwcomment.php?cid=496</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://nion.modprobe.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=496</wfw:commentRss>
    

    <author>blog@ngolde.de (Nico Golde)</author>
    <content:encoded>
    grep -n -A 10 &quot;FIXME avoid&quot; xmlparse.c&lt;br /&gt;
&lt;div class=&quot;c geshi&quot; style=&quot;text-align: left&quot;&gt;&lt;ol&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #808080; font-style: italic;&quot;&gt;/* FIXME avoid integer overflow */&lt;/span&gt; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;buffer &lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt; buffer &lt;span style=&quot;color: #339933;&quot;&gt;==&lt;/span&gt; 0 &lt;span style=&quot;color: #339933;&quot;&gt;?&lt;/span&gt; malloc&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;len &lt;span style=&quot;color: #339933;&quot;&gt;*&lt;/span&gt; 2&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #339933;&quot;&gt;:&lt;/span&gt; realloc&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;buffer&lt;span style=&quot;color: #339933;&quot;&gt;,&lt;/span&gt; len &lt;span style=&quot;color: #339933;&quot;&gt;*&lt;/span&gt; 2&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #b1b100;&quot;&gt;if&lt;/span&gt; &lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;!&lt;/span&gt;buffer&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #009900;&quot;&gt;&amp;#123;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160; &amp;#160; errorCode &lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt; XML_ERROR_NO_MEMORY&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160; &amp;#160; eventPtr &lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt; eventEndPtr &lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt; &lt;span style=&quot;color: #0000dd;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160; &amp;#160; &lt;span style=&quot;color: #b1b100;&quot;&gt;return&lt;/span&gt; &lt;span style=&quot;color: #0000dd;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#125;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;bufferLim &lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt; buffer &lt;span style=&quot;color: #339933;&quot;&gt;+&lt;/span&gt; len &lt;span style=&quot;color: #339933;&quot;&gt;*&lt;/span&gt; &lt;span style=&quot;color: #0000dd;&quot;&gt;2&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#125;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;memcpy&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;buffer&lt;span style=&quot;color: #339933;&quot;&gt;,&lt;/span&gt; end&lt;span style=&quot;color: #339933;&quot;&gt;,&lt;/span&gt; nLeftOver&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;bufferPtr &lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt; buffer&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #808080; font-style: italic;&quot;&gt;/*** A FEW LINES LATER, SAME CODE ***/&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #808080; font-style: italic;&quot;&gt;/* FIXME avoid integer overflow */&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #993333;&quot;&gt;int&lt;/span&gt; neededSize &lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt; len &lt;span style=&quot;color: #339933;&quot;&gt;+&lt;/span&gt; &lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;bufferEnd &lt;span style=&quot;color: #339933;&quot;&gt;-&lt;/span&gt; bufferPtr&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #b1b100;&quot;&gt;if&lt;/span&gt; &lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;neededSize &amp;#160;&lt;span style=&quot;color: #339933;&quot;&gt;&amp;lt;=&lt;/span&gt; bufferLim &lt;span style=&quot;color: #339933;&quot;&gt;-&lt;/span&gt; buffer&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #009900;&quot;&gt;&amp;#123;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160; &amp;#160; memmove&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;buffer&lt;span style=&quot;color: #339933;&quot;&gt;,&lt;/span&gt; bufferPtr&lt;span style=&quot;color: #339933;&quot;&gt;,&lt;/span&gt; bufferEnd &lt;span style=&quot;color: #339933;&quot;&gt;-&lt;/span&gt; bufferPtr&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160; &amp;#160; bufferEnd &lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt; buffer &lt;span style=&quot;color: #339933;&quot;&gt;+&lt;/span&gt; &lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;bufferEnd &lt;span style=&quot;color: #339933;&quot;&gt;-&lt;/span&gt; bufferPtr&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160; &amp;#160; bufferPtr &lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt; buffer&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#125;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #b1b100;&quot;&gt;else&lt;/span&gt; &lt;span style=&quot;color: #009900;&quot;&gt;&amp;#123;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160; &amp;#160; &lt;span style=&quot;color: #993333;&quot;&gt;char&lt;/span&gt; &lt;span style=&quot;color: #339933;&quot;&gt;*&lt;/span&gt;newBuf&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160; &amp;#160; &lt;span style=&quot;color: #993333;&quot;&gt;int&lt;/span&gt; bufferSize &lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt; bufferLim &lt;span style=&quot;color: #339933;&quot;&gt;-&lt;/span&gt; bufferPtr&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160; &amp;#160; &lt;span style=&quot;color: #b1b100;&quot;&gt;if&lt;/span&gt; &lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;bufferSize &lt;span style=&quot;color: #339933;&quot;&gt;==&lt;/span&gt; &lt;span style=&quot;color: #0000dd;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
Obviously the guy who wrote this has humor. 
    </content:encoded>

    <pubDate>Fri, 05 Jan 2007 15:46:29 +0100</pubDate>
    <guid isPermaLink="false">http://nion.modprobe.de/blog/archives/496-guid.html</guid>
    
</item>
<item>
    <title>Happy Xmas</title>
    <link>http://nion.modprobe.de/blog/archives/492-Happy-Xmas.html</link>
            <category>random blurb</category>
    
    <comments>http://nion.modprobe.de/blog/archives/492-Happy-Xmas.html#comments</comments>
    <wfw:comment>http://nion.modprobe.de/blog/wfwcomment.php?cid=492</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://nion.modprobe.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=492</wfw:commentRss>
    

    <author>blog@ngolde.de (Nico Golde)</author>
    <content:encoded>
    from Mr. Hanky&lt;br /&gt;
&lt;br /&gt;
&lt;img src=&quot;http://img145.imageshack.us/img145/4974/mrhankeythechristmaspooov0.jpg&quot; /&gt; 
    </content:encoded>

    <pubDate>Sun, 24 Dec 2006 10:49:16 +0100</pubDate>
    <guid isPermaLink="false">http://nion.modprobe.de/blog/archives/492-guid.html</guid>
    
</item>
<item>
    <title>Christmas present for nerds</title>
    <link>http://nion.modprobe.de/blog/archives/489-Christmas-present-for-nerds.html</link>
            <category>random blurb</category>
    
    <comments>http://nion.modprobe.de/blog/archives/489-Christmas-present-for-nerds.html#comments</comments>
    <wfw:comment>http://nion.modprobe.de/blog/wfwcomment.php?cid=489</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://nion.modprobe.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=489</wfw:commentRss>
    

    <author>blog@ngolde.de (Nico Golde)</author>
    <content:encoded>
    I finally found a cool christmas present. I always hate these little aquariums &lt;br /&gt;
and USB applications but thats really worth an investigation:&lt;br /&gt;
&lt;br /&gt;
&lt;img src=&quot;http://www.usbcell.com/prodimages/small/1.jpg&quot; alt=&quot;&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
Found on: &lt;a href=&quot;http://www.usbcell.com/&quot;&gt;http://www.usbcell.com/&lt;/a&gt; 
    </content:encoded>

    <pubDate>Mon, 11 Dec 2006 21:53:25 +0100</pubDate>
    <guid isPermaLink="false">http://nion.modprobe.de/blog/archives/489-guid.html</guid>
    
</item>
<item>
    <title>Hakin9 IRC channel</title>
    <link>http://nion.modprobe.de/blog/archives/480-Hakin9-IRC-channel.html</link>
            <category>random blurb</category>
    
    <comments>http://nion.modprobe.de/blog/archives/480-Hakin9-IRC-channel.html#comments</comments>
    <wfw:comment>http://nion.modprobe.de/blog/wfwcomment.php?cid=480</wfw:comment>

    <slash:comments>5</slash:comments>
    <wfw:commentRss>http://nion.modprobe.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=480</wfw:commentRss>
    

    <author>blog@ngolde.de (Nico Golde)</author>
    <content:encoded>
    Today I got a mail by &lt;a href=&quot;http://www.hakin9.org&quot;&gt;hakin9&lt;/a&gt;. I don&#039;t really think the magazine is cool but I also don&#039;t think it totally sucks.&lt;br /&gt;
But I was wrong they do &lt;img src=&quot;http://nion.modprobe.de/blog/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;br /&gt;
The mail pointed the reader to their cool new IRC hakin9 user channel so I decided to connect, maybe its funny.&lt;br /&gt;
...&lt;br /&gt;
/join #hakin9 (sorry folks the rest is in german, maybe &lt;a href=&quot;http://babelfish.altavista.com/&quot;&gt;babelfish&lt;/a&gt; does a fairly good translation)&lt;br /&gt;
&lt;br /&gt;
15:27 &lt;@phoenix&gt; hi nion&lt;br /&gt;
15:28 &lt; nion&gt; hi&lt;br /&gt;
15:28 &lt;@phoenix&gt; und was geht?&lt;br /&gt;
15:29 &lt; nion&gt; was ist das für eine dämliche frage?&lt;br /&gt;
15:29 &lt; sonotos&gt; den mag ich:-)&lt;br /&gt;
15:29 &lt; ||arifaX&gt; servus nion&lt;br /&gt;
15:29 &lt;@phoenix&gt; keine ahnunng&lt;br /&gt;
15:29 &lt;@phoenix&gt; mir fällt grad nix anderes ein&lt;br /&gt;
15:29 &lt;@phoenix&gt; aber ich mache ja antscheinend eh alles falsch,,,&lt;br /&gt;
15:29 &lt; nion&gt; dann sag doch einfach garnichts, wenn du nicht weißt was&lt;br /&gt;
15:30 &lt;@phoenix&gt; ich muss was sagen&lt;br /&gt;
15:30 &lt; nion&gt; warum?&lt;br /&gt;
15:30 &lt; sonotos&gt; lol reinkommen und den Opp moppen. Geil&lt;br /&gt;
15:30 &lt; nion&gt; sonotos: ops sind auch nur menschen &lt;img src=&quot;http://nion.modprobe.de/blog/templates/default/img/emoticons/wink.png&quot; alt=&quot;;-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;br /&gt;
15:30 &lt;@phoenix&gt; weil ich das obehaupt dieses servers bin :/&lt;br /&gt;
15:30 &lt; sonotos&gt; Schon klar&lt;br /&gt;
15:31 &lt;@phoenix&gt; deshalb ergreife ich die initiative die user anzusprechen das sie nicht sofort wieder gehen&lt;br /&gt;
15:32 &lt; nion&gt; lol das ist ja methodik&lt;br /&gt;
15:32 &lt; nion&gt; andere benutzen bots für sowas &lt;img src=&quot;http://nion.modprobe.de/blog/templates/default/img/emoticons/wink.png&quot; alt=&quot;;-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;br /&gt;
15:32 &lt; er4z0r&gt; ja is doch schön&lt;br /&gt;
15:32 &lt;@phoenix&gt; stimmt&lt;br /&gt;
15:32 &lt; er4z0r&gt; alles noch handgemacht&lt;br /&gt;
15:32 &lt;@phoenix&gt; sek...&lt;br /&gt;
15:33 -!- WOPbot [WOPBot@F376B64.3BB9FC93.BDEE2B31.IP] has joined #hakin9&lt;br /&gt;
15:33 &lt;@phoenix&gt; da issa &lt;img src=&quot;http://nion.modprobe.de/blog/templates/default/img/emoticons/laugh.png&quot; alt=&quot;:-D&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;br /&gt;
15:34 -!- mode/#hakin9 [+o WOPbot] by phoenix&lt;br /&gt;
15:34 -!- er4z0r [tbender@WOP-F09AE68F.rz.hs-heilbronn.de] has left #hakin9 []&lt;br /&gt;
15:34 &lt;@phoenix&gt; was war das?&lt;br /&gt;
15:34 -!- er4z0r [tbender@WOP-F09AE68F.rz.hs-heilbronn.de] has joined #hakin9&lt;br /&gt;
15:34 &lt;@WOPbot&gt; Hoi er4z0r!&lt;br /&gt;
15:34 &lt; er4z0r&gt; ui&lt;br /&gt;
&lt;br /&gt;
All I have to say is OMG &lt;img src=&quot;http://nion.modprobe.de/blog/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; 
    </content:encoded>

    <pubDate>Fri, 15 Sep 2006 15:33:50 +0200</pubDate>
    <guid isPermaLink="false">http://nion.modprobe.de/blog/archives/480-guid.html</guid>
    
</item>
<item>
    <title>A word on work</title>
    <link>http://nion.modprobe.de/blog/archives/476-A-word-on-work.html</link>
            <category>random blurb</category>
    
    <comments>http://nion.modprobe.de/blog/archives/476-A-word-on-work.html#comments</comments>
    <wfw:comment>http://nion.modprobe.de/blog/wfwcomment.php?cid=476</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://nion.modprobe.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=476</wfw:commentRss>
    

    <author>blog@ngolde.de (Nico Golde)</author>
    <content:encoded>
    We all love (or not) to hold down a job. But today I found a really nice signature which I don&#039;t want to keep back from you:&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;one cigarette costs 2 minutes of your life. &lt;br /&gt;
one bottle of beer costs 4 minutes of your life. &lt;br /&gt;
one working day costs 8 hours of your life.&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
I don&#039;t know the original author of it &lt;img src=&quot;http://nion.modprobe.de/blog/templates/default/img/emoticons/wink.png&quot; alt=&quot;;-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; 
    </content:encoded>

    <pubDate>Mon, 14 Aug 2006 15:26:19 +0200</pubDate>
    <guid isPermaLink="false">http://nion.modprobe.de/blog/archives/476-guid.html</guid>
    
</item>
<item>
    <title>Pushing the desktop Metaphor with Physiks, Piles and and Pen in BumpTop</title>
    <link>http://nion.modprobe.de/blog/archives/472-Pushing-the-desktop-Metaphor-with-Physiks,-Piles-and-and-Pen-in-BumpTop.html</link>
            <category>random blurb</category>
    
    <comments>http://nion.modprobe.de/blog/archives/472-Pushing-the-desktop-Metaphor-with-Physiks,-Piles-and-and-Pen-in-BumpTop.html#comments</comments>
    <wfw:comment>http://nion.modprobe.de/blog/wfwcomment.php?cid=472</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://nion.modprobe.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=472</wfw:commentRss>
    

    <author>blog@ngolde.de (Nico Golde)</author>
    <content:encoded>
    Look at this made by &lt;a href=&quot;http://www.dgp.toronto.edu/&quot;&gt;Dynamic Graphics Project&lt;/a&gt;&lt;br /&gt;
&lt;object width=&quot;425&quot; height=&quot;350&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/RK_WLVO-TgA&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/RK_WLVO-TgA&quot; type=&quot;application/x-shockwave-flash&quot; width=&quot;425&quot; height=&quot;350&quot;&gt;&lt;/embed&gt;&lt;/object&gt; 
    </content:encoded>

    <pubDate>Wed, 19 Jul 2006 13:46:16 +0200</pubDate>
    <guid isPermaLink="false">http://nion.modprobe.de/blog/archives/472-guid.html</guid>
    
</item>
<item>
    <title>Tools hidden track</title>
    <link>http://nion.modprobe.de/blog/archives/470-Tools-hidden-track.html</link>
            <category>random blurb</category>
    
    <comments>http://nion.modprobe.de/blog/archives/470-Tools-hidden-track.html#comments</comments>
    <wfw:comment>http://nion.modprobe.de/blog/wfwcomment.php?cid=470</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://nion.modprobe.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=470</wfw:commentRss>
    

    <author>blog@ngolde.de (Nico Golde)</author>
    <content:encoded>
    Today someone told me (maybe its old news) that one of my favorite music bands &lt;a href=&quot;http://www.toolband.com/&quot;&gt;Tool&lt;/a&gt; have a very special hidden track on their latest album 10000 days.&lt;br /&gt;
&lt;br /&gt;
If you play the song &lt;i&gt;wings for marie (part 1)&lt;/i&gt; right behind the song &lt;i&gt;virginiti&lt;/i&gt; and underlay the song &lt;i&gt;10000 days (part2)&lt;/i&gt;&lt;br /&gt;
you will hear a completely new song. &lt;br /&gt;
&lt;br /&gt;
That&#039;s really amazing, try it out. 
    </content:encoded>

    <pubDate>Fri, 14 Jul 2006 15:49:42 +0200</pubDate>
    <guid isPermaLink="false">http://nion.modprobe.de/blog/archives/470-guid.html</guid>
    
</item>
<item>
    <title>What a fcking day</title>
    <link>http://nion.modprobe.de/blog/archives/469-What-a-fcking-day.html</link>
            <category>random blurb</category>
    
    <comments>http://nion.modprobe.de/blog/archives/469-What-a-fcking-day.html#comments</comments>
    <wfw:comment>http://nion.modprobe.de/blog/wfwcomment.php?cid=469</wfw:comment>

    <slash:comments>9</slash:comments>
    <wfw:commentRss>http://nion.modprobe.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=469</wfw:commentRss>
    

    <author>blog@ngolde.de (Nico Golde)</author>
    <content:encoded>
    I can not commit to the cvs repos at university to submit my work on the webserver cause there is no free space left there:&lt;br /&gt;
cvs log: Logging .&lt;br /&gt;
cvs log: failed to create lock directory for `/home/ni/ni/lehre/cvs/unix/g102/Blatt5&#039; (/home/ni/ni/lehre/cvs/unix/g102/Blatt5/#cvs.lock): No space left on device&lt;br /&gt;
cvs log: failed to obtain dir lock in repository `/home/ni/ni/lehre/cvs/unix/g102/Blatt5&#039;&lt;br /&gt;
cvs [log aborted]: read lock failed - giving up&lt;br /&gt;
&lt;br /&gt;
I have one idiot in my working group who is consequently destroying our work every day, today I found this in the source code:&lt;br /&gt;
&lt;div class=&quot;c geshi&quot; style=&quot;text-align: left&quot;&gt;&lt;ol&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;Der betreffende Code sieht so aus&lt;span style=&quot;color: #339933;&quot;&gt;:&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #b1b100;&quot;&gt;case&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&#039;a&#039;&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;:&lt;/span&gt; aport&lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt;atoi&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;optarg&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;checkAdmin&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #993333;&quot;&gt;int&lt;/span&gt; a&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &lt;span style=&quot;color: #339933;&quot;&gt;&amp;lt;=====&lt;/span&gt; LOOK AT THIS &lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;break&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;br /&gt;
and&lt;br /&gt;
&lt;div class=&quot;c geshi&quot; style=&quot;text-align: left&quot;&gt;&lt;ol&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #339933;&quot;&gt;#ifdef _DIRENT_HAVE_D_TYPE&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #b1b100;&quot;&gt;switch&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;fddir&lt;span style=&quot;color: #339933;&quot;&gt;-&amp;gt;&lt;/span&gt;d_type&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#123;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #b1b100;&quot;&gt;case&lt;/span&gt; DT_REG&lt;span style=&quot;color: #339933;&quot;&gt;:&lt;/span&gt; &lt;a href=&quot;http://www.opengroup.org/onlinepubs/009695399/functions/printf.html&quot;&gt;&lt;span style=&quot;color: #000066;&quot;&gt;printf&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;Normal Datei&lt;span style=&quot;color: #000099; font-weight: bold;&quot;&gt;\n&lt;/span&gt;&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160; &amp;#160; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;break&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #b1b100;&quot;&gt;case&lt;/span&gt; DT_DIR&lt;span style=&quot;color: #339933;&quot;&gt;:&lt;/span&gt; &lt;a href=&quot;http://www.opengroup.org/onlinepubs/009695399/functions/printf.html&quot;&gt;&lt;span style=&quot;color: #000066;&quot;&gt;printf&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;Verzeichnis &lt;span style=&quot;color: #000099; font-weight: bold;&quot;&gt;\n&lt;/span&gt;&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&amp;#160; &amp;#160; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;break&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&quot;&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#125;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;br /&gt;
As far as I know the second code ist platform AND filesystem depended. The guy don&#039;t know stat so I think its just bad copy&amp;paste.&lt;br /&gt;
Lateley his plan was to work on the authentication of a admin port and he told us that he did some research and found some&lt;br /&gt;
methods of authentication, biometrics, fingerprint and some other weird stuff.&lt;br /&gt;
But the best thing with this code is that he tried to implement parts which we had already implemented cause&lt;br /&gt;
he is not able to read our code.&lt;br /&gt;
&lt;br /&gt;
If university tought me one thing until now its: NEVER OPEN A WORKGROUP WITH PEOPLE YOU DON&#039;T KNOW.&lt;br /&gt;
&lt;br /&gt;
Oh and I had lots of fun with learning 8 hours for theoretical computer science test (one week left).&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Wed, 12 Jul 2006 00:46:36 +0200</pubDate>
    <guid isPermaLink="false">http://nion.modprobe.de/blog/archives/469-guid.html</guid>
    
</item>
<item>
    <title>keyboard vs. shoes</title>
    <link>http://nion.modprobe.de/blog/archives/465-keyboard-vs.-shoes.html</link>
            <category>random blurb</category>
    
    <comments>http://nion.modprobe.de/blog/archives/465-keyboard-vs.-shoes.html#comments</comments>
    <wfw:comment>http://nion.modprobe.de/blog/wfwcomment.php?cid=465</wfw:comment>

    <slash:comments>7</slash:comments>
    <wfw:commentRss>http://nion.modprobe.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=465</wfw:commentRss>
    

    <author>blog@ngolde.de (Nico Golde)</author>
    <content:encoded>
    Today I tried to find a new keyboard and noticed that all the modern keyboards are really big crap. There are different possibilities why they are.&lt;br /&gt;
Here are my main reasons:&lt;br /&gt;
- nearly all have additional keys to launch programs (hey if you are not able to launch a program by typing its name use your mouse)&lt;br /&gt;
- the keystroke sucks on most of them (bless you if you have one of these old IBM keyboards with USB adapter) &lt;img src=&quot;http://nion.modprobe.de/blog/templates/default/img/emoticons/wink.png&quot; alt=&quot;;-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;br /&gt;
- they have keys at places your old hasn&#039;t.&lt;br /&gt;
&lt;br /&gt;
This was the first try &lt;u&gt;ever&lt;/u&gt; for me buying a keyboard (in the past I always got one from fnord) and its really the same procedure when&lt;br /&gt;
buying shoes. The only difference is that you will not wear them around your shoes but you will wear them under your hand.&lt;br /&gt;
What the ductility and the size of a shoe is, is the keystroke when looking at keyboards. But not only the technical aspects are important, also&lt;br /&gt;
the optical aspects are. Shoes have to look nice and also your keyboard should, cause you use it every day.&lt;br /&gt;
&lt;br /&gt;
&lt;img src=&quot;http://nion.modprobe.de/bimg/keyboard_ibm.jpg&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
So where is IBM today, producing good old ~10kg keyboards with USB adapters?&lt;br /&gt;
The only reason why I bought a new keyboard and not just a PS2==&gt;USB adapter is that at my local hardware dealer this would be as cheap as a new keyboard.&lt;br /&gt;
&lt;br /&gt;
And here is my new one, a Cherry cymotion expert&lt;br /&gt;
&lt;br /&gt;
&lt;img src=&quot;http://nion.modprobe.de/bimg/keyboard.jpg&quot; /&gt; 
    </content:encoded>

    <pubDate>Mon, 26 Jun 2006 20:51:16 +0200</pubDate>
    <guid isPermaLink="false">http://nion.modprobe.de/blog/archives/465-guid.html</guid>
    
</item>
<item>
    <title>Thanks AK for 1337-ing me</title>
    <link>http://nion.modprobe.de/blog/archives/464-Thanks-AK-for-1337-ing-me.html</link>
            <category>random blurb</category>
    
    <comments>http://nion.modprobe.de/blog/archives/464-Thanks-AK-for-1337-ing-me.html#comments</comments>
    <wfw:comment>http://nion.modprobe.de/blog/wfwcomment.php?cid=464</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://nion.modprobe.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=464</wfw:commentRss>
    

    <author>blog@ngolde.de (Nico Golde)</author>
    <content:encoded>
    Now Im officially &lt;a href=&quot;http://synflood.at/blog/index.php?/archives/540-1337-dog-tag.html&quot;&gt;1337-ed&lt;/a&gt; &lt;img src=&quot;http://nion.modprobe.de/blog/templates/default/img/emoticons/wink.png&quot; alt=&quot;;-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img src=&quot;http://nion.modprobe.de/bimg/1337.jpg&quot; /&gt; 
    </content:encoded>

    <pubDate>Thu, 22 Jun 2006 16:04:14 +0200</pubDate>
    <guid isPermaLink="false">http://nion.modprobe.de/blog/archives/464-guid.html</guid>
    
</item>
<item>
    <title>Svenswmwette</title>
    <link>http://nion.modprobe.de/blog/archives/459-Svenswmwette.html</link>
            <category>random blurb</category>
    
    <comments>http://nion.modprobe.de/blog/archives/459-Svenswmwette.html#comments</comments>
    <wfw:comment>http://nion.modprobe.de/blog/wfwcomment.php?cid=459</wfw:comment>

    <slash:comments>14</slash:comments>
    <wfw:commentRss>http://nion.modprobe.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=459</wfw:commentRss>
    

    <author>blog@ngolde.de (Nico Golde)</author>
    <content:encoded>
    At the moment I receive many messages which forward the link http://www.svenswmwette.com to me.&lt;br /&gt;
Maybe there are people who are so dumb that they share a picture of their naked girlfriend with you but this site is only referencing to http://layer-ads.de which is a provider for ads which will be shown even with a normal pop-up blocker.&lt;br /&gt;
The owner of Svenswmwette will receive 3 &amp;#8364; for 1000 clicks.&lt;br /&gt;
&lt;br /&gt;
Ah and btw running over a football field naked in Germany will get you in prison.&lt;br /&gt;
So go to your local edonkey network and get real pr0n there &lt;img src=&quot;http://nion.modprobe.de/blog/templates/default/img/emoticons/wink.png&quot; alt=&quot;;-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; 
    </content:encoded>

    <pubDate>Tue, 13 Jun 2006 12:37:47 +0200</pubDate>
    <guid isPermaLink="false">http://nion.modprobe.de/blog/archives/459-guid.html</guid>
    
</item>
<item>
    <title>nothing blogworthy</title>
    <link>http://nion.modprobe.de/blog/archives/451-nothing-blogworthy.html</link>
            <category>random blurb</category>
    
    <comments>http://nion.modprobe.de/blog/archives/451-nothing-blogworthy.html#comments</comments>
    <wfw:comment>http://nion.modprobe.de/blog/wfwcomment.php?cid=451</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://nion.modprobe.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=451</wfw:commentRss>
    

    <author>blog@ngolde.de (Nico Golde)</author>
    <content:encoded>
    Sorry for blogging downtime, I am pretty busy with organizing stuff for the next term at &lt;a href=&quot;http://www.tu-berlin.de/&quot;&gt;TU&lt;/a&gt;.&lt;br /&gt;
I will blog more frequent soon. This term I am participating in a special UNIX training which includes traditional C-programming (at the moment it seems that the final works will be a small shell and a webserver), shell scripting, UNIX history etc. Maybe there is some interesting stuff included which is blogworthy &lt;img src=&quot;http://nion.modprobe.de/blog/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; 
    </content:encoded>

    <pubDate>Thu, 20 Apr 2006 18:02:47 +0200</pubDate>
    <guid isPermaLink="false">http://nion.modprobe.de/blog/archives/451-guid.html</guid>
    
</item>
<item>
    <title>Wallpaper</title>
    <link>http://nion.modprobe.de/blog/archives/445-Wallpaper.html</link>
            <category>random blurb</category>
    
    <comments>http://nion.modprobe.de/blog/archives/445-Wallpaper.html#comments</comments>
    <wfw:comment>http://nion.modprobe.de/blog/wfwcomment.php?cid=445</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://nion.modprobe.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=445</wfw:commentRss>
    

    <author>blog@ngolde.de (Nico Golde)</author>
    <content:encoded>
    Since I had ~62000 page (with google bots etc.) impressions in the last time for one image located in my image directory I think there are alot of people who like this wallpaper. I am not using it anymore but since it seems to be popular I will give it to you too. I am not the author and I have no clue where it came from. Blame me if you are the author.&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://nion.modprobe.de/bimg/angel.jpg&quot;&gt;&lt;img src=&quot;http://nion.modprobe.de/bimg/angel_small.jpg&quot;&gt;&lt;/a&gt; 
    </content:encoded>

    <pubDate>Sat, 25 Mar 2006 16:35:38 +0100</pubDate>
    <guid isPermaLink="false">http://nion.modprobe.de/blog/archives/445-guid.html</guid>
    
</item>
<item>
    <title>Buy a blogreader</title>
    <link>http://nion.modprobe.de/blog/archives/434-Buy-a-blogreader.html</link>
            <category>random blurb</category>
    
    <comments>http://nion.modprobe.de/blog/archives/434-Buy-a-blogreader.html#comments</comments>
    <wfw:comment>http://nion.modprobe.de/blog/wfwcomment.php?cid=434</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://nion.modprobe.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=434</wfw:commentRss>
    

    <author>blog@ngolde.de (Nico Golde)</author>
    <content:encoded>
    On ebay a strange guy sells himself as blogreader.&lt;br /&gt;
He will read your blog 5 times a day and will also drop comments on every article &lt;img src=&quot;http://nion.modprobe.de/blog/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;br /&gt;
Find it here:&lt;br /&gt;
&lt;a href=&quot;http://cgi.ebay.de/ws/eBayISAPI.dll?ViewItem&amp;item=7593036550&quot;&gt;http://cgi.ebay.de/ws/eBayISAPI.dll?ViewItem&amp;item=7593036550&lt;/a&gt; &lt;br /&gt;
Time left 6 days 1 hour. Sorry for english readers, its a german offer. 
    </content:encoded>

    <pubDate>Wed, 22 Feb 2006 20:20:50 +0100</pubDate>
    <guid isPermaLink="false">http://nion.modprobe.de/blog/archives/434-guid.html</guid>
    
</item>
<item>
    <title>Computers in pieces</title>
    <link>http://nion.modprobe.de/blog/archives/432-Computers-in-pieces.html</link>
            <category>random blurb</category>
    
    <comments>http://nion.modprobe.de/blog/archives/432-Computers-in-pieces.html#comments</comments>
    <wfw:comment>http://nion.modprobe.de/blog/wfwcomment.php?cid=432</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://nion.modprobe.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=432</wfw:commentRss>
    

    <author>blog@ngolde.de (Nico Golde)</author>
    <content:encoded>
    Yesterday I lost one of my servers at home because a RAM component burned down and crahsed the mainboard so I need a new one.&lt;br /&gt;
&lt;br /&gt;
Does someone know a good shop (online would be great) to buy second-hand computers (not ebay)?&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Mon, 20 Feb 2006 20:56:01 +0100</pubDate>
    <guid isPermaLink="false">http://nion.modprobe.de/blog/archives/432-guid.html</guid>
    
</item>

</channel>
</rss>
