Viewing profile — NathanFlurry
NathanFlurry
HN member- Joined
- Fri, Sep 16, 2016, 5:04 PM UTC
- HN karma
- 512
- Public activity
- 124 items
- HN profile
- View on Hacker News ↗
About NathanFlurry
https://rivet.dev
Recent public activity
- story
-
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…
-
comment
Comment #47199072
Cheers!
-
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 …
-
comment
Comment #47198976
Thanks! Any questions in particular on the comparison?
-
comment
Comment #47198678
Cheers!
-
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…
-
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…
-
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…
-
comment
Comment #47188192
What does this mean for Bun (recently acquired by Anthropic)?
-
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
-
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!
-
comment
Comment #46918101
Thanks!
-
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.
-
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…
-
comment
Comment #46864240
Hit the nail on the head. (Sprites.dev in the works already.)
-
comment
Comment #46864212
Thank you! Posted this morning an overview of the project: https://x.com/NathanFlurry/status/2018366627021291699
-
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…
-
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…
-
comment
Comment #46774766
Love it Hacked together an SF parks ranking system based on current weather https://sfparks.nathanflurry.com/
- story
- story
-
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.
-
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 …
-
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 …