this post was submitted on 10 Dec 2023
1367 points (98.2% liked)

linuxmemes

21197 readers
83 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 members of the community for any reason.
  • 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.
  • These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
  • 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. Even if you watch it on a Linux machine.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.

  • Please report posts and comments that break these rules!

    founded 1 year ago
    MODERATORS
     
    you are viewing a single comment's thread
    view the rest of the comments
    [–] [email protected] 17 points 11 months ago (1 children)
    [–] [email protected] 3 points 11 months ago (3 children)

    Locking things behind terminal is not.

    [–] [email protected] 19 points 11 months ago (1 children)

    It's not locking behind terminal. It's just not implementing gui. Which is completely valid since that takes time and effort

    [–] [email protected] 6 points 11 months ago (2 children)

    Also, writing a GUI wrapper for a terminal-only program is much easier than writing a terminal wrapper for a GUI-only program.

    [–] [email protected] -3 points 11 months ago* (last edited 11 months ago) (1 children)

    Anyone worth any kind of respect writes the API for an application/CTA first and then uses the same API to power the GUI so it can also be used as a CLI tool.

    Everyone is happy, no elitism or wars.

    [–] [email protected] 3 points 11 months ago

    What do you mean by "CTA"? How don't see how "Call to Action" is relevant in this context, seeing how it's more of a UX design concern than a technical thing. Or does it have some other meaning that does not appear in Google's first page of results and that ChatGPT is not aware of, and yet "Anyone worth any kind of respect" already implements?

    [–] [email protected] 10 points 11 months ago* (last edited 11 months ago) (1 children)

    People are free to write a GUI for it, assuming it's free software. And you are free to not use a terminal and use any GUI alternatives.

    I mean, locking things behind a GUI definitely isn't freedom. GUIs are very limited compared to most terminal interfaces.

    [–] [email protected] 7 points 11 months ago* (last edited 11 months ago)

    it's just very hard to make a usable ui, and extremely easy to make a great cli interface

    [–] [email protected] 4 points 11 months ago (1 children)

    Are there programs that are locked behind a terminal?

    [–] [email protected] 2 points 11 months ago* (last edited 11 months ago) (1 children)

    Are you kidding? There are literally hundreds of commands in the terminal which don't have a symmetrical GUI application baked into the OS.

    Why would you create a whole GUI for a simple command such as scp and tail. Literally half of Linux is solely in the terminal

    [–] [email protected] 2 points 11 months ago

    Oh ok. I guess we have a different definition of what "locked" means. One could definitely make a GUI for simple commands. Who knows, maybe some students somewhere already have.