|
|
|
|
|
by ethegwo
173 days ago
|
|
Owner of Tonbo here. This critique makes sense in a classic web-app model. What's shifting is workloads. More and more compute runs in short-lived sandboxes: WASM runtimes (browser, edge), Firecracker, etc. These are edge environments, but not just for web applications. We're exploring a different architecture for these workloads: ephemeral, stateless compute with storage treated as a format rather than a service. This also maps to how many AI agent service want per-user or per-workspace isolation at large scale, without operating millions of always-on database servers. If you're happy running a long-lived Postgres service, Neon or Supabase are great choices. |
|
And you use Rust ... so you care about speed and correctness. This seems like a very wrong approach.