Viewing profile — xandris
xandris
HN member- Joined
- Mon, Aug 10, 2020, 6:02 PM UTC
- HN karma
- 13
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About xandris
No profile information was provided.
Recent public activity
-
comment
Comment #24664435
Wait, --help should print to stdout so that fancycommand --help | less works as expected. Otherwise, the help text will dump to the screen and less will erase it when it decides to…
- comment
-
comment
Comment #24263525
This is my steady state. I don't think people shouldn't be valued by their output, and I'm content to spend time with my family, learn about the world around me, have fun, and do m…
-
comment
Comment #24112207
At least on the toolchains I'm familiar with, the linker will insert crt0.o, a very basic part of the C runtime, which contains a _start implementation that pulls argc, argv, and e…