vote up
0
vote down

Announcing colibri 1.0 alpha1, a mailing list manager with a django based web interface

It has been more than one year now that I’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
 
Thomas Capricelli
Apr 03 2010 11:36 PM
vote up
0
vote down

How to use flex and bison with qmake (my own way)

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 ‘bison’ and so on. Morever qmake supports for lex/yacc has several drawbacks,
 
Thomas Capricelli
Nov 28 2009 03:06 PM
vote up
0
vote down

Wonders from a KDE fan and developer about some KDE design choices

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
 
Thomas Capricelli
Nov 10 2009 06:05 AM
vote up
0
vote down

Installing an avr cross compiler in gentoo

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
 
Thomas Capricelli
Jul 28 2009 12:26 AM
vote up
0
vote down

tags displayed in hg activity extension

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
 
Thomas Capricelli
Jun 15 2009 05:19 AM
vote up
0
vote down

mercurial and ipv6

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
 
Thomas Capricelli
May 08 2009 12:20 AM
vote up
0
vote down

Fixing qmake missing rule for *.ts -> *.qm

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
 
Thomas Capricelli
Mar 11 2009 12:19 AM
vote up
0
vote down

updating to KDE 4.2.1 : delete your plasma files (again)

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,
 
Thomas Capricelli
Mar 06 2009 04:43 PM
vote up
0
vote down

Support for 'long double' in Qt tests.

Qt supports most types for most compilers…… but long double. I do not know why. When asking on #qt (IRC), people say that nobody seems to care. Well… I do. long double have some use in scientific software at least. If you ever need to
 
Thomas Capricelli
Mar 05 2009 04:36 PM
vote up
0
vote down

Asus G1S-A1 1.3M Pixel webcam adventure

I use gentoo linux on my laptop (G1S-A1). Everything is working including wireless, bluetooth, media keys etc. The only thing that annoys me is when I use skype beta (with video) or any other webcam utility. The webcam image is 180° inverted!! I know it
 
Vivek Unune
Feb 25 2008 03:38 AM