<?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 - software</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 - software - Imagine a cool title here</title>
        <link>http://nion.modprobe.de/blog/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Opera 9.01 is out</title>
    <link>http://nion.modprobe.de/blog/archives/474-Opera-9.01-is-out.html</link>
            <category>software</category>
    
    <comments>http://nion.modprobe.de/blog/archives/474-Opera-9.01-is-out.html#comments</comments>
    <wfw:comment>http://nion.modprobe.de/blog/wfwcomment.php?cid=474</wfw:comment>

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

    <author>blog@ngolde.de (Nico Golde)</author>
    <content:encoded>
     &lt;img src=&quot;http://promote.opera.com/logos/Opera1_t.png&quot; alt=&quot;&quot; /&gt;&lt;br /&gt;
Opera 9.01 was realeased, also for the Linux platform. Get your distribution package on:                &lt;br /&gt;
&lt;a href=&quot;http://www.opera.com/download/?platform=linux&quot;&gt;http://www.opera.com/download/?platform=linux&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Static precompiled debian packages are not in the List on the opera website but can be found on every mirror.&lt;br /&gt;
For example on: &lt;a href=&quot;http://opera.osmirror.nl/linux/901/final/en/i386/static/opera-static_9.01-20060728.1-qt_en_i386.deb&quot;&gt;http://opera.osmirror.nl/linux/901/final/en/i386/static/opera-static_9.01-20060728.1-qt_en_i386.deb&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
Referring to the &lt;a href=&quot;http://www.opera.com/docs/changelogs/linux/901/&quot;&gt;Changelogs&lt;/a&gt; this release mainly is about&lt;br /&gt;
fixing the bugs from the 9.0 release. No new features were introduced. 
    </content:encoded>

    <pubDate>Wed, 09 Aug 2006 14:15:41 +0200</pubDate>
    <guid isPermaLink="false">http://nion.modprobe.de/blog/archives/474-guid.html</guid>
    
</item>
<item>
    <title>Iptables is strange</title>
    <link>http://nion.modprobe.de/blog/archives/473-Iptables-is-strange.html</link>
            <category>software</category>
    
    <comments>http://nion.modprobe.de/blog/archives/473-Iptables-is-strange.html#comments</comments>
    <wfw:comment>http://nion.modprobe.de/blog/wfwcomment.php?cid=473</wfw:comment>

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

    <author>blog@ngolde.de (Nico Golde)</author>
    <content:encoded>
    &lt;a href=&quot;http://en.wikipedia.org/wiki/Iptables&quot;&gt;Iptables&lt;/a&gt; is strange. Today I made a mistake by adding an IP two times to a DROP chain.&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
$ iptables -I FOO -s 192.168.0.7 -j DROP&lt;br /&gt;
$ iptables -I FOO -s 192.168.0.7 -j DROP&lt;br /&gt;
$ iptables -L&lt;br /&gt;
 target     prot opt source                  destination         &lt;br /&gt;
 DROP       all  --  192.168.0.7          anywhere             &lt;br /&gt;
 DROP       all  --  192.168.0.7          anywhere&lt;br /&gt;
&lt;br /&gt;
This is strange, seems like iptables is not checking double entries.&lt;br /&gt;
I also noticed that iptables -L will become very slow with double information.&lt;br /&gt;
&lt;br /&gt;
What made me really perplex is:&lt;br /&gt;
$ iptables -D FOO -s 192.168.0.7 -j DROP&lt;br /&gt;
$ iptables -L&lt;br /&gt;
 target     prot opt source                  destination         &lt;br /&gt;
 DROP       all  --  192.168.0.7          anywhere&lt;br /&gt;
&lt;br /&gt;
So iptables deleted one of the IPs in comparison to my expectation that this will delete both entries.&lt;br /&gt;
Bug or Feature? &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>Sat, 29 Jul 2006 16:19:40 +0200</pubDate>
    <guid isPermaLink="false">http://nion.modprobe.de/blog/archives/473-guid.html</guid>
    
