Not after reading this article. :-)
HN user
stephan-cr
Yes, feels like in those cases npm and bun are not far away. Coincidence?
I think Wayland works similarly, in a sense that you open a Unix domain socket and send and receive bytes, see https://wayland.freedesktop.org/docs/html/ch04.html.
But I'm pretty sure it's more complicated than I think. :-)
Recently, I tested FreeBSD and it seems one can disable sendmail. See https://docs.freebsd.org/en/books/handbook/bsdinstall/#bsdin....
Especially /W4 on MSVC will generate a lot of fairly pointless spam though, [...]
I think the author meant /Wall.
The biggest Issue is that error handling is completely broken in POSIX shell scripting (including Bash). Even errexit doesn't work as any normal language would implement it (One could say it is broken by design).
I guess you're referring to http://mywiki.wooledge.org/BashFAQ/105. Got recently hit by these as well.