Live data from Hacker News

Ask HN: What feature did you find after years of using macOS?

news.ycombinator.com

151–160 of 540 posts

Re: Ask HN: What feature did you find after years of using macOS?

#151

Show hidden files (dotfiles) inside any finder window or file open dialog: Cmd + Shift + . Discovered after ~10 years

Why would they not put this in the View menu? I can even imagine someone invoking it by mistake and not working out how to undo it.

Exactly, it's also a needless pain point for those switching from Windows, where the checkbox is relatively accessible, if a few clicks away.

Re: Ask HN: What feature did you find after years of using macOS?

#153

Setting most (but not all) system preference using the terminal. It made doing clean installs every year so much easier. https://github.com/mathiasbynens/dotfiles/blob/main/.macos

Super curious about your yearly clean installs. Could you do a short breakdown of your process and the tools you use to manage it?

Also, what do you use for backups?

Thank you.

Re: Ask HN: What feature did you find after years of using macOS?

#154
post #10

Dictionary word lookup with a single gesture. https://media.giphy.com/media/Vg5tebSFuj1DFtHwrd/giphy.gif

That used to send whatever word (possibly a password, or some other confidential thing) you deep-clicked on out to the lookup server unencrypted. If you happened to be on open wifi (like in a coffeeshop), it would broadcast it totally unencrypted to everyone within radio range. I reported it and now it uses TLS. :)

Re: Ask HN: What feature did you find after years of using macOS?

#155

Three-finger dragging on laptops with touchpads: https://support.apple.com/en-us/HT204609 It says it's for dragging windows, but it works for all dragging, including files in Finder etc. Couldn't do without it now. Increase Contrast, which I prefer not just for aesthetic reasons (it gives a slightly old-school feel to the interface), but because it delineates areas of windows / apps more clearly: Preferences > Access…

You can also get this behavior with “double tap to grab”, which allows you to pick up your finger and put it back down repeatedly as you are dragging something around. Same idea, different (turned-off by default) gesture.

Re: Ask HN: What feature did you find after years of using macOS?

#157
post #91

Earlier quoted context omitted.

I’ve been sad since they were introduced that they don’t work at the file system level, hence not in CLI applications. Support for them in desktop apps that open directories is also spotty. I would LOVE them if they were reimplemented as a fuse style file system instead of a userland macOS trick.

I wonder if there is a list somewhere around Apple of "Annoying Edge Cases We'd Have To Support If Smart Folders Worked At The Filesystem Level", and how long it is. Like, you're in a smart folder that contains files whose name includes "foo", and you try to create a file whose name does not include "foo", what happens? Do you get an existing filesystem error? Do you get a new "can't create new files in smart folders…

Presumably a "smart directory" would itself be read-only, as if mounted from an ROFS; but its contents would all be symbolic links, such that when you're opening the file, you're opening its readlink(2) target, so the fact that the source link was read-only doesn't matter to your ability to modify the file.

This would pretty much match the expectations of how "Smart Folders" currently work in the Finder, and also how equivalents like "Smart Playlists" work in iTunes/Music.

Re: Ask HN: What feature did you find after years of using macOS?

#158

Earlier quoted context omitted.

Not a built in feature: https://apple.stackexchange.com/questions/211954/how-can-i-n... Some people on this post are using ‘Stickies’ app to put a label on each one? Otherwise, there are 3rd party apps that do it.

Thanks for this. I did look into this a while back and both Total Spaces and the github project require at least temporary disabling SIP. I may go for that commercial app anyway because it really is costly to lose context built up in a space. Especially when you have a lot of completely unrelated projects you want to task switch between. I’d go so far as to say lack of Spaces feature polish in MacOS is impacting my a…

This may or may not work for you: each space dedicated to a project has a desktop image related to the project - a logo, an important visual asset, etc. It mostly works for me. Wish you could name the damn things out of the box though.

Re: Ask HN: What feature did you find after years of using macOS?

#159
Double clicking the title bar of a window to maximize it (without going into full screen mode). I used to install Spectacle on every computer, but this was really the only feature I needed from it.

Somehow it took me 12 years of using macOS to learn how to maximize windows.

Re: Ask HN: What feature did you find after years of using macOS?

#160
post #126

Three-finger drag is the one thing I just can't live without.[0] Finder: Cmd+Shift+G to navigate wherever I want (with autocomplete) Text input: Control+Command+Space for the emoji list and search Text input (switching keyboards for Japanese input): Control+Space for quick toggles Text input (accents in my native language): all the accents and letters of various European languages are usually made by using Option+[ke…

Three-finger drag is waaay better than drag lock. I wish it was available on Windows as well.
Post reply on HN