</item>
<item>
    <title>Updated to S9Y 1.0</title>
    <link>http://nion.modprobe.de/blog/archives/461-Updated-to-S9Y-1.0.html</link>
            <category>software</category>
    
    <comments>http://nion.modprobe.de/blog/archives/461-Updated-to-S9Y-1.0.html#comments</comments>
    <wfw:comment>http://nion.modprobe.de/blog/wfwcomment.php?cid=461</wfw:comment>

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

    <author>blog@ngolde.de (Nico Golde)</author>
    <content:encoded>
    Two days ago the blogging engine &lt;a href=&quot;http://www.s9y.org&quot;&gt;s9y&lt;/a&gt; version 1.0 has been released. I did the upgrade now.&lt;br /&gt;
Works very nice, just copy the files from the tarball into your blog directory and go to your adminstration interface. 
    </content:encoded>

    <pubDate>Sat, 17 Jun 2006 13:35:44 +0200</pubDate>
    <guid isPermaLink="false">http://nion.modprobe.de/blog/archives/461-guid.html</guid>
    
</item>
<item>
    <title>Ethereal-&gt;Wireshark</title>
    <link>http://nion.modprobe.de/blog/archives/458-Ethereal-Wireshark.html</link>
            <category>software</category>
    
    <comments>http://nion.modprobe.de/blog/archives/458-Ethereal-Wireshark.html#comments</comments>
    <wfw:comment>http://nion.modprobe.de/blog/wfwcomment.php?cid=458</wfw:comment>

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

    <author>blog@ngolde.de (Nico Golde)</author>
    <content:encoded>
    Its really sad that the Etherial project &lt;a href=&quot;http://www.ethereal.com/lists/ethereal-dev/200606/msg00093.html&quot;&gt;will no longer be available&lt;/a&gt; under this name. I think it was a much better name than &lt;a href=&quot;http://www.wireshark.org&quot;&gt;Wireshark&lt;/a&gt;. 
    </content:encoded>

    <pubDate>Sat, 10 Jun 2006 12:52:12 +0200</pubDate>
    <guid isPermaLink="false">http://nion.modprobe.de/blog/archives/458-guid.html</guid>
    
</item>
<item>
    <title>What we really need..</title>
    <link>http://nion.modprobe.de/blog/archives/457-What-we-really-need...html</link>
            <category>software</category>
    
    <comments>http://nion.modprobe.de/blog/archives/457-What-we-really-need...html#comments</comments>
    <wfw:comment>http://nion.modprobe.de/blog/wfwcomment.php?cid=457</wfw:comment>

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

    <author>blog@ngolde.de (Nico Golde)</author>
    <content:encoded>
    ... Is a website to collect information about software. Not like &lt;a href=&quot;http://freshmeat.net&quot;&gt;freshmeat&lt;/a&gt; is doing already.&lt;br /&gt;
We have lots of talented people knowing different programming languages available and on the other side alot of people&lt;br /&gt;
needing a specific kind of software.&lt;br /&gt;
&lt;br /&gt;
I don&#039;t have as much spare time and money as it would need to found such a project. But please if someone has (and I think there are people who have got),&lt;br /&gt;
found this project, list needed projects with description and give those os/fs programmers a new hobby. 
    </content:encoded>

    <pubDate>Tue, 06 Jun 2006 22:40:03 +0200</pubDate>
    <guid isPermaLink="false">http://nion.modprobe.de/blog/archives/457-guid.html</guid>
    
</item>
<item>
    <title>yacpi 2.0.1 released</title>
    <link>http://nion.modprobe.de/blog/archives/456-yacpi-2.0.1-released.html</link>
            <category>software</category>
    
    <comments>http://nion.modprobe.de/blog/archives/456-yacpi-2.0.1-released.html#comments</comments>
    <wfw:comment>http://nion.modprobe.de/blog/wfwcomment.php?cid=456</wfw:comment>

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

    <author>blog@ngolde.de (Nico Golde)</author>
    <content:encoded>
    I released version 2.0.1 of &lt;a href=&quot;http://www.ngolde.de/yacpi.html&quot;&gt;yacpi&lt;/a&gt;.&lt;br /&gt;
