← Back to context

Comment by jlarocco

8 hours ago

Something to keep in mind is that you don't have to use GNOME. There are a ton of window managers that run on Linux, and you can find one that works better for you.

There's not much choice on Mac unless you install Linux on it.

Mac is just a different philosophy. Yes there are window managers for mac if you really want to replicate linux window management. That is possible for you. There are several tools for this, e.g. Amethyst.

But really mac is less about having every square inch of your monitor filled with a dozen different applications sized perfectly to fit the exact information you want on these screens. You can of course do this if you like but thats not really the philosophy.

The philosophy is that this is a real life desktop. Just like papers on your desk. Do you resize papers various ways and print them to maybe 3 inches across and lay them out on your desk such that you can see every paper at once, no space from one page to the next? No. You have piles. You thumb through piles and pull out stuff you need and lay them loosely next to eachother. Nothing is fixed in any constraints. Stuff can overlap or have space in between.

This is exactly how windows management works in macos. It is simply a different philosophy, but it is much closer to how desktop management actually works in real life with a physical desktop and physical papers.

It's linux, you can do everything in the terminal. I've never understood what purpose a "desktop" serves.

Want to start Firefox? type "fir<tab>" in your terminal and hit enter.

Want to see your files? Type "ls" and hit enter. Learn just a tiny bit about pipes, wildcards, and utilities and you can leave those mouse-pushers in the dust.

  • Do you adjust audio settings in the terminal? I've been moving away from using my mouse but anything related to audio or display settings intimidates me.

  • > Learn just a tiny bit about pipes, wildcards, and utilities

    Or I could use a desktop on expend my limited mental energy on things more relevant to me. It’s far easier for me to remember things in a visual or spatial manner.

  • If I want to start a program I can click its icon in the taskbar, if I want to see my files I can click the file manager in the taskbar, and since these actions are done with the mouse I can simultaneously lie back in bed while eating trifle with a long spoon.

  • I don't see what point you're trying to make. Those two examples work identically in the OSX terminal.