How do you erase data that's been permanently burned onto an optical medium? You can't.
Facebook Secretly Saved Videos Users Deleted
371–380 of 405 posts
Re: Facebook Secretly Saved Videos Users Deleted
#372Earlier quoted context omitted.
> great way to explain privacy limitations to a non-tech-savvy person is to walk them through using GPG. Have you ever actually successfully done this? More than once? And they continue to use it? It's a usability nightmare. https://moxie.org/blog/gpg-and-me/
OK. Maybe not GPG specifically. But keypairs. Everyone should understand keypairs. They are the basis for all of digital security, and they are really not that difficult.
Re: Facebook Secretly Saved Videos Users Deleted
#373Earlier quoted context omitted.
"That made me realize that there are probably many people out there who think their files are safe as long as their Windows password isn't compromised even if the disc is not encrypted." Of course they assume it. Partly also because windows tells you, if you loose your password, you can no longer access your account, which is bs and they know it and tell you only for "felt Security". And encryption ... What is that?
Are you sure Windows is not showing you that message because you enabled encryption in your account? They encryption key is itself encrypted with your password, so the warning makes sense. https://en.wikipedia.org/wiki/Encrypting_File_System
Re: Facebook Secretly Saved Videos Users Deleted
#374Earlier quoted context omitted.
Edit: apologies, seems I read way too quickly! Thanks for pointing it out.
You seem to be commenting out of context: > generate a new encryption key every day for “data deleted today”, The question is not can we encrypt at storage. We’re now talking about encrypting as a soft-deletion method, which means we need to know everywhere the data is stored at deletion time , whether to delete it or to encrypt it with this new “deletion” key.
Re: Facebook Secretly Saved Videos Users Deleted
#375Earlier quoted context omitted.
Is there not a way to delete all posts and comments at once?
Facebook makes it very, very difficult. But there is a method using a Chrome browser extension, I've used this method recently with success: https://www.mariusschober.com/2018/01/20/delete-facebook-act... It will take some effort, but it's doable.
Re: Facebook Secretly Saved Videos Users Deleted
#376Re: Facebook Secretly Saved Videos Users Deleted
#377This was a bug. There was an old feature that used to allow you to record and post directly from the browser. Those videos were streamed to FB as they were being recorded. If you decided not to post those draft videos should have been deleted but were not. They showed up in download your information (DYI) as expected because that tool is designed to show you the data Facebook has about you. Thanks to New York Magazin…
Re: Facebook Secretly Saved Videos Users Deleted
#378Earlier quoted context omitted.
Does it make it ok for Facebook to do it just because similar other companies do it? I say no, all of them should delete something I say to delete. And "everyone does it" is makes it a bigger problem, not a smaller one.
A lot of the big agile companies are using event sourcing. So there isn't even a model to delete. It's all events with the models being created from a snapshot of events. The event stream is usually durable and lives forever. https://martinfowler.com/eaaDev/EventSourcing.html So with this type of system nothing is ever "deleted". It's just an event that something is deleted. This is a common and very scalable system.…
Re: Facebook Secretly Saved Videos Users Deleted
#379Earlier quoted context omitted.
Does it make it ok for Facebook to do it just because similar other companies do it? I say no, all of them should delete something I say to delete. And "everyone does it" is makes it a bigger problem, not a smaller one.
Why would they? They implement their system the way they want to. Also, this is a completely logical way to deal with deletions. This is what I would do, (what I have done, when I created a simple CMS system). I don't want an endless quarrel with a customer, who "accidentally" deleted something and wants it back. I just turn the switch and it is back.
Re: Facebook Secretly Saved Videos Users Deleted
#380You 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…
> There is one class of data that you have to delete - and that's personal data that the user doesn't want you to hold any more. There may be local laws (e.g. in the EU) that makes this a mandatory requirement (thanks Gavin)