It doesn&#039;t have new features but some minor bugfixes etc.&lt;br /&gt;
&lt;br /&gt;
Get it: &lt;a href=&quot;http://www.ngolde.de/download/yacpi-2.0.1.tar.gz&quot;&gt;http://www.ngolde.de/download/yacpi-2.0.1.tar.gz&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img src=&quot;http://nion.modprobe.de/tmp/yacpi_screen.jpg&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
yacpi (yet another configuration and power interface) is an ncurses based ACPI monitoring program for notebooks. There is also a text-only output  so it is possible to include it in scripts.&lt;br /&gt;
It displays various ACPI information like battery status, temperature, charging circuits and AC status. &lt;br /&gt;
Additionally it displays CPU govenor and current frequency 
    </content:encoded>

    <pubDate>Wed, 24 May 2006 22:02:57 +0200</pubDate>
    <guid isPermaLink="false">http://nion.modprobe.de/blog/archives/456-guid.html</guid>
    
</item>
<item>
    <title>exget script</title>
    <link>http://nion.modprobe.de/blog/archives/452-exget-script.html</link>
            <category>software</category>
    
    <comments>http://nion.modprobe.de/blog/archives/452-exget-script.html#comments</comments>
    <wfw:comment>http://nion.modprobe.de/blog/wfwcomment.php?cid=452</wfw:comment>

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

    <author>blog@ngolde.de (Nico Golde)</author>
    <content:encoded>
    &lt;br /&gt;
&lt;p&gt;I really hate it to download a snapshot of a project and then copy the name of the tarball to extract it,&lt;/p&gt;&lt;p&gt;especially if its named like &lt;font color=&quot;#0033ff&quot;&gt;foo-20060118.tar.gz&lt;/font&gt; and I have other snapshots in a directory too.&lt;/p&gt;&lt;p&gt;Thats why I died the following quick hack (yes its not perfect especially because of error checking but &lt;a href=&quot;http://en.wikipedia.org/wiki/List_of_Internet_slang#W&quot;&gt;WFM&lt;/a&gt; ; )&lt;/p&gt;&lt;p /&gt;&lt;pre&gt;#!/bin/sh&lt;br /&gt;&lt;br /&gt;URL=$1&lt;br /&gt;FILE=`echo $URL | sed -e &#039;s/.\+\/\(.\+\.tar\.\(gz|bz2\)\)$/\1/&#039; `&lt;br /&gt;wget $URL&lt;br /&gt;TYPE=`file $FILE | cut -f 2 -d &amp;quot; &amp;quot;`&lt;br /&gt;if [ &amp;quot;$TYPE&amp;quot; = &amp;quot;bzip2&amp;quot; ]; then&lt;br /&gt;    tar xvfj $FILE&lt;br /&gt;else&lt;br /&gt;    tar xvfz $FILE&lt;br /&gt;fi&lt;/pre&gt;&lt;br /&gt;Its really a quick hack, but maybe someoneelse think its useful too.&lt;p /&gt; 
    </content:encoded>

    <pubDate>Wed, 03 May 2006 10:58:36 +0200</pubDate>
    <guid isPermaLink="false">http://nion.modprobe.de/blog/archives/452-guid.html</guid>
    
</item>
<item>
    <title>ii movement</title>
    <link>http://nion.modprobe.de/blog/archives/450-ii-movement.html</link>
            <category>software</category>
    
    <comments>http://nion.modprobe.de/blog/archives/450-ii-movement.html#comments</comments>
    <wfw:comment>http://nion.modprobe.de/blog/wfwcomment.php?cid=450</wfw:comment>

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

    <author>blog@ngolde.de (Nico Golde)</author>
    <content:encoded>
    Its nice to see that some people like the idea &lt;a href=&quot;http://www.wmii.de/index.php/WMII/ii&quot;&gt;ii&lt;/a&gt;.&lt;br /&gt;
Christian Dietrich started hacking on si, its a &lt;a href=&quot;http://de.wikipedia.org/wiki/Silc&quot;&gt;Silc&lt;/a&gt; client based on ii. Get the source here: &lt;a href=&quot;http://brokenpipe.de/cgi-bin/viewcvs.cgi/si/&quot;&gt;http://brokenpipe.de/cgi-bin/viewcvs.cgi/si/&lt;/a&gt;.&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Fri, 14 Apr 2006 20:34:38 +0200</pubDate>
    <guid isPermaLink="false">http://nion.modprobe.de/blog/archives/450-guid.html</guid>
    
