Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ethegwo
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
ethegwo
5mo ago
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 r
2.
▲
by
ethegwo
5mo ago
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
3.
▲
by
ethegwo
5mo ago
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.
4.
▲
by
ethegwo
5mo ago
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 folk
5.
▲
Show HN: Agents that save explore recover on their own
(harness.tonbo.dev)
2 points
by
ethegwo
8mo ago
|
0 comments
6.
▲
Reversible runtime agents can actively control
(harness.tonbo.dev)
1 points
by
ethegwo
8mo ago
|
0 comments
7.
▲
by
ethegwo
9mo ago
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
8.
▲
by
ethegwo
9mo ago
Yes it's Apache 2, thanks for pointing this out, I'll be fixing this.
9.
▲
by
ethegwo
9mo ago
It's currently 3MB, and we've done almost nothing to reduce the file size, so we can expect it to get even smaller.
10.
▲
by
ethegwo
9mo 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,
11.
▲
Agent workloads change the shape of data systems
(tonbo.io)
1 points
by
ethegwo
9mo ago
|
0 comments
12.
▲
by
ethegwo
9mo ago
Yes We'll provide a report to explain how we tradeoff these things, please stay tuned.
13.
▲
Show HN: Tonbo – an embedded database for serverless and edge runtimes
(github.com)
56 points
by
ethegwo
9mo ago
|
17 comments
14.
▲
by
ethegwo
11mo ago
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.
15.
▲
by
ethegwo
1y ago
Sure I'd love to, could you share your practice or what you are doing on top of Parquet?
16.
▲
by
ethegwo
1y ago
typed-arrow avoids any kinds of runtime side effects: cost, errors, etc.
17.
▲
Show HN: Typed-arrow – compile‑time Arrow schemas for Rust
(github.com)
48 points
by
ethegwo
1y ago
|
8 comments
18.
▲
Typed-arrow: provides compile‑time Arrow schemas for Rust
(github.com)
3 points
by
ethegwo
1y ago
|
0 comments
19.
▲
by
ethegwo
1y ago
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 f
20.
▲
Exploring better async Rust disk I/O
(tonbo.io)
4 points
by
ethegwo
1y ago
|
0 comments
21.
▲
Threads with WebAssembly
(tonbo.io)
3 points
by
ethegwo
2y ago
|
0 comments
22.
▲
Show HN: TonboLite – Scale SQLite with S3, Minimize ETL
(github.com)
6 points
by
ethegwo
2y ago
|
0 comments
23.
▲
by
ethegwo
2y ago
Thanks, easy-to-scale is the first thing we consider, also using S3 as a shared storage service makes architecture easy to achieve this.
24.
▲
by
ethegwo
2y ago
We are building tonbo: https://github.com/tonbo-io/tonbo , An embedded KV database allows to use S3 as storage backend, and we are trying to implement SQLite virtual table on it: https://github.com/tonb
25.
▲
by
ethegwo
2y ago
Random reads and sequential writes are enough to build a log-structured database, but S3 does not really support the latter.
26.
▲
Show HN: Tonbo 0.2.0-Durable Objects on S3 and Local Disk with Python
(github.com)
3 points
by
ethegwo
2y ago
|
0 comments
27.
▲
by
ethegwo
2y ago
the post only talks about "future state", maybe I'm not clearly to point out this. with epoll, accept syscall and future state changing is happened in the same polling, which io_uring is not. Once accept syscall is complete,
28.
▲
by
ethegwo
2y ago
Thanks, I will fix it.
29.
▲
by
ethegwo
2y ago
> if the accept completes before the SQE for the cancellation is submitted, the FD will still be leaked. If the accept completes before the cancel SQE is submitted, the cancel operation will fail and the runtime will have a chance to pol
30.
▲
by
ethegwo
2y ago
> Rust does not assume that state changes only when polled. I will replace to more exact description about this, thanks.
More ›