<?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>Chris' personal blag</title>
    <link>http://0x42.org/blog/</link>
    <description></description>
    <dc:language>de</dc:language>
    <generator>Serendipity 1.3.1 - http://www.s9y.org/</generator>
    
    

<item>
    <title>Screen mit vertikaler Split-Option</title>
    <link>http://0x42.org/blog/archives/53-Screen-mit-vertikaler-Split-Option.html</link>
            <category>Computerkrams</category>
    
    <comments>http://0x42.org/blog/archives/53-Screen-mit-vertikaler-Split-Option.html#comments</comments>
    <wfw:comment>http://0x42.org/blog/wfwcomment.php?cid=53</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://0x42.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=53</wfw:commentRss>
    

    <author>nospam@example.com (Chris)</author>
    <content:encoded>
    &lt;div class=&quot;serendipity_imageComment_left&quot; style=&quot;width: 300px&quot;&gt;&lt;div class=&quot;serendipity_imageComment_img&quot;&gt;&lt;a class=&#039;serendipity_image_link&#039; href=&#039;http://0x42.org/blog/uploads/split-screen-shot.gif&#039;&gt;&lt;!-- s9ymdb:37 --&gt;&lt;img class=&quot;serendipity_image_left&quot; width=&quot;300&quot; height=&quot;179&quot;  src=&quot;http://0x42.org/blog/uploads/split-screen-shot.serendipityThumb.gif&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;serendipity_imageComment_txt&quot;&gt;Screen mit ein paar Fenstern&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
Mal wieder ein Debian-Package: &lt;a href=&quot;http://0x42.org/~chris/screen_4.1~cvs20070322-0.1_amd64.deb&quot;&gt;Screen 4.1CVS (amd64)&lt;/a&gt;, &lt;a href=&quot;http://fungi.yuggoth.org/debian/&quot;&gt;für i386 und Sparc&lt;/a&gt; gibts das Paket bei dem Menschen, der es ursprünglich auch gebaut hat.&lt;br /&gt;
&lt;br /&gt;
Das besondere bei diesem Screen ist, das er Fenster vertikal splitten kann (^A |), was bei 16:10-Monitoren besonders super ist.&lt;br /&gt;
&lt;br /&gt;
Das Paket ist übrigens für Debiane größer gleich testing uninteressant, da gibt es Screen mit |-Funktion in main. 
    </content:encoded>

    <pubDate>Sat, 12 Jul 2008 23:01:19 +0200</pubDate>
    <guid isPermaLink="false">http://0x42.org/blog/archives/53-guid.html</guid>
    
</item>
<item>
    <title>Lighttpd und SNI: SSL ohne Extra IPs</title>
    <link>http://0x42.org/blog/archives/52-Lighttpd-und-SNI-SSL-ohne-Extra-IPs.html</link>
            <category>Computerkrams</category>
    
    <comments>http://0x42.org/blog/archives/52-Lighttpd-und-SNI-SSL-ohne-Extra-IPs.html#comments</comments>
    <wfw:comment>http://0x42.org/blog/wfwcomment.php?cid=52</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://0x42.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=52</wfw:commentRss>
    

    <author>nospam@example.com (Chris)</author>
    <content:encoded>
    &lt;a href=&quot;http://en.wikipedia.org/wiki/Server_Name_Indication&quot; title=&quot;Server Name Indication&quot;&gt;SNI&lt;/a&gt; ist eine tolle Sache. Damit kann man nämlich Webserver betreiben, die mehrere SSL-Seiten auf einer IP, und einem Port hosten. Normalerweise braucht man ja immer eine Extra-IP pro SSL-Seite, da der Browser sonst mit dem Zertifikat nicht zurecht kommt. Mitfhile von SNI teilt der Browser dem Webserver erst mit, welche Seite er möchte, und bekommt dann das passende Zertifikat.&lt;br /&gt;
