Viewing profile — czrnb
czrnb
HN member- Joined
- Mon, Jul 22, 2019, 8:00 AM UTC
- HN karma
- 50
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About czrnb
No profile information was provided.
Recent public activity
-
comment
Comment #27880152
I think that in order to not break your flow, you should be able to translate your thoughts (the answer you found) to code or text as fast as possible. Typing slowly when you know …
-
comment
Comment #27842535
I think GP meant it's not shorthand for automatic
-
comment
Comment #27170383
Thanks for the link! I don't think it applies in this case however. There is no explicit cognitive bias at play. There would be if he considered his job is as good or better than p…
-
comment
Comment #26806875
You beat me, I skipped to yours :)
-
comment
Comment #25100014
But can you easily differentiate between something which is pushed by the wall and something heavy that is on the shelf ? Also granted you can, my instinctive reaction, the instinc…
-
comment
Comment #23981638
While I mostly agree with your comment, I would like to point out that a company may have a lifespan much greater than that of a skilled worksman (which may or may not have transfe…
-
comment
Comment #21721842
There is an error in the (pixelated) example that is given int the MIT tech review article (z² = 3 instead of -3). I think the fact that the author of the news missed this, that he…
-
comment
Comment #20555902
By the article's definition, yes, it would be a data race. With this example, I just wanted to make it more explicit to you what a data race without a race condition could look lik…
-
comment
Comment #20496475
> I'd say data races are race conditions, but not all race conditions are data races. In practice, I think you are almost right. There are some cases which exhibit data races, whil…