Friday, April 22, 2011
KDE 4.6.2 news & upgrade guide
If you want to test before the actual stabilization takes place, just grab the keyword file... Cheers!
Wednesday, April 6, 2011
KDE 4.6.2 - looking for testers!
So, we need testers. Especially since we all from the KDE team have been running newer KDE versions for ages by now and have never tried the direct step from 4.4 to 4.6. If you are brave - sync your portage tree, grab the keyword file, place it in /etc/portage/package.keywords - and update your system! As additional bonus, you will get also updates for QT, koffice, digikam, and some more packages...
If there are dependencies missing in the keyword file, please file a bug! If you encounter any build problems, please file a bug! If you see any misbehaviour after the upgrade, please file a bug! Thanks a lot in advance!
Oh yes, one last note. The kdepim guys obviously don't feel like releasing at all, so everything from kmail to blogilo will remain at trusty version 4.4. This is, however, nothing to worry about. (I'd worry a lot more about the kdepim update should it ever happen...)
Saturday, March 19, 2011
Impressive sci meeting
As you can see from the above picture, it's travelling time again for me. The weather is great, the snow as well, there are a lot more photos to prove it... :) However, not all is skiing and vacation. The real reason for the stay here in La Thuile at the top end of the Aosta Valley is a scientific conference, "Rencontres de Moriond 2011: Quantum Mesoscopic Physics". This is indeed one of the scientifically best meetings of this field, with worldwide attendance. (The excellent skiing opportunities and the great Italian food may of course help attracting people.) Talks go from 9:00 to 12:30 and from 17:00 to 20:00. (I'm writing this at ~22:00 of the last evening and don't count the coffee cups anymore.)
I met here a friend again, one of the powerusers who initially introduced me to Gentoo. As we're at a conference we got talking about doing presentations with Linux, and he showed me a really neat Python program for that. (Normally I don't touch anything Python except with a very long stick, as it would interfere with my daily prayer to Larry Wall. Just kidding, well about the prayer at least...) I found out that a previous version of it had already been available in Gentoo before as "keyjnote". Keyjnote development is not continuing, but a new project named Impressive picked it up. With its new upstream name the program also got a new ebuild name: app-office/impressive. Apart from being a pretty stylish pdf viewer, and integrating/cooperating nicely with dev-tex/latex-beamer and (open|libre)office impress, one of the great advantages of Impressive is that arbitrary python hooks can be added to each slide. Want to play a sound, a video, ...? Want to have a robot voice read out your presentation? Sure, can do! Give it a try!
Sunday, February 13, 2011
Gentoo's Reform and Future @ FOSDEM
Tuesday, February 8, 2011
Most obscure e-mail of the year (so far)
From: xxx xxx <xxx@gmail.com>
To: dilfridge@gentoo.org
Date: Today 05:24:03
Spam Status: Spamassassin 0% probability of being spam.
Andreas K. Lord Huettel
gcam-2010.07.27.ebuild USD?
A DEMO PLEASE AND MANUALS
THANKS
FERNANDO
Sunday, February 6, 2011
Fries, FOSDEM, Delirium Tremens
At the conference site I sometimes have this weird feeling of visiting the nerd pole. One of the events definitly freaking out the locals was the outdoor GPG keysigning. Imagine cold windy weather and 150 geeks standing in a line along the curb and swapping passports for two hours... Just now I'm listening to an interesting and very funny talk about the LibreOffice fork. ("Are you German? We need your help deciphering the code comments! What does 'Manta-Hack' mean? And, 'Wenn Sie das lesen können, haben Sie eine Waschmaschine gewonnen!'???)
The weekend is way too short anyway. Somehow I was not that much excited about visiting Brussels for the third time. Frites and mussels, bah. Now that I'm here, though, I think I should definitely come again. I barely remember the place, there are so many things to (re)visit, art nouveau buildings to discover, flea markets to stroll across, and everything related to Gaufres and Chocolat just has to be good. Cheers!
Thursday, February 3, 2011
Gentoo and GPIB (IEEE 488.2) device control: sci-libs/linux-gpib
Under Linux, there are basically two ways to adress GPIB hardware:
As much of the hardware is bought from National Instruments, one is the proprietary National Instruments VISA driver stack on top of NI's GPIB hardware driver. This works very reliable (once it's installed), supports e.g. LabView for Linux (eurgh), and NI is actively developing drivers for (some of its) hardware. So much for the good sides. Here are it's disadvantages:
- installation is basically doing its own package management, only very few (mostly outdated) linux distributions are really supported and trying others can be a serious pain, and the entire installation process is fundamentally incompatible with portage (I've been trying to beat it into an ebuild for a while and this is a sure way to madness);
- since the Linux kernel USB interface is declared GPL-only, no GPIB-USB devices are supported since kernel 2.6.24.
As a final remark, probably the best possible support would be to combine the open-source linux-gpib hardware driver with the NI VISA intermediate layer. Unfortunately, this would mean linking a GPL library and proprietary code, so no-go. At least as long as nobody budges...