The productivity of tomorrow trumps that of today
2015-08-04
A rant about unclear code, using plain numbers instead of meaningful constants.
2015-08-04
A rant about unclear code, using plain numbers instead of meaningful constants.
2015-05-26
A recollection of the process to upgrade from OpenERP to Odoo.
For the upgrade process we used OpenUpgrade and the CRM fork by Stefan Rijnhart. There were unexpected failures, bug fixes, learnings about the behavior of our users, and more. A true challenge.
2015-04-08
Lately there’s been a raise of the debate about Microservices architectures. Reading about the stuff I realized I did once architect an application called Pyxel based on the same principles, though different.
Pyxel reached only its first prototype and was never actually deployed. I’d say it wasn’t …
2015-02-18
A new project I’m involved with will probably require dozens of servers running several thousands greenlets each. Top-level greenlets represent jobs and their children will be individual tasks those greenlets are coordinating/supervising.
This model, however prototypical, resembles that of the OTP in Erlang. A greenlet may be either …