Open Source Implementation of Apple's Private Compute Cloud
1–10 of 111 posts
Re: Open Source Implementation of Apple's Private Compute Cloud
#2we are working on a challenge which is somewhat like a homomorphic encryption problem - I'm wondering if OpenPCC could help in some way? :
When developing websites/apps, developers generally use logs to debug production issues. However with wearables, logs can be privacy issue: imagine some AR glasses logging visual data (like someone's face). Would OpenPCC help to extract/clean/anonymize this sort of data for developers to help with their debugging?
Re: Open Source Implementation of Apple's Private Compute Cloud
#3impressive work jmo - thanks for open sourcing this (and OSI-compliant) we are working on a challenge which is somewhat like a homomorphic encryption problem - I'm wondering if OpenPCC could help in some way? : When developing websites/apps, developers generally use logs to debug production issues. However with wearables, logs can be privacy issue: imagine some AR glasses logging visual data (like someone's face). Wo…
If it's possible to anonymize on the wearable, that would be simpler.
The challenge is what does the anonymizer "do" to be perfect?
As an aside, IMO homomorphic encryption (still) isn't ready...
Re: Open Source Implementation of Apple's Private Compute Cloud
#4Re: Open Source Implementation of Apple's Private Compute Cloud
#5[flagged]
Re: Open Source Implementation of Apple's Private Compute Cloud
#6Re: Open Source Implementation of Apple's Private Compute Cloud
#7Re: Open Source Implementation of Apple's Private Compute Cloud
#8Re: Open Source Implementation of Apple's Private Compute Cloud
#9[flagged]
Re: Open Source Implementation of Apple's Private Compute Cloud
#10With that in mind, does this scheme offer any advantage over the much simpler setup of a user sending an inference request:
- directly to an inference provider (no API router middleman)
- that accepts anonymous crypto payments (I believe such things exist)
- using a VPN to mask their IP?