Quick initrd note
This is mainly a note for myself, but someone else might find it handy. Working with modern <abbr title="initial ramdisk">initrd</abbr>s requires monkeying with cpio, which I can never remember the correct command line parameters for off the top of my head. So, here's a quick workflow (borrowed from Chip Shabazian) for manipulating an initrd image.
mkdir initrd cd initrd gzip -dc path/to/unzipped/initrd.img | cpio -id # Make the changes you need find . | cpio -c -o | gzip -9 > /path/to/new/initrd.img
FOAF updates: Trust rankings are now exported, making the data available to other users and websites. An external FOAF URI has been added, allowing users to link to an additional FOAF file.
Keep up with the latest Advogato features by reading the Advogato status blog.
If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!