Introduction and motivation I have always felt the EIGRP metric as being really overwhelming. I see values like «2820096» and instead of understanding it, I always end up asking what the hell does that number mean. For example, in RIP: … Sigue leyendo
alvarezp
This is a translation of my previous post Etiqueta en el citado de mensajes de e-mail. Introduction The most ignored Internet Etiquette rule is that of the posting style when replying to an e-mail message. By «quoting» I mean the … Sigue leyendo
Este es un ejemplo de lo que NO se debe hacer al diseñar un software. [Sun Dec 20 14:37:42 -0800 — alvarezp@octavio:~/patch-test] $ ls -l total 24 -rw-r–r– 1 alvarezp alvarezp 7127 Dec 20 14:37 slpcall.bak -rw-r–r– 1 alvarezp alvarezp … Sigue leyendo
Introducción Una regla de etiqueta en Internet muy ignorada es la del citado de mensajes al contestar un correo electrónico. Al hablar de «citado» me refiero a la inclusión de un mensaje anterior dentro de uno nuevo (una respuesta, por … Sigue leyendo
Una nota rápida para que no se me olvide la siguiente vez. Para remplazar texto en vim, confirmando cada remplazo, basta con agregar la opción «c» al comando «s». Si nuestro comando original era %s/viejo/nuevo/g entonces se usa %s/viejo/nuevo/gc. Cada … Sigue leyendo