Our company started migrating our tech stack from USA to EU. We are about 90% there with a few small dependencies that could be resolved but we have not yet tackled.
Migrating to the EU
101–110 of 747 posts
Re: Migrating to the EU
#102how about the OPPOSITE problem: _anyone knows of any non-EU AND non-US email providers_? with email accounts as the roots of trust for many things, i'd really wanna know how can I get a trustworthy one not-attached to eithern an unstable system (US), or a very overregulating one like the EU juristictions... and ofc, non-CN too
So where do you want to host your email? Name a country and it probably has its own problems: some combination of instability, corruption, authoritarian governments, collaboration with the US and EU governments that you want to escape… ProtonMail is in Switzerland, so it’s perhaps the best mainstream bet. But the Swiss are absolutely not immune to US and EU pressure.
Re: Migrating to the EU
#103> First, I tried mailbox.org, which I can generally recommend without reservation. Unfortunately, you can’t send emails from any address on your own domain without a workaround I use mailbox for a long time, one account for 2.50EUR/month with multiple custom domains and I can send emails from any address. To send from a different address the process didn't really seem different than other providers. From Thunderbird…
...also migrating AWAY from Fastmail (Australian) and TO an European provider sounds like a very bad idea - I'd kind of want both the US and the EU legally away from my coms at all costs (!)
Re: Migrating to the EU
#104> First, I tried mailbox.org, which I can generally recommend without reservation. Unfortunately, you can’t send emails from any address on your own domain without a workaround I use mailbox for a long time, one account for 2.50EUR/month with multiple custom domains and I can send emails from any address. To send from a different address the process didn't really seem different than other providers. From Thunderbird…
...also migrating AWAY from Fastmail (Australian) and TO an European provider sounds like a very bad idea - I'd kind of want both the US and the EU legally away from my coms at all costs (!)
If you want both US & EU away from your data, I suppose you will have to consider things like Yandex Mail, which comes with its own set of problems too, of course :)
Re: Migrating to the EU
#105How comfortable are you guys with the fact that EU countries allow prosecutors and sometimes even police officers to issue their own search warrants without meaningful judicial review? Some EU courts will not exclude illegally obtained evidence either, so challenging the warrant later on will be pointless. Oh, and you might be in a reasonable EU country and still be hit with an EIO from one of the unreasonable countr…
Re: Migrating to the EU
#106[1]: https://ecosia.org
[2]: https://qwant.com
[3]: https://uruky.com
Re: Migrating to the EU
#107> First, I tried mailbox.org, which I can generally recommend without reservation. Unfortunately, you can’t send emails from any address on your own domain without a workaround I use mailbox for a long time, one account for 2.50EUR/month with multiple custom domains and I can send emails from any address. To send from a different address the process didn't really seem different than other providers. From Thunderbird…
Re: Migrating to the EU
#108How comfortable are you guys with the fact that EU countries allow prosecutors and sometimes even police officers to issue their own search warrants without meaningful judicial review? Some EU courts will not exclude illegally obtained evidence either, so challenging the warrant later on will be pointless. Oh, and you might be in a reasonable EU country and still be hit with an EIO from one of the unreasonable countr…
At least there is still the rule of law and democracy in the EU
Re: Migrating to the EU
#109Codeberg is only for FOSS projects. Is there some good European hosting provider for git? I really don't want to self host git.
Gitea is one of the easiest projects to to self-host. And to do regular upgrades, you only need to update one file. It has been a joy to self-host for many years now.
Re: Migrating to the EU
#110Earlier quoted context omitted.
What do you mean by supposedly? The PR model is pretty much universal for a reason. I get why it is considered out of scope for core git, but it is by no means a weird fixation people have.
Just send me an email with your branches URL, and I will pull from it. Thats pretty much what a Pull Request is.
Then you have to use email for the review conversation, make the discussion easily available to everyone involved and future devs, track manually which comment refers to which line of the diff due to lack of overlaying, manually ping to warn of updates, rely on manual quoting, no direct information on whether the CI pipeline succeeded...
To me that feels like writing code using only sed. It is possible, but it removes or makes convoluted an absurd degree of regular work.