Live data from Hacker News

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

news.ycombinator.com

351–360 of 540 posts

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

#351

I’ve been using windows more recently since my personal Mac bit the dust and I’m trying to decide if there’s really that much reason to own a personal Mac. So now I realize for years I’ve been using this silent feature of macs for years called “not totally jacked up font rendering”. I would never have imagined this was a feature, but apparently there is a collective insanity in windowsland where the quality of font r…

I remember watching a speech from Steve Jobs where he specifically said he learned about calligraphy or typefacing (I don’t remember the specific terms) to implement proper font rendering on macs. This was also before OSX came out. It was interesting because I realized how subtly difficult font rendering is. Unless you’re using a monospaced font all of the characters have different widths, you have to figure out how…

There was a whole typesetting industry doing this in the 70's, with a typographic quality still unsurpassed by today's computers: AutoLogic APS-5, Compugraphic, the Pegasus font system running on DataGeneral minis.

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

#352
I was about to reply that stacks is a new feature, but I googled it and found it's been a feature since 2007. I could have sworn it was announced a year or two ago. Anyone know if there was an improvement announced recently that I seem to be recalling?

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

#354

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.

This is settings dependent.

You can choose between "zoom" and "minimise" in System Preferences > Dock > Double-click a window's title to…

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

#355

This has been around for a long time but most people don’t know about it: Dragging and dropping files from the finder into an file selector window (ie. Open File in most programs) will navigate to that file and select it. As others mentioned this works in terminal as well to give you a path, but actually this generally works in any text box (unless it specifically handles paths being drag ‘n dropped). This also works…

Didn't realize until this comment, but I use this feature all the time. Open file in a program, then use spotlight to find the file I want, drag it into the open modal.

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

#356

Earlier quoted context omitted.

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.

This is a good idea. I started testing this previously by just choosing different wallpapers, but didn't take a step further to photoshop in some text.

I may yet in addition to the space naming. It feels like it would be helpful to see on the wallpaper using expose, and also from the three finger swipe up.

Really, Apple should allow this meta to be overlayed on a wallpaper instead of having to photoshop it in. I'm perplexed on why Spaces has gotten zero improvements for so long.

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

#357

I’ve been using windows more recently since my personal Mac bit the dust and I’m trying to decide if there’s really that much reason to own a personal Mac. So now I realize for years I’ve been using this silent feature of macs for years called “not totally jacked up font rendering”. I would never have imagined this was a feature, but apparently there is a collective insanity in windowsland where the quality of font r…

This is a holy war topic. Some people, myself included, prefer how Windows render fonts. Others prefer MacOS. From what I recall the last time this came up on HN, MacOS tries to render true to the font as if in a professional work flow that ends with a physical product. Windows aims for on screen legibility as it's primary goal. Also remember that most Windows machines have a much lower DPI screen that what comes wit…

Be sure to toggle the System Prefs -> General -> Font smoothing when doing the comparison. Turning it off might be more pleasant in some resolutions.

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

#358

This has been around for a long time but most people don’t know about it: Dragging and dropping files from the finder into an file selector window (ie. Open File in most programs) will navigate to that file and select it. As others mentioned this works in terminal as well to give you a path, but actually this generally works in any text box (unless it specifically handles paths being drag ‘n dropped). This also works…

A variant of this is dragging to the terminal. I drag stuff from Finder to a terminal window all the time to get the full pathname.

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

#360

That you can hold down certain keys, like i and o, to access a list of similar characters that aren't found on the keyboard. My 1 year old taught me that one.

I actually turn that off - https://osxdaily.com/2011/08/04/enable-key-repeat-mac-os-x-l... - so it's easier to write things like noooooooooooooooooooooooooooooooo!

May not produce the same feel, but there is:

  defaults write -g NSRepeatCountBinding -string "^u"
> This default controls the numeric argument binding. The default is for numeric arguments not to be supported. If you provide a binding for this default you enable the feature. This allows you to repeat a keyboard command a given number of times. For instance “Control-U 10 Control-F” means move forward ten characters.

https://developer.apple.com/library/archive/documentation/Co...

Post reply on HN