” These days the desire seems to be for near-real time analytics. I’m skeptical of the value of this. Often when analyzing data trends you don’t need to react right away, and your thinking improves when you give it time for a proper mulling. Reacting too quickly leads to a form of information panic, where […]
Continue ReadingCategory: computer
24/IV/19
… que uno puede eliminar un sistema operativo de manera remota (ssh) tal y como aquí se describe. Acceder como root en caso de que después no se pueda hacer sudo $ sudo -s # mkdir /dev/shm/proc # mount -t proc proc /dev/shm/proc Ver qué filesystems están montados, y desmontar todos los que no sean […]
Continue Reading7/XI/18
… that to see the hash for the present commit in git one can use: git rev-parse –verify HEAD or, otherwise use tags git describe –tags
Continue Reading28/I/18
… por qué systemd está apareciendo tanto últimamente…
Continue Reading4/I/18
… que uno puede “containerizar” herramientas usando Docker 🙂
Continue Reading3/I/18
… que si el wifi no funciona (usando RT0811) al actualizar el kernel, es probable que el módulo siga teniendo la configuración antigua. Mira aquí: dmesg|grep 8812au Si es así, simplemente sudo apt-get install –reinstall rtl8812au-dkms
Continue Reading21/III/17
… que si uno tiene que hacer operaciones con python y sqlite3, este es un buen enlace
Continue Reading28/IX/16
… que si quieres hacer un screencast en Windows, puedes usar Open Broadcaster Software
Continue Reading31/VIII/16
… that We don’t have the right language to express when “my” indicates possession versus association. When we say: “that’s my bike” or “those are my shoes”, we mean that we own them. We have the final say in decisions about our bike. But when we say “that’s my father” or “my sister”, what we […]
Continue Reading2/VI/16
… que una interfaz es como un esqueleto, y una clase abstracta tiene algunos músculos ya en su sitio; en ambos casos, el-que-escribe-antes tiene que rellenar el resto de elementos para que el cuerpo funcione. También aprendí que la interfaz es un contrato, como los enchufes en las paredes: puedes conectar cualquier aparato a la […]
Continue Reading