Live data from Hacker News

Viewing profile — hackingthenews

hackingthenews

HN member
Joined
Fri, Jan 04, 2019, 12:08 AM UTC
HN karma
212
Public activity
58 items

About hackingthenews

No profile information was provided.

Recent public activity

  1. comment
    Comment #35705054

    What is the chance that someone saves them from bankruptcy?

  2. comment
    Comment #35229113

    Not really. Watch: "Are We Really 99% Chimp?" https://youtu.be/IbY122CSC5w

  3. comment
    Comment #32891569

    Hanlon's razor never applies when politics or money is involved. Best to just suspend your judgement instead of giving politicians the benefit of the doubt.

  4. comment
    Comment #32878355

    This is explained in the talk he gave. One of the benefits is that with new syntax the semantics can change without breaking backward compatibility, e.g. [[nodiscard]] can become d…

  5. comment
    Comment #32832203

    I am curious about companies who survived/flourished despite seemingly key employees quitting or employees quitting en masse.

  6. comment
    Comment #32731106

    My impression from reading about chess engines online is that drawing is far simpler if that is your explicit goal. Several comments online on different websites claims that they a…

  7. comment
  8. comment
    Comment #32375075

    I agree. My guess is that institutional malice is fully explained by economic incentives 99% of the time. Which the version from the other comment cover: "Never attribute to stupid…

  9. comment
    Comment #32368708

    Yes, thank you, I was in fact primarily (but not exclusively) thinking of economic incentives! I will use your phrasing from now on.

  10. comment
    Comment #32368094

    I personally find this saying extremely overrated and damaging in many cases. Especially considering the pacifying effect it can have on attempting to undo certain injustices. Best…

  11. comment
    Comment #30316664

    Successfully? The last line from the AI indicates otherwise.

  12. comment
    Comment #27343254

    Yup agreed, commented the exact same below.

  13. comment
    Comment #27343035

    Agreed. But if you could maintain a system that avoids a very unlikely scenario with possibly huge disastrous consequences, then why not?

  14. comment
    Comment #27342989

    You are correct of course. The 3 children per woman limit is still the smallest number that accommodates for the 2.1 average required for replacement level. To achieve equilibrium …

  15. comment
    Comment #27342797

    It could also be that they see no scenario ahead where they want the average number of children per woman to be above 3. I don't think China wants back to exponential growth ever. …

  16. comment
  17. comment
  18. comment
  19. comment
  20. comment
    Comment #24390868

    Concurrency/Parallelism is the number one reason I move a project from Python to any other language. It's one the few areas where Python can't provide a gracious frontend or an acc…

  21. comment
    Comment #24390547

    New version bumps after 8 are not necessarily major.

  22. comment
    Comment #24390526

    Agreed. Just gonna drop this here: Nicolai Josuttis “The Nightmare of Initialization in C++” [0] [0] https://youtu.be/7DTlWPgX6zs

  23. comment
    Comment #24390483

    The problem is not just complexity, but complexity with tons of pitfalls.

  24. comment
    Comment #24390466

    Kind of ironic that I would agree with you. The reason I still wrote it is that my opinion just recently changed from liking C++ but understanding the pitfalls to a more pragmatic …

  25. comment
    Comment #24390413

    But that is not inherently a bad thing. If we look at programming languages as tools, it makes sense for them to get out of date and new ones taking their place, with all the lesso…