<?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>Thomas Capricelli</title>
	<atom:link href="http://www.freehackers.org/thomas/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.freehackers.org/thomas</link>
	<description>Hacking in a Free world</description>
	<lastBuildDate>Wed, 11 Jan 2012 17:06:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Compiling firefox-9.0 on linux PPC</title>
		<link>http://www.freehackers.org/thomas/2012/01/11/compiling-firefox-9-0-on-linux-ppc/</link>
		<comments>http://www.freehackers.org/thomas/2012/01/11/compiling-firefox-9-0-on-linux-ppc/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 17:06:33 +0000</pubDate>
		<dc:creator>Thomas Capricelli</dc:creator>
				<category><![CDATA[Admin]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[ppc]]></category>

		<guid isPermaLink="false">http://www.freehackers.org/thomas/?p=364</guid>
		<description><![CDATA[The good point is that yes!, it is possible to compile firefox 8.0 or 9.0 on linux-ppc. General point of view The mozilla foundation has stopped supporting the PPC platform for firefox starting with version 4.0. Gentoo ebuilds, quite understandably, followed upstream by removing ppc keywords for all firefox ebuilds &#62;=4.0. Though&#8230; I still have [...]]]></description>
		<wfw:commentRss>http://www.freehackers.org/thomas/2012/01/11/compiling-firefox-9-0-on-linux-ppc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DjangoRedmineAdmin 1.0 released</title>
		<link>http://www.freehackers.org/thomas/2012/01/08/djangoredmineadmin-1-0-released/</link>
		<comments>http://www.freehackers.org/thomas/2012/01/08/djangoredmineadmin-1-0-released/#comments</comments>
		<pubDate>Sun, 08 Jan 2012 08:20:32 +0000</pubDate>
		<dc:creator>Thomas Capricelli</dc:creator>
				<category><![CDATA[Admin]]></category>
		<category><![CDATA[Django]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[redmine]]></category>

		<guid isPermaLink="false">http://www.freehackers.org/thomas/?p=360</guid>
		<description><![CDATA[I recently needed (again) to &#8216;browse&#8217; a redmine database, and I used my DjangoRedmineAdmin application to do so. I took this opportunity to update the code and doing some more tests/fixes. As a result I decided to tag this as 1.0. The main modifications are: updated to comply with current redmine version (1.2.1 and 1.3.0) [...]]]></description>
		<wfw:commentRss>http://www.freehackers.org/thomas/2012/01/08/djangoredmineadmin-1-0-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Celery init scripts for Gentoo</title>
		<link>http://www.freehackers.org/thomas/2011/12/02/celery-init-scripts-for-gentoo/</link>
		<comments>http://www.freehackers.org/thomas/2011/12/02/celery-init-scripts-for-gentoo/#comments</comments>
		<pubDate>Fri, 02 Dec 2011 19:32:36 +0000</pubDate>
		<dc:creator>Thomas Capricelli</dc:creator>
				<category><![CDATA[Admin]]></category>
		<category><![CDATA[Django]]></category>
		<category><![CDATA[Gentoo]]></category>

		<guid isPermaLink="false">http://www.freehackers.org/thomas/?p=353</guid>
		<description><![CDATA[I&#8217;m using django-celery on a project. The only difficult part was that gentoo ebuilds would not provide init scripts. It might be that some ebuilds in some obscure overlay provides those, but this was far too far away from the mainstream portage tree for me. Yes, the documentation about celery has some scripts using supervisord, [...]]]></description>
		<wfw:commentRss>http://www.freehackers.org/thomas/2011/12/02/celery-init-scripts-for-gentoo/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>New lightweight admin-oriented linux kernel mercurial mirror</title>
		<link>http://www.freehackers.org/thomas/2011/11/14/new-lightweight-admin-oriented-linux-kernel-mercurial-mirror/</link>
		<comments>http://www.freehackers.org/thomas/2011/11/14/new-lightweight-admin-oriented-linux-kernel-mercurial-mirror/#comments</comments>
		<pubDate>Mon, 14 Nov 2011 19:54:02 +0000</pubDate>
		<dc:creator>Thomas Capricelli</dc:creator>
				<category><![CDATA[Admin]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Linux kernel]]></category>
		<category><![CDATA[mercurial]]></category>

		<guid isPermaLink="false">http://www.freehackers.org/thomas/?p=314</guid>
		<description><![CDATA[On most servers I&#8217;m responsible for, I use to compile my own kernels. Instead of downloading/applying patches, which is cumbersome, I was using the (now broken) mercurial mirror http://www.kernel.org/hg/linux-2.6 It was great as i just had to do something like &#8220;hg pull -u; hg up -r v2.6.xx&#8221; to update my tree. Though, this has several [...]]]></description>
		<wfw:commentRss>http://www.freehackers.org/thomas/2011/11/14/new-lightweight-admin-oriented-linux-kernel-mercurial-mirror/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EmergeActivity gets a graphical interface: releasing 2.0</title>
		<link>http://www.freehackers.org/thomas/2011/11/09/emergeactivity-gets-a-graphical-interface-releasing-2-0/</link>
		<comments>http://www.freehackers.org/thomas/2011/11/09/emergeactivity-gets-a-graphical-interface-releasing-2-0/#comments</comments>
		<pubDate>Wed, 09 Nov 2011 02:10:17 +0000</pubDate>
		<dc:creator>Thomas Capricelli</dc:creator>
				<category><![CDATA[Admin]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[activity]]></category>
		<category><![CDATA[pyqt]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[qt]]></category>

		<guid isPermaLink="false">http://www.freehackers.org/thomas/?p=345</guid>
		<description><![CDATA[I&#8217;m still using this small utility that displays the activity of &#8216;emerges&#8217; on the misc gentoo boxes I&#8217;m admin for. I&#8217;ve wanted to add a graphical interface for very long, but did not have the time&#8230; until recently. So here it is. It is available for download from the homepage and as a mercurial clone.]]></description>
		<wfw:commentRss>http://www.freehackers.org/thomas/2011/11/09/emergeactivity-gets-a-graphical-interface-releasing-2-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A small step forward for the mercurial activity plugin, releasing version 2.0</title>
		<link>http://www.freehackers.org/thomas/2011/09/18/a-small-step-forward-for-the-mercurial-activity-plugin-releasing-version-2-0/</link>
		<comments>http://www.freehackers.org/thomas/2011/09/18/a-small-step-forward-for-the-mercurial-activity-plugin-releasing-version-2-0/#comments</comments>
		<pubDate>Sun, 18 Sep 2011 04:37:05 +0000</pubDate>
		<dc:creator>Thomas Capricelli</dc:creator>
				<category><![CDATA[Admin]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[activity]]></category>
		<category><![CDATA[mercurial]]></category>
		<category><![CDATA[qt]]></category>

		<guid isPermaLink="false">http://www.freehackers.org/thomas/?p=334</guid>
		<description><![CDATA[As time goes, my mercurial &#8216;activity&#8217; plugin has got more and more options. Useful and requested options of course, but still it kinda clobber the &#8211;help output and it is more and more cumbersome to play with. This is why I have introduced a new frontend, based on Qt, to play/decide about those options. First, [...]]]></description>
		<wfw:commentRss>http://www.freehackers.org/thomas/2011/09/18/a-small-step-forward-for-the-mercurial-activity-plugin-releasing-version-2-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to detect Altivec availability on linux/ppc at runtime</title>
		<link>http://www.freehackers.org/thomas/2011/05/13/how-to-detect-altivec-availability-on-linuxppc-at-runtime/</link>
		<comments>http://www.freehackers.org/thomas/2011/05/13/how-to-detect-altivec-availability-on-linuxppc-at-runtime/#comments</comments>
		<pubDate>Fri, 13 May 2011 16:54:47 +0000</pubDate>
		<dc:creator>Thomas Capricelli</dc:creator>
				<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Linux kernel]]></category>
		<category><![CDATA[altivec]]></category>
		<category><![CDATA[simd]]></category>

		<guid isPermaLink="false">http://www.freehackers.org/thomas/?p=306</guid>
		<description><![CDATA[It is easy to find information on how to detect the availability of the different SSE instructions sets on the x86 platform.. but this get trickier when you&#8217;re looking after AltiVec. This page provide some code and a link explaining why methods based on try and catch exception are bad: http://freevec.org/function/altivec_runtime_detection_linux I did few modifications [...]]]></description>
		<wfw:commentRss>http://www.freehackers.org/thomas/2011/05/13/how-to-detect-altivec-availability-on-linuxppc-at-runtime/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mercurial mirror for Django stable branch 1.3</title>
		<link>http://www.freehackers.org/thomas/2011/04/07/mercurial-mirror-for-django-stable-branch-1-3/</link>
		<comments>http://www.freehackers.org/thomas/2011/04/07/mercurial-mirror-for-django-stable-branch-1-3/#comments</comments>
		<pubDate>Thu, 07 Apr 2011 15:04:40 +0000</pubDate>
		<dc:creator>Thomas Capricelli</dc:creator>
				<category><![CDATA[Admin]]></category>
		<category><![CDATA[Django]]></category>
		<category><![CDATA[bitbucket]]></category>
		<category><![CDATA[mercurial]]></category>
		<category><![CDATA[mirror]]></category>

		<guid isPermaLink="false">http://www.freehackers.org/thomas/?p=299</guid>
		<description><![CDATA[Django recently released the 1.3 version, and as such a new &#8216;stable&#8217; branch was created in subversion. As I did for the 1.2 branch, there&#8217;s now a mercurial mirror, following the 1.3 branch. It is updated every (european) night. The 1.2 mirror is not removed, it is still running and maintained. The url for this [...]]]></description>
		<wfw:commentRss>http://www.freehackers.org/thomas/2011/04/07/mercurial-mirror-for-django-stable-branch-1-3/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>announcing qxv</title>
		<link>http://www.freehackers.org/thomas/2010/10/04/announcing-qxv/</link>
		<comments>http://www.freehackers.org/thomas/2010/10/04/announcing-qxv/#comments</comments>
		<pubDate>Sun, 03 Oct 2010 22:53:58 +0000</pubDate>
		<dc:creator>Thomas Capricelli</dc:creator>
				<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[qt]]></category>
		<category><![CDATA[qxv]]></category>

		<guid isPermaLink="false">http://www.freehackers.org/thomas/?p=290</guid>
		<description><![CDATA[Well&#8230; you know how it is, you get used to a tool, and even if some brand new software is now available, you keep on using this old stuff. In his case, i&#8217;m speaking of xv, whose last release was in 1994. It&#8217;s still my default viewer for all image formats in my KDE/firefox/whatever settings. [...]]]></description>
		<wfw:commentRss>http://www.freehackers.org/thomas/2010/10/04/announcing-qxv/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>New mercurial mirror for Django stable branch 1.2</title>
		<link>http://www.freehackers.org/thomas/2010/09/09/new-mercurial-mirror-for-django-stable-branch-12/</link>
		<comments>http://www.freehackers.org/thomas/2010/09/09/new-mercurial-mirror-for-django-stable-branch-12/#comments</comments>
		<pubDate>Thu, 09 Sep 2010 12:22:03 +0000</pubDate>
		<dc:creator>Thomas Capricelli</dc:creator>
				<category><![CDATA[Admin]]></category>
		<category><![CDATA[Django]]></category>
		<category><![CDATA[bitbucket]]></category>
		<category><![CDATA[mercurial]]></category>
		<category><![CDATA[mirror]]></category>

		<guid isPermaLink="false">http://www.freehackers.org/thomas/?p=283</guid>
		<description><![CDATA[I have tried for the last few years to use one of the mercurial mirrors on bitbucket.org to follow Django. Since far before Django 1.0 was released, I was following trunk, but I have switched to the stable branch around Django 1.1. I&#8217;ve always had problems with the mirrors on bitbucket, they seem mostly unmaintained. [...]]]></description>
		<wfw:commentRss>http://www.freehackers.org/thomas/2010/09/09/new-mercurial-mirror-for-django-stable-branch-12/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Announcing colibri 1.0 alpha1, a mailing list manager with a django based web interface</title>
		<link>http://www.freehackers.org/thomas/2010/04/03/announcing-colibri-10-alpha1-a-mailing-list-manager-with-a-django-based-web-interface/</link>
		<comments>http://www.freehackers.org/thomas/2010/04/03/announcing-colibri-10-alpha1-a-mailing-list-manager-with-a-django-based-web-interface/#comments</comments>
		<pubDate>Sat, 03 Apr 2010 19:54:24 +0000</pubDate>
		<dc:creator>Thomas Capricelli</dc:creator>
				<category><![CDATA[Admin]]></category>
		<category><![CDATA[Django]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[colibri]]></category>
		<category><![CDATA[email]]></category>

		<guid isPermaLink="false">http://www.freehackers.org/thomas/?p=269</guid>
		<description><![CDATA[It has been more than one year now that I&#8217;m running my own mailing list software here at freehackers, and I think it is now time to release a first preview of it. Let me introduce Colibri 1.0 alpha1 Colibri is a free software (GPL), based on python and Django. It&#8217;s not feature complete, but [...]]]></description>
		<wfw:commentRss>http://www.freehackers.org/thomas/2010/04/03/announcing-colibri-10-alpha1-a-mailing-list-manager-with-a-django-based-web-interface/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Playing with clang and Qt</title>
		<link>http://www.freehackers.org/thomas/2010/01/10/playing-with-clang-and-qt/</link>
		<comments>http://www.freehackers.org/thomas/2010/01/10/playing-with-clang-and-qt/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 21:15:57 +0000</pubDate>
		<dc:creator>Thomas Capricelli</dc:creator>
				<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[clang]]></category>
		<category><![CDATA[qmake]]></category>
		<category><![CDATA[qt]]></category>

		<guid isPermaLink="false">http://www.freehackers.org/thomas/?p=259</guid>
		<description><![CDATA[You might know that there&#8217;s a new kid in the C++ compilers list ; clang. Llvm has been around for quite some time, but until recently the only way to make use of it was through the somehow cumbersome llvm-gcc which binds the gcc C/C++ frontend to the llvm backend. People (mostly Apple) have been [...]]]></description>
		<wfw:commentRss>http://www.freehackers.org/thomas/2010/01/10/playing-with-clang-and-qt/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How to use flex and bison with qmake (my own way)</title>
		<link>http://www.freehackers.org/thomas/2009/11/22/how-to-use-flex-and-bison-with-qmake-my-own-way/</link>
		<comments>http://www.freehackers.org/thomas/2009/11/22/how-to-use-flex-and-bison-with-qmake-my-own-way/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 19:36:51 +0000</pubDate>
		<dc:creator>Thomas Capricelli</dc:creator>
				<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[bison]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[qmake]]></category>
		<category><![CDATA[qt]]></category>

		<guid isPermaLink="false">http://www.freehackers.org/thomas/?p=254</guid>
		<description><![CDATA[qmake (sort of) supports lex/yacc, but modern people prefer to use flex/bison. If you google, you can find some tricks like convincing qmake that yacc is spelled &#8216;bison&#8217; and so on.  Morever qmake supports for lex/yacc has several drawbacks, such as weird naming scheme, and (when using the tricks), dependencies are not building files in [...]]]></description>
		<wfw:commentRss>http://www.freehackers.org/thomas/2009/11/22/how-to-use-flex-and-bison-with-qmake-my-own-way/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Wonders from a KDE fan and developer about some KDE design choices</title>
		<link>http://www.freehackers.org/thomas/2009/11/10/wonders-from-a-kde-fan-and-developer-about-some-kde-design-choices/</link>
		<comments>http://www.freehackers.org/thomas/2009/11/10/wonders-from-a-kde-fan-and-developer-about-some-kde-design-choices/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 01:35:06 +0000</pubDate>
		<dc:creator>Thomas Capricelli</dc:creator>
				<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[plasma]]></category>

		<guid isPermaLink="false">http://www.freehackers.org/thomas/?p=248</guid>
		<description><![CDATA[Technologies going forward.. Twenty years ago, I was reading some books about Unix at the local library. By the time, it was really difficult for me to see, touch, or test an actual unix system and reading books was the closest I could get. I remember that among the numerous very good ideas &#8482; in [...]]]></description>
		<wfw:commentRss>http://www.freehackers.org/thomas/2009/11/10/wonders-from-a-kde-fan-and-developer-about-some-kde-design-choices/feed/</wfw:commentRss>
		<slash:comments>43</slash:comments>
		</item>
		<item>
		<title>Installing an avr cross compiler in gentoo</title>
		<link>http://www.freehackers.org/thomas/2009/07/27/installing-an-avr-cross-compiler-in-gentoo/</link>
		<comments>http://www.freehackers.org/thomas/2009/07/27/installing-an-avr-cross-compiler-in-gentoo/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 18:56:40 +0000</pubDate>
		<dc:creator>Thomas Capricelli</dc:creator>
				<category><![CDATA[Admin]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[AVR]]></category>
		<category><![CDATA[MCU]]></category>

		<guid isPermaLink="false">http://www.freehackers.org/thomas/?p=230</guid>
		<description><![CDATA[One could think that this is as easy as crossdev avr but it is not, so i write here how I did it for future reference, and hopefully this will also be useful to other people. The first problem is that it does not check compatibility between toolchain members (binutils, gcc, &#8230;). Understandably, this is [...]]]></description>
		<wfw:commentRss>http://www.freehackers.org/thomas/2009/07/27/installing-an-avr-cross-compiler-in-gentoo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>tags displayed in hg activity extension</title>
		<link>http://www.freehackers.org/thomas/2009/06/15/tags-displayed-in-hg-activity-extension/</link>
		<comments>http://www.freehackers.org/thomas/2009/06/15/tags-displayed-in-hg-activity-extension/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 23:49:57 +0000</pubDate>
		<dc:creator>Thomas Capricelli</dc:creator>
				<category><![CDATA[Admin]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[activity]]></category>
		<category><![CDATA[mercurial]]></category>

		<guid isPermaLink="false">http://www.freehackers.org/thomas/?p=216</guid>
		<description><![CDATA[Today i have added a feature to my hg activity extension. I have wanted to have this for long : the tags are now displayed on the graph. Here are two examples, one of the project itself, and another one on the mercurial repository, but only  for the last months. The first one was generated [...]]]></description>
		<wfw:commentRss>http://www.freehackers.org/thomas/2009/06/15/tags-displayed-in-hg-activity-extension/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>feedback about converting eigen2 to mercurial</title>
		<link>http://www.freehackers.org/thomas/2009/05/18/feedback-about-converting-eigen2-to-mercurial/</link>
		<comments>http://www.freehackers.org/thomas/2009/05/18/feedback-about-converting-eigen2-to-mercurial/#comments</comments>
		<pubDate>Mon, 18 May 2009 13:11:29 +0000</pubDate>
		<dc:creator>Thomas Capricelli</dc:creator>
				<category><![CDATA[Admin]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[eigen]]></category>
		<category><![CDATA[mercurial]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.freehackers.org/thomas/?p=203</guid>
		<description><![CDATA[This week-end we did the final conversion of the eigen2 source code repository. I shall describe here the few problems we had, as a feedback to the community. Eigen original purpose was to help provide linear algebra for several KDE parts. As such, it was until now developed inside the KDE repository, which (still) uses [...]]]></description>
		<wfw:commentRss>http://www.freehackers.org/thomas/2009/05/18/feedback-about-converting-eigen2-to-mercurial/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>mercurial and ipv6</title>
		<link>http://www.freehackers.org/thomas/2009/05/07/mercurial-and-ipv6/</link>
		<comments>http://www.freehackers.org/thomas/2009/05/07/mercurial-and-ipv6/#comments</comments>
		<pubDate>Thu, 07 May 2009 18:50:07 +0000</pubDate>
		<dc:creator>Thomas Capricelli</dc:creator>
				<category><![CDATA[Admin]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[ipv6]]></category>
		<category><![CDATA[mercurial]]></category>

		<guid isPermaLink="false">http://www.freehackers.org/thomas/?p=198</guid>
		<description><![CDATA[Today I needed to use mercurial over IPv6 in order to share a repository which is on a computer behind an (ipv4) firewall, but that can be reached over ipv6. The naive hg clone ssh://orzel@ipv6computername/hg/dir hg clone ssh://orzel@[ipv6::address]/hg/dir miserably failed. But i was hinted on IRC (thanks &#8216;Ry4an&#8217; !) on how to do this, and [...]]]></description>
		<wfw:commentRss>http://www.freehackers.org/thomas/2009/05/07/mercurial-and-ipv6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>how to handle translations for an application that is both qt-only and KDE ?</title>
		<link>http://www.freehackers.org/thomas/2009/05/02/how-to-handle-translations-for-an-application-that-is-both-qt-only-and-kde/</link>
		<comments>http://www.freehackers.org/thomas/2009/05/02/how-to-handle-translations-for-an-application-that-is-both-qt-only-and-kde/#comments</comments>
		<pubDate>Sat, 02 May 2009 00:01:11 +0000</pubDate>
		<dc:creator>Thomas Capricelli</dc:creator>
				<category><![CDATA[KDE]]></category>
		<category><![CDATA[opale]]></category>
		<category><![CDATA[qt]]></category>
		<category><![CDATA[translation]]></category>

		<guid isPermaLink="false">http://www.freehackers.org/thomas/?p=192</guid>
		<description><![CDATA[I have the problem for my application Opale, which used to be KDE only and is now both Qt and KDE. The first thing I&#8217;ve done is to switch from *.po (gettext) to *.ts (qt), because Qt can not (or can it ?  tell me how !) handle gettext files. Then, I needed to use [...]]]></description>
		<wfw:commentRss>http://www.freehackers.org/thomas/2009/05/02/how-to-handle-translations-for-an-application-that-is-both-qt-only-and-kde/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Fixing qmake missing rule for *.ts -&gt; *.qm</title>
		<link>http://www.freehackers.org/thomas/2009/03/10/fixing-qmake-missing-rule-for-ts-qm/</link>
		<comments>http://www.freehackers.org/thomas/2009/03/10/fixing-qmake-missing-rule-for-ts-qm/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 18:49:37 +0000</pubDate>
		<dc:creator>Thomas Capricelli</dc:creator>
				<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[qmake]]></category>
		<category><![CDATA[qt]]></category>

		<guid isPermaLink="false">http://www.freehackers.org/thomas/?p=186</guid>
		<description><![CDATA[We are used to polished and great tools from the trolls, but qmake has always been the big exception to this: ugly documentation, lot of undocumented tricks, and missing features. For me the biggest one was that it would not automatically create the rule to transform *.ts to *.qm in the generated Makefile. I have [...]]]></description>
		<wfw:commentRss>http://www.freehackers.org/thomas/2009/03/10/fixing-qmake-missing-rule-for-ts-qm/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>updating to KDE 4.2.1 : delete your plasma files (again)</title>
		<link>http://www.freehackers.org/thomas/2009/03/06/updating-to-kde-421-delete-your-plasma-files-again/</link>
		<comments>http://www.freehackers.org/thomas/2009/03/06/updating-to-kde-421-delete-your-plasma-files-again/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 12:13:37 +0000</pubDate>
		<dc:creator>Thomas Capricelli</dc:creator>
				<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[plasma]]></category>

		<guid isPermaLink="false">http://www.freehackers.org/thomas/?p=174</guid>
		<description><![CDATA[Thanks to the great work of the gentoo KDE packaging team, I have been able to update to KDE 4.2.1 yesterday. And since then, a couple of processes  suck up all my CPUs. The first one is a well-known issue : lancelot does that when used with Qt 4.5. Ok, this one was quick to [...]]]></description>
		<wfw:commentRss>http://www.freehackers.org/thomas/2009/03/06/updating-to-kde-421-delete-your-plasma-files-again/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Support for &#8216;long double&#8217; in Qt tests.</title>
		<link>http://www.freehackers.org/thomas/2009/03/05/support-for-long-double-in-qt-tests/</link>
		<comments>http://www.freehackers.org/thomas/2009/03/05/support-for-long-double-in-qt-tests/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 12:06:49 +0000</pubDate>
		<dc:creator>Thomas Capricelli</dc:creator>
				<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[qt]]></category>
		<category><![CDATA[Unit tests]]></category>

		<guid isPermaLink="false">http://www.freehackers.org/thomas/?p=169</guid>
		<description><![CDATA[Qt supports most types for most compilers&#8230;&#8230; but long double.  I do not know why. When asking on #qt (IRC), people say that nobody seems to care. Well&#8230; I do. long double have some use in scientific software at least. If you ever need to use long double in QTest, you will need to add [...]]]></description>
		<wfw:commentRss>http://www.freehackers.org/thomas/2009/03/05/support-for-long-double-in-qt-tests/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Quest for gdc in gentoo</title>
		<link>http://www.freehackers.org/thomas/2009/02/21/quest-for-gdc-in-gentoo/</link>
		<comments>http://www.freehackers.org/thomas/2009/02/21/quest-for-gdc-in-gentoo/#comments</comments>
		<pubDate>Sat, 21 Feb 2009 14:02:16 +0000</pubDate>
		<dc:creator>Thomas Capricelli</dc:creator>
				<category><![CDATA[Admin]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[d language]]></category>

		<guid isPermaLink="false">http://www.freehackers.org/thomas/?p=163</guid>
		<description><![CDATA[It took me quite some time (and some grep) to find out how to install gdc on gentoo, so here is the answer for those facing the same problem. gdc is a gcc font-end for the D language, which has some advantages over other ones like dmd, but don&#8217;t ask which. (something like &#8216;support for [...]]]></description>
		<wfw:commentRss>http://www.freehackers.org/thomas/2009/02/21/quest-for-gdc-in-gentoo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First release candidate for Opale</title>
		<link>http://www.freehackers.org/thomas/2009/02/12/first-release-candidate-for-opale/</link>
		<comments>http://www.freehackers.org/thomas/2009/02/12/first-release-candidate-for-opale/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 01:44:44 +0000</pubDate>
		<dc:creator>Thomas Capricelli</dc:creator>
				<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[opale]]></category>
		<category><![CDATA[portage]]></category>

		<guid isPermaLink="false">http://www.freehackers.org/thomas/?p=158</guid>
		<description><![CDATA[One of my pet projects (A simple bank account manager focused on graphs and planning) is about to reach 1.0. This first release candidate has been tested on several Linux systems and Windows. It can compile against KDE, but Qt is enough. (no, i have not yet tested with KDE/Windows&#8230;). So far, the only big [...]]]></description>
		<wfw:commentRss>http://www.freehackers.org/thomas/2009/02/12/first-release-candidate-for-opale/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mercurial bulk update</title>
		<link>http://www.freehackers.org/thomas/2008/11/14/mercurial-bulk-update/</link>
		<comments>http://www.freehackers.org/thomas/2008/11/14/mercurial-bulk-update/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 02:00:37 +0000</pubDate>
		<dc:creator>Thomas Capricelli</dc:creator>
				<category><![CDATA[Admin]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[mercurial]]></category>

		<guid isPermaLink="false">http://www.freehackers.org/thomas/?p=143</guid>
		<description><![CDATA[I don&#8217;t know about you, but I have on a lot of different places a directory called &#8216;hg&#8217; with lot of different mercurial clones inside. Whether on the home of my several computers for my own projects, or inside other directories for external projects, and so on. Now, remember one important aspect of distributed source [...]]]></description>
		<wfw:commentRss>http://www.freehackers.org/thomas/2008/11/14/mercurial-bulk-update/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Yet another activity graph : how often do you emerge ?</title>
		<link>http://www.freehackers.org/thomas/2008/11/13/yet-another-activity-graph-how-often-do-you-emerge/</link>
		<comments>http://www.freehackers.org/thomas/2008/11/13/yet-another-activity-graph-how-often-do-you-emerge/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 02:24:03 +0000</pubDate>
		<dc:creator>Thomas Capricelli</dc:creator>
				<category><![CDATA[Admin]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[activity]]></category>
		<category><![CDATA[portage]]></category>

		<guid isPermaLink="false">http://www.freehackers.org/thomas/?p=130</guid>
		<description><![CDATA[Really, I seem to be fond of activity graphs those days. I have reused part of this previous code, but this time I parse the emerge log file to display the activity of your successful emerges. Think of it as a graphical view of &#8216;genlop -l&#8217;. Those examples are the emerge activity of my two [...]]]></description>
		<wfw:commentRss>http://www.freehackers.org/thomas/2008/11/13/yet-another-activity-graph-how-often-do-you-emerge/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Full blown kde-aware opale version</title>
		<link>http://www.freehackers.org/thomas/2008/11/12/full-blown-kde-aware-opale-version/</link>
		<comments>http://www.freehackers.org/thomas/2008/11/12/full-blown-kde-aware-opale-version/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 03:55:43 +0000</pubDate>
		<dc:creator>Thomas Capricelli</dc:creator>
				<category><![CDATA[KDE]]></category>
		<category><![CDATA[MacOS]]></category>
		<category><![CDATA[opale]]></category>

		<guid isPermaLink="false">http://www.freehackers.org/thomas/?p=120</guid>
		<description><![CDATA[Since the release of opale-0.9, I have mostly worked on improving the (optional) KDE integration. And now if KDE is available, opale will use things like : KMainWindow, KApplication (session management..), XML GUI, KFileDialog and specific menu entries (Switch application language, configure shortcuts/toolbars, KDE-aware recent files submenu,&#8230;). While I was there, the Qt-only version now [...]]]></description>
		<wfw:commentRss>http://www.freehackers.org/thomas/2008/11/12/full-blown-kde-aware-opale-version/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>KDE standard aboutbox is kind of close-minded</title>
		<link>http://www.freehackers.org/thomas/2008/11/12/kde-standard-aboutbox-is-kind-of-close-minded/</link>
		<comments>http://www.freehackers.org/thomas/2008/11/12/kde-standard-aboutbox-is-kind-of-close-minded/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 02:07:15 +0000</pubDate>
		<dc:creator>Thomas Capricelli</dc:creator>
				<category><![CDATA[KDE]]></category>

		<guid isPermaLink="false">http://www.freehackers.org/thomas/?p=107</guid>
		<description><![CDATA[Back in the days of kde3, while writing a KDE application, I encountered quite a big problem while trying to use the aboutbox stuff from KDE (that means kaboutdata and the now called kaboutapplicationdialog). I talked to some guys on #kde-devel, and I have been told that, yes, this will be changed for KDE4. Now [...]]]></description>
		<wfw:commentRss>http://www.freehackers.org/thomas/2008/11/12/kde-standard-aboutbox-is-kind-of-close-minded/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Opale ported to qt4 and kde4</title>
		<link>http://www.freehackers.org/thomas/2008/11/11/opale-ported-to-qt4-and-kde4/</link>
		<comments>http://www.freehackers.org/thomas/2008/11/11/opale-ported-to-qt4-and-kde4/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 03:11:00 +0000</pubDate>
		<dc:creator>Thomas Capricelli</dc:creator>
				<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[kde4]]></category>
		<category><![CDATA[opale]]></category>
		<category><![CDATA[qt]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.freehackers.org/thomas/?p=98</guid>
		<description><![CDATA[Opale was an application written using koffice that I use to handle my personal accounts. Long ago I have dropped support for koffice (mainly because of the crappy/undocumented/buggy chart API) and since then opale was a kde-based application. One year ago, i have started porting it to kde4, and, meanwhile, made it a Qt4 application. [...]]]></description>
		<wfw:commentRss>http://www.freehackers.org/thomas/2008/11/11/opale-ported-to-qt4-and-kde4/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Activities gallery</title>
		<link>http://www.freehackers.org/thomas/2008/11/02/activities-gallery/</link>
		<comments>http://www.freehackers.org/thomas/2008/11/02/activities-gallery/#comments</comments>
		<pubDate>Sun, 02 Nov 2008 00:46:06 +0000</pubDate>
		<dc:creator>Thomas Capricelli</dc:creator>
				<category><![CDATA[Admin]]></category>
		<category><![CDATA[Django]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[Linux kernel]]></category>
		<category><![CDATA[activity]]></category>
		<category><![CDATA[gcc]]></category>
		<category><![CDATA[mercurial]]></category>
		<category><![CDATA[octave]]></category>
		<category><![CDATA[portage]]></category>
		<category><![CDATA[sage]]></category>
		<category><![CDATA[xemacs]]></category>
		<category><![CDATA[xen]]></category>

		<guid isPermaLink="false">http://www.freehackers.org/thomas/?p=91</guid>
		<description><![CDATA[While developing my recently released activity mercurial extension (and here too), I did a lot of tests on some quite famous/big projects. I&#8217;ve found the results to be quite interesting and decided to put up this gallery. Are you interested in the history of commits for kde, linux, django, portage(software), and others? warning : this [...]]]></description>
		<wfw:commentRss>http://www.freehackers.org/thomas/2008/11/02/activities-gallery/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

