this post was submitted on 06 May 2024
1114 points (97.9% liked)
Programmer Humor
32443 readers
1395 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
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
actually, i would like to counter this. Developers often times put together shitty UIs that are hard to navigate (mostly because UI design is bad and we've been living with floating WMs for the past 30 years so nobody knows any fucking better for some godforsaken reason)
But it's no fault of the user for using a shitty interface if it was designed to be used in that manner, by the person who built it. This is why so many people like CLI, it's impossible to fuck up. You can use it wrong as a user, but that's because it has specific syntaxing. It's designed to only be used in that one manner, where as most graphical applications are designed to be "generally applicable" for some reason, and then when a user uses it in a "generally applicable" manner, somehow that's now the wrong way to use it?
People screw up CLI's all the time (looking at you Google Cloud). They (used to) insist on using my installed python which automatically upgrades and breaks the CLI. Good job python. Good job Gcloud.
i'm not sure that's a CLI problem, sounds more like an application problem from what i'm hearing.
Exactly! All applications can be shit, not just web sites.
this is true, though websites are most often the culprit of this.