HackerTrans
TopNewTrendsCommentsPastAskShowJobs

auxten

no profile record

Submissions

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

wasm.chdb.io
3 points·by auxten·hace 13 días·0 comments

[untitled]

1 points·by auxten·el mes pasado·0 comments

[untitled]

1 points·by auxten·hace 2 meses·0 comments

Show HN: A web newspaper that looks like a newspaper

myown.news
2 points·by auxten·hace 3 meses·0 comments

[untitled]

1 points·by auxten·hace 4 meses·0 comments

[untitled]

1 points·by auxten·hace 4 meses·0 comments

Context Management Is the Real Bottleneck for AI Agents

twitter.com
1 points·by auxten·hace 5 meses·0 comments

Show HN: BotsChat, Chat UI Designed for OpenClaw

botschat.app
1 points·by auxten·hace 5 meses·0 comments

A Frustrated Openclawer Ended Up Building a Headless Mac Utility

macmate.app
1 points·by auxten·hace 5 meses·0 comments

[untitled]

1 points·by auxten·hace 7 meses·0 comments

[untitled]

1 points·by auxten·hace 10 meses·0 comments

[untitled]

1 points·by auxten·el año pasado·0 comments

Show HN: ClickAgent: Multilingual RAG System with Batteries Included

github.com
2 points·by auxten·el año pasado·0 comments

Common Misconceptions of Vector Database

auxten.com
3 points·by auxten·el año pasado·0 comments

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

github.com
5 points·by auxten·el año pasado·1 comments

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

runportcullis.co
9 points·by auxten·hace 2 años·2 comments

Show HN: SQLite like API of ClickHouse engine in Python

github.com
1 points·by auxten·hace 2 años·0 comments

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

gist.github.com
3 points·by auxten·hace 2 años·0 comments

Show HN: Console Style Code Card Generator

code.auxten.com
2 points·by auxten·hace 2 años·0 comments

Show HN: ClickHouse on Pandas Dataframe

auxten.com
1 points·by auxten·hace 2 años·0 comments

comments

auxten
·el año pasado·discuss
Anyone tried ClickHouse on CSV?
auxten
·el año pasado·discuss
chDB author here, You are right, we have not made a static libchDB. BTW, I guess you are a golang developer?
auxten
·el año pasado·discuss
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
·hace 2 años·discuss
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
·hace 2 años·discuss
Yes, if not put it there. Everyone want to have a try need to register a Google Clould account
auxten
·hace 2 años·discuss
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.