Live data from Hacker News

Viewing profile — gintery

gintery

HN member
Joined
Sun, Aug 25, 2019, 11:35 PM UTC
HN karma
38
Public activity
15 items

About gintery

No profile information was provided.

Recent public activity

  1. comment
    Comment #23241619

    I'm not sure I follow. What I meant is that a benchmark over a specific task is not really informative without a comparison of why it is slower in some languages compare to other.

  2. comment
    Comment #23240188

    I see. That makes more sense. That being said, you are still framing life as a competition/game which I'm not sure I see the point in. For what it's worth, I view religion mostly a…

  3. comment
    Comment #23230761

    This is sort of interesting but isn't informative without any idea as to why some languages are slower. What is the difference between the LLVM-IR/assembly produced by C and the on…

  4. comment
    Comment #23230744

    Your whole post is extremely American. Why do you want to be #1 compared to anyone, let alone compared to God? You are no longer religious because your self-centric world-view is i…

  5. comment
    Comment #23206088

    If you have to assign to a const variable during a small refactor, then maybe it shouldn't have been const in the first place? I'm struggling to imagine examples where this is a re…

  6. comment
    Comment #23204778

    Is the code really that complex? Overly verbose, maybe, but its really not that hard to follow even for someone who doesn't know much about C++ templates.

  7. comment
    Comment #23204752

    Most people hate const at first (myself included) but once you get used to it, it really does reduces mental load. Not having to glance around is precisely the point, its not a big…

  8. comment
    Comment #23178155

    Your law is hilarious. I tend to check the comments before reading a post: if they say the idea is terrible, I know I should read it.

  9. comment
    Comment #22937910

    Now my compulsive snoozing can continue even during daytime :)

  10. comment
    Comment #22751281

    My guess would be that there's a feedback effect, where posters learn to only post comments which are likely to get upvotes. The net effect is that shared opinions converge. Ideall…

  11. comment
    Comment #22715483

    I mostly agree, but we really have no way of telling if its meaningless or not.

  12. comment
    Comment #22708190

    This site suffers from extreme group-think. Comments are essentially predictable, as anyone who disagrees with the public opinion will either refrain from posting or not get upvote…

  13. comment
    Comment #22681545

    This would be really good for scientific articles. They are usually filled with (important but noisy) details that make skimming them for the important ideas difficult.

  14. comment
    Comment #22060184

    I went through elementary school in Inuktitut and don't remember anything about an elaborate vocabulary for snow. Learning stuff for Haskell made it much easier to learn similar co…

  15. comment
    Comment #21555826

    Separating HTML from CSS has no basis, they are both concerned with the visual organisation of information. I feel that the real problem is not with CSS, but with how HTML forces y…