<?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/"
   xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule">
<channel>
    <title>Andis Weblog - Curiousities</title>
    <link>http://weblog.alenz.org/</link>
    <description>Cerebral Crap</description>
    <dc:language>en</dc:language>
    <admin:errorReportsTo rdf:resource="mailto:weblog@alenz.org" />
    <generator>Serendipity 1.0.1 - http://www.s9y.org/</generator>
    
    <image>
        <url>http://weblog.alenz.org/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Andis Weblog - Curiousities - Cerebral Crap</title>
        <link>http://weblog.alenz.org/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Künstliche Intelligenz?</title>
    <link>http://weblog.alenz.org/archives/172-Kuenstliche-Intelligenz.html</link>
            <category>Computer</category>
            <category>Curiousities</category>
            <category>Internet</category>
    
    <comments>http://weblog.alenz.org/archives/172-Kuenstliche-Intelligenz.html#comments</comments>
    <wfw:comment>http://weblog.alenz.org/wfwcomment.php?cid=172</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://weblog.alenz.org/rss.php?version=2.0&amp;type=comments&amp;cid=172</wfw:commentRss>
    

    <author>andi-weblog@alenz.org (Andreas Lenz)</author>
    <content:encoded>
    Gerade eben gebe ich bei StudiVZ den Namen einer Ex-Freundin ein und bekomme folgendes Captcha:
&lt;br/&gt;&lt;br/&gt;&lt;img src=&quot;http://www.endlose-rekursion.de/ki.jpg&quot; alt=&quot;&quot;  /&gt; 
    </content:encoded>

    <pubDate>Wed, 21 Oct 2009 20:18:48 +0200</pubDate>
    <guid isPermaLink="false">http://weblog.alenz.org/archives/172-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/1.0/</creativeCommons:license>
</item>
<item>
    <title>Code der Apollo-11-Mission freigegeben</title>
    <link>http://weblog.alenz.org/archives/171-Code-der-Apollo-11-Mission-freigegeben.html</link>
            <category>Computer</category>
            <category>Curiousities</category>
    
    <comments>http://weblog.alenz.org/archives/171-Code-der-Apollo-11-Mission-freigegeben.html#comments</comments>
    <wfw:comment>http://weblog.alenz.org/wfwcomment.php?cid=171</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://weblog.alenz.org/rss.php?version=2.0&amp;type=comments&amp;cid=171</wfw:commentRss>
    

    <author>andi-weblog@alenz.org (Andreas Lenz)</author>
    <content:encoded>
    Pünktlich zum 40. Jahrestag der &lt;a href=&quot;http://weblog.alenz.org/exit.php?url_id=989&amp;amp;entry_id=171&quot; title=&quot;http://de.wikipedia.org/wiki/Apollo_11&quot;  onmouseover=&quot;window.status=&#039;http://de.wikipedia.org/wiki/Apollo_11&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;Mondlandung&lt;/a&gt; am 20.07.2009 &lt;a href=&quot;http://weblog.alenz.org/exit.php?url_id=990&amp;amp;entry_id=171&quot; title=&quot;http://googlecode.blogspot.com/2009/07/apollo-11-missions-40th-anniversary-one.html&quot;  onmouseover=&quot;window.status=&#039;http://googlecode.blogspot.com/2009/07/apollo-11-missions-40th-anniversary-one.html&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;gab die NASA Teile des Codes frei&lt;/a&gt;, der während der Apollo-11-Mission in verschiedenen Komponenten zum Einsatz kam. Der Code wurde aus alten Bildern rekonstruiert, als Text niedergeschrieben und kann nun wohl auf einem &lt;a href=&quot;http://weblog.alenz.org/exit.php?url_id=991&amp;amp;entry_id=171&quot; title=&quot;http://www.ibiblio.org/apollo/&quot;  onmouseover=&quot;window.status=&#039;http://www.ibiblio.org/apollo/&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;AGC-Emulator&lt;/a&gt; (AGC: &lt;a href=&quot;http://weblog.alenz.org/exit.php?url_id=992&amp;amp;entry_id=171&quot; title=&quot;http://en.wikipedia.org/wiki/Apollo_Guidance_Computer&quot;  onmouseover=&quot;window.status=&#039;http://en.wikipedia.org/wiki/Apollo_Guidance_Computer&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;Appollo Guidance Computer&lt;/a&gt;) zur Ausführung gebracht werden.

