Lawrence Murray
banner
lawmurray.bsky.social
Lawrence Murray
@lawmurray.bsky.social
Machine learning, open source software, C++. https://indii.org
Slides for my talk at #FOSSASIA now available, on a little app called Mending Wall. As Kerouac said, "...the only people for me are the mad ones, the ones who are mad [for #GNOME], mad [for #KDE], mad [for #Xfce], desirous of [all the free desktops] at the same time..." eventyay.com/e/4c0e0c27/s...
eventyay.com
March 10, 2025 at 1:54 PM
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 tidy those menus: mendingwall.indii.org
February 3, 2025 at 11:29 AM
Doxide v0.9.0 is now out! This one adds a "doxide watch" command to watch your source files and rebuild docs on changes. Combined with "mkdocs serve", you can now just work on source files and see docs update in your browser within a few seconds. doxide.org #cplusplus #cpp #opensource #release
Doxide
Documentation and code coverage for modern C++. Configure with YAML, generate Markdown, publish with Material for MkDocs.
doxide.org
January 21, 2025 at 3:59 PM
Reposted by Lawrence Murray
The slides of my NeurIPS lecture "From Diffusion Models to Schrödinger Bridges - Generative Modeling meets Optimal Transport" can be found here
drive.google.com/file/d/1eLa3...
BreimanLectureNeurIPS2024_Doucet.pdf
drive.google.com
December 15, 2024 at 6:40 PM
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 and catching a few bugs. I hope others can find it useful too! #cplusplus #cpp #SoftwareEngineering #OpenSource
November 27, 2024 at 11:28 AM
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
indii.org/blog/cpluspl...
A static for loop in C++
You have `if constexpr`, but you want `for constexpr`
indii.org
November 27, 2024 at 6:57 AM
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 let you drill down into areas where further testing may be warranted. #opensource #cplusplus #cpp
November 19, 2024 at 9:09 AM