Live data from Hacker News

Viewing profile — stephan-cr

stephan-cr

HN member
Joined
Sun, Jan 09, 2022, 2:51 PM UTC
HN karma
2
Public activity
7 items

About stephan-cr

No profile information was provided.

Recent public activity

  1. comment
    Comment #48784309

    Not after reading this article. :-)

  2. comment
    Comment #48608517

    Yes, feels like in those cases npm and bun are not far away. Coincidence?

  3. comment
  4. 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 …

  5. comment
    Comment #36006422

    Recently, I tested FreeBSD and it seems one can disable sendmail. See https://docs.freebsd.org/en/books/handbook/bsdinstall/#bsdin... .

  6. comment
    Comment #34290400

    > Especially /W4 on MSVC will generate a lot of fairly pointless spam though, [...] I think the author meant /Wall.

  7. 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 …