this post was submitted on 08 Jun 2026
904 points (98.6% liked)

me_irl

7818 readers
3375 users here now

All posts need to have the same title: me_irl it is allowed to use an emoji instead of the underscore _

founded 3 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Eat_Your_Paisley@lemmy.world -4 points 1 day ago (2 children)

I like opinionated software with very few exceptions like Apple killing save as

[–] dohpaz42@lemmy.world 22 points 1 day ago (4 children)

In other words: you like opinionated software so long as they share your opinion. That’s an important distinction.

[–] jj4211@lemmy.world 1 points 1 day ago (1 children)

It's hard to imagine not being opinionated, it's all just whether the opinion agrees with yours or not.

Drop down or radio button? It's an opinion about which is better. Braces and semicolons or spaces and newlines? It's an opinion about how to best format machine parsed stuff. Science fiction or fantasy being a better setting for your game, another opinion.

To the extent something might pusue being "unopinionated", I frequently find it tends to erode value. Refusing to pick a lane or even a default means the user has to do so much that the user might as well have done it themselves from scratch. Even in the attempt, they end up with opinionated implementation and documentation, as it's just unavoidable.

[–] OwOarchist@pawb.social 1 points 1 day ago

Drop down or radio button? It’s an opinion about which is better.

If there's only 2 or 3 options to select between, radio button. Drop down would be absurd; radio button requires fewer clicks to adjust.

If there's 4 or 5, you could go either way, probably more influenced by whatever is more consistent with the rest of the widgets in that menu.

If there's more than 5 options, drop down. Radio buttons would be absurd because it would just take up too much space in the menu to list all the options.

[–] Eat_Your_Paisley@lemmy.world 3 points 1 day ago

Correct and in open source there is a lot of choices that do the same thing so I have a plethora of options.

[–] jtrek@startrek.website 1 points 1 day ago (1 children)

I mean, ruff is an opnionated code formatter. I don't always agree with it but I'm very happy I can shut down other people whining with "that's just how ruff does it".

[–] alsimoneau@lemmy.ca 2 points 1 day ago

Same with black

[–] hemko@lemmy.dbzer0.com 1 points 1 day ago

If more software would focus on it's corr function rather than trying to fit every relevant or irrelevant use case, we'd have a lot less problems with very large rats nests filled with problems

[–] otacon239@lemmy.world 2 points 1 day ago (1 children)

That’s actually an option you can revert.

[–] Eat_Your_Paisley@lemmy.world 1 points 1 day ago (1 children)
[–] otacon239@lemmy.world 1 points 1 day ago* (last edited 1 day ago) (1 children)

I combine two tricks:

  • Go to System Preferences > General and enable Ask to keep changes when closing documents

  • Option + Shift + Command + S or hold Option in the File menu and Duplicate will switch to Save As

[–] Eat_Your_Paisley@lemmy.world 1 points 1 day ago

Thank you, I'll give it a try when I get home.