<?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>/Kretz/blog/</title>
    <link>http://vir.homelinux.org/blog/</link>
    <description>Things we want to tell the world...</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.2.2 - http://www.s9y.org/</generator>
    <pubDate>Thu, 14 Aug 2008 12:07:22 GMT</pubDate>

    <image>
        <url>http://vir.homelinux.org/blog/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: /Kretz/blog/ - Things we want to tell the world...</title>
        <link>http://vir.homelinux.org/blog/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>download and test Quasar</title>
    <link>http://vir.homelinux.org/blog/archives/120-download-and-test-Quasar.html</link>
            <category>Phonon</category>
    
    <comments>http://vir.homelinux.org/blog/archives/120-download-and-test-Quasar.html#comments</comments>
    <wfw:comment>http://vir.homelinux.org/blog/wfwcomment.php?cid=120</wfw:comment>

    <slash:comments>4</slash:comments>
    <wfw:commentRss>http://vir.homelinux.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=120</wfw:commentRss>
    

    <author>nospam@example.com (Matthias Kretz)</author>
    <content:encoded>
    &lt;img class=&quot;serendipity_authorpic&quot; src=&quot;http://vir.homelinux.org/blog/templates/default/img/Matthias_Kretz.png&quot; alt=&quot;Author&quot; title=&quot;Matthias Kretz&quot; /&gt;&lt;p&gt;So, there&#039;s much interest in the Phonon + Quasar code - as I had hoped &lt;img src=&quot;http://vir.homelinux.org/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;/p&gt;&lt;p&gt;To reproduce the result on your computer you need to get current phonon, current phonon-xine (with libxine &gt;= 1.1.12) and current quasar from SVN. For those that don&#039;t know where Quasar lives, you can find it here: &lt;a href=&quot;http://websvn.kde.org/trunk/playground/base/quasar/&quot;&gt;http://websvn.kde.org/trunk/playground/base/quasar/&lt;/a&gt;. To compile quasar you need to set the KDEDIR environment variable to the prefix where you installed phonon and then run qmake and make in the source dir. Then go to the examples/phonon subdir and run &lt;pre&gt;./phonon /path/to/video.ogg&lt;/pre&gt;. With S and Shift-S you can change the edge detection threshold.&lt;/p&gt;&lt;p&gt;Have fun detecting edges in your videos ...&lt;/p&gt; 
    </content:encoded>

    <pubDate>Wed, 13 Aug 2008 17:58:00 +0200</pubDate>
    <guid isPermaLink="false">http://vir.homelinux.org/blog/archives/120-guid.html</guid>
    
</item>
<item>
    <title>Phonon + Quasar</title>
    <link>http://vir.homelinux.org/blog/archives/119-Phonon-+-Quasar.html</link>
            <category>Phonon</category>
    
    <comments>http://vir.homelinux.org/blog/archives/119-Phonon-+-Quasar.html#comments</comments>
    <wfw:comment>http://vir.homelinux.org/blog/wfwcomment.php?cid=119</wfw:comment>

    <slash:comments>9</slash:comments>
    <wfw:commentRss>http://vir.homelinux.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=119</wfw:commentRss>
    

    <author>nospam@example.com (Matthias Kretz)</author>
    <content:encoded>
    &lt;img class=&quot;serendipity_authorpic&quot; src=&quot;http://vir.homelinux.org/blog/templates/default/img/Matthias_Kretz.png&quot; alt=&quot;Author&quot; title=&quot;Matthias Kretz&quot; /&gt;&lt;p&gt;I&#039;ve got it working a long time ago, but since this Akademy it is finally available in KDE trunk: Phonon now can give the raw video frames (as RGB, YV12 or YUY2) to an application and Quasar gained a node to upload those frames as textures and uses Shaders to convert YUV formats to RGB and then do arbitrary effects with them. The cool part about that, obviously, is that the data intensive calculations are happening on the graphics card (you need OpenGL 2 for this to work). To demonstrate the power of this I wrote a simple example that connects the PhononInputNode to an EdgeDetection node and then to a RenderNode. I did a &lt;a href=&quot;http://www.rzuser.uni-heidelberg.de/~mkretz2/phonon-quasar-bbb-edgedetection.ogv&quot;&gt;screencapture of the result&lt;/a&gt;, but that looks a lot worse than the real performance, which is totally smooth and, of course, doesn&#039;t show much CPU usage.&lt;/p&gt;&lt;p&gt;You can also see me adjusting the threshold value of the edge detection filter with a keyboard shortcut.&lt;/p&gt;&lt;p&gt;Here&#039;s the code:&lt;br /&gt;
