this post was submitted on 24 Jul 2023
907 points (95.5% liked)
linuxmemes
20880 readers
8 users here now
I use Arch btw
Sister communities:
- LemmyMemes: Memes
- LemmyShitpost: Anything and everything goes.
- RISA: Star Trek memes and shitposts
Community rules
- Follow the site-wide rules and code of conduct
- Be civil
- Post Linux-related content
- No recent reposts
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
view the rest of the comments
The Unix principles generally don't translate well to interactive graphical interfaces.
Which principle exactly? Early motif UIs still are in use in a lot of nieche applications.
Not saying UI design is easy or FOSS apps shine with excellent GUIs, but they work for their users and complaining doesn't help.
My point is: Either improve the UI or pay someone to improve it. Or at least make a suggestion to the devs but don't blame linux people for not providing a free product perfectly adapted to your personal habits.
https://en.wikipedia.org/wiki/Unix_philosophy
I assumed this is what you were referring to.
I was talking about all *nix-typical principles. e.g. that everything should integrate into batched jobs. Modularity. Human readable error messages. Transparent logging. Integrated software repositories & version control, man pages. file permissions & user groups. etc.
Stuff that seems strange and unnecessary complex for new users, who don't know how to use stuff.