Announcing SuperNN 1.0.0

After five years of development, I am happy to announce the 1.0.0 version of SuperNN. The source code and binaries are available here.

New projects: PyFDE and PeakUtils

I’ve been using (and learning) Python in the last months, and it has been a great experience. For me, learning a new programming language is a very interesting task, as it allows me to review the way that I structure programs and allows me to add new tools to the toolbox. In one exercise to learn the Python language, I’ve translated a program that I’ve written in C++ to Python, and in the process, found a subtle bug.

lgob 14.08 released

I’ve released a new version of lgob, adding support for Lua 5.2 and updating the modules to the latest library versions (GTK+ 3.12 and others).

Go code completion plugin for Kate

I’ve wrote a simple plugin for KTextEdit (Kate, KDevelop, and other programs that uses the KDE text editor component) that provides code completion for Go, by using gocode as backend.