Besonders zum Schmunzeln brachten mich beim Überfliegen des Codes die Kommentare in den folgenden Zeilen (offenbar einem Modul zugehörig, das Lösungen zu Gleichungen berechnet, die das Landen auf dem Mond beschreiben):
&lt;pre&gt;
# Page 801
		CAF	TWO		# WCHPHASE = 2 ---&gt; VERTICAL: P65,P66,P67
		TS	WCHPHOLD
		TS	WCHPHASE
		TC	BANKCALL	# TEMPORARY, I HOPE HOPE HOPE
		CADR	STOPRATE	# TEMPORARY, I HOPE HOPE HOPE
		TC	DOWNFLAG	# PERMIT X-AXIS OVERRIDE
&lt;/pre&gt; 
    </content:encoded>

    <pubDate>Fri, 24 Jul 2009 00:42:20 +0200</pubDate>
    <guid isPermaLink="false">http://weblog.alenz.org/archives/171-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/1.0/</creativeCommons:license>
</item>
<item>
    <title>Im Zug</title>
    <link>http://weblog.alenz.org/archives/170-Im-Zug.html</link>
            <category>Curiousities</category>
            <category>Funny</category>
            <category>Tübingen</category>
    
    <comments>http://weblog.alenz.org/archives/170-Im-Zug.html#comments</comments>
    <wfw:comment>http://weblog.alenz.org/wfwcomment.php?cid=170</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://weblog.alenz.org/rss.php?version=2.0&amp;type=comments&amp;cid=170</wfw:commentRss>
    

    <author>andi-weblog@alenz.org (Andreas Lenz)</author>
    <content:encoded>
    Gestern abend im IRE von Tübingen nach Stuttgart, Durchsage in Reutlingen: &quot;Wenn dia zwoi Jonge aufherä dätet mit Gnutsche, no kennded m&#039;r au d&#039;Dür schließe ond weiderfahre.&quot; 
    </content:encoded>

    <pubDate>Mon, 20 Jul 2009 16:41:40 +0200</pubDate>
    <guid isPermaLink="false">http://weblog.alenz.org/archives/170-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/1.0/</creativeCommons:license>
</item>
<item>
    <title>Meinungsverschiedenheiten</title>
    <link>http://weblog.alenz.org/archives/169-Meinungsverschiedenheiten.html</link>
            <category>Blogosphere</category>
            <category>Curiousities</category>
    
    <comments>http://weblog.alenz.org/archives/169-Meinungsverschiedenheiten.html#comments</comments>
    <wfw:comment>http://weblog.alenz.org/wfwcomment.php?cid=169</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://weblog.alenz.org/rss.php?version=2.0&amp;type=comments&amp;cid=169</wfw:commentRss>
    

    <author>andi-weblog@alenz.org (Andreas Lenz)</author>
    <content:encoded>
    Auch Naturwissenschaften können zur brotlosen Kunst werden: &lt;a href=&quot;http://weblog.alenz.org/exit.php?url_id=985&amp;amp;entry_id=169&quot; title=&quot;http://www.sfgate.com/cgi-bin/article.cgi?f=/c/a/2009/06/24/BAH118D37E.DTL&quot;  onmouseover=&quot;window.status=&#039;http://www.sfgate.com/cgi-bin/article.cgi?f=/c/a/2009/06/24/BAH118D37E.DTL&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;Obdachloser verprügelt anderen Obdachlosen mit einem Skateboard wegen eines Streits über Quantenphysik&lt;/a&gt; 
    </content:encoded>

    <pubDate>Mon, 29 Jun 2009 08:39:21 +0200</pubDate>
    <guid isPermaLink="false">http://weblog.alenz.org/archives/169-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/1.0/</creativeCommons:license>
</item>
<item>
    <title>Motivationsstrategie</title>
    <link>http://weblog.alenz.org/archives/160-Motivationsstrategie.html</link>
            <category>Curiousities</category>
    
    <comments>http://weblog.alenz.org/archives/160-Motivationsstrategie.html#comments</comments>
    <wfw:comment>http://weblog.alenz.org/wfwcomment.php?cid=160</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://weblog.alenz.org/rss.php?version=2.0&amp;type=comments&amp;cid=160</wfw:commentRss>
    

    <author>andi-weblog@alenz.org (Andreas Lenz)</author>
    <content:encoded>
    &lt;blockquote&gt;&amp;quot;Der Tritt ins Gesäß einer unterstellten Mitarbeiterin gehört auch dann nicht zur betrieblichen Tätigkeit eines Vorgesetzten, wenn er mit der Absicht der Leistungsförderung geschieht.&amp;quot;&lt;/blockquote&gt;
