<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>derzeit namenlos</title>
	<atom:link href="http://blog.lostpackets.de/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.lostpackets.de</link>
	<description></description>
	<lastBuildDate>Tue, 15 Jun 2010 19:46:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>gschem/gEDA symbol for PGA2311/PGA2310</title>
		<link>http://blog.lostpackets.de/2010/05/18/gschemgeda-symbol-for-pga2311pga2310/</link>
		<comments>http://blog.lostpackets.de/2010/05/18/gschemgeda-symbol-for-pga2311pga2310/#comments</comments>
		<pubDate>Mon, 17 May 2010 23:14:39 +0000</pubDate>
		<dc:creator>Christian Geier</dc:creator>
				<category><![CDATA[elektronik]]></category>

		<guid isPermaLink="false">http://blog.lostpackets.de/?p=494</guid>
		<description><![CDATA[<img src="http://blog.lostpackets.de/wp-content/uploads/icons/elektronik.png" width="54" height="45" alt="" title="elektronik" /><br/>gschem/gEDA Symbol für TI/Burr-Brown PGA2311/PGA2310: pga2311.sym pga2311.src]]></description>
			<content:encoded><![CDATA[<img src="http://blog.lostpackets.de/wp-content/uploads/icons/elektronik.png" width="54" height="45" alt="" title="elektronik" /><br/><p> <a href="http://blog.lostpackets.de/wp-content/uploads/2010/05/pga2310.png" rel="lightbox[pics494]" title="pga2311"><img src="http://blog.lostpackets.de/wp-content/uploads/2010/05/pga2310.thumbnail.png" alt="" width="103" height="200" class="attachment wp-att-495 " /></a></p>
<p><a href="http://www.geda.seul.org">gschem/gEDA</a> Symbol für TI/Burr-Brown PGA2311/PGA2310:<br />
<a href="http://blog.lostpackets.de/wp-content/uploads/2010/05/pga2311.sym">pga2311.sym</a><br />
<a href="http://blog.lostpackets.de/wp-content/uploads/2010/05/pga2311.src">pga2311.src</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.lostpackets.de/2010/05/18/gschemgeda-symbol-for-pga2311pga2310/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>etherpad FreeBSD</title>
		<link>http://blog.lostpackets.de/2010/03/31/etherpad-freebsd/</link>
		<comments>http://blog.lostpackets.de/2010/03/31/etherpad-freebsd/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 22:38:32 +0000</pubDate>
		<dc:creator>Christian Geier</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[etherpad]]></category>
		<category><![CDATA[mod_proxy]]></category>

		<guid isPermaLink="false">http://blog.lostpackets.de/?p=468</guid>
		<description><![CDATA[<img src="http://blog.lostpackets.de/wp-content/uploads/icons/FreeBSD.png" width="45" height="47" alt="" title="FreeBSD" /><br/>etherpad works very well on FreeBSD. Installing it is pretty straight forward and you can mostly follow &#8220;generic&#8221; Linux Howtos, but there are some differences, listed here. Some etherpad Linux Howtos: instructions from google code wiki etherpad on debian very elaborate on for CentOS install: JDK, I use java/jdk15 lang/scala mysql, I use databases/mysql51-server databases/mysql-connector-java [...]]]></description>
			<content:encoded><![CDATA[<img src="http://blog.lostpackets.de/wp-content/uploads/icons/FreeBSD.png" width="45" height="47" alt="" title="FreeBSD" /><br/><p>etherpad works very well on FreeBSD. Installing it is pretty straight forward and you can mostly follow &#8220;generic&#8221; Linux Howtos, but there are some differences, listed here.<br />
<span id="more-468"></span></p>
<p>Some etherpad Linux Howtos:</p>
<ul>
<li><a href="http://code.google.com/p/etherpad/wiki/Instructions">instructions from google code wiki</a></li>
<li><a href="http://mclear.co.uk/2010/03/10/installing-etherpad-on-debian/">etherpad on debian</a></li>
<li><a href="http://pauleira.com/13/installing-etherpad/">very elaborate on for CentOS</a></li>
</ul>
<p>install:</p>
<ul>
<li>JDK, I use <span class="mono">java/jdk15</span></li>
<li><span class="mono">lang/scala</span></li>
<li>mysql, I use <span class="mono">databases/mysql51-server</span></li>
<li><span class="mono">databases/mysql-connector-java</span></li>
<li><span class="mono">shells/bash</span></li>
<li><span class="mono">devel/mercurial</span></li>
</ul>
<p>since some of the scripts use <span class=mono>#!/bin/shell</span> I do</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">ln -s /usr/local/bin/bash /bin/bash</div></div>
<p>otherwise you can just grep through the source later and replace all <span class=mono>#!/bin/bash</span> with <span class=mono>#!/usr/local/bin/bash</span></p>
<p>make sure that <span class=mono>CP_CMD=&#8221;/bin/cp -R -n&#8221; </span> in <em>etherpad/trunk/infrastructure/bin/compilecache.sh</em> i.e. by replacing Darwin with FreeBSD in line 18 or just change line 17.</p>
<p>the exports are:</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">export JAVA_HOME=&quot;/usr/local/diablo-jdk1.6.0&quot;<br />
export SCALA_HOME=&quot;/usr/local/share/scala-2.7.7&quot;<br />
export JAVA=&quot;$JAVA_HOME/bin/java&quot;<br />
export SCALA=&quot;$SCALA_HOME/bin/scala&quot;<br />
export PATH=&quot;$JAVA_HOME/bin:$SCALA_HOME/bin:/usr/local/mysql/bin:$PATH&quot;<br />
export MYSQL_CONNECTOR_JAR=&quot;/usr/local/share/java/classes/mysql-connector-java.jar&quot;</div></div>
<p>you might consider to add an etherpad user.</p>
<p>for reaching etherpad through port 80 I use apache&#8217;s mod_proxy. The configurations I found didn&#8217;t work for me, this did:</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">&lt;virtualhost *:80&gt;<br />
&nbsp; ServerName yourdomain.tld<br />
&nbsp; ServerSignature Off<br />
<br />
&nbsp; ErrorLog /var/log/apache2/yourdomain.tld/error.log<br />
&nbsp; LogLevel warn<br />
&nbsp; CustomLog /var/log/apache2/yourdomain.tld/access.log combined<br />
&nbsp; <br />
&nbsp; ProxyRequests Off<br />
&nbsp; <br />
&nbsp; &lt;proxy *&gt;<br />
&nbsp; &nbsp; Order deny,allow<br />
&nbsp; &nbsp; Allow from all <br />
&nbsp; &lt;/proxy&gt;<br />
<br />
&nbsp; ProxyPass / http://localhost:9000/<br />
&nbsp; ProxyPassReverse / http://localhost:9000/<br />
&nbsp; ProxyPreserveHost on<br />
&lt;/virtualhost&gt;</div></div>
<p>don&#8217;t forget to load mod_proxy and mod_proxy_http</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">LoadModule proxy_module libexec/apache2/mod_proxy.so<br />
LoadModule proxy_http_module libexec/apache2/mod_proxy_http.so</div></div>
<p>if you are using apache2 and don&#8217;t have mod_proxy installed, just make it again with <span class=mono>WITH_PROXY_MODULES=yes</span></p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">cd /usr/ports/www/apache20<br />
make WITH_PROXY_MODULES=yes<br />
make deinstall<br />
make reinstall</div></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.lostpackets.de/2010/03/31/etherpad-freebsd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finger licking good!</title>
		<link>http://blog.lostpackets.de/2009/12/01/finger-licking-good/</link>
		<comments>http://blog.lostpackets.de/2009/12/01/finger-licking-good/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 22:58:10 +0000</pubDate>
		<dc:creator>Christian Geier</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.lostpackets.de/?p=441</guid>
		<description><![CDATA[<br/>Tastatur Physik Cippool]]></description>
			<content:encoded><![CDATA[<br/><p><a href="http://blog.lostpackets.de/wp-content/uploads/2009/12/DSC00381.jpg" rel="lightbox[pics0]" title="finger-lickin-good"><img src="http://blog.lostpackets.de/wp-content/uploads/2009/12/DSC00381.thumbnail.jpg" alt="" width="450" height="337" class="attachment wp-att-440 " /></a><br />
Tastatur Physik Cippool</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.lostpackets.de/2009/12/01/finger-licking-good/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Via Nano und SHA265 Hardware beschleunigt</title>
		<link>http://blog.lostpackets.de/2009/11/16/via-nano-und-sha265-hardware-beschleunigt/</link>
		<comments>http://blog.lostpackets.de/2009/11/16/via-nano-und-sha265-hardware-beschleunigt/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 23:43:07 +0000</pubDate>
		<dc:creator>Christian Geier</dc:creator>
				<category><![CDATA[hacks]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[netatalk]]></category>
		<category><![CDATA[sha256]]></category>
		<category><![CDATA[via nano]]></category>
		<category><![CDATA[zfs]]></category>

		<guid isPermaLink="false">http://blog.lostpackets.de/?p=436</guid>
		<description><![CDATA[<br/>Warum schafft es Via eigentlich nicht, den Nano auf einem halbwegs billigen Mainboard mit mehr als zwei SATA Ports zu verkaufen? Die einzigen &#8220;NAS-Boards&#8221; von Via haben noch den C7 drauf (kein 64bit, nur einen RAM Slot und werdene eigentlich gar nicht an Endkunden verkauft). Stattdessen gibt es Nano-Boards mit vergleichsweise dicken Chipsätzen für HD-Videobeschleunigung. [...]]]></description>
			<content:encoded><![CDATA[<br/><p>Warum schafft es Via eigentlich nicht, den <a href="http://en.wikipedia.org/wiki/Via_nano">Nano</a> auf einem halbwegs billigen Mainboard mit mehr als zwei SATA Ports zu verkaufen? Die einzigen <a href="http://www.via.com.tw/en/products/embedded/ProductSeries.jsp?serialNo=7">&#8220;NAS-Boards&#8221;</a> von Via haben noch den C7 drauf (kein 64bit, nur einen RAM Slot und werdene eigentlich gar nicht an Endkunden verkauft). Stattdessen gibt es Nano-Boards mit vergleichsweise dicken Chipsätzen für HD-Videobeschleunigung.</p>
<p>Vielleicht werde ich mich mit daher dem <a href="http://www.via.com.tw/en/products/embedded/ProductDetail.jsp?id=711">VB8001</a> anfreunden. Hat zwar auch nur zwei SATA Ports aber immerhin einen PCIe Slot in den man eine STA Karte stecken kann und kostet nur 130 Euro.</p>
<p>Wenn ZFS auf FreeBSD jetzt noch die SHA256 Hardwarebeschleunigung nutzen würde&#8230; Es gibt zwar einen <a href="http://www.freebsd.org/cgi/query-pr.cgi?pr=125738">Featurerequest</a>, aber es scheint sich noch niemand der Sache angenommen zu haben und mir ist das auch zu haarig in ZFS und libcrypto einzusteigen.</p>
<p>Achja: netatalk 2.0.5 mit Timemachine Unterstützung ist erschienen. Fein.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.lostpackets.de/2009/11/16/via-nano-und-sha265-hardware-beschleunigt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SizeUp!</title>
		<link>http://blog.lostpackets.de/2009/10/27/sizeup/</link>
		<comments>http://blog.lostpackets.de/2009/10/27/sizeup/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 06:45:19 +0000</pubDate>
		<dc:creator>Christian Geier</dc:creator>
				<category><![CDATA[mac]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[sizeup]]></category>
		<category><![CDATA[window manager]]></category>
		<category><![CDATA[wmii]]></category>

		<guid isPermaLink="false">http://blog.lostpackets.de/?p=429</guid>
		<description><![CDATA[<img src="http://blog.lostpackets.de/wp-content/uploads/icons/mac.png" width="41" height="45" alt="" title="mac" /><br/>Nach etwa 2 monatigem Testen habe ich gerade SizeUp gekauft. Das Programm, dessen Preis man selbst bestimmen darf (mindestens aber 5 USD) verschiebt und vergrößert/verkleinert Fenster auf Mac OS X auf die Hälfte/ein Viertel des Bildschirms und bringt ein bisschen den Komfort von wmii auf den Mac. Sehr empfehlenswert, kostenlose Demo vorhanden und empfohlen!]]></description>
			<content:encoded><![CDATA[<img src="http://blog.lostpackets.de/wp-content/uploads/icons/mac.png" width="41" height="45" alt="" title="mac" /><br/><p>Nach etwa 2 monatigem Testen habe ich gerade <a href="http://www.irradiatedsoftware.com/sizeup/">SizeUp</a> gekauft. Das Programm, dessen Preis man selbst bestimmen darf (mindestens aber 5 USD) verschiebt und vergrößert/verkleinert Fenster auf Mac OS X auf die Hälfte/ein Viertel des Bildschirms und bringt ein bisschen den Komfort von <a href="http://wmii.suckless.org/">wmii</a> auf den Mac. </p>
<p>Sehr empfehlenswert, kostenlose Demo vorhanden und empfohlen!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.lostpackets.de/2009/10/27/sizeup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ich liebe Realtek Karten</title>
		<link>http://blog.lostpackets.de/2009/10/26/ich-liebe-realtek-karten/</link>
		<comments>http://blog.lostpackets.de/2009/10/26/ich-liebe-realtek-karten/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 20:15:56 +0000</pubDate>
		<dc:creator>Christian Geier</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.lostpackets.de/?p=426</guid>
		<description><![CDATA[<br/>64 bytes from 192.168.1.10: icmp_seq=531 ttl=64 time=1.833 ms Request timeout for icmp_seq 532 64 bytes from 192.168.1.10: icmp_seq=533 ttl=64 time=2.164 ms 64 bytes from 192.168.1.10: icmp_seq=534 ttl=64 time=1.902 ms 64 bytes from 192.168.1.10: icmp_seq=535 ttl=64 time=2.153 ms 64 bytes from 192.168.1.10: icmp_seq=536 ttl=64 time=2.174 ms Request timeout for icmp_seq 537 Request timeout for icmp_seq 538 [...]]]></description>
			<content:encoded><![CDATA[<br/><div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">64 bytes from 192.168.1.10: icmp_seq=531 ttl=64 time=1.833 ms<br />
Request timeout for icmp_seq 532<br />
64 bytes from 192.168.1.10: icmp_seq=533 ttl=64 time=2.164 ms<br />
64 bytes from 192.168.1.10: icmp_seq=534 ttl=64 time=1.902 ms<br />
64 bytes from 192.168.1.10: icmp_seq=535 ttl=64 time=2.153 ms<br />
64 bytes from 192.168.1.10: icmp_seq=536 ttl=64 time=2.174 ms<br />
Request timeout for icmp_seq 537<br />
Request timeout for icmp_seq 538<br />
Request timeout for icmp_seq 539<br />
Request timeout for icmp_seq 540<br />
Request timeout for icmp_seq 541<br />
64 bytes from 192.168.1.10: icmp_seq=542 ttl=64 time=1.545 ms<br />
Request timeout for icmp_seq 543<br />
64 bytes from 192.168.1.10: icmp_seq=544 ttl=64 time=1.521 ms<br />
64 bytes from 192.168.1.10: icmp_seq=545 ttl=64 time=1.828 ms<br />
Request timeout for icmp_seq 546<br />
64 bytes from 192.168.1.10: icmp_seq=547 ttl=64 time=1.602 ms<br />
64 bytes from 192.168.1.10: icmp_seq=548 ttl=64 time=1.959 ms<br />
64 bytes from 192.168.1.10: icmp_seq=549 ttl=64 time=1.494 ms</div></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.lostpackets.de/2009/10/26/ich-liebe-realtek-karten/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Das Bester am Schneeleoparden, Teil II:</title>
		<link>http://blog.lostpackets.de/2009/09/05/das-bester-am-schneeleoparden-teil-ii/</link>
		<comments>http://blog.lostpackets.de/2009/09/05/das-bester-am-schneeleoparden-teil-ii/#comments</comments>
		<pubDate>Sat, 05 Sep 2009 08:16:42 +0000</pubDate>
		<dc:creator>Christian Geier</dc:creator>
				<category><![CDATA[mac]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[snowleopard]]></category>

		<guid isPermaLink="false">http://blog.lostpackets.de/?p=421</guid>
		<description><![CDATA[<img src="http://blog.lostpackets.de/wp-content/uploads/icons/mac.png" width="41" height="45" alt="" title="mac" /><br/>Das Verhalten bei (kurzzeitiger) Nichterreichbarkeit von Netzwerklaufwerken.]]></description>
			<content:encoded><![CDATA[<img src="http://blog.lostpackets.de/wp-content/uploads/icons/mac.png" width="41" height="45" alt="" title="mac" /><br/><p><a href="http://blog.lostpackets.de/wp-content/uploads/2009/09/sleo_connections_interrupted.png" rel="lightbox[pics0]" title="Snow Leopard: Server connections interruppted"><img src="http://blog.lostpackets.de/wp-content/uploads/2009/09/sleo_connections_interrupted.png" alt="" width="278" height="158" class="attachment wp-att-420 " /></a></p>
<p>Das Verhalten bei (kurzzeitiger) Nichterreichbarkeit von Netzwerklaufwerken.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.lostpackets.de/2009/09/05/das-bester-am-schneeleoparden-teil-ii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>unbelievable, crazy and completely true story</title>
		<link>http://blog.lostpackets.de/2009/09/04/unbelievable-crazy-and-completely-true-story/</link>
		<comments>http://blog.lostpackets.de/2009/09/04/unbelievable-crazy-and-completely-true-story/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 15:15:04 +0000</pubDate>
		<dc:creator>Christian Geier</dc:creator>
				<category><![CDATA[Medien]]></category>
		<category><![CDATA[film]]></category>
		<category><![CDATA[movie]]></category>
		<category><![CDATA[the men who stare at goats]]></category>

		<guid isPermaLink="false">http://blog.lostpackets.de/?p=417</guid>
		<description><![CDATA[<br/>Wenn &#8220;The Men Who Stare at Goats&#8221; auch nur die Hälfte von dem hält, was der Trailer verspricht, ist er sicher der lustigste Film des Jahres (vorrausgesetzt man mochte &#8220;Burn after Reading&#8221;). Nach dem ersten Schauen des Trailers war ich überzeugt, es müße sich um einen Coen Film handeln (stimmt nicht) .]]></description>
			<content:encoded><![CDATA[<br/><p>Wenn &#8220;The Men Who Stare at Goats&#8221; auch nur die Hälfte von dem hält, was der <a href="http://www.apple.com/trailers/independent/themenwhostareatgoats/">Trailer</a> verspricht, ist er sicher der lustigste Film des Jahres (vorrausgesetzt man mochte &#8220;Burn after Reading&#8221;). Nach dem ersten Schauen des Trailers war ich überzeugt, es müße sich um einen Coen Film handeln (stimmt nicht) .</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.lostpackets.de/2009/09/04/unbelievable-crazy-and-completely-true-story/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Das Beste am Schneeleoparden</title>
		<link>http://blog.lostpackets.de/2009/08/31/das-beste-am-schneeleoparden/</link>
		<comments>http://blog.lostpackets.de/2009/08/31/das-beste-am-schneeleoparden/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 07:39:31 +0000</pubDate>
		<dc:creator>Christian Geier</dc:creator>
				<category><![CDATA[mac]]></category>
		<category><![CDATA[byebye]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[snowleopard]]></category>
		<category><![CDATA[vpnclient]]></category>

		<guid isPermaLink="false">http://blog.lostpackets.de/?p=409</guid>
		<description><![CDATA[<img src="http://blog.lostpackets.de/wp-content/uploads/icons/mac.png" width="41" height="45" alt="" title="mac" /><br/>]]></description>
			<content:encoded><![CDATA[<img src="http://blog.lostpackets.de/wp-content/uploads/icons/mac.png" width="41" height="45" alt="" title="mac" /><br/><p><a href="http://blog.lostpackets.de/wp-content/uploads/2009/08/byebye_VPNClient.app.png" rel="lightbox[pics409]" title="ByeBye_VPNClient.app"><img src="http://blog.lostpackets.de/wp-content/uploads/2009/08/byebye_VPNClient.app.png" alt="byebye vpnclient.app"  class="attachment wp-att-410 " /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.lostpackets.de/2009/08/31/das-beste-am-schneeleoparden/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Avedon in Berlin</title>
		<link>http://blog.lostpackets.de/2009/01/05/avedon-in-berlin/</link>
		<comments>http://blog.lostpackets.de/2009/01/05/avedon-in-berlin/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 00:49:51 +0000</pubDate>
		<dc:creator>Christian Geier</dc:creator>
				<category><![CDATA[Foto]]></category>
		<category><![CDATA[avedon]]></category>
		<category><![CDATA[berlin]]></category>

		<guid isPermaLink="false">http://blog.lostpackets.de/?p=350</guid>
		<description><![CDATA[<img src="http://blog.lostpackets.de/wp-content/uploads/icons/foto.png" width="60" height="45" alt="" title="Foto" /><br/>Noch bis zum 19. Januar in Berlin im Martin-Gropius-Bau und absolut sehenswert: Richard Avedon – Fotografien 1946–2004 Eine Retrospektive.]]></description>
			<content:encoded><![CDATA[<img src="http://blog.lostpackets.de/wp-content/uploads/icons/foto.png" width="60" height="45" alt="" title="Foto" /><br/><p>Noch bis zum 19. Januar in Berlin im Martin-Gropius-Bau und absolut sehenswert: <a href="http://www.berlinerfestspiele.de/de/aktuell/festivals/11_gropiusbau/mgb_04_programm/mgb_04_aktuelle_ausstellungen/mgb_04_ProgrammlisteDetailSeite_1_8925.php">Richard Avedon – Fotografien 1946–2004 Eine Retrospektive</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.lostpackets.de/2009/01/05/avedon-in-berlin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
