HackerTrans
TopNewTrendsCommentsPastAskShowJobs

zkldi

no profile record

Submissions

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

249 points·by zkldi·11 hari yang lalu·34 comments

comments

zkldi
·11 hari yang lalu·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
·bulan lalu·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
·3 bulan yang lalu·discuss
All of these replies are AI slop.
zkldi
·3 bulan yang lalu·discuss
AI slop article, sorry.
zkldi
·7 bulan yang lalu·discuss
[dead]
zkldi
·7 bulan yang lalu·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 bulan yang lalu·discuss
Jesus Christ. We've made the psychosis machine.
zkldi
·4 tahun yang lalu·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 tahun yang lalu·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 tahun yang lalu·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?