Viewing profile — BohuTANG
BohuTANG
HN member- Joined
- Mon, Oct 03, 2011, 12:09 PM UTC
- HN karma
- 26
- Public activity
- 57 items
- HN profile
- View on Hacker News ↗
About BohuTANG
Recent public activity
-
comment
Comment #48800246
[flagged]
-
comment
Comment #48800173
Suggestion for Pi: capitalize tool names for the Sonnet/Opus models (edit -> Edit, bash -> Bash, ...). The rationale: Anthropic's own harness (Claude Code) uses PascalCase tool nam…
- comment
-
story
Show HN: BendClaw – Distributed AgentOS Written in Rust
Hi HN, we're open-sourcing BendClaw today -- the distributed AgentOS behind Evot.AI. The problem: one shared agent maxes out fast. Separate agents per person means everyone starts …
-
comment
Comment #46567405
Hey everyone, I'm excited to open-source Snowtree: my tool for safe AI coding! Team up with AI like Claude or Codex in your IDE—stay in control with isolated sessions, easy reviews…
- story
-
comment
Comment #44068574
Yes, Databend's metadata service ( https://github.com/databendlabs/databend/tree/main/src/meta ) also uses a Raft implementation written in Rust: https://github.com/databendlabs/op…
-
comment
Comment #44025453
[dead]
-
comment
Comment #43990716
Neon (open-source alternative to Aurora) is 73.6% Rust. Databend (open-source Snowflake alternative) is even more Rust-heavy at 97.2%. Interesting trend - modern serverless databas…
-
comment
Comment #42696036
BendSQL is a cli tool. I suggest to use the drivers list here: https://docs.databend.com/guides/sql-clients/developers/
-
comment
Comment #42641625
Thanks, sverg! From my experience, query-fast is a better product than many other AI-to-SQL solutions. I'm really looking forward to this product.
-
comment
Comment #42641603
Interesting, I tried query-fast and it's impressive! It would be great to add Databend as a data source—it's a cost-efficient alternative to Snowflake: https://www.databend.com/
-
comment
Comment #42545339
Rust is great for building databases because it ensures memory safety, avoids garbage collection, and prevents memory leaks and data races. Databend is a prime example—it's one of …
- story
-
comment
Comment #41959069
Yes, reliable data ingestion often involves Kafka, which can feel complex. An alternative is the transactional COPY INTO approach used by platforms like Snowflake and Databend. Thi…
-
comment
Comment #41885489
Looking forward to adding Databend, the open-source alternative to Snowflake: https://github.com/databendlabs/databend/issues/13059
-
comment
Comment #41632927
The snowset[1] in the post is quite dated—it’s based on data from February 21 to March 7, 2018, which doesn't reflect current usage trends. Many users find Snowflake too expensive …
-
comment
Comment #41470782
Check out Databend, an open-source alternative to Snowflake with 90%+ product and syntax similarity (almost no migration cost). It’s cost-effective and powerful. GitHub: https://gi…
- story
-
comment
Comment #41353787
UUID v7's timestamp is a game-changer for Databend. We're using it to quickly locate metadata files on AWS S3 by timestamp, making operations like vacuuming much faster. PR: https:…
-
comment
Comment #40983394
Databend is a cutting-edge alternative to Snowflake, offering cost-effective and straightforward solutions for large-scale analytics. It utilizes a lightweight meta service instead…
-
comment
Comment #40559137
Great post! The sandboxing and pluggability of UDFs are key. Databend now supports Python, JavaScript, and WebAssembly to simplify data processing. [1] Embedded UDFs: https://docs.…
-
comment
Comment #40507452
Yeah. The insert statement fails when dealing with larger datasets, and the parser incurs significant overhead. The most efficient method is to use the COPY INTO command like in Da…
-
comment
Comment #40270799
Nice work. It's recommended to start with a keyword search (including titles, comments, and the keyword itself) before using an LLM-based search. For example, if I search for 'data…
-
comment
Comment #39651572
Interesting. I use your promot and create a GPT[1], give an example: `I服了you`: 服了u: Correctly translates to "I give up on you." Unscramble: Incorrectly interpreted as "You impress …