HackerTrans
TopNewTrendsCommentsPastAskShowJobs

zkldi

no profile record

Submissions

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

249 points·by zkldi·13 days ago·34 comments

comments

zkldi
·13 days ago·discuss
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
·last month·discuss
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 months ago·discuss
All of these replies are AI slop.
zkldi
·4 months ago·discuss
AI slop article, sorry.
zkldi
·7 months ago·discuss
[dead]
zkldi
·7 months ago·discuss
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 months ago·discuss
Jesus Christ. We've made the psychosis machine.
zkldi
·4 years ago·discuss
good taste :P
zkldi
·5 years ago·discuss
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 years ago·discuss
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 years ago·discuss
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?