Adopting an Odroid N2

I just received a new computer at home : a little Odroid N2 which is an alternative to the famous Raspberry Pi while being way faster and more balanced.

Getting rid of unneeded linux firmwares in Alpine

The default Alpine Linux installation comes with many unneeded firmwares installed (just in case). Luckily, they can be easily removed with a simple apk add linux-firmware-none.

Gonib and its environment

Last weeks I reimplemented my irc bot in Golang. It was first built as a bash script using multiples tools. But the main goal was to use a way smaller environment.