Posts Tagged ‘floss’

Ricardo Galli nos recomienda la lectura de un artículo de Dijkstra (que tengo a medio leer, pero es como mínimo «apasionante»), y tras reíme un buen rato de algunos de los comentarios aparecidos en Guarrapunto me acordé de que, oiga usted, existe un grupo de chalados intenta un nuevo conato de huelga que, con [...]


Today I learnt about a RSS plugin for Evolution, thus making standalone feed readers uneeded for me. Kewl


Maybe you already know about my trip throught all the oddities with the suspend to RAM feature with GNU/Linux running on my Vaio TZ11 notebook… yesterday I was able of workaround one of the things which was annoying me in the last weeks: the X11 Intel video driver was frozen after coming back from suspend! [...]


AbiWord 2.6 is able of loading Office Open XML documents. Yikes!
Things move fast in the Open Source world… and thanks to that now I can read «unfriendly» document formats without leaving GNU/Linux and without using stinky proprietary software on top of Wine. Holy shit…


This is a small update on where to find the driver for the Ricoh r5u870 webcam properly packaged for Gentoo GNU/Linux. This driver is needed in order to use the webcam present in some HP Pavillion and Sony Vaio (including my TZ11) laptops.
If you have read my previous post, you already know it: the hard [...]


The hard disk of my old (but working) iBook G3 has died yesterday. This means all the stuff which was hanging on foobar.homeunix.org, including my Gentoo overlay, some photo albums and other random stuff will not be available in a while. This also includes mailing lists at ml.mine.nu. Sorry for the inconvenience, and expect updates [...]


This is a recipe which will teach you how to set-up a Bazaar smart server on top of the great Nginx HTTP server. I will not deal with optimization or fancy setups at all, the goal is just having your Bazaar branches published, feel free to comment if you feel like the proposed setup could [...]


Yes, yes, yes! The thing started working reliably today, at last! The software combo which makes the thing work is as follows:

sys-kernel/gentoo-sources-2.6.24-r3. I believe that any kernel version in the 2.6.24 series will do the thing. The ALSA code included in newer releases also fixes the problem with the built-in speakers and they will no [...]


Get the women!

03Mar08

Excerpt from eutils.eclass, as included in the official Gentoo package tree:
# Make a desktop file !
# Great for making those icons in kde/gnome startmenu !
# Amaze your friends ! Get the women ! Join today !
#
# make_desktop_entry(, [name], [icon], [type], [path])

This is not [...]


Quick recipe, which needs a GStreamer installation with the libmms plugin:
$ gst-launch-0.10 mmssrc location=mms://put.your.url/here
! filesink location=output.file
I have just discovered today that GStreamer has support for the mms:// scheme in URLs. Nice