<?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>fl0blog &#187; English</title>
	<atom:link href="http://florisla.be/blog/archive/category/english-posts/feed/" rel="self" type="application/rss+xml" />
	<link>http://florisla.be/blog</link>
	<description>stelt vast dat het niet aan de orde is</description>
	<lastBuildDate>Wed, 23 Jun 2010 20:17:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Tradition</title>
		<link>http://florisla.be/blog/archive/2010/01/tradition/</link>
		<comments>http://florisla.be/blog/archive/2010/01/tradition/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 16:35:07 +0000</pubDate>
		<dc:creator>fl0</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://florisla.be/blog/?p=293</guid>
		<description><![CDATA[Yes there are still traditions&#8230;


]]></description>
			<content:encoded><![CDATA[<p>Yes there are still traditions&#8230;</p>

<p><a href="http://www.fosdem.org"><img src="http://www.fosdem.org/promo/going-to" alt="I'm going to FOSDEM, the Free and Open Source Software Developers' European Meeting" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://florisla.be/blog/archive/2010/01/tradition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nucleus2drupal conversion</title>
		<link>http://florisla.be/blog/archive/2009/12/nucleus2drupal-conversion/</link>
		<comments>http://florisla.be/blog/archive/2009/12/nucleus2drupal-conversion/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 19:03:41 +0000</pubDate>
		<dc:creator>fl0</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Web stuff]]></category>

		<guid isPermaLink="false">http://florisla.be/blog/?p=241</guid>
		<description><![CDATA[Rading about Drupal migrate.module made me think back to somewhere in 2008.

There I was, searching a way to migrate content from Nucleus (version 3.3x) to Drupal 6.
Some &#8216;migrate&#8217;, &#8216;import&#8217; or &#8216;xxx2drupal&#8217; modules for Drupal could be found, but none of  them were suitable for Nucleus source data.  It also seemed like some HTML [...]]]></description>
			<content:encoded><![CDATA[<p>Rading about <a href="http://www.lullabot.com/articles/drupal-data-imports-migrate-and-table-wizard">Drupal migrate.module</a> made me think back to somewhere in 2008.</p>

<p>There I was, searching a way to migrate content from Nucleus (version 3.3x) to Drupal 6.
<br />Some &#8216;migrate&#8217;, &#8216;import&#8217; or &#8216;xxx2drupal&#8217; modules for Drupal could be found, but none of  them were suitable for Nucleus source data.  It also seemed like some HTML fiddling was required to really make the content ready for publication on Drupal.</p>

<p>I decided to learn some Ruby and a bit of Drupal&#8217;s database scheme by processing exported Nucleus tables and transforming them into INSERT statements for Drupal&#8217;s tables.  Countless hours were wasted learning how to preserve articles, comments, authors, categories and more&#8230;</p>

<p>The little Ruby script eventually did the trick.  Now that it&#8217;s practically too late to be of any use (it&#8217;s been almost two years!), I&#8217;m nonetheless enticed to release <a href="http://florisla.be/nucleus2drupal/nucleus2drupal-v0.1.tar.gz">nucleus2drupal.rb v0.1</a> onto the pipes.</p>

<p>If you want to try, here&#8217;s how it goes:</p>

<ul>
<li>Unpack nucleus2drupal.</li>
<li>Export your Nucleus tables (<code>category</code>, <code>comment</code>, <code>item</code>, <code>member</code>) using phpMyAdmin into the queries-source directory (<code>nucleus_category.sql</code>, etc).</li>
<li>Modify the query templates in the <code>queries-insert/</code> directory so that they&#8217;ll work for your Drupal database.</li>
<li>Take a look at <code>nucleus2drupal.rb</code> itself and the settings (and warnings) therein.</li>
<li>Execute <code>./nucleus2drupal.rb</code>.</li>
<li>If the resulting SQL files (directory <code>queries-insert/</code>) look okay, then execute them against your (test!) Drupal database.</li>
</ul>

<p>I&#8217;ve tried to clean up most hard-coded specifics, but your mileage may vary.  Remember to pay close attention to text encodings along the way if your content is beyond plain ASCII.</p>

<p>Should you eventually fail, let me know how you&#8217;re liking that Migrate module instead <img src='http://florisla.be/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://florisla.be/blog/archive/2009/12/nucleus2drupal-conversion/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Flexifilter wiki URL for Drupal</title>
		<link>http://florisla.be/blog/archive/2009/09/flexifilter-wiki-url-for-drupal/</link>
		<comments>http://florisla.be/blog/archive/2009/09/flexifilter-wiki-url-for-drupal/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 20:45:43 +0000</pubDate>
		<dc:creator>fl0</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Web stuff]]></category>

		<guid isPermaLink="false">http://florisla.be/blog/?p=208</guid>
		<description><![CDATA[The Flexifilter module has a MediaWiki input format that transforms [links] into clickable hyperlinks, with or withouth [AnAlternative&#124;name].

However, this input format is very complex and not very flexible.

An existing &#8216;link component&#8217; patch to flexifilter is much more compact and easier to configure.

In my view, that&#8217;s the nice thing about flexifilters: you don&#8217;t need to dabble [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://drupal.org/project/flexifilter">Flexifilter module</a> has a MediaWiki input format that transforms [links] into clickable hyperlinks, with or withouth [AnAlternative|name].</p>

<p>However, this input format is very complex and not very flexible.</p>

<p>An existing <a href="http://drupal.org/node/217877">&#8216;link component&#8217; patch</a> to flexifilter is much more compact and easier to configure.</p>

<p>In my view, that&#8217;s the nice thing about flexifilters: you don&#8217;t need to dabble in code if you want to change or configure an input format.  Instead all parts are small and self-contained, configurable units.</p>

<p>In this case, a dip in the code was unavoidable because of a known bug.  While at it, I also built in support for clean URLs trough the pathauto module.  The result is <a href="http://drupal.org/node/217877#comment-1259021">in the issue queue</a>.</p>

<p>For easy installation, you can download the filter here as an installable module: <a href="/flexifilter_wiki_url.tar.gz">flexifilter_wiki_url.tar.gz</a>. Feedback is welcome&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://florisla.be/blog/archive/2009/09/flexifilter-wiki-url-for-drupal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interesting conversation</title>
		<link>http://florisla.be/blog/archive/2009/06/interesting-conversation/</link>
		<comments>http://florisla.be/blog/archive/2009/06/interesting-conversation/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 07:43:29 +0000</pubDate>
		<dc:creator>fl0</dc:creator>
				<category><![CDATA[/var/]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Taal]]></category>

		<guid isPermaLink="false">http://florisla.be/blog/?p=138</guid>
		<description><![CDATA[How he appeared in my contact list I don&#8217;t know, but I&#8217;m sure having some interesting conversations with this koli0900 chap:


koli900: ku je mor shtet
me: broa dog flimpets
koli0900: fol shqip mor kar
me: alli harvod dobeng
koli0900: ma ha karin
me: bollem pratka ovordeks
koli0900: pidhi satam

]]></description>
			<content:encoded><![CDATA[<p>How he appeared in my contact list I don&#8217;t know, but I&#8217;m sure having some interesting conversations with this koli0900 chap:</p>

<ul>
<li>koli900: ku je mor shtet</li>
<li><em>me:</em> broa dog flimpets</li>
<li>koli0900: fol shqip mor kar</li>
<li><em>me:</em> alli harvod dobeng</li>
<li>koli0900: ma ha karin</li>
<li><em>me:</em> bollem pratka ovordeks</li>
<li>koli0900: pidhi satam</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://florisla.be/blog/archive/2009/06/interesting-conversation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Going to&#8230;</title>
		<link>http://florisla.be/blog/archive/2009/02/going_to_fosdem/</link>
		<comments>http://florisla.be/blog/archive/2009/02/going_to_fosdem/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 21:00:08 +0000</pubDate>
		<dc:creator>fl0</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://florisla.be/blog/archive/2009/02/going_to_fosdem/</guid>
		<description><![CDATA[

I&#8217;ll be attending FOSDEM this weekend (albeit not the full weekend).

Unlike previous editions I was hardly involved in the speaker interviews &#8212; the very capable K.V. handled those this year.  I did contribute to the questions in Brion Vibber&#8217;s interview though.

The organizers are once again making a nice leap in quality.  Case in [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.fosdem.org"><img src="http://www.fosdem.org/promo/going-to" alt="I'm going to FOSDEM, the Free and Open Source Software Developers' European Meeting" /></a></p>

<p>I&#8217;ll be attending FOSDEM this weekend (albeit not the full weekend).</p>

<p>Unlike previous editions I was hardly involved in the <a href="http://fosdem.org/2009/interviews">speaker interviews</a> &#8212; the very capable K.V. handled those this year.  I did contribute to the questions in <a href="http://fosdem.org/2009/interview/brion+vibber">Brion Vibber&#8217;s interview</a> though.</p>

<p>The organizers are once again making a nice leap in quality.  Case in point: the <a href="http://fosdem.org/2009/cloakroom">cloakroom</a>, the <a href="http://fosdem.org/2009/free-bus-train-station">sunday bus home</a>, and of course <a href="http://fosdem.org/2009/beeralgorithm">BDA v3.1</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://florisla.be/blog/archive/2009/02/going_to_fosdem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The new bike</title>
		<link>http://florisla.be/blog/archive/2008/10/new-bike/</link>
		<comments>http://florisla.be/blog/archive/2008/10/new-bike/#comments</comments>
		<pubDate>Mon, 13 Oct 2008 18:02:54 +0000</pubDate>
		<dc:creator>fl0</dc:creator>
				<category><![CDATA[Consumerism]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Mobiliteit]]></category>

		<guid isPermaLink="false">http://florisla.be/blog/archive/2008/10/new-bike/</guid>
		<description><![CDATA[As announced in &#8216;Murphy and me&#8216;, I bought a new bike.

I discovered that choosing a new bike is a lot harder than buying a new computer.  Instead of only taking into account price, performance, reliability, silence and looks, you also have to think about weight, targeted use, and much more.

Most components are also very [...]]]></description>
			<content:encoded><![CDATA[<p>As announced in &#8216;<a href="http://florisla.be/blog/archive/2008/09/murphy-and-me/">Murphy and me</a>&#8216;, I bought a new bike.</p>

<p>I discovered that choosing a new bike is a lot harder than <a href="http://florisla.be/blog/archive/2007/11/selecting-pc-components/">buying a new computer</a>.  Instead of only taking into account price, performance, reliability, silence and looks, you also have to think about weight, targeted use, and much more.</p>

<p>Most components are also very difficult to compare and a quick look on the internet usually only complicates matters.</p>

<p>I always thought that there were two kind of bikes: race bikes and &#8216;normal&#8217; ones.<br />
It appears I was wrong.<br />
Today one has to choose between folding-, race-, trekking-, city-, fitness-bikes or hybrid combinations of any of these.</p>

<p>After some research, I came up with the following requirements:</p>

<ul>
<li>Comfortable enough for everyday usage.</li>
<li>Light enough to accommodate longer trips.</li>
<li>Suitable to be fully packed on a short bike holiday.</li>
<li>Able to be stripped of some unnecessary components for &#8217;sporty&#8217; rides.</li>
<li>No front, rear or saddle <strong>suspension</strong>.</li>
<li>Not too ugly (expensive stuff should be well-designed).</li>
<li>Equipped with lights and luggage carrier.</li>
<li>Available in a bike shop not too far away (not having a car to transport it there).</li>
</ul>

<p>The above requirements, together with a limited budget, narrowed my search to the lighter &#8216;trekking&#8217; models.  In the end I chose the <a href="http://www.trekbikes.com/be/nl/bikes/bike_path/activity/x500e/">Trek X500</a>.  After riding it for three weeks, these are my experiences:</p>

<p><center>
<a href="http://www.flickr.com/photos/florisla/2931539383/" title="The new bike"><img src="http://farm4.static.flickr.com/3226/2931539383_af690f8671_m.jpg" width="240" height="156" alt="The new bike" /></a>
</center></p>

<ul>
<li>Riding a <em>decent</em> bike is a true pleasure.</li>
<li>The X500 comes with a lot of extras as one should expect in this price range: kick stand, pump, wheel lock with extension cable, luggage carrier with binder and even a lowrider in front.</li>
<li>The riding position is fairly upwards; this is very comfortable and can be tweaked a bit by adjusting the handlebar.</li>
<li>A chain guard is not a necessity for me.  I&#8217;m curious how long it&#8217;ll last.</li>
<li>I wouldn&#8217;t mind a hub dynamo instead of the battery-powered LED lights, but anything is better than a flaky wheel dynamo.</li>
</ul>

<p><center>
<a href="http://www.flickr.com/photos/florisla/2931508363/" title="Bike in action"><img src="http://farm4.static.flickr.com/3223/2931508363_360453095e_m.jpg" width="180" height="240" alt="Bike in action" /></a>
</center></p>
]]></content:encoded>
			<wfw:commentRss>http://florisla.be/blog/archive/2008/10/new-bike/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Murphy and me</title>
		<link>http://florisla.be/blog/archive/2008/09/murphy-and-me/</link>
		<comments>http://florisla.be/blog/archive/2008/09/murphy-and-me/#comments</comments>
		<pubDate>Sat, 20 Sep 2008 14:01:08 +0000</pubDate>
		<dc:creator>fl0</dc:creator>
				<category><![CDATA[/var/]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Mobiliteit]]></category>

		<guid isPermaLink="false">http://florisla.be/blog/archive/2008/09/murphy-and-me/</guid>
		<description><![CDATA[
    My bike frame breaks.  At first I don&#8217;t know what&#8217;s going on, and I drive the bike for some 6 additional kilometers.
    I buy a new bike.  Five minits after leaving the shop, happily testing the new gears, the chain breaks.  I have to return [...]]]></description>
			<content:encoded><![CDATA[<ul>
    <li>My bike frame breaks.  At first I don&#8217;t know what&#8217;s going on, and I drive the bike for some 6 additional kilometers.</li>
    <li>I buy a new bike.  Five minits after leaving the shop, happily testing the new gears, the chain breaks.  I have to return on foot.</li>
    <li>The bike has automatic LED lighting.  One evening, the rear light lights up and does not shut off.  It remains lighted for 48 hours.</li>
    <li>At work, I park the bike in the basement.  When the doorknob comes off, I find myself locked in there with no help around.</li>
</ul>

<p>A small share of bad luck the pas few weeks, but in the end I can consider myself lucky:</p>

<ul>
    <li>The broken frame caused no accidents.</li>
    <li>My new bike is quite okay now and the chain is holding well.</li>
    <li>I found the <code>on</code>/<code>auto</code>/<code>off</code> button on the rear light. <em>Just search harder!</em></li>
    <li>After ten minits, a passer-by in the basement opened the door for me from the other side. Even then, cell phone reception was remarkably good for a basement.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://florisla.be/blog/archive/2008/09/murphy-and-me/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Book: Framework Design Guidelines (aka FDGCIPRNLMDS)</title>
		<link>http://florisla.be/blog/archive/2008/02/book-framework-design-guidelines/</link>
		<comments>http://florisla.be/blog/archive/2008/02/book-framework-design-guidelines/#comments</comments>
		<pubDate>Thu, 14 Feb 2008 20:40:08 +0000</pubDate>
		<dc:creator>fl0</dc:creator>
				<category><![CDATA[Aanrader]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://florisla.be/blog/archive/2008/02/book-framework-design-guidelines/</guid>
		<description><![CDATA[The book &#8216;Framework Design Guidelines&#8217; is high on many .NET programmer&#8217;s recommended reading lists, so I decided to finally try it out.

To me, it scored bad points for its awfully long subtitle (Conventions, Idioms, and Patterns for Reusable .NET Libraries &#8212; Microsoft .NET Development Series).  We&#8217;ll refer to it as FDGCIPRNL as a form [...]]]></description>
			<content:encoded><![CDATA[<p>The book &#8216;Framework Design Guidelines&#8217; is high on many .NET programmer&#8217;s recommended reading lists, so I decided to finally try it out.</p>

<p>To me, it scored bad points for its awfully long subtitle (Conventions, Idioms, and Patterns for Reusable .NET Libraries &#8212; Microsoft .NET Development Series).  We&#8217;ll refer to it as FDGCIPRNL as a form of silent protest hereafter.</p>

<p>Luckily all is more than made up for having &#8220;Krzysztof Cwalina&#8221; as one of the author&#8217;s names.   Can&#8217;t do better than that myself.  </p>

<p>On to the content.</p>

<p><a href="http://www.flickr.com/photos/florisla/2259236402/" title="Book cover: Framework Design Guidelines"><img src="http://farm3.static.flickr.com/2040/2259236402_246a073656_o.jpg" width="240" height="240" alt="Book cover: Framework Design Guidelines" /></a></p>

<p>The book is based on internal documentation used by the creators of the .NET framework (which is better designed than other similar frameworks that I know).  It gives great insight in the design process and the many trade offs involved. </p>

<p>Even though the reader might never implement a large framework himself (a framework is designed to be extended, while a library is not), FDGCIPRNLMDS still is valuable in helping better understand the framework that you program against.</p>

<p>The book is also stuffed with generic advice about programming .NET: which classes to avoid, how to name fields, how to deal with exceptions, etcetera.</p>

<p>From time to time, a contributing author comments on the topic at hand in a small blurb, which gives may of the sections a nice personal touch.</p>

<p>Contrary to most technical books, FDGCIPRNLMDS was actually a pretty quick read.  All in all, a recommended book for .NET programmers but not so much for practitioners of other platforms. For them, the advice and insight is too biased towards the .NET framework only.</p>

<p>The book I&#8217;m reading next seems a much tougher nut to crack, but I&#8217;m making progress.</p>
]]></content:encoded>
			<wfw:commentRss>http://florisla.be/blog/archive/2008/02/book-framework-design-guidelines/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Enso is free</title>
		<link>http://florisla.be/blog/archive/2008/01/enso-is-free/</link>
		<comments>http://florisla.be/blog/archive/2008/01/enso-is-free/#comments</comments>
		<pubDate>Mon, 21 Jan 2008 20:02:51 +0000</pubDate>
		<dc:creator>fl0</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Usability]]></category>

		<guid isPermaLink="false">http://florisla.be/blog/archive/2008/01/enso-is-free/</guid>
		<description><![CDATA[After using Enso for a while, I noticed that it eventually could replace some of my favorite software tools:


Firefox bookmark keywords / keyword searches
Alt+F2 mini-shell command widget on Linux
Launchy on Windows
A text replacement tool like Texter


I really liked it because it &#8216;just works&#8217;, and has a lot of potential for extensions.  In a way, [...]]]></description>
			<content:encoded><![CDATA[<p>After using Enso for a while, I noticed that it eventually could replace some of my favorite software tools:</p>

<ul>
<li>Firefox <a href="http://lifehacker.com/software/bookmarks/hack-attack-firefox-and-the-art-of-keyword-bookmarking-196779.php">bookmark keywords</a> / keyword searches</li>
<li>Alt+F2 mini-shell command widget on Linux</li>
<li><a href="http://www.launchy.net/">Launchy</a> on Windows</li>
<li>A text replacement tool like <a href="http://lifehacker.com/software/texter/lifehacker-code-texter-windows-238306.php">Texter</a></li>
</ul>

<p>I really liked it because it &#8216;just works&#8217;, and has a lot of potential for extensions.  In a way, it&#8217;s more of a platform that a tool.  However, since platforms tend to get ignored if they have few users, I felt Enso could use some freeing up (of both price and source code) to get the ball rolling.</p>

<p>Seeing it just disable itself after the trial period was a real disappointment, also from a usability point of view.</p>

<p>Luckily, the Humanized team has been thinking in the same direction.  From now on, <a href="http://www.humanized.com/weblog/2008/01/15/if-you-love-something-set-it-free">Enso is free</a> (the source code is still closed but this could change in the future).</p>

<p>What&#8217;s more, Humanized is <a href="http://www.humanized.com/weblog/2008/01/16/joining-mozilla">joining forces with Mozilla</a>.  In terms of building a platform and reaching lots of users, this is a major announcement.</p>

<p>I was thinking about comparing Enso with KDE&#8217;s <a href="http://www.kde.org/announcements/4.0/desktop.php">extensible krunner</a>, <a href="http://katapult.kde.org/screenshots">Katapult</a> or (the <a href="http://docs.blacktree.com/quicksilver/what_is_quicksilver">Quicksilver</a>-like) <a href="http://do.davebsd.com/">Gnome Do</a>, but this announcement indicates that Mozilla might be planning something even broader in scope.  I&#8217;m looking forward to Firefox 4 <img src='http://florisla.be/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://florisla.be/blog/archive/2008/01/enso-is-free/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>FOSDEM interviews</title>
		<link>http://florisla.be/blog/archive/2008/01/fosdem-2008-interviews/</link>
		<comments>http://florisla.be/blog/archive/2008/01/fosdem-2008-interviews/#comments</comments>
		<pubDate>Mon, 21 Jan 2008 09:32:07 +0000</pubDate>
		<dc:creator>fl0</dc:creator>
				<category><![CDATA[Aanrader]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[Web stuff]]></category>

		<guid isPermaLink="false">http://florisla.be/blog/archive/2008/01/fosdem-2008-interviews/</guid>
		<description><![CDATA[Yesterday the first speaker interviews for FOSDEM 2008 were released.  Take a look at them here: fosdem.org/2008/first-speaker-interviews.
]]></description>
			<content:encoded><![CDATA[<p>Yesterday the first speaker interviews for <a href="http://fosdem.org/2008/">FOSDEM 2008</a> were released.  Take a look at them here: <a href="http://fosdem.org/2008/first-speaker-interviews">fosdem.org/2008/first-speaker-interviews</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://florisla.be/blog/archive/2008/01/fosdem-2008-interviews/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
