Earlier quoted context omitted.
I think newer versions of mac os x might have messed with your font rendering again. They turned off subpixel anti-aliasing and it looks worse on older displays. (I can't help but think of the "slowing down older iphones" thing) search for "fix blurry fonts mojave"
I managed to fix the font rendering on my Mojave Hackintosh, but everything is still fucked on my 16-inch MacBook Pro running Catalina.
Ask HN: What feature did you find after years of using macOS?
431–440 of 540 posts
Re: Ask HN: What feature did you find after years of using macOS?
#432Re: Ask HN: What feature did you find after years of using macOS?
#433Using the Touch Bar to adjust volume, brightness, etc. doesn’t have to be a two-step process... no need to tap, lift and re-position your finger to the slider that appears. Instead, just touch-and-hold the icon of the thing you want to adjust, and slide from there.
Re: Ask HN: What feature did you find after years of using macOS?
#434Earlier quoted context omitted.
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…
Also, duplicate filenames due to two files in two different locations both getting picked up by the smart folder.
Re: Ask HN: What feature did you find after years of using macOS?
#435Earlier quoted context omitted.
I tried Cmd-b search in spotlight but it went with Firefox+Google when my default is Firefox+Duckduckgo, any chance someone knows how to fix it?
So, I've been messing around with this for about 30 minutes now. I don't like giving bad advice! Set safari as your default, set the search engine you want in the safari preferences, change your browser back to what you prefer.
Re: Ask HN: What feature did you find after years of using macOS?
#436In the terminal you can use pbcopy and pbpaste to use your clipboard: cat my.txt | pbcopy.
In the terminal you can use the open command to open a file or a folder in finder: open . and open foo.pdf.
Double tap the window frame to maximize it correctly (not to a new screen and not just on one axis but the way Windows maximize works).
Multiple virtual desktops and swiping between them with gestures.
Re: Ask HN: What feature did you find after years of using macOS?
#437After searching for an item in Spotlight, hitting `Return` will open the file, but hitting `Cmd` + `Return` will open a Finder window to the directory where that file lives.
Yes!
Wanted this for ages!
Re: Ask HN: What feature did you find after years of using macOS?
#438Re: Ask HN: What feature did you find after years of using macOS?
#439Earlier 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…
Re: Ask HN: What feature did you find after years of using macOS?
#440Setting 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