HN user

driton

14 karma
Posts0
Comments21
View on HN
No posts found.

Even behind a tunnel, if you happen to be running an older version of a service (like Immich) with a known exploit, you are still vulnerable to attacks. Tailscale sidesteps this by keeping the service completely "invisible" to the outside world, so the two don't quite compare in my view.

For what it's worth, I gave RTK a go after a rushed, failed attempt at using redux. Initially started as a POC for some internal tooling within the company. Due to its simplicity, it was a breeze to set up. Two years later, it's still great, and things like RTK Query[0] have made it even better, by removing the need to write custom data fetching logic, and adding other perks like caching.

Thank a lot for your hard work!

[0] https://redux-toolkit.js.org/rtk-query/overview

Regolith Linux 4 years ago

Thanks for posting this. Decided to install it as a package and give it a try, so far I'm quite impressed.

That sounds very interesting and specific.

If it's not a random example and if you're at liberty to say, would you mind elaborating further how Elixir specifically excels in that particular use case, and what would an alternative approach, regardless how cumbersome, be?

It's been a few years since I tried using it, so take this with a grain of salt, but my biggest gripe with it was that it would grind my computer (a beefy Dell) to a halt. Of course, this depends on what sort of environment you're trying to replicate. If it's 2 to 3 microservices and a database, I would imagine it's fine, but anything more, which is what I had to deal with at the time, it was a no-go. Especially so since this meant that running minikube and having a RAM-thirsty IDE, like Intellij IDEA, was practically impossible.

I am in the Netherlands, and my current contract stipulates that should they want to get rid of me, the company has to notify me 4 months in advance, whereas should I want to leave, I need to notify them 2 months in advance.

Do you have any sources on the legality of different notice periods in Europe?

Firefox 84.0 6 years ago

That sounds interesting, can you please elaborate on the whys and hows?

How is ElementaryOS doing nowadays? I used it for about a year a few years back and while gorgeous to look at, it had quite a few UI glitches.

Have you ever tried docker-compose?

While the two solutions are obviously with different goals in mind, one being to fully run the kubernetes setup locally, and the other one to run a few docker containers who talk to one another, if it's for the purpose of running a simple-ish dev environment, in my experience, docker-compose is much faster and simpler than minikube.