&lt;div class=&quot;cpp-qt&quot; style=&quot;text-align: left&quot;&gt;m_input = &lt;span style=&quot;color: #333366;&quot;&gt;new&lt;/span&gt; PhononInputNode&lt;span style=&quot;color: #333333;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt;&amp;#41;&lt;/span&gt;;&lt;br /&gt;&lt;span style=&quot;color: #333399;&quot;&gt;connect&lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt;&amp;#40;&lt;/span&gt;m_input, &lt;span style=&quot;color: #333399;&quot;&gt;SIGNAL&lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt;&amp;#40;&lt;/span&gt;needUpdate&lt;span style=&quot;color: #333333;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt;&amp;#41;&lt;/span&gt;, SLOT&lt;span style=&quot;color: #333333;&quot;&gt;&amp;#40;&lt;/span&gt;updateGL&lt;span style=&quot;color: #333333;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt;&amp;#41;&lt;/span&gt;;&lt;br /&gt;m_compo.&lt;span style=&quot;color: #666666;&quot;&gt;addNode&lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt;&amp;#40;&lt;/span&gt;m_input&lt;span style=&quot;color: #333333;&quot;&gt;&amp;#41;&lt;/span&gt;;&lt;br /&gt;m_displayNode = m_compo.&lt;span style=&quot;color: #666666;&quot;&gt;createNode&lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #CC3333;&quot;&gt;&quot;/output/render&quot;&lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt;&amp;#41;&lt;/span&gt;;&lt;br /&gt;m_saturationNode = m_compo.&lt;span style=&quot;color: #666666;&quot;&gt;createNode&lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #CC3333;&quot;&gt;&quot;/color/edgedetect&quot;&lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt;&amp;#41;&lt;/span&gt;;&lt;br /&gt;Quasar::&lt;span style=&quot;color: #666666;&quot;&gt;link&lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt;&amp;#40;&lt;/span&gt;m_input, &lt;span style=&quot;color: #CC3333;&quot;&gt;&quot;output&quot;&lt;/span&gt;, m_saturationNode, &lt;span style=&quot;color: #CC3333;&quot;&gt;&quot;texture&quot;&lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt;&amp;#41;&lt;/span&gt;;&lt;br /&gt;Quasar::&lt;span style=&quot;color: #666666;&quot;&gt;link&lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt;&amp;#40;&lt;/span&gt;m_saturationNode, &lt;span style=&quot;color: #CC3333;&quot;&gt;&quot;output&quot;&lt;/span&gt;, m_displayNode, &lt;span style=&quot;color: #CC3333;&quot;&gt;&quot;texture&quot;&lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt;&amp;#41;&lt;/span&gt;;&lt;br /&gt;Phonon::&lt;span style=&quot;color: #666666;&quot;&gt;createPath&lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt;&amp;#40;&lt;/span&gt;m_media, m_input&lt;span style=&quot;color: #333333;&quot;&gt;&amp;#41;&lt;/span&gt;;&lt;br /&gt;m_compo.&lt;span style=&quot;color: #666666;&quot;&gt;prepare&lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt;&amp;#41;&lt;/span&gt;;&lt;br /&gt;&lt;span style=&quot;color: #333399;&quot;&gt;connect&lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt;&amp;#40;&lt;/span&gt;m_media, &lt;span style=&quot;color: #333399;&quot;&gt;SIGNAL&lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt;&amp;#40;&lt;/span&gt;finished&lt;span style=&quot;color: #333333;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt;&amp;#41;&lt;/span&gt;, m_media, SLOT&lt;span style=&quot;color: #333333;&quot;&gt;&amp;#40;&lt;/span&gt;play&lt;span style=&quot;color: #333333;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt;&amp;#41;&lt;/span&gt;;&lt;br /&gt;m_media-&amp;gt;play&lt;span style=&quot;color: #333333;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt;&amp;#41;&lt;/span&gt;;&lt;br /&gt;&amp;#160;&lt;/div&gt;&lt;br /&gt;
&lt;/p&gt;&lt;p&gt;Things to note:&lt;ul&gt;&lt;br /&gt;
&lt;li&gt;the PhononInputNode is both a Phonon::MediaNode and a Quasar::Node&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;the Quasar API is not final, especially wrt. PhononInputNode&lt;/li&gt;&lt;br /&gt;
&lt;/ul&gt;&lt;/p&gt; 
    </content:encoded>

    <pubDate>Wed, 13 Aug 2008 13:49:00 +0200</pubDate>
    <guid isPermaLink="false">http://vir.homelinux.org/blog/archives/119-guid.html</guid>
    
</item>
<item>
    <title>Akademy Travel</title>
    <link>http://vir.homelinux.org/blog/archives/118-Akademy-Travel.html</link>
            <category>KDE</category>
    
    <comments>http://vir.homelinux.org/blog/archives/118-Akademy-Travel.html#comments</comments>
    <wfw:comment>http://vir.homelinux.org/blog/wfwcomment.php?cid=118</wfw:comment>

    <slash:comments>4</slash:comments>
    <wfw:commentRss>http://vir.homelinux.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=118</wfw:commentRss>
    

    <author>nospam@example.com (Matthias Kretz)</author>
    <content:encoded>
    &lt;img class=&quot;serendipity_authorpic&quot; src=&quot;http://vir.homelinux.org/blog/templates/default/img/Matthias_Kretz.png&quot; alt=&quot;Author&quot; title=&quot;Matthias Kretz&quot; /&gt;&lt;p&gt;As &lt;img width=&quot;320&quot; height=&quot;178&quot; style=&quot;border: 0px; padding: 0px; vertical-align: middle;&quot; src=&quot;http://vir.homelinux.org/blog/uploads/goingakademy08.png&quot; alt=&quot;I&#039;m going to Akademy&quot; title=&quot;I&#039;m going to Akademy&quot; /&gt; and there will surely be a few more people traveling the same way, I wanted to ask if there&#039;s interest in traveling together - or to share a car ride. I&#039;ve already talked to &lt;a href=&quot;http://blog.martin-graesslin.com/blog/&quot;&gt;Martin Gräßlin&lt;/a&gt; who lives in Mannheim (I&#039;m in Heidelberg, in case you didn&#039;t know already), and we&#039;d probably take a train together. Neither of us owns a car, but if you do and drive by Mannheim/Heidelberg (A5) and want company and people sharing the high fuel cost with you, let me know. If not, you still might want to try to meet up in the train... in that case also let me know.&lt;/p&gt;&lt;p&gt;For the train I&#039;d probably take the ICE 610 (12:35 Mannheim - Köln) and ICE 14 (14:44 Köln - Bruxelles-Nord) on Fr, 8th, of course. But sharing a car ride would probably be cheaper.&lt;/p&gt;&lt;p&gt;Now back to exam preparations...&lt;/p&gt; 
    </content:encoded>

    <pubDate>Tue, 29 Jul 2008 15:26:00 +0200</pubDate>
    <guid isPermaLink="false">http://vir.homelinux.org/blog/archives/118-guid.html</guid>
    
</item>
<item>
    <title>ab morgen Semesterferien!</title>
    <link>http://vir.homelinux.org/blog/archives/117-ab-morgen-Semesterferien!.html</link>
            <category>Uni</category>
    
    <comments>http://vir.homelinux.org/blog/archives/117-ab-morgen-Semesterferien!.html#comments</comments>
    <wfw:comment>http://vir.homelinux.org/blog/wfwcomment.php?cid=117</wfw:comment>

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

    <author>nospam@example.com (Flora)</author>
    <content:encoded>
    &lt;img class=&quot;serendipity_authorpic&quot; src=&quot;http://vir.homelinux.org/blog/templates/default/img/Flora.png&quot; alt=&quot;Author&quot; title=&quot;Flora&quot; /&gt;Morgen die letzte Klausur! Danach hab ich ganz viel Lust auf &lt;a target=&quot;_blank&quot; &lt;a target=&quot;_blank&quot; href=&quot;http://www.wesnoth.org/&quot;&gt;The Battle of Wesnoth&lt;/a&gt;, Kino, DVDs, Freunde besuchen (Nina, ich komme!), Hauskreis, Gemeinde, Musik, Lesen,....ach ja und nebenher noch 3 Hausarbeiten schreiben... Aber immerhin hab ich freie Zeiteinteilung! &lt;img src=&quot;http://vir.homelinux.org/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>Tue, 22 Jul 2008 23:48:35 +0200</pubDate>
    <guid isPermaLink="false">http://vir.homelinux.org/blog/archives/117-guid.html</guid>
    
