Random thoughts: collection of unrelated material
I am a really bad communicator... and this trait worsen on the blogging side. This is not due to the language I use: I am a bad communicator in every language so I am the less qualified to open a weblog. The fact is that sometime I have an algorithm or I make a discovery that seems to be wasted if not shared.
Hence this blog.
Deleting a validated invoice in odoo
How to delete a validated invoice (or credit note or anything present in the account_move table) in Odoo without having to install modules or writing custom python code. You just need to toggle a flag in the underlying database.
- Posted in Software
- Odoo PostgreSQL
- Posted 17 months ago by Nicola Fontana
Configuring certbot-nginx for OpenResty
How to configure the NGINX plugin module of certbot with the OpenResty webserver to renew letsencrypt SSL certificates.
- Posted in Software
- Lua OpenResty
- Posted 3 years ago by Nicola Fontana
luarocks 2.4.2 for Debian
Again, after a project required to deploy a Lua based system on different Debian distro, I have been faced by the problem that the LuaRocks provided by the official channels...
- Posted in Software
- Building Lua
- Posted 8 years ago by Nicola Fontana
Cross-compiling gobject-introspection
The cross compilation of gobject-introspection from linux to mingw has been proven a really tough task.
- Posted in Software
- C GTK+ Building
- Posted 10 years ago by Nicola Fontana
Offsetting cubic Bézier curves
While working on the ADG, we implemented BAIOCA, a new algorithm for offsetting Bézier cubic curves.
- Posted in Software
- C Algorithm
- Posted 10 years ago by Giandomenico Rossi and Nicola Fontana
Optimization of array cycles in Lua
A common pattern is to use Lua tables as arrays: there is no other data structure so the choice is imposed.
- Posted in Software
- Lua Algorithm
- Posted 10 years ago by Nicola Fontana
luarocks 2.0.13 for Debian
Lately I am working quite intensively with the Lua programming language. I will have to deploy the final system on different linux distros, mostly Debian 7 (Wheezy) 64 bits, so...
- Posted in Software
- Lua Building
- Posted 10 years ago by Nicola Fontana