-
C++ code coverage reports often omit function templates that are not instantiated, which can give a misleading picture of coverage. I've been trying to improve my tooling in this regard, and so added a feature to Doxide to export line data directly from source code that can be mixed in with gcov coverage data. Here's the story so far.
https://indii.org/blog/cplusplus-code-coverage-with-gcov-gcovr-doxide/
#softwaretesting #testcoverage #codecoverage #cplusplus #cpp
-
Detailing the tiling scheme used for a CUDA kernel doing matrix-matrix multiplication #gpu #cuda #cplusplus #matmul #gemm https://indii.org/blog/gpu-matrix-multiply-tiling/
-
A short blog post on FOSS options for 2FA, especially if interested in configuring multiple devices. I've just set up with Gnome Authenticator and Aegis Authenticator. #TwoFactorAuth #2FA #OpenSource #Gnome #Aegis https://indii.org/blog/open-source-alternatives-for-two-factor-authentication/