Very fun reading comments like "Björkus is just trying to C++-ify C" and the evidence presented is a bunch of C-exclusive things I'm doing that C++ doesn't have.
Fun to see accusations of not tamping down on undefined behavior when there's an entire "Slay Earthly Demons" series. I am even writing papers to do things like stop relying on implementation-defined/undefined behavior of the builtins for bit intrinsics (all accepted into C23 and C2y now), I am only person who's trying to stop spreading the array-style undefined behavior to more places (we recently accepted a proposal to add that undefined behavior into _Generic match now and I have to retroactively fix it) and I stood my ground against several vendors when they wanted Undefined Behavior in #embed if it didn't get used inside of an array initializer to prevent more UB from showing up during preprocessing.
At some point I just have to realize that the attitude of C is detached from the actual work we're doing in C. Maybe I can write an article to correct those perceptions but it's a lot of work and damn I've got a lot of stuff to do, constantly trying to just say "no that's wrong, man, are you even paying attention?" is kind of annoying.