Recent Posts

Rust in Action by Tim McNamara

less than 1 minute read

The book “Rust in Action” by Tim McNamara is widely recommended online as a good and basic learning resource for Rust.

Using Ccache with CMake

less than 1 minute read

CMake supports Ccache out-of-the-box via the [CMAKE__COMPILER_LAUNCHER](https://cmake.org/cmake/help/latest/variable/CMAKE_LANG_COMPILER_LAUNCHER.html) prope...

Splitting intervals - Part 1

6 minute read

This will be a story on how to reduce repetitive code via variadic templates (hello modern C++ ;) ).