Awesome #Emacs project of the day: e2ansi https://github.com/Lindydancer/e2ansi lets you use Emacs for highlighting in CLI less.
miniblog.
Related Posts
Semver has a really odd relationship with software maturity. I'd take a v0.21 project over a v1.0 project.
LLMs are surprisingly good at reducing crash samples.
I've had success with "this project crashes my static analysis tool with the following command, try to shrink the repro whilst preserving the crash. Commit each smaller version to a branch".
I'm surprised there aren't more tools out there for starting a new project with some default config files.
There's `cargo new` but it's Rust specific and very minimal. create-react-app is React specific.
The only option I know of is cookiecutter. Surely it's a common problem?