</item>
<item>
    <title>Folding in VIM</title>
    <link>http://nion.modprobe.de/blog/archives/448-Folding-in-VIM.html</link>
            <category>software</category>
    
    <comments>http://nion.modprobe.de/blog/archives/448-Folding-in-VIM.html#comments</comments>
    <wfw:comment>http://nion.modprobe.de/blog/wfwcomment.php?cid=448</wfw:comment>

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

    <author>blog@ngolde.de (Nico Golde)</author>
    <content:encoded>
    &lt;br /&gt;
&lt;p&gt;&lt;br /&gt;
Alot of people I know don&#039;t know &lt;a href=&quot;http://www.vim.org&quot; title=&quot;vim&quot;&gt;vims&lt;/a&gt; folding feature.&lt;/p&gt;&lt;i&gt;&lt;font size=&quot;1&quot;&gt;Remember this will not work with original vi, only if compiled with folding support and&lt;br /&gt;version higher or equal than 6.0&lt;/font&gt;.&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;With folding it is possible to summarize a block of code or other information to a folder&lt;br /&gt;which fits in one line.&lt;br /&gt;To use folding for example mark a few lines in vims visual mode (&lt;i&gt;Esc-shift-V&lt;/i&gt;).&lt;i&gt;&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;Before using folding:&lt;br /&gt;&lt;hr width=&quot;100%&quot; size=&quot;2&quot; /&gt;#include &amp;lt;stdio.h&amp;gt;&lt;br /&gt;&lt;font color=&quot;#ff0000&quot;&gt;int main (void) {&lt;br /&gt;    printf(&amp;quot;Hello World\n&amp;quot;);&lt;br /&gt;return 0;&lt;/font&gt;&lt;br /&gt;}&lt;br /&gt;&lt;hr width=&quot;100%&quot; size=&quot;2&quot; /&gt;&lt;p&gt;&lt;br /&gt;Now press z+f to summ up the marked lines in a folder.&lt;/p&gt;After using folding:&lt;br /&gt;&lt;hr width=&quot;100%&quot; size=&quot;2&quot; /&gt;#include &amp;lt;stdio.h&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;font color=&quot;#0066ff&quot;&gt;--  4 Zeilen: int main (void) {----------------------------&lt;/font&gt;&lt;hr width=&quot;100%&quot; size=&quot;2&quot; /&gt;&lt;br /&gt;To open the folder press &lt;i&gt;z+o.&lt;/i&gt; If you want to open all folders in a file press &lt;i&gt;z+O.&lt;/i&gt;&lt;br /&gt;To delete a folder press &lt;i&gt;z+e&lt;/i&gt; to delete all folders press &lt;i&gt;z+E.&lt;/i&gt;&lt;br /&gt;The folders will not be written to the file, if you open the file with cat or less the&lt;br /&gt;code will be displayed without any folder.&lt;br /&gt;You can also write files using folders manually.&lt;br /&gt;&lt;br /&gt;A folder is just a tag which tells vim to display something as a folder. So it is also possible to write a file with folders.&lt;br /&gt;To mark the start of a folder just use &lt;i&gt;{{{&lt;/i&gt; (for example in a comment of a source file)&lt;br /&gt;and &lt;i&gt;}}}&lt;/i&gt; to mark the end of the folder.&lt;br /&gt;&lt;br /&gt;If you open the file now in vim again it will not display the folder because you&lt;br /&gt;&lt;p&gt;have to specify the folder method in the file.&lt;/p&gt;&lt;br /&gt;&lt;b&gt;As folder methods you can use:&lt;/b&gt;&lt;br /&gt;manual          manually define folds&lt;br /&gt;        indent            more indent means a higher fold level&lt;br /&gt;        expr               specify an expression to define folds&lt;br /&gt;        syntax          folds defined by syntax highlighting &lt;br /&gt;        diff                    folds for unchanged text&lt;br /&gt;        marker          folds defined by markers in the text&lt;br /&gt;&lt;br /&gt;So in my example I will add vim:foldmethod=marker somewhere in the file and the file will have&lt;br /&gt;all folders when opening it. Vim will add the first line of the folder for the folder description&lt;br /&gt;(int main (void) in the first example).&lt;br /&gt;&lt;b&gt;&lt;br /&gt;Important keys (imho) when working with folding:&lt;/b&gt;&lt;br /&gt;zf   create folder&lt;br /&gt;zd   delete folder under cursor&lt;br /&gt;zD  delete folder recursive&lt;br /&gt;zE  delete all folders in file&lt;br /&gt;zo   open folder under curso&lt;br /&gt;zO  open folder recursive&lt;br /&gt;zc   close folder under cursor&lt;br /&gt;zC  same as zc recursive&lt;br /&gt;za   open folder if closed, close folder if opened&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Vims folding has got many more features which would bloat this blog entry here. I hope&lt;br /&gt;I described the features I am using most, if you want to have an overview about what&lt;br /&gt;is also possible with folding don&#039;t hesitate to type :help fold in vim.&lt;br /&gt;&lt;p&gt; &lt;/p&gt; 
    </content:encoded>

    <pubDate>Mon, 03 Apr 2006 17:18:31 +0200</pubDate>
    <guid isPermaLink="false">http://nion.modprobe.de/blog/archives/448-guid.html</guid>
    
