Viewing profile — ernado
ernado
HN member- Joined
- Sun, Mar 20, 2016, 12:50 PM UTC
- HN karma
- 25
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About ernado
https://github.com/ernado
Recent public activity
-
comment
Comment #39922281
Isn’t it close to Russian-Ukrainian war ratio?
- story
-
comment
Comment #32455148
Russia is building 22 reactors (mostly VVER), China 16, Korea 5, India 4, France 3, US 2.
- story
-
comment
Comment #29820075
All of them. Please see benchmarks: https://github.com/go-faster/ch-bench
- story
-
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…
-
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…