<?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>Lenz Grimmer's blog - Personal</title>
    <link>http://www.lenzg.net/</link>
    <description>Random notes about Linux, MySQL and Open Source</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.5.2 - http://www.s9y.org/</generator>
    <pubDate>Sun, 22 Feb 2009 21:46:23 GMT</pubDate>

    <image>
        <url>http://www.lenzg.net/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Lenz Grimmer's blog - Personal - Random notes about Linux, MySQL and Open Source</title>
        <link>http://www.lenzg.net/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Site is (almost) back...</title>
    <link>http://www.lenzg.net/archives/241-Site-is-almost-back....html</link>
            <category>Hardware</category>
            <category>Linux</category>
            <category>mylvmbackup</category>
            <category>MySQL</category>
            <category>OSS</category>
            <category>Personal</category>
            <category>Site News</category>
    
    <comments>http://www.lenzg.net/archives/241-Site-is-almost-back....html#comments</comments>
    <wfw:comment>http://www.lenzg.net/wfwcomment.php?cid=241</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.lenzg.net/rss.php?version=2.0&amp;type=comments&amp;cid=241</wfw:commentRss>
    

    <author>nospam@example.com (Lenz Grimmer)</author>
    <content:encoded>
    &lt;p&gt;Sorry for the downtime of this site - until around a week ago I hosted my home page on a trusty &lt;a href=&quot;http://en.wikipedia.org/wiki/Pegasos&quot;&gt;Genesi Pegasos II&lt;/a&gt; system (powered by a PowerPC G4 Processor clocked at 1GHz, using Debian 4.0 PPC with 512 MB of RAM), serving these pages from my home DSL connection. Unfortunately this system provided no means of redundancy - the hard disk drive died.&lt;/p&gt;
&lt;p&gt;Luckily I perform frequent backups, so I moved most parts of the site to a shared hosting space now - the picture gallery is unfortunately too big to fit into the space that I have there. I&#039;ll try to move the pictures into &lt;a href=&quot;http://www.flickr.com/photos/lenzgr/&quot;&gt;my Flickr account&lt;/a&gt; instead, but this will take some time.&lt;/p&gt;
&lt;p&gt;Note that the primary domain name of this site is now &lt;a href=&quot;http://lenzg.net/&quot;&gt;lenzg.net&lt;/a&gt; - &lt;a href=&quot;http://lenzg.org/&quot;&gt;lenzg.org&lt;/a&gt;, (the domain that I tried to promote as the official domain for my site) used to redirect to the home machine at lenz.homelinux.org. Both now redirect to the new address instead. I&#039;ve initiated the move of the lenzg.org domain to the other provider as well, so soon this site will be available from both the .org and .net domain. Please don&#039;t link to lenz.homelinux.org anymore, as that site will eventually go out of service. Until then, a small &lt;a href=&quot;http://opensuse.org/&quot;&gt;openSUSE Linux&lt;/a&gt; box (Intel PIII, 500 MHz, 192 MB of RAM) running &lt;a href=&quot;http://www.lighttpd.net/&quot;&gt;lighttpd&lt;/a&gt; will perform the URL redirection.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Sun, 22 Feb 2009 22:41:32 +0100</pubDate>
    <guid isPermaLink="false">http://www.lenzg.net/archives/241-guid.html</guid>
    <category>backup</category>
<category>blog</category>
<category>hardware</category>
<category>hosting</category>
<category>linux</category>
<category>news</category>
<category>site news</category>
<category>suse</category>
<category>web</category>

</item>
<item>
    <title>mylvmbackup 0.9 has been released</title>
    <link>http://www.lenzg.net/archives/201-mylvmbackup-0.9-has-been-released.html</link>
            <category>Linux</category>
            <category>mylvmbackup</category>
            <category>MySQL</category>
            <category>OSS</category>
            <category>Personal</category>
    
    <comments>http://www.lenzg.net/archives/201-mylvmbackup-0.9-has-been-released.html#comments</comments>
    <wfw:comment>http://www.lenzg.net/wfwcomment.php?cid=201</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://www.lenzg.net/rss.php?version=2.0&amp;type=comments&amp;cid=201</wfw:commentRss>
    

    <author>nospam@example.com (Lenz Grimmer)</author>
    <content:encoded>
    &lt;p&gt;I am happy to announce that a new version (0.9) of &lt;a href=&quot;http://www.lenzg.net/mylvmbackup/&quot;&gt;mylvmbackup&lt;/a&gt; has been released. This is the first release since the source code has been moved from Subversion to Bazaar and is now hosted on &lt;font face=&quot;agency&quot;&gt;&lt;a href=&quot;https://launchpad.net/mylvmbackup/&quot;&gt;Launchpad.net&lt;/a&gt;&lt;/font&gt;. I would like to thank Robin H. Johnson and Patrick Hahn for providing the patches that contributed to this new release!&lt;/p&gt;
