-
Code that took down the Internet

Reading Time: < 1 minuteThis issue could’ve been detected on the early stages by a simple linter rule or later in a pipeline by configuring some code quality analysis tool but somehow CloudFlare neglect simple hygiene. So many questions to the quality processes in the company… Related posts: Straggling with C++ experimental features Some thoughts…
-
Some thoughts about the current state on LLM’s assist coding…

Reading Time: < 1 minuteIt’s good for small projects to kickstart or use it as an intelligent autocomplete tool but doesn’t shine as much for complex projects with vague documentation where tribal knowledge is predominant and no straightforward solution. Because AI, even in an agentic mode, cannot ask your colleague why it’s implemented this way…
-
Straggling with C++ experimental features

Reading Time: 2 minutesToday I’ve tried to play with recent standard C++ features as modules. Apparently they were implemented in C++20 but only partially since standard library imports are still work in progress. But there is an experimental support for those! I thought there’s a straightforward way to enable them and how wrong I was!…
