Recent Posts

CMake: Linking against system libraries

less than 1 minute read

Usecase: You want to make use of some system-wide installed library. Install the library using your linux package manager. Most installed libraries can be...

Manjaro: Newest Kernel not booted automatically

2 minute read

Problem: You installed a new kernel in Manjaro either via GUI tool or via the commandline tool mhwd-kernel. After a restart it usually is selected by defaul...

Turbo Introduction of C++20 modules

2 minute read

Old school libraries use splitting into hpp/cpp files. Mayor drawbacks: leaking of macros (hpp can be different at library's consumer side than at library p...