&lt;br /&gt;
Für Lighttpd gibt es hier einen &lt;a href=&quot;http://trac.lighttpd.net/trac/ticket/386&quot;&gt;Patch für SNI-Support&lt;/a&gt;.&lt;br /&gt;
Mithilfe dieser &lt;a href=&quot;http://www.debian.org/doc/manuals/apt-howto/ch-sourcehandling.en.html&quot;&gt;Anleitung für APT und DPKG&lt;/a&gt; ist es recht einfach gepatchte debian-Pakete zu erstellen.&lt;br /&gt;
&lt;br /&gt;
Ich hab da mal was vorbereitet, &lt;a href=&quot;http://0x42.org/~chris/lighttpd-sni/&quot;&gt;Lighttpd-SNI für Debian stable (amd64/i386)&lt;/a&gt; und für &lt;a href=&quot;http://0x42.org/~chris/lighttpd-sni/testing/&quot;&gt;Debian testing (i386)&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
Sind die Pakete installiert, kann /etc/lighttpd/conf-enabled/10-ssl.conf wie folgt angepasst werden:&lt;br /&gt;
&lt;br /&gt;
&lt;code&gt;&lt;br /&gt;
# /etc/lighttpd/conf-available/10-ssl.conf&lt;br /&gt;
#### SSL engine&lt;br /&gt;
$SERVER[&quot;socket&quot;] == &quot;0.0.0.0:443&quot; {&lt;br /&gt;
                  ssl.engine                  = &quot;enable&quot;&lt;br /&gt;
                  ssl.pemfile                 = &quot;/etc/lighttpd/server.pem&quot;&lt;br /&gt;
&lt;br /&gt;
                  $HTTP[&quot;host&quot;] == &quot;foo.bar.example.com&quot; {&lt;br /&gt;
                    ssl.pemfile = &quot;/etc/lighttpd/foo.bar.pem&quot;&lt;br /&gt;
                    }&lt;br /&gt;
                  $HTTP[&quot;host&quot;] == &quot;spam.eggs.example.org&quot; {&lt;br /&gt;
                    ssl.pemfile = &quot;/etc/lighttpd/spam.eggs.pem&quot;&lt;br /&gt;
                    }&lt;br /&gt;
}&lt;br /&gt;
&lt;/code&gt;&lt;br /&gt;
&lt;br /&gt;
Das Zertifikat server.pem wird hierbei für alle nicht definierten Hostnamen ausgeliefert, sowie für Browser die SNI nicht unterstützen.&lt;br /&gt;
Das sind vor allem die üblichen alten Versionen von IE, Konqueror (der es ab KDE 4.1 können soll), und der darauf aufbauende Safari...&lt;br /&gt;
&lt;br /&gt;
Trotzdem schonmal ne tolle Sache. 
    </content:encoded>

    <pubDate>Thu, 10 Jul 2008 23:25:43 +0200</pubDate>
    <guid isPermaLink="false">http://0x42.org/blog/archives/52-guid.html</guid>
    
</item>
<item>
    <title>Ein Tag, ein Bild: Red Dwarf-Fanartikel?</title>
    <link>http://0x42.org/blog/archives/51-Ein-Tag,-ein-Bild-Red-Dwarf-Fanartikel.html</link>
            <category>moblog</category>
    
    <comments>http://0x42.org/blog/archives/51-Ein-Tag,-ein-Bild-Red-Dwarf-Fanartikel.html#comments</comments>
    <wfw:comment>http://0x42.org/blog/wfwcomment.php?cid=51</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://0x42.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=51</wfw:commentRss>
    

    <author>nospam@example.com (Chris)</author>
    <content:encoded>
    Smeggin&#039; Fridge!&lt;br /&gt;&lt;br /&gt;
&lt;a class=&quot;popfetcherimage&quot; href=&quot;http://0x42.org/blog/uploads/moblog/13062008.jpg&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://0x42.org/blog/uploads/moblog/13062008.serendipityThumb.jpg&quot; alt=&quot;Hier klicken für Vollbild-Anzeige&quot; /&gt;&lt;/a&gt; 
    </content:encoded>

    <pubDate>Fri, 13 Jun 2008 14:57:03 +0200</pubDate>
    <guid isPermaLink="false">http://0x42.org/blog/archives/51-guid.html</guid>
    
