OCI images that you can turn into a full-fledged developer workstation shipping Devbox, Nix, Homebrew, devcontainers and DevPod with one command. Pretty swanky!

52 points

I have long loooooong ago given up on distro hopping because, at the end of the day, most distros are close enough to each other that it doesn’t really matter which one you choose at the end of the day. These new immutable ones though… They seem cool as hell. I need to give one a go someday.

permalink
report
reply
29 points

Same, I found Arch over a decade ago and stopped looking.

permalink
report
parent
reply
10 points

I feel like I left arch a decade ago. 😄

It was rough going around the time of the systemd transition and needed something more consistently reliable. I’ve been on Mint ever since.

permalink
report
parent
reply
3 points

Arch has rarely ever given me problems…that I didn’t cause myself 🤣

permalink
report
parent
reply
1 point

Yup. SystemD rollout was crap. Debian even got wrapped up in it. Ah well.

permalink
report
parent
reply
3 points

I’ve been distro hopping a bit lately trying out some immutable distros like nix,fedora kinoite,microos,but I always end up back on arch. I think that settles it and I should just stop,cause distro hopping is a waste of time.

permalink
report
parent
reply
7 points

distro hopping is a waste of time.

Very much so. There are limitless things you can do with a computer. Installing a new OS for me falls squarely in the annoying and tedious categories… There are so many more interesting things to put effort into.

permalink
report
parent
reply
2 points

Nix was my stop

permalink
report
parent
reply
1 point

Yeah there isn’t much of a difference as there used to be, now it’s mostly about package management and what is installed by default, not that that’s bad, choice is always great.

permalink
report
parent
reply
13 points

Distro hopping always leads back to debian

99% of the time, whatever drew you to a shiny new distro could be achieved in debian with minimal effort

permalink
report
parent
reply
9 points

Debian was the reason, why I’ve started distro hopping, in the first place

permalink
report
parent
reply
2 points

Yep, distro-hopping ended for me when I learned how not to break Debian Sid.
(Basically, install apt-listchanges and if an update wants to remove stuff you need without replacing it with newer versions, or throws an error, wait a day and try again)

permalink
report
parent
reply
5 points

I mean, if you are not happy (and dont fear your home getting messed up with configs) you can just rebase an immutable OS to another one, one reboot and you are from GNOME to KDE to Sway to whatever

permalink
report
parent
reply
40 points

“the next generation cloud-native”

that’s as far as I got. Cloud native is an immediate, non-negotiable red flag for me

permalink
report
reply
20 points

They need to work on their branding. “Cloud Native” triggers images of subscription services and data mining. But the idea here is that the whole OS and its components are all sort of containerized, so you can just pull pre-configured “cloud” images that are guaranteed to work out of the box to your machine.

permalink
report
parent
reply
5 points

That is one of the dumbest ways I’ve ever seen someone try to connect their product to the cloud buzzword. By that logic all stable linux distros are cloud since you pull the packages with preconfigured sane defaults from the repos.

permalink
report
parent
reply
3 points

It’s hard to explain until you’ve used it, but in my experience I think this is much different than a traditional Linux distro. Every other distro I’ve tried has (to some extent) dependencies that can get out of whack, configuration drift that makes it hard to get things to work sometimes, random codecs or drivers or other things you need to install to get a system working as it should, etc. In the “cloud native” model, all the packages, drivers, etc. are built and tested in the cloud. So when they arrive on your machine, they “just work” and updates are handled automatically - it’s great. Maybe not great for tinkerers, but great for regular users who just want to use their computer.

permalink
report
parent
reply
5 points

Why?

The CNCF has a number of awesome projects that live up to FOSS values.

permalink
report
parent
reply
5 points

CNCF projects themselves are indeed FOSS, but “the cloud” as it is most commonly interacted with, by tech workers, are enormous collections of closed-source systems run by Amazon, Google or Microsoft (all under antitrust investigation either now or in the past).

permalink
report
parent
reply
1 point

Okay right but why would “cloud native” as the community’s marketing for it be considered a red flag. Someone who doesn’t know better would think oh “cloud native” Kubernetes is evil. When really the moniker mostly means it was designed to be highly scalable, to interface with public cloud API’s, among many other decisions that differentiate traditional enterprise I.T. software (which like Cisco products) could have its own fair share of “evilness” to be avoided.

My point was that O.P. should clarify why that’s such an immediate red flag for them.

To future readers I consistently use “cloud native” software on my bare metal computers at home. It’s mostly a marketing term to reflect “modern ness” in software features to be run on a public cloud.