&lt;p&gt;mylvmbackup is a tool for quickly creating backups of MySQL server&#039;s data files. To perform a backup, mylvmbackup obtains a read lock on all tables and flushes all server caches to disk, makes an LVM snapshot of the volume containing the MySQL data directory, and unlocks the tables again. The snapshot process takes only a small amount of time. When it is done, the server can continue normal operations, while the actual file backup proceeds.&lt;/p&gt;
&lt;p&gt;From the &lt;a href=&quot;http://www.lenzg.net/mylvmbackup/ChangeLog&quot;&gt;ChangeLog&lt;/a&gt;:&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;Applied patch from Patrick Hahn: provide an option to call external scripts/&lt;wbr&gt;&lt;/wbr&gt;applications (hooks) at various stages of the backup process. See the &lt;a href=&quot;http://www.lenzg.net/mylvmbackup/mylvmbackup.1.html&quot;&gt;man page&lt;/a&gt; for instructions&lt;/li&gt;
    &lt;li&gt;Added options &amp;quot;&lt;tt&gt;--skip_hooks&lt;/tt&gt;&amp;quot; to disable the execution of hooks and &amp;quot;&lt;tt&gt;--hooksdir&lt;/tt&gt;&amp;quot; to define the location for these (default is &lt;tt&gt;/usr/share/mylvmbackup&lt;/tt&gt;)&lt;/li&gt;
    &lt;li&gt;Updated documentation: added new options and instructions on how to use hooks&lt;/li&gt;
    &lt;li&gt;Applied patch from Robin H. Johnson: Full support for an rsync:// service as the backup destination. If you include any path fragments with the rsync module name, they must already exist!&lt;/li&gt;
    &lt;li&gt;Updated documentation to reflect these changes&lt;/li&gt;
    &lt;li&gt;Updated TODO&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;You can download a source tarball or RPM from the &lt;a href=&quot;http://www.lenzg.net/mylvmbackup/&quot;&gt;project home page&lt;/a&gt;. Additional packages for various Linux distributions can be obtained from the &lt;a href=&quot;http://download.opensuse.org/repositories/home:/LenzGr/&quot;&gt;openSUSE Build Service&lt;/a&gt;. Packages for &lt;a href=&quot;http://packages.gentoo.org/package/mylvmbackup&quot;&gt;Gentoo&lt;/a&gt; and &lt;a href=&quot;http://packages.debian.org/sid/mylvmbackup&quot;&gt;Debian&lt;/a&gt; should appear shortly, too.&lt;/p&gt;
&lt;p&gt;Enjoy! Please let me know how mylvmbackup works for you, either by posting to our &lt;a href=&quot;http://www.freelists.org/list/mylvmbackup&quot;&gt;mailing list&lt;/a&gt; or by submitting a &lt;a href=&quot;https://bugs.launchpad.net/mylvmbackup&quot;&gt;bug report&lt;/a&gt;. Thanks!&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt; 
    </content:encoded>

    <pubDate>Fri, 11 Jul 2008 00:51:01 +0200</pubDate>
    <guid isPermaLink="false">http://www.lenzg.net/archives/201-guid.html</guid>
    <category>backup</category>
<category>community</category>
<category>linux</category>
<category>lvm</category>
<category>mylvmbackup</category>
<category>mysql</category>
<category>oss</category>
<category>perl</category>
<category>snapshots</category>
<category>update</category>