</item>
<item>
    <title>Merge mp3 files</title>
    <link>http://nion.modprobe.de/blog/archives/444-Merge-mp3-files.html</link>
            <category>software</category>
    
    <comments>http://nion.modprobe.de/blog/archives/444-Merge-mp3-files.html#comments</comments>
    <wfw:comment>http://nion.modprobe.de/blog/wfwcomment.php?cid=444</wfw:comment>

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

    <author>blog@ngolde.de (Nico Golde)</author>
    <content:encoded>
    I have a bunch of &lt;a href=&quot;http://www.natuerlichvoneuropa.de/SID=si4c15d52043bd3ba5f1b6cb43e2800a/area_ddf/index.php&quot;&gt;???&lt;/a&gt; mp3 files where each episode is splitted into two files and my girlfriend definetly wanted to listen to them with audio cds.&lt;br /&gt;
&lt;br /&gt;
Merging them with cat will not work because the &lt;a href=&quot;http://en.wikipedia.org/wiki/Id3&quot;&gt;id3&lt;/a&gt; tags will be broken.&lt;br /&gt;
&lt;br /&gt;
So I found &lt;a href=&quot;http://mp3wrap.sourceforge.net/&quot;&gt;mp3wrap&lt;/a&gt;, did a quick&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;for i in *; do mp3wrap /tmp/wrap/&quot;$i&quot;.mp3 &quot;$i&quot;/*; done&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
any my girlfriend smiled &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>Thu, 23 Mar 2006 01:51:14 +0100</pubDate>
    <guid isPermaLink="false">http://nion.modprobe.de/blog/archives/444-guid.html</guid>
    
</item>
<item>
    <title>Privoxy image tuning</title>
    <link>http://nion.modprobe.de/blog/archives/441-Privoxy-image-tuning.html</link>
            <category>software</category>
    
    <comments>http://nion.modprobe.de/blog/archives/441-Privoxy-image-tuning.html#comments</comments>
    <wfw:comment>http://nion.modprobe.de/blog/wfwcomment.php?cid=441</wfw:comment>

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

    <author>blog@ngolde.de (Nico Golde)</author>
    <content:encoded>
    Most of the people who use &lt;a href=&quot;http://www.privoxy.org&quot;&gt;privoxy&lt;/a&gt; will se a white/grey picture instead of the picture privoxy blocked on the website. This is not really better than original images i think.&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://noone.org/blog/&quot;&gt;Abe&lt;/a&gt; said that he uses 1x1 pixel images instead of these white/grey picture.&lt;br /&gt;
