You mean they follow what many people consider best practices? https://softwareengineering.stackexchange.com/questions/1592... https://stackoverflow.com/questions/820466/never-delete-entr... https://serverfault.com/questions/31455/should-i-ever-delete... https://www.infoq.com/news/2009/09/Do-Not-Delete-Data http://udidahan.com/2009/09/01/dont-delete-just-dont/ https://stackoverflow.com/questions/2549839/are-soft-dele…
Disclaimer: I deleted my Facebook account a couple years ago and never looked back. That said, Facebook is who is just getting collectively stabbed with the pitchfork right now. Engineering best practices are one thing. My right to privacy is another. As an engineer I care about efficiency. As a human I care about privacy. My rights win over any technocratic babble. Sorry if I am being harsh. I am, of course not surp…
Facebook Secretly Saved Videos Users Deleted
231–240 of 405 posts
Re: Facebook Secretly Saved Videos Users Deleted
#232You mean they follow what many people consider best practices? https://softwareengineering.stackexchange.com/questions/1592... https://stackoverflow.com/questions/820466/never-delete-entr... https://serverfault.com/questions/31455/should-i-ever-delete... https://www.infoq.com/news/2009/09/Do-Not-Delete-Data http://udidahan.com/2009/09/01/dont-delete-just-dont/ https://stackoverflow.com/questions/2549839/are-soft-dele…
Re: Facebook Secretly Saved Videos Users Deleted
#233The most unsettling part is in Facebook's response: “We’ve heard that when accessing their information from our Download Your Information tool, some people are seeing their old videos that do not appear on their profile or Activity Log. We are investigating.” Who wants to bet against their investigation being “how to keep users from seeing it.” Anyone?
Re: Facebook Secretly Saved Videos Users Deleted
#234Earlier quoted context omitted.
I always tell people to treat Facebook as if every person you ever meet will be able to see it. It's more or less my public persona. Twitter is more anonymous.
Unless it's encrypted and ephemeral, treat every bit sent out to the internet, a public network, as your public persona.
Re: Facebook Secretly Saved Videos Users Deleted
#235This reminds me of the long conversations that I used to have with family members and friends several years ago. With their continuous requests to create my own Facebook profile so I can keep in contact with them and with their activities as well as to share my whereabouts. I always used the same argument to reject these suggestions — "I don't want Facebook to have too much data about me, more than the data that you…
>Unfortunately, expecting a non-tech-savvy person to understand how data moves around the Internet Explain how data can be unreadable while it moves. Teach them to use secure communication options. You don't need to be an electric engineer to use a TV remote control.
And heck, there are people who can't use tv remote controls.
The only thing that I'd consider "easy" is encrypted chat (signal). The "issue" there is market fragmentation (arguably a good thing).
Re: Facebook Secretly Saved Videos Users Deleted
#236This reminds me of the long conversations that I used to have with family members and friends several years ago. With their continuous requests to create my own Facebook profile so I can keep in contact with them and with their activities as well as to share my whereabouts. I always used the same argument to reject these suggestions — "I don't want Facebook to have too much data about me, more than the data that you…
What bad things? I feel that's the part missing from the argument. People have yet to see or hear what are the negative consequences of all that data being kept or even leaked or re-sold.
The only one they've started to know about is the potential impact on elections, which is pretty hypothetical and weak to most people I feel. Or maybe identity theft, but that's more related to the Equifax leak.
I think its important to rationalise on what are the real consequences of our data no longer being private. Is it really dangerous? What's the worse that could happen? What are the chances of it happening, etc.
Re: Facebook Secretly Saved Videos Users Deleted
#237Earlier quoted context omitted.
So, like a filesystem more or less I might just "help" them by uploading more data I guess
File systems eventually overwrite that data, though. FB's system specifically never reclaims it. Why on earth would you ever do that, unless you have absolutely no respect for your users wishes?
For example: a soft delete may be just a stronger version of public vs private settings. The whole software infrastructure still assumes a link exists and doesn’t need to cover cases where it really isn’t there. I could see how that makes maintaining indexes etc easier.
Flipping a flag and then filtering out results down the line based on the delete setting is probably much easier than actively removing them from an index.
And if deleting is rare (it probably is), then the performance and resource impact should be minimal.
Re: Facebook Secretly Saved Videos Users Deleted
#238You mean they follow what many people consider best practices? https://softwareengineering.stackexchange.com/questions/1592... https://stackoverflow.com/questions/820466/never-delete-entr... https://serverfault.com/questions/31455/should-i-ever-delete... https://www.infoq.com/news/2009/09/Do-Not-Delete-Data http://udidahan.com/2009/09/01/dont-delete-just-dont/ https://stackoverflow.com/questions/2549839/are-soft-dele…
The correct thing would be to flag as deleted for a sensible period of time (to be able to undo for the user) and then get rid of it after X days when it clearly isn’t needed anymore.
Re: Facebook Secretly Saved Videos Users Deleted
#239Earlier quoted context omitted.
I agree with you. At Facebook-scale the data is massive -- far bigger than anyone here could possibly comprehend and that includes the Facebook and Google-ers lurking around. Data has incredible inertia. And when there's a lot of it, in a lot of different places, I can imagine that it becomes very difficult to keep track of. I'm glad that Facebook's data export tool included some things that maybe it didn't expect to…
If it’s too hard to do properly maybe they shouldn’t be doing it /shrug
Re: Facebook Secretly Saved Videos Users Deleted
#240Sure, you might get some targeted ads by data used in aggregate and put you into a group but so what? If I had to see ads, I’d rather them be things I am interested in.