Earlier quoted context omitted.
he mentioned also Quad9 - Cloudflare DNS replacement. I didn't know about and will probably switch to it. My other picks: SEARCH: qwant (france) LLM: mistral (france), librechat.ai, openwebui VPN: mullvad (sweden), protonVPN (swiss) AUTH: OpenID (sadly seems like not many sevices implement it) CLOUD: Hetzner (germany), OVHCloud (france) MAPS: here wego, openstreetmap EMAIL: protonMail (swiss), fastmail (australia) DN…
I’m curious about mailbox.org, which markets themselves as “privacy made in Germany“
Moving away from US cloud services
301–310 of 383 posts
Re: Moving away from US cloud services
#302Earlier quoted context omitted.
Strange, I get them so much. It might be because I tweaked my user agent. I had to do this, because Microsoft is being obstinate and disabling a lot of M365 features if you're on Firefox on Linux. When I set my UA to Edge it suddenly works totally fine. I'm just a bit stuck with M365 due to my work, unfortunately.
So you answered the question right? You are blaming CF yet your change is causing CF to detect you as an untrusted browser. Not their fault.
Re: Moving away from US cloud services
#303Earlier quoted context omitted.
Sure there's more bureaucracy here but in the end they work out fine. Galileo works perfectly as a counterpart to GPS. GDPR was also a resounding success.
Is that the GDPR that has polluted the web with cookie notices?
It has really made companies much more aware of data handling. At work we have data protection officers now, privacy advocates, every app we onboard now has to be reviewed in terms of what the data is used for, where it ends up, if we have agreements with them in terms of what it's used for etc. This is really great because before we had pretty much nothing like that. It was just move fast and break things, including customers' privacy that would get broken. And our company is one that doesn't make any money from tracking our customers, so it wasn't really targeted as us, but it still drove so much improvement.
I think it will become much better now that we are disconnecting europe from US services. The main reason that tracking-informed ads are so much more valuable than context-informed ads, is that Google and Meta etc are promoting them. They control the auctions, and tracking is their moat. Nobody has such pervasive tracking networks as them.
The disconnection from these services could really be the trigger for an EU-based context-informed advertising service.
Re: Moving away from US cloud services
#304Earlier quoted context omitted.
So you answered the question right? You are blaming CF yet your change is causing CF to detect you as an untrusted browser. Not their fault.
No because there's nothing "untrusted" about my browser. Just because I'm not a slave of big tech?
The real solution is to only modify your user agent for the MS apps you have trouble with, and all your captchas will disappear.
Re: Moving away from US cloud services
#305> Wrapping up - Migrating away from US cloud services was easier than I expected. This is absolutely not the main takeaway and I find it difficult to see how he could write this - there are gaping holes. Git repos (it's too difficult). NPM (ditto). Startpage uses Google's index. The only meaningful switch he mentions is Proton, but as other comments have pointed out they have vendor lock-in problems. The real takeawa…
he mentioned also Quad9 - Cloudflare DNS replacement. I didn't know about and will probably switch to it. My other picks: SEARCH: qwant (france) LLM: mistral (france), librechat.ai, openwebui VPN: mullvad (sweden), protonVPN (swiss) AUTH: OpenID (sadly seems like not many sevices implement it) CLOUD: Hetzner (germany), OVHCloud (france) MAPS: here wego, openstreetmap EMAIL: protonMail (swiss), fastmail (australia) DN…
Re: Moving away from US cloud services
#306Earlier quoted context omitted.
No because there's nothing "untrusted" about my browser. Just because I'm not a slave of big tech?
It's not really "big tech slavery", cmon. A large majority of bots on the internet try to fake their User Agent to pretend to be someone else. Unfortunately, your browser does the same. When they compare your browsers signature with the expected user agent and real user agent, they find discrepancy and flag your browser as suspicious. The real solution is to only modify your user agent for the MS apps you have troubl…
Re: Moving away from US cloud services
#307Earlier quoted context omitted.
How do you think all these massive companies will successfully continue to operate in a country where the rule of law is no longer respected? Like I understand how that might sound like hyperbole, but everything I'm reading seems to indicate the USA is on an express train to hackville.
Bribery. https://www.cbsnews.com/news/trump-tech-ceos-meta-amazon-don... (the risk is of course that the administration is not stable enough to stay bribed, or intra-oligarch fighting breaks out between Musk and one of the others)
Fascism tends to be (I read/learned recently) friendly to big corporations, as long as they are loyal to the regime.
Re: Moving away from US cloud services
#308Earlier quoted context omitted.
How would you support E2E without the proxy? Not that the majority of people’s emails are truly E2E anyway on Proton, but still.
Decryption / encryption in email client. If (more) email clients handled this you wouldn't need protonmail.
Re: Moving away from US cloud services
#309Interesting how for a (junior) dinosaur, like me, this was never a problem: I still run my mail, web, nextcloud, xmpp, forgejo, etc server on a former thin client under a cupboard. With a symmetrical fiber 1G connection it's been surprisingly reliable. FAQ: Yes, you can run self hosted mail. Yes, it's complex. No, it's not hard, but it takes time, as it is complex - if you want to understand it. If not, go for someth…
Can you please write more details about "I block many AI crawlers from accessing code and photos"? The bots are trying to access your nextcloud instance? I'm also self hosting a few services, including nextcloud.
I added these in nginx.conf:
map $http_user_agent $blocked_user_agent {
default 0;
"~*AI2Bot" 1;
"~*AI2Bot-Dolma" 1;
"~*Amazonbot" 1;
"~*anthropic-ai" 1;
"~*anthropic.com" 1;
"~*Applebot" 1;
"~*Applebot-Extended" 1;
"~*AwarioBot" 1;
"~*AwarioRssBot" 1;
"~*AwarioSmartBot" 1;
"~*Bytespider" 1;
"~*CCBot" 1;
"~*ChatGPT-User" 1;
"~*ClaudeBot" 1;
"~*Claude-Web" 1;
"~*cohere-ai" 1;
"~*cohere-training-data-crawler" 1;
"~*DataForSeoBot" 1;
"~*Diffbot" 1;
"~*DuckAssistBot" 1;
"~*FacebookBot" 1;
"~*FriendlyCrawler" 1;
"~*Googlebot-Extended" 1;
"~*Google-CloudVertexBot" 1;
"~*Google-Extended" 1;
"~*GoogleOther" 1;
"~*GoogleOther-Image" 1;
"~*GoogleOther-Video" 1;
"~*GPTBot" 1;
"~*iaskspider/2.0" 1;
"~*ICC-Crawler" 1;
"~*ImagesiftBot" 1;
"~*img2dataset" 1;
"~*ISSCyberRiskCrawler" 1;
"~*Kangaroo Bot" 1;
"~*Meltwater" 1;
"~*Meta-ExternalAgent" 1;
"~*Meta-ExternalFetcher" 1;
"~*OAI-SearchBot" 1;
"~*Omgili" 1;
"~*Omgilibot" 1;
"~*openai.com" 1;
"~*PanguBot" 1;
"~*peer39_crawler" 1;
"~*PerplexityBot" 1;
"~*PetalBot" 1;
"~*Scrapy" 1;
"~*Seekr" 1;
"~*SemrushBot" 1;
"~*SemrushBot-OCOB" 1;
"~*Sentibot" 1;
"~*Sidetrade indexer bot" 1;
"~*Timpibot" 1;
"~*TurnitinBot" 1;
"~*VelenPublicWebCrawler" 1;
"~*webmeup-crawler.com" 1;
"~*Webzio-Extended" 1;
"~*YouBot" 1;
}
and then in each site's config: location / {
if ($blocked_user_agent) {
access_log /var/log/nginx/blockedbot.log ncsa;
return 401;
}
But it's far from perfect. For better results, https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blo... is probably better, but it was a tad too much for my needs.Re: Moving away from US cloud services
#310A shame that OP recommends Proton. The fact they don't support open email protocols like IMAP/SMTP without an extremely frustrating proxy setup is what ultimately turned me away from their service. Being able to "just" use a native mail client is pretty much a must. The vendor lock-in from something like Proton feels way worse as a result. Can't speak to Proton Pass, but it strikes me as a replacement that seems unne…
What's a good alternative to Proton? Still haven't migrated my business away from Google Workspace, and I was thinking Proton would be a good alternative, but apparently not if they don't even support IMAP/SMTP.
For a more business oriented replacement that can (mostly) replace gmail, google drive, docs, sheets, etc.. Zoho One is pretty good.