Viewing profile — anonacct38
anonacct38
HN member- Joined
- Wed, Oct 28, 2020, 11:11 PM UTC
- HN karma
- 117
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About anonacct38
No profile information was provided.
Recent public activity
-
comment
Comment #26864882
& doesn't always imply a value is on the heap. Escape analysis will ensure that pointers to the stack are safe. Here's an example with a bit of explanation: if you pass a value to …
-
comment
Comment #26008361
Same reason Amazon didn't show a profit for years. Just means they are continuing to spend more than they make in an effort to grow and to find those killer apps and services that …
-
comment
Comment #26008330
They do have a reputation issue, and it does cost them some business. There are CTOs who basically won't touch a google product in beta because there are so many things that get pu…
-
comment
Comment #25694148
If wal-mart stops selling a brand of ice cream, is that censorship? Is it censorship that wal-mart doesn't sell playboy in their store? If not, then why is the removal of an app fr…
-
comment
Comment #25575319
Go's journey here has been interesting. Early on it was possible (though rarely seen in practice) to end up with a cpu bound thread not yielding because it didn't hit yield point l…
- comment
-
comment
Comment #25381131
I went through a pretty intense crunch time at a fortune 10. We had one person go to the hospital with tachycardia and 3 people who were vomiting. There were only 10 people on the …
-
comment
Comment #25279578
> Didn't she inject code into an unrelated internal extension? Depending on your definition of code, that's probably not the case. She added an entry to a config file that containe…
-
comment
Comment #25041819
The author touches on the reason, but I'd phrase it more strongly. Shared mutable data concurrency is hard because it removes ability to locally reason about code. x=1 x++ assert(x…
-
comment
Comment #24975651
I've seen both extremes. For instance I'm told github largely has a rails monolith and that they have to run headless instances of rails to do database leader election (although th…