Author Archives: ereslibre

About ereslibre

Free Software developer and enthusiast. Architect/Developer. Researcher at Complutense University. Web developer. C, C++, PHP, Ruby, Javascript, JQuery, Qt, KDE expert. Rails hacker on the works.

Fun with Android intents and Spotify

I was taking a look on how to make my life easier with Llama. I wanted to start Spotify when my phone connected to the Bluetooth adapter in my car, so instead of using the default “Launch Application” feature from … Continue reading

Posted in Android, Life | 2 Comments

Dynamic slugs on Rails 3

UPDATE: I gemified this code, and you can now find the ‘inferred_slug’ gem (rubygems, github). Abstract Slugs have typically been stored in databases. At least that is what I read about slugs. It turns out that I am starting an … Continue reading

Posted in Rails, Ruby | 5 Comments

realtime-validations rails gem

There is a new gem in the Rails world: realtime-validations. It provides automatic realtime validations on your forms based on the validations set on the model. The idea is to ask on every ‘blur’ event on every field of the … Continue reading

Posted in Rails, Ruby | Tagged , , , , , | 2 Comments

So you want to code for CyanogenMod ?

We are living weird days. Kernel.org got compromised, and with it, all git repositories went down. It’s down for good, down for maintenance, reinstall and to be audited. But, for some cleaning reasons in the day that everything was put … Continue reading

Posted in Android | Leave a comment

Right to Left Systemsettings

It has been a while since my last blog post, but I hope to blog more regularly from now on. I have been looking at my todo list at KDE, and I have some necessary things to do, and others … Continue reading

Posted in KDE Development | 7 Comments

Bluedevil v1.0 is out !

We, at UFO Coders are really glad to release version 1.0 of Bluedevil, the new KDE bluetooth stack. It has been kind of long way, but finally is all ours ! We have focused on stability for this v1.0 release. … Continue reading

Posted in KDE Development | 17 Comments

Spokify – v0.9

After some quite time pretty busy at work I had the time to hack with some relax. Yesterday I wanted to give one of the final touches to Spokify before it gets to a v1.0 release. To sum up: Now … Continue reading

Posted in KDE Development | 31 Comments

An amazing weekend…

I really needed this. Social On thursday, Sebas and me went to Medialab Prado to answer some questions Agustín asked us about how the KDE community works and how we develop, design and handle such a great software. The colloquium … Continue reading

Posted in KDE Development | Leave a comment

libbluedevil 1.8 released

Hi all, libbluedevil v1.8 has been tagged and released. You can find a tarball here. This version includes couple bug fixes and some tweaking. The plan for v1.9 is basically to fix all known D-Bus problems and make it rock … Continue reading

Posted in KDE Development | 3 Comments

libbluedevil

libbluedevil is a stable Qt-based library written in C++ to handle all Bluetooth functionality. Here is the man that you want to blame when something isn’t working properly on this library. It consists of a very easy and straight-forward API, … Continue reading

Posted in KDE Development | 3 Comments