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

zernie

3 カルマ登録 8 年前
https://zernie.com?utm_source=hackernews

投稿

Prose Isn't Policy: Stop Writing Claude.md Rules

zernie.com
2 ポイント·投稿者 zernie·5 日前·1 コメント

The Feedback Loop Is All You Need

zernie.com
2 ポイント·投稿者 zernie·3 か月前·0 コメント

The Feedback Loop Is All You Need

zernie.com
8 ポイント·投稿者 zernie·3 か月前·3 コメント

コメント

zernie
·3 か月前·議論
This is why you should never ever trust an AI coding agent to produce good code.

Use it to set up the strictest possible custom linting rules.
zernie
·3 か月前·議論
[dead]
zernie
·昨年·議論
PostgreSQL is quite terrible at OLAP, though. We got a few orders of magnitude performance improvement in some aggregation queries by rewriting them with ClickHouse. It's incredible at it.

My rule of thumb is: PG for transactional data consistency, Clickhouse for OLAP. Maybe Elasticsearch if a full-text search is really needed.