Viewing profile — hackingthenews
hackingthenews
HN member- Joined
- Fri, Jan 04, 2019, 12:08 AM UTC
- HN karma
- 212
- Public activity
- 58 items
- HN profile
- View on Hacker News ↗
About hackingthenews
No profile information was provided.
Recent public activity
-
comment
Comment #35705054
What is the chance that someone saves them from bankruptcy?
-
comment
Comment #35229113
Not really. Watch: "Are We Really 99% Chimp?" https://youtu.be/IbY122CSC5w
-
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.
-
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…
-
comment
Comment #32832203
I am curious about companies who survived/flourished despite seemingly key employees quitting or employees quitting en masse.
-
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…
- comment
-
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…
-
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.
-
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…
-
comment
Comment #30316664
Successfully? The last line from the AI indicates otherwise.
-
comment
Comment #27343254
Yup agreed, commented the exact same below.
-
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?
-
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 …
-
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. …
- comment
- comment
- comment
- comment
-
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…
-
comment
Comment #24390547
New version bumps after 8 are not necessarily major.
-
comment
Comment #24390526
Agreed. Just gonna drop this here: Nicolai Josuttis “The Nightmare of Initialization in C++” [0] [0] https://youtu.be/7DTlWPgX6zs
-
comment
Comment #24390483
The problem is not just complexity, but complexity with tons of pitfalls.
-
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 …
-
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…