Björn Fahller
he/him
I write code, I do not drink coffee. Avatar by Franzisca Panter
- Author
Achievements
-
Proud partner
Become a Playful Programming Partner
-
Post-palooza
Write 10 articles!
-
Words words words
Wrote 32,332 words!
Recent articles
View allFuzzing an API with libfuzzer
January 23, 2024•1,851 words
[Edit] I was just told that libFuzzer is deprecated. I think the ideas presented are valid for any fuzzer, but the details will differ. When I ment...
About time - how to unit test code that depends on time
December 19, 2023•849 words
Suppose that the logic of your program depends on time. That is, you need to keep track of when something in the past happened, and what time it is...
When private member function?
December 12, 2023•412 words
I've seen this a few times too many recently, and need to get it off my chest. Ponder a class that has a private member function. The function does...
A Linux C++ programmers adventure in improving Windows CI on GitHub actions
January 6, 2023•734 words
TL;DR; Ninja is available directly in the windows images Use to set up the MSVC environment for building with Ninja. You need nested quotes for CXX...