Live data from Hacker News

Moving away from US cloud services

martijnhols.nl

331–340 of 383 posts

Re: Moving away from US cloud services

#331

A 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…

I'm looking at new email providers and the inability to use Thunderbird on Windows and Android is why I ruled out Proton.

Re: Moving away from US cloud services

#333

Earlier quoted context omitted.

I'm not sure that's true - mainly because of some potentially big European customers in government or national infrastructure. They care enough about security and reliability, that they'd very likely choose a European provider over a US one, especially if the existing political climate continues. Companies don't need anywhere near the profits of Google to cover continuous development and maintenance, so while a Europ…

Bert Hubert has previously written about how the entire European telecoms industry with the exception of Britain has outsourced not only equipment but also network operations to Huawei: https://berthub.eu/articles/posts/5g-elephant-in-the-room/ European national infrastructure providers don't care.

I work in this, not everyone is so deep in cahoots with Huawei.

Re: Moving away from US cloud services

#334
post #268

Earlier quoted context omitted.

Would you recommend moving from Google Workspace to Proton? Including emails and so on.

I'll give a different point of view. I switched my personal email from Google Workspace to Proton. My use case wasn't privacy (especially when 99% of my email is sent to and received from people using Gmail, Office 365, etc.) I was interested in trying Proton more to support a plurality of service providers. As such, I'm probably not Proton's target customer. That means the compromises Proton makes to enable E2E are…

Yeah this is why I chose Fastmail when migrating off Gmail - I needed something more usable, not private

Re: Moving away from US cloud services

#335
post #309
post #200

Earlier quoted context omitted.

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.

No, not nextcloud, it's the photos on my website. They are CC-BY-NC-ND-4.0 licensed, which genAI doesn't respect in any form. 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; "…

Thanks!

Re: Moving away from US cloud services

#336
post #250

Earlier quoted context omitted.

I’m curious about mailbox.org, which markets themselves as “privacy made in Germany“

I think German law makes that impossible - basically you need to assume the government can access your data at any time.

I thought EU privacy laws were better than US laws.

Re: Moving away from US cloud services

#337
post #72

> 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…

> Git repos (it's too difficult) Sourcehut > Startpage uses Google's index. If they have enough users/make enough money, they'll make their own. Ecosia and Qwant (both european search engines) are working together to make their own index. In any case, even if a european is a proxy for an american service, you need to prove that there is a market for an european equivalent for change to happen.

For git there's also Codeberg

https://codeberg.org/

Re: Moving away from US cloud services

#338
post #116

Earlier quoted context omitted.

counterpoint: not everyone needs a hyperscaler. Especially with open source like Kubernetes out there. Of course the more experience companies have managing it, better the service becomes. But I don't see why it can't happen within EU.

dude, EU is home for around 500 million people. (correct me if I'm wrong). EU definitely needs a hyperscaler. Every single one of these people will need a digital identity along with their compute rights.

wouldn't it work with 100 not-so-hyper scalers as well though? It does not have to be AWS, GCP, Azure.

Re: Moving away from US cloud services

#339

Earlier quoted context omitted.

counterpoint: not everyone needs a hyperscaler. Especially with open source like Kubernetes out there. Of course the more experience companies have managing it, better the service becomes. But I don't see why it can't happen within EU.

K8s is an orchestration tool. You still need someone managing the physical hardware, and do it realiably at scale. That's what a hyperscaler does.

I do understand that, my point was that the pieces needed to provide it as a managed service are much easier to come up with in comparison to what AWS had to do with Fargate.

- https://www.scaleway.com/en/kubernetes-kapsule/

- https://www.exoscale.com/syslog/introducing-scalable-kuberne...

Post reply on HN