Rénich's Blog

misc

Directorio de Organizaciones que tengan que ver con FOSS @ México

06 de febrero de 2015

Pues me puse a hacer un directorio en github.

https://github.com/LinuxCabal/dir-foss

La idea es que colaboremos todos en registar los Grupos de Usuarios de Linux (GUL) o Grupos de Usuarios de Gnu & Linux (GUGL) en el directorio.

Pero, no se limita a estos. Si tienes cualquier tipo …

HowTo: Use a dual screen setup with two graphics cards on GNOME

07 de enero de 2015

Well, I've been having problems with radeon. My card (Firepro v4900) is overheating when a dual screen setup is in use. The reason seems to be pretty well outlined here: http://wiki.gentoo.org/wiki/Radeon#Power_consumption_when_using_multi-head_.2F_multi-monitor

And my old friend, dpm, is to blame... Luckily, I got another …

tags:

HowTo: Change your css according to client's time

11 de septiembre de 2014

I am no fan of javascript. In fact, I despise it. But, recently, it occured to me that it would be cool to change the CSS theme according to the client's time.

Here's how:

function change_css_according_to_time() {
    var d = new Date();
    var h = d.getHours();

    if ( h >= 7 && h <= 19 ) {
        console …

Two big ideas: the biometric helper and the auto-music video app

19 de enero de 2014

Ok, today, I had two big ideas.

Speaking with Gabriel, I came up with a mini device; pluggable to the computer via USB, a PAN or whatever. The device would be a medical device that you attach to your finger. It would take various metrics; including temperature, pressure, pulse and …

Ideas for Google

17 de diciembre de 2013

Thinking Fish

So, the other day a google email arrived suggesting they might be interested in hiring me.

So, that got me thinking and reading (about algorithms and design patters, btw).

I thought what would I answer if I got asked: "So, what product ideas might you have?". I came up with …