cargo-edit is a really nice way of managing Cargo.toml without a text editor: https://github.com/killercup/cargo-edit/ (feels like the comfort of npm)
miniblog.
Related Posts
OpenBSD replacing sudo with doas, as a simpler, easier to reason about alternative: https://flak.tedunangst.com/post/doas
The motivation resonates with me too: I only ever use sudo for personal usage, not managing complex groups of users with different permissions.
I'm excited to see GitHub developing a CLI for managing tasks and pull requests: https://github.blog/2020-02-12-supercharge-your-command-line-experience-github-cli-is-now-in-beta/
There's been an impedance mismatch between the extensive web UI and the minimal git UI.
Docker has made managing my personal servers significantly easier. I can have autodeploy with https://github.com/containrrr/watchtower and proxy webservice ports with https://github.com/nginx-proxy/nginx-proxy.
Not needing to write a server config makes me faster, and commit->auto image->auto deploy is magical.
