<?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>TheBlindCow</title>
	<atom:link href="http://www.proli.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.proli.net</link>
	<description>Yet another FreeSoftware blog!</description>
	<lastBuildDate>Wed, 01 Sep 2010 15:38:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>KDevelop Git support</title>
		<link>http://www.proli.net/2010/09/01/kdevelop-git-support/</link>
		<comments>http://www.proli.net/2010/09/01/kdevelop-git-support/#comments</comments>
		<pubDate>Wed, 01 Sep 2010 15:38:09 +0000</pubDate>
		<dc:creator>apol</dc:creator>
				<category><![CDATA[KDE]]></category>
		<category><![CDATA[KDevelop]]></category>
		<category><![CDATA[Software Libre]]></category>
		<category><![CDATA[my projects]]></category>

		<guid isPermaLink="false">http://www.proli.net/?p=131</guid>
		<description><![CDATA[KDE is moving to Git, Qt did a while ago, like many other free software project did before. I&#8217;m sure you would expect your favorite IDE to properly integrate with your Free Software projects seemlessly, well from the upcoming KDevelop 4.1 version you&#8217;re going to find them supported by default. So, what kind of integration [...]]]></description>
			<content:encoded><![CDATA[<p>KDE is moving to Git, Qt did a while ago, like many other free software project did before. I&#8217;m sure you would expect your favorite IDE to properly integrate with your Free Software projects seemlessly, well from the upcoming KDevelop 4.1 version you&#8217;re going to find them supported by default.</p>
<p>So, what kind of integration do we provide?</p>
<p>- Same integration we get from Centralized VCS&#8217;s, such as commiting, checking for differences, moving, copying, etc. Which is already a huge step forward when it comes to the KDevelop experience.<br />
<a href="http://proli.net/meu/kdevelop/kdevelop-git.png"><img width='200' src="http://proli.net/meu/kdevelop/kdevelop-git.png" alt="KDevelop ContextMenu" /></a> <a href="http://proli.net/meu/kdevelop/kdevelop-git3.png"><img width='200' src="http://proli.net/meu/kdevelop/kdevelop-git3.png" alt="KDevelop Annotation View" /></a></p>
<p>- Also we support some distributed or git specific features. We can Push/Pull, Branch management and Stash management.<br />
<a href="http://proli.net/meu/kdevelop/kdevelop-git1.png"><img width='200' src="http://proli.net/meu/kdevelop/kdevelop-git1.png" alt="KDevelop Branch Manager" /></a> <a href="http://proli.net/meu/kdevelop/kdevelop-git2.png"><img width='200' src="http://proli.net/meu/kdevelop/kdevelop-git2.png" alt="KDevelop Stash Manager" /></a></p>
<p>- And of course, cloning projects, as I showed on a recent blog post:<br />
<a href="http://proli.net/meu/kdevelop/kdevelop-git4.png"><img width='200' src="http://proli.net/meu/kdevelop/kdevelop-git4.png" alt="KDevelop Git project clonning" /></a></p>
<p>I hope that you will be able to take advantage of the new features we are providing now and in the future from it. <img src='http://www.proli.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  And of course, if you have any question remember we have <a href="https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel">a mailing list</a> and an IRC channel to get to us!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.proli.net/2010/09/01/kdevelop-git-support/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Working with KDevelop master along with KDE trunk</title>
		<link>http://www.proli.net/2010/08/17/working-with-kdevelop-master-along-with-kde-trunk/</link>
		<comments>http://www.proli.net/2010/08/17/working-with-kdevelop-master-along-with-kde-trunk/#comments</comments>
		<pubDate>Mon, 16 Aug 2010 23:40:14 +0000</pubDate>
		<dc:creator>apol</dc:creator>
				<category><![CDATA[KDE]]></category>
		<category><![CDATA[KDevelop]]></category>
		<category><![CDATA[Software Libre]]></category>

		<guid isPermaLink="false">http://www.proli.net/?p=126</guid>
		<description><![CDATA[As some of you will know, given some kate recent changes, now it&#8217;s not possible to work with KDevelop/KDevPlatform master together with up-to-date kdelibs trunk, so if you want to keep up to date with KDevelop development you will want to freeze your svn trunk to some revision before r1162564. Another option you have, if [...]]]></description>
			<content:encoded><![CDATA[<p>As some of you will know, given some <a href="http://kate-editor.org/2010/08/13/smartranges-goodbye/">kate recent changes</a>, now it&#8217;s not possible to work with KDevelop/KDevPlatform master together with up-to-date kdelibs trunk, so if you want to keep up to date with KDevelop development you will want to freeze your svn trunk to some revision before r1162564.</p>
<p>Another option you have, if you&#8217;re a brave KDevelop user is to use the <a href="http://gitorious.org/+kdevelop-developers/kdevelop/devel-kdevplatform/commits/movingranges">movingranges branch</a> which david&#8217;s fixes to work with the new kate ranges system, that will be merged once 4.1 is released.</p>
<p>We understand that it&#8217;s a little disturbing for everyone but we hope it&#8217;s going to be better really soon <img src='http://www.proli.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> , kdevelop gears don&#8217;t stop turning. ^^</p>
<p>Regards!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.proli.net/2010/08/17/working-with-kdevelop-master-along-with-kde-trunk/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>KDE 4.5 Release Party in Barcelona</title>
		<link>http://www.proli.net/2010/08/03/kde-4-5-release-party-in-barcelona/</link>
		<comments>http://www.proli.net/2010/08/03/kde-4-5-release-party-in-barcelona/#comments</comments>
		<pubDate>Tue, 03 Aug 2010 21:00:08 +0000</pubDate>
		<dc:creator>apol</dc:creator>
				<category><![CDATA[KDE]]></category>
		<category><![CDATA[Software Libre]]></category>
		<category><![CDATA[me]]></category>

		<guid isPermaLink="false">http://www.proli.net/?p=119</guid>
		<description><![CDATA[Hi, It&#8217;s becoming a tradition already, new release, new KDE dinner in Barcelona . If you want to come just add yourself! For more information see: http://community.kde.org/Promo/ReleaseParties/4.5#Barcelona See you there!]]></description>
			<content:encoded><![CDATA[<p>Hi,<br />
It&#8217;s becoming a tradition already, new release, new KDE dinner in Barcelona <img src='http://www.proli.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p>If you want to come just add yourself!</p>
<p>For more information see: <a href="http://community.kde.org/Promo/ReleaseParties/4.5#Barcelona">http://community.kde.org/Promo/ReleaseParties/4.5#Barcelona</a></p>
<p>See you there!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.proli.net/2010/08/03/kde-4-5-release-party-in-barcelona/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>GSoC Progress</title>
		<link>http://www.proli.net/2010/07/07/gsoc-progress/</link>
		<comments>http://www.proli.net/2010/07/07/gsoc-progress/#comments</comments>
		<pubDate>Tue, 06 Jul 2010 22:53:09 +0000</pubDate>
		<dc:creator>apol</dc:creator>
				<category><![CDATA[KDE]]></category>
		<category><![CDATA[KDevelop]]></category>
		<category><![CDATA[SoC]]></category>
		<category><![CDATA[Software Libre]]></category>
		<category><![CDATA[my projects]]></category>

		<guid isPermaLink="false">http://www.proli.net/?p=108</guid>
		<description><![CDATA[Hi, I&#8217;ve been willing to talk about my progress on the GSoC project for a while, never found the time though, so I decided to do it today given my sleepy state. The first part that&#8217;s working (besides some little issues) is the new Import Wizard page for importing projects from the VCS locations in [...]]]></description>
			<content:encoded><![CDATA[<p>Hi,<br />
I&#8217;ve been willing to talk about my progress on the GSoC project for a while, never found the time though, so I decided to do it today given my sleepy state.</p>
<p>The first part that&#8217;s working (besides some little issues) is the new Import Wizard page for importing projects from the VCS locations  in case it&#8217;s needed. The idea is that we won&#8217;t force the user to rely on other tools than KDevelop for <em>starting</em> to work on a project.<br />
<a href="http://proli.net/meu/kdevelop/kdevelop-wizard2.png"><img src="http://proli.net/meu/kdevelop/kdevelop-wizard2.png" alt="Source selection" width="200" /></a> <a href="http://proli.net/meu/kdevelop/kdevelop-wizard2.png"><img src="http://proli.net/meu/kdevelop/kdevelop-wizard3.png" alt="Git importer" width="200" /></a>  <a href="http://proli.net/meu/kdevelop/kdevelop-wizard2.png"><img src="http://proli.net/meu/kdevelop/kdevelop-wizard4.png" alt="KDE import" width="200" /></a></p>
<p>There are some little issues still, mostly regarding usability but that will be addressed in the future.</p>
<p>There&#8217;s been some improvement on the Laucher Configuration dialog which nobody liked either, here&#8217;s the first iteration I worked on today. If you have any idea for improvements just tell me <img src='http://www.proli.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://proli.net/meu/kdevelop/kdevelop-runselect1.png"><img src="http://proli.net/meu/kdevelop/kdevelop-runselect1.png" alt="KDE import" width="200" /></a> <a href="http://proli.net/meu/kdevelop/kdevelop-runselect.png"><img src="http://proli.net/meu/kdevelop/kdevelop-runselect.png" alt="KDE import" width="200" /></a></p>
<p>If anyone is interested on improvements or further development please contact us on our mailing list, stop me at Akademy or any other non violent and friendly way <img src='http://www.proli.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> .</p>
<p>Good night!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.proli.net/2010/07/07/gsoc-progress/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Preparing presentations</title>
		<link>http://www.proli.net/2010/06/28/preparing-presentations/</link>
		<comments>http://www.proli.net/2010/06/28/preparing-presentations/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 12:07:41 +0000</pubDate>
		<dc:creator>apol</dc:creator>
				<category><![CDATA[KDE]]></category>
		<category><![CDATA[KDE-Edu]]></category>
		<category><![CDATA[Software Libre]]></category>
		<category><![CDATA[my projects]]></category>
		<category><![CDATA[talks]]></category>

		<guid isPermaLink="false">http://www.proli.net/?p=104</guid>
		<description><![CDATA[When preparing these KDE presentation we usually need some artwork from the KDE icons and sometimes I&#8217;m too lazy to find them. That won&#8217;t happen anymore since I created this really small tool that solves part of this problem . Works like that: This generates a 128px kalgebra.png file with the KAlgebra icon: kde-devel@tatilx:~$ kicons [...]]]></description>
			<content:encoded><![CDATA[<p>When preparing these KDE presentation we usually need some artwork from the KDE icons and sometimes I&#8217;m too lazy to find them. That won&#8217;t happen anymore since I created <a href="http://proli.net/meu/los_otros/kicons.tar.gz">this really small tool</a> that solves part of this problem <img src='http://www.proli.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p>Works like that:</p>
<p>This generates a 128px <em>kalgebra.png</em> file with the KAlgebra icon:<br />
<code>kde-devel@tatilx:~$ kicons kalgebra 128</code></p>
<p>This generates a 128px <em>kalgebra128.png</em> file with the KAlgebra icon:<br />
<code>kde-devel@tatilx:~$ kicons kalgebra 128 kalgebra128.png</code></p>
<p>And of course, the real reason to post <img src='http://www.proli.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
<img src="http://community.kde.org/images.community/2/22/Igta2010.png" alt="I'm going to Akademy 2010" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.proli.net/2010/06/28/preparing-presentations/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Integrating with the console</title>
		<link>http://www.proli.net/2010/06/09/integrating-with-the-console/</link>
		<comments>http://www.proli.net/2010/06/09/integrating-with-the-console/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 12:14:07 +0000</pubDate>
		<dc:creator>apol</dc:creator>
				<category><![CDATA[KDE]]></category>

		<guid isPermaLink="false">http://www.proli.net/?p=98</guid>
		<description><![CDATA[Just a quick technical note. I was recently seeing how one of the tutors on the project I&#8217;m working on behaved with MacOS X and the console, I realised that he was using a lot the command open [filename] to open any document and decided I wanted that (I figured out that KDE had that [...]]]></description>
			<content:encoded><![CDATA[<p>Just a quick technical note.<br />
I was recently seeing how one of the tutors on the project I&#8217;m working on behaved with MacOS X and the console, I realised that he was using a lot the command <em>open [filename]</em> to open any document and decided I wanted that (I figured out that KDE had that but I couldn&#8217;t find the command <em>open</em> was not there).<br />
Just after that, I realised at some other moment that we indeed have some <em>kde-open</em> command which does exactly that.</p>
<p>Since I didn&#8217;t like that it&#8217;s a little too long to write it all the time and that I don&#8217;t like to have my console polluted with doubtfully useful debug information I created this simple alias:</p>
<p><code>alias open="kde-open 2> /dev/null > /dev/null"</code></p>
<p>Maybe it can be useful for somebody.<br />
Cheers!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.proli.net/2010/06/09/integrating-with-the-console/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Buzzing</title>
		<link>http://www.proli.net/2010/05/28/buzzing/</link>
		<comments>http://www.proli.net/2010/05/28/buzzing/#comments</comments>
		<pubDate>Fri, 28 May 2010 12:02:38 +0000</pubDate>
		<dc:creator>apol</dc:creator>
				<category><![CDATA[KAlgebra]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[KDE-Edu]]></category>
		<category><![CDATA[Software Libre]]></category>
		<category><![CDATA[me]]></category>
		<category><![CDATA[talks]]></category>
		<category><![CDATA[meeting randa kdeedu kalgebra kamoso]]></category>

		<guid isPermaLink="false">http://www.proli.net/?p=95</guid>
		<description><![CDATA[I haven&#8217;t found the laptop of my dreams yet (yes, I&#8217;m a romantic, probably I should write some series about How I Met My Laptop when I&#8217;m done) but life has not stopped, au contraire, it just kept moving on. For starters, I spent last week with the KDE Edu and KDE Multimedia teams in [...]]]></description>
			<content:encoded><![CDATA[<p>I haven&#8217;t found the laptop of my dreams yet (yes, I&#8217;m a romantic, probably I should write some series about <em>How I Met My Laptop</em> when I&#8217;m done) but life has not stopped, <em>au contraire</em>, it just kept moving on.</p>
<p>For starters, I spent last week with the KDE Edu and KDE Multimedia teams in Randa where we gathered to get our projects some steps forward. Personally it was a great experience, I was actually looking forward to discuss some issues with the KDE Edu people mostly and I think we did great, we&#8217;ll see how it turns out in the future but I&#8217;m quite optimistic about it <img src='http://www.proli.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . Also I could meet Percy, our new KAlgebra contributor in person, so we could discuss about some technical issues we found and about how are we going to rule the world in the future. <img src='http://www.proli.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /><br />
On the other hand, with my Kamoso developer hat on, it was a nice experience also to get to talk to some VLC developer to sort our problems out which is going to mean a new version soon. \o/ Great, and kudos to Alex who is doing some really tough work (VLC has bugs too! we had a hard time to realize that). And last but not least it was great to be able to show KDevelop to some KDE developers who had not realized its awesomeness yet, I even think I convinced some of them so, yay us!</p>
<p>Other than that, I keep working on my GSoC, I&#8217;ll have some flash visit home tomorrow and much more to come <img src='http://www.proli.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> .</p>
]]></content:encoded>
			<wfw:commentRss>http://www.proli.net/2010/05/28/buzzing/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Being a hacker</title>
		<link>http://www.proli.net/2010/05/12/being-a-hacker/</link>
		<comments>http://www.proli.net/2010/05/12/being-a-hacker/#comments</comments>
		<pubDate>Wed, 12 May 2010 12:23:25 +0000</pubDate>
		<dc:creator>apol</dc:creator>
				<category><![CDATA[Software Libre]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[hacker]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[libre]]></category>

		<guid isPermaLink="false">http://www.proli.net/?p=91</guid>
		<description><![CDATA[Hi! So after last Akademy-es (which was great BTW \o/) I realised that I have to find a new laptop since the current is basically broken in many ways. I&#8217;m writing this blog post for 2 reasons, as a reivindication and as a call for help. The Reivindication: I&#8217;m sure I&#8217;m not the first one [...]]]></description>
			<content:encoded><![CDATA[<p>Hi!<br />
So after last Akademy-es (which was great BTW \o/) I realised that I have to find a new laptop since the current is basically broken in many ways.</p>
<p>I&#8217;m writing this blog post for 2 reasons, as a reivindication and as a call for help.</p>
<p>The Reivindication: I&#8217;m sure I&#8217;m not the first one who finds himself in that ugly position where you&#8217;re a Free Software hacker and have to pay you want or not for a Win7 license. That sincerely sucks in many levels, it&#8217;s hard to get to be a proud and solid community when you feel like all the industry is denying you exist. In fact I think that hackers should be a good market (they fix their computer themselves, everyone asks them to know what&#8217;s the best computer,&#8230;) but the truth feels far from that, apparently the segmenation is netbooks, businessmen and hardcore gamers. Well then, the reivindication is this: why isn&#8217;t there any company that would let our community be part of their market?<br />
Why isn&#8217;t there any of such free hardware initiatives in Europe? (which sells laptops, of course)</p>
<p>The Call for Help: I&#8217;ve looked through all the important brands, even if I consider to pay for the windows license (even if I hate to do so) I still can&#8217;t find anything I&#8217;d be comfortable with. I want something at least GNU/Linux-friendly and not too heavy to carry around everyday but still scales up to my usual KDE hacking. Most laptops claim to be &#8220;good for business&#8221; which is some concept I just fail to understand, does anybody know what&#8217;s appropriate for my use case? (of course budget is limited as a student&#8217;s <img src='http://www.proli.net/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> )</p>
<p>Thanks!</p>
<p>EDIT: Needs, well I need to be able to compile KDE there for sure. I was wondering if some of these ULV processors would be fine. I don&#8217;t do any gaming so for graphics intel is just fine, I just need something where KWin works properly.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.proli.net/2010/05/12/being-a-hacker/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>FOSDEM Moment</title>
		<link>http://www.proli.net/2010/02/13/fosdem-moment/</link>
		<comments>http://www.proli.net/2010/02/13/fosdem-moment/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 21:12:38 +0000</pubDate>
		<dc:creator>apol</dc:creator>
				<category><![CDATA[KDE]]></category>

		<guid isPermaLink="false">http://www.proli.net/?p=89</guid>
		<description><![CDATA[So we were watching the FOSDEM stands and we saw that Kamoso was being shown by the OpenSUSE guys, this made our day . Yay! It&#8217;s always nice when you see someone slightly caring about what you did , like by having a link on the desktop ^^. Proof: It&#8217;s a pleasure to be a [...]]]></description>
			<content:encoded><![CDATA[<p>So we were watching the FOSDEM stands and we saw that Kamoso was being shown by the OpenSUSE guys, this made our day <img src='http://www.proli.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . Yay!</p>
<p>It&#8217;s always nice when you see someone slightly caring about what you did <img src='http://www.proli.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> , like by having a link on the desktop ^^.</p>
<p>Proof:<br />
<img src="http://proli.net/meu/kamoso/kamosofosdem.jpg" alt="Alex and Aleix in OpenSUSE's stand at FOSDEM" /></p>
<p>It&#8217;s a pleasure to be a KDE Developer <img src='http://www.proli.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> .</p>
]]></content:encoded>
			<wfw:commentRss>http://www.proli.net/2010/02/13/fosdem-moment/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Paris, Bruxelles</title>
		<link>http://www.proli.net/2010/02/04/paris-bruxelles/</link>
		<comments>http://www.proli.net/2010/02/04/paris-bruxelles/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 18:20:02 +0000</pubDate>
		<dc:creator>apol</dc:creator>
				<category><![CDATA[KDE]]></category>

		<guid isPermaLink="false">http://www.proli.net/?p=85</guid>
		<description><![CDATA[Hey! Yes, I&#8217;m still alive!! Last week I moved to Paris since I will be staying here for 4 months studying at EFREI studying my last lecture credits for my university. That&#8217;s great because that way I get to know better the city and practice the language a little more, which is always nice . [...]]]></description>
			<content:encoded><![CDATA[<p>Hey! Yes, I&#8217;m still alive!!<br />
Last week I moved to Paris since I will be staying here for 4 months studying at <a href="http://efrei.fr">EFREI</a> studying my last lecture credits for my university. That&#8217;s great because that way I get to know better the city and practice the language a little more, which is always nice <img src='http://www.proli.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .<br />
But that&#8217;s not all, tomorrow I&#8217;ll be going to Bruxelles to attend the FOSDEM conferences and to try to help a little with my own (KDevelop and KDE España) which I hope will be of some use for someone.</p>
<p>That&#8217;s all for now, I hope to see all this people who will be going there (there&#8217;s a lot from KDE!! Nice!). I haven&#8217;t seen a lot of free software in EFREI, but it will be nice to meet any KDE community here in Paris as well!</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>
<p>\o/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.proli.net/2010/02/04/paris-bruxelles/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