</item>
<item>
    <title>Ein Tag, ein Bild: Finkenwerder</title>
    <link>http://0x42.org/blog/archives/50-Ein-Tag,-ein-Bild-Finkenwerder.html</link>
            <category>moblog</category>
    
    <comments>http://0x42.org/blog/archives/50-Ein-Tag,-ein-Bild-Finkenwerder.html#comments</comments>
    <wfw:comment>http://0x42.org/blog/wfwcomment.php?cid=50</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://0x42.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=50</wfw:commentRss>
    

    <author>nospam@example.com (Chris)</author>
    <content:encoded>
    Das Schöne an Hamburg: Man kann auch schonmal mit dem Schiff zur Arbeit fahren... :)&lt;br /&gt;&lt;br /&gt;
&lt;a class=&quot;popfetcherimage&quot; href=&quot;http://0x42.org/blog/uploads/moblog/11062008.jpg&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://0x42.org/blog/uploads/moblog/11062008.serendipityThumb.jpg&quot; alt=&quot;Hier klicken für Vollbild-Anzeige&quot; /&gt;&lt;/a&gt; 
    </content:encoded>

    <pubDate>Wed, 11 Jun 2008 11:07:02 +0200</pubDate>
    <guid isPermaLink="false">http://0x42.org/blog/archives/50-guid.html</guid>
    
</item>
<item>
    <title>Mailinator mit eigenen Domains</title>
    <link>http://0x42.org/blog/archives/47-Mailinator-mit-eigenen-Domains.html</link>
            <category>Computerkrams</category>
    
    <comments>http://0x42.org/blog/archives/47-Mailinator-mit-eigenen-Domains.html#comments</comments>
    <wfw:comment>http://0x42.org/blog/wfwcomment.php?cid=47</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://0x42.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=47</wfw:commentRss>
    

    <author>nospam@example.com (Chris)</author>
    <content:encoded>
    Mailinator ist super, inzwischen muß man sich ja an allen Ecken und Enden im Web anmelden - Web 2.0 lässt grüßen.&lt;br /&gt;
Nun, man will ja nicht jedem seine E-Mailadresse verraten, um hinterher mit allem möglichen Müll zugeschmissen zu werden.&lt;br /&gt;
Also nimmt man Adressen von Mailinator, die E-Mail zur Aktivierung des Accounts oder sonstwas holt man von deren Webseite, und danach wird man nicht mehr genervt. Toll.&lt;br /&gt;
Nur, inzwischen blocken viele Webseitenbetreiber die Domains von Mailinator als ungültige oder nicht erlaubte E-Mailadressen, was ziemlich nervt.&lt;br /&gt;
&lt;br /&gt;
Nun kommt der Trick:&lt;br /&gt;
Der Mailserver von Mailinator nimmt alle Mails an und stellt sie an die virtuellen Benutzer zu, egal auf welcher Domain.&lt;br /&gt;
Wer also eine eigene Domain hat, kann für beliebige Subdomains mail.mailinator.com als MX eintragen, und fortan *@subdomain.domain.tld bei Mailinator nutzen.&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.mailinator.com/&quot;&gt;Mailinator - Let Them Eat Spam!&lt;/a&gt; 
    </content:encoded>

    <pubDate>Thu, 05 Jun 2008 17:23:11 +0200</pubDate>
    <guid isPermaLink="false">http://0x42.org/blog/archives/47-guid.html</guid>
    
</item>
<item>
    <title>Ein Tag, ein Bild: Freiheit statt Angst!</title>
    <link>http://0x42.org/blog/archives/46-Ein-Tag,-ein-Bild-Freiheit-statt-Angst!.html</link>
            <category>moblog</category>
    
    <comments>http://0x42.org/blog/archives/46-Ein-Tag,-ein-Bild-Freiheit-statt-Angst!.html#comments</comments>
    <wfw:comment>http://0x42.org/blog/wfwcomment.php?cid=46</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://0x42.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=46</wfw:commentRss>
    

    <author>nospam@example.com (Chris)</author>
    <content:encoded>
    Selten eine Demo komplett ohne Knüppelgarde erlebt...&lt;br /&gt;&lt;br /&gt;
