Viewing profile — zehhaxoxo
zehhaxoxo
HN member- Joined
- Mon, Aug 15, 2022, 7:40 AM UTC
- HN karma
- 3
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About zehhaxoxo
No profile information was provided.
Recent public activity
-
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}?
-
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…