The top list would be all EU countries since not only they can travel almost anywhere, but they have the right to live and work in 20+ other rich countries.
HN user
angio
I'm also in the camp that stopped using Pulumi, in part because despite the lack of state file it feels even more sluggish than tf.
How does this compare with Pulumi? AFAIK they also don't have a state file and relay on an external database to store state. Is your locking granularity better?
Three UK has unlimited 5G data plans.
TextMate is the first software I bought as a high school student. At the time it was _the_ code editor for anyone doing RoR.
If you're willing to pay out of pocket (~100 euro or so) that service is available in western europe too.
You can use Talos linux for an immutable (and tiny) OS.
kubectl-node-shell is also pretty good to do that automatically.
I'm seeing a lot of custom operators written in Rust nowadays. Obviously biased because I do a lot of rust myself so people I'm talking to also do rust.
I think you're just used to AWS services and don't see the complexity there. I tried running some stateful services on ECS once and it took me hours to have something _not_ working. In Kubernetes it takes me literally minutes to achieve the same task (+ automatic chart updates with renovatebot).
A lot of people (esp people that performed extremely well in school and in corporate environment) find "failing" and "losing reputation" very stressful.
I love how the EU introducing privacy laws and fining american companies when they break said laws is bad and the EU is overstepping their boundaries, but the US forcing the sale of a foreign company is totally cool.
Why would you want to live in a country that bans apps like dictatorships do? I'd rather live in a free country.
If you run their service locally it displays the connected account and you can interact with the app.
You can still name things in Tailwind + React (create a new component or variant), what changes is that if I need to add a 10px margin on the right I don't have to create a new component (like when using styled components), I simply override `className` and move on.
They mention metadata in the article. Imagine sending a message to a Signal account at time X, then asking Apple a list of all users that received a Signal notification at that specific time.
If you start vscode with `code .` after entering the nix shell it will work in most cases.
Trenitalia has to make money since it's partly a private company.
Roads still exists, but they're only used in emergencies or by people with special permits (e.g. disabled). Walkable communities are more dense and with less traffic, so emergency vehicles can reach destination faster in most cases.
Aave cannot fake its risk parameters because it's fully on chain and anyone can check them.
Crypto scams are always off chain (like FTX and many more) or have smart contracts that can be upgraded by anyone (but again, anyone can check that the contracts can be upgrade and by whom).
In my experience (sticking to base services like vm, k8s and blob storage) they are more reliable than GCP and less confusing than AWS. They're managed offering is bad, but I don't touch managed services anymore after getting burned by them several times.
Should be in your "Sent" folder right?
How do people deploy FDB to the cloud? Is it possible to deploy it without EBS to take advantage of cheaper VM temporary storage?
Buildkite encourages that, even plugins are just a bunch of bash scripts that are sourced at specific steps of the build.
We use mirrord together with a staging environment to run specific services without the need to bring up the rest of the stack locally (we have ~5 services so it wouldn't even be an issue).
Because they can buy western-made aircraft engines for a fraction of the price it would cost to develop one domestically.
In theory nix can solve that, in practice is more ergonomic to leverage a language's native package manager even in nix.
In that case NixOS rebuild will fail telling you exactly what to do. This is better than upgrading MacOS, where a system upgrade may break tools installed with homebrew and there is no way of knowing until _after_ the upgrade.
With NixOS someone else has written that script and now I can use a DSL to configure my desktop
Apisix. Envoy is so hard that there's entire suites of products (ambassador, gloo, etc) just to make it easier to configure.