HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ethegwo

no profile record

Submissions

[untitled]

1 points·by ethegwo·il y a 2 mois·0 comments

Show HN: Agents that save explore recover on their own

harness.tonbo.dev
2 points·by ethegwo·il y a 5 mois·0 comments

Reversible runtime agents can actively control

harness.tonbo.dev
1 points·by ethegwo·il y a 5 mois·0 comments

Agent workloads change the shape of data systems

tonbo.io
1 points·by ethegwo·il y a 7 mois·0 comments

Show HN: Tonbo – an embedded database for serverless and edge runtimes

github.com
56 points·by ethegwo·il y a 7 mois·17 comments

comments

ethegwo
·il y a 3 mois·discuss
Yes, I think VCs have already switched to using other metrics that are less easy to fake, such as download per month or customer interviews (or more direct, ARR, even for really early stage startups). I just want to explain the background reason of it.
ethegwo
·il y a 3 mois·discuss
When a partner decides to recommend a startup to the investment committee, he needs some explicit reasons to convince the committee, not some kind of implicit vibe
ethegwo
·il y a 3 mois·discuss
Many VCs are only doing one thing: how to use some magical quantitative metrics to assess whether a project is reliable without knowing the know-how. Numbers are always better than no numbers.
ethegwo
·il y a 3 mois·discuss
I previously worked at Bytedance and we've maintained a Rust zero-copy gRPC/Thrift implementation for 4 years: https://github.com/cloudwego/volo, it is based on Bytes crate (reference counting bytes, for folks don't familiar with Rust ecosystem). A fun fact: when we measuring on our product environment, zero-copy isn't means higher performance in lots of scenarios, there are some trade-offs:

1. zero-copy means bytes are always inlined in the raw message buffer, which means the app should always access bytes by a reference/pointer

2. You cannot compress the RPC message, if you want to fully leverage the advantages from zero serdes/copy

3. RC itself
ethegwo
·il y a 7 mois·discuss
CGI/PHP treated database connections as something that's always available. That pushes a lot of hidden complexity onto the database platform: it has to be reachable from anywhere, handle massive fan-out, survive bursty short-lived clients, and remain correct under constant connect/disconnect.

That model worked when you had a small number of stable app servers. It becomes much harder when compute fans out into thousands or millions of short-lived sandboxes.

We're already seeing parts of the data ecosystem move away from this assumption. Projects like Iceberg and DuckDB decouple storage from long-running database services, treating data as durable formats that many ephemeral compute instances can operate on. That's the direction we're exploring as well.
ethegwo
·il y a 7 mois·discuss
Yes it's Apache 2, thanks for pointing this out, I'll be fixing this.
ethegwo
·il y a 7 mois·discuss
It's currently 3MB, and we've done almost nothing to reduce the file size, so we can expect it to get even smaller.
ethegwo
·il y a 7 mois·discuss
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.
ethegwo
·il y a 7 mois·discuss
Yes We'll provide a report to explain how we tradeoff these things, please stay tuned.
ethegwo
·il y a 9 mois·discuss
Request the source? I researched and calculated the cumulative percentage of global carbon emissions from major economies since the industrial revolution: - United States: 24% - China: 15% - Russia: 6.7% - Germany: 5.2% - United Kingdom: 4.4% - Japan: 3.8% - India: 3.5% - France: 2.2% - Canada: 1.9% - Ukraine: 1.7%

source from Global Carbon Project, is this reliable?
ethegwo
·l’année dernière·discuss
Tonbo IO | Product Engineer | Remote | https://tonbo.io/careers/product-engineer

Tonbo IO | Product Engineer | Remote | https://tonbo.io/careers/database-engineer

We are a startup founded in the fall of 2023, working on offering "headless" real-time data analytics under Postgres. We have released several open-source projects that you can check out at https://github.com/tonbo-io.

Back-End Core Stack: Rust, Apache Arrow/Parquet, Open Telemetry

Front-End Core Stack: Python/JavaScript, NodeJs/Deno, Next.js/React, Drizzle, D3.js, WebAssembly