That’s the project’s goal and they have 100% comparability across quite a few of the tools. Definitely still a ways to go before they can fully replace all of coreutils, but Ubuntu’s goal is to replace the tools peace meal with the once that are ready.
hackeryarn
- 4 Posts
- 42 Comments
hackeryarnto Linux@lemmy.ml•Can I setup Linux on a VM and then swap to that setup permanently if it works well for me?61·3 months agoIf you go with NixOS or guix, both of which are declaratively configured, you can swap 99.9% seamlessly. I run the same NixOS config on 2 machine and a VM. Only thing I had to modify between them are some driver specific settings, but those are easy to isolate.
That looks really well done. And a lot of stuff would be condensed by having viduals.
Doesn’t look like my preferred style… Maybe that’s why I couldn’t get into the book either 😅
War and Peace. Heard so many good things about it. Despite everything, went in not having super high expectations.
The whole book turned out like a reality tv show. All the characters had some petty drama that they blew out of proportion. Hundreds of pages where nothing really happens, people just complain or bad mouth other characters.
I had to stop half way through.
hackeryarnto No Stupid Questions•Why is there no sense of "camaderie" in the workplace?25·9 months agoTotally get that. Just saying that different people want different things out of their jobs, and it’s a good thing that there are places where all of them can fit.
hackeryarnto No Stupid Questions•Why is there no sense of "camaderie" in the workplace?1110·9 months agoIsn’t that the whole point of hiring people that fit the company culture? I’ve worked at both types of places in different stages of my life. Both can feel good or bad depending on where you’re at. Don’t try to change the job to fit your needs. Find a different one.
So streaming services are really becoming on demand cable. How long until someone bundles a bunch and makes a company out of it?
hackeryarnto Linux@lemmy.ml•Nix/Silverblue users: How big is the advantage if you already have 100% automated your deployments via Ansible?1·1 year agoYour summary of the language is spot on. I still hope that more distros take inspiration from the declarative config and try to move in the direction, or nix supports a better language in the future. I think that ultimately that’s what the average linux user would want. The ability to still customize in a safe manner. Silverblue, and others, are and will remain a great option for the new or indifferent user.
On your point about the transient phase, nix actually does that by default already. It installs everything at a separate path and then flips over in one go. You can even pick the mode, either try to do a live switch as you describe, or on boot. I don’t know if I see many benefits to images there.
I am at a second place now that uses NixOS in a corporate setting, and it is much easier than maintaining the CoreOS images, or similar. I’ve had some many broken builds of CoreOS images because something goes wrong between the custom packages and the base CoreOS images, I would rather just run an Ansible script at this point. Also, you end up using the exact same test suite for NixOS images as for your other images, so the same guarantees end up being met.
hackeryarnto Linux@lemmy.ml•Nix/Silverblue users: How big is the advantage if you already have 100% automated your deployments via Ansible?1·1 year agoDefinitely. That’s a great way to run different option together.
I was just using the DE as an example to demonstrate how cleanly NixOS can add and remove packages. The clean removal of packages with lots of configs is something that most distros struggle with.
hackeryarnto Linux@lemmy.ml•Nix/Silverblue users: How big is the advantage if you already have 100% automated your deployments via Ansible?1·1 year agoNo, I fully understand it. But if you build the whole system where every package is isolated, none of the packages interfere with each other, and every package is tested across a wide array of architectures, you can just as safely put together your ideal OS setup and don’t have to deal with being locked into very simple and bare system.
The right place for immutable OSes is if you’re using it as a server for container workloads, where you will never customize the base system. Or if you never want to customize your system. Yes, you can customize the system image, but it breaks all the guarantees that the images gives you because the packages themselves are not isolated and by bumping a wrong dependency for a custom packages you can still break the whole system.
hackeryarnto Linux@lemmy.ml•Nix/Silverblue users: How big is the advantage if you already have 100% automated your deployments via Ansible?2·1 year agoAlready has that. And if you use flakes, you can fully lock down your package versions that way the install is 100% identical on every machine no matter when you run it.
hackeryarnto Linux@lemmy.ml•Nix/Silverblue users: How big is the advantage if you already have 100% automated your deployments via Ansible?11·1 year agoMy favorite example of how idempotent NixOS is has to do with the DE. If you’ve ever looked at switching from gnome to KDE, or the other way around, most distros suggest to just re-install because each DE leaves so much cruft around and it’s so hard to remove everything in a safe manner.
With NixOS, you just change one line in your config, and the DE is cleanly swapped.
hackeryarnto Linux@lemmy.ml•Nix/Silverblue users: How big is the advantage if you already have 100% automated your deployments via Ansible?26·1 year agoI would separate NixOS from other immutable distros. NixOS is really about giving you blank slate and letting you fully configure it.
You do that configuration using a static config language that is able to be far more idempotent than Andible. It’s also able to define packages that are well contained and don’t require dynamic linking setup by manually installing other packages.
Immutable distros, on the other hand, really have no advantage to your setup and will probably feel more restrictive. The main use I see for them is for someone new or lazy that wants to get a working system up and running quickly.
I’ve worked on dev tooling in a fairly large company. Especially for cyber security, do not get a Mac. A lot of the tools are just different enough on a Mac that they will make your life much harder.
I would say it’s actually easier in many cases. Nix has really fantastic packaging tooling. You do have to learn a bit of the nix language, however (not become an expert).
The issue comes when trying to build from source. In most other distros, ou just follow the readme. In nix, you have to package it.
I wasn’t trying to go into typing as much as using structs or objects when working with known data attributes. Sorry that it was a bit misleading.
The original actually went into using trees, sets, heaps, tries, etc., but it felt way too… ranty. After writing all that out, I realized that most of those other cases come up really infrequently, and that my biggest gripe was about not using structs or other pre-defined key container types. I thought it would be better to keep things short and focused.
Maybe I should re-write and publish a data structures edition.
I love the addition of dataclass. Makes refactoring such a breeze. If you need to extract some function, boom, you already have a class that you’re using everywhere.
hackeryarnto Open Source@lemmy.ml•Why does open source take up so much memory space on Macos141·1 year agoMy first guess would be emulation for apps that do not run on aarm by default.
A lot of OSS devs don’t want to spend time supporting a closed architecture. Especially some of the more privacy and openness focused apps that you’re running.
hackeryarnto Debian•Trying to play games on Steam nuked my system on Spirallinux (Framework 13 amd laptop)31·1 year agoFrom a privacy and security perspective, it’s mostly better to run non free software in something like flatpak. At least it provides some layer of isolation from the rest of the system.
A lot of companies make their most senior devs engineering managers, and expect them to stay technical. I assume this was the case here.