Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
NathanFlurry
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
NathanFlurry
5mo ago
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 run in it without modification. Also can run Claud
2.
▲
by
NathanFlurry
7mo ago
Cheers!
3.
▲
by
NathanFlurry
7mo ago
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 and letting people build a thin AI layer on top. We did
4.
▲
by
NathanFlurry
7mo ago
Thanks! Any questions in particular on the comparison?
5.
▲
by
NathanFlurry
7mo ago
Cheers!
6.
▲
by
NathanFlurry
7mo ago
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, Slack, ChatGPT all fit well with an actor-per-workspace or
7.
▲
by
NathanFlurry
7mo ago
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 building a query engine that can operate over multiple da
8.
▲
Show HN: SQLite for Rivet Actors – one database per agent, tenant, or document
(github.com)
45 points
by
NathanFlurry
7mo ago
|
16 comments
9.
▲
by
NathanFlurry
7mo ago
What does this mean for Bun (recently acquired by Anthropic)?
10.
▲
by
NathanFlurry
7mo ago
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
11.
▲
by
NathanFlurry
7mo ago
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!
12.
▲
by
NathanFlurry
7mo ago
Thanks!
13.
▲
by
NathanFlurry
7mo ago
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.
14.
▲
Show HN: Gigacode – Use OpenCode's UI with Claude Code/Codex/Amp
(github.com)
27 points
by
NathanFlurry
7mo ago
|
11 comments
15.
▲
by
NathanFlurry
8mo ago
Hit the nail on the head. (Sprites.dev in the works already.)
16.
▲
by
NathanFlurry
8mo ago
Thank you! Posted this morning an overview of the project: https://x.com/NathanFlurry/status/2018366627021291699
17.
▲
by
NathanFlurry
8mo ago
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 editors - Sandbox Agent SDK is focused on automating age
18.
▲
Show HN: Sandbox Agent SDK – unified API for automating coding agents
(github.com)
41 points
by
NathanFlurry
8mo ago
|
7 comments
19.
▲
by
NathanFlurry
8mo ago
Love it Hacked together an SF parks ranking system based on current weather https://sfparks.nathanflurry.com/
20.
▲
Actors: The Four Properties That Eliminate Complexity
(rivet.dev)
2 points
by
NathanFlurry
10mo ago
|
0 comments
21.
▲
WebSockets for Vercel Functions: How We Built It
(rivet.dev)
6 points
by
NathanFlurry
11mo ago
|
2 comments
22.
▲
by
NathanFlurry
1y ago
We’re doing this on https://rivet.dev now. I did not realize how much context bloat we had since we were using Tailwind.
23.
▲
by
NathanFlurry
1y ago
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 for the JS ecosystem. I built heavily with
24.
▲
Show HN: Vbare – a simple alternative to Protobuf for schema evolution
(rivet.dev)
2 points
by
NathanFlurry
1y ago
|
0 comments
25.
▲
by
NathanFlurry
1y ago
A 1 CPU + 2 GB of RAM + 50 GB ephemeral storage on Cloudflare Containers is $74.90. The same on Fly Machines is $31.00 (performance-1x, varies by region). Fly Machines has the same sleeping functionality as Cloudflare. Rivet Containers also
26.
▲
by
NathanFlurry
1y ago
They stated on the livestream they're considering TCP, but I suspect UDP is not coming soon since Workers themselves don't support UDP. All traffic going to Cloudflare Containers must be "proxied" through the Workers pla
27.
▲
by
NathanFlurry
1y ago
We published an in-depth comparison between Cloudflare Containers, Fly Machines, and Rivet Containers: https://rivet.gg/blog/2025-06-24-cloudflare-containers-vs-ri... (I work at Rivet)
28.
▲
by
NathanFlurry
1y ago
Our self-hosting docs are very rough right now – I'm fully aware of the irony given my comment. It's on our roadmap to get them up to snuff within the next few weeks. If you're curious on the details, we've put a lot of
29.
▲
by
NathanFlurry
1y ago
I hope this isn't the case here with Rivet. I genuinely believe that Kubernetes does a good job for what's on the tin (i.e. container orchestration at scale), but there's an evolution that needs to happen. If you'll ente
30.
▲
by
NathanFlurry
1y ago
The #1 problem with Kubernetes is it's not something that "Just Works." There's a very small subset of engineers who can stand up services on Kubernetes without having it fall over in production – not to mention actually
More ›