Live data from Hacker News

Viewing profile — arsv

arsv

HN member
Joined
Sun, Feb 01, 2015, 9:43 PM UTC
HN karma
-13
Public activity
8 items

About arsv

No profile information was provided.

Recent public activity

  1. story
  2. 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 …

  3. comment
    Comment #9051152

    "not a dynamic executable" In case you wonder, that's dietlibc which is typically built with no dynamic linking capabilities whatsover.

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

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

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

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

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