Show HN: Plexe – ML Models from a Prompt (github.com)
74 points by vaibhavdubey97 6h ago 37 comments
Nnd – a TUI debugger alternative to GDB, LLDB (github.com)
190 points by zX41ZdbW 7h ago 58 comments
Sqawk 0.1.0: A fusion of SQL and Awk: Applying SQL to text-based data files
3 jgarzik 3 5/6/2025, 12:31:39 PM github.com ↗
I used to love these sort of cli programs, but since discovering (power|nu)shell I just reach for them now.
This is using Rust's native sqlparser crate, which is quite powerful, plus an internal memory database.
We can extend this beyond what sqlite SQL supports.