by Marcus | May 18, 2024 | Talks
I will be speaking at C++ On Sea on the 5th July 2024. I will be talking about practical C++ constexpr API development. How to do that. What are the benefits. What are the pitfalls. And more on the subject. Updated slides:
by Marcus | Feb 21, 2024 | Talks
At some point, Veselin — former colleague and founder of DeepCode — asked: "Why don’t you work for me?" That was intriguing for many reasons. Working with him, applying graph theory to solve software security problems, doing so with modern C++, a...
by Marcus | Jun 10, 2023 | VSCode + IWYU
The latest version of the extension now has support for include guards. Once configured, the extension will look for the required #ifndef, #define and #undef lines. By default the extension will search for include guards in the files matching...
by Marcus | Jun 6, 2023 | VSCode + IWYU
In the latest update the extension now allows to run IWYU on all project files using command “Include What You Use (all targets)”. This is a slow operation as it goes over all files in the compile-commands.json file one after the other. It only triggers on...
by Marcus | Jun 5, 2023 | Other
So, Apple did surprise us after all today with their WWDC23 keynote. And with that in mind, I immediately went to finally replace my Intel based Mac Mini with a full blown Mac Studio. Here are the details: M2 Ultra mit 24‑Core CPU, 76‑Core GPU und 32‑Core Neural...