miércoles, 23 de junio de 2010

¡Un político defendiendo el software libre!

Genial intervención del político Juan Carlos Rodríguez Ibarra (o ibarra.net), del PSOE, en el Senado el día 17 de mayo de 2010 (Día Mundial de Internet). Fue presidente de la Junta de Extremadura hasta 2007, durando así 24 años.


El vídeo en youtube:



"En segundo lugar, la ex-propiedad siempre ha sido una cosa sospechosa para la Izquierda, y no entiendo que ahora la Izquierda esté defendiendo con tanto ahínco la Propiedad Intelectual, porque nadie lo va a entender." Rodríguez Ibarra, minuto 6:52.

Así da gusto :-)
En wikipedia lo he añadido a la categoría de activistas del copyright.

martes, 22 de junio de 2010

Problem with my laptop battery and gnome-power-manager

My laptop battery is faulty, when I connect my laptop to the AC adapter, the battery starts to get charged but after some minutes (random) the battery LED light becomes orange and that means that, even if the computer is being supplied by the AC adapter, the battery is not getting recharged.
The solution is unplug and plug again the AC adapter.

But I had also a very annoying issue.
When I was disconnecting the AC adapter, the battery value read wasn't correct and gnome-power-manager detected immediately that the battery was critical, showing me the next message and my laptop got suspended without any choice. But in the meantime, I could see that the applet said something that the battery still had charge to remain 30 minutes. O_o!? And it was truth.



Today, touching gconf I have discovered that there is a workaround and it is disabling the gconf key /apps/gnome-power-manager/general/use_time_for_policy which by default is enabled. It makes gnome-power-manager (since now g-p-m) to have really into account the battery percentage instead of the time that SHOULD remain, according to your previous battery statistics.
Run gconf-editor:



You can tune up a bit more this behaviour with the keys located in /apps/gnome-power-manager/thresholds/.



The screenshots are in Spanish but there's not to much to understand.
G-P-M has migrated from GConf to GSettings recently, I'm not used to gsettings but there should be a similar editor to gconf-editor.

martes, 8 de junio de 2010

I'm attending to GUADEC


Yes, I'm finally attending to GUADEC.
I was in doubt due my financial status but I got some responses (more than expected :)) from people through CouchSurfing that offered to host me during those days and I have finally decided to buy my flights. I'm very excited about meeting GNOME people :)


domingo, 6 de junio de 2010

El Gobierno nos la quiere jugar con las becas

¡¡ATENCIÓN BECARIOS!!

He visto un mensaje en el foro de mi universidad que me parece de vital importancia que lo difundamos. Con esto de la crisis, el gobierno español nos la quiere jugar y ahorrarse unas cuantas miles de becas. A continuación, copio el mensaje de Rubén Ruíz:

Hola a todos,

El Ministerio de Educación está enviando un correo a algunos compañeros que fueron becarios otros años:

Estimado/a estudiante:


Como sabrás, el Gobierno español impulsa desde hace tiempo el acceso electrónico de los ciudadanos a los servicios públicos. El objetivo es lograr una mayor eficacia, eficiencia y agilidad de la Administración garantizando además la protección de los datos personales en la realización de todos los trámites.

De acuerdo con la normativa vigente, para poder SOLICITAR UNA BECA DEL MINISTERIO DE EDUCACIÓN este año DEBERÁS REGISTRARTE previamente en la Sede Electrónica del Ministerio ( sede.educacion.gob.es ). Recuerda los siguientes pasos:

•REGISTRARTE en la Sede Electrónica del Ministerio de Educación durante los meses de MAYO y JUNIO de 2010.
•CONSERVAR EL USUARIO Y LA CONTRASEÑA que te serán solicitados para cualquier relación electrónica posterior con la Sede y, en particular, para la solicitud de la beca.
•CUMPLIMENTAR EL FORMULARIO correspondiente a la solicitud de beca cuando se encuentre abierto el período de presentación de acuerdo con la publicación en el Boletín Oficial del Estado.

En caso de duda, puedes acceder al manual “COMO USAR LA SECCIÓN DE TRÁMITES Y SERVICIOS DE LA SEDE ELECTRÓNICA” (disponible en la dirección electrónica sede.educacion.gob.es/tablon-anuncios/uso-tramites.html) o llamar al teléfono 915505957.

Atentamente,

Ministerio de Educación 

En resumen, SI NO TE REGISTRAS AHORA EN SEPTIEMBRE NO PUEDES SOLICITAR LA BECA.

Ríete ahora de Ryanair y sus artimañas...

martes, 1 de junio de 2010

Debugging flash in firefox

Install Adobe Flash Player Debugging Version:
(first I recommend you to uninstall any flash version you have installed)
wget http://download.macromedia.com/pub/flashplayer/updaters/10/flash_player_10_linux_dev.tar.gz
tar zxvf flash_player_10_linux_dev.tar.gz
cd flash_player_10_linux_dev/plugin/debugger
tar zxvf install_flash_player_10_linux.tar.gz
cd install_flash_player_10_linux/
./flashplayer-installer
Follow instructions.

Install the Firebug and Flashbug extensions.

I couldn't install extensions... it seems an Ubuntu 10.04 well-known issue. Workaround here: disabling ipv6 dns in firefox.
Restart firefox.

Now in the Firebug panel, enable "Flash Console".
Enter a page with flash and you will start to see the debug information :)

What is it useful to?
I know that there are extensions like FlashGot to do it, but I wanted to download the video embedded in a flash player that you can watch here: Erasmus Paradiso (Repor).

And in fact, the url pointing to the flv file was there! ;-)













IDEAS:
This mechanism saves a lot of time that you could have spent dissambling the flash player.

One of my ideas is creating a plugin to be able to watch in Totem last news as shown in RTVE (spanish radio television). Being able search videos in their archives or e.g. sorting last news videos by category.
To sum up, the same that the current youtube plugin does in Totem.

Updated 2/Jun/2010:
I've found in a blog how to download RTVE videos using RTMDump.
Actually it seems that there're some people working to get rtmp support in GStreamer, that would be the optimum solution :)