2009-05-30

Hofstadter’s Law - Ley de Hofstadter

Hofstadter’s Law

A task always takes longer than you expect, even when you take into account Hofstadter’s Law.

Ley de Hofstadter

Una tarea siempre toma más tiempo del esperado, incluso si se tiene en cuenta la ley de Hofstadter.

2009-05-25

Grosch’s Law - Ley de Grosch

Grosch’s Law

The cost of computing systems increases as the square root of the computational power of the systems.

Ley de Grosch

El coste de los sistemas informáticos aumenta según la raiz cuadrada de la potencia de cálculo de los sistemas.

2009-05-23

Godwin’s Law - Ley de Godwin

Godwin’s Law

As an online discussion grows longer, the probability of a comparison involving Nazis or Hitler approaches one.

Ley de Godwin

Según una discusión online se va haciendo más larga, la probabilidad de una comparación que incluya a Nazis o a Hitler tiende a uno.

GeekBrief.TV - The Big Bang Theory 2/2

Ésta es la segunda parte de una entrevista a uno de los creadores de "The big bang theory", el nivel de inglés no es excesivamente alto, no es dificil entender lo más importante.

Si no lo ves correctamente pasa el ratón por la imagen y selecciona HD





si aún no has visto la primera parte, la tienes aquí

2009-05-22

GeekBrief.TV - The Big Bang Theory 1/2

Esta es una entrevista a uno de los creadores de "The big bang theory", el nivel de inglés no es excesivamente alto, no es dificil entender lo más importante.

Si no lo ves correctamente pasa el ratón por la imagen y selecciona HD




2009-05-18

El último aragonés vivo

Hoy en hachemuda (magnífico blog por cierto) he descubierto esta joya que puede que os recuerde a una película reciente.

Mejor verlo sin menores para evitar alguna pregunta incomoda :-)


2009-05-16

Hanlon's razor - Principio de Hanlon

Hanlon's razor

Never attribute to malice that which can be adequately explained by stupidity.

Principio de Hanlon (o Navaja de Hanlon)

Nunca atribuir a malicia lo que puede ser explicado adecuadamente por la estupidez.

2009-05-11

FindRepe 0.5.0

New Version 0.5.0 of FindRepe. Added options --exclude-rc, --exclude-svn, --exclude-cvs, --exclude-hg, --exclude-dir --exclude-file, and --examples.


--exclude-rc ignore revision control directories
--exclude-svn ignore subversion (.svn)
--exclude-cvs ignore cvs (CVS)
--exclude-hg ignore mercurial (.hg and .hgignore)
--exclude-dir=name don't follow directories named name
--exclude-file=name ignore files named name
--examples print some useful examples

findrepe --exclude-rc /

findrepe --exclude-dir=META-INF \
--exclude-file=manifest.mf \
--exclude-file=private.xml \
src


-Download findrepe-0.5.0.zip

-Decompress it using the command

unzip findrepe-0.5.0.zip


-Install the launcher with one of the following commands

java -jar findrepe-0.5.0/FindRepe.jar --install

java -jar findrepe-0.5.0/FindRepe.jar --install-home

sudo java -jar findrepe-0.5.0/FindRepe.jar --install-home=/opt/jdk1.6


-Play and enjoy it with

Windows users:

findrepe c:\ e:\


GNU/Linux, OpenSolaris and any other unix flavor users:

findrepe /backup/mp3 /backup/src


2009-05-09

Flon’s Axiom - Axioma de Flon

Flon’s Axiom

There does not now, nor will there ever, exist a programming language in which it is the least bit hard to write bad programs.

Axioma de Flon

Ni existe ahora, ni nunca existirá, un lenguaje de programación en el que sea mínimamente complicado escribir malos programas.

Urdaci, CCOO y el periodismo imparcial

Estaba charlando (¿o emailenado?) con migue sobre la (im)parcialidad de algunas televisiones, y me acorde de cuando en la última gran huelga RTVE fue condenada por la brutal PARCIALIDAD de sus informativos (en La2 fueron correctos y BRUTALES no dijeron nada, sólo pusieron imágenes, parques de atracciones vacíos, y otras cosas, todo vacío). Pero a pesar de lo famoso y que fue jefe de la LetiZia con Z, no me acordaba, y me dije como lo busco, ¡¡¡facil!!! "ccoo" en google, y luego vídeos, ¡¡¡tachán!!! en el segundo puesto este vídeo y sí el tipejo se llama URDACI.

Ah, sí, lo siento, siento haber dicho "tipejo", para describirlo, espero que todos los tipejos no se sientan ofendidos por haberlos comparado con este URDACI.

Sin más este vídeo, puede que algo parcial, pero me hizo gracia.



ah, ¡¡¡Un saludete para migue!!!

2009-05-06

El acceso directo a gmail del escritorio no se crea en linux

Si usas GNU/Linux (o cualquier otro sabor unix) y quieres crear un acceso directo en el escritorio para acceder a Gmail cuando estas offline, esto es:

"Settings -> Offline -> Other options -> create a desktop shortcut

Si tu directorio de escritorio es cualquier otro distinto a "Desktop" (ej: Escritorio) probablemente habrás notado que el acceso directo no se crea.

El problema es el mismo que otro del que ya informé sobre javaws, y es que siempre usa "Desktop" pero podría ser "Escritorio" o cualquier otro según sea tu configuración.

de la misma forma que para javaws, hay una solución:

- Crea un directorio Desktop, es decir

para /home/user/Escritorio crea /home/user/Desktop

ahora intenta crearlo de nuevo.

y tendrás

/home/user/Desktop/Gmail.desktop

muevelo a tu escritorio

mv /home/user/Desktop/Gmail.desktop /home/user/Escritorio

ahora ya podrás verlo en tu escritorio!!!

Can't create gmail desktop shortcut in linux

If you are running GNU/Linux (or any other unix flavor) and you want to create a desktop shortcut to access to Gmail while offline, that is:

"Settings -> Offline -> Other options -> create a desktop shortcut

if your desktop directory is any other than "Desktop" (ie: Escritorio) you'll probably have noticed that shortcut is not created.

The problem is the same to another I've reported for javaws, that is it always tries "Desktop" but it might be "Escritorio" or any other depending on your configuration.

the same way that the one for javaws, there is a work around:

- Create a Desktop directory that is

for /home/user/Escritorio create /home/user/Desktop

then try to create it again.

then you get

/home/user/Desktop/Gmail.desktop

move it to your desktop

mv /home/user/Desktop/Gmail.desktop /home/user/Escritorio

now you can see it in your desktop.

update:a better work around is using a link (thanks anhelido).

ln -s /home/user/Escritorio /home/user/Desktop

or

ln -s Escritorio Desktop

if you are in you home directory, now shortcuts will be created in you desktop, no need to copy.

2009-05-05

The "C is Efficient" Language Fallacy

I've found this interesting post The "C is Efficient" Language Fallacy by Mark C. Chu-Carroll

2009-05-02

Fisher’s Fundamental Theorem - Teorema Fundamental de Fisher

Fisher’s Fundamental Theorem

The more highly adapted an organism becomes, the less adaptable it is to any new change.

Teorema Fundamental de Fisher

Cuanto más adaptado se vuelve un organismo, menos adaptable es a cualquier nuevo cambio.

FindRepe 0.4.0 - noautoexclude and exclude options

New version 0.4.0 of FindRepe, the options --noautoexclude and --exclude were added to not automatically exclude certain directories and to exclude some paths. Some minor changes handling errors were made. Some changes have been made too in order to minimize changes in code when adding new options.

--noautoexclude don't autoexclude some paths (/dev, /proc, ...)

--exclude=path don't follow path


exclude option may be used more than once.

findrepe -ns /


findrepe -ns --exclude /opt --exclude=/backup /



  • /dev will be excluded in some posix systems (linux, solaris, ...)

  • /proc will be excluded in linux and solaris

  • /sys will be excluded in linux

  • /devices will be excluded in solaris


Errors while reading files will be better handled (detected only in windows), the file will be considered not equal to any other file.

-Download findrepe-0.4.0.zip

-Decompress it using the command

unzip findrepe-0.4.0.zip


-Install the launcher with one of the following commands

java -jar findrepe-0.4.0/FindRepe.jar --install

java -jar findrepe-0.4.0/FindRepe.jar --install-home

sudo java -jar findrepe-0.4.0/FindRepe.jar --install-home=/opt/jdk1.6


-Play and enjoy it with

Windows users:

findrepe c:\ e:\


GNU/Linux, OpenSolaris and any other unix flavor users:

findrepe /backup/mp3 /backup/src