Viewing profile — dtornow
dtornow
HN member- Joined
- Fri, Aug 29, 2014, 6:57 PM UTC
- HN karma
- 9
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About dtornow
No profile information was provided.
Recent public activity
- story
-
comment
Comment #46058063
Hey thanks for the kind words, I am happy you liked the article. You are correct, we did not come up with the rule (but Joran did come up with the name) but drew from the rich hist…
-
comment
Comment #46036037
Yes, exceptions often surprise us in practice. The distinction I'm drawing is more about categorical boundaries than anticipated boundaries: exceptions are part of normal control f…
-
comment
Comment #45705978
When we built Distributed Async Await, we went a step further: Every time the generator instance awaits, we "kill" the generator instance (you cannot really kill a generator, but y…
-
comment
Comment #45705951
That's what we do at Resonate: We build Distributed Async Await, basically async await with durability provided by Durable Promises. A Durable Promises is the checkpoint (the memoi…
-
comment
Comment #45705929
At Resonate, we are using generators (both for the typescript sdk and the python sdk) to implement Distributed Async Await, Resonate's Durable Execution Framework. Because generato…
- story
-
comment
Comment #39643179
My favorite mental framework to reason about consistency in distributed systems, Invariant Confluence, was formulated by Peter Bailis at al in Coordination Avoidance in Database Sy…
-
comment
Comment #36035456
The blog post explores the magic of abstractions using the example of database transactions.
- story
-
comment
Comment #33322274
Blog post presenting a blueprint for a principled failure handling strategy that aims for correctness and completeness while maximizing the chance of success even in the presence o…
- story
-
comment
Comment #28150191
I was part of that debate, I remember a rather interesting point of discussion: Is the main operation "apply" or "dedup" Apply seems to be the common notion of event sourcing: Ther…
-
comment
Comment #26078483
With specifications in First Order Logic (TLA+ syntax)
- story
-
comment
Comment #25848642
Author here: I tried to capture networking on a conceptual level, not an implementation level. The idea is to describe the network as a graph of idealized processes and switches. I…
- story