</item>
<item>
    <title>Gallery updates and new camera</title>
    <link>http://www.lenzg.net/archives/198-Gallery-updates-and-new-camera.html</link>
            <category>Linux</category>
            <category>MySQL</category>
            <category>Personal</category>
            <category>Site News</category>
    
    <comments>http://www.lenzg.net/archives/198-Gallery-updates-and-new-camera.html#comments</comments>
    <wfw:comment>http://www.lenzg.net/wfwcomment.php?cid=198</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://www.lenzg.net/rss.php?version=2.0&amp;type=comments&amp;cid=198</wfw:commentRss>
    

    <author>nospam@example.com (Lenz Grimmer)</author>
    <content:encoded>
    &lt;p&gt;Last weekend I finally found some time to upload pictures that I had taken during various events that I attended in the past few months. So here are my impressions from the following events:&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;a href=&quot;http://www.lenzg.net/gallery/v/ConferencesEvents/PHP-Unconference-HAM-2008-04-26/&quot;&gt;PHP Unconference in Hamburg on 2008-04-26&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://www.lenzg.net/gallery/v/ConferencesEvents/MySQL-Meetup-HAM-2008-04-07/&quot;&gt;MySQL Meetup Mashup in Hamburg, 2008-04-07&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://www.lenzg.net/gallery/v/ConferencesEvents/MySQL-Meetup-Berlin-2008-04-08/&quot;&gt;MySQL Meetup Mashup in Berlin, 2008-04-08&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://www.lenzg.net/gallery/v/ConferencesEvents/MySQL-Conference-2008-04/&quot;&gt;MySQL Conference &amp;amp; Expo 2008 in Santa Clara, 2008-04&lt;/a&gt;  (these are available from &lt;a href=&quot;http://www.flickr.com/photos/lenzgr/sets/72157604535830342/&quot;&gt;flickr&lt;/a&gt; as well)&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://www.lenzg.net/gallery/v/ConferencesEvents/CommunityOne-2008-05-05/&quot;&gt;CommunityOne in San Francisco, 2008-05-05&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://www.lenzg.net/gallery/v/ConferencesEvents/JavaOne-2008-05/&quot;&gt;JavaOne in San Francisco, 2008-05&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://www.lenzg.net/gallery/v/ConferencesEvents/LinuxTag-Berlin-2008-05/&quot;&gt;LinuxTag in Berlin, 2008-05&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;These are probably the last pictures that I have taken with my trusty old &lt;a href=&quot;http://www.flickr.com/cameras/pentax/optio_s4/&quot;&gt;Pentax Optio S4&lt;/a&gt; - I just received my new camera, a &lt;a href=&quot;http://www.flickr.com/cameras/canon/powershot_a720_is/&quot;&gt;Canon PowerShot A720 IS&lt;/a&gt;. I have just started to toy around with it, but the first results look promising! The Pentax served me well for several years - I&#039;ve taken 9745 pictures with it. But it had a few deficiencies, particularly the slow startup and flash recharge time and the bad quality of pictures indoors bothered me for quite a while. But it is very small and handy and the metal housing makes it quite sturdy.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.flickr.com/photos/lenzgr/2630006431/&quot; title=&quot;Pentax Optio S4 by Lenz Grimmer, on Flickr&quot;&gt;&lt;img width=&quot;500&quot; vspace=&quot;3&quot; height=&quot;375&quot; border=&quot;0&quot; src=&quot;http://farm4.static.flickr.com/3194/2630006431_f18d1710ab.jpg&quot; alt=&quot;Pentax Optio S4&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
The first picture taken with my new camera: a picture of the old one.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.flickr.com/photos/lenzgr/2630006745/&quot; title=&quot;Canon Powershot A720 IS by Lenz Grimmer, on Flickr&quot;&gt;&lt;img width=&quot;500&quot; vspace=&quot;3&quot; height=&quot;375&quot; border=&quot;0&quot; src=&quot;http://farm4.static.flickr.com/3052/2630006745_9d200247a1.jpg&quot; alt=&quot;Canon Powershot A720 IS&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
And probably the last picture taken using the old camera: my new Canon.&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt; 
    </content:encoded>

    <pubDate>Wed, 02 Jul 2008 16:05:56 +0200</pubDate>
    <guid isPermaLink="false">http://www.lenzg.net/archives/198-guid.html</guid>
    <category>camera</category>
