this post was submitted on 14 Nov 2025
132 points (100.0% liked)
technology
24101 readers
364 users here now
On the road to fully automated luxury gay space communism.
Spreading Linux propaganda since 2020
- Ways to run Microsoft/Adobe and more on Linux
- The Ultimate FOSS Guide For Android
- Great libre software on Windows
- Hey you, the lib still using Chrome. Read this post!
Rules:
- 1. Obviously abide by the sitewide code of conduct. Bigotry will be met with an immediate ban
- 2. This community is about technology. Offtopic is permitted as long as it is kept in the comment sections
- 3. Although this is not /c/libre, FOSS related posting is tolerated, and even welcome in the case of effort posts
- 4. We believe technology should be liberating. As such, avoid promoting proprietary and/or bourgeois technology
- 5. Explanatory posts to correct the potential mistakes a comrade made in a post of their own are allowed, as long as they remain respectful
- 6. No crypto (Bitcoin, NFT, etc.) speculation, unless it is purely informative and not too cringe
- 7. Absolutely no tech bro shit. If you have a good opinion of Silicon Valley billionaires please manifest yourself so we can ban you.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I have used a lot of terrible GUIs in my day, for sure. A lot of nonsense that makes me really want some of those nicer TUIs, for sure. My issue is with the programs that don't tell you what the options are and you just have to know the right commands and switches, not the nice interfaces that do the best they can with the technology and give you a list of options and a relatively simple way to select one. Unfortunately, that first type is the vast majority of stuff that you have to use a terminal for in the first place. And if similar programs with a nicer terminal interface exist, finding them is the exact same discoverability problem as figuring out the commands to use, because generally you have either a popular but not great GUI for it, findable via searching online and seeing people recommend it on a tech forum and then having to find it, or people who go on and on that it doesn't need a better interface, just look up the commands whenever you need to use it (and the oddball CLI junkies who think memorizing all the commands you often need is a mark of competency in computer usage, and easier interfaces were a mistake that lets idiots use computers). And I find even a terrible GUI less annoying than having to do that every time and flip between the terminal window and a web browser.
when you run into this experience, remember that the terminal is the kitchen and the gui is the dining room. Your implements, equipment and tools are in the directories in your $PATH, which will print them out if you type it. Each one has its instructions accessible with either the info, man, -h or help commands.