←back to thread

892 points todsacerdoti | 4 comments | | HN request time: 0.738s | source
Show context
sirwhinesalot ◴[] No.45289648[source]
We now live in a world where KDE looks nicer, more professional, and more consistent than the latest macOS. I don't know how that happened, and KDE isn't even particularly nice looking, but here we are.

For many years now KDE has focused on polish, bug fixing and "nice-to-have" improvements rather than major redesigns, and it paid off.

replies(29): >>45289995 #>>45290073 #>>45290151 #>>45290269 #>>45290300 #>>45290329 #>>45290339 #>>45290551 #>>45290730 #>>45290812 #>>45290839 #>>45290937 #>>45291184 #>>45291224 #>>45291767 #>>45292070 #>>45292195 #>>45293081 #>>45293115 #>>45293191 #>>45293540 #>>45295805 #>>45296420 #>>45296861 #>>45297073 #>>45297580 #>>45298444 #>>45298935 #>>45299011 #
everdrive ◴[] No.45290329[source]
Major changes aren't even _desirable_ in UI. People kind of emotionally enjoy novelty, however when it actually comes to using a computer consistency is superior to absolute excellence. Figuring out where settings and buttons are just because you ran software updates is a total waste of time on both ends; it wastes the user's time, and was a waste of time to develop. Maybe I'll switch from gnome to KDE this weekend, this looks promising.
replies(4): >>45290476 #>>45291446 #>>45291680 #>>45292157 #
mjrpes ◴[] No.45291680[source]
Is this always the case?

I prefer what Windows 11 has done with settings being a simple two panel window with categories on left and scrollable settings on the right, with a search/filter bar at top. As you drill deeper you have a breadcrumb at top allowing you to see the levels you are in and click to go back up. This also allows space for descriptions of what each setting does. It could even be improved by allowing users to pin commonly used settings.

This seems overall more simple and cohesive compared to the old Windows control panel with icons and nested settings being popups within popups within popups. It also allows easier scaling and viewing depending on DPI, screen size, resolution, etc.

replies(1): >>45293487 #
1. naasking ◴[] No.45293487[source]
Windows 11 settings are worse than they were prior to Windows 10. Before I could have multiple windows open for settings to monitor progress (like of windows updates) or check settings against each other. Now it's a monolithic interface that forces me to back out of something I'm looking at to look at something else, like a website that doesn't let me open multiple tabs to browse it. Terrible UX IMO.
replies(1): >>45294775 #
2. ahartmetz ◴[] No.45294775[source]
As a developer who has worked on similar things, that interface can prevent a lot of trouble of the kind "What if the user edits a setting that updates something in another part of settings, which might also be open at the same time?" - or even the same settings screen opened multiple times. It is rare that such cases come up for users, but they can be very annoying and time-consuming to deal with. Perhaps that was the motivation.
replies(2): >>45295695 #>>45299708 #
3. naasking ◴[] No.45295695[source]
I get it, but instead of putting effort into redesigning the whole interface to avoid this possibility, they could have put that effort into rendering the same UI in immediate mode and problem solved.

I actually think the real motive is that they wanted to move to a more unified mobile and tablet friendly UI code base, which centers more around full screen windows.

4. account42 ◴[] No.45299708[source]
Making the developer experience easier at the expense of the user experience is the heart of the problem with modern software.