Debian is great, I love it. But the ease of which I can repair my system when I break it is the main reason to stay. I made an error in my hardware config and I just had to use the previous generation to get back to a working state. After that, I could take my time to fix the issue without the server being down.
This whole everything is in config files is also very appealing, even though there is a lot to learn to get to the same level of knowledge (https://nix.dev/ helps there).
I know people hate hearing that line, but when I have done technical support it is highly useful to know if it works properly on other machines.
Preferably identical hardware is a good starting point, but if a solution is working fine on one machine but not another it can steer you toward other client issues.
Some user complaints of " it doesnt work on my machine" have been resolved to:
user modified, or didn’t input, the correct environment variable.
user is running a version of app not certified for that hardware config.
user actually has no clue how computers work and didn’t realize the app looking for shared network locations only works if you are on the network. Or app needing a license server can’t work if it can’t find the server
user isn’t understanding the requirements for the app output, so not providing the necessary input can’t achieve proper output results.
Dude, we got two machines shipped to us because the other team wasn’t able to make the installers function. It was electromagnetic microscope simulators, so the team wasn’t noobs. Got 2 fat pcs.
The party trick of NixOS is declaring your whole system in a huge config file. If you want someone to get the same system, you just throw your config at them and it works*.
It’s called Atomic Updates. The idea is every installed program is complete with no missing dependencies by ensuing each package maintains its own. Additionally an image of each program is kept so if an update goes poorly and something breaks rolling back is simple
I feel like someone tired of hearing “it works on my computer” is how NixOS came about
I tried NixOS after many years on Debian. I cannot go back, at least not on my server.
Why’s that?
Debian is great, I love it. But the ease of which I can repair my system when I break it is the main reason to stay. I made an error in my hardware config and I just had to use the previous generation to get back to a working state. After that, I could take my time to fix the issue without the server being down.
This whole everything is in config files is also very appealing, even though there is a lot to learn to get to the same level of knowledge (https://nix.dev/ helps there).
I know people hate hearing that line, but when I have done technical support it is highly useful to know if it works properly on other machines.
Preferably identical hardware is a good starting point, but if a solution is working fine on one machine but not another it can steer you toward other client issues.
Some user complaints of " it doesnt work on my machine" have been resolved to:
This is actually why I installed Bazzite on my desktop and suggested it to all my friends and family who were interested in Linux.
If anyone has a problem, I’m already familiar with the distro and I can be reasonably certain that the software situation is pretty close.
Also Docker and OVA.
Docker’s like “well why don’t we just ship the client your computer then?”
Dude, we got two machines shipped to us because the other team wasn’t able to make the installers function. It was electromagnetic microscope simulators, so the team wasn’t noobs. Got 2 fat pcs.
Worked!
What’s an electromagnetic microscope simulator? For reference, I work in electron optics.
I use SEMs, BTW.
As a daily-driver of nixos: basically yes.
Can you explain the nixOS part?
The party trick of NixOS is declaring your whole system in a huge config file. If you want someone to get the same system, you just throw your config at them and it works*.
The ethos of NixOS is if a program runs on one computer using Nix it will run on any computer running Nix.
Okay but like that’s almost every other distro as of 2021
It’s called Atomic Updates. The idea is every installed program is complete with no missing dependencies by ensuing each package maintains its own. Additionally an image of each program is kept so if an update goes poorly and something breaks rolling back is simple
plausible
Chances are they have wildly different setup to the point that it’s useful for reference at best