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.

Splitting intervals - Part 1

6 minute read

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

My first patch to libc++

3 minute read

I listened to an older cppcast episode and it mentioned that the C++17 mathematical special functions are not yet included in llvm’s standard library libc++....