<category>community</category>
<category>event</category>
<category>gallery</category>
<category>meeting</category>
<category>pictures</category>
<category>update</category>

</item>
<item>
    <title>New pictures of Lena online!</title>
    <link>http://www.lenzg.net/archives/49-New-pictures-of-Lena-online!.html</link>
            <category>Personal</category>
    
    <comments>http://www.lenzg.net/archives/49-New-pictures-of-Lena-online!.html#comments</comments>
    <wfw:comment>http://www.lenzg.net/wfwcomment.php?cid=49</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.lenzg.net/rss.php?version=2.0&amp;type=comments&amp;cid=49</wfw:commentRss>
    

    <author>nospam@example.com (Lenz Grimmer)</author>
    <content:encoded>
    It took a while to go through the tons of pictures that I had taken of Lena in the past few weeks - I&#039;ve now put a number of them into the &lt;a href=&quot;http://www.lenzg.net/gallery/Lena/&quot;&gt;Gallery&lt;/a&gt;. Enjoy!
 
    </content:encoded>

    <pubDate>Thu, 08 Jun 2006 22:18:30 +0200</pubDate>
    <guid isPermaLink="false">http://www.lenzg.net/archives/49-guid.html</guid>
    <category>baby</category>
<category>gallery</category>
<category>Personal</category>
<category>pictures</category>
<category>update</category>

</item>
<item>
    <title>Back from a long weekend</title>
    <link>http://www.lenzg.net/archives/46-Back-from-a-long-weekend.html</link>
            <category>Personal</category>
    
    <comments>http://www.lenzg.net/archives/46-Back-from-a-long-weekend.html#comments</comments>
    <wfw:comment>http://www.lenzg.net/wfwcomment.php?cid=46</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.lenzg.net/rss.php?version=2.0&amp;type=comments&amp;cid=46</wfw:commentRss>
    

    <author>nospam@example.com (Lenz Grimmer)</author>
    <content:encoded>
    
Yesterday was a holiday in Germany (Pentecost), and again the weather was quite miserable, considering that it&#039;s June already. Nevertheless I spent some time in the garden, removing all withered flower clusters from the rhododendron bushes - this is called &lt;a href=&quot;http://www.rhododendron.org/pruning.htm&quot;&gt;dead-heading&lt;/a&gt; and supposedly improves blooming in the following year. I also noticed that one of our bamboo bushes (fargesia nitida) has bloomed, which is a pretty rare case (for some species, this happens only once every 120 years)  but unfortunately also means that all bamboos of this species will bloom and die afterwards. I have already seen the same happening in several other gardens around Hamburg and spotted several postings from other bamboo fans in different forums. Looks like it&#039;s time to cut it down and dig out the roots.&lt;br /&gt;&lt;br /&gt;The long weekend ended with a blast - yesterday I went to a &lt;a href=&quot;http://www.depechemode.com/&quot;&gt;Depeche Mode&lt;/a&gt; &amp;quot;Touring the Angel&amp;quot; Open Air Concert which took place in the Weserstadium in Bremen. The event was sold out and around 40.000 people were there to celebrate. I hadn&#039;t seen DM performing live before (except for video recordings), even though I am a great fan of them since the early eighties. It was awesome - they played a very good mixture of old and new material, including one of my personal favourites from their early days: &amp;quot;Photographic&amp;quot;. It seems that I was lucky with my choice of location right in front of the stage - I did not experience any of the sound problems that many people reported on the &lt;a href=&quot;http://www.depechemode.de/&quot;&gt;german DM website&lt;/a&gt;. And the atmosphere there was great, too - people danced, clapped and cheered like mad, including me! And I guess I was also lucky to not have parked close to the stadium - the traffic around the arena came to a grinding halt after the event...&lt;p&gt;All in all I really enjoyed it - too bad it was over way too quickly!&lt;/p&gt; 
    </content:encoded>

    <pubDate>Tue, 06 Jun 2006 19:17:53 +0200</pubDate>
    <guid isPermaLink="false">http://www.lenzg.net/archives/46-guid.html</guid>
    <category>concert</category>
<category>event</category>
<category>gardening</category>
<category>life</category>
<category>Personal</category>

