Live data from Hacker News

Viewing profile — NathanFlurry

NathanFlurry

HN member
Joined
Fri, Sep 16, 2016, 5:04 PM UTC
HN karma
512
Public activity
124 items

About NathanFlurry

Building open-source actor library, a serverless primitive for stateful workloads.

https://rivet.dev

Recent public activity

  1. story
  2. comment
    Comment #47745539

    WASM- & V8 isolate-based operating system that's (almost) POSIX-compliant, including its own network stack, VFS, process tree, etc. Allows you to compile most C or Rust programs to…

  3. comment
  4. comment
    Comment #47199067

    Yep, everyone seems to reinventing the actor model from first principles right now. We're taking a different approach of building the best actor primitive for mainstream languages …

  5. comment
    Comment #47198976

    Thanks! Any questions in particular on the comparison?

  6. comment
  7. comment
    Comment #47198651

    Hey! This is a common question. In our experience, most apps don't need cross-tenant queries outside of BI. For example, think about the apps you use on a daily basis: Linear, Slac…

  8. comment
    Comment #47198187

    We built everything with this architecture internally already at Rivet. It's less common than you might expect to have to query cross-DB in practice. However, we are planning on bu…

  9. story
    Show HN: SQLite for Rivet Actors – one database per agent, tenant, or document

    Hey HN! We posted Rivet Actors here previously [1] as an open-source alternative to Cloudflare Durable Objects. Today we've released SQLite storage for actors (Apache 2.0). Every a…

  10. comment
    Comment #47188192

    What does this mean for Bun (recently acquired by Anthropic)?

  11. comment
    Comment #46929798

    OpenCode supports: - TUI (I prefer this for most programming) - Web UI (negligible difference than VS Code) - Mobile support (via web UI) - TypeScript SDK to automate

  12. comment
    Comment #46922204

    Been using it for a bit now, it's very convenient if I may say so myself. We're shipping a big stability update in a few minutes – would love feedback!

  13. comment
  14. comment
    Comment #46918098

    Yes. We want to support ACP. They have a spec for HTTP transport in the works, but there is nothing public on it. Trying to backchannel to the right folks.

  15. story
    Show HN: Gigacode – Use OpenCode's UI with Claude Code/Codex/Amp

    Gigacode is an experimental, just-for-fun project that makes OpenCode's TUI + web + SDK work with Claude Code, Codex, and Amp. It's not a fork of OpenCode. Instead, it implements t…

  16. comment
    Comment #46864240

    Hit the nail on the head. (Sprites.dev in the works already.)

  17. comment
    Comment #46864212

    Thank you! Posted this morning an overview of the project: https://x.com/NathanFlurry/status/2018366627021291699

  18. comment
    Comment #46864206

    That's correct. As you said – in terms of project goals, the biggest difference is: - ACP seems to be focused on providing a universal API for the subset of features required for e…

  19. story
    Show HN: Sandbox Agent SDK – unified API for automating coding agents

    We’ve been working with automating coding agents in sandboxes as of late. It’s bewildering how poorly standardized and difficult to use each agent varies between each other. We ope…

  20. comment
    Comment #46774766

    Love it Hacked together an SF parks ranking system based on current weather https://sfparks.nathanflurry.com/

  21. story
  22. story
  23. comment
    Comment #45410482

    We’re doing this on https://rivet.dev now. I did not realize how much context bloat we had since we were using Tailwind.

  24. comment
    Comment #45403080

    I’ve been building an open-source alternative at https://github.com/rivet-dev-engine It’s the only bit of the Cloudflare stack (afaik) that did not have an open-source alternative …

  25. story
    Show HN: Vbare – a simple alternative to Protobuf for schema evolution

    Hey HN – we’re sharing a tiny extension to BARE called VBARE that we’ve been using extensively to make schema evolution much cleaner & simpler. After our Protobuf schemas became a …