Pid Eins

Three Sisters

Finally I found the time to sort my photos from Australia (http://0pointer.de/photos/?gallery=Australia), when I vistited the country after linux.conf.au, in January this year. Some photos are quite

Cover image for Three Sisters

To whom it may concern

In case anyone wants to know: starting today I am a Red Hat employee. It's nice if the first day on the new job is a public holiday.

My thoughts on the future of Gnome-VFS

One of the major construction sites in GNOME and all the other free desktop environments is the VFS abstraction. Recently, there has been some discussion about developing a replacement DVFS

Tag me!

Jeff now started to use lennartpoettering for tagging his blog stories (http://perkypants.org/blog/2007/05/02/links-for-2007-05-01/)... AWESOME!

Helsingin Tuomiokirkko

Following an invitation of the Nokia 770/N800 multimedia team I've been visiting the Nokia research center in Helsinki last week. A good opportunity to get some more material for Hugin

Cover image for Helsingin Tuomiokirkko

On Using Hugin

On popular request, here are a few suggestions how to make best use of Hugin for stitching your panoramas. You probably should have read some of the tutorials at Hugin's web site

DMI-based Autoloading of Linux Kernel Modules

So, you've always been annoyed by the fact that you have to load all those laptop, i2c, hwmon, hdaps Linux kernel modules manually without having spiffy udev doing that work for you automagically? No

Cuddle opening function braces, anyone?

Dear Lazyweb! Does anyone know how I can teach GNU indent to cuddle opening function braces and the closing ')' of the argument list ? i.e. int main(int argc, char* argv[]) { } instead of: int

Conferences

I will be speaking at following conferences in the next three months: LinuxTag, Berlin (http://www.linuxtag.org/2007/en/conf/events/vp-freitag/vortragsdetails.html?talkid=88) Ottawa Linux Symposium

Cover image for Conferences

Freikarten!

Anyone looking for free tickets for LinuxTag 2007 (Berlin) (http://linuxtag.org/)? Just ping me, and I'll send you one. (Be quick, they are limited!)

Project Indiana

Dear Sun Microsystems, I wonder if the mythical "Project Indiana" consists of patches like these (http://src.opensolaris.org/source/xref/jds/spec-files/trunk/patches/) which among other strange

Re: Avahi - what happened. on Solaris..?

In response to Darren Kenny (http://dar-k.blogspot.com/2007/06/avahi-what-happened-on-solaris.html): • On Linux (and FreeBSD) nss-mdns (http://0pointer.de/lennart/projects/nss-mdns/) has been

Im Zentrum der Macht

The Government District in Berlin, with the Reichstag and the offices of the members of the Bundestag: The Diana Temple in the Hofgarten in Munich: The Königsplatz in Munich: The Residenz in

Cover image for Im Zentrum der Macht

Slides for LRL and OLS

For those interested: here're my slides for my presentations at LRL and OLS: • Ottawa Linux Symposium 2007: Cleaning up the Linux Desktop Audio Mess

CUPS 1.3b1 gained Zeroconf support

Seems CUPS now comes with Zeroconf/Bonjour network printer browsing support included in the upstream tarball (http://www.cups.org/articles.php?L479). I haven't tried this myself, but presumably CUPS

I wonder ...

... whether the guys behind this (http://code.google.com/p/giver/) know about this (http://techn.ocracy.org/telekinesis/)? It's a pleasure to see as many projects as possible making use of Avahi

An era ends, a new one begins

Earlier today (https://www.redhat.com/archives/fedora-devel-list/2007-August/msg01196.html) I switched Fedora over to install PulseAudio (http://pulseaudio.org/) instead of the venerable EsounD

Three days left

Only three days left for sending in your paper for FOMS 2008, the best Free Software multimedia conference/workshop around (http://www.annodex.org/events/foms2008/). The best chance to meet all the

ccache

$ ccache -s | egrep "(cache hit|cache miss)" cache hit 3518652 cache miss 168484 $ echo $((168484*1000/3518652)) 47 $ Less than 5% of the compiler