Viewing profile — stephan-cr
stephan-cr
HN member- Joined
- Sun, Jan 09, 2022, 2:51 PM UTC
- HN karma
- 2
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About stephan-cr
No profile information was provided.
Recent public activity
-
comment
Comment #48784309
Not after reading this article. :-)
-
comment
Comment #48608517
Yes, feels like in those cases npm and bun are not far away. Coincidence?
- comment
-
comment
Comment #40306689
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 …
-
comment
Comment #36006422
Recently, I tested FreeBSD and it seems one can disable sendmail. See https://docs.freebsd.org/en/books/handbook/bsdinstall/#bsdin... .
-
comment
Comment #34290400
> Especially /W4 on MSVC will generate a lot of fairly pointless spam though, [...] I think the author meant /Wall.
-
comment
Comment #33382227
> 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 …