HackerTrans
TopNewTrendsCommentsPastAskShowJobs

zero_kool

no profile record

Submissions

Huawei Whistleblower Alleges Pangu AI Model Plagiarized from Qwen and DeepSeek

github.com
2 points·by zero_kool·last year·1 comments

The Lunacy of 'Machine Consciousness'

iai.tv
6 points·by zero_kool·last year·0 comments

Ask HN: Who should handle UI logic?

3 points·by zero_kool·2 years ago·5 comments

comments

zero_kool
·last year·discuss
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
·last year·discuss
If you have an affliate program, it could for outbound email campaigns to sell your product.
zero_kool
·2 years ago·discuss
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.