this post was submitted on 03 Oct 2025
51 points (96.4% liked)

Linux

13907 readers
321 users here now

Welcome to c/linux!

Welcome to our thriving Linux community! Whether you're a seasoned Linux enthusiast or just starting your journey, we're excited to have you here. Explore, learn, and collaborate with like-minded individuals who share a passion for open-source software and the endless possibilities it offers. Together, let's dive into the world of Linux and embrace the power of freedom, customization, and innovation. Enjoy your stay and feel free to join the vibrant discussions that await you!

Rules:

  1. Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.

  2. Be respectful: Treat fellow community members with respect and courtesy.

  3. Quality over quantity: Share informative and thought-provoking content.

  4. No spam or self-promotion: Avoid excessive self-promotion or spamming.

  5. No NSFW adult content

  6. Follow general lemmy guidelines.

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] mesamunefire@piefed.social 8 points 1 month ago* (last edited 1 month ago) (1 children)

I personally dont care if its rust, python, C/C++ etc.... what I do are is that its breaking things on essential services. At work we tried and found a couple of install scripts stop working because of the sudo issue. And that got us off Ubuntu server and now on Debian server (containerized but still). Thank god for CI/CD or this would be an issue later on. I hope they get everything rock solid because you cant have core utils deviate all that much given how many services rely on them. Accuracy should be more important than speed.

[–] exu@feditown.com 12 points 1 month ago (1 children)

Why were you running non-LTS server versions?

[–] mesamunefire@piefed.social 5 points 1 month ago* (last edited 1 month ago)

Very good question.

We test nightly to make sure nothing breaks the app in CI. Its trivial and saves us future work. Some apps cannot go down no matter what (health related stuff) and we tend to deploy as soon as its stable.

Its not my preference (I would rather just do LTS and stop) but im a small cog in the machine.