Earlier quoted context omitted.
I use fastmail. I'm a happy customer.
Didn't Australia like pass a bill or something that compels corporations like Fastmail to give the government any and all encrypted communications if they ask?
Some Google Photos videos in backups were sent to strangers in November
61–70 of 143 posts
Re: Some Google Photos videos in backups were sent to strangers in November
#62Earlier quoted context omitted.
I get an absolutely endless parade of other people's data to my gmail account. Doctors send me MRI scans. Bankers send me foreclosure notices. Airlines send me tickets. Undertakers send me condolences. The preponderance of evidence suggests that relying on individual vigilance on a large scale does not work as well as relying on the vigilance of large organizations.
I assume that this not because Google is midirecting email, but rather because your email address is quite close to that of others. Mine is just my last name @gmail.com. It is a rather uncommon name, and I've met many others with that name, as I've accidentally received email intended for them.
I'm in the same boat. And uncommon, but not rare. I've gotten emails intended for my brother. One time, I got a collector emailing about something with a rental car crash that I previously got confirmation email for. Recently, a Dutch woman discovered email and think she has my email address. It's amazing how many websites don't verify email addresses.
Re: Some Google Photos videos in backups were sent to strangers in November
#63Earlier quoted context omitted.
I get an absolutely endless parade of other people's data to my gmail account. Doctors send me MRI scans. Bankers send me foreclosure notices. Airlines send me tickets. Undertakers send me condolences. The preponderance of evidence suggests that relying on individual vigilance on a large scale does not work as well as relying on the vigilance of large organizations.
Your comment is quite anecdotal I would dare to say, and anyway the scope of single individuals messing up is quite, quite smaller than the scope of $LARGE_COMPANY. Even if you sum all those individuals.
The potential impact of a large company screwing up is massive. The risk is lower.
I would assert that the probability of an individual overexposing their own data in any one year period is probably close to 75%.
In my neighborhood, 5-6 cars are broken into every week, because the owners don’t lock the doors. If a process that simple isn’t handled well, folks aren’t handling more complex/abstract processes.
Re: Some Google Photos videos in backups were sent to strangers in November
#64How does this happen? I realize it's a small percentage, but this is one of the first tests you build. Even 1 photo (not to mention this is regarding videos) should never make it to another non-authenticated user. This is a massive mistake.
Re: Some Google Photos videos in backups were sent to strangers in November
#65The usual argument for using "cloud" over managing your own files/data is that it's very hard to safely manage your own data without making mistakes (data loss, etc). However, this is an example of how companies like Google also make mistakes. Furthermore, when Google/FB makes a mistake (like leaking your private data) they do it at a global scale. I offboarded myself from all of Google's services a while ago, but I…
Everybody makes mistakes and nothing in the world is black and white. The only question is, is your cloud provider less likely to make mistakes with your data than you are? For most people, the answer is going to be orders of magnitude less likely.
Re: Some Google Photos videos in backups were sent to strangers in November
#66Don't store your private information in the cloud unencrypted. Caching bugs frequently leak unintended data.
Re: Some Google Photos videos in backups were sent to strangers in November
#67Earlier quoted context omitted.
Everybody makes mistakes and nothing in the world is black and white. The only question is, is your cloud provider less likely to make mistakes with your data than you are? For most people, the answer is going to be orders of magnitude less likely.
Just encrypt your data before putting it onto somebody else's computer a.k.a. the cloud.
Re: Some Google Photos videos in backups were sent to strangers in November
#68Earlier quoted context omitted.
I would like to say that Nextcloud, while it is not trvial to set up, is very very good at helping you set up the server securely. They additionally have a way to testing your server to make sure you did set it up, and helps you to correct issues. I would love to see Nextcloud create a "time machine" type box, where it runs both as your router and as a "home cloud" service. That way it would be much easier to configu…
The only problem is that the server is written in PHP, which has had a history of bad RCE bugs (and an RCE bug in this context means all your personal data is accessible). In addition, NextCloud has had several pretty bad bugs related to authentication (such as bypassing 2FA, by pressing "cancel"). Don't get me wrong, I still use NextCloud, but you can only access my instance through a VPN (or by being on my home net…
I have been using it for 4 years, and I recall one in the past year, but Nextcloud was loud and clear on making sure you had to upgrade. It was even nicer with auto updating on Debian, I didn't have to do anything to get my server patched (I just went in to confirm it was patched).
Re: Some Google Photos videos in backups were sent to strangers in November
#69Don't store your private information in the cloud unencrypted. Caching bugs frequently leak unintended data.