<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet href="/templates/default/atom.css" type="text/css" ?>

<feed 
   xmlns="http://www.w3.org/2005/Atom"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <link href="http://www.herzi.eu/feeds/atom10.xml" rel="self" title="herzi.eu" type="application/atom+xml" />
    <link href="http://www.herzi.eu/"                        rel="alternate"    title="herzi.eu" type="text/html" />
    <link href="http://www.herzi.eu/rss.php?version=2.0"     rel="alternate"    title="herzi.eu" type="application/rss+xml" />
    <title type="html">herzi.eu</title>
    <subtitle type="html">My little place on the web...</subtitle>
    <icon>http://www.herzi.eu/templates/default/img/s9y_banner_small.png</icon>
    <id>http://www.herzi.eu/</id>
    <updated>2010-07-30T04:21:18Z</updated>
    <generator uri="http://www.s9y.org/" version="1.4.1">Serendipity 1.4.1 - http://www.s9y.org/</generator>
    <dc:language>en</dc:language>

    <entry>
        <link href="http://www.herzi.eu/archives/161-A-little-path-bar-widget.html" rel="alternate" title="A little path bar widget" />
        <author>
            <name>Sven Herzberg</name>
                    </author>
    
        <published>2010-06-11T19:22:35Z</published>
        <updated>1970-01-01T00:00:00Z</updated>
        <wfw:comment>http://www.herzi.eu/wfwcomment.php?cid=161</wfw:comment>
    
        <slash:comments>7</slash:comments>
        <wfw:commentRss>http://www.herzi.eu/rss.php?version=atom1.0&amp;type=comments&amp;cid=161</wfw:commentRss>
    
    
        <id>http://www.herzi.eu/archives/161-guid.html</id>
        <title type="html">A little path bar widget</title>
        <content type="xhtml" xml:base="http://www.herzi.eu/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                So, this week I finally decided to implement a path bar widget for one of my pet projects.<br />
