Live data from Hacker News

Viewing profile — sdfdf4434r34r

sdfdf4434r34r

HN member
Joined
Tue, Feb 23, 2021, 9:43 PM UTC
HN karma
12
Public activity
8 items

About sdfdf4434r34r

No profile information was provided.

Recent public activity

  1. comment
    Comment #29609308

    Because it's not C++ code: https://github.com/hanabi1224/Programming-Language-Benchmark...

  2. comment
    Comment #29594472

    'Normies' probably never open up the control panel/settings to change anything, ever.

  3. comment
    Comment #29477458

    C is the most portable language in practice, so that can't be true.

  4. comment
    Comment #29354131

    You're off by a factor of 10, it killed 50 million in 1918-1920, 1-4 million in 1957-1958, 1-4 million again in 1968-1969, 700k in 1977, 100-200k in 2009.

  5. comment
    Comment #29124593

    Same here. The constraints he talks about (hardware and memory) I find to be a lot easier to program for because they really put a hard stop to useless abstractions - I find myself…

  6. comment
    Comment #28978797

    >{ contentType: "image/jpeg", content: } It would have to be encoded somehow, because what if the "real binary data" included the byte 0x7D which is '}'

  7. comment
    Comment #28503559

    And then you get to the unfortunate situation that is the x64 ABIs - int is still 32-bit, leading to a bunch of extra movsx instructions if you use ints for things like indexing.

  8. comment
    Comment #27731799

    As an embedded programmer working on small micros I make every single function static (including third party code, which I modify and bring into the source tree and curate myself),…