Earlier quoted context omitted.
> This is what a good privacy story looks like. A good privacy story actually looks like not sending any info to anyone else anywhere at any time.
Sure, but if we follow that line of thinking to its logical conclusion, we must move to a cabin in the woods, 100 miles from the nearest civilization, growing our own food and never connecting our computing devices to anything resembling a network.
Apple Photos phones home on iOS 18 and macOS 15
171–180 of 1001 posts
Re: Apple Photos phones home on iOS 18 and macOS 15
#172Earlier quoted context omitted.
Notice is always good and Apple should implement notice. However, "my data is being sent off my device" is incorrect, as GP explained. Metadata, derived from your data, with noise added to make it irreversible, is being sent off your device. It's the equivalent of sending an MD5 of your password somewhere; you may still object, but it is not factually correct to say your password was transmitted.
> It's the equivalent of sending an MD5 of your password somewhere; you may still object, but it is not factually correct to say your password was transmitted. Hackers love to have MD5 checksums of passwords. They make it way easier to find the passwords in a brute force attack. https://en.wikipedia.org/wiki/Rainbow_table
Re: Apple Photos phones home on iOS 18 and macOS 15
#173Earlier quoted context omitted.
> This is what a good privacy story looks like. A good privacy story actually looks like not sending any info to anyone else anywhere at any time.
Sure, but if we follow that line of thinking to its logical conclusion, we must move to a cabin in the woods, 100 miles from the nearest civilization, growing our own food and never connecting our computing devices to anything resembling a network.
Re: Apple Photos phones home on iOS 18 and macOS 15
#174Earlier quoted context omitted.
> This is what a good privacy story looks like. A good privacy story actually looks like not sending any info to anyone else anywhere at any time.
Sure, but if we follow that line of thinking to its logical conclusion, we must move to a cabin in the woods, 100 miles from the nearest civilization, growing our own food and never connecting our computing devices to anything resembling a network.
Re: Apple Photos phones home on iOS 18 and macOS 15
#175"I don't understand most of the technical details of Apple's blog post" I do: - Client side vectorization: the photo is processed locally, preparing a non-reversible vector representation before sending (think semantic hash). - Differential privacy: a decent amount of noise is added the the vector before sending it. Enough to make it impossible to reverse lookup the vector. The noise level here is ε = 0.8, which is q…
A good privacy story starts with "Do you consent" and not transmitting a byte if you answer "no"
Re: Apple Photos phones home on iOS 18 and macOS 15
#176Re: Apple Photos phones home on iOS 18 and macOS 15
#177Earlier quoted context omitted.
I don't care if all they collect is the bottom right pixel of the image and blur it up before sending it, the sending part is the problem. I don't want anything sent from MY device without my consent, whether it's plaintext or quantum proof. You're presenting it as if you have to explain elliptic curve cryptography in order to toggle a "show password" dialogue but that's disingenuous framing, all you have to say is "…
> I don't want anything sent from MY device without my consent Then don’t run someone else’s software on your device. It’s not your software, you are merely a licensee. Don’t delude yourself that you are morally entitled to absolute control over it. The only way to have absolute control over software is with an RMS style obsession with Free software.
Re: Apple Photos phones home on iOS 18 and macOS 15
#178At this point, Mac Mini M4's are cheap enough and capable enough to just purchase two: one for off-line use, another on-. Perhaps this is marketing genius (from an AAPL-shareholder POV)? ---- I'm laughing at the insanity of all this interconnectivity, but an NDA prevents me from typing the greatest source of my ironic chuckles. Described in an obtuse way: a privacy-focused hardware product ships with an undisclosed p…
> letting the feds see every time you use the product This does not happen.
Now they probably don't care about you personally, but you'd be surprised how many people are connected indirectly to a person of interest. Google "Maher Arar" for the horrific consequences of false positives.
Re: Apple Photos phones home on iOS 18 and macOS 15
#179At this point, Mac Mini M4's are cheap enough and capable enough to just purchase two: one for off-line use, another on-. Perhaps this is marketing genius (from an AAPL-shareholder POV)? ---- I'm laughing at the insanity of all this interconnectivity, but an NDA prevents me from typing the greatest source of my ironic chuckles. Described in an obtuse way: a privacy-focused hardware product ships with an undisclosed p…
Re: Apple Photos phones home on iOS 18 and macOS 15
#180"I don't understand most of the technical details of Apple's blog post" I do: - Client side vectorization: the photo is processed locally, preparing a non-reversible vector representation before sending (think semantic hash). - Differential privacy: a decent amount of noise is added the the vector before sending it. Enough to make it impossible to reverse lookup the vector. The noise level here is ε = 0.8, which is q…
> This is what a good privacy story looks like. A good privacy story actually looks like not sending any info to anyone else anywhere at any time.