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

zkldi

no profile record

投稿

Tell HN: Installing Cursor on iOS irreversibly changes your privacy settings

249 ポイント·投稿者 zkldi·13 日前·34 コメント

コメント

zkldi
·13 日前·議論
Hi leerob,

Where is the support thread?

I have ticket T-D95851 at the moment, if you could get someone to resolve it. I do not want to use cloud agents.

Thanks

zk
zkldi
·先月·議論
AI slop article. It wasn't just X. It was Y.

Also, $500/mo for 64GiB of RAM and 16 mystery meat CPUs. LOL! You guys are all being ripped off and you don't even know it.
zkldi
·4 か月前·議論
All of these replies are AI slop.
zkldi
·4 か月前·議論
AI slop article, sorry.
zkldi
·7 か月前·議論
[dead]
zkldi
·7 か月前·議論
It's just not what the word axiom means nor how anyone uses it. An axiom is unprovable by definition - is it a thing we accept to be true because it is useful to do so (e.g. there exists an empty set)

"Provably Correct Axiom" is nonsense. An axiom is unprovable.

Just "provably correct" would've been fine. This chess stuff is hilariously pretentious.
zkldi
·10 か月前·議論
Jesus Christ. We've made the psychosis machine.
zkldi
·4 年前·議論
good taste :P
zkldi
·5 年前·議論
To be clear, you can't edit an existing published version of a package on NPM, nor can you delete packages (havent been able to for 5 years-ish).
zkldi
·5 年前·議論
This is following semver correctly. A PATCH update may be a MAJOR update (since its a superset) and it may be considered a breaking change.
zkldi
·5 年前·議論
What if the patch for the buggy `2.14.0` library was released as `3.0.0`? In semver MAJOR can be a superset of MINOR and PATCH, so this is a perfectly logical semver operation.

You still have the exact same problem you described with `^2.14.0`. Someone would have to manually update the package to get the security fix in 3.0.0.

Unless you're suggesting code should also automatically update major versions aswell?