Live data from Hacker News

Viewing profile — dtornow

dtornow

HN member
Joined
Fri, Aug 29, 2014, 6:57 PM UTC
HN karma
9
Public activity
17 items

About dtornow

No profile information was provided.

Recent public activity

  1. story
  2. 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…

  3. 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…

  4. 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…

  5. 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…

  6. 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…

  7. story
  8. 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…

  9. comment
    Comment #36035456

    The blog post explores the magic of abstractions using the example of database transactions.

  10. story
  11. 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…

  12. story
  13. 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…

  14. comment
    Comment #26078483

    With specifications in First Order Logic (TLA+ syntax)

  15. story
  16. 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…

  17. story