Viewing profile — angio
angio
HN member- Joined
- Mon, Aug 10, 2020, 5:08 PM UTC
- HN karma
- 701
- Public activity
- 250 items
- HN profile
- View on Hacker News ↗
About angio
No profile information was provided.
Recent public activity
-
comment
Comment #45597413
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.
-
comment
Comment #45275198
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.
-
comment
Comment #45274202
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?
-
comment
Comment #43033766
Three UK has unlimited 5G data plans.
-
comment
Comment #42004896
TextMate is the first software I bought as a high school student. At the time it was _the_ code editor for anyone doing RoR.
-
comment
Comment #41589622
If you're willing to pay out of pocket (~100 euro or so) that service is available in western europe too.
-
comment
Comment #41528993
You can use Talos linux for an immutable (and tiny) OS.
-
comment
Comment #41338509
kubectl-node-shell is also pretty good to do that automatically. https://github.com/kvaps/kubectl-node-shell
-
comment
Comment #41200122
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.
-
comment
Comment #41200098
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…
-
comment
Comment #40655804
A lot of people (esp people that performed extremely well in school and in corporate environment) find "failing" and "losing reputation" very stressful.
-
comment
Comment #40155070
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 o…
-
comment
Comment #39693161
Why would you want to live in a country that bans apps like dictatorships do? I'd rather live in a free country.
-
comment
Comment #39602368
If you run their service locally it displays the connected account and you can interact with the app.
-
comment
Comment #39417446
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 com…
-
comment
Comment #38543768
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 spe…
-
comment
Comment #38023812
If you start vscode with `code .` after entering the nix shell it will work in most cases.
-
comment
Comment #37996963
Trenitalia has to make money since it's partly a private company.
-
comment
Comment #37846057
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 …
-
comment
Comment #37830922
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 …
-
comment
Comment #37715843
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…
-
comment
Comment #37672457
Should be in your "Sent" folder right?
-
comment
Comment #37553539
How do people deploy FDB to the cloud? Is it possible to deploy it without EBS to take advantage of cheaper VM temporary storage?
-
comment
Comment #37488083
Buildkite encourages that, even plugins are just a bunch of bash scripts that are sourced at specific steps of the build.
-
comment
Comment #37478356
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 a…