&lt;a class=&quot;popfetcherimage&quot; href=&quot;http://0x42.org/blog/uploads/moblog/31052008.jpg&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://0x42.org/blog/uploads/moblog/31052008.serendipityThumb.jpg&quot; alt=&quot;Hier klicken für Vollbild-Anzeige&quot; /&gt;&lt;/a&gt; 
    </content:encoded>

    <pubDate>Sat, 31 May 2008 16:21:40 +0200</pubDate>
    <guid isPermaLink="false">http://0x42.org/blog/archives/46-guid.html</guid>
    
</item>
<item>
    <title>SSL mit Namecheap</title>
    <link>http://0x42.org/blog/archives/45-SSL-mit-Namecheap.html</link>
            <category>Computerkrams</category>
    
    <comments>http://0x42.org/blog/archives/45-SSL-mit-Namecheap.html#comments</comments>
    <wfw:comment>http://0x42.org/blog/wfwcomment.php?cid=45</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://0x42.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=45</wfw:commentRss>
    

    <author>nospam@example.com (Chris)</author>
    <content:encoded>
    SSL ist ne tolle Sache.&lt;br /&gt;
Die Verbindung zwischen Browser und Server kann man eigentlich nicht oft genug verschlüsseln, Login fürs Blag, Webmail, privates Miniwiki als Notizzettel, es gibt viele Spielereien die man unterwegs gut im Browser brauchen kann.&lt;br /&gt;
&lt;br /&gt;
Nun, der Haken ist, unterwegs habe ich meine Zertifikate nicht dabei. Bedeutet, wenn ich sie selber erzeuge, das der Browser eine Fehlermeldung wirft, er kenne mein Zertifikat nicht. Nun, das kann man dem Browser bekannt machen.&lt;br /&gt;
Möglichkeit 1, ich überprüfe den Fingerprint des Zertifikats und sage dem Browser hinterher, er solle es akzeptieren. Geht, ist aber umständlich und eher doof.&lt;br /&gt;
Möglichkeit 2, ich lasse &lt;a href=&quot;http://www.cacert.org/&quot;&gt;CACert&lt;/a&gt; Zertifikate für mich ausstellen. Nachteil: CACert kennen die Browser auch nicht - ich muß also das CACert-Zertifikat installieren. Solange sich CACert also nicht durchsetzt, im Grunde dasselbe wie vorhin.&lt;br /&gt;
Möglichkeit 3, auf die ich durch unser &lt;a href=&quot;http://www.fb18.de/&quot;&gt;Fachschaftsforum&lt;/a&gt; stieß - &lt;a href=&quot;http://www.startssl.com/&quot;&gt;StartSSL Free&lt;/a&gt;, deren Root-Zertifikat ist in einem der beiden großen Browser vorinstalliert - ich meine es war Mozilla. Findet man unterwegs auf fremden Rechnern nur andere Browser beginnt der Spaß mit Fingerprints wieder.&lt;br /&gt;
Möglichkeit 4, von der ich bisher immer Abstand nahm - ein Zertifikat erwerben, von einem Aussteller der ein in den Browsern dieser Welt vorinstalliertes Zertifikat hat. Das war mir bisher immer viel zu teuer.&lt;br /&gt;
&lt;br /&gt;
Achtung, nun beginnen die Lobgesänge:&lt;br /&gt;
Vor kurzem stolperte ich über &lt;a href=&quot;http://www.namecheap.com/&quot;&gt;Namecheap&lt;/a&gt;, und begann dort Domains zu erwerben, und entdeckte später ihr &lt;a href=&quot;http://www.namecheap.com/learn/other-services/ssl-certificates.asp&quot;&gt;Angebot an Zertifikaten&lt;/a&gt;. Los gehts ab 14.88 US$, in Euro also fast nichts, momentan sind das keine 10 Euro. Dafür gibt es ein Zertifikat, dessen Root in vielen Browsern vorinstalliert ist - bisher hats nur mit meinem Symbian-Handy nicht auf Anhieb geklappt. Aber im Normalfall braucht man also nie wieder Fingerprints zu checken - für ein Jahr.&lt;br /&gt;
&lt;br /&gt;
Nun kommt der Teil, weswegen ich hier eigentlich diese Produktwerbung betreibe:&lt;br /&gt;
Vor kurzem ereignete sich bei &lt;a href=&quot;http://www.debian.org/security/2008/dsa-1571&quot;&gt;Debian ein mittelschwerer Eklat um SSL-Zertifikate&lt;/a&gt;, der bewirkte das auf Debian-Systemen erstellte SSL-Schlüssel verwundbar waren, und das schon seit Ende 2006.&lt;br /&gt;
Bedeutet, alles was ich auf meinen Rechnern in den letzten 1,5 Jahren an Schlüsselmaterial erzeugt habe kann gelöscht werden, die damit erzeugten Zertifikate ebenfalls. Toll. und das nachdem ich mich grade mal durchgerungen habe Geld dafür auszugeben.&lt;br /&gt;
&lt;br /&gt;
Aber, gestern kam von RapidSSL, dem Anbieter hinter Namecheap, das Angebot, alle erstellten Zertifikate kostenfrei neu zu erstellen, wegen des Debian-Bugs. Schöne, kulante Aktion, wie ich finde, und das für den Preis... :) 
    </content:encoded>

    <pubDate>Thu, 22 May 2008 02:27:55 +0200</pubDate>
    <guid isPermaLink="false">http://0x42.org/blog/archives/45-guid.html</guid>
    
