this post was submitted on 07 Oct 2025
206 points (97.2% liked)

Linux Memes

1315 readers
1 users here now

A little experimental Linux memes community. We'll see how this works out!

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] hperrin@lemmy.ca 7 points 1 month ago (3 children)

If you need a program to do something, not look pretty (photo apps, video apps, etc), why include graphics?

[–] hitmyspot@aussie.zone 21 points 1 month ago (1 children)

GUIs are more intuitive for more people. It’s also nice to be able adjust setting with a drop down or radio, without knowing any commands in a new program.

That’s not to say cli is bad, or cannot be learnt, but that there are pros and cons.

[–] drosophila@lemmy.blahaj.zone 10 points 1 month ago

The pro being that you get the power of linguistic composition. The con being that its less discoverable.

[–] TrickDacy@lemmy.world 8 points 1 month ago (1 children)

Ever spoken to a person before?

[–] hperrin@lemmy.ca 2 points 1 month ago (1 children)

I speak to my wife every day.

[–] TrickDacy@lemmy.world 3 points 1 month ago

Suspiciously not specifying, so I assume she's a robot.

[–] ZILtoid1991@lemmy.world 4 points 1 month ago (1 children)

In a GUI application, you can usually just put less often used capabilities into a menu bar, then the user can find it there. In a TUI application, the user will need to spend time to learn it, with the danger of forgetting it. And on the modern AI slop infested web, "Googling" became harder, and I managed to nuke a Raspberry Pi installation from an article that told me how to set paths in Linux.

[–] hperrin@lemmy.ca 2 points 1 month ago (2 children)

man <program>

or

<program> --help

[–] freebee@sh.itjust.works 6 points 1 month ago

Yeah to most people that's more effort than going through menu's. Especially people with photographic memory benefit from GUI (don't remember name of thing you're looking for but you know where it can be found). Terminal for daily usage is definitely not for everyone.

[–] captainlezbian@lemmy.world 2 points 1 month ago (1 children)

I knew about -h but I didn't know man. And that's as someone who's been using Linux for two years and has an engineering degree. Gui is simple in that natural exploration will allow people to intuit where to look for things. Bad gui is worse, as anyone who's worked with erp software knows, but the command line is less intuitive for exploration for many people and that means they build skills in gui.

[–] hperrin@lemmy.ca 1 points 1 month ago

For me, terminal programs make a lot more sense. They’re also easier to make. GUI limits where you can run and what it can do. I mostly code server side stuff, but sometimes I make web and desktop apps, so I’ve got plenty of experience coding them all. I also understand most people don’t want what I want or like what I like.