LAG Düsseldorf, Az.: 12 (18) Sa 196/98 
    </content:encoded>

    <pubDate>Sat, 15 Dec 2007 03:47:11 +0100</pubDate>
    <guid isPermaLink="false">http://weblog.alenz.org/archives/160-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/1.0/</creativeCommons:license>
</item>
<item>
    <title>Ein paar Bilder aus Frankfurt (I)</title>
    <link>http://weblog.alenz.org/archives/147-Ein-paar-Bilder-aus-Frankfurt-I.html</link>
            <category>Curiousities</category>
            <category>Funny</category>
            <category>Photography</category>
    
    <comments>http://weblog.alenz.org/archives/147-Ein-paar-Bilder-aus-Frankfurt-I.html#comments</comments>
    <wfw:comment>http://weblog.alenz.org/wfwcomment.php?cid=147</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://weblog.alenz.org/rss.php?version=2.0&amp;type=comments&amp;cid=147</wfw:commentRss>
    

    <author>andi-weblog@alenz.org (Andreas Lenz)</author>
    <content:encoded>
    Da ich den vergangenen Monat komplett in Frankfurt verbracht habe, dünkt es mich doch, mal ein paar Bilder hier zu posten. Was man so sieht, wenn man einfach ein wenig durch die Straßen läuft.&lt;br/&gt;&lt;br/&gt;Das folgende ist ein Eingang zur U-Bahn-Station &lt;i&gt;Bockenheimer Warte&lt;/i&gt;... eine coole Idee, wie ich finde.&lt;br/&gt;&lt;br/&gt;
&lt;img src=&quot;http://www.alenz.org/ubahn_bockenheimer_warte.jpg&quot; border=&quot;0&quot; alt=&quot;&quot;  /&gt;
&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;
Und das folgende stellt einen Ausschnitt der Seitenwand einer Würstchenbude gleich um die Ecke dar. Na dann: guten Appetit! &lt;br/&gt;&lt;br/&gt;
&lt;center&gt;&lt;img src=&quot;http://www.alenz.org/assblaster.jpg&quot; border=&quot;0&quot; alt=&quot;&quot;  /&gt;&lt;/center&gt; 
    </content:encoded>

    <pubDate>Thu, 05 Jul 2007 22:17:35 +0200</pubDate>
    <guid isPermaLink="false">http://weblog.alenz.org/archives/147-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/1.0/</creativeCommons:license>
</item>
<item>
    <title>Ohne wenn und ABAP</title>
    <link>http://weblog.alenz.org/archives/145-Ohne-wenn-und-ABAP.html</link>
            <category>Blogosphere</category>
            <category>Computer</category>
            <category>Curiousities</category>
    
    <comments>http://weblog.alenz.org/archives/145-Ohne-wenn-und-ABAP.html#comments</comments>
    <wfw:comment>http://weblog.alenz.org/wfwcomment.php?cid=145</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://weblog.alenz.org/rss.php?version=2.0&amp;type=comments&amp;cid=145</wfw:commentRss>
    

    <author>andi-weblog@alenz.org (Andreas Lenz)</author>
    <content:encoded>
    ... das &lt;strike&gt;la&lt;/strike&gt;spannendste Blog, das ich je gefunden habe: &lt;a href=&quot;http://weblog.alenz.org/exit.php?url_id=957&amp;amp;entry_id=145&quot; title=&quot;http://abapexample.blogspot.com/&quot;  onmouseover=&quot;window.status=&#039;http://abapexample.blogspot.com/&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;ABAP Example&lt;/a&gt; 
    </content:encoded>

    <pubDate>Fri, 15 Jun 2007 14:15:10 +0200</pubDate>
    <guid isPermaLink="false">http://weblog.alenz.org/archives/145-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/1.0/</creativeCommons:license>
