HackerTrans
TopNewTrendsCommentsPastAskShowJobs

zernie

3 karmajoined 8 лет назад
https://zernie.com?utm_source=hackernews

Submissions

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

zernie.com
2 points·by zernie·5 дней назад·1 comments

The Feedback Loop Is All You Need

zernie.com
2 points·by zernie·3 месяца назад·0 comments

The Feedback Loop Is All You Need

zernie.com
8 points·by zernie·3 месяца назад·3 comments

comments

zernie
·3 месяца назад·discuss
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 месяца назад·discuss
[dead]
zernie
·в прошлом году·discuss
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.