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

zero_kool

no profile record

投稿

Huawei Whistleblower Alleges Pangu AI Model Plagiarized from Qwen and DeepSeek

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

The Lunacy of 'Machine Consciousness'

iai.tv
6 ポイント·投稿者 zero_kool·昨年·0 コメント

Ask HN: Who should handle UI logic?

3 ポイント·投稿者 zero_kool·2 年前·5 コメント

コメント

zero_kool
·昨年·議論
I'm working on platform that helps you vibe code APIs. It'll generate clean, scalable, maintainable monolithic backend APIs built using Express + Postgres.

Launch soon! Drop a comment if you want early access
zero_kool
·昨年·議論
If you have an affliate program, it could for outbound email campaigns to sell your product.
zero_kool
·2 年前·議論
I'm currently in the process of migrating back to hard-delete from soft-delete on my current company's codebase. We use a slightly different approach of using triggers to do cascade deletes. It's just very difficult to maintain as the product grows bigger. All those additional overhead to create additional rules for every table and the scope for human error. Overall, I dont recommend anyone take the route of soft-deletes unless it's absolutely required.