</item>
<item>
    <title>Back online...</title>
    <link>http://www.lenzg.net/archives/38-Back-online....html</link>
            <category>OSS</category>
            <category>Personal</category>
    
    <comments>http://www.lenzg.net/archives/38-Back-online....html#comments</comments>
    <wfw:comment>http://www.lenzg.net/wfwcomment.php?cid=38</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.lenzg.net/rss.php?version=2.0&amp;type=comments&amp;cid=38</wfw:commentRss>
    

    <author>nospam@example.com (Lenz Grimmer)</author>
    <content:encoded>
    
I have now returned from my two weeks of paternal leave that I took after &lt;a href=&quot;http://www.lenzg.net/gallery/Lena&quot;&gt;Lena&lt;/a&gt; was born. I am glad I had the opportunity to fully focus on family for some time - it takes a while to get used to such a demanding new family member! But fortunately she&#039;s developing very well and is a joyful bundle (as long as she&#039;s not hungry!). The only thing I feel a bit sad about is not having been able to attend the &lt;a href=&quot;http://mysqluc.com/&quot;&gt;MySQL Users Conference&lt;/a&gt; in Santa Clara - judging from the comments on &lt;a href=&quot;http://planetmysql.org/&quot;&gt;Planet MySQL&lt;/a&gt;, people were having a great time.&lt;br /&gt;&lt;br /&gt;The coming weeks will be busy for me - apart from catching up with stuff that piled up during the past two weeks, I will be travelling a bit. This coming Saturday (6th of May), I will be at the &lt;a href=&quot;http://www.linuxtag.org/&quot;&gt;LinuxTag 2006&lt;/a&gt; in Wiesbaden, Germany. Just four days later, I will be in Wiesbaden again, this time to participate on a &lt;a href=&quot;http://www.jax.de/konferenzen/psecom,id,480,track,13,nodeid,,_language,de.html#session-os5&quot;&gt;panel discussion&lt;/a&gt; about chances and risks in using Open Source Software in the enterprise, which will take place at the &lt;a href=&quot;http://www.jax.de/konferenzen/jax06/&quot;&gt;JAX 2006&lt;/a&gt; conference. On May 20th, there will be a big party in Nuremberg, Germany organized by former colleagues from SUSE. I look forward to meeting many of these folks again, we had a great time together. It&#039;s quite amazing that more than four years have already passed since I left SuSE and joined MySQL - time really flies! 
    </content:encoded>

    <pubDate>Wed, 03 May 2006 21:59:42 +0200</pubDate>
    <guid isPermaLink="false">http://www.lenzg.net/archives/38-guid.html</guid>
    <category>baby</category>
<category>community</category>
<category>conference</category>
<category>event</category>
<category>mysql</category>
<category>OSS</category>
<category>Personal</category>
<category>suse</category>
<category>travel</category>

</item>
<item>
    <title>Happy Birthday, Lena Grimmer!</title>
    <link>http://www.lenzg.net/archives/37-Happy-Birthday,-Lena-Grimmer!.html</link>
            <category>Personal</category>
    
    <comments>http://www.lenzg.net/archives/37-Happy-Birthday,-Lena-Grimmer!.html#comments</comments>
    <wfw:comment>http://www.lenzg.net/wfwcomment.php?cid=37</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://www.lenzg.net/rss.php?version=2.0&amp;type=comments&amp;cid=37</wfw:commentRss>
    

    <author>nospam@example.com (Lenz Grimmer)</author>
    <content:encoded>
    
On Wednesday, 12th of April at 19:02, our first baby girl &amp;quot;Lena&amp;quot; was born. She weighed 3695 grams and was 53cm tall. Mother and child are doing fine - some first pictures are available &lt;a href=&quot;http://www.lenzg.net/gallery/Lena-2006-04-12&quot;&gt;from here&lt;/a&gt;!&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;http://www.lenzg.net/albums/Lena-2006-04-12/imgp3558.sized.jpg&quot; /&gt; 
    </content:encoded>

    <pubDate>Thu, 13 Apr 2006 00:38:06 +0200</pubDate>
    <guid isPermaLink="false">http://www.lenzg.net/archives/37-guid.html</guid>
    <category>baby</category>
