Show HN: Plexe – ML Models from a Prompt (github.com)
77 points by vaibhavdubey97 6h ago 38 comments
Nnd – a TUI debugger alternative to GDB, LLDB (github.com)
193 points by zX41ZdbW 8h ago 61 comments
Show HN: A C++ Module Mapper
2 listeria 0 5/3/2025, 7:19:41 PM codeberg.org ↗
The fact that there wasn't a simple way to not have to rebuild system modules for every project which used C++ modules (on Linux) was bothering me, so I made this module mapper to do exactly that: keep compiled system modules in their own directory, and compiled user modules in the project's directory. See the project README for more info.
No comments yet