</item>
<item>
    <title>Semesterende</title>
    <link>http://vir.homelinux.org/blog/archives/116-Semesterende.html</link>
            <category>Uni</category>
    
    <comments>http://vir.homelinux.org/blog/archives/116-Semesterende.html#comments</comments>
    <wfw:comment>http://vir.homelinux.org/blog/wfwcomment.php?cid=116</wfw:comment>

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

    <author>nospam@example.com (Flora)</author>
    <content:encoded>
    &lt;img class=&quot;serendipity_authorpic&quot; src=&quot;http://vir.homelinux.org/blog/templates/default/img/Flora.png&quot; alt=&quot;Author&quot; title=&quot;Flora&quot; /&gt;Nachdem ich nun schon laaaaange nichts mehr geschrieben habe, obwohl ich manchmal dran gedacht habe, dass ich ja was hätte schreiben können, ist es mal wieder so weit. Ich mach einen Eintrag!&lt;br /&gt;
Und den mach ich irgendwie mit ein bisschen schlechtem Gewissen. Kennt ihr das, dass wenn ihr schrecklich viel zu tun habt für die Uni (oder sonstige Arbeit), man viel lieber aufräumt, spült, putzt, im Internet surft, &quot;wichtige&quot; Nachrichten lest, sogar in der Hitze joggen geht, &lt;strong&gt;nur um nicht zu lernen!?!?&lt;/strong&gt;&lt;br /&gt;
Bei mir ist aber jetzt langsam auch die Luft raus: habe insgesamt 7 Referate gehalten, (die letzten 2 diese Woche), schon 1 Klausur geschrieben, und habe noch 4 Klausuren vor mir. Also hab ich noch einiges zu tun...&lt;br /&gt;
&lt;br /&gt;
Was sich am Anfang dieses Semesters übrigens ergeben hat: Matthias und ich haben einen richtigen coolen Hauskreis (vom &lt;a target=&quot;_blank&quot; &lt;a target=&quot;_blank&quot; href=&quot;http://sonntagabend.feg-heidelberg.de/&quot;&gt;Abendgottesdienst&lt;/a&gt; der FeG) gefunden! Total viele liebe Leute, mit denen man auch gerne privat viel unternehmen möchte, die einen herausfordern konsequent zu leben und mit denen man einfach wirklich gute Gespräche haben kann. Dafür bin ich Gott echt dankbar! 
    </content:encoded>

    <pubDate>Fri, 11 Jul 2008 10:40:30 +0200</pubDate>
    <guid isPermaLink="false">http://vir.homelinux.org/blog/archives/116-guid.html</guid>
    
</item>
<item>
    <title>Britisches Blut nicht gut genug für Deutschland</title>
    <link>http://vir.homelinux.org/blog/archives/115-Britisches-Blut-nicht-gut-genug-fuer-Deutschland.html</link>
            <category>Flora</category>
    
    <comments>http://vir.homelinux.org/blog/archives/115-Britisches-Blut-nicht-gut-genug-fuer-Deutschland.html#comments</comments>
    <wfw:comment>http://vir.homelinux.org/blog/wfwcomment.php?cid=115</wfw:comment>

    <slash:comments>8</slash:comments>
    <wfw:commentRss>http://vir.homelinux.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=115</wfw:commentRss>
    

    <author>nospam@example.com (Flora)</author>
    <content:encoded>
    &lt;img class=&quot;serendipity_authorpic&quot; src=&quot;http://vir.homelinux.org/blog/templates/default/img/Flora.png&quot; alt=&quot;Author&quot; title=&quot;Flora&quot; /&gt;Ich wollte heute zum ersten Mal in meinem Leben Blut spenden gehen. Bin ja gesund und munter, dann kann ich auch mal was Gutes tun. Aber heute wurde ich zum Blutspenden für Deutschland &lt;strong&gt;lebenslänglich&lt;/strong&gt; gesperrt, weil ich in der Zeit zwischen 1980 und 1996 länger als 6 Monate in Großbrittanien oder Irland gewohnt habe! &lt;img src=&quot;http://vir.homelinux.org/blog/templates/default/img/emoticons/cry.png&quot; alt=&quot;:&#039;(&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
Also Leute, aufgepasst, denn hier lebt eine BSE-Verdächtigte unter euch!&lt;br /&gt;
&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Thu, 24 Apr 2008 15:27:32 +0200</pubDate>
    <guid isPermaLink="false">http://vir.homelinux.org/blog/archives/115-guid.html</guid>
    
</item>
<item>
    <title>mein persönliches Sommersemester 2008</title>
    <link>http://vir.homelinux.org/blog/archives/114-mein-persoenliches-Sommersemester-2008.html</link>
            <category>Uni</category>
    
    <comments>http://vir.homelinux.org/blog/archives/114-mein-persoenliches-Sommersemester-2008.html#comments</comments>
    <wfw:comment>http://vir.homelinux.org/blog/wfwcomment.php?cid=114</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://vir.homelinux.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=114</wfw:commentRss>
    

    <author>nospam@example.com (Flora)</author>
    <content:encoded>
    &lt;img class=&quot;serendipity_authorpic&quot; src=&quot;http://vir.homelinux.org/blog/templates/default/img/Flora.png&quot; alt=&quot;Author&quot; title=&quot;Flora&quot; /&gt;Das mache ich an Kursen in diesem Sommersemester:&lt;br /&gt;
&lt;br /&gt;
Zuerst die Kurse, für die ich noch Scheine brauche (das sind deutsche &quot;Credits&quot;, die ich noch brauche, um mich zum Staatsexamen anmelden zu können)&lt;br /&gt;
&lt;ul class=&quot;bb-list-unordered&quot;&gt;&lt;li class=&quot;bb-listitem&quot;&gt;&lt;strong&gt;Hauptseminar Literaturwissenschaft&lt;/strong&gt; (engl.) beim Prof. Schloss: &quot;Powerful Individuals: The Contemporary American Novel and the &#039;Human Subject&#039;&quot;&lt;/li&gt;
&lt;li class=&quot;bb-listitem&quot;&gt;&lt;strong&gt;Hauptseminar Sprachwissenschaft&lt;/strong&gt; (engl.) bei Prof. Hundt: &quot;English in the Southern Hemisphere&quot;&lt;/li&gt;
&lt;li class=&quot;bb-listitem&quot;&gt;&lt;strong&gt;Übung Grammar II&lt;/strong&gt;, Translation D-E bei Dr. Leslie&lt;/li&gt;
&lt;li class=&quot;bb-listitem&quot;&gt; &lt;strong&gt;Landeskunde&lt;/strong&gt; (span.)&quot;Sociedad y Cultura Latinoamericana en el Siglo XX&quot; bei Hr. Coseano&lt;/li&gt;
&lt;li class=&quot;bb-listitem&quot;&gt;&lt;strong&gt;EPG 1&lt;/strong&gt; (&lt;em&gt;Ethisch-Philsophische-Grundlagen&lt;/em&gt;): &quot;Einführung in die Ethik&quot; bei Dr. Wladika&lt;/li&gt;
&lt;li class=&quot;bb-listitem&quot;&gt;&lt;strong&gt;EPG 2&lt;/strong&gt;: (Titel unbekannt) über Revolutionary Union Movements (in USA) bei Dr. Schiffmann&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
Dieses Semester besuche ich zusätzlich (aus Interesse) folgende Kurse:
&lt;ul class=&quot;bb-list-unordered&quot;&gt;&lt;li class=&quot;bb-listitem&quot;&gt;&lt;strong&gt;Proseminar Lit-Wis&lt;/strong&gt;: &quot;Adapting Shakespeare for the Screen (A Midsummer Night&#039;s Dream; As You Like It)&quot; bei Fr. Hertel&lt;/li&gt;
&lt;li class=&quot;bb-listitem&quot;&gt;&lt;strong&gt;Übung&lt;/strong&gt;: &quot;Advanced English in Use&quot; bei Fr. Burmedi&lt;/li&gt;
&lt;li class=&quot;bb-listitem&quot;&gt;&lt;strong&gt;Hauptseminar Lit-Wis&lt;/strong&gt;: &quot;Spanische Kurzromane des 20. Jahrhunderts&quot; bei Prof. Poppenberg&lt;/li&gt;
&lt;li class=&quot;bb-listitem&quot;&gt;&lt;strong&gt;Übung&lt;/strong&gt;: &quot;Lectura Crítica de textos fundamentales del Siglo de Oro español&quot; (Vorbereitend aufs Examen) bei Dr. Scipioni&lt;/li&gt;
&lt;li class=&quot;bb-listitem&quot;&gt;&lt;strong&gt;Landeskunde&lt;/strong&gt;: &quot;Andalucía como crisol de culturas&quot; bei Fr. Sepúlveda&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
Die Kurse mit Schein haben natürlich Priorität, falls alles zuviel wird... das merk&#039; ich meistens erst nach den ersten 3-4 Wochen. Hab aber echt jetzt schon extrem viel zu lesen und zu erarbeiten, besonders für die Hauptseminare natürlich... 
    </content:encoded>

    <pubDate>Sun, 20 Apr 2008 11:59:22 +0200</pubDate>
    <guid isPermaLink="false">http://vir.homelinux.org/blog/archives/114-guid.html</guid>
    
</item>
<item>
    <title>Unsere tolle &quot;Elite-Uni&quot;...</title>
    <link>http://vir.homelinux.org/blog/archives/113-Unsere-tolle-Elite-Uni....html</link>
            <category>Uni</category>
    
    <comments>http://vir.homelinux.org/blog/archives/113-Unsere-tolle-Elite-Uni....html#comments</comments>
    <wfw:comment>http://vir.homelinux.org/blog/wfwcomment.php?cid=113</wfw:comment>

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

    <author>nospam@example.com (Flora)</author>
    <content:encoded>
    &lt;img class=&quot;serendipity_authorpic&quot; src=&quot;http://vir.homelinux.org/blog/templates/default/img/Flora.png&quot; alt=&quot;Author&quot; title=&quot;Flora&quot; /&gt;Diese Woche war Vorlesungsbeginn vom Sommersemester 2008. Heute hatte ich 3 Kurse mit verschiedenen Dozenten, die &lt;strong&gt;alle&lt;/strong&gt; meine Zeit verschwendet haben! &lt;br /&gt;
&lt;br /&gt;
Anstatt das Semester zu beginnen mit dem Lehrstoff, müssen die Dozenten die erste Doppelstunde des Semesters verschwenden, indem sie jeden Studenten sich selbst vorstellen lassen. Das dauert bei einem Kurs von 40-60 Teilnehmer ziemlich lange. Und außerdem: Wen interessierts!? Mich nicht. Ich zahle schließlich Semestergebühren und bin damit ja jemand, der Dienstleistungen von der Uni in Anspruch nimmt. Und zwar &lt;strong&gt;nicht&lt;/strong&gt; um sich von Kommilitonen anzuhören, warum er unbedingt diesen Kurs besucht (ist doch klar: er braucht den Schein!). Das können wir uns auch außerhalb der teuren Unterrichtszeit erzählen, wenn es wirklich wichtig wäre. &lt;br /&gt;
Mir wird die Dienstleistung für mein Geld nicht gebracht, und ich bin enttäuscht von meiner tollen Elite-Uni! &lt;img src=&quot;http://vir.homelinux.org/blog/templates/default/img/emoticons/sad.png&quot; alt=&quot;:-(&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; Ein ganzer Tag in der Uni und kaum was gelernt... 
    </content:encoded>

    <pubDate>Wed, 09 Apr 2008 21:32:11 +0200</pubDate>
    <guid isPermaLink="false">http://vir.homelinux.org/blog/archives/113-guid.html</guid>
    
</item>
<item>
    <title>Home sweet home!</title>
    <link>http://vir.homelinux.org/blog/archives/110-Home-sweet-home!.html</link>
            <category>Auslandssemester</category>
    
    <comments>http://vir.homelinux.org/blog/archives/110-Home-sweet-home!.html#comments</comments>
    <wfw:comment>http://vir.homelinux.org/blog/wfwcomment.php?cid=110</wfw:comment>

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

    <author>nospam@example.com (Flora)</author>
    <content:encoded>
    &lt;img class=&quot;serendipity_authorpic&quot; src=&quot;http://vir.homelinux.org/blog/templates/default/img/Flora.png&quot; alt=&quot;Author&quot; title=&quot;Flora&quot; /&gt;Endlich wieder daheim! Am Dienstag sind wir (Matthias und ich &lt;img src=&quot;http://vir.homelinux.org/blog/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; ) zusammen von Sevilla über Palma de Mallorca nach Frankfurt geflogen, mit insgesamt ca. 55kg (!) Gepäck. Verkaufen konnte ich noch mein Fahrrad und den W-Lan-Router, den Schreibtisch hab ich meiner Mitbewohnerin geschenkt. Der Rest ging alles mit, sogar die IKEA-Daunen-Decke! &lt;img src=&quot;http://vir.homelinux.org/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;
Ist voll schön wieder im vertrauten Heim zu sein, zusammen mit dem Menschen, mit dem man sowieso auf einer einsamen Insel gestrandet sein möchte &lt;img src=&quot;http://vir.homelinux.org/blog/templates/default/img/emoticons/wink.png&quot; alt=&quot;;-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; Naja, jedenfalls ist es völlig egal, dass hier die Sonne nicht scheint, dass es ungefähr 20°C kälter ist, und man einen Haufen Uni-Arbeit noch vor sich hat (3 Hausarbeiten), denn ich bin zu Hause! &lt;img src=&quot;http://vir.homelinux.org/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;
&lt;br /&gt;
Dass es am letzten Tag in Sevilla geregnet hat, machte die Abreise etwas leichter, denn ganz ohne weinendem Auge bin ich da nicht weggegangen. Ich hinterlasse viele nette neue Freunde (einige werde ich zum Glück wiedersehen!), und total liebe Mitbewohnerinnen. Nicht zu vergessen: Sevillas Schönheit an sich und das wärmste Wetter Spaniens. Ich hoffe, ich werde wirklich noch irgendwann mal im Sommersemester für einen kurzen Besuch rüberfliegen können.&lt;br /&gt;
&lt;br /&gt;
Die letzte Woche in Sevilla war toll. Ich habe alle Prüfungen bestanden, und konnte die letzten 3 Abende mich von meinen Freunden verabschieden: am Samstag von Indra, Annette, Elli (alle aus Heidelberg) und Julia (aus Linz); Sonntag von Caro, Jenny und der GBU (die spanische SMD); und Montag von meiner WG &lt;img src=&quot;http://vir.homelinux.org/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;
&lt;br /&gt;
Mein Auslandssemester ist also jetzt zu Ende. Mein Spanisch ist wirklich um Einiges besser geworden, wenn auch hier und da natürlich noch Fehler und Lücken bestehen. Ob die Zeit sich gelohnt hat, steht außer Frage! Alle Zeiten im Ausland (England, Schweden, Spanien) haben mich unbeschreiblich bereichert. Bin gespannt, welche Auslandszeiten in Zukunft noch anstehen. Die werde ich allerdings mit Matthias zusammen erleben. Bis der Tod uns trennt. 
    </content:encoded>

    <pubDate>Thu, 21 Feb 2008 15:15:00 +0100</pubDate>
    <guid isPermaLink="false">http://vir.homelinux.org/blog/archives/110-guid.html</guid>
    
</item>
<item>
    <title>Bestanden!</title>
    <link>http://vir.homelinux.org/blog/archives/109-Bestanden!.html</link>
            <category>Auslandssemester</category>
    
    <comments>http://vir.homelinux.org/blog/archives/109-Bestanden!.html#comments</comments>
    <wfw:comment>http://vir.homelinux.org/blog/wfwcomment.php?cid=109</wfw:comment>

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

    <author>nospam@example.com (Flora)</author>
    <content:encoded>
    &lt;img class=&quot;serendipity_authorpic&quot; src=&quot;http://vir.homelinux.org/blog/templates/default/img/Flora.png&quot; alt=&quot;Author&quot; title=&quot;Flora&quot; /&gt;Bin zugelassen zur mündlichen Prüfung. Morgen um 16:30 Uhr. Matthias kommt heute um die gleiche Uhrzeit am Flughafen in Sevilla an! &lt;img src=&quot;http://vir.homelinux.org/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; Meine letzte Woche hier kann also nur noch schön werden!! &lt;img src=&quot;http://vir.homelinux.org/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>Wed, 13 Feb 2008 12:58:45 +0100</pubDate>
    <guid isPermaLink="false">http://vir.homelinux.org/blog/archives/109-guid.html</guid>
    
</item>
<item>
    <title>es ist fast alles vorbei...</title>
    <link>http://vir.homelinux.org/blog/archives/108-es-ist-fast-alles-vorbei....html</link>
            <category>Auslandssemester</category>
    
    <comments>http://vir.homelinux.org/blog/archives/108-es-ist-fast-alles-vorbei....html#comments</comments>
    <wfw:comment>http://vir.homelinux.org/blog/wfwcomment.php?cid=108</wfw:comment>

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

    <author>nospam@example.com (Flora)</author>
    <content:encoded>
    &lt;img class=&quot;serendipity_authorpic&quot; src=&quot;http://vir.homelinux.org/blog/templates/default/img/Flora.png&quot; alt=&quot;Author&quot; title=&quot;Flora&quot; /&gt;Heute hatte ich die letzte Klausur! Na gut, eine Mündliche folgt noch, aber nur, wenn ich die hier bestanden hab, und das hängt noch in den Wolken! &lt;img src=&quot;http://vir.homelinux.org/blog/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; Mir fehlte nämlich vorher jegliche Motivation auch nur irgendwas mir anzugucken. Das kommt vor allem auch daher, dass ich diesen Kurs wirklich nur als &quot;Geschenk&quot; mit nach Hause zu bringen, so quasi als &quot;hey, guck mal wie toll ich bin!&quot; &lt;img src=&quot;http://vir.homelinux.org/blog/templates/default/img/emoticons/wink.png&quot; alt=&quot;;-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; aber nicht, weil er mir irgendwas bringen soll...&lt;br /&gt;
&lt;br /&gt;
Das Wochenende war cool &lt;img src=&quot;http://vir.homelinux.org/blog/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;. Am Samstag sind Julia, Indra und ich um die Bars in meinem Viertel Triana gezogen. 6 Bars an einem Abend ist gar nicht schlecht, ne? War total witzig! So machen das übrigens auch die Spanier: die gehen in eine Bar, trinken dort was, essen eine Tapa, einer aus der Gruppe zahlt, und weiter geht&#039;s und der nächste ist dran mit einladen. Genauso haben wir&#039;s auch gemacht &lt;img src=&quot;http://vir.homelinux.org/blog/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;. Morgen Abend gilt das zu toppen, wobei ich befürchte, dass die Bars gar nicht sooo lange auf haben wie am Wochenende. Diesmal soll&#039;s aber in&#039;s Stadtviertel &quot;Macarena&quot; gehen, und zwar an die Alameda de Hercules, ein Platz voll mit Bars, Cafés und Diskos. &lt;br /&gt;
&lt;br /&gt;
An der Alameda wohnt jetzt seit gestern auch die Caro. Wir (Julia, Indra und ich) haben ihr geholfen mit dem Umzug. Ich wusste gar nicht, was frau alles in einem halben Jahr an Sachen ansammeln kann, dass wir 4 volle Koffer, einen Trolly, und noch diverse Tüten voll mit Zeug schleppen mussten! Die Aktion vom Sonntag Nachmittag könnt ihr übrigens hier &lt;a target=&quot;_blank&quot; href=&quot;http://blog.myspace.com/index.cfm?fuseaction=blog.view&amp;amp;friendID=133612591&amp;amp;blogID=356843215&quot;&gt;hier&lt;/a&gt; (Caro&#039;s Blog) nachlesen. &lt;br /&gt;
Die neue Wohnung ist übrigens echt der Hammer! Also, wenn ich nochmal zu Besuch komme im nächsten halben Jahr, dann weiß ich schon, wo ich nächtigen werde! &lt;img src=&quot;http://vir.homelinux.org/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;
 
    </content:encoded>

    <pubDate>Mon, 11 Feb 2008 20:02:05 +0100</pubDate>
    <guid isPermaLink="false">http://vir.homelinux.org/blog/archives/108-guid.html</guid>
    
</item>
<item>
    <title>nach der Klausur am Freitag...</title>
    <link>http://vir.homelinux.org/blog/archives/107-nach-der-Klausur-am-Freitag....html</link>
            <category>Auslandssemester</category>
    
    <comments>http://vir.homelinux.org/blog/archives/107-nach-der-Klausur-am-Freitag....html#comments</comments>
    <wfw:comment>http://vir.homelinux.org/blog/wfwcomment.php?cid=107</wfw:comment>

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

    <author>nospam@example.com (Flora)</author>
    <content:encoded>
    &lt;img class=&quot;serendipity_authorpic&quot; src=&quot;http://vir.homelinux.org/blog/templates/default/img/Flora.png&quot; alt=&quot;Author&quot; title=&quot;Flora&quot; /&gt;&lt;div class=&quot;serendipity_imageComment_left&quot; style=&quot;width: 160px&quot;&gt;&lt;div class=&quot;serendipity_imageComment_img&quot;&gt;&lt;a class=&#039;serendipity_image_link&#039; href=&#039;http://vir.homelinux.org/blog/uploads/4_maedels_beim_frisoer.jpg&#039;&gt;&lt;!-- s9ymdb:156 --&gt;&lt;img width=&quot;160&quot; height=&quot;75&quot; src=&quot;http://vir.homelinux.org/blog/uploads/4_maedels_beim_frisoer.serendipityThumb.jpg&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;serendipity_imageComment_txt&quot;&gt;v.l.n.r. Indra, Julia, Flora, Caro&lt;/div&gt;&lt;/div&gt;...ging&#039;s zum Frisör - und zwar zu 4.! &lt;img src=&quot;http://vir.homelinux.org/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; War witzig!&lt;br /&gt;
&lt;br /&gt;
Ich kann noch nichts sagen über die Klausur...es wurden spezifisch (kurze!) Zeiträume abgefragt, wo ich doch die ganzen 200 Jahre grob im Kopf hatte...naja, abwarten! &lt;a target=&quot;_blank&quot; href=&quot;http://friedi4n.blogspot.com/&quot;&gt;Friedi&lt;/a&gt; sagte schon, dass es immerhin Uni-Niveau ist und deswegen nicht zu leicht sein kann. Aber eigentlich studiere ich ja auch gar nicht Historistik!! &lt;!-- s9ymdb:157 --&gt;&lt;img width=&quot;19&quot; height=&quot;19&quot; style=&quot;border: 0px; padding-left: 5px; padding-right: 5px;&quot; src=&quot;http://vir.homelinux.org/blog/uploads/whew.gif&quot; alt=&quot;&quot;  /&gt;&lt;br /&gt;
&lt;br /&gt;
Am Montag hab ich das letzte schriftliche Examen, am Donnerstag dann Mündliches.&lt;br /&gt;
&lt;br /&gt;
PS: ab Mittwoch bin ich wieder mit Matthias vereint. Werde ihn &lt;strong&gt;nie&lt;/strong&gt; wieder so lange verlassen! &lt;img src=&quot;http://vir.homelinux.org/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, 09 Feb 2008 19:39:27 +0100</pubDate>
    <guid isPermaLink="false">http://vir.homelinux.org/blog/archives/107-guid.html</guid>
    
</item>
<item>
    <title>200 Jahre spanische Geschichte...</title>
    <link>http://vir.homelinux.org/blog/archives/106-200-Jahre-spanische-Geschichte....html</link>
            <category>Auslandssemester</category>
    
    <comments>http://vir.homelinux.org/blog/archives/106-200-Jahre-spanische-Geschichte....html#comments</comments>
    <wfw:comment>http://vir.homelinux.org/blog/wfwcomment.php?cid=106</wfw:comment>

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

    <author>nospam@example.com (Flora)</author>
    <content:encoded>
    &lt;img class=&quot;serendipity_authorpic&quot; src=&quot;http://vir.homelinux.org/blog/templates/default/img/Flora.png&quot; alt=&quot;Author&quot; title=&quot;Flora&quot; /&gt;Wieso fällt mir eigentlich immer erst beim Lernen für die Klausur auf, dass das Fach eigentlich total interessant ist!?!? Mist, und jetzt ist es zu spät! Übermorgen (also Freitag) schreiben wir Klausur... bis dahin lerne ich noch (momentan zusammen mit Caro - da lass ich mich nicht zu sehr ablenken &lt;img src=&quot;http://vir.homelinux.org/blog/templates/default/img/emoticons/wink.png&quot; alt=&quot;;-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; ). Diesen Kurs kann ich mir dann als Landeskunde-Schein anrechnen lassen...also, wenn ich bestehe natürlich &lt;img src=&quot;http://vir.homelinux.org/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;
&lt;br /&gt;
So, und jetzt wird weitergelernt! 
    </content:encoded>

    <pubDate>Wed, 06 Feb 2008 15:57:19 +0100</pubDate>
    <guid isPermaLink="false">http://vir.homelinux.org/blog/archives/106-guid.html</guid>
    
</item>
<item>
    <title>Granada</title>
    <link>http://vir.homelinux.org/blog/archives/105-Granada.html</link>
            <category>Auslandssemester</category>
    
    <comments>http://vir.homelinux.org/blog/archives/105-Granada.html#comments</comments>
    <wfw:comment>http://vir.homelinux.org/blog/wfwcomment.php?cid=105</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://vir.homelinux.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=105</wfw:commentRss>
    

    <author>nospam@example.com (Flora)</author>
    <content:encoded>
    &lt;img class=&quot;serendipity_authorpic&quot; src=&quot;http://vir.homelinux.org/blog/templates/default/img/Flora.png&quot; alt=&quot;Author&quot; title=&quot;Flora&quot; /&gt;&lt;a class=&#039;serendipity_image_link&#039; href=&#039;http://vir.homelinux.org/blog/uploads/indraundich.jpg&#039;&gt;&lt;!-- s9ymdb:147 --&gt;&lt;img width=&quot;160&quot; height=&quot;120&quot; style=&quot;float: left; border: 0px; padding-left: 5px; padding-right: 5px;&quot; src=&quot;http://vir.homelinux.org/blog/uploads/indraundich.serendipityThumb.jpg&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt; Von Mittwoch bis einschließlich Freitag waren Indra und ich in Granada! Ich bin total beeindruckt und hätte nicht gedacht, dass es da so viel anders als in Sevilla ist. Granada ist ja die letzte Stadt unter arabischer Herrschaft gewesen, die von den Katholischen Königen erst in 1492 zurückerobert wurde (im Vergleich dazu: Sevilla wurde schon in 1248 zurückerobert). Anscheinend haben diese 2 Jahrhunderte Unterschied die Stadt stark geprägt. Und trotzdem sind die meisten Bauten natürlich nicht &quot;pur&quot; arabisch, sondern verchristianisiert, sogar die Alhambra zum Teil.&lt;br /&gt;
&lt;br /&gt;
&lt;a class=&#039;serendipity_image_link&#039; href=&#039;http://vir.homelinux.org/blog/uploads/teteria.jpg&#039;&gt;&lt;!-- s9ymdb:148 --&gt;&lt;img width=&quot;160&quot; height=&quot;120&quot; style=&quot;float: right; border: 0px; padding-left: 5px; padding-right: 5px;&quot; src=&quot;http://vir.homelinux.org/blog/uploads/teteria.serendipityThumb.jpg&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt; Zum Beispiel gibt es da die erwähnenswerten Teterías (also typisch arabische Cafés, wo es Tee gibt &lt;img src=&quot;http://vir.homelinux.org/blog/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; ), die es da im Überfluss gibt. In dieser Tetería haben wir uns also gleich am ersten Nachmittag hineingesetzt, um uns mit lautstarker arabischer Musik im Hintergrund uns auf den 3-tägigen Aufenthalt mental vorzubereiten &lt;img src=&quot;http://vir.homelinux.org/blog/templates/default/img/emoticons/wink.png&quot; alt=&quot;;-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;. Und den Tee haben wir wirklich gebraucht, denn in Granada sind es ca. 5°C kälter als in Sevilla und man braucht (außer in der Mittagssonne) wirklich seine Winterjacke! &lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;serendipity_imageComment_left&quot; style=&quot;width: 160px&quot;&gt;&lt;div class=&quot;serendipity_imageComment_img&quot;&gt;&lt;a class=&#039;serendipity_image_link&#039; href=&#039;http://vir.homelinux.org/blog/uploads/sichtaufalhambra.jpg&#039;&gt;&lt;!-- s9ymdb:149 --&gt;&lt;img width=&quot;160&quot; height=&quot;120&quot; src=&quot;http://vir.homelinux.org/blog/uploads/sichtaufalhambra.serendipityThumb.jpg&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;serendipity_imageComment_txt&quot;&gt;Alhambra mit Sierra Nevada im Hintergrund&lt;/div&gt;&lt;/div&gt; Von Granada aus kann man übrigens auch schon die Sierra Nevada sehen, wo viele auch skifahren gehen. Diese Bergkulisse macht die Stadt noch hübscher und gibt einem gleich Skifahrsehnsucht...&lt;br /&gt;
&lt;br /&gt;
Jedenfalls haben Indra und ich uns in aller Ruhe und Gemütlichkeit (wir hatten ja genug Zeit) die Sehenswürdigkeiten angeschaut. Zwischendurch saßen wir immer wieder auf irgendwelchen Terrassen und haben uns Käffchen und andere Leckereien gegönnt &lt;img src=&quot;http://vir.homelinux.org/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;
&lt;br /&gt;
Am 2. Tag stand erst mal die Alhambra auf dem Programm. Total beeindruckend. Ich lass die Bilder für sich sprechen...&lt;br /&gt;
&lt;div style=&quot;text-align:center;&quot;&gt;Aussicht von der Alhambra auf das Barrio Albaycín:&lt;/div&gt;&lt;center&gt;&lt;a class=&#039;serendipity_image_link&#039; href=&#039;http://vir.homelinux.org/blog/uploads/indra_vor_albaycin.jpg&#039;&gt;&lt;!-- s9ymdb:151 --&gt;&lt;img width=&quot;160&quot; height=&quot;120&quot; style=&quot;border: 0px; padding-left: 5px; padding-right: 5px;&quot; src=&quot;http://vir.homelinux.org/blog/uploads/indra_vor_albaycin.serendipityThumb.jpg&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;/center&gt;&lt;br /&gt;
&lt;div style=&quot;text-align:center;&quot;&gt;Aussicht auf granadische Kathedrale:&lt;/div&gt;&lt;center&gt;&lt;a class=&#039;serendipity_image_link&#039; href=&#039;http://vir.homelinux.org/blog/uploads/aussichtaufkathedrale.jpg&#039;&gt;&lt;!-- s9ymdb:152 --&gt;&lt;img width=&quot;120&quot; height=&quot;160&quot; style=&quot;border: 0px; padding-left: 5px; padding-right: 5px;&quot; src=&quot;http://vir.homelinux.org/blog/uploads/aussichtaufkathedrale.serendipityThumb.jpg&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;/center&gt;&lt;br /&gt;
&lt;div style=&quot;text-align:center;&quot;&gt;Alhambra, Comares, Myrtenhof (in den Palacios Nazaries). Dieses Bild haben bestimmt schon Millionen Menschen gemacht. Jetzt hab ich auch mein eigenes &lt;img src=&quot;http://vir.homelinux.org/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;/div&gt;&lt;center&gt;&lt;a class=&#039;serendipity_image_link&#039; href=&#039;http://vir.homelinux.org/blog/uploads/palacios_nazaries.jpg&#039;&gt;&lt;!-- s9ymdb:153 --&gt;&lt;img width=&quot;120&quot; height=&quot;160&quot; style=&quot;border: 0px; padding-left: 5px; padding-right: 5px;&quot; src=&quot;http://vir.homelinux.org/blog/uploads/palacios_nazaries.serendipityThumb.jpg&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;/center&gt;&lt;br /&gt;
&lt;div style=&quot;text-align:center;&quot;&gt;Alhambra, Löwenhof (auch in den Palacios Nazaries):&lt;/div&gt;&lt;center&gt;&lt;a class=&#039;serendipity_image_link&#039; href=&#039;http://vir.homelinux.org/blog/uploads/Loewenhof.jpg&#039;&gt;&lt;!-- s9ymdb:154 --&gt;&lt;img width=&quot;160&quot; height=&quot;120&quot; style=&quot;border: 0px; padding-left: 5px; padding-right: 5px;&quot; src=&quot;http://vir.homelinux.org/blog/uploads/Loewenhof.serendipityThumb.jpg&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;/center&gt;&lt;br /&gt;
&lt;div style=&quot;text-align:center;&quot;&gt;Alhambra, El Partal:&lt;/div&gt;&lt;center&gt;&lt;a class=&#039;serendipity_image_link&#039; href=&#039;http://vir.homelinux.org/blog/uploads/flora_vorm_partal.jpg&#039;&gt;&lt;!-- s9ymdb:155 --&gt;&lt;img width=&quot;160&quot; height=&quot;120&quot; style=&quot;border: 0px; padding-left: 5px; padding-right: 5px;&quot; src=&quot;http://vir.homelinux.org/blog/uploads/flora_vorm_partal.serendipityThumb.jpg&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;/center&gt;&lt;br /&gt;
&lt;br /&gt;
Ich hätte noch viel mehr Bilder...aber das wird zu viel...&lt;br /&gt;
Ich kann nur sagen: es war superschön und ich würde jedem empfehlen, da mal hinzufahren, wenn man das bisher noch nicht geschafft hat!  
    </content:encoded>

    <pubDate>Sun, 03 Feb 2008 13:17:38 +0100</pubDate>
    <guid isPermaLink="false">http://vir.homelinux.org/blog/archives/105-guid.html</guid>
    
</item>
<item>
    <title>Ein Stöckchen!!</title>
    <link>http://vir.homelinux.org/blog/archives/104-Ein-Stoeckchen!!.html</link>
            <category>Auslandssemester</category>
    
    <comments>http://vir.homelinux.org/blog/archives/104-Ein-Stoeckchen!!.html#comments</comments>
    <wfw:comment>http://vir.homelinux.org/blog/wfwcomment.php?cid=104</wfw:comment>

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

    <author>nospam@example.com (Flora)</author>
    <content:encoded>
    &lt;img class=&quot;serendipity_authorpic&quot; src=&quot;http://vir.homelinux.org/blog/templates/default/img/Flora.png&quot; alt=&quot;Author&quot; title=&quot;Flora&quot; /&gt;Kaum zurück aus Granada (darüber werdet ihr später noch hören), checke ich meine Mails und die interessanten Blogs (das sind viele!) und lese, dass ich von &lt;a target=&quot;_blank&quot; href=&quot;http://dermitdempinguintanzt.blogspot.com/2008/01/stckchen.html&quot;&gt;Arnold&lt;/a&gt; beworfen wurde!!! Ein witzisches und sinnloses Unternehmen, dessen Ausführung ich nicht widerstehen kann! Mal sehen, was meine Bloggerfreunde so lesen!&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Regeln:&lt;/strong&gt;&lt;br /&gt;
1. Nimm das erste Buch in deiner Nähe (das mindestens 123 Seiten hat). &lt;br /&gt;
2. Öffne das Buch auf Seite 123.&lt;br /&gt;
3. Finde den fünften Satz.&lt;br /&gt;
4. Poste die nächsten drei Sätze.&lt;br /&gt;
5. Wirf dein Stöckchen an 5 weitere Blogger!&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Ausführung&lt;/strong&gt;&lt;br /&gt;
- Señora, si usted me lo permite y así me hace el hombre más dichoso de Barcelona, invita Fermín Romero de Torres.&lt;br /&gt;
La Bernarda nos miró a ambos, sin palabras.&lt;br /&gt;
- Oiga, que yo pago lo que compro y esto es un regalo que quiero hacer a mi sobrina...&lt;br /&gt;
&lt;br /&gt;
Aus: Carlos Ruiz Zafón (2001), &lt;em&gt;La sombra del viento&lt;/em&gt;, Editorial Planeta, Barcelona, 2007.&lt;br /&gt;
&lt;br /&gt;
Ist ein spannender Roman, den ich gerade erst angefangen habe auf der Busfahrt nach Granada. Es wird euch wohl eher unter &lt;em&gt;Der Schatten des Windes&lt;/em&gt; bekannt sein &lt;img src=&quot;http://vir.homelinux.org/blog/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; Ich schäme mich, dass mein dickes &lt;em&gt;Historia&lt;/em&gt;-Buch nicht näher lag!&lt;br /&gt;
&lt;br /&gt;
Ich bewerfe &lt;a target=&quot;_blank&quot; href=&quot;http://www.earthtobella.com&quot;&gt;Viviane&lt;/a&gt;, &lt;a target=&quot;_blank&quot; href=&quot;http://theo-blogie.blogspot.com/&quot;&gt;Stephan&lt;/a&gt; (was liest wohl ein Vikar?), &lt;a target=&quot;_blank&quot; href=&quot;http://myheidelblog.blogspot.com/&quot;&gt;Johannes&lt;/a&gt;, &lt;a target=&quot;_blank&quot; href=&quot;http://blog.myspace.com/princesa254&quot;&gt;Caro&lt;/a&gt; und &lt;a target=&quot;_blank&quot; href=&quot;http://desertfoxx.wordpress.com&quot;&gt;Uli&lt;/a&gt;, damit er auch mal wieder was schreibt &lt;img src=&quot;http://vir.homelinux.org/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>Fri, 01 Feb 2008 23:27:22 +0100</pubDate>
    <guid isPermaLink="false">http://vir.homelinux.org/blog/archives/104-guid.html</guid>
    
</item>

</channel>
</rss>