Here I will mainly write about what I learned recently, so you can expect tidbits about technology, C++, software development and some occasional system administration trivia.
This article explains how to inspect the page table under Linux to gain insights into your own program’s memory usage.
This article explains how to check if a class or function template has been specialized for certain types using C++20.
Article about C++20 Class Template Argument Deduction, its limitations and a suspected Clang bug.
Running hg pull –rebase can lead to changesets being transferred to the wrong branches. This article explains the background and how to avoid it.