And its really pretty easy to achieve this, just add to your user.action file the followinig setting:&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;+set-image-blocker{http://nion.modprobe.de/trans.gif}&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
trans.gif is a transparent 1x1 pixel gif file and voila you will see nothing at the place of blocked images.&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Tue, 07 Mar 2006 16:48:57 +0100</pubDate>
    <guid isPermaLink="false">http://nion.modprobe.de/blog/archives/441-guid.html</guid>
    
</item>
<item>
    <title>GET/POST vs dog</title>
    <link>http://nion.modprobe.de/blog/archives/433-GETPOST-vs-dog.html</link>
            <category>software</category>
    
    <comments>http://nion.modprobe.de/blog/archives/433-GETPOST-vs-dog.html#comments</comments>
    <wfw:comment>http://nion.modprobe.de/blog/wfwcomment.php?cid=433</wfw:comment>

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

    <author>blog@ngolde.de (Nico Golde)</author>
    <content:encoded>
    &lt;a href=&quot;http://www.kubieziel.de/blog/archives/355-Ein-Huendchen-fuers-Linux.html&quot;&gt;Qbi&lt;/a&gt; wrote about &lt;a href=&quot;http://jl.photodex.com/dog/&quot;&gt;Dog&lt;/a&gt; which is also able to fetch http and ftp content. Here I want to point you also to &lt;i&gt;libwww-perl (on debian)&lt;/i&gt; which includes a &lt;i&gt;GET&lt;/i&gt; command which does pretty much the same. &lt;br /&gt;
&lt;br /&gt;
But the cool thing is that there also a &lt;i&gt;POST&lt;/i&gt; command which allows you to use the POST method of http.&lt;br /&gt;
&lt;br /&gt;
UPDATE: dog site seems to be unavailable, use &lt;a href=&quot;http://64.233.179.104/search?q=cache:LV_fDe6HmB4J:jl.photodex.com/dog/+dog+is+better+than+cat&amp;hl=de&amp;gl=de&amp;ct=clnk&amp;cd=2&quot;&gt;google cache&lt;/a&gt; version. 
    </content:encoded>

    <pubDate>Tue, 21 Feb 2006 19:43:43 +0100</pubDate>
    <guid isPermaLink="false">http://nion.modprobe.de/blog/archives/433-guid.html</guid>
    
</item>
<item>
    <title>Game of Life</title>
    <link>http://nion.modprobe.de/blog/archives/416-Game-of-Life.html</link>
            <category>software</category>
    
    <comments>http://nion.modprobe.de/blog/archives/416-Game-of-Life.html#comments</comments>
    <wfw:comment>http://nion.modprobe.de/blog/wfwcomment.php?cid=416</wfw:comment>

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

    <author>blog@ngolde.de (Nico Golde)</author>
    <content:encoded>
    During the congress &lt;a href=&quot;http://synflood.at/blog&quot;&gt;AK&lt;/a&gt; told me about the &lt;a href=&quot;http://en.wikipedia.org/wiki/Conway%27s_Game_of_Life&quot;&gt;Game of Life&lt;/a&gt;&lt;br /&gt;
which imho is pretty interresting and makes alot of fun to watch the shapes that will arise in such a cellular automate.&lt;br /&gt;
&lt;br /&gt;
A friend of him implemented a very complex software to do such simmulations in which you can create your own rules etc.&lt;br /&gt;
But the basic rules are just that the bit (animal or whatever) will die if less than 2 bits are in the environment because of lonelyness, more than 3 bits because of crowding&lt;br /&gt;
and a dead bit will come to life if exactly 3 bits are in the environment.&lt;br /&gt;
What I didn&#039;t know and I think most of the people don&#039;t know is that the famous hacker emblem&lt;br /&gt;
&lt;br /&gt;
&lt;img src=&quot;http://www.catb.org/hacker-emblem/glider.png&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
is a so-called glider which is just one example of a form of life which can be simulated in the game of life. The glider is special because of its&lt;br /&gt;
construction it will glide from one corner to the other.&lt;br /&gt;
&lt;br /&gt;
So here is my small implementation for the glider (you have to edit source if you want to see something else):&lt;br /&gt;
&lt;a href=&quot;http://nion.modprobe.de/gameoflife.c&quot;&gt;http://nion.modprobe.de/gameoflife.c&lt;/a&gt; 
    </content:encoded>

    <pubDate>Sun, 01 Jan 2006 22:23:01 +0100</pubDate>
    <guid isPermaLink="false">http://nion.modprobe.de/blog/archives/416-guid.html</guid>
    
</item>
<item>
    <title>ii rules!</title>
    <link>http://nion.modprobe.de/blog/archives/411-ii-rules!.html</link>
            <category>software</category>
    
    <comments>http://nion.modprobe.de/blog/archives/411-ii-rules!.html#comments</comments>
    <wfw:comment>http://nion.modprobe.de/blog/wfwcomment.php?cid=411</wfw:comment>

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

    <author>blog@ngolde.de (Nico Golde)</author>
    <content:encoded>
    &lt;a href=&quot;http://www.wmii.de/index.php/WMII/ii&quot;&gt;ii&lt;/a&gt; becomes more and more popular, people realize how flexible this program can be. Of course others hate 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;&lt;br /&gt;
&lt;br /&gt;
Matthias Kopferman gave me the hint to write to the in-files with vim and now I use it with &lt;a href=&quot;http://www.vanheusden.com/multitail/&quot;&gt;multitail&lt;/a&gt; to track the out-files and vim to write to the in-files.&lt;br /&gt;
The hint Matthias gave was to define mappings to write to different channels.&lt;br /&gt;
So I start my vim in the server directory and use mappings like:&lt;br /&gt;
map w1 :.w &gt;&gt; #ii/in&lt;cr&gt;&lt;br /&gt;
map w2 :.w &gt;&gt; #wmii/in&lt;cr&gt;&lt;br /&gt;
&lt;br /&gt;
to write to the channels. Very cool.&lt;br /&gt;
There is also some guy who is creating a php based irc &quot;client&quot; which uses ii in the background.&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://yogan.meinungsverstaerker.de/phpii/index.php&quot;  title=&quot;phpii&quot;&gt;http://yogan.meinungsverstaerker.de/phpii/index.php&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
And this is exactly what I mean with flexibility, you can nearly do everything which is IRC related with ii.&lt;br /&gt;
So if people say its not usable cause its too minimalistic they don&#039;t realize that it wouldn&#039;t be very difficult to write&lt;br /&gt;
for example a GTK-frontend. It only has to handle 2 sorts of files. 
    </content:encoded>

    <pubDate>Wed, 14 Dec 2005 12:51:59 +0100</pubDate>
    <guid isPermaLink="false">http://nion.modprobe.de/blog/archives/411-guid.html</guid>
    
</item>
<item>
    <title>videodb manage your films online</title>
    <link>http://nion.modprobe.de/blog/archives/409-videodb-manage-your-films-online.html</link>
            <category>software</category>
    
    <comments>http://nion.modprobe.de/blog/archives/409-videodb-manage-your-films-online.html#comments</comments>
    <wfw:comment>http://nion.modprobe.de/blog/wfwcomment.php?cid=409</wfw:comment>

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

    <author>blog@ngolde.de (Nico Golde)</author>
    <content:encoded>
    Today I installed &lt;a href=&quot;http://www.splitbrain.org/projects/videodb&quot;&gt;videodb&lt;/a&gt; its a nice &lt;a href=&quot;http://en.wikipedia.org/wiki/Php&quot;&gt;PHP&lt;/a&gt; written software which manages your film collection in a webinterface and a &lt;a href=&quot;http://www.mysql.com&quot;&gt;MySQL&lt;/a&gt; database.&lt;br /&gt;
&lt;br /&gt;
The cool thing is that you have not to edit this all manual because it supports lookups for different sites like for example&lt;br /&gt;
the &lt;a href=&quot;http://www.imdb.com&quot;&gt;Internet Movie Database&lt;/a&gt; so you just have to click on the film and it will be added&lt;br /&gt;
with length, title, year, producer, content and as cool addon a picture of the film bill.&lt;br /&gt;
You also have the possibility to manage users, mark films as borrowed an search for movies.&lt;br /&gt;
&lt;br /&gt;
This is a really nice peace of software by the author of the &lt;a href=&quot;http://www.splitbrain.org/projects/dokuwiki&quot;&gt;Dokuwiki&lt;/a&gt; wiki engine and its easy to install.&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.splitbrain.org/_media/projects/screen/videodb/browse_modern.jpg?cache=&quot;&gt;&lt;img src=&quot;http://www.splitbrain.org/_media/projects/screen/videodb/browse_modern.jpg?w=120&amp;h=94&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
This image is copied from the videodb website of course I don&#039;t run my web browser under WIndows. 
    </content:encoded>

    <pubDate>Sat, 10 Dec 2005 18:05:55 +0100</pubDate>
    <guid isPermaLink="false">http://nion.modprobe.de/blog/archives/409-guid.html</guid>
    
</item>

</channel>
</rss>