In my experience cloud native doesn’t mean it’s on Google, or Microsoft’s privacy stealing software because they’re marketing to you that you can host it yourself on the public cloud.

permalink
report
parent
reply
33 points

Can someone ELI5 why this is so great? I watched the video and I hardly get it. (Linux user for 18 years)

permalink
report
reply
32 points
*

Because it uses OCI images, it auto-updates like a Chromebook, and you can switch between modes, like say a gaming mode that’s a full SteamOS replacement, to a mode that gives you an entire development environment without needing to install and configure these layers or stacks of capabilities yourself.

That’s very powerful. For cloud native developers like myself who are used to working with container images as the deliverable artifact, this makes that workflow very easy. Podman is included. You can create entire development environments at will that are totally “pure”: no side effects because everything you need is in the container. That’s a Dev Container.

permalink
report
parent
reply
14 points

I’m still having a hard time grasping this, probably because I don’t understand OCI images. How would this be different than say using fedora with docker to spin up containers with stuff I need?

permalink
report
parent
reply
31 points
*

Hmm, well Fedora on its own (so no Silverblue) is very much your classic way of shipping a distro. That tends to mean that, over time, “cruft” accumulates as you upgrade your system, uninstall/reinstall packages, etc. They leave bits of themselves behind that can cause unwanted behavior.

Fedora Silverblue, that Bluefin is based on, treats the entire system layer as “immutable”. Basically, it ensures consistency so that upgrades and package upgrades don’t leave the system in an inconsistent state.

What Bluefin adds on top of this is a set of opinionated, pre-configured layers suited for getting particular groups of tasks done. Those layers are also immutable and tested as a whole, which makes shipping those layers at velocity easy (faster upgrades, less wonky behavior on upgrade) and easy to swap between, so you can go from gaming to developer mode without worrying about an accumulation of cruft.

Is that helpful at all? There’s also this announcement blog post, which I found very helpful in understanding the value proposition.

permalink
report
parent
reply
1 point

Pretty much the same however it would be like you’re working inside a docker container to cover and build your container images.

In this setup your entire os is a container also. It’s just another layer. This is the same way the Steam Deck distributes updates and many of us believe to be the future for the next wave of Linux users.

permalink
report
parent
reply
18 points

Like most others in this thread, I’m having trouble understanding what this is. Fedora Silverblue with dev-related pre-installed stuff? (rhetorical question)

Their presentation feels like NixOS. You open their webpage and the entire thing is unclear. If even the target audience doesn’t get it, they probably won’t use it out of their own volition or without hand-holding.

Dunno if there are Fedora maintainers on the fediverse or reading this thread, but IMO they should tell their BlueFin team to fix the marketing. Most people don’t get what they’re trying to sell.

permalink
report
reply
8 points

Not sure if it’s right, but it seems to me this is really just a bunch of preconfigured fedora instances for specific use cases with containerized packages you can mix and match to your needs. Then they slap on a bunch of buzz words to make it sound novel.

permalink
report
parent
reply
8 points

Co-maintainer here, yep, you got it!

permalink
report
parent
reply
1 point

You gleaned more from it than me. I have trouble understanding exactly what it is.

permalink
report
parent
reply
14 points

I genuinely don’t understand the value proposition of, over just regular silverblue. As far as I can tell, they have a opinionated desktop setup out of the box, and a shell script that is a bunch of aliases to things you might want.

permalink
report
reply
8 points

Co-maintainer here. That’s basically what it is. The value proposition is included hardware enablement on the image (nvidia drivers, controller support, etc). and flathub ootb.

permalink
report
parent
reply
7 points

In the end, it is just an extra layer of testing. Silverblue only provides the base imgaes and confirms its stability. uBlue/bluefin adds the layers on top to the image and tests their stability with the base image before pushing the combined image to users. It is good for people who don’t want to do the layering and want something with those defaults out of the box.

permalink
report
parent
reply
2 points
*

Edit: for clarity, my comment is mostly directed at ublue or universal blue, which is what bluefin is based on.

I think the really value comes from the ability to easily roll new custom images and for the community to collaborate on those images to produce images that require minimal layering after the application locally.

permalink
report
parent
reply

Linux

!linux@lemmy.ml

Create post

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

  • Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
  • No misinformation
  • No NSFW content
  • No hate speech, bigotry, etc

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

Community stats

  • 9.8K

    Monthly active users

  • 6.1K

    Posts

  • 170K

    Comments