63 private links
Bunch of random script ideas. Some I don't see the point of for me, some are neat and seem useful.
This is really a neat trick. We should have more such self-documenting scripts indeed.
Nice way to improve the set -e output. I guess I'll use it in my next scripts.
uv really opens the door to nice features for Python. Now with a standardized PEP to help the configuration it's getting even better.
Didn't know bash got this feature now. I'm torn between "it looks so cool" and "we'll never see the end of debugging issues which use this".
Early days for this project but the idea is interesting. I could clearly things I'd want to automate that way.
Writing shell scripts is still a craft. Interesting traps are presented here. Also, now better have shellcheck around for any non trivial script.
Shell scripts deserve to be well designed like this indeed.
This is indeed an easy mistake to do. It's better be avoided.
Keep things as simple as possible, they might turn out to be robust too.