![](/static/61a827a1/assets/icons/icon-96x96.png)
![](https://lemmy.dbzer0.com/pictrs/image/a18b0c69-23c9-4b2a-b8e0-3aca0172390d.png)
Onshape is an okay option for Linux (I’ve been able to do everything I used to to in Inventory), although I hate that it’s cloud based. I know that a rug pull is inevitable, but I figure I’ll stick with it until then.
Alt account of @Badabinski
Just a sweaty nerd interested in software, home automation, emotional issues, and polite discourse about all of the above.
Onshape is an okay option for Linux (I’ve been able to do everything I used to to in Inventory), although I hate that it’s cloud based. I know that a rug pull is inevitable, but I figure I’ll stick with it until then.
Yeah, if strong emotions were such a liability then we probably wouldn’t have them anymore. Emotions aren’t vestigial or useless or contrary to rational discourse, they’re an integral part of what it means to be sentient and sapient, and they can be incredibly useful when doing things that are decidedly “rational.” I can tell that some code I wrote is shit because it “feels wrong” a hell of a lot faster than I can by logically reasoning it out.
I’m hoping that quote is simply lacking context. The alternative is that the people behind the quote are just fucking insufferable.
I spend all day at work exploring the inside of the k8s sausage factory so I’m inured to the horrors and can fix basically anything that breaks. The way k8s handles ingress and service discovery makes it absolutely worth it to me. The fact that I can create an
HTTPProxy
and have external-dns automagically expose it via DNS is really nice. I never have to worry about port conflicts, and I can upgrade my shit whenever with no (or minimal) downtime, which is nice for smart home stuff. Most of what I run tends to be singleton statefulsets or single-leader deployments managed with leases, and I only do horizontal for minimal HA, not at all for perf. If something gives me more trouble running in HA than it does in singleton mode then it’s being run as a singleton.k8s is a complex system with priorities that diverge from what is ideal for usage at home, but it can be really nice. There are certain things that just get their own VM (Home Assistant is a big one) because they don’t containerize/k8serize well though.