Love the #Linux desktop so much that you want #GNOME *and* #KDE *and* #Cinnamon *and* #Xfce, but you find your themes breaking and menus cluttered as you hop between them? Well I've got you.
Here's Mending Wall, a new app to fix those themes and menus: https://t.co/N1UTbXdMU6
C++ code coverage reports are now available in Doxide v0.8.0! This was quite a journey, improving the test suite for a machine learning library that makes heavy use of templates. I hope others can find it useful too! #cplusplus#cpp#SoftwareEngineering#OpenSource
A quick blog post on implementing a static for loop in C++. For when you have if constexpr, but you want for constexpr. #cpp#cplusplus#blogpost#blog
https://t.co/zpKfPLPNCD
Sneak peak of upcoming C++ code coverage reports in #Doxide, featuring an interactive sunburst chart (using #ApacheECharts), and sortable tables (using #tablesort and Material for #MkDocs), to drill down to where further testing may be warranted. #opensource#cplusplus#cpp
C++ code coverage tools may not include function templates that are not instantiated, which can be misleading. I've been trying to improve my tooling in this regard. Here's the story so far. https://t.co/xJArMcSswX #softwaretesting#testcoverage#codecoverage#cplusplus#cpp
Looking to expand documentation for developers who might be interested in contributing to some of my open source projects. Here's a walkthrough of fixing a recent issue in Doxide #opensource#cplusplus
https://t.co/oBg98oG9sN
New release of Doxide for generating documentation for your C++ projects. This one adds support for CUDA C++ language extensions. Available free and open source for Linux, Mac and Windows at https://t.co/D1stZI1uz6 #cplusplus#cuda#opensource#release
A short note on using nvidia-smi to limit clock speed on an Nvidia GPU when benchmarking code, which may (or may not!) make for fairer comparisons
https://t.co/8e6JJLSg6a #cplusplus#cuda#gpu
Fast matrix multiplication on GPU using a Hilbert curve to improve L2 cache utilization. More posts to come on this, but here's a start. #gpu#cuda#cplusplus https://t.co/QLJoFVUusi
For a refreshing take on #AI, I highly recommend @lawrennd's new book The Atomic Human. For casual readers it's clarity on what intelligence might actually mean. For experts it's sit back with a great read and disentangle that knot in your head. https://t.co/sK6XzLPPYd #reading