<category>life</category>
<category>Personal</category>
<category>pictures</category>

</item>
<item>
    <title>New pictures online</title>
    <link>http://www.lenzg.net/archives/27-New-pictures-online.html</link>
            <category>MySQL</category>
            <category>Personal</category>
            <category>Site News</category>
    
    <comments>http://www.lenzg.net/archives/27-New-pictures-online.html#comments</comments>
    <wfw:comment>http://www.lenzg.net/wfwcomment.php?cid=27</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.lenzg.net/rss.php?version=2.0&amp;type=comments&amp;cid=27</wfw:commentRss>
    

    <author>nospam@example.com (Lenz Grimmer)</author>
    <content:encoded>
    &lt;p&gt;Today I uploaded a batch of pictures into my gallery and I also re-arranged a number of albums into a separate &lt;a href=&quot;http://www.lenzg.net/gallery/ConferencesEvents&quot;&gt;Conferences and Events&lt;/a&gt; collection. The latest additions in there (yes, some should have been uploaded some time ago already!):&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://www.lenzg.net/gallery/EUROOSCON-Amsterdam-2005-10-18&quot;&gt;EuroOSCON 2005&lt;/a&gt; in Amsterdam, Netherlands&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.lenzg.net/gallery/OpenDBCON-Frankfurt-2005-11-07&quot;&gt;Open Source Database Conference&lt;/a&gt; 2005 in Frankfurt, Germany&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.lenzg.net/gallery/FOSDEM-Brussels-2006-02-25&quot;&gt;FOSDEM 2006&lt;/a&gt; Conference in Brussels, Belgium&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.lenzg.net/gallery/MySQLDevConf-Sorrento-2006-03&quot;&gt;MySQL Developer Meeting 2006&lt;/a&gt; in Sorrento, Italy (pictures from other MySQLers can be found on &lt;a href=&quot;http://www.flickr.com/photos/search/tags:mysql%2Csorrento/tagmode:all/&quot;&gt;Flickr&lt;/a&gt;, too)&lt;/li&gt;&lt;/ul&gt;I also added some pictures from a &lt;a href=&quot;http://www.lenzg.net/gallery/Waren-2006-02-17&quot;&gt;recent weekend vacation to Waren/Müritz&lt;/a&gt; to the Trips and Vacations Gallery. Enjoy! 
    </content:encoded>

    <pubDate>Mon, 20 Mar 2006 19:17:20 +0100</pubDate>
    <guid isPermaLink="false">http://www.lenzg.net/archives/27-guid.html</guid>
    <category>conference</category>
<category>event</category>
<category>gallery</category>
<category>life</category>
<category>mysql</category>
<category>Personal</category>
<category>Site News</category>
<category>travel</category>
<category>vacation</category>

</item>
<item>
    <title>Lost my wisdom...</title>
    <link>http://www.lenzg.net/archives/14-Lost-my-wisdom....html</link>
            <category>Personal</category>
    
    <comments>http://www.lenzg.net/archives/14-Lost-my-wisdom....html#comments</comments>
    <wfw:comment>http://www.lenzg.net/wfwcomment.php?cid=14</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.lenzg.net/rss.php?version=2.0&amp;type=comments&amp;cid=14</wfw:commentRss>
    

    <author>nospam@example.com (Lenz Grimmer)</author>
    <content:encoded>
    
&lt;p&gt;I returned home safely from Brussels on Sunday night. FOSDEM was great fun, I am going to write up my impressions in a separate entry. I wanted to do it on Monday already, but I had an appointment with the dentist in the afternoon who pulled my two upper wisdom teeth.&lt;/p&gt;The operation itself was almost pain-free and went very quick. But once the effect of the local anaesthesia faded, the pain was almost unbearable. After a rough night, I decided to take it slow yesterday. I feel better today, but look like a hamster - my cheeks are quite swollen. Time to replace the ice pack.
 
    </content:encoded>

    <pubDate>Wed, 01 Mar 2006 09:16:39 +0100</pubDate>
    <guid isPermaLink="false">http://www.lenzg.net/archives/14-guid.html</guid>
    <category>health</category>
<category>life</category>
<category>Personal</category>

</item>

</channel>
</rss>