La poesía y las matemáticas nunca han estado reñidas, sino que por el contrario, numerosas ecucaciones pueden considerarse al mismo tiempo matemáticas y a la vez pura poesía.

Esto mismo también puede suceder en el sentido contrario, que algunos poemas pueden resultar ser verdaderamente puras matemáticas y estar al servicio de ésta. Así es el caso del poema que escribió en ingeniero Frederic Massallé Guarné en honor al número Pi y para ayudar a memorizar sus decimales:

Vas a leer, y jamás desprecia
el rimado ardid, muy fácil memorial
indicando función diametral
que “pi” -del alfabeto- llamó Grecia
al darnos pura luz, que aparecía
con la fecunda Geometría.

El número de letras de cada palabra indica el número decimal que sigue en la secuencia de decimales de Pi.

Seguir leyendo ‘Poesía y matemáticas: poema para recordar los decimales de Pi’

Human LCD

11Feb10

Here is a summary of a very interesting conference in the CCC this year at Berlin.

Here is sposed a theory that clarify many concepts and introduce us to understand the nature of space and time. They explain all these ideas and dicuss mini black holes, extra dimensions and all plot devices.

Here, is explained the role of computers within the physic of the elementary particle physics and cosmology.

Some of the initial questions we must do ourselves…

  • Can we understand the universe as a whole?
  • Has this been going on forever or was there a “Big Bang”?

Seguir leyendo ‘Hacking the universe’

 _  _   __  ___  _   __
 )\/,) /_`) ))_) )) /_`)
((`(( (( ( ((`\ (( (( (

They are always wellcomed for the taglines in the emails…

http://www.patorjk.com/software/taag/

http://www.network-science.de/ascii/

London Tunnels

03Jan10

En el año 1940, debido a los numerosos bombardeos en Londres durante la Segunda Guerra Mundial, comenzó a construirse en Londres un sistema de refugios subterráneo.

Cada uno de los refugios constaba de dos plantas equipadas con camas, medicinas, cocinas, etc. y tenían una capacidad de unas 8000 personas.

Seguir leyendo ‘London Tunnels’

“Escribe un correo en un papel: entonces la señora SMTP le dará tu mensaje al señor TCP/IP, quien buscará por todo el edificio y se lo entregará al destinatario.”

Simpática versión de ultra baja tecnología de Internet que también admite ficheros adjuntos, que van convenientemente metidos… en cajas de cartón.

Es una simpática performance con actores de Codeco. En su web hay un montón de vídeos interesantes más y también tienen un blog.

Here some ideas for this Christmas…

Seguir leyendo ‘Christmas Geek Decorations’

En /etc/apache2 hay varios subdirectorios, de los cuales necesitaremos dos de ellos para nuestra tarea.

El primero sites-available y el segundo sites-enabled.

Los ficheros de configuración de los hostings virtuales se configuran en sites-available.

El segundo subdirectorio sólo contiene enlaces a aquellos virtalhost que queremos activar.

En /var/www….. creamos el directorio para nuestro dominio…

mkdir estudiantesenmadrid.com

Creamos tb en /var/www/estudiantesenmadrid.com

mkdir public_html

que será donde meteremos los archivos públicos que verá la gente.

Seguir leyendo ‘Host virtuales en Apache2(Ubuntu).’

Here is a very useful quick guide to install a LAMP server…

Installing MySQL 5.0

aptitude install mysql-server mysql-client

You will have to provide a password for the root user of mySQL (this password will be valid for the user root@localhost and for root@server1.example.com, too).

Installing Apache2

aptitude install apache2

To verify the installation, you can type into the web browser…. http://server1.example.com (the IP where is located your server)

The main directory for documents for Apache is /var/www for Ubuntu.

The configuration file is /etc/apache2/apache2.conf

Aditional configurations are stores within the directories in /etc/apache2. For example…

  • /etc/apache2/mods-enabled (apache modules).

  • /etc/apache2/sites-enabled (virtual hosts)

  • /etc/apache2/conf.d

Installing PHP5

We have to install PHP5 and the Apache’s module for PHP5…

aptitude install php5 libapache2-mod-php5

Now, once we have installed php5 with the libs, it is necessary to restart the Apache…

/etc/init.d/apache2 restart

Seguir leyendo ‘Configuring LAMP within an Ubuntu server’