<br />
There have been some implementations on the net, e.g. <a href="http://audidude.com/?p=27">a breadcrumb widget with GTK# in C#</a> (<a href="http://x.dronelabs.com/chris/dropbox/crumbs/Crumbs.cs">download</a>). However, instead of reworking this, I decided to implement such a widget in C from scratch.<br />
<br />
This week I developed a <a href="http://github.com/herzi/path-bar">prototype path bar widget</a> (which isn't by any means a complete implementation). However, if you think it's useful, feel free to fork the code, you can also provide patches and I will apply them. However, I already merged this code into the project it was developed for, so my fixed are not likely to end up in the prototype repository.<br />
<br />
Take a look at the <a href="http://github.com/herzi/path-bar/blob/master/README">README file</a> to see what it does and what it doesn't do. And here's the video you are looking for:<br />
<br />
<div style="align:center"><a href="http://www.herzi.eu/uploads/test-path-bar.ogg"><img title="Preview of the video; click to see it…" src="http://www.herzi.eu/uploads/test-path-bar.png" alt=""  /></a></div> 
            </div>
        </content>
        <dc:subject>Breadcrumb</dc:subject>
<dc:subject>C</dc:subject>
<dc:subject>FLOSS</dc:subject>
<dc:subject>GTK+</dc:subject>
<dc:subject>Hacking</dc:subject>
<dc:subject>Path Bar</dc:subject>
<dc:subject>Prototype</dc:subject>

    </entry>
    <entry>
        <link href="http://www.herzi.eu/archives/160-A-tiny-helper-for-your-unit-testing.html" rel="alternate" title="A tiny helper for your unit testing…" />
        <author>
            <name>Sven Herzberg</name>
                    </author>
    
        <published>2010-04-06T13:39:23Z</published>
        <updated>2010-04-10T23:13:22Z</updated>
        <wfw:comment>http://www.herzi.eu/wfwcomment.php?cid=160</wfw:comment>
    
        <slash:comments>1</slash:comments>
        <wfw:commentRss>http://www.herzi.eu/rss.php?version=atom1.0&amp;type=comments&amp;cid=160</wfw:commentRss>
    
    
        <id>http://www.herzi.eu/archives/160-guid.html</id>
        <title type="html">A tiny helper for your unit testing…</title>
        <content type="xhtml" xml:base="http://www.herzi.eu/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                I wanted to get a little closer to the "writing tests first" paradigm. But I realized that it was too painful to execute "make check" (or whatever) after my changes, I decided to develop a graphical front end to the GLib/GTK+ unit testing system: <a href="http://herzi.github.com/gutachter/">Gutachter</a><br />
<br />
<img src="http://herzi.github.com/gutachter/gutachter-0.0.1-failures.png" title="Gutachter displays a test failure" alt="Gutachter displays a test failure" /><br />
<br />
<a href="http://download.opensuse.org/repositories/home:/herzi/Fedora_12/home:herzi.repo">Packages for Fedora 12</a> are available, for <a href="http://wiki.opensuse.org/openSUSE:Build_Service_supported_build_targets">other distrubutions</a> you can kindly ask&hellip;<br />
<br />
A big <b>Thank You!</b> goes to <a href="http://www.andreasn.se/">Andreas</a>, who created the icons for that project quite some time ago (and actually for a different project, but here we go).<br />
<br />
Happy <a href="http://herzi.github.com/gutachter/">using</a>, <a href="http://github.com/herzi/gutachter/issues">bug reporting</a>, <a href="http://guthub.com/herzi/gutachter/">hacking</a> and happy <a href="http://www.transifex.net/projects/p/gutachter/">translating</a>&hellip; 
            </div>
        </content>
        <dc:subject>FLOSS</dc:subject>
<dc:subject>GNOME</dc:subject>
<dc:subject>GTK+</dc:subject>
<dc:subject>Unit Testing</dc:subject>

    </entry>
    <entry>
        <link href="http://www.herzi.eu/archives/159-Peer-to-Peer-DBus-over-TCP.html" rel="alternate" title="Peer-to-Peer DBus over TCP" />
        <author>
            <name>Sven Herzberg</name>
                    </author>
    
        <published>2010-03-03T19:26:40Z</published>
        <updated>2010-03-03T23:24:22Z</updated>
        <wfw:comment>http://www.herzi.eu/wfwcomment.php?cid=159</wfw:comment>
    
        <slash:comments>2</slash:comments>
        <wfw:commentRss>http://www.herzi.eu/rss.php?version=atom1.0&amp;type=comments&amp;cid=159</wfw:commentRss>
    
    
        <id>http://www.herzi.eu/archives/159-guid.html</id>
        <title type="html">Peer-to-Peer DBus over TCP</title>
        <content type="xhtml" xml:base="http://www.herzi.eu/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                When I was searching the web, I didn't find some proper documentation about this, so I started to develop <a href="http://github.com/herzi/p2p-dbus">some bits of code</a> to show how a peer-to-peer connection on TCP can be established between a DBusServer and a DBusConnection. With this connection, I can properly invoke methods from remote objects (and with a little bit of avahi-voodoo, clients can automatically connect to each other). 
            </div>
        </content>
        <dc:subject>dbus</dc:subject>
<dc:subject>floss</dc:subject>
<dc:subject>peer-to-peer</dc:subject>

    </entry>
    <entry>
        <link href="http://www.herzi.eu/archives/158-First-Steps-with-Tracker.html" rel="alternate" title="First Steps with Tracker" />
        <author>
            <name>Sven Herzberg</name>
                    </author>
    
        <published>2010-02-11T13:43:38Z</published>
        <updated>2010-02-11T15:51:30Z</updated>
        <wfw:comment>http://www.herzi.eu/wfwcomment.php?cid=158</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.herzi.eu/rss.php?version=atom1.0&amp;type=comments&amp;cid=158</wfw:commentRss>
    
    
        <id>http://www.herzi.eu/archives/158-guid.html</id>
        <title type="html">First Steps with Tracker</title>
        <content type="xhtml" xml:base="http://www.herzi.eu/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                As I‘ve been happily trying out the <a href="http://build.opensuse.org/">OpenSuse Build Service</a>, and I wanted to have a presentation about it at the Lanedo apres-conference, I decided to package a <a href="http://mail.gnome.org/archives/gnome-announce-list/2010-February/msg00009.html">recent version</a> of <a href="http://projects.gnome.org/tracker/">tracker</a>.<br />
<br />
I managed to package it within an hour and then decided to need a use-case for these new packages. I picked <a href="http://live.gnome.org/GnomeLaunchBox">GNOME Launch Box</a> and after some hacking, I managed to properly replace <a href="http://bugs.gnome.org/566319">the application search module by a tracker based module</a>. It was pretty straight-forward to develop that module (after getting a bit into SparQL).<br />
<br />
I even ended up doing some more cleanups and finally <a href="">dropped libgnomeui and libgnomevfs</a>.<br />
<br />
I'm really looking forward to replace even more backends with tracker-based ones. 
            </div>
        </content>
        <dc:subject>event</dc:subject>
<dc:subject>FLOSS</dc:subject>
<dc:subject>fosdem</dc:subject>
<dc:subject>GNOME</dc:subject>
<dc:subject>GNOME Launch Box</dc:subject>
<dc:subject>Lanedo</dc:subject>
<dc:subject>Tracker</dc:subject>

    </entry>
    <entry>
        <link href="http://www.herzi.eu/archives/157-FOSDEM-2010.html" rel="alternate" title="FOSDEM 2010" />
        <author>
            <name>Sven Herzberg</name>
                    </author>
    
        <published>2010-02-11T13:18:57Z</published>
        <updated>2010-02-11T13:18:57Z</updated>
        <wfw:comment>http://www.herzi.eu/wfwcomment.php?cid=157</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.herzi.eu/rss.php?version=atom1.0&amp;type=comments&amp;cid=157</wfw:commentRss>
    
    
        <id>http://www.herzi.eu/archives/157-guid.html</id>
        <title type="html">FOSDEM 2010</title>
        <content type="xhtml" xml:base="http://www.herzi.eu/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Last weekend <a href="http://www.lanedo.com/">Lanedo</a> brought its hackers to <a href="http://www.brucity.be/">Brussels</a>, mostly for attending <a href="http://www.fosdem.org/">FOSDEM</a>. We‘ve had a delicious <a href="http://www.rugbymantwo.com/">joint dinner</a> on Friday evening and attended the conference on Saturday. Just as in the past, the conference has been nice with all the people around and all the good talks.<br />
<br />
I mostly spent time in the GNOME presentation room and the hackers room upstairs. Even though I decided for a pet project to be developed during the weekend (some random widget that will be developed later), I ended up doing something completely different (will blog about it later).<br />
<br />
On Monday we‘ve had a nice apres-conf with the Lanedians at the <a href="http://www.astridhotel.be/">hotel</a>. We got a presentation of the first year of Lanedo in the business and a nice presentation about future plans of the company.<br />
<br />
After flying back with <a href="http://blogs.gnome.org/timj/" title="Tim Janik">Tim</a> and <a href="http://blogs.gnome.org/mr/" title="Martyn Russell">Martyn</a>, we realized how warm Brussels actually was. <a href="http://www.hamburg.de/">Hamburg</a> was a lot colder, totally snowy, windy and the footways are icy and really dangerous.<br />
<br />
In the afternoon I will visit the new Lanedo office for the first time. 
            </div>
        </content>
        <dc:subject>2010</dc:subject>
<dc:subject>brussels</dc:subject>
<dc:subject>event</dc:subject>
<dc:subject>floss</dc:subject>
<dc:subject>fosdem</dc:subject>
<dc:subject>gnome</dc:subject>
<dc:subject>hamburg</dc:subject>
<dc:subject>lanedians</dc:subject>
<dc:subject>lanedo</dc:subject>

    </entry>
    <entry>
        <link href="http://www.herzi.eu/archives/156-Time,-Time-Zone-and-the-total-mess-continued.html" rel="alternate" title="Time, Time Zone and the total mess… (continued)" />
        <author>
            <name>Sven Herzberg</name>
                    </author>
    
        <published>2009-10-30T15:56:14Z</published>
        <updated>2009-10-30T15:56:14Z</updated>
        <wfw:comment>http://www.herzi.eu/wfwcomment.php?cid=156</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.herzi.eu/rss.php?version=atom1.0&amp;type=comments&amp;cid=156</wfw:commentRss>
    
    
        <id>http://www.herzi.eu/archives/156-guid.html</id>
        <title type="html">Time, Time Zone and the total mess… (continued)</title>
        <content type="xhtml" xml:base="http://www.herzi.eu/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                This blog post is intended to be a reply containing the information that I would have needed abut <a href="http://www.herzi.eu/archives/11-Time,-Time-Zone-and-the-total-mess....html">half a year ago</a>:<br />
<br />
<ol><br />
<li>as <a href="http://blogs.gnome.org/juergbi/">Jürg</a> has correctly pointed out: <a href="http://linux.die.net/man/3/gmtime">gmtime()</a> would have helped me a lot (but isn't portable)</li><br />
<li>as I realized during the last week, replacing <a href="http://linux.die.net/man/3/mktime">mktime()</a> with <a href="http://linux.die.net/man/3/timegm">timegm()</a> would have properly helped, too</li><br />
</ol><br />
<br />
Going along with <em>timegm()</em> also yields exactly the results that I expected. This makes things a little easier as all the times in my application are UTC times and will properly get converted into local times when using… It also allows things to become a little easier as I can assume that all times in my application are UTC times.<br />
<br />
So right now, I'm trying to get the <a href="https://bugzilla.gnome.org/410663">g_timegm()</a> patch into glib, so there is a portable, threadsafe (as in “does neither modify your environment variables nor use static variables”) implementation people can use in their applications. 
            </div>
        </content>
        <dc:subject>Calendar</dc:subject>
<dc:subject>FLOSS</dc:subject>
<dc:subject>Lazyweb</dc:subject>
<dc:subject>Time</dc:subject>

    </entry>
    <entry>
        <link href="http://www.herzi.eu/archives/155-Maemo-Summit-2009.html" rel="alternate" title="Maemo Summit 2009" />
        <author>
            <name>Sven Herzberg</name>
                    </author>
    
        <published>2009-10-09T08:15:36Z</published>
        <updated>2009-10-09T08:15:36Z</updated>
        <wfw:comment>http://www.herzi.eu/wfwcomment.php?cid=155</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.herzi.eu/rss.php?version=atom1.0&amp;type=comments&amp;cid=155</wfw:commentRss>
    
    
        <id>http://www.herzi.eu/archives/155-guid.html</id>
        <title type="html">Maemo Summit 2009</title>
        <content type="xhtml" xml:base="http://www.herzi.eu/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Thanks to Lanedo, I'm able to visit the <a href="http://wiki.maemo.org/Maemo_Summit_2009">Maemo Summit</a> this year again.<br />
<br />
I'm pretty excited about the things they will show off there. 
            </div>
        </content>
        <dc:subject>Lanedo</dc:subject>
<dc:subject>Maemo</dc:subject>
<dc:subject>Maemo Summit</dc:subject>
<dc:subject>N900</dc:subject>

    </entry>
    <entry>
        <link href="http://www.herzi.eu/archives/154-ThinkPad-X200-Tablet.html" rel="alternate" title="ThinkPad X200 Tablet" />
        <author>
            <name>Sven Herzberg</name>
                    </author>
    
        <published>2009-09-11T13:58:29Z</published>
        <updated>2009-09-17T08:52:18Z</updated>
        <wfw:comment>http://www.herzi.eu/wfwcomment.php?cid=154</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.herzi.eu/rss.php?version=atom1.0&amp;type=comments&amp;cid=154</wfw:commentRss>
    
    
        <id>http://www.herzi.eu/archives/154-guid.html</id>
        <title type="html">ThinkPad X200 Tablet</title>
        <content type="xhtml" xml:base="http://www.herzi.eu/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <a href="http://www.lanedo.com/">Lanedo</a> was so kind to offer a notebook upgrade for me and on Tuesday I happily received a ThinkPad X200 Tablet.<br />
<br />
I will spend the following weeks setting up the machine to replace my current X60s by Fedora 12's release date.<br />
<br />
Wednesday evening I started to install <i>Fedora 12 Alpha</i> via USB pendrive and managed to get a bootable device. The screen was flickering like hell and, after a large upgrade yesterday, things are usable now.<br />
<br />
The next step will be to get the Wacom tablet working. Fedora has a pretty recent Xorg server (Ubuntu is actually lagging behind this one); but the wacom drivers don't seem to work with it yet… 
            </div>
        </content>
        <dc:subject>fedora</dc:subject>
<dc:subject>floss</dc:subject>
<dc:subject>lanedo</dc:subject>
<dc:subject>laptop</dc:subject>
<dc:subject>lenovo</dc:subject>
<dc:subject>thinkpad</dc:subject>
<dc:subject>ubuntu</dc:subject>
<dc:subject>wacom</dc:subject>
<dc:subject>x200t</dc:subject>

    </entry>
    <entry>
        <link href="http://www.herzi.eu/archives/152-Auslosung-zur-Playoff-Runde-der-Europa-League.html" rel="alternate" title="Auslosung zur Playoff-Runde der Europa-League" />
        <author>
            <name>Sven Herzberg</name>
                    </author>
    
        <published>2009-08-07T10:21:16Z</published>
        <updated>2009-08-07T14:32:52Z</updated>
        <wfw:comment>http://www.herzi.eu/wfwcomment.php?cid=152</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.herzi.eu/rss.php?version=atom1.0&amp;type=comments&amp;cid=152</wfw:commentRss>
    
    
        <id>http://www.herzi.eu/archives/152-guid.html</id>
        <title type="html">Auslosung zur Playoff-Runde der Europa-League</title>
        <content type="xhtml" xml:base="http://www.herzi.eu/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Nach dem Debakel unserer B-Elf gestern gegen Randers FC steht wenigstens fest: Wir sind dennoch weiter!<br />
<br />
Die Auslosung in Nyon hat nun grade ergeben, dass <a href="http://www.hsv.de/">unser HSV</a> am 20.08. auswärts bei <a href="http://www.eaguingamp.com/">EA Guingamp</a> (<a href="http://de.wikipedia.org/wiki/EA_Guingamp">bei Wikipedia</a>; Pokalsieger 2009; wurde 2008/2009 nur 13. von 20 Vereinen in der französischen <a href="">League 2</a>) antritt und dann wieder das Rückspiel in der <a href="http://www.hsh-nordbank-arena.de/">HSH-Nordbank-Arena</a> am 27.08.09.<br />
<br />
Wie üblich habe ich den <a href="http://herzi.eu/archives/15-20092010-Ich-komme!.html">Google-Kalender für die HSV-Spiele</a> aktualisiert: <a href="http://www.google.com/calendar/embed?src=93vkr2g5cjddi2sht48vg3b528%40group.calendar.google.com&amp;ctz=Europe/Berlin">HTML</a>, <a href="http://www.google.com/calendar/ical/93vkr2g5cjddi2sht48vg3b528%40group.calendar.google.com/public/basic.ics">iCal</a>, <a href="http://www.google.com/calendar/feeds/93vkr2g5cjddi2sht48vg3b528%40group.calendar.google.com/public/basic">XML</a>.<br />
<br />
Die Anstoßzeiten werden dann nachgetragen, sobald ich sie kenne. 
            </div>
        </content>
        <dc:subject>Europa League</dc:subject>
<dc:subject>Fußball</dc:subject>
<dc:subject>HSV</dc:subject>
<dc:subject>Kalender</dc:subject>

    </entry>
    <entry>
        <link href="http://www.herzi.eu/archives/151-Casio-Exilim-Z85.html" rel="alternate" title="Casio Exilim Z85" />
        <author>
            <name>Sven Herzberg</name>
                    </author>
    
        <published>2009-08-04T07:38:15Z</published>
        <updated>2009-08-04T07:38:15Z</updated>
        <wfw:comment>http://www.herzi.eu/wfwcomment.php?cid=151</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.herzi.eu/rss.php?version=atom1.0&amp;type=comments&amp;cid=151</wfw:commentRss>
    
    
        <id>http://www.herzi.eu/archives/151-guid.html</id>
        <title type="html">Casio Exilim Z85</title>
        <content type="xhtml" xml:base="http://www.herzi.eu/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Jetzt ist es gut einen Monat her, dass Anja und meine Eltern mir einen Fotoapparat geschenkt haben und ich wollte einfach mal ein bisschen zusammenfassen, wie sich mir die Lage nun darstellt:<br />
<br />
<strong>Pro <a href="http://www.casio-europe.com/de/exilim/exilimzoom/exz85/">EX-Z85</a></strong><br />
<br />
<ul><br />
<li>Die Kamera ist sehr klein; sie passt in eine Handy-Tasche (»Handysocke«) und kann dann auch gut in der Hosentasche transportiert werden.</li><br />
<li>Die Kamera ist sehr leicht; auch das macht sie gut geeignet für den unkonventionellen Transport.</li><br />
<li>Die Kamera ist sehr schnell; nicht nur was die Zeit zum Einschalten angeht, sondern auch was das eigentliche Fotografieren betrifft (»Hey, mach' mal <a href="http://www.flickr.com/photos/herzi/3782223722/in/set-72157621799484437/">ein Foto</a>!« - »Och nö, das war zu schnell. Mach noch <a href="">eins</a>!«).</li><br />
</ul><br />
<br />
<strong>Contra EX-Z85</strong><br />
<br />
<ul><br />
<li>Die Kamera ist sehr leicht (ja hatten wir schon); leider macht das die Kamera recht schwer ruhig zu halten.</li><br />
<li>Die Kamera hat keinen eingebauten Beschleunigungssensor; die Fotos müssen von Hand in die richtige Orientierung gebracht werden.</li><br />
</ul><br />
<br />
<strong>Fazit</strong>: für meine Zwecke eine tolle Kamera; die Fotos sind für mich tolle Andenken und die Qualität ist toll (wenn man der Kamera genug Zeit für den Auto-Fokus lässt). Für 130 Euro ein Schnäppchen. Wer Beispiel-Bilder sucht, wird bei meinen <a href="http://www.herzi.eu/archives/150-Gran-Canaria-Fotos-bei-Flickr.html">Gran-Canaria-Bildern</a> Fotos finden, die mit <a href="http://www.graphicsmagick.org/">GraphicsMagick</a> einfach nur auf 1024×768 Pixel skaliert und bei FlickR - nach Bedarf - rotiert wurden. 
            </div>
        </content>
        <dc:subject>Flickr</dc:subject>
<dc:subject>Fotos</dc:subject>
<dc:subject>Gran Canaria</dc:subject>
<dc:subject>Kamera</dc:subject>

    </entry>
    <entry>
        <link href="http://www.herzi.eu/archives/150-Gran-Canaria-Fotos-bei-Flickr.html" rel="alternate" title="Gran-Canaria-Fotos bei Flickr" />
        <author>
            <name>Sven Herzberg</name>
                    </author>
    
        <published>2009-08-02T20:31:13Z</published>
        <updated>2009-08-07T10:19:47Z</updated>
        <wfw:comment>http://www.herzi.eu/wfwcomment.php?cid=150</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.herzi.eu/rss.php?version=atom1.0&amp;type=comments&amp;cid=150</wfw:commentRss>
    
    
        <id>http://www.herzi.eu/archives/150-guid.html</id>
        <title type="html">Gran-Canaria-Fotos bei Flickr</title>
        <content type="xhtml" xml:base="http://www.herzi.eu/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <div class="serendipity_imageComment_left" style="width: 180px; float: right"><div class="serendipity_imageComment_img"><a class='serendipity_image_link' href='http://www.flickr.com/photos/herzi/3781407343/'><!-- s9ymdb:6 --><img class="serendipity_image_left" width="180" height="240" src="http://www.herzi.eu/uploads/the-boss.jpg" alt=""  /></a></div><div class="serendipity_imageComment_txt">The Boss is always watching…</div></div><br />
<br />
So, ich hab' grade meine Fotos vom Gran Canaria Desktop Summit bei <a href="http://www.flickr.com/photos/herzi/">Flickr</a> hochgeladen:<br />
<br />
 
            </div>
        </content>
        <dc:subject>Desktop Summit</dc:subject>
<dc:subject>Flickr</dc:subject>
<dc:subject>Fotos</dc:subject>
<dc:subject>GCDS</dc:subject>
<dc:subject>GNOME</dc:subject>
<dc:subject>Gran Canaria</dc:subject>
<dc:subject>Lanedo</dc:subject>
<dc:subject>Leute</dc:subject>

    </entry>
    <entry>
        <link href="http://www.herzi.eu/archives/17-Auslosung-zur-3.-Qualifikationsrunde-der-Europa-League.html" rel="alternate" title="Auslosung zur 3. Qualifikationsrunde der Europa-League" />
        <author>
            <name>Sven Herzberg</name>
                    </author>
    
        <published>2009-07-18T16:11:52Z</published>
        <updated>2009-07-18T16:44:28Z</updated>
        <wfw:comment>http://www.herzi.eu/wfwcomment.php?cid=17</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.herzi.eu/rss.php?version=atom1.0&amp;type=comments&amp;cid=17</wfw:commentRss>
    
    
        <id>http://www.herzi.eu/archives/17-guid.html</id>
        <title type="html">Auslosung zur 3. Qualifikationsrunde der Europa-League</title>
        <content type="xhtml" xml:base="http://www.herzi.eu/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Nachdem gestern ausgelost wurde, dass der HSV seine Spiele in der dritten Qualifikationsrunde gegen <a href="http://www.randersfc.dk/">Randers FC</a> (<a href="http://de.wikipedia.org/wiki/Randers_FC" title="Randers FC bei Wikipedia">bei Wikipedia</a>; Fairplay-Qualifikant; Ligafünfter in Dänemark) oder <a href="http://de.wikipedia.org/wiki/S%C5%ABduva_Marijampol%C4%97">FK S&#363;duva Marijampol&#279;</a> (Pokalsieger in Litauen; Ligavierter 2008) bestreiten wird, habe ich den <a href="http://herzi.eu/archives/15-20092010-Ich-komme!.html">Google-Kalender</a> diesbezüglich aktualisiert:<br />
<br />
<a href="http://www.google.com/calendar/feeds/93vkr2g5cjddi2sht48vg3b528%40group.calendar.google.com/public/basic">XML</a>, <a href="http://www.google.com/calendar/ical/93vkr2g5cjddi2sht48vg3b528%40group.calendar.google.com/public/basic.ics">iCal</a>, <a href="http://www.google.com/calendar/embed?src=93vkr2g5cjddi2sht48vg3b528%40group.calendar.google.com&amp;ctz=Europe/Berlin">HTML</a> 
            </div>
        </content>
        <dc:subject>europa league</dc:subject>
<dc:subject>hsv</dc:subject>
<dc:subject>kalender</dc:subject>

    </entry>
    <entry>
        <link href="http://www.herzi.eu/archives/16-Sie-sind-da!.html" rel="alternate" title="Sie sind da!" />
        <author>
            <name>Sven Herzberg</name>
                    </author>
    
        <published>2009-07-18T14:12:11Z</published>
        <updated>2009-07-18T14:12:11Z</updated>
        <wfw:comment>http://www.herzi.eu/wfwcomment.php?cid=16</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.herzi.eu/rss.php?version=atom1.0&amp;type=comments&amp;cid=16</wfw:commentRss>
    
    
        <id>http://www.herzi.eu/archives/16-guid.html</id>
        <title type="html">Sie sind da!</title>
        <content type="xhtml" xml:base="http://www.herzi.eu/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Diese Woche kamen meine Dauerkarten für die kommende Saison an; im handlichen Scheckkarten-Format werden sie mir sicher noch viel Freude bereiten:<br />
<br />
<div class="serendipity_imageComment_left" style="width: 500px"><div class="serendipity_imageComment_img"><!-- s9ymdb:2 --><img class="serendipity_image_left" width="500" height="316" src="http://www.herzi.eu/uploads/HSV-Dauerkarte.png" alt=""  /></div><div class="serendipity_imageComment_txt">HSV-Dauerkarte 2009/2010</div></div> 
            </div>
        </content>
        <dc:subject>HSV</dc:subject>

    </entry>
    <entry>
        <link href="http://www.herzi.eu/archives/15-20092010-Ich-komme!.html" rel="alternate" title="2009/2010… Ich komme!" />
        <author>
            <name>Sven Herzberg</name>
                    </author>
    
        <published>2009-07-12T11:21:08Z</published>
        <updated>2009-07-28T10:07:18Z</updated>
        <wfw:comment>http://www.herzi.eu/wfwcomment.php?cid=15</wfw:comment>
    
        <slash:comments>1</slash:comments>
        <wfw:commentRss>http://www.herzi.eu/rss.php?version=atom1.0&amp;type=comments&amp;cid=15</wfw:commentRss>
    
    
        <id>http://www.herzi.eu/archives/15-guid.html</id>
        <title type="html">2009/2010… Ich komme!</title>
        <content type="xhtml" xml:base="http://www.herzi.eu/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                So, ich hab' mir dann grade mal einen Google-Kalender eingerichtet, in dem ich die möglichen Spiele des HSV eingetragen habe. Als feststehende Termine sind nur die terminierten und definitiven Spiele eingetragen, alle anderen als Ganztags-Ereignisse über die voraussichtlichen Termine;ich werde den Kalender im Lauf der Saison dann weiter aktualisieren. Den Kalender steht in folgenden Formaten zur Verfügung:<br />
<br />
<ul><br />
<li><a href="http://www.google.com/calendar/feeds/93vkr2g5cjddi2sht48vg3b528%40group.calendar.google.com/public/basic">XML</a></li><br />
<li><a href="http://www.google.com/calendar/ical/93vkr2g5cjddi2sht48vg3b528%40group.calendar.google.com/public/basic.ics">iCal</a></li><br />
<li><a href="http://www.google.com/calendar/embed?src=93vkr2g5cjddi2sht48vg3b528%40group.calendar.google.com&amp;ctz=Europe/Berlin">HTML</a></li><br />
</ul><br />
<br />
Hier ein Beispiel für den HTML-Kalender:<br/><br />
<iframe src="http://www.google.com/calendar/embed?mode=AGENDA&amp;height=600&amp;wkst=1&amp;bgcolor=%23FFFFFF&amp;src=93vkr2g5cjddi2sht48vg3b528%40group.calendar.google.com&amp;color=%2329527A&amp;ctz=Europe%2FBerlin" style="border-width:0; width: 800pt; max-width: 100%; height: 20em" frameborder="0" scrolling="no"><p>Ihr Web-Browser unstützt keine eingebetteten Frames (iframe), an dieser Stelle wird eigentlich der <a href="http://www.google.com/calendar/embed?mode=AGENDA&amp;height=600&amp;wkst=1&amp;bgcolor=%23FFFFFF&amp;src=93vkr2g5cjddi2sht48vg3b528%40group.calendar.google.com&amp;color=%2329527A&amp;ctz=Europe%2FBerlin">HTML-Kalender</a> angezeigt.</p></iframe> 
            </div>
        </content>
        <dc:subject>hsv</dc:subject>
<dc:subject>kalender</dc:subject>
<dc:subject>leute</dc:subject>

    </entry>
    <entry>
        <link href="http://www.herzi.eu/archives/14-Linuxtag.html" rel="alternate" title="Linuxtag" />
        <author>
            <name>Sven Herzberg</name>
                    </author>
    
        <published>2009-06-24T14:43:45Z</published>
        <updated>2009-06-26T06:10:48Z</updated>
        <wfw:comment>http://www.herzi.eu/wfwcomment.php?cid=14</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.herzi.eu/rss.php?version=atom1.0&amp;type=comments&amp;cid=14</wfw:commentRss>
    
    
        <id>http://www.herzi.eu/archives/14-guid.html</id>
        <title type="html">Linuxtag</title>
        <content type="xhtml" xml:base="http://www.herzi.eu/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Just a moment ago at the GNOME booth…<br />
<br />
<img src="http://www.herzi.eu/uploads/2009-06-24-164115.jpg" alt="The Lennart" /> 
            </div>
        </content>
        <dc:subject>FLOSS</dc:subject>
<dc:subject>GNOME</dc:subject>
<dc:subject>Leute</dc:subject>

    </entry>

</feed>