[Linux] Run Jeedom in a LXC container
Jeedom is open-source software for home-automation; if you plan on installing it on your server, you should read this first. …
SublimeText + Vagrant: the perfect workflow for cross-platform development
I have a workstation on Windows, but my work implies writing C++ software that compiles with GCC, Clang and Visual Studio, and runs on Windows, Linux, FreeBSD and OS X. …
[SublimeText] Highlight Build Errors updated
This week I pushed version 1.3 of my plugin for Sublime Text. As a reminder, it highlights the compilation errors in the source code. …
[Arduino] JSON library 5.0
I’m proud to announce a new major version of ArduinoJson, my open-source JSON library for embedded software. It’s designed for systems with limited resources, supports both encoding and decoding, and has a simple and elegant API. …
[Arduino] View code size and assembly code
While developing ArduinoJson, I’ve always been obsessed with code size. Arduinos have such a small amount of Flash (32KB for a Duemilanove) that every byte is important. …
[Azure] Temporary disk on a FreeBSD VM
The FreeBSD image on VM depot works great but lack an essential feature: the temporary disk of the virtual machine is not mounted! …
[PHP] Compile an extension on Windows
I recently wrote a PHP extension and while the documentation is very clear on how to build it on Linux, there is not so much information on how to compile an extension on Windows. …
[Arduino] JSON library 4.0
Arduino JSON is an elegant and efficient JSON library for embedded systems. Today I’m releasing a new major revision with a lot of cool stuff. …