In 2008, I started learning programming, for free, from a website made by volunteers. Software Engineering quickly became my hobby and then my job.
Since 2015 (after my studies were wrapping up and I had a bit more time on my hand), I have been contributing to various projects I use, fixing bugs, adding features I need, improving documentation... I have always wanted to give back to the community (and the world at large) and repay what I received for free all these years ago by making software more Free and Open.
I have more than a decade of experience through which I learned a very versatile and technology agnostic skillset. I have worked with many different languages and stacks (C, C++, Golang, Python, Rust, TypeScript, Terraform, etc etc), in various industries (robotics, IoT, web agencies, compilers & development tools, DevOps, consulting and more).
I currently focusing most of my time on:
- valgrind-macos:
Valgrind's official macOS port is severely outdated so I started maintaining my own fork for simplicity of development. Most of my work focus on resolving breakages linked to new macOS versions but also improving the port as a whole to make Valgrind more useful on macOS.
- ha-proton-drive:
a Home Assistant integration allowing you to back up your instance to Proton Drive.
- ha-addons: a collection of addons for Home Assistant.
- esbuild-plugins: a collection of Go esbuild plugins.
While they do not see active development at the moment, I also maintain:
- dnd-multi-backend:
/
/
This monorepo contains a set of NPM packages dealing with drag-n-drop, especially with React. They are all based on the React-DnD framework. Used by Electron and Servarr.
- checks-action:
a GitHub Action used to manipulate the GitHub Checks API directly from your YAML workflow, including adding annotations on files, matching the outcome of the job, etc. Used by NPM and Microsoft.
- diff-action:
a GitHub Action to make diffs and publish them as GitHub Checks with automatic regression testing. Used by Traefik.
- avahi2dns:
a tiny DNS server which can be used to query local mDNS records through Avahi, useful to bridge musl's lack of mDNS support. Part of Alpine edge repo and documentation.
- gha-matrix-tester:
a tool to test GitHub Actions matrix configs and see what's included and why.
- kodi-addons: a collection of addons for Kodi (XMBC), currently only contains one for Dropout.tv.
- terraform-aws-ses-forwarder:
a Terraform module to forward SES emails to another email, support regex-based routing.
- go-touchbar: a macOS Touch Bar library written in Go.
- mem-viz: a tool to visualize memory layout, mostly focused on macOS and dyld cache.
Here is some examples of projects I have contributed to in the past (mostly small fixes):
- three.js (JavaScript): contributed a way to import NURBS stored in FBX files and a small improvement to
LineMaterial - gping (Python): improved resizing behaviour, including fixing crashes
- pi-hole (Shellscript): fixed a crontab-related crash
- sinon (and its related fake-timers) (JavaScript): various small improvements
- lua-intf (C++): added support for Lua 5.4
- mockery (Go): improved support for generics
- go-ykpiv (Go): fix compilation for ARM architecture
- atom's tree-view (CoffeeScript): improved trash bin handling on Linux
- terraform-provider-auth0 (Go): fixed a crash when passing
nullin Terraform - swftools (C): improved support for some fonts
- LIEF (Python/C++): improved support for Macho binaries
- gorm SQLite (Go): improve parsing for CHECK/CONSTRAINT/FOREIGN KEY
- zed GDScript (Toml): added support for gdshaderinc files
- HA London TFL (Python): improved departures/arrivals for National Rail trains
- Physis (Rust): added GEARSET.dat support (+ other small fixes)
- V lang (V): reported issues and added test cases





