Viewing profile — mountainreason
mountainreason
HN member- Joined
- Fri, May 13, 2022, 2:53 AM UTC
- HN karma
- 20
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About mountainreason
No profile information was provided.
Recent public activity
-
comment
Comment #46182073
Author*
-
comment
Comment #46173431
Fur sure. But I don't get how that leads to an expectation that our biology is computing and utilizing derivatives in a computational graph. Point 22 seems to imply that the other …
-
comment
Comment #46090570
Yeah thanks, me too. So I'm wondering what point 22 is getting at. How could that even be possible?
-
comment
Comment #46084342
What would that look like. Is there an implementation of the finite difference method in biology somehow?
-
comment
Comment #36644183
I dont get this. Just because you don't have the GIL doesnt mean that your previously single threaded code is now multithreaded and stepping on itself.
-
comment
Comment #35293163
I think the idea with localized access is that reads coming in after the initial commit can hit a nearby db instance, rather than the single global instance. I agree with you about…
-
comment
Comment #34990514
Even with a transaction, if the processing involves external side effects, e.g. sending and email, the rollback won't matter and you still get at least once.
-
comment
Comment #34197370
I dont have an answer, I'm just curious about something. I thought that the point of an outbox was that it was local, and could therefore be updated atomically along with any local…
-
comment
Comment #32191770
Yeah. I know. Why would the data already be sorted?
-
comment
Comment #32188321
Wouldn't you at least be looking at nlog(n) for the sort in the merge join?