Lemmy account of natanox@chaos.social

  • 9 Posts
  • 52 Comments
Joined 6 months ago
cake
Cake day: October 7th, 2024

help-circle
  • Because a GUI conveys meaning, because humans are intrinsically better at memorizing shapes and location than some random abstract characters that do not mean anything to then unless you use them all the time. Because a System Settings panel with submenus and descriptions on their checkboxes and sliders is the manual AND the option simultaneously, small “?” with hover-over information boxes make it optimal. A GUI can go so far to turn completely red to signal dangerous settings, the CLI will happily oblige in whatever stupid command you enter. Hell, even god damn APT had NO option to warn users that they’re about to uninstall core system components until a big Youtuber like LTT had his distro blow up in his face. And STILL there were those people who tirelessly argued against a god damn warning… and colored text.

    GUI is by design better at guardrailing, meanwhile in the CLI a single wrong command with sudo in front can destroy your entire OS.

    I can’t fathom how this isn’t painfully obvious to anyone who thinks about this for even a moment…



  • Ah, the classic “CLI commands are universal” nonsense. Isn’t even true with poweruser distros (look at Alpine or Nix), but neither with common ones. But I’m sure reinstalling grub on a systemd-boot distro can’t be that bad, right? Here, quickly install something to fix that. Oh, your distro doesn’t apt but pacman/dnf/zypper/whatever? Too bad, don’t know those. Wait, why is that config file missing? Oh, your distro saves it somewhere else, sure hope you didn’t copy some script from the internet that now failed halfway through!

    Surely after copy-pasting all those commands the other person has learned something to help themselves next time, other than that they’re utterly lost on Linux without the help of others. This will definitely make people use Linux instead of going back to the exploitative OS they know where they at least feel comfortable enough to know it won’t fail on them.



  • There’s a lot of work being poured into Flatpak, which is the way to go forward (most likely coupled with immutable file systems in the future). If this work is done as well as more people contributing to the big desktop environments as Linux becomes gradually more popular there’s a good chance we’ll see steady success.

    But even then this whole culture has to change, and people need to stop lying to themselves how “CLI commands are universal” and such stuff (there are way too many differences between distros). Anyone who, instead of pointing to the corresponding disk utility, by default starts to describe parted or /etc/fstab to people who didn’t asked for the harder CLI way is actively alienating people. Not to mention who, in utter unhelpfulness, respond with “why would you want to do that” or “RTFM”. As if that’ll help anyone (also the manuals are utter garbage as they’re almost always written using high-level terminology expecting knowledge no newcomer will understand).

    It’s indeed “alles extrem belastend”.


  • Lol okay, just enter a command from the internet you don’t understand. What can possibly go wrong? The learning isn’t about being able to enter something, but to know what not to copy and paste. Just executing commands from the internet is the fastest way to fuck up your computer, to use the CLI regularly you have to understand what happens. And to do so is something that grows over years; years of broken systems, at least if you wildly enter stuff from the internet.

    This is not good enough if we ever want Linux to be mass adopted. And expecting it is even worse if this is to ever change; In my many years being into Linux I read outright warnings for e.g. Linux Mint users to not ever look for help outside of Mint forums because of this culture. Which is ridiculous, it shouldn’t be this way.









  • During some practical school training (basically two weeks where pupils are send to work in companies full-time without pay) at an electronics shop, someone brought in a Windows XP machine that caused problems. Heard that sound so often…

    Turned out they still ran it without any Service Packs. Windows Update also refused to work… and it was registered to those fine people called “Skidrow” (the cracking group). 😅

    At that time those registration cracks already supported Windows Update, they should’ve updated that one!






  • There are two different “efficiency” and “simplicity” perspectives clashing here. If you already are proficient with the CLI it’s arguably more efficient and/or simple than GUI solutions. If you are not then there’s literally a steep learning cliff in front of you, something many in the first group apparently either forget or otherwise want to ignore. It just sucks, some people in the community do have a lot of knowledge but a complete lack of understanding for people outside of their tech bubble.


  • Think this is more of a accessibility thing. No one denies the CLI is really efficient to use if you’re a professional, it shouldn’t be the norm that you have to be proficient with it to use your computer to the fullest though. Nor to receive help if you don’t feel comfortable using it.

    It would be nice if everyone could enjoy free and trustworthy computing, including people who either can’t or won’t learn many dozens text commands and paradigms.


  • That’s a good argument for Snaps & Flatpaks, not for putting an alias in place so “apt install Firefox” gets translated to “snap install org.mozilla.firefox” (or whatever the exact app name is). Corporate clients manage their systems as a fleet anyway, if the IT department sets it up a certain way their employees don’t fiddle with this stuff. There’s no good argument to redirect a users’ CLI commands to whatever Canonical believes is better.