I don't use it because it doesn't show what it executes, which is elitarianism. Not really far away from the motivation for the systemd discussion in the opposition.huh, what we're hearing is that you won't use it because you have to learn how to use it. weird flex, but ok
In this context it means a group dictating a standard like it's a natural presence and obscuring the actual operation of things that already existed before the group. Fortunately, we're on OSS grounds and we can do whatever we want legally.really struggling to understand the reasoning here. development is lost and "elitarianist" because the rc system doesn't work to your expectation, and your script-generated system doesn't work, therefore, what, exactly ???
Isn't that already the case here? Or do I not understand the status quo because I thought that there were multiple options that could be slotted in if you so chose without necessarily having to do a ton of work It's one of the issues with systemd where it's bloated up to cover things that wouldn't traditionally be done by an init system, which makes it a lot harder for non-Linux OSes to support software that depends on it.In this context it means a group dictating a standard like it's a natural presence and obscuring the actual operation of things that already existed before the group. Fortunately, we're on OSS grounds and we can do whatever we want legally.
Add for the Rust-kernel discussion: The owner of a computer should have the unconditional permission to develop unsafe.![]()
Just out of curiosity, why Eclipse inside a podman container?On a separate note. As far as flatpak/snap/whatever else goes. FreeBSD has a pretty good selection of options. It's fully possible to stick to just ports or pkgs if you want to, I was not able to do the same with Linux in the last year as inevitably there was at least one piece of software that was only available in a form other than the one that all the other software I was using was using. FreeBSD having both thin and thick jails along with VMs and what appears to be pretty decent podman support is a great way to go. I'm still learning, but I was able to get eclipse running inside of a podman container with perpetual storage to go with it.
It's called `ephemeral jails`. It's also a thing of beauty. Arguably, it's just as important and thin/thick jails, or more, but gets no word in the handbook.Thanks to FreeBSD jail(8) magic and it's limitless nature, you can actually isolate the software without resorting to having another copy of OS stored somewhere, and said software could be installed with pkg(8). I've done that, and I should probably write about it on forums. You can literally use your host / as jail root (though nullfs-moutned somewhere else) and then nullfs/tmpfs to allow/deny acess to filesystem. Everything else is standart jail magic -- networking, securelevel, whatever.
Mostly because I'm learning how to use podman and it was easier to do than something that benefits more from it like a web browser. It's not really something that I'd particularly advise people doing for that program, or at least I haven't found a non-learning reason to do it.Just out of curiosity, why Eclipse inside a podman container?
The pkg version works fine except for the missing marketplace (i.e. need to manually find update sites) and for a severe lack of libs which use C wrappers and lack freebsd libs.
Interesting, I'm going to have to look into that. I see DtxdF posted something about that months back, I'll have to take a closer look when I have time.It's called `ephemeral jails`. It's also a thing of beauty. Arguably, it's just as important and thin/thick jails, or more, but gets no word in the handbook.