this post was submitted on 22 Jul 2026
609 points (97.5% liked)

linuxmemes

32172 readers
1787 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
  • Don't get baited into back-and-forth insults. We are not animals.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn, no politics, no trolling or ragebaiting.
  • Don't come looking for advice, this is not the right community.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
  • 5. πŸ‡¬πŸ‡§ Language/язык/Sprache
  • This is primarily an English-speaking community. πŸ‡¬πŸ‡§πŸ‡¦πŸ‡ΊπŸ‡ΊπŸ‡Έ
  • Comments written in other languages are allowed.
  • The substance of a post should be comprehensible for people who only speak English.
  • Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
  • 6. (NEW!) Regarding public figuresWe all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.
  • Keep discussions polite and free of disparagement.
  • We are never in possession of all of the facts. Defamatory comments will not be tolerated.
  • Discussions that get too heated will be locked and offending comments removed.
  • Β 

    Please report posts and comments that break these rules!


    Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.

    founded 3 years ago
    MODERATORS
     
    you are viewing a single comment's thread
    view the rest of the comments
    [–] cannedtuna@lemmy.world 40 points 18 hours ago (8 children)

    I feel like someone tired of hearing β€œit works on my computer” is how NixOS came about

    [–] captcha_incorrect@lemmy.world 5 points 10 hours ago (1 children)

    I tried NixOS after many years on Debian. I cannot go back, at least not on my server.

    [–] cannedtuna@lemmy.world 1 points 9 hours ago (1 children)

    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).

    [–] BCsven@lemmy.ca 3 points 9 hours ago

    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.
    [–] DasFaultier@sh.itjust.works 23 points 17 hours ago (1 children)
    [–] cannedtuna@lemmy.world 30 points 17 hours ago (1 children)

    Docker’s like β€œwell why don’t we just ship the client your computer then?”

    [–] mic_check_one_two@lemmy.dbzer0.com 40 points 16 hours ago (1 children)
    [–] Valmond@lemmy.dbzer0.com 6 points 15 hours ago (1 children)

    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!

    [–] skarn@discuss.tchncs.de 3 points 14 hours ago (2 children)

    What's an electromagnetic microscope simulator? For reference, I work in electron optics.

    [–] Valmond@lemmy.dbzer0.com 1 points 4 hours ago

    I worked on the visualisation and processing software for the Volume Scope EM ( I could only find a link to the successor here ) and the 2 PCs had the control and acquisition software.

    A quite nice SEM, multi acquisition (you could designate several regions), multi energy (so scanning several depths by focusing the electron beam per layer) and of course the diamond knife 😁 to cut each layer!

    [–] valter@lemmy.world 3 points 12 hours ago

    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.

    [–] ImgurRefugee114@reddthat.com 4 points 15 hours ago

    As a daily-driver of nixos: basically yes.

    [–] Pudutr0n@lemmy.world 6 points 18 hours ago
    [–] makefile@programming.dev 3 points 15 hours ago (2 children)

    Can you explain the nixOS part?

    [–] TwilightKiddy@programming.dev 4 points 11 hours ago

    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*.

    [–] cannedtuna@lemmy.world 4 points 15 hours ago (1 children)

    The ethos of NixOS is if a program runs on one computer using Nix it will run on any computer running Nix.

    [–] makefile@programming.dev 4 points 15 hours ago (1 children)

    Okay but like that's almost every other distro as of 2021

    [–] cannedtuna@lemmy.world 3 points 11 hours ago* (last edited 11 hours ago)

    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

    [–] Object@sh.itjust.works 2 points 18 hours ago

    Chances are they have wildly different setup to the point that it's useful for reference at best