HackerTrans
トップ新着トレンドコメント過去質問紹介求人

auxten

no profile record

投稿

Show HN: ChDB-WASM – ClickHouse running in the browser via WebAssembly

wasm.chdb.io
3 ポイント·投稿者 auxten·13 日前·0 コメント

[untitled]

1 ポイント·投稿者 auxten·先月·0 コメント

[untitled]

1 ポイント·投稿者 auxten·2 か月前·0 コメント

Show HN: A web newspaper that looks like a newspaper

myown.news
2 ポイント·投稿者 auxten·3 か月前·0 コメント

[untitled]

1 ポイント·投稿者 auxten·4 か月前·0 コメント

[untitled]

1 ポイント·投稿者 auxten·4 か月前·0 コメント

Context Management Is the Real Bottleneck for AI Agents

twitter.com
1 ポイント·投稿者 auxten·5 か月前·0 コメント

Show HN: BotsChat, Chat UI Designed for OpenClaw

botschat.app
1 ポイント·投稿者 auxten·5 か月前·0 コメント

A Frustrated Openclawer Ended Up Building a Headless Mac Utility

macmate.app
1 ポイント·投稿者 auxten·5 か月前·0 コメント

[untitled]

1 ポイント·投稿者 auxten·7 か月前·0 コメント

[untitled]

1 ポイント·投稿者 auxten·10 か月前·0 コメント

[untitled]

1 ポイント·投稿者 auxten·昨年·0 コメント

Show HN: ClickAgent: Multilingual RAG System with Batteries Included

github.com
2 ポイント·投稿者 auxten·昨年·0 コメント

Common Misconceptions of Vector Database

auxten.com
3 ポイント·投稿者 auxten·昨年·0 コメント

Show HN: chDB 3.0 released, 12% faster than DuckDB

github.com
5 ポイント·投稿者 auxten·昨年·1 コメント

Use Cases for ChDB, a Powerful In-Memory OLAP SQL Engine

runportcullis.co
9 ポイント·投稿者 auxten·2 年前·2 コメント

Show HN: SQLite like API of ClickHouse engine in Python

github.com
1 ポイント·投稿者 auxten·2 年前·0 コメント

Show HN: Export PostgreSQL table to 10 Parquet files with chDB in 15 lines

gist.github.com
3 ポイント·投稿者 auxten·2 年前·0 コメント

Show HN: Console Style Code Card Generator

code.auxten.com
2 ポイント·投稿者 auxten·2 年前·0 コメント

Show HN: ClickHouse on Pandas Dataframe

auxten.com
1 ポイント·投稿者 auxten·2 年前·0 コメント

コメント

auxten
·昨年·議論
Anyone tried ClickHouse on CSV?
auxten
·昨年·議論
chDB author here, You are right, we have not made a static libchDB. BTW, I guess you are a golang developer?
auxten
·昨年·議論
Data operations are increasingly happening near the GPU side to boost efficiency—especially for compute-heavy workflows. Talking about Arrow file processing and zero-copy queries on DataFrames, which are becoming crucial for modern data pipelines. I think another option worth considering is chdb, which supports these features and fits well with this shift. (author of chdb here)
auxten
·2 年前·議論
I think Human Layer is a great idea. Recently, my baby turned one year old, which made me reflect on many issues. We train AI with a lot of data but overlook the impact that decades of seemingly useless data from human growth experiences have on our brain development. As a result, humans still have an incomparable advantage over LLMs in terms of the so-called "big picture." For example, a recent experience I had was when I asked Claude 3.5-sonnet to write a bash script; it inadvertently modified the PATH variable, costing me a lot of time to fix it. Such attention to detail in work is difficult to avoid through vector db recall or manual context completion. But I believe that a true bash expert would not make such mistakes.
auxten
·2 年前·議論
Yes, if not put it there. Everyone want to have a try need to register a Google Clould account
auxten
·2 年前·議論
Interesting project. With chDB, the in-process ClickHouse engine you can make HTTP API a ClickHouse table. Here is a ClickHouse on Google Calendar example: https://github.com/auxten/SQL-On-Everything/tree/main/google... Btw, I'm the author of chDB.