</item>
<item>
    <title>Ein Tag, ein Bild: Fire!</title>
    <link>http://0x42.org/blog/archives/44-Ein-Tag,-ein-Bild-Fire!.html</link>
            <category>moblog</category>
    
    <comments>http://0x42.org/blog/archives/44-Ein-Tag,-ein-Bild-Fire!.html#comments</comments>
    <wfw:comment>http://0x42.org/blog/wfwcomment.php?cid=44</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://0x42.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=44</wfw:commentRss>
    

    <author>nospam@example.com (Chris)</author>
    <content:encoded>
    I want you to burn!&lt;br /&gt;&lt;br /&gt;
&lt;a class=&quot;popfetcherimage&quot; href=&quot;http://0x42.org/blog/uploads/moblog/08052008.jpg&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://0x42.org/blog/uploads/moblog/08052008.serendipityThumb.jpg&quot; alt=&quot;Click for full size image&quot; /&gt;&lt;/a&gt; 
    </content:encoded>

    <pubDate>Thu, 08 May 2008 23:07:01 +0200</pubDate>
    <guid isPermaLink="false">http://0x42.org/blog/archives/44-guid.html</guid>
    
</item>
<item>
    <title>Ein Tag, ein Bild: Sadisten...</title>
    <link>http://0x42.org/blog/archives/43-Ein-Tag,-ein-Bild-Sadisten....html</link>
            <category>moblog</category>
    
    <comments>http://0x42.org/blog/archives/43-Ein-Tag,-ein-Bild-Sadisten....html#comments</comments>
    <wfw:comment>http://0x42.org/blog/wfwcomment.php?cid=43</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://0x42.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=43</wfw:commentRss>
    

    <author>nospam@example.com (Chris)</author>
    <content:encoded>
    ....haben die Tastatur neu erfunden. Und wieso kauft man sowas?&lt;br /&gt;&lt;br /&gt;
