Benchmarking Java to native compilers

Java to native compilers have been around for some years, and I was curious about if one of this solutions could improve the performance of my Carballo Chess Engine. I ran a tournament between binaries of the Carballo development version (1.5)…

Vender en Google Play desde España

Por aclamación popular os cuento los requisitos legales para vender aplicaciones en Google Play desde España. Me centraré en el caso de vender como trabajador autónomo, que es como estoy facturando en Mobialia. CONSIDERACIONES SOBRE GOOGLE WALLET En el Google…

Filmon: Free IPTV service

IPTV is in a great momentum. In Spain we saw the rise of a lot of platforms: Yomvi, MovistarTV, OrangeTV, Nubeox… mainly paid platforms, but I am only interested in channels in English and Filmon is a great (and legal)…

Running Android apps inside Chrome

I couldn’t believe it when somebody told me: Google is running Android apps in ChromeBooks and some selected apps can be installed from the Chrome Webstore. It works with a Chrome extension that implements an Android virtual machine running over…

¿Son las apps una chapuza temporal?

Sé que esto es tirar piedras contra mi propio tejado ya que yo me gano la vida gracias sobre todo a aplicaciones Android, pero no puedo dejar de pensar que el fenómeno de las apps móviles me recuerda a lo…

My Gradle Tips and Tricks

The new Android build system is based in Gradle, an advanced build tool that simplifies build automation. I used Maven for many years and Gradle project structure is very similar, but Gradle configuration files are Groovy-based and much (much!) more…

Coding in the Dark Side (with Eclipse!)

Getting back to the old days where I used Emacs to code (ok, more than ten years ago), now I’m using a dark theme in Eclipse. Dark themes are less eye-stressing and now are becoming popular with editors like IntelliJ,…