TIL o delta, a syntax-aware diff highlighter for git diff
1 Like
TIL that the Bash manual says: “For almost every purpose, shell functions are preferred over aliases.”
1 Like
TIL about alternative starting line comments: <!--
and -->
(didn’t know they made it also to the JS standard, see here.
1 Like
TIL about https://node-modules.dev/ - a tool that lets you preview sizes of dependencies of a npm package. It runs npm install
… in a browser!