<?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>work in progress ... &#187; Open-Source</title>
	<atom:link href="http://blog.tobias-olry.de/tag/open-source/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.tobias-olry.de</link>
	<description>... Stillstand gibt's nicht! (von Tobias Olry)</description>
	<lastBuildDate>Thu, 24 Sep 2009 06:44:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>kmail/kontact hangs when requesting &#8220;inbox&#8221; via imap</title>
		<link>http://blog.tobias-olry.de/kmailkontact-hangs-when-requesting-inbox-via-imap</link>
		<comments>http://blog.tobias-olry.de/kmailkontact-hangs-when-requesting-inbox-via-imap#comments</comments>
		<pubDate>Wed, 23 Sep 2009 16:18:36 +0000</pubDate>
		<dc:creator>Tobias</dc:creator>
				<category><![CDATA[all]]></category>
		<category><![CDATA[imap]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[kmail]]></category>
		<category><![CDATA[kontact]]></category>
		<category><![CDATA[Linux Desktop]]></category>
		<category><![CDATA[Open-Source]]></category>

		<guid isPermaLink="false">http://blog.tobias-olry.de/kmailkontact-hangs-when-requesting-inbox-via-imap</guid>
		<description><![CDATA[<p>Just stumbled upon this bug-report, that exactly described a problem I had for some time with kmail + imap on my &#8220;web.de&#8221;-account</p>
<p>http://bugs.kde.org/show_bug.cgi?id=153284</p>
<p>The proposed solution worked fine for me, so no more hanging inbox, fyi what to edit and where:</p>
<p></p>
<p>Despite being unintuitive, you have to use the edit-icon, changing the input field directly will result in [...]]]></description>
			<content:encoded><![CDATA[<p>Just stumbled upon this bug-report, that exactly described a problem I had for some time with kmail + imap on my &#8220;web.de&#8221;-account</p>
<p><a title="KMail+IMAP= interface hanging" href="http://bugs.kde.org/show_bug.cgi?id=153284">http://bugs.kde.org/show_bug.cgi?id=153284</a></p>
<p>The proposed solution worked fine for me, so no more hanging inbox, fyi what to edit and where:</p>
<p><img src="http://blog.tobias-olry.de/wp-content/uploads/2009/09/namespace-setting.png" alt="" width="451" height="514" /></p>
<p>Despite being unintuitive, you have to use the edit-icon, changing the input field directly will result in kmail ignoring your input when you re-enter the form.</p>
<p>btw: this is my first post using <a title="Blogilo - KDE weblog client" href="http://blogilo.gnufolks.org/news/">bilbo/blogilo</a></p>
<p>EDIT: for further explanation &#8211; the value in &#8220;personal namespace&#8221; before was set to &#8220;&lt;empty&gt;&#8221; and I changed it to &#8220;inbox.&#8221; (don&#8217;t miss the dot at the end). This bug only appeared for me, when entering the inbox, not when opening any other imap-folder plus it only happened on this account, two other accounts I have are not affected, probably because with those two the automatic namespace estimation works.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tobias-olry.de/kmailkontact-hangs-when-requesting-inbox-via-imap/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>extending ezcMvcCatchallRoute</title>
		<link>http://blog.tobias-olry.de/extending-ezcmvccatchallroute</link>
		<comments>http://blog.tobias-olry.de/extending-ezcmvccatchallroute#comments</comments>
		<pubDate>Tue, 01 Sep 2009 05:31:21 +0000</pubDate>
		<dc:creator>Tobias</dc:creator>
				<category><![CDATA[all]]></category>
		<category><![CDATA[ezcMvcCatchallRoute]]></category>
		<category><![CDATA[ezcMvcTools]]></category>
		<category><![CDATA[ezComponents]]></category>
		<category><![CDATA[Linux Desktop]]></category>
		<category><![CDATA[Open-Source]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.tobias-olry.de/?p=70</guid>
		<description><![CDATA[<p>I am currently working on a private project and while at it, giving ezvMvcTools a shot. I&#8217;m a big fan of ezComponents and using ezcMail and ezcGraph on a regular basis. So far, ezcMvcTools looks like an interesting MVC implementation with some differences to the typical ones I&#8217;ve used by now.</p>
<p></p>
<p>While adapting the hello world [...]]]></description>
			<content:encoded><![CDATA[<p>I am currently working on a private project and while at it, giving ezvMvcTools a shot. I&#8217;m a big fan of ezComponents and using <a title="ezcMail Tutorial" href="http://www.ezcomponents.org/docs/tutorials/Mail">ezcMail</a> and <a title="ezcGraph Tutorial" href="http://www.ezcomponents.org/docs/tutorials/Graph">ezcGraph</a> on a regular basis. So far, ezcMvcTools looks like an interesting MVC implementation with some differences to the typical ones I&#8217;ve used by now.</p>
<p><span id="more-70"></span></p>
<p>While adapting the <a title="ezcMvcTools Hello World Application" href="http://www.ezcomponents.org/docs/tutorials/MvcTools#a-simple-application-hello-world">hello world application</a> to my needs I ran into some trouble: Since I am pretty lazy and used to comfortable routing from my other MVC symfony, I didn&#8217;t want to set every single route manually. So I found ezcMvcCatchallRoute which maps  URLs of  &#8220;/&lt;controller&gt;/&lt;action&gt;&#8221; automatically, just what I wanted. Only problem was, the url-part &#8220;&lt;controller&gt;&#8221; was translated to the  classname &#8220;&lt;controller&gt;Controller&#8221; and had no option to add some prefix to this.</p>
<p>There was a prefix-option, but this was meant for route-prefixing ( e.g. if you wanted the route to match all routes that look like &#8220;/seo&lt;Controller&gt;/&lt;action&gt;&#8221;).</p>
<p>But it was quite easy to extend the function to fit my needs, so every controller classname would be prefixed with my project&#8217;s class-prefix:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">class</span> portfolioCatchAllRoute <span style="color: #000000; font-weight: bold;">extends</span> ezcMvcCatchAllRoute
<span style="color: #009900;">&#123;</span>
    <span style="color: #009933; font-style: italic;">/**
     *
     * @var string
     */</span>
    protected <span style="color: #000088;">$controllerNamePrefix</span><span style="color: #339933;">;</span>
&nbsp;
    <span style="color: #009933; font-style: italic;">/**
     *
     * @return string
     */</span>
    <span style="color: #000000; font-weight: bold;">public</span> <span style="color: #000000; font-weight: bold;">function</span> getControllerNamePrefix<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span>
    <span style="color: #009900;">&#123;</span>
        <span style="color: #b1b100;">return</span> <span style="color: #000088;">$this</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">controllerNamePrefix</span><span style="color: #339933;">;</span>
    <span style="color: #009900;">&#125;</span>
&nbsp;
    <span style="color: #009933; font-style: italic;">/**
     *
     * @param string $controllerNamePrefix
     */</span>
    <span style="color: #000000; font-weight: bold;">public</span> <span style="color: #000000; font-weight: bold;">function</span> setControllerNamePrefix<span style="color: #009900;">&#40;</span><span style="color: #000088;">$controllerNamePrefix</span><span style="color: #009900;">&#41;</span>
    <span style="color: #009900;">&#123;</span>
        <span style="color: #000088;">$this</span><span style="color: #339933;">-&amp;</span>gt<span style="color: #339933;">;</span>controllerNamePrefix <span style="color: #339933;">=</span> <span style="color: #000088;">$controllerNamePrefix</span><span style="color: #339933;">;</span>
    <span style="color: #009900;">&#125;</span>
&nbsp;
    <span style="color: #009933; font-style: italic;">/**
     *
     * overload ezcMvcCatchAllRoute::createControlllerName() to make use of controllerNamePrefix
     *
     * @return string
     */</span>
    <span style="color: #000000; font-weight: bold;">public</span> <span style="color: #000000; font-weight: bold;">function</span> createControllerName<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span>
    <span style="color: #009900;">&#123;</span>
        <span style="color: #000088;">$controllerName</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$this</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">getControllerNamePrefix</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">.</span> <span style="color: #990000;">ucfirst</span><span style="color: #009900;">&#40;</span> parent<span style="color: #339933;">::</span><span style="color: #004000;">createControllerName</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
        <span style="color: #b1b100;">return</span> <span style="color: #000088;">$controllerName</span><span style="color: #339933;">;</span>
    <span style="color: #009900;">&#125;</span>
<span style="color: #009900;">&#125;</span></pre></div></div>

<p>usage in your router:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">class</span> portfolioRouter <span style="color: #000000; font-weight: bold;">extends</span> ezcMvcRouter
<span style="color: #009900;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">public</span> <span style="color: #000000; font-weight: bold;">function</span> createRoutes<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span>
    <span style="color: #009900;">&#123;</span>
        <span style="color: #000088;">$catchallRoute</span> <span style="color: #339933;">=</span> <span style="color: #000000; font-weight: bold;">new</span> portfolioCatchAllRoute<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'index'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'index'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
        <span style="color: #000088;">$catchallRoute</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">setControllerNamePrefix</span><span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">'portfolio'</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
        <span style="color: #b1b100;">return</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span>
            <span style="color: #000088;">$catchallRoute</span>
        <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
    <span style="color: #009900;">&#125;</span>
<span style="color: #009900;">&#125;</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://blog.tobias-olry.de/extending-ezcmvccatchallroute/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MyPHPGenealogy &#8211; ein erster Blick</title>
		<link>http://blog.tobias-olry.de/myphpgenealogy-ein-erster-blick</link>
		<comments>http://blog.tobias-olry.de/myphpgenealogy-ein-erster-blick#comments</comments>
		<pubDate>Thu, 23 Aug 2007 20:04:21 +0000</pubDate>
		<dc:creator>Tobias</dc:creator>
				<category><![CDATA[myphpgenealogy]]></category>
		<category><![CDATA[Open-Source]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[Web-Development]]></category>

		<guid isPermaLink="false">http://blog.tobias-olry.de/myphpgenealogy-ein-erster-blick/</guid>
		<description><![CDATA[<p>Nachdem mein Versuch einen kreativeren Namen für mein neues Projekt zu finden, erstmal erfolglos war, belasse ich es erstmal bei dem Arbeitstitel MyPHPGenealogy.</p>
<p></p>
<p></p>
<p>Ich benutze übrigens Symfony im 1.0er Branch, per svn::externals eingebunden, dazu bislang sfGuard -Plugin für die Benutzerverwaltung.</p>
<p>Wenn ich mir den Screenshot so ansehe, merke ich, dass der ja doch schon wieder fast eine [...]]]></description>
			<content:encoded><![CDATA[<p>Nachdem mein <a href="http://blog.tobias-olry.de/call-me-names/">Versuch</a> einen kreativeren Namen für mein neues Projekt zu finden, erstmal erfolglos war, belasse ich es erstmal bei dem Arbeitstitel MyPHPGenealogy.</p>
<p><a class="imagelink" href="http://blog.tobias-olry.de/wp-content/uploads/2007/08/MyPHPGenealogy_1186219971688.png" title="MyPHPGenealogy"><img id="image57" src="http://blog.tobias-olry.de/wp-content/uploads/2007/08/MyPHPGenealogy_1186219971688.thumbnail.png" alt="MyPHPGenealogy" /></a></p>
<p><span id="more-58"></span></p>
<p>Ich benutze übrigens Symfony im 1.0er Branch, per svn::externals eingebunden, dazu bislang <a href="http://trac.symfony-project.com/trac/wiki/sfGuardPlugin">sfGuard -Plugin</a> für die Benutzerverwaltung.</p>
<p>Wenn ich mir den Screenshot so ansehe, merke ich, dass der ja doch schon wieder fast eine Woche alt ist. Einiges sieht schon wieder anders aus. Vieles sind dabei immer nur Kleinigkeiten, wenn man einfach nur versucht Überflüssiges zu eleminieren bzw. Knöpfe da hin zu setzen, wo man sie auch vermutet. So hatte ich z.B. zwischenzeitlich in zwei verschiedenen Ansichten auf eine Person den Datensatz-Löschen-Knopf ähnlich platziert, wie bei der anderen Ansicht den &#8220;Popup-Fenster&#8221;-Schließen-Knopf &#8212; &#8220;ungeschickt&#8221; sag ich mal <img src='http://blog.tobias-olry.de/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Aber ich bin sicher, das <a href="http://nlz.cc/">Nils</a> sich mal die Zeit nehmen wird, mein Interface auseinander zu nehmen <img src='http://blog.tobias-olry.de/wp-includes/images/smilies/icon_razz.gif' alt=':-P' class='wp-smiley' /> </p>
<p>Ansonsten macht mir Symfony auch weiterhin Spaß, tolles Framework. Das Einzige, was ich bislang noch nicht entdeckt habe, ist die Möglichkeit Updates der Datenbankstruktur durchzuführen. Der Befehl &#8220;symfony propel-build-all&#8221; baut einem alle ORM-Klassen, ein sql-dumpfile und führt das dann auch aus (sofern in propel.ini die Verbindung gesetzt ist), d.h. es werden alle tables gedropped und neu created. Ein wenig gefährlich, wie ich finde, auch wenn man natürlich auf einem live-system einfach die Verbindungsdaten aus der propel.ini rausnehmen kann &#8230; Aber das Projekt ist ja noch jung. </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tobias-olry.de/myphpgenealogy-ein-erster-blick/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Photomatix Open-Source</title>
		<link>http://blog.tobias-olry.de/photomatix-open-source</link>
		<comments>http://blog.tobias-olry.de/photomatix-open-source#comments</comments>
		<pubDate>Mon, 16 Jul 2007 19:53:20 +0000</pubDate>
		<dc:creator>Tobias</dc:creator>
				<category><![CDATA[Foto]]></category>
		<category><![CDATA[Linux Desktop]]></category>
		<category><![CDATA[Open-Source]]></category>

		<guid isPermaLink="false">http://blog.tobias-olry.de/photomatix-open-source/</guid>
		<description><![CDATA[<p></p>
<p>As I previously mentioned, I really like what you can do with High Dynamic Range Images (HDRI) and Exposure Blending. It seems, Spiegel-Online thinks the same   [1] [2] [3] [4] [5]</p>
<p></p>
<p>And since my page stats claim that I am not the only one interested in open source tools for this kind of stuff, [...]]]></description>
			<content:encoded><![CDATA[<p><a class="imagelink" href="http://blog.tobias-olry.de/wp-content/uploads/2007/07/formentor_pregamma_1_fattal_alpha_0.1_beta_0.8_saturation_1.jpg" title="Formentor"><img id="image55" src="http://blog.tobias-olry.de/wp-content/uploads/2007/07/formentor_pregamma_1_fattal_alpha_0.1_beta_0.8_saturation_1.thumbnail.jpg" alt="Formentor" /></a></p>
<p>As I <a href="http://blog.tobias-olry.de/aziz-light-exposure-blending/">previously</a> <a href="http://blog.tobias-olry.de/automating-exposure-blending/">mentioned</a>, I really like what you can do with High Dynamic Range Images (HDRI) and Exposure Blending. It seems, Spiegel-Online thinks the same <img src='http://blog.tobias-olry.de/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  <a href="http://www.spiegel.de/netzwelt/tech/0,1518,458050,00.html">[1]</a> <a href="http://www.spiegel.de/netzwelt/tech/0,1518,457359,00.html">[2]</a> <a href="http://www.spiegel.de/netzwelt/web/0,1518,460727,00.html">[3]</a> <a href="http://www.spiegel.de/netzwelt/tech/0,1518,465396,00.html">[4]</a> <a href="http://www.spiegel.de/netzwelt/tech/0,1518,465187,00.html">[5]</a></p>
<p><span id="more-44"></span></p>
<p>And since my page stats claim that I am not the only one interested in open source tools for this kind of stuff, I wanted to share with you this tool, which is able to create and <a href="http://en.wikipedia.org/wiki/Tone_mapping">tonemap</a> HDR images: <a href="http://qtpfsgui.sourceforge.net/">QTPFSGUI</a>.</p>
<p>QTPFSGUI is basically designed to be an open source replacement for <a href="http://www.hdrsoft.com/">Photomatix</a>. Still &#8220;work in progress&#8221;, but already good enough for some experimenting.</p>
<p>But be warned, tonemapping comes with half a dozen algorithms, each with >3 sliders to adjust settings and I for my part don&#8217;t know how to use them effectively, so far:<br />
<a class="imagelink" href="http://blog.tobias-olry.de/wp-content/uploads/2007/07/qtpfsgui-2.jpg" title="QTPFSGUI"><img id="image54" src="http://blog.tobias-olry.de/wp-content/uploads/2007/07/qtpfsgui-2.thumbnail.jpg" alt="QTPFSGUI" /></a></p>
<p><a class="imagelink" href="http://blog.tobias-olry.de/wp-content/uploads/2007/07/deja-1-2_pregamma_1_fattal_alpha_0.1_beta_0.8_saturation_1.jpg" title="Deja"><img id="image56" src="http://blog.tobias-olry.de/wp-content/uploads/2007/07/deja-1-2_pregamma_1_fattal_alpha_0.1_beta_0.8_saturation_1.thumbnail.jpg" alt="Deja" /></a></p>
<p>On the other hand, tools like <a href="http://cyrilleberger.blogspot.com/2007/03/creating-hdr-images-in-krita.html">krita</a> or gimp might integrate HDR.<br />
For the lazy ones (as me), the (k)ubuntu-repository:</p>
<blockquote><p>deb http://ubuntu.davromaniak.eu feisty-depomaniak all</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.tobias-olry.de/photomatix-open-source/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>call me names</title>
		<link>http://blog.tobias-olry.de/call-me-names</link>
		<comments>http://blog.tobias-olry.de/call-me-names#comments</comments>
		<pubDate>Thu, 17 May 2007 20:52:50 +0000</pubDate>
		<dc:creator>Tobias</dc:creator>
				<category><![CDATA[Familie]]></category>
		<category><![CDATA[Linux Desktop]]></category>
		<category><![CDATA[Open-Source]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.tobias-olry.de/call-me-names/</guid>
		<description><![CDATA[<p>In den letzten Wochen habe ich wenig von mir hören lassen, was vornehmlich daran lag, dass es jede Menge zu tun gab. Sowohl SimpleThings, als auch Freundin, Familie und Freunde wussten mich durchaus zu beschäftigen.</p>
<p>Allerdings habe ich die letzten Wochen auch ein wenig an einem Projekt gearbeitet, dass mir mehr und mehr Freude bereitet:
Meine Mutter [...]]]></description>
			<content:encoded><![CDATA[<p>In den letzten Wochen habe ich wenig von mir hören lassen, was vornehmlich daran lag, dass es jede Menge zu tun gab. Sowohl <a href="http://www.simplethings.de">SimpleThings</a>, als auch Freundin, Familie und Freunde wussten mich durchaus zu beschäftigen.</p>
<p>Allerdings habe ich die letzten Wochen auch ein wenig an einem Projekt gearbeitet, dass mir mehr und mehr Freude bereitet:<br />
Meine Mutter betreibt nun seit über 20 Jahren <a href="http://de.wikipedia.org/wiki/Genealogie">Genealogie</a> als Hobby und hat sich in dieser Zeit einen nicht unbeachtlichen Datenstamm zusammen gesucht. Alles fein säuberlich auf Papier gebannt, versteht sich. </p>
<p><span id="more-50"></span></p>
<p>Da die Standardformulare bereits seit Jahren nicht mehr ausreichen, um einen Familienstamm auf ein Blatt zu bekommen, wurden sie verkleinert, kopiert und zusammen geklebt, um in geschätzter 6pt Schrift noch alle nötigen Daten unterzubringen. Damit sind wir auf einer geschätzten Größe von DIN A1 bis DIN A0 angekommen. Die Handlichkeit lässt dabei natürlich stark zu wünschen übrig.</p>
<p>Hier kommt nun mein Projekt ins Spiel: eine kleine PHP-Anwendung, um diese Daten zu verwalten, anderen zugänglich zu machen, zu Visualisieren, &#8230;</p>
<p>Als Framework habe ich mir <a href="http://www.symfony-project.com">Symfony</a> ausgesucht, da ich nachdem Lesen der Online-Dokumentation restlos begeistert bin, von der Flexibilität, als auch von der sauberen Umsetzung. PHP5 war ein mehr als überfälliger Schritt in Sachen Objekt Orientierung und Frameworks, die voll auf PHP5 setzen, haben hier sicher eine große Zukunft. Zudem scheint mit Symfony mit Propel/Creole die richtige/ausgereifte Wahl getroffen zu haben, was die Datenbankabstraktion betrifft.</p>
<p>Viel ist von der Anwendung gibt es noch nicht zu sehen, da ich mich, wie gesagt, als ersten Schritt auf die Symfony Dokumentation gestürzt hatte. Allerdings ist die Datenbankstruktur schon mehr oder minder fertig und damit natürlich auch schon die <a href="http://de.wikipedia.org/wiki/CRUD">CRUD</a> Module. An ein wenig Screendesign habe ich mich bereits gewagt und mehrsprachig ist das Ganze auch schon.</p>
<p>Am Ende möchte ich die Software natürlich gerne allen Interessierten zur Verfügung stellen, unter (L)GPL, MIT oder dergleichen. Am Anfang steht aber natürlich immer der Name <img src='http://blog.tobias-olry.de/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /><br />
Ich hatte ja schon überlegt ein komisches Wort zu nehmen, es auf &#8220;R&#8221; enden zu lassen, und ein paar Vokale wegzulassen. Dann einen einfachen Schriftzug damit machen, eine dezente Spiegelung und einen &#8220;Beta&#8221;-Stern draufkleben, fertig <img src='http://blog.tobias-olry.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><img src="http://www.h-master.net/web2.0/image/(reflect)GeneaLgRBETA.png" alt="Generated Image" /></p>
<p>Da das offensichtlich nicht der innovativste Weg sein dürfte, bitte ich hier um Eure Mithilfe:<br />
Gebt mir Namen! &#8211; und bitte nicht &#8220;gibbon&#8221; oder gar &#8220;knut&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tobias-olry.de/call-me-names/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>as seen on heise</title>
		<link>http://blog.tobias-olry.de/as-seen-on-heise</link>
		<comments>http://blog.tobias-olry.de/as-seen-on-heise#comments</comments>
		<pubDate>Thu, 12 Apr 2007 09:14:32 +0000</pubDate>
		<dc:creator>Tobias</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[Linux Desktop]]></category>
		<category><![CDATA[Open-Source]]></category>

		<guid isPermaLink="false">http://blog.tobias-olry.de/as-seen-on-heise/</guid>
		<description><![CDATA[<p>3D-Desktop with physics engine and mouse-gesture-like navigation, looks promising:</p>
<p>YouTube-Video</p>
]]></description>
			<content:encoded><![CDATA[<p>3D-Desktop with physics engine and mouse-gesture-like navigation, looks promising:</p>
<p><a href="http://www.youtube.com/watch?v=M0ODskdEPnQ">YouTube-Video</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tobias-olry.de/as-seen-on-heise/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fertigo &#8211; nice font</title>
		<link>http://blog.tobias-olry.de/fertigo-nice-font</link>
		<comments>http://blog.tobias-olry.de/fertigo-nice-font#comments</comments>
		<pubDate>Wed, 07 Mar 2007 11:01:23 +0000</pubDate>
		<dc:creator>Tobias</dc:creator>
				<category><![CDATA[Open-Source]]></category>

		<guid isPermaLink="false">http://blog.tobias-olry.de/fertigo-nice-font/</guid>
		<description><![CDATA[<p>Just found this nice free font: Fertigo
Elegant yet readable imho.</p>
]]></description>
			<content:encoded><![CDATA[<p>Just found this nice free font: <a href="http://www.josbuivenga.demon.nl/fertigo.html">Fertigo</a><br />
Elegant yet readable imho.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tobias-olry.de/fertigo-nice-font/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lese-Empfehlung</title>
		<link>http://blog.tobias-olry.de/lese-empfehlung</link>
		<comments>http://blog.tobias-olry.de/lese-empfehlung#comments</comments>
		<pubDate>Sun, 04 Mar 2007 13:39:15 +0000</pubDate>
		<dc:creator>Tobias</dc:creator>
				<category><![CDATA[Open-Source]]></category>

		<guid isPermaLink="false">http://blog.tobias-olry.de/lese-empfehlung/</guid>
		<description><![CDATA[<p>Paul und Monia studieren zusammen mit meinem kleinen Bruder Anglistik an der Uni Bonn und sind seit knapp zwei Wochen am andern Ende der Welt sesshaft: Neuseeland. Dort werden Sie die nächsten ~13 Monaten verbringen, Land und Leute bereisen, studieren und hoffentlich jede Menge Fotos schießen.</p>
<p>Wen&#8217;s interessiert, der kann &#8211;> hier ]]></description>
			<content:encoded><![CDATA[<p>Paul und Monia studieren zusammen mit <a href="http://www.last.fm/user/longdays_walk/">meinem kleinen Bruder</a> Anglistik an der Uni Bonn und sind seit knapp zwei Wochen am andern Ende der Welt sesshaft: Neuseeland. Dort werden Sie die nächsten ~13 Monaten verbringen, Land und Leute bereisen, studieren und hoffentlich jede Menge Fotos schießen.</p>
<p>Wen&#8217;s interessiert, der kann <a href="http://paulmonia.blogspot.com">&#8211;> hier <--</a> mitlesen!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tobias-olry.de/lese-empfehlung/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DRM, der Schutz vor dem gemeinen Dieb!</title>
		<link>http://blog.tobias-olry.de/drm-der-schutz-vor-dem-gemeinen-dieb</link>
		<comments>http://blog.tobias-olry.de/drm-der-schutz-vor-dem-gemeinen-dieb#comments</comments>
		<pubDate>Mon, 19 Feb 2007 07:07:03 +0000</pubDate>
		<dc:creator>Tobias</dc:creator>
				<category><![CDATA[Open-Source]]></category>

		<guid isPermaLink="false">http://blog.tobias-olry.de/drm-der-schutz-vor-dem-gemeinen-dieb/</guid>
		<description><![CDATA[<p>Dass die Sache mit DRM ganz sicher nicht so ist, wie im Titel formuliert, werden Viele hier wissen. Ich verstehe ja bis heute nicht, wie das Unding &#8220;Region Code&#8221; sich rechtlich halten konnte: Ich kaufe mir für teuer Geld DVDs aus den USA/Kanada, weil ich alles auf englisch haben will &#8211; dafür zahle ich einen [...]]]></description>
			<content:encoded><![CDATA[<p>Dass die Sache mit DRM ganz sicher nicht so ist, wie im Titel formuliert, werden Viele hier wissen. Ich verstehe ja bis heute nicht, wie das Unding &#8220;Region Code&#8221; sich rechtlich halten konnte: Ich kaufe mir für teuer Geld DVDs aus den USA/Kanada, weil ich alles auf englisch haben will &#8211; dafür zahle ich einen nicht unbedeutenden Preis, ordentlich Versandkosten sowei Einfuhrzoll. Und dann kann ich&#8217;s nicht abspielen? Klar, was ich die Filmindustrie da wieder gekostet habe <img src='http://blog.tobias-olry.de/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  Wie gut nur, dass ich noch ein Pioneer Slot-In DVD-Laufwerk, anno 1998/1999, mit RPC-1 habe (da konnte man noch per Jumper wählen, ob man Region-Code Schutz haben wollte oder nicht).</p>
<p>Aber zum Thema: wie erläre ich das Problem &#8220;DRM&#8221; jemandem, der nicht so in der Materie drin ist?<br />
Einen netten Blogeintrag dazu gibt es <a href="http://blog.wired.com/music/2007/02/how_to_explain_.html">hier</a>, mit ein paar einfach verständlichen Beispielen.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tobias-olry.de/drm-der-schutz-vor-dem-gemeinen-dieb/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>You&#8217;ve got (automatically sorted) mail!</title>
		<link>http://blog.tobias-olry.de/youve-got-automatically-sorted-mail</link>
		<comments>http://blog.tobias-olry.de/youve-got-automatically-sorted-mail#comments</comments>
		<pubDate>Wed, 14 Feb 2007 20:14:42 +0000</pubDate>
		<dc:creator>Tobias</dc:creator>
				<category><![CDATA[Linux Desktop]]></category>
		<category><![CDATA[Open-Source]]></category>

		<guid isPermaLink="false">http://blog.tobias-olry.de/youve-got-automatically-sorted-mail/</guid>
		<description><![CDATA[<p>Seitdem ich vor gut 3 Jahren, quasi als Kickstart, von Christian einen Satz generischer procmail-Regeln zum Sortieren von Mailinglisten bekommen habe, ist meine .procmailrc kontinuierlich gewachsen.</p>
<p>Bekannte werden automatisch unter Privat einsortiert. Online-Shopping, ALDI-Newsletter (   ), (weniger) wichtige Informationen von Diensleistern der Marke GMX, WEB.DE, &#8230; (aka Semi-SPAM) usw. werden alle fein säuberlich einsortiert, [...]]]></description>
			<content:encoded><![CDATA[<p>Seitdem ich vor gut 3 Jahren, quasi als Kickstart, von <a title="Kuechenserver" target="_blank" href="http://www.kuechenserver.org">Christian</a> einen Satz generischer <a target="_blank" title="Procmail-Info" href="http://de.wikipedia.org/wiki/Procmail">procmail-Regeln</a> zum Sortieren von Mailinglisten bekommen habe, ist meine .procmailrc kontinuierlich gewachsen.</p>
<p>Bekannte werden automatisch unter Privat einsortiert. Online-Shopping, ALDI-Newsletter ( <img src='http://blog.tobias-olry.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  ), (weniger) wichtige Informationen von Diensleistern der Marke GMX, WEB.DE, &#8230; (aka Semi-SPAM) usw. werden alle fein säuberlich einsortiert, nachdem sie von fetchmail abgeholt wurden.</p>
<p><span id="more-42"></span></p>
<p>Mittlerweile bin ich soweit, dass im Schnitt noch 3-4 eMails in der eigentlichen Inbox landen, alles andere landet zuverlässig da, wo es hin soll. Das einzige Problem bei dem Ganzen ist jedoch nun, dass die meisten eMail-Clients (*räusper Thunderbird) nicht sonderlich zuverlässig neu eingetroffene Nachrichten in >30 IMAP-Ordnern handeln.</p>
<p>Falls also sonst noch irgend jemand dieses Problem hat und nach einer Lösung sucht, hier ist meine: Ein Shell-Script, welches Mails mit einer Liste der Ordner verschickt, die neue Mails enthalten. Bitte darauf achten, dass die verschickten Mails in einem Ordner landen, der <strong>nicht </strong>in die Beobachtung eingeschlossen ist.</p>
<p>[code]<br />
#!/bin/bash<br />
maildir=$HOME"/Maildir/";<br />
mail="notify@home.de"<br />
tmpfile="/tmp/new_maildir_content"<br />
nomail=0</p>
<p>touch ${tmpfile}</p>
<p>find $maildir -iwholename '*/new/*'| \<br />
	perl -p -e 's%/new/.*%%ig'| \<br />
	grep -vie 'spam' -vie 'memo' -vie 'fetchmail' -vie 'konversation-devel' -vie 'fh-brs'| \<br />
	perl -p -e 's%'$maildir'%%g'| \<br />
	grep -vie '/Maildir'| \<br />
	uniq -c >${tmpfile}.new;</p>
<p>if [ `diff ${tmpfile} ${tmpfile}.new|wc -l|awk '{print $1}'` -gt 0 ];<br />
then<br />
	rm ${tmpfile} &#038;&#038; mv ${tmpfile}.new ${tmpfile}<br />
	if [ `wc -l ${tmpfile}|awk '{print $1}'` -gt 0 ];<br />
	then<br />
		cat ${tmpfile}|mail -s 'new sorted mail in '$maildir $mail<br />
	fi;<br />
fi;[/code]</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tobias-olry.de/youve-got-automatically-sorted-mail/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
