Most active commenters
  • cosmic_cheese(5)
  • skydhash(3)

←back to thread

892 points todsacerdoti | 12 comments | | HN request time: 0s | source | bottom
Show context
christophilus ◴[] No.45289397[source]
I just find it ugly vs Gnome or Mac. Inconsistent padding, font sizes, colors. Admittedly, this was maybe 5 years ago. Has that improved?

These days, I daily drive Niri and love it. I love the workflow of a scrolling WM. I love that I can configure it via a single text file in the standard configuration directory, I love how lightweight it is. It’s just about perfect for me.

replies(13): >>45289419 #>>45289430 #>>45289490 #>>45289539 #>>45289557 #>>45289563 #>>45289635 #>>45289660 #>>45289913 #>>45290028 #>>45290403 #>>45291741 #>>45305167 #
dmd ◴[] No.45289419[source]
> Inconsistent padding, font sizes, colors.

But enough about Mac OS Tahoe!

replies(1): >>45289528 #
carlosjobim ◴[] No.45289528[source]
Gnome has been the best looking desktop for about 5 years now, with OS X in second place. KDE and Windows (after 7) are so far below that they're a category of their own.

Apple should at once hire the people who are responsible for Gnome's UI, because they've got it figured out. Even better, put back together the Nokia N9 GUI team.

replies(7): >>45289587 #>>45289589 #>>45289704 #>>45289821 #>>45289845 #>>45294556 #>>45295626 #
1. cosmic_cheese ◴[] No.45289821[source]
GNOME is pretty, but it’s not great when it comes to progressive disclosure – what you see is what you get; there’s no depth in which power user features can be found.

macOS is nearly the opposite in this regard. I wouldn’t mind giving it a facelift but doing it GNOME style would mean it losing much of what has kept many users on it.

replies(2): >>45290547 #>>45290597 #
2. skydhash ◴[] No.45290547[source]
The way for power using gnome is through extensions. But once you got used to the gnome philosophy, you find that you don’t have to fiddle with the UI that much.
replies(2): >>45290834 #>>45290959 #
3. WD-42 ◴[] No.45290597[source]
Do you have any examples where power features aren't accessible? The OP used a wifi applet as an example of exposing information. I'm not sure if this isn't as common as I think it is - but what's wrong with typing `ip` into a terminal (that's always open anyway)? It's desktop agnostic, works even without a desktop. And then there's no need for an entire applet dedicated just to wifi for the rare occasion you need to lookup your MAC address.
replies(3): >>45290813 #>>45291277 #>>45295570 #
4. cosmic_cheese ◴[] No.45290813[source]
One small example is how holding down Option/Alt modifies behavior in various ways throughout macOS.

Often it functions as a “do this for everything” modifier. So for example, option-clicking the minimize traffic light minimizes all windows from the application the window belongs to, and option-clicking a disclosure triangle in a nested list expands or contracts all child nodes.

There’s tons of little things like that which might sound silly but become significant time and sanity savers after making a habit of using them.

5. cosmic_cheese ◴[] No.45290834[source]
Nice in theory, but my experience has been that extension devs burn out from having to update their extensions so often to keep them from breaking. There’s also some things that extensions can’t fix.
replies(1): >>45292612 #
6. kevin_thibedeau ◴[] No.45290959[source]
The silly thing about Gnome extensions is that you have to configure them through a web browser rather than OS dialogs rendered with their own graphical toolkit.
replies(1): >>45292589 #
7. demurgos ◴[] No.45291277[source]
> I'm not sure if this isn't as common as I think it is - but what's wrong with typing `ip` into a terminal (that's always open anyway)?

I'm a regular Linux user, but I wouldn't know how to get all the data from the Wi-Fi applet using the Command Line. GUI have the advantage of discoverability over CLI: with a GUI I get a bunch of useful info in a single place, with a CLI I first need to know that a data is available and then I need to look-up the right invocation to get this data.

replies(1): >>45291559 #
8. cosmic_cheese ◴[] No.45291559{3}[source]
UI also represents an opportunity for standardization, which is a powerful force for onboarding non-technical users and in time, turning them into power users. Standardized patterns illustrate to users that there's a method to the madness and that computers are finite, learnable systems and not seemingly arbitrary chaos or unintelligible techno-wizardry.
9. skydhash ◴[] No.45292589{3}[source]
That is untrue! There’s a CLI for loading them, and a settings api. The web thing is just one of the distribution channel.
10. skydhash ◴[] No.45292612{3}[source]
Don’t use private API then. While the public API is not stable, there’s few changes there.
replies(1): >>45293796 #
11. cosmic_cheese ◴[] No.45293796{4}[source]
I don't know what falls under public and private API but across my GNOME installs over the years there are numerous extensions that've broken and been abandoned, which suggests that most of the things that people want to customize sit on the private side of the line.
12. bmicraft ◴[] No.45295570[source]
> I'm not sure if this isn't as common as I think it is - but what's wrong with typing `ip` into a terminal

Well, for a start, `ip` isn't enough to give you anything. You'd need at least `ip a` or `ip r`, but then you'd have to already know that or go hunting in the manual (the `ip` help really is pretty bad). For something you might only need once a year (and will forget before you need it again!), having it in the GUI is very valuable.