Why Programming Is Hard
Running into issues Let me share you some of my regular run-ins with maintaining medium to large sized C++ codebases. Have you ever run into a situation where you’re using a library or dependency...
Running into issues Let me share you some of my regular run-ins with maintaining medium to large sized C++ codebases. Have you ever run into a situation where you’re using a library or dependency...
TL;DR Ichor now has a (not entirely complete) type-erasable StaticVector implementation. This can be used to store static_vector of different sized inside of another static_vector, having everythi...
Finding And Preventing Bugs In C++ Following the recent articles of Compiler Options Hardening Guide for C and C++ and Why I think C++ is still a desirable coding platform compared to Rust, and Th...
Preface I find that Western culture these days is obsessed with having the sender in communication explain every little detail. For example, boot.dev’s latest blog post has a big preface as well. ...