Print() and std::cout are extremely expensive30 March 2025· 3 minsProgramming Performance AdviceA short discussion of the performance cost of printing to a terminal. They are far more expensive than most junior developers realize.
Why the Hell Is This Git Repo So Large? And How to Trim It Down29 July 2024· 6 minsProgramming Git Version-Control Repository-Management AdviceA guide on reducing the size of an oversized Git repository, using the Blowfish Hugo theme as a case study. Learn best practices for maintaining a lean repo and its history.
Tips on Creating the Smallest Possible QR Codes1 August 2023· 3 minsQr-Codes Programming AdviceSome brief tips and discussion on how to make tiny QR codes with a focus on web URLs.