HackerTrans
TopNewTrendsCommentsPastAskShowJobs

zkldi

no profile record

Submissions

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

249 points·by zkldi·قبل 13 يومًا·34 comments

comments

zkldi
·قبل 13 يومًا·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
·الشهر الماضي·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 أشهر·discuss
All of these replies are AI slop.
zkldi
·قبل 4 أشهر·discuss
AI slop article, sorry.
zkldi
·قبل 7 أشهر·discuss
[dead]
zkldi
·قبل 7 أشهر·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 أشهر·discuss
Jesus Christ. We've made the psychosis machine.
zkldi
·قبل 4 سنوات·discuss
good taste :P
zkldi
·قبل 5 سنوات·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 سنوات·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 سنوات·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?