Live data from Hacker News

Viewing profile — ernado

ernado

HN member
Joined
Sun, Mar 20, 2016, 12:50 PM UTC
HN karma
25
Public activity
8 items

About ernado

https://github.com/ernado

Recent public activity

  1. comment
    Comment #39922281

    Isn’t it close to Russian-Ukrainian war ratio?

  2. story
  3. comment
    Comment #32455148

    Russia is building 22 reactors (mostly VVER), China 16, Korea 5, India 4, France 3, US 2.

  4. story
  5. comment
    Comment #29820075

    All of them. Please see benchmarks: https://github.com/go-faster/ch-bench

  6. story
  7. comment
    Comment #23058611

    It is right, race detector is not enabled by default and you should explicitly run tests with it or tell compiler to enable it - it is not compile-time, but run-time. But still, it…

  8. comment
    Comment #23056305

    > we caught a significant race condition It is a data race, not a race condition. > and which passed the race checker for Go No, it is not. https://github.com/helm/helm/pull/7820#i…