Live data from Hacker News

Viewing profile — bergundy

bergundy

HN member
Joined
Fri, Sep 20, 2013, 8:51 AM UTC
HN karma
5
Public activity
5 items

About bergundy

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #31971209

    Going to shamelessly plug Temporal’s Python SDK which was designed for asyncio. https://github.com/temporalio/sdk-python Disclaimer: I work for Temporal

  3. comment
    Comment #30368221

    Yes, that's what I meant, I should have made that clearer

  4. comment
    Comment #30367284

    I like to think about it in terms of what the code for managing a shopping looks like. Without Temporal, you store the state of the cart in the DB, load it when the app interacts w…

  5. comment
    Comment #29490648

    Instead of directly using queues in a Temporal Workflow, the Workflow (which is written with plain code), schedules an Activity that the system is responsible for, behind the scene…