Rule Zero: Never rely on a URL that you don't control. Use your own domain name for your e-mail addresses. Use your own domain name for canonical links to content. If you control the URLs, you do not depend on any one provider. Rule One: If you only have one copy, you have no copies. It is an act of faith to assume that a Youtube video or a file in Google Drive will remain available, just as it's an act of faith to a…
Don’t Mess with The Google
211–220 of 504 posts
Re: Don’t Mess with The Google
#212We have to stop being naive about our email accounts. My recommendation is to buy a domain name use that as the primary email. It may cost in total around $100/year but it is definitely worth it.
Re: Don’t Mess with The Google
#213Re: Don’t Mess with The Google
#214Earlier quoted context omitted.
Fastmail. I'm just a regular (paying) customer, not a business or anything. I've opened a small number of tickets, one or two of the RTFM variety. I've always got a human response and satisfaction, even a "here, let me RTFM that for you." I can't imagine being locked out of my fastmail account for anything other than abuse of my fastmail account . Or not paying my bill.
We also stalk you on... I mean, we read the same tech news sites you do. (I'm on third line ticket duty right now, so if you have something significantly more complex than RTFM, or an actual bug, you'll probably be talking to me this week) The most common cause of getting locked out other than you abusing your fastmail account is having your credentials stolen and used for spam/fraud, which is why we recommend 2 fact…
Re: Don’t Mess with The Google
#215- Offer at least one properly decentralized authentication option. Do not force your users to depend on google/facebook/github/whatever authentication services.
- Provide a way for registered users to change their email address and/or authentication method.
- Even on your backend, try your best to avoid locking yourself in to the services of a single provider, be it hosting, storage, email or anything. By doing so, you are not only locking in yourself, but indirectly your users as well. Prefer open source and self hosted services.
Re: Don’t Mess with The Google
#216Re: Don’t Mess with The Google
#217First post, might as well be a cautionary tale. My father, a pretty old programmer by anyone's standards, regularly warns me of this sort of thing. He was pretty much shafted by CompuServe many years ago on a miniscule scale compared to what is possible now. He lives his life in what I previously described as a paranoid bubble of data control. Until I inevitably burned myself with Google. I have no idea what happened…
Re: Don’t Mess with The Google
#218Wrong. Get off of google ASAP. I have my own email. Yes I pay, yes it is a little bit less convenient. But I don't have to worry about such stuff. I still use the search engine but should actually use startpage.com instead.
Gandi offers Email with domains. If you have your own domain and need email services, you can also use this guys: http://infomaniak.ch/ Less than US$20 per year. And non EU non US jurisdiction as a bonus.
There are python scripts available that back up your google email data via IMAP. I downloaded everything before I moved.
Re: Don’t Mess with The Google
#219Free stuff is never free, you end up paying one way or another.
I have long since migrated off Google Apps and am paying for FastMail and Dropbox (with the 1-year history add-on), which ends up being about $243 per year, or about $20 per month. Now that's kind of expensive. Along with other recurring payments for online services, I end up paying about $38 per month for online stuff.
Now I'm being a frugal kind of guy, having suffered from poverty in the past and I'm not paying for useless shit I don't need, but if you can afford it, then allocating about $50 per month for your online independence is worth it, because the alternative is to be held hostage by companies like Google.
Re: Don’t Mess with The Google
#220First post, might as well be a cautionary tale. My father, a pretty old programmer by anyone's standards, regularly warns me of this sort of thing. He was pretty much shafted by CompuServe many years ago on a miniscule scale compared to what is possible now. He lives his life in what I previously described as a paranoid bubble of data control. Until I inevitably burned myself with Google. I have no idea what happened…
Going on a tangent, there should probably be a set of universal backup formats that can be advertised as being somewhat portable. So that, if you need to can take your mail and other online business stuff elsewhere if need be. Beyond this article a user might start working for some place that does not allow external app use, but they can bring their data with, to be loaded onto the service. I guess like github and gi…