Earlier quoted context omitted.
After knowing Google have been tracking few hundreds millions people's precise locations for the last 10+ years, I went thru the exercise of deleting all the activities history from Map, Youtube and Search and disable all activities tracking. For the first few hours, I see new default youtube suggestions. After a few days, I see a lot of old search/view videos pop back to the youtube home page. YT still seems "sugges…
It's likely they have an ML "recommender" model that was built off of your history, but doesn't actually store the history nor is it reverse engineer-able. Once you hit a certain threshold of activity or time duration, the model will probably rebuild.
DeleteFB: Selenium script to delete all of your Facebook wall posts
81–90 of 277 posts
Re: DeleteFB: Selenium script to delete all of your Facebook wall posts
#82I don't trust the "delete" button to scrub it from FB's database. I'd be slightly more confident ( slightly ) that editing the post might cause the core data in the db to be updated, however. In which case, I think the more effective script would be one that goes through all of your FB posts and scrambles them, or replaces the text with gibberish.
Or insert GPT2-generated essays about post-modern privacy models. Regularly. Generate noise, and lots of it.
It’s really good.
Re: DeleteFB: Selenium script to delete all of your Facebook wall posts
#83Re: DeleteFB: Selenium script to delete all of your Facebook wall posts
#84I've been through this before and some posts 'came back'. The only way to be sure is to delete your account. If you really want an account just make a new one.
Re: DeleteFB: Selenium script to delete all of your Facebook wall posts
#85Re: DeleteFB: Selenium script to delete all of your Facebook wall posts
#86Re: DeleteFB: Selenium script to delete all of your Facebook wall posts
#87Re: DeleteFB: Selenium script to delete all of your Facebook wall posts
#88Earlier quoted context omitted.
After knowing Google have been tracking few hundreds millions people's precise locations for the last 10+ years, I went thru the exercise of deleting all the activities history from Map, Youtube and Search and disable all activities tracking. For the first few hours, I see new default youtube suggestions. After a few days, I see a lot of old search/view videos pop back to the youtube home page. YT still seems "sugges…
It's likely they have an ML "recommender" model that was built off of your history, but doesn't actually store the history nor is it reverse engineer-able. Once you hit a certain threshold of activity or time duration, the model will probably rebuild.
Re: DeleteFB: Selenium script to delete all of your Facebook wall posts
#89Earlier quoted context omitted.
GDPR has changed this. FWIW I’ve seen comments from a privacy engineer at google who posted here and said they actually do work hard to delete your data. I’d expect Facebook and google to successfully delete the data (after giving 3-6 months for backups to age out) but wouldn’t trust most smaller operations to do so. And yeah, that doesn’t mean ML models or whatever but just the retrievable copies of your photos and…
> GDPR has changed this. That's a far, far cry from the reality of "possibly prosecutable in EU in some scenarios." We aren't even using a website right now that's in GDPR jurisdiction. But there's also a weird fetishization of GDPR I've noticed where people invoke it like "heh, my dad works for Xbox. just you wait buddy, he'll have you banned."
In my experience I’ve definitely seen GDPR result in a large company having developers looking at how data can actually be deleted and not just set to deleted=true. I don’t think my company’s lawyers were alone in thinking this suddenly became more important than before.
Re: DeleteFB: Selenium script to delete all of your Facebook wall posts
#90Earlier quoted context omitted.
I'm pretty sure they use some sort of event store for their backend in which case all versions/changes/updates/deletes are stored as a separate revision alongside the original content.
I suspect this is the case as well. All the big companies are doing immutable, append-only event logging and probably have no mechanism to expunge this data. All because storage is cheap and they need to hold on to everything for testing or whatever future need that might arise. What a pitiful dystopia we're living in.
This is not true at all. Here's a recent HN discussion that talks about how Google handles this: https://news.ycombinator.com/item?id=19809259
(Disclosure: I work for Google, but I'm speaking for myself)