&lt;a class=&quot;popfetcherimage&quot; href=&quot;http://0x42.org/blog/uploads/moblog/07052008.jpg&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://0x42.org/blog/uploads/moblog/07052008.serendipityThumb.jpg&quot; alt=&quot;Click for full size image&quot; /&gt;&lt;/a&gt; 
    </content:encoded>

    <pubDate>Wed, 07 May 2008 10:57:03 +0200</pubDate>
    <guid isPermaLink="false">http://0x42.org/blog/archives/43-guid.html</guid>
    
</item>
<item>
    <title>Ein Tag, ein Bild: Hamburger Stadtgebiet</title>
    <link>http://0x42.org/blog/archives/42-Ein-Tag,-ein-Bild-Hamburger-Stadtgebiet.html</link>
            <category>moblog</category>
    
    <comments>http://0x42.org/blog/archives/42-Ein-Tag,-ein-Bild-Hamburger-Stadtgebiet.html#comments</comments>
    <wfw:comment>http://0x42.org/blog/wfwcomment.php?cid=42</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://0x42.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=42</wfw:commentRss>
    

    <author>nospam@example.com (Chris)</author>
    <content:encoded>
    ....kommt in vielen Formen. Und ich mag frühe Feierabende. ;)&lt;br /&gt;&lt;br /&gt;
&lt;a class=&quot;popfetcherimage&quot; href=&quot;http://0x42.org/blog/uploads/moblog/05052008001.jpg&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://0x42.org/blog/uploads/moblog/05052008001.serendipityThumb.jpg&quot; alt=&quot;Click for full size image&quot; /&gt;&lt;/a&gt; 
    </content:encoded>

    <pubDate>Mon, 05 May 2008 10:15:02 +0200</pubDate>
    <guid isPermaLink="false">http://0x42.org/blog/archives/42-guid.html</guid>
    
</item>
<item>
    <title>Ein Tag, ein Bild: 2. Internationales Bierfest</title>
    <link>http://0x42.org/blog/archives/41-Ein-Tag,-ein-Bild-2.-Internationales-Bierfest.html</link>
            <category>moblog</category>
    
    <comments>http://0x42.org/blog/archives/41-Ein-Tag,-ein-Bild-2.-Internationales-Bierfest.html#comments</comments>
    <wfw:comment>http://0x42.org/blog/wfwcomment.php?cid=41</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://0x42.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=41</wfw:commentRss>
    

    <author>nospam@example.com (Chris)</author>
    <content:encoded>
    Heut wird ein guter Tag...&lt;br /&gt;&lt;br /&gt;
&lt;a class=&quot;popfetcherimage&quot; href=&quot;http://0x42.org/blog/uploads/moblog/03052008.jpg&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://0x42.org/blog/uploads/moblog/03052008.serendipityThumb.jpg&quot; alt=&quot;Click for full size image&quot; /&gt;&lt;/a&gt; 
    </content:encoded>

    <pubDate>Sat, 03 May 2008 13:07:02 +0200</pubDate>
    <guid isPermaLink="false">http://0x42.org/blog/archives/41-guid.html</guid>
    
</item>
<item>
    <title>Ein Tag, ein Bild: Astra Alster</title>
    <link>http://0x42.org/blog/archives/39-Ein-Tag,-ein-Bild-Astra-Alster.html</link>
            <category>moblog</category>
    
    <comments>http://0x42.org/blog/archives/39-Ein-Tag,-ein-Bild-Astra-Alster.html#comments</comments>
    <wfw:comment>http://0x42.org/blog/wfwcomment.php?cid=39</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://0x42.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=39</wfw:commentRss>
    

    <author>nospam@example.com (Chris)</author>
    <content:encoded>
    Alsterwasser jetzt auch ohne doofe Dose. Schoen. :)&lt;br /&gt;&lt;br /&gt;
&lt;a class=&quot;popfetcherimage&quot; href=&quot;http://0x42.org/blog/uploads/moblog/29042008.jpg&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://0x42.org/blog/uploads/moblog/29042008.serendipityThumb.jpg&quot; alt=&quot;Click for full size image&quot; /&gt;&lt;/a&gt; 
    </content:encoded>

    <pubDate>Tue, 29 Apr 2008 21:15:02 +0200</pubDate>
    <guid isPermaLink="false">http://0x42.org/blog/archives/39-guid.html</guid>
    
