Live data from Hacker News

Viewing profile — wittydeveloper

wittydeveloper

HN member
Joined
Thu, Jul 12, 2012, 2:00 PM UTC
HN karma
125
Public activity
38 items

About wittydeveloper

No profile information was provided.

Recent public activity

  1. comment
    Comment #46050079

    You can see durable execution as a combination of persistent state and queues (simplified example). With regular queues, the state is spread across many places from messages, runti…

  2. comment
  3. comment
    Comment #43242877

    Yup, I definitely faced multiple loops or "blocked" scenarios when iterating on the prompt and tools. The most obvious one is when the Agent generates a terminal command that requi…

  4. comment
    Comment #43185281

    E2B does support Python, AgentKit is only available in TypeScript for now

  5. comment
    Comment #43184942

    Not the version featured in the blog post, but adding a MCP server like Stagehand could enable it to search on the web!

  6. comment
    Comment #43184682

    Claude Code is a complete tool that is ready to be used locally, focusing on Anthropic API features, while this coding agent is for educational purposes (like OpenAI's Swarm) and w…

  7. story
  8. story
  9. story
  10. comment
    Comment #35105163

    1. Yes, we currently provide a simple approach to retries but are already working on providing features for idempotency. 2. All sensitive data (tokens, env vars) are encrypted on o…

  11. comment
    Comment #35102002

    It is actually comparable to both. We aim to provide a similar feature set as Sidekiq (throttling, unique jobs) but with a complete hosted solution. While Defer and Temporal can bo…

  12. comment
    Comment #35100881

    You're right! We will update them soon.

  13. comment
    Comment #35100760

    Thank you for your feedback! Can't wait to onboard you on Defer

  14. comment
    Comment #35100745

    Thank you!

  15. comment
    Comment #35100736

    Thank you! Join our community so we can help you onboard and get updates on the upcoming features (more is coming soon): https://discord.gg/x2v84Vqsk6

  16. comment
    Comment #35100711

    When deployed in non-local environments, background functions get executed on our infrastructure with their (securely stored) arguments, spawn in a dedicated isolated temporary con…

  17. comment
    Comment #35100516

    We couldn't agree more!

  18. comment
    Comment #35100409

    We support both CJS and ESM but showcase examples in ESM in our docs and landing

  19. comment
    Comment #35100385

    Here’s how our Builder works: When a commit is pushed, we fetch your application’s repository from GitHub and compile (if TypeScript) all the files in the first `defer/` folder fou…

  20. comment
    Comment #35100167

    I agree with you, as mentioned in the article, I’ve built similar solutions as yours at Algolia, using Redis and Kubernetes. However, not all developers know and want to do Kuberne…

  21. comment
    Comment #35099976

    Sure! We got our first customers from both channels: network (sales) and inbound (twitter discussions, etc). I agree that top-down is not working well for a newcomers but getting b…

  22. comment
    Comment #35099627

    Sure, please note that was referring to “modern development standards” in the Node.js ecosystem. Node.js, with the flexibility of the JavaScript language, allowed the rise of great…

  23. comment
    Comment #35098754

    The first blog post is actually pinned but an icon or label to highlight this is missing, you're right! I'll fix it soon.

  24. comment
    Comment #35098682

    We primarily focus on helping Node.js developers to build products without investing time in infrastructure while keeping it configurable. As @thdxr mentioned, our goal is also to …

  25. comment
    Comment #35098029

    Yeah, that will be the way to go. This is actually how on of customers is achieving this behaviour for polling analytics. Right now our Executions list is not ideal for such patter…