Using msmtp with the GNOME keyring

Using msmtp with gnome keyring

If you use mutt to manage your mail, you are probably using msmtp to manage your mail delivery.

Probably you don’t like the fact that you have you store your SMTP password unencrypted in your $HOME/.msmtprc file.

Fear no more! Satoru Satoh has added support for the GNOME keyring, and, thanks to Martin Lambers, that’s already [...]

Using rtags ang gtags for coding Ruby

Boring intro

When I was a C and Java developer (not that long ago), I always used the GNU GLOBAL source code tag system gtags.

Despite it’s awful, impossible-to-find-in-google name, it’s a wonderful system to navigate around your code: find function definitions, where they are used, fast “grepping” of code, you name it.

And, most important, it’s emacs support is wonderful!!

You [...]

Listing keys used in a memcached server

Maybe this is of no use to anybody, but it was useful to me while developing some caching code, so I hope it can be useful to someone else.

This is a script will list every key that’s being used in a memcached server.

I haven’t tried it in a production server, and you sholud be careful doing it. It looks [...]

Volviendo a escribir

Este blog nació con un objetivo concreto. Me iba de viaje unos meses, y quería que mis amigos y familiares estuviesen al tanto de por dónde estaba. La cosa salió bien: ellos se divertían leyendo, y yo me divertía escribiendo.

Claro que era fácil escribir sobre todo eso. Estás de vacaciones, viendo sitios muy diferentes a los de casa, todo [...]