</item>
<item>
    <title>Ein Tag, ein Bild: Mountain Dew</title>
    <link>http://0x42.org/blog/archives/38-Ein-Tag,-ein-Bild-Mountain-Dew.html</link>
            <category>moblog</category>
    
    <comments>http://0x42.org/blog/archives/38-Ein-Tag,-ein-Bild-Mountain-Dew.html#comments</comments>
    <wfw:comment>http://0x42.org/blog/wfwcomment.php?cid=38</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://0x42.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=38</wfw:commentRss>
    

    <author>nospam@example.com (Chris)</author>
    <content:encoded>
    Schonmal Lebensmittel bei eBay ersteigert? Ich schon. :)&lt;br /&gt;&lt;br /&gt;
&lt;a class=&quot;popfetcherimage&quot; href=&quot;http://0x42.org/blog/uploads/moblog/24042008.jpg&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://0x42.org/blog/uploads/moblog/24042008.serendipityThumb.jpg&quot; alt=&quot;Click for full size image&quot; /&gt;&lt;/a&gt; 
    </content:encoded>

    <pubDate>Thu, 24 Apr 2008 20:37:02 +0200</pubDate>
    <guid isPermaLink="false">http://0x42.org/blog/archives/38-guid.html</guid>
    
</item>
<item>
    <title>Ein Tag, ein Bild; Rama</title>
    <link>http://0x42.org/blog/archives/37-Ein-Tag,-ein-Bild;-Rama.html</link>
            <category>moblog</category>
    
    <comments>http://0x42.org/blog/archives/37-Ein-Tag,-ein-Bild;-Rama.html#comments</comments>
    <wfw:comment>http://0x42.org/blog/wfwcomment.php?cid=37</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://0x42.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=37</wfw:commentRss>
    

    <author>nospam@example.com (Chris)</author>
    <content:encoded>
    Die richtige Platzierung im Regal: Die Rama fuehlt sich zwischen Sanella und Laetta scheinbar am wohlsten...&lt;br /&gt;&lt;br /&gt;
&lt;a class=&quot;popfetcherimage&quot; href=&quot;http://0x42.org/blog/uploads/moblog/17042008.jpg&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://0x42.org/blog/uploads/moblog/17042008.serendipityThumb.jpg&quot; alt=&quot;Click for full size image&quot; /&gt;&lt;/a&gt; 
    </content:encoded>

    <pubDate>Thu, 17 Apr 2008 20:07:02 +0200</pubDate>
    <guid isPermaLink="false">http://0x42.org/blog/archives/37-guid.html</guid>
    
</item>
<item>
    <title>Schäuble is watching you</title>
    <link>http://0x42.org/blog/archives/35-Schaeuble-is-watching-you.html</link>
            <category>moblog</category>
    
    <comments>http://0x42.org/blog/archives/35-Schaeuble-is-watching-you.html#comments</comments>
    <wfw:comment>http://0x42.org/blog/wfwcomment.php?cid=35</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://0x42.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=35</wfw:commentRss>
    

    <author>nospam@example.com (Chris)</author>
    <content:encoded>
    ....diesen Aufkleber sieht man im Pons in Lüneburg beim pinkeln. Beängstigend...&lt;br /&gt;&lt;br /&gt;
&lt;a class=&quot;popfetcherimage&quot; href=&quot;http://0x42.org/blog/uploads/moblog/19032008.jpg&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://0x42.org/blog/uploads/moblog/19032008.serendipityThumb.jpg&quot; alt=&quot;Click for full size image&quot; /&gt;&lt;/a&gt; 
    </content:encoded>

    <pubDate>Fri, 21 Mar 2008 13:57:01 +0100</pubDate>
    <guid isPermaLink="false">http://0x42.org/blog/archives/35-guid.html</guid>
    
</item>

</channel>
</rss>