</item>
<item>
    <title>Aus regionalem Interesse</title>
    <link>http://weblog.alenz.org/archives/129-Aus-regionalem-Interesse.html</link>
            <category>Curiousities</category>
            <category>Society</category>
            <category>Tübingen</category>
    
    <comments>http://weblog.alenz.org/archives/129-Aus-regionalem-Interesse.html#comments</comments>
    <wfw:comment>http://weblog.alenz.org/wfwcomment.php?cid=129</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://weblog.alenz.org/rss.php?version=2.0&amp;type=comments&amp;cid=129</wfw:commentRss>
    

    <author>andi-weblog@alenz.org (Andreas Lenz)</author>
    <content:encoded>
    muss ich unbedingt &lt;a class=&quot;textlink&quot; href=&quot;http://weblog.alenz.org/exit.php?url_id=945&amp;amp;entry_id=129&quot; title=&quot;http://blog.zeit.de/sex/?p=233&quot;  onmouseover=&quot;window.status=&#039;http://blog.zeit.de/sex/?p=233&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;diesen Link hier&lt;/a&gt; setzen. 
    </content:encoded>

    <pubDate>Tue, 31 Oct 2006 00:03:00 +0100</pubDate>
    <guid isPermaLink="false">http://weblog.alenz.org/archives/129-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/1.0/</creativeCommons:license><category>bizarre</category>
<category>gynaecologist</category>
<category>linguistic</category>

</item>
<item>
    <title>New aphorisms</title>
    <link>http://weblog.alenz.org/archives/116-New-aphorisms.html</link>
            <category>Citations</category>
            <category>Curiousities</category>
            <category>Funny</category>
            <category>Literature</category>
            <category>Religion</category>
            <category>Society</category>
            <category>Thoughts</category>
    
    <comments>http://weblog.alenz.org/archives/116-New-aphorisms.html#comments</comments>
    <wfw:comment>http://weblog.alenz.org/wfwcomment.php?cid=116</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://weblog.alenz.org/rss.php?version=2.0&amp;type=comments&amp;cid=116</wfw:commentRss>
    

    <author>andi-weblog@alenz.org (Andreas Lenz)</author>
    <content:encoded>
    A few days ago I finally updated the aphorisms from which you can read one each time when loading this site (look at the Fortune-Box on the right side). I still continue gathering funny and/or meaningful quotes, aphorisms, sayings and small extracts of long texts. So if you know some, please feel free to send them to me. This is also a good reason to use the new &lt;a href=&quot;http://weblog.alenz.org/exit.php?url_id=684&amp;amp;entry_id=116&quot; title=&quot;http://weblog.alenz.org/pages/contact.html&quot;  onmouseover=&quot;window.status=&#039;http://weblog.alenz.org/pages/contact.html&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;contact formular&lt;/a&gt; accessible via the link on the top of this page &lt;img src=&quot;http://weblog.alenz.org/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, 03 Oct 2006 16:18:59 +0200</pubDate>
    <guid isPermaLink="false">http://weblog.alenz.org/archives/116-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/1.0/</creativeCommons:license><category>aphorism</category>
<category>citation</category>

</item>
<item>
    <title>Geburtstagsgrüße</title>
    <link>http://weblog.alenz.org/archives/115-Geburtstagsgruesse.html</link>
            <category>Citations</category>
            <category>Curiousities</category>
            <category>Funny</category>
    
    <comments>http://weblog.alenz.org/archives/115-Geburtstagsgruesse.html#comments</comments>
    <wfw:comment>http://weblog.alenz.org/wfwcomment.php?cid=115</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://weblog.alenz.org/rss.php?version=2.0&amp;type=comments&amp;cid=115</wfw:commentRss>
    

    <author>andi-weblog@alenz.org (Andreas Lenz)</author>
    <content:encoded>
    ... von &lt;a href=&quot;http://weblog.alenz.org/exit.php?url_id=678&amp;amp;entry_id=115&quot; title=&quot;http://www.juergentrittin.de&quot;  onmouseover=&quot;window.status=&#039;http://www.juergentrittin.de&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;Jürgen Trittin&lt;/a&gt; bekam der bayrische Ministerpräsident &lt;a href=&quot;http://weblog.alenz.org/exit.php?url_id=679&amp;amp;entry_id=115&quot; title=&quot;http://www.edmund-stoiber.de/&quot;  onmouseover=&quot;window.status=&#039;http://www.edmund-stoiber.de/&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;Edmund Stoiber&lt;/a&gt; (diejenigen, die sich ein bisschen wundern, seien &lt;a href=&quot;http://weblog.alenz.org/exit.php?url_id=680&amp;amp;entry_id=115&quot; title=&quot;http://weblog.alenz.org/archives/66-Welch-ein-Kelch.html&quot;  onmouseover=&quot;window.status=&#039;http://weblog.alenz.org/archives/66-Welch-ein-Kelch.html&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;hierauf&lt;/a&gt; verwiesen):

&lt;blockquote&gt;Wenn Sie von München nach Berlin... in 65 Jahren, dann starten Sie im Grunde genommen, starten Sie Ihre Bundeskarriere, 65 Jahre, schauen Sie sich mal die großen Präsidenten an in London oder sonstwo, Charles de Gaulle in Frankreich oder in, äh, Rom, dann werden Sie feststellen, dass 65 Jahre Sie jederzeit locker in München brauchen um das Kanzleramt zu finden. Wenn Sie vom Wirtschaftsministerium, äh, der Staatkanzlei einsteigen, - das bedeutet natürlich dass im Grunde genommen das Kanzleramt näher an Bayern heranwächst, weil das ja klar ist, weil alle Linien in Bayern zusammenlaufen.&lt;br /&gt;&lt;br /&gt;Lieber Herr Stoiber: Herzlichen Glückwunsch zum 65.Geburtstag.&lt;br/&gt;&lt;br/&gt;(&amp;copy; &lt;a href=&quot;http://weblog.alenz.org/exit.php?url_id=681&amp;amp;entry_id=115&quot; title=&quot;http://www.gruene-bundestag.de&quot;  onmouseover=&quot;window.status=&#039;http://www.gruene-bundestag.de&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;Bundestagsfraktion Bündnis 90/DIE GRÜNEN&lt;/a&gt;)&lt;/blockquote&gt; 
    </content:encoded>

    <pubDate>Thu, 28 Sep 2006 14:32:24 +0200</pubDate>
    <guid isPermaLink="false">http://weblog.alenz.org/archives/115-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/1.0/</creativeCommons:license><category>birthday</category>
<category>stoiber</category>
<category>trittin</category>

</item>
<item>
    <title>Angry Professor</title>
    <link>http://weblog.alenz.org/archives/114-Angry-Professor.html</link>
            <category>Curiousities</category>
            <category>Funny</category>
            <category>Studies</category>
            <category>Video</category>
    
    <comments>http://weblog.alenz.org/archives/114-Angry-Professor.html#comments</comments>
    <wfw:comment>http://weblog.alenz.org/wfwcomment.php?cid=114</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://weblog.alenz.org/rss.php?version=2.0&amp;type=comments&amp;cid=114</wfw:commentRss>
    

    <author>andi-weblog@alenz.org (Andreas Lenz)</author>
    <content:encoded>
    I&#039;m so glad to have had nice professors and teaching assistants during my &lt;a href=&quot;http://weblog.alenz.org/exit.php?url_id=663&amp;amp;entry_id=114&quot; title=&quot;http://www.informatik.uni-tuebingen.de/&quot;  onmouseover=&quot;window.status=&#039;http://www.informatik.uni-tuebingen.de/&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;studies&lt;/a&gt; at the &lt;a href=&quot;http://weblog.alenz.org/exit.php?url_id=664&amp;amp;entry_id=114&quot; title=&quot;http://www.uni-tuebingen.de/uni/qvr/e-30/m30-01.html&quot;  onmouseover=&quot;window.status=&#039;http://www.uni-tuebingen.de/uni/qvr/e-30/m30-01.html&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;Tuebingen university&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/hut3VRL5XRE&quot;&gt;&lt;/param&gt;&lt;param name=&quot;wmode&quot; value=&quot;transparent&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/hut3VRL5XRE&quot; type=&quot;application/x-shockwave-flash&quot; wmode=&quot;transparent&quot; width=&quot;425&quot; height=&quot;350&quot;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br/&gt;
Thanks for this reference, &lt;a href=&quot;http://weblog.alenz.org/exit.php?url_id=665&amp;amp;entry_id=114&quot; title=&quot;http://piflarka.blogspot.com&quot;  onmouseover=&quot;window.status=&#039;http://piflarka.blogspot.com&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;Hanneke&lt;/a&gt;! 
    </content:encoded>

    <pubDate>Wed, 27 Sep 2006 22:59:10 +0200</pubDate>
    <guid isPermaLink="false">http://weblog.alenz.org/archives/114-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/1.0/</creativeCommons:license><category>academic life</category>
<category>angry</category>
<category>lecture</category>
<category>university</category>

</item>
<item>
    <title>Food via Amazon</title>
    <link>http://weblog.alenz.org/archives/110-Food-via-Amazon.html</link>
            <category>Curiousities</category>
            <category>Funny</category>
            <category>Internet</category>
    
    <comments>http://weblog.alenz.org/archives/110-Food-via-Amazon.html#comments</comments>
    <wfw:comment>http://weblog.alenz.org/wfwcomment.php?cid=110</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://weblog.alenz.org/rss.php?version=2.0&amp;type=comments&amp;cid=110</wfw:commentRss>
    

    <author>andi-weblog@alenz.org (Andreas Lenz)</author>
    <content:encoded>
    ...there must have been a point in time (I didn&#039;t notice it), when Amazon started to expand their eBusiness range on several kinds of drinking and food, as you can see on their &lt;a href=&quot;http://weblog.alenz.org/exit.php?url_id=642&amp;amp;entry_id=110&quot; title=&quot;http://www.amazon.com&quot;  onmouseover=&quot;window.status=&#039;http://www.amazon.com&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;english homepage&lt;/a&gt;, choosing the category &lt;a href=&quot;http://weblog.alenz.org/exit.php?url=aHR0cDovL3d3dy5hbWF6b24uY29tL2dvdXJtZXQtZm9vZC1naWZ0cy1jaG9jb2xhdGUtc2VhZm9vZC9iL3JlZj1zZF9hbGxjYXRwb3BfZ2YvMTAyLTQzNjgwMjMtOTEwNjU1Nz9pZT1VVEY4Jm5vZGU9MzM3MDgzMQ==&amp;amp;entry_id=110&quot; title=&quot;http://www.amazon.com/gourmet-food-gifts-chocolate-seafood/b/ref=sd_allcatpop_gf/102-4368023-9106557?ie=UTF8&amp;node=3370831&quot;  onmouseover=&quot;window.status=&#039;http://www.amazon.com/gourmet-food-gifts-chocolate-seafood/b/ref=sd_allcatpop_gf/102-4368023-9106557?ie=UTF8&amp;node=3370831&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;Gourmet Food&lt;/a&gt;.&lt;br/&gt;&lt;br/&gt;
Wanna buy some &lt;a href=&quot;http://weblog.alenz.org/exit.php?url_id=644&amp;amp;entry_id=110&quot; title=&quot;http://www.amazon.com/gp/product/B00032G1S0/sr=8-1/qid=1156701509/ref=pd_bbs_1/102-1879253-3896948?ie=UTF8&quot;  onmouseover=&quot;window.status=&#039;http://www.amazon.com/gp/product/B00032G1S0/sr=8-1/qid=1156701509/ref=pd_bbs_1/102-1879253-3896948?ie=UTF8&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;milk&lt;/a&gt;, for instance?&lt;br/&gt;&lt;a href=&quot;http://weblog.alenz.org/exit.php?url_id=645&amp;amp;entry_id=110&quot; title=&quot;http://www.amazon.com/gp/product/B000328OH6/ref=pd_sim_gf_1/002-3580197-1660855?ie=UTF8&quot;  onmouseover=&quot;window.status=&#039;http://www.amazon.com/gp/product/B000328OH6/ref=pd_sim_gf_1/002-3580197-1660855?ie=UTF8&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;Bananas&lt;/a&gt;, &lt;a href=&quot;http://weblog.alenz.org/exit.php?url=aHR0cDovL3d3dy5hbWF6b24uY29tL1dhc2hpbmd0b24tR29sZGVuLURlbGljaW91cy1BcHBsZXMtcGFjay9kcC9CMDAwMzI4TVY0L3NyPTEtMTYvcWlkPTExNTg4ODk4MzUvcmVmPXNyXzFfMTYvMTAyLTQzNjgwMjMtOTEwNjU1Nz9pZT1VVEY4JnM9Z291cm1ldC1mb29k&amp;amp;entry_id=110&quot; title=&quot;http://www.amazon.com/Washington-Golden-Delicious-Apples-pack/dp/B000328MV4/sr=1-16/qid=1158889835/ref=sr_1_16/102-4368023-9106557?ie=UTF8&amp;s=gourmet-food&quot;  onmouseover=&quot;window.status=&#039;http://www.amazon.com/Washington-Golden-Delicious-Apples-pack/dp/B000328MV4/sr=1-16/qid=1158889835/ref=sr_1_16/102-4368023-9106557?ie=UTF8&amp;s=gourmet-food&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;apples&lt;/a&gt; or &lt;a href=&quot;http://weblog.alenz.org/exit.php?url_id=647&amp;amp;entry_id=110&quot; title=&quot;http://www.amazon.com/California-Large-Peaches-4-pack/dp/B000328M0A/ref=pd_sim_gf_3_img/102-4368023-9106557?ie=UTF8&quot;  onmouseover=&quot;window.status=&#039;http://www.amazon.com/California-Large-Peaches-4-pack/dp/B000328M0A/ref=pd_sim_gf_3_img/102-4368023-9106557?ie=UTF8&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;peaches&lt;/a&gt;?
&lt;br/&gt;
&lt;a href=&quot;http://weblog.alenz.org/exit.php?url_id=648&amp;amp;entry_id=110&quot; title=&quot;http://www.amazon.com/gp/product/B00032BPXQ/ref=pd_sim_gf_3_img/002-3580197-1660855?ie=UTF8&quot;  onmouseover=&quot;window.status=&#039;http://www.amazon.com/gp/product/B00032BPXQ/ref=pd_sim_gf_3_img/002-3580197-1660855?ie=UTF8&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;Iceberg lettuce&lt;/a&gt;, &lt;a href=&quot;http://weblog.alenz.org/exit.php?url_id=649&amp;amp;entry_id=110&quot; title=&quot;http://www.amazon.com/Fresh-Vine-Ripe-Tomatoes-lbs/dp/B000328PLQ/ref=pd_sim_gf_4_img/102-4368023-9106557?ie=UTF8&quot;  onmouseover=&quot;window.status=&#039;http://www.amazon.com/Fresh-Vine-Ripe-Tomatoes-lbs/dp/B000328PLQ/ref=pd_sim_gf_4_img/102-4368023-9106557?ie=UTF8&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;tomatoes&lt;/a&gt; or &lt;a href=&quot;http://weblog.alenz.org/exit.php?url_id=650&amp;amp;entry_id=110&quot; title=&quot;http://www.amazon.com/gp/product/B000328MQY/ref=pd_sim_gf_4_img/002-3580197-1660855?ie=UTF8&quot;  onmouseover=&quot;window.status=&#039;http://www.amazon.com/gp/product/B000328MQY/ref=pd_sim_gf_4_img/002-3580197-1660855?ie=UTF8&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;onions&lt;/a&gt;? 
&lt;br/&gt;&lt;br/&gt;
Have a look on the sections &lt;i&gt;Customers who bought this item also bought&lt;/i&gt; as well as &lt;i&gt;Product Features&lt;/i&gt; on each product page... a little curious to see marketing concepts working for books and other anorganic stuff applied on food.
&lt;br/&gt;
I would really like to know, if somebody ordered some food via Amazon already, and how it looked like, especially the fresh goods. Five minutes ago, I tried to order two pounds of cheese. But, as I presumed, I couldn&#039;t get one. The site tells me:&lt;br/&gt;

&lt;div style=&quot;padding-left: 25px; padding-right:25px; padding-top:5px;&quot;&gt;&lt;i&gt;*** We&#039;re sorry. The item can&#039;t be shipped to your selected destination. You may either change the shipping adress or delete the item from your order by changing its quantity to 0 and clicking the update button. ***&lt;/i&gt;&lt;/div&gt;
&lt;!-- &lt;img src=&quot;uploads/pictures/amazon-food.png&quot; alt=&quot;Announcement from Amazon.com&quot; /&gt; --&gt;
 
    </content:encoded>

    <pubDate>Fri, 22 Sep 2006 04:12:00 +0200</pubDate>
    <guid isPermaLink="false">http://weblog.alenz.org/archives/110-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/1.0/</creativeCommons:license><category>amazon</category>
<category>bizarre</category>
<category>internet</category>
<category>laugh</category>

</item>
<item>
    <title>Erlebnisse einer Nacht</title>
    <link>http://weblog.alenz.org/archives/106-Erlebnisse-einer-Nacht.html</link>
            <category>Curiousities</category>
            <category>Funny</category>
    
    <comments>http://weblog.alenz.org/archives/106-Erlebnisse-einer-Nacht.html#comments</comments>
    <wfw:comment>http://weblog.alenz.org/wfwcomment.php?cid=106</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://weblog.alenz.org/rss.php?version=2.0&amp;type=comments&amp;cid=106</wfw:commentRss>
    

    <author>andi-weblog@alenz.org (Andreas Lenz)</author>
    <content:encoded>
    &lt;a href=&quot;http://weblog.alenz.org/exit.php?url_id=461&amp;amp;entry_id=106&quot; title=&quot;http://www.taz.de/pt/2001/10/18/a0170.1/text&quot;  onmouseover=&quot;window.status=&#039;http://www.taz.de/pt/2001/10/18/a0170.1/text&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;Nicht die meinen, aber trotzdem witzig.&lt;/a&gt; 
    </content:encoded>

    <pubDate>Sat, 15 Jul 2006 21:18:09 +0200</pubDate>
    <guid isPermaLink="false">http://weblog.alenz.org/archives/106-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/1.0/</creativeCommons:license><category>bizarre</category>
<category>duffer</category>
<category>experience</category>
<category>laugh</category>
<category>love</category>
<category>sex</category>

</item>
<item>
    <title>Der Spiegel mal wieder</title>
    <link>http://weblog.alenz.org/archives/103-Der-Spiegel-mal-wieder.html</link>
            <category>Curiousities</category>
            <category>Funny</category>
            <category>Internet</category>
    
    <comments>http://weblog.alenz.org/archives/103-Der-Spiegel-mal-wieder.html#comments</comments>
    <wfw:comment>http://weblog.alenz.org/wfwcomment.php?cid=103</wfw:comment>

    <slash:comments>3</slash:comments>
    <wfw:commentRss>http://weblog.alenz.org/rss.php?version=2.0&amp;type=comments&amp;cid=103</wfw:commentRss>
    

    <author>andi-weblog@alenz.org (Andreas Lenz)</author>
    <content:encoded>
    in &lt;a href=&quot;http://weblog.alenz.org/exit.php?url_id=458&amp;amp;entry_id=103&quot; title=&quot;http://www.spiegel.de/sport/fussball/0,1518,423310,00.html&quot;  onmouseover=&quot;window.status=&#039;http://www.spiegel.de/sport/fussball/0,1518,423310,00.html&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;http://www.spiegel.de/sport/fussball/0,1518,423310,00.html&lt;/a&gt;
&lt;blockquote&gt;Das ist manchmal ganz lustig, sollte aber nicht hoch&lt;i&gt;sterilisiert&lt;/i&gt; werden. Schlimmer sind sachliche Schnitzer, die auf mangelnder Vorbereitung beruhen.&lt;/blockquote&gt; 
    </content:encoded>

    <pubDate>Sat, 24 Jun 2006 17:53:00 +0200</pubDate>
    <guid isPermaLink="false">http://weblog.alenz.org/archives/103-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/1.0/</creativeCommons:license><category>blooper</category>
<category>spiegel</category>

</item>
<item>
    <title>iPodHurd</title>
    <link>http://weblog.alenz.org/archives/97-iPodHurd.html</link>
            <category>Computer</category>
            <category>Curiousities</category>
    
    <comments>http://weblog.alenz.org/archives/97-iPodHurd.html#comments</comments>
    <wfw:comment>http://weblog.alenz.org/wfwcomment.php?cid=97</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://weblog.alenz.org/rss.php?version=2.0&amp;type=comments&amp;cid=97</wfw:commentRss>
    

    <author>andi-weblog@alenz.org (Andreas Lenz)</author>
    <content:encoded>
    &lt;a href=&quot;http://weblog.alenz.org/exit.php?url_id=429&amp;amp;entry_id=97&quot; title=&quot;http://www.pro-linux.de/news/2006/9636.html&quot;  onmouseover=&quot;window.status=&#039;http://www.pro-linux.de/news/2006/9636.html&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;Er wird wahrscheinlich gleich nach dem normalen Hurd fertig.&lt;/a&gt; 
    </content:encoded>

    <pubDate>Wed, 03 May 2006 11:27:26 +0200</pubDate>
    <guid isPermaLink="false">http://weblog.alenz.org/archives/97-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/1.0/</creativeCommons:license><category>computer</category>
<category>computer science</category>
<category>hurd</category>
<category>iPod</category>

</item>

</channel>
</rss>