Archive for the ‘Descubrimeinto’ Category.
2010-08-01, 22:19

From XKCD
Casualidad de la vida. recientemente dije por Twitter lo siguiente:
Debatir si existe o no existe “Dios” es como debatir si el 0 es positivo o negativo. La realidad es que ambos son el mismo número.
Para mí, +0 == -0 y la comparación me gusta. Y sí, ya me criticaron… pero en fin.
En código me lo imagino así:
function dios_existe() {
if (sign(0) == 1) return True;
if (sign(0) == -1) return False;
return dios_existe() /* jaja, porque esto pasa con el ser humano */
}
2010-08-01, 22:18

From XKCD
What a coincidence. I recently said the following over Tweeter (translated from Spanish):
To debate if “God” exists or not is like arguing if 0 is positive or negative. The thruth is both are the same number.
For me, +0 == -0 and I like the analogy. And yes, I have already been criticized… but, oh well.
In code I think it could be like this:
function dios_existe() {
if (sign(0) == 1) return True;
if (sign(0) == -1) return False;
return dios_existe() /* haha, because that's just what happens with human beings */
}
2005-10-19, 10:54
El descubrimiento de hoy:
La palabra “nomás” está aceptada en el Diccionario de la Real Academia Española.
