Viewing profile — arsv
arsv
HN member- Joined
- Sun, Feb 01, 2015, 9:43 PM UTC
- HN karma
- -13
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About arsv
No profile information was provided.
Recent public activity
- story
-
comment
Comment #9051330
> After doing your research, you're welcome to submit a magical CL and PR that brings down the binary sizes, then you won't need to argue anymore. The original link is titled "The …
-
comment
Comment #9051152
"not a dynamic executable" In case you wonder, that's dietlibc which is typically built with no dynamic linking capabilities whatsover.
-
comment
Comment #9051136
> Besides, bickering over the size of hello world is pretty pointless; better to compare the size of programs that actually do something. It is not about the size of hello world ex…
-
comment
Comment #9051029
> A simple C "hello, world" program compiled and linked statically using gcc on Linux is around 750 kB diet gcc -o hello hello.c; strip hello 2280 bytes on my system. There are rea…
-
comment
Comment #9051000
> Where we're at in February 2015 Still producing 1.3M hello world executables. I wonder if rewriting the linker from C to Go will be primarily rewriting, or maybe they will start …
-
comment
Comment #9043285
They tested the hypothesis that heroin is addictive by itself, the one supported by the self-administration experiment, and got pretty unexpected results. As far as the scientific …
-
comment
Comment #9039411
The title is grossly misleading. It should read "C++17 people choose Boost over std::rand() for their RNG needs" or something like that, a hardly surprising statement since C++17 p…