Lodra

joined 2 years ago
[–] Lodra@programming.dev 11 points 1 week ago* (last edited 1 week ago) (1 children)

I absolutely understand not liking opt-out telemetry. Do people generally not like opt-in telemetry? Is this really why the community shifted to a different project?

[–] Lodra@programming.dev 3 points 2 weeks ago

What about nerdctl + containerd?

[–] Lodra@programming.dev 1 points 1 month ago (1 children)

Basically one of the founders, Andy, posted on twitter some praise of Donald Trump and the US Republicans party. I didn’t love but it wasn’t so exactly horrible IMO. But as people replied, Andy started answering via Proton’s official twitter account. And these were much worse.

Unfortunately, the original posts are now deleted. Even the discussions that I participated in here on Lemmy are now deleted. So it’s definitely hard to share much info. Here’s a copy/pasta of something from my inbox:

The worst part was not Andy's initial posts it was his initial "let me correct the narrative" follow ups where he went on to bash Democrats and call the Republicans the party of the little guy, which is in many ways untruthful.

It's just a really bad look overall. This is basically how it started with us finding out Musk was such a mess too.

Here’s Proton’s official response on Reddit, from 6 months ago. If you care to dig up more info, this should be a good starting point. Maybe the original posts are available on archive.org?

For my purposes, the event prompted me to learn a tad more about Proton’s finances. I discovered that the company donates to political parties in the US and elsewhere. IMO, this kind of thing gives people a good reason to care about this kind of “internet drama” because Proton uses its revenue to influence politics. I don’t know any details of how they do so, but this event made me question if I should continue using their services.

[–] Lodra@programming.dev 4 points 2 months ago

When A and B are for sale, then marketing and advertising definitely betray the 90% sometimes. The popular item is not always the best or even the best value

[–] Lodra@programming.dev 18 points 3 months ago (3 children)

Proton has made some statements about exiting Switzerland if these proposals become law. But who knows how long that would take and if any damage is done in the meantime.

Plus there’s other junk going on lately with Proton as a company…

[–] Lodra@programming.dev 1 points 6 months ago

There are many reasons to use k8s. Managing multiple nodes is one good one. But more importantly, k8s gives you an api-driven runtime environment. It’s really not comparable to docker compose.

[–] Lodra@programming.dev 2 points 6 months ago* (last edited 6 months ago) (2 children)

Yea I’m not a fan of helm either. In fact, I avoid charts when possible. But kustomize is great.

I feel the same way about docker compose. If it wasn’t already obvious, I’m biased in favor of k8s. I like and prefer that interface. But that’s just preference. If you like docker compose, great!

There’s one point where I do disagree however. There are scenarios where a local k8s cluster has a good and clear purpose. If your production environment runs on k8s, then it’s best to mirror that locally as much as possible. In fact, there are many apps that even require a k8s api to run. Plus, being able to destroy and rebuild your entire k8s cluster in 30s is wonderful for local testing.

Edit: typos

[–] Lodra@programming.dev 14 points 6 months ago (13 children)

Honestly, k8s is super easy and very lightweight to run locally if you know the rights tools. There are a few good options but I prefer k3d. I can install Docker/k3d and also build a local cluster running in maybe 2 minutes. It’s excellent for local dev. Even good for production in some niche scenarios