Earlier quoted context omitted.
You're welcome to believe whatever you want, but a decent chunk of my day job is making sure that it's true.
I believe you, but I also believe the NSA and others siphon that data and archive it so it's kind of a minor point if google keeps it or not, privacy is a relative term these days. We can be fairly confident since the Snowden revelations that data dragnet operations are continuing and expanding in scope.
Google Will Soon Let Users Automatically Scrub Location and Web History
141–150 of 263 posts
Re: Google Will Soon Let Users Automatically Scrub Location and Web History
#142Earlier quoted context omitted.
Do you have a source, or any evidence that they don't? Google doesn't deserve the benefit of the doubt. This is literally their business model.
I think this is basically the GDPR rules, but I would need to look into the details more.
Re: Google Will Soon Let Users Automatically Scrub Location and Web History
#143Earlier quoted context omitted.
Yes, if you choose to delete it, it will be deleted. (It takes nontrivial amounts of time to delete it across distributed service architecture but the deletions do get propagated.)
What about old backups (e.g. tape archives, which I think I've read Google uses), how do those get deleted? Do you store and encrypt the data with a user-specific key and then delete that key upon receiving a deletion request? Perhaps user data is never stored as part of tape backups? Perhaps you have a system which (very slowly) is able to load the appropriate tapes and purge the user's data?
Re: Google Will Soon Let Users Automatically Scrub Location and Web History
#144A lot of people are complaining that if they disable data collection, try their hardest to not contribute to these data models and block the ads with ad blocker then some feature doesn't work for them. So you just want to use Google services completely for free without contributing anything.
Other people complain about permissions that Assistant or other products require. There's always a very good reason why these permissions are required that is not monetary. Each permission request goes through a lot of scrutiny, lawyers reviews, product reviews, approvals, etc. You can ask why disabling some permissions affects features that shouldn't need it. Sometimes it is lawyers fault, sometimes it's just engineers not supporting properly each of 2^{number of permissions} permission combinations.
Re: Google Will Soon Let Users Automatically Scrub Location and Web History
#145Re: Google Will Soon Let Users Automatically Scrub Location and Web History
#146Earlier quoted context omitted.
What about old backups (e.g. tape archives, which I think I've read Google uses), how do those get deleted? Do you store and encrypt the data with a user-specific key and then delete that key upon receiving a deletion request? Perhaps user data is never stored as part of tape backups? Perhaps you have a system which (very slowly) is able to load the appropriate tapes and purge the user's data?
Cannot comment in too much detail as not sure how much information is public but tape backups are also in scope for wipeout and user data is removed from them.
Re: Google Will Soon Let Users Automatically Scrub Location and Web History
#147Earlier quoted context omitted.
I wouldn't be surprised if that's a side effect of Google's plan to "replace" Play Music with YouTube Music, even though they're two completely different services.
Maybe they're the same service behind the scenes. Would you store the same music twice, if you had to run both?
The YouTube music experience is kind of odd. It seems that you can only listen to full albums if someone has uploaded them to YouTube as separate songs. Which makes sense, but it means that currently a lot of the music I listen to is nowhere to be found on YouTube music.
Re: Google Will Soon Let Users Automatically Scrub Location and Web History
#148Earlier quoted context omitted.
At this point the big companies probably need to submit to some external audits to really get trust back.
I've worked on wipeout compliance at Google and IMHO there's no possibility that an outside auditor would ever be able to understand those systems to such an extent that they would discover a flaw in them that wasn't previously known to the many engineers who work full-time on wipeout. The systems are just too complex. One does not simply `find -type f /google` to figure out what data is available.
Re: Google Will Soon Let Users Automatically Scrub Location and Web History
#149So does this actually delete it ... for Google? Deleting it from say my browser, maps, or other history is one thing. Does Google no longer have any of it? Also the top and bottom bars that leave me with like 1/3 usable space on google's blog is really frustrating to read on: https://blog.google/technology/safety-security/automatically...
Yes, if you choose to delete it, it will be deleted. (It takes nontrivial amounts of time to delete it across distributed service architecture but the deletions do get propagated.)