Live data from Hacker News

Viewing profile — zehhaxoxo

zehhaxoxo

HN member
Joined
Mon, Aug 15, 2022, 7:40 AM UTC
HN karma
3
Public activity
2 items

About zehhaxoxo

No profile information was provided.

Recent public activity

  1. comment
    Comment #33364088

    Regarding > 9. Always quote variable accesses with double-quotes. Does the author refer to "$MYVAR"? Why would you want to use that over ${MYVAR}?

  2. comment
    Comment #32532774

    "... I've seen two cases where shared libraries are used as executables. The first and most obvious example is the dynamic linker itself." Maybe it's obvious, but why is the linker…