Remix.run Logo
carlosjobim 2 hours ago

> The fundamental issue is that a GUI is a static abstraction over a CLI that allows for millions of potential combinations. You can only expose so many options in a menu before the interface becomes completely unusable.

But is that an issue? Macs have had this solved for almost half a century: You expose things in the GUI that normal people need, not everything. For hackers, they can still go to the command line to hack.

Magniquick 25 minutes ago | parent | next [-]

> > The fundamental issue is that a GUI is a static abstraction over a CLI that allows for millions of potential combinations. You can only expose so many options in a menu before the interface becomes completely unusable. > > But is that an issue? Macs have had this solved for almost half a century: You expose things in the GUI that normal people need, not everything. For hackers, they can still go to the command line to hack.

Good point. I'd say, Linux has inherent complexity across multiple dimensions (less hardware integration, multiple stacks (is it running systemd-networkd ? Or maybe dns

thewebguyd 20 minutes ago | parent | prev [-]

macOS also exposes more advanced things through the GUI but not by default. Its largely undiscoverable, but holding option before clicking something generally offers more options (e.g., hold option and click wifi in the menu bar to get all the detailed connection information).

I like that method, keeps the default GUI clean but still offers GUI options for most things if you know where to look.