Live data from Hacker News

Viewing profile — gvdongen

gvdongen

HN member
Joined
Mon, Dec 11, 2023, 5:25 PM UTC
HN karma
4
Public activity
9 items

About gvdongen

No profile information was provided.

Recent public activity

  1. comment
    Comment #49698568

    If a handler starts a sleep/human approval/RPC call, or so, then this timer/promise is persisted in Restate's journal. Restate does the waiting. The handler process itself can susp…

  2. comment
    Comment #49697788

    Hi! I work for Restate A few key differences. Restate has a more flexible programming model. You don't write workflows with activitities, but just durable processes/handlers. Durab…

  3. comment
    Comment #48541901

    As agents run longer and spend more money, many agent frameworks are adding resiliency features like checkpoint recovery and pause-resume approvals. But to get your agent to produc…

  4. story
  5. comment
    Comment #47397997

    AI agents often run for minutes, hours, or even days. This makes deploying new versions tricky: what happens if an agent starts on one version of your code and resumes later after …

  6. story
  7. comment
    Comment #42823954

    We've used purely excalidraw. Nice to hear you like them!

  8. comment
    Comment #40660267

    Here is a fan-out example for async tasks: https://docs.restate.dev/use-cases/async-tasks#parallelizing... First, a number of tasks are scheduled, and then their results are collec…

  9. comment
    Comment #40659654

    Here is another example in the examples repo which does compensation. There is also a Java one https://github.com/restatedev/examples/blob/main/basics/basi...