March 2011
3 posts
Every once in a while we need to reinvent the wheel. Not because we need more...
Why is the 'straight line' path across continent... →
Proyecciones = Que fregado es trabajar con mapas y no tener monitores holográficos.
Esta es una de las cosas que aprendí(mos) al hacer el gestor de mapas para SIRAD, o “Sistema de información sobre recursos para atención de desastres” (sip, un acrónimo casi como SHIELD!)
Nota: La línea en el mapa de abajo se ve recta porque está en un proyección hecha para eso. Y además la estás...
3 tags
Mercurial vs Git
As someone who hasn’t used Hg before, I’m curious — what are some examples of Git commands that are better executed in Hg?
No specific commands really, but I think the whole hg UI is just more consistent. I use both, yet with git I have to revert to `man` almost every day :/
Compare: `git branch xxx / git branch -a`, `git tag xxx / git tag -l`, `git show-ref —heads` To:...