Live data from Hacker News

Sensible macOS Defaults

github.com

151–160 of 182 posts

Re: Sensible macOS Defaults

#151
post #69

Earlier quoted context omitted.

It's a Mac. "whether the screen is faulty, or the board is faulty" have the same fix.

Among the many differences, if the screen is faulty, one can plug in an external monitor, and: get files off, perform a backup, use the computer , and so on and so forth.

>if the screen is faulty, one can plug in an external monitor

You don't need a chime in order to try that.

Re: Sensible macOS Defaults

#152
post #78

Disabling natural-direction scrolling isn't sensible. It's the first thing I fix on all other OSes. Why should the content go the opposite direction of the way I'm moving my finger? This is one of the best fixes Apple ever made, back in Lion. Kudos to them to seeing the everyday and noticing that it was wrong.

This is configurable almost everywhere it is encountered, and there's a reason for that! It's the same dilemma as panning a first-person-perspective camera up and down. Some people think that down should move the perspective, some people think that down should move the camera : so pushing the joystick down should move the viewing window up. These physical intuitions are durable and hard to change. I grimly endured th…

I've only ever noticed "natural" scrolling was wrong when it became an option on desktop machines.

It makes perfect sense when I'm on a phone that I'm grabbing the content, since I'm reaching out and literally touching the content.

But on a desktop, I have a cursor. Obviously if I want to point at something below where my cursor is, I move it down. And if it's off the window, I need to scroll down further.

Re: Sensible macOS Defaults

#153
While we're here, there's a couple things on a mac I haven't been able to figure out how to do, and maybe some of you mac pros can give me answers.

1) Remove the dock (killing the dock automatically restarts it) 2) Remove all desktop icons (Killing Finder accomplishes this, but they reappear as soon as you need to open something in Finder)

Stuff like the above is why I greatly prefer Linux.

Re: Sensible macOS Defaults

#154
post #153

While we're here, there's a couple things on a mac I haven't been able to figure out how to do, and maybe some of you mac pros can give me answers. 1) Remove the dock (killing the dock automatically restarts it) 2) Remove all desktop icons (Killing Finder accomplishes this, but they reappear as soon as you need to open something in Finder) Stuff like the above is why I greatly prefer Linux.

"Remove the dock":

$ defaults write com.apple.Dock autohide-delay -float 1000 && killall Dock

Re: Sensible macOS Defaults

#155
post #153

While we're here, there's a couple things on a mac I haven't been able to figure out how to do, and maybe some of you mac pros can give me answers. 1) Remove the dock (killing the dock automatically restarts it) 2) Remove all desktop icons (Killing Finder accomplishes this, but they reappear as soon as you need to open something in Finder) Stuff like the above is why I greatly prefer Linux.

It's really simple to have no desktop icons on the Mac. Just open the finder settings and under General untick all of the boxes to show on the desktop. Then move everything out of the ~/Desktop folder. It won't have anything on it after that.

As for the dock you can set it to auto hide, and change the delay so that it will come up but after N seconds [1].

[1] https://apple.stackexchange.com/questions/59556/is-there-a-w...

Re: Sensible macOS Defaults

#157
post #72

Earlier quoted context omitted.

You can have different opinions on what's sensible but to claim that something is not sensible as general you need to make a point about an issue due to the default settings. For example, if people were getting hacked through remote desktop connection all the time you could have said that macOS has insensible defaults on the security or even existence of that feature. However, with macOS that's not the case, in fact…

The defaults aren't powerful, thought they are sensible. Windows (and most Linux DEs like KDE) come with out of the box snapping windows to the four corners of the screen and to the left and right which is perfect for how most people use their laptops. Most people need two separate windows open side by side because most jobs are about synthesizing two separate flows of information in some way (research in one window…

I find Amethyst to be great for this, it also adds the missing command to move Windows between desktops.

Re: Sensible macOS Defaults

#158

Earlier quoted context omitted.

Onyx has a bunch of these: https://www.titanium-software.fr/en/onyx.html It’s probably not exhaustive, but quite convenient.

Oh thank you! This is exactly what I was looking for.

You’re welcome :) I should add that the author might be willing to add some missing settings if asked nicely. I have been using Onyx since OS X 10.2 and it’s always worked as expected.

Re: Sensible macOS Defaults

#159
post #73

Earlier quoted context omitted.

> Instead of running it all, you can take a look what’s possible and apply it individually. That's true of any script. The fact that this one is well commented doesn't make it not a script. A cheat sheet is something you hang on a wall and glance at every so often. A script is something you run to make changes to a system. You can't run a cheat sheet.

How do you tell that it's not a really long string or a web page but a script? Maybe it's just a pattern of dots projected on LCD or 1s and 0s stored on a computer. I don't see any more concrete proof that it's not any of these but a script.

How can you tell that a tall man in a trench coat isn't just a kid with a second kid sitting on their shoulder?

How can you tell if the series of dots you perceive as an LCD isn't just a photorealistic painting glued to the front of the screen?

How do know if your nervous system isn't just your bain in a vat connected to a matrix-esque electrochemical system?

How can you tell that anything you believe to be real isn't just a sophisticated simulation?

How can you tell if someone on hackernews isn't just making a specious argument just for the sake for arguing?

Re: Sensible macOS Defaults

#160
post #154
post #153

While we're here, there's a couple things on a mac I haven't been able to figure out how to do, and maybe some of you mac pros can give me answers. 1) Remove the dock (killing the dock automatically restarts it) 2) Remove all desktop icons (Killing Finder accomplishes this, but they reappear as soon as you need to open something in Finder) Stuff like the above is why I greatly prefer Linux.

"Remove the dock": $ defaults write com.apple.Dock autohide-delay -float 1000 && killall Dock

I'm already using the 'autohide-delay' trick, but random randomly icons from the hidden dock will start bouncing and I can see the dock when I do the mission control view or whatever they call it.

On Snow Leopard you could actually kill the dock and it'd stay killed.

Post reply on HN