HN user

angio

701 karma
Posts1
Comments249
View on HN

TextMate is the first software I bought as a high school student. At the time it was _the_ code editor for anyone doing RoR.

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).

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.

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).

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).

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.

Apisix. Envoy is so hard that there's entire suites of products (ambassador, gloo, etc) just to make it easier to configure.