Live data from Hacker News

Sensible macOS Defaults

github.com

51–60 of 182 posts

Re: Sensible macOS Defaults

#51

How do people generally discover these default variables? Is there a manual from Apple or is it just exploratory?

1. `defaults read > file_a`.

2. Change setting via GUI.

3. `defaults read > file_b`.

4. `diff file_a file_b`.

If you already know the domain you want to change (like the bundle ID of a specific app), add it after `read`.

Re: Sensible macOS Defaults

#52
post #50
post #33

Earlier quoted context omitted.

> Presumably everyone thinks their own defaults are 'sensible', otherwise they wouldn't be using them. Maybe, although I set my caps lock up to be escape when tapped and control when held, I don't think that would be sensible for many people at all unless the knew why they wanted it. > I think the most sensible defaults are those that come out of the box, rather than spending time tweaking things. This is probably tr…

> I set my caps lock up to be escape Which was the only sensible thing to do when Apple dropped the ESC key ;) I'm so used to caps == ESC now, it takes me a minute to realize what's wrong when I'm on a new system/keyboard.

> I'm so used to caps == ESC now, it takes me a minute to realize what's wrong when I'm on a new system/keyboard.

Isn't this a bad thing?

Re: Sensible macOS Defaults

#53
post #31

Sorry, soon as I saw the line that disables the startup chime I knew everything here was wrong.

Can you elaborate? I despise the startup chime and disable it on all of my Macs. Why should they announce a startup when none of my other devices do? Why would I want to wake a sleeping baby or annoy other library patrons? This is one of the most obnoxious decisions Apple ever forced on its users (and, yes, I was happy when the illuminated logo on the laptop lid was finally put to rest).

Because if you ever run into a problem where your computer doesn't turn on, the startup sound is your first indicator of whether the screen is faulty, or the board is faulty.

Re: Sensible macOS Defaults

#56
post #7

Wouldn't be better to call this "cheat sheet"? macOS already has sensible defaults, that's how people who have no interest in dealing with computers can use their machines for years with no issues or servicing(unless a latte is spilled over the keyboard). Then, you can customise behaviour for some specific things to fit your workflow. The problem with diverging from defaults without putting much thought on it is that…

I mean, you could use it as a cheat sheet, but that's not what it is. IMO macOS has a lot of terrible defaults that are not at all sensible, of course this is quite subjective, but the fact that many mac users accept the defaults isn't really saying much, typically end-users don't even realize there are other options available.

Re: Sensible macOS Defaults

#57

> # Trackpad: map bottom right corner to right-click This is the most monstrously non mac-like thing I’ve ever seen.

It was a popular “hack” back in the days before two-fingered click detection. Probably not as efficient as ctrl-click, but that felt even less Mac-like at the time.

A lot of these preferences seem to reflect the opinions of someone who would quite happily be stuck in 2005. Reverse scrolling… ugh.

Re: Sensible macOS Defaults

#58
post #18
post #7

Wouldn't be better to call this "cheat sheet"? macOS already has sensible defaults, that's how people who have no interest in dealing with computers can use their machines for years with no issues or servicing(unless a latte is spilled over the keyboard). Then, you can customise behaviour for some specific things to fit your workflow. The problem with diverging from defaults without putting much thought on it is that…

I agree that calling it sensible is subjective. Most of these I wouldn't even use myself, but I found it to be a good reference overall. I set the title for the post based on the how the creator references the file.

Perhaps something to the tune of "How to customize macOS defaults" would be more appropriate then?

Re: Sensible macOS Defaults

#59
post #50

Earlier quoted context omitted.

> I set my caps lock up to be escape Which was the only sensible thing to do when Apple dropped the ESC key ;) I'm so used to caps == ESC now, it takes me a minute to realize what's wrong when I'm on a new system/keyboard.

> I'm so used to caps == ESC now, it takes me a minute to realize what's wrong when I'm on a new system/keyboard. Isn't this a bad thing?

Compare how much time you spend using your own system vs others'.

Re: Sensible macOS Defaults

#60
I love "dotfiles" in general, and IMHO this repo makes for excellent reference material. There's always something more to learn, and IME (paid to use computers since 1998) time spent improving your tools is usually well-spent. Of course tinkering can be a rabbit hole or time-sink of a hobby, but leveraging others' expertise (via dotfiles repos like Mathias's) can mitigate that risk. More generally, taking the time to grok the system you depend on -- and shaping it to your liking -- is one of the most sensible things you can do.
Post reply on HN