2013
04.13
I have talked recently about my pet project Yith Library. It’s a free online password manager running live here. One of the cool features it has is that you can download a backup file with all your passwords, ciphered of course.
I have developed a command line tool to read the backups, it’s called Yith Library CLI. Right now it only reads backup files, but someday it will be a complete command line client for Yith Library. Someday…

That’s a nice logo :D
It uses Node.js, so be sure to have a recent version installed in your system. It is free software too, yo can find the code in GitHub.
Enjoy!
2013
03.03
Yith Library is an online password manager. It’s a project I have been working on lately with my friend Lorenzo Gil, it’s free software and you can find the code on GitHub (links at the end).
The idea is to have a secure online password storage. There is a server that takes care of authentication and stores the passwords, and there are clients that can access to these passwords. The clients will always handle encryption locally, so over the network the secrets always travel using SSL, and encrypted with AES under a master password only you know. This way your passwords always stay safe.

A diligent Yithian that takes good care of your secrets
Lee el resto de la entrada >>
2013
01.28
Este jueves 31 doy una charla sobre la librería para visualización de datos D3.js.
La charla será a las 19:00, en el Aula A1.14 de la Escuela Técnica Superior de Ingeniería Informática (ETSII).
“D3 es una biblioteca JavaScript que permite la manipulación de SVG a partir de conjuntos de datos, lo que permite crear visualizaciones interactivas y atractivas con poco esfuerzo. En esta charla veremos cómo crear paso a paso un gráfico desde cero.”
2012
08.15
Gracias al nuevo editor de mapas de Portal 2 he podido hacer algunas salas de test que están ya disponibles para ser jugadas en Steam Workshop.
Que las disfrutéis.
2012
04.21
Kate es el editor de texto avanzado de KDE, y para mi gusto es el mejor editor de código que hay, es cómodo, potente y eficaz.
Un compañero de trabajo, goinnn, comenzó a desarrollar unos plugins para mejorar el desarrollo en Python. Dichos plugins están a su vez implementados en Python, usando Pâté que provee de una API en Python para acceder a Kate.
Los plugins se componen de una serie de utilidades, principalmente para Python y Django, como puedan ser autocompletado, snippets de código, etc. Yo colaboré en el desarrollo de los plugins implementando soporte para el chequeo del código Python con PEP8, PyFlakes y del código JavaScript con JSLint.
Están disponibles en GitHub, y ahí se explica cómo instalarlos.