6 ms·
> can be turned off by turning off iCloud back-ups Until they push a small change to the codebase... @@ -7637,3 +7637,3 @@ -if (photo.isCloudSynced && sca
by NotPractical 5y ago
> can be turned off by turning off iCloud back-ups
Until they push a small change to the codebase...
@@ -7637,3 +7637,3 @@
-if (photo.isCloudSynced && scanForIllegalContent(photo)) {
+if (scanForIllegalContent(photo)) {
reportUserToPolice();
}
- fomine3 5y agoThis has been a risk by using closed source OS.
- tedivm 5y agoEven open source operating systems have closed source components, and unless you're in charge of the entire distribution chain you can't be source used to compile it was the same that was shared with you. On top of that most devices have proprietary systems inside of their hardware that the OS can't control. So it would be better to say "this has been a risk by using modern technology".
- AnthonyMouse 5y ago"Things are currently bad, therefore give up" isn't satisfactory. Even if everything is imperfect, some things are more imperfect than others. If each component that makes you vulnerable has a given percent chance of being used against you in practice, you're better off with one than six, even if you're better off with none than one.
- rovr138 5y agoI don't see them giving up anywhere. I see them saying what's the current state of things and changing something that was said above them.
- argomo 5y agoJust to add to this: trying to compile an open source Android distro is a tricky proposition that requires trusting several binaries and a huge source tree. Moreover, having a personal route to digital autonomy is nearly worthless. To protect democracy and freedom, practically all users need to be able to compute securely.
- tedivm 5y agoThere's a classic Ken Thompson talk about Trust where he shows how a compiler could essentially propagate a bug forward even after the source code for that compiler was cleaned up. http://cs.bell-labs.co/who/ken/trust.html http://cs.bell-labs.co/who/ken/trust.html It's a fantastic concept.
- agent327 5y agoIt's a concept that relies on a great deal of magic to function properly. The binary-only compiler we have must insert code to propagate the infection. To do so it must know it is compiling a compiler, and understand precisely how to affect code generation, without breaking anything. That... feels like an undecidable problem to me.
- asddubs 5y agosure it's undecidable, you can reduce a decider for the word problem to that pretty easily, but in practice you probably only have to recognize a few common compilers to do a good enough job
- agent327 5y agoBut the viral property that makes this attack so insidious is, in the end, not sufficiently viral: the compiler will eventually drift away (as a consequence of it being developed further, of course) from the patterns it recognizes. The attack is not as dangerous as it sounds.
- asddubs 5y agoI'm not really arguing that too much, since it's a pretty elaborate and finnicky thing ultimately, although I would wager to say that you could probably find patterns to recognize and modify clang/gcc/other relatively stable compilers for a long time to come (assuming no active mitigations against it)
- adrian_b 5y agoOn most hardware, the closed source components are optional. For example the only closed source component that I use is the NVIDIA driver, but I could use Nouveau, with lower performance. The real problem is caused by the hardware backdoors that cannot be controlled by the operating systems and which prevent the full ownership of the devices, e.g. the System Management Mode of Intel/AMD, the Intel ME and the AMD PSP.
- donkeyd 5y agoOn most hardware, the closed source components come pre-installed. Just walk into any store and find a phone with a verifiable open source distro. The real problem is that most people don't have the knowledge to compile a distro and load it onto a phone. Most people don't even know that's a possibility or that the distro on their phone isn't open source.
- breput 5y agoYou mean -if (photo.isCloudSynced && scanForIllegalContent(photo)){ +if (photo.isCloudSynced & scanForIllegalContent(photo)) { reportUserToPolice(); } https://old.reddit.com/r/chromeos/comments/onlcus/update_it_seems_google_has_pulled_the_165_stable/h5vev76/ https://old.reddit.com/r/chromeos/comments/onlcus/update_it_...
- deleted 5y ago[deleted]