Live data from Hacker News

Things I can’t do on macOS which I can do on Ubuntu (2020)

shkspr.mobi

71–80 of 740 posts

Re: Things I can’t do on macOS which I can do on Ubuntu (2020)

#71
post #32

Some things in that list are pretty silly (can you really blame Apple for not letting you swap the mouse button order or have the insane focus-follows-mouse option?) Here are some others anyway: * Record system audio. * Control HDMI audio volume (have to use Proxy Audio Driver which is somewhat buggy). * Set mouse acceleration (you used to be able to but they removed the option and now you can only set sensitivity).…

> the insane focus-follows-mouse option Is it that hard to believe some people prefer this behaviour?

> Is it that hard to believe some people prefer this behaviour?

Not at all. But it's also really easy to see that giving someone used to one of those behaviours the opposite one - would make them unhappy.

Re: Things I can’t do on macOS which I can do on Ubuntu (2020)

#72
I had to use a Mac at work some time ago. Here's my list:

* Cannot drag to copy, middle-click to paste.

* No way to disable sticky keys lock.

* No way to set ESC as Caps Lock.

* No way to set a keyboard shortcut for each specific language. (I use five)

* Alt-tab to an _Application_, not a _Window_. How many times will I Alt-Tab to.... nothing!

* Return from sleep will rearrange the order of the connected monitors, even though they have not been disconnected, if the laptop lid is not opened.

Re: Things I can’t do on macOS which I can do on Ubuntu (2020)

#73
I totally get why you would want these features. But why not just use Ubuntu if you want them?

No OS should try to emulate everything that other Operating Systems do well. You can‘t make a highly opinionated OS like macOS highly customizable without compromising the initial vision. The same is true the other way around.

MacOS allows for a surprising customizability through third-party apps and I personally think this is a great solution. It hides the complexity in a way that makes it invisible to users that would be confused by additional option and allows them to get customization as an app that is supported by a third-party dev.

I personally think Windows is what you get if you want to be macOS and Linux. I‘m financing my studies by supporting MS365 instances and I don‘t think it works all too well. While I like the new scripting capabilities, the UI definitely got more confusing since the Windows 7 days.

TLDR: I personally believe diversity is good for the OS market, not every OS has to accommodate every type of user.

Re: Things I can’t do on macOS which I can do on Ubuntu (2020)

#74

The only one that sounds painful to me is being unable to access files on an Android device. I know some will disagree...

This is really the only issue from that post that I would really like on macOS. SSH mounting as well, potentially. The rest are annoyances that while I believe are very important to the author, they feel rather irrelevant to me.

Right now, Android File Transfer of macOS is so bad I basically just use adb for everything.

Re: Things I can’t do on macOS which I can do on Ubuntu (2020)

#75
post #18

You could get all those features and more in Windows, plus you have wsl2 :)

If I wanted a duct-taped inconsistent UI, with advertising, "telemetry", forced updates when I am in the middle of something important, 30 min software installations and being the target of most existing malware on planet Earth and spending 10 min to copy a file, by all means I would use Windows.

With Windows, put simply, you don't own your computer.

I haven't used Windows in over a decade and cannot be happier about it.

Windows at this point is a games console for keyboard and mouse games. Nobody uses Windows for anything serious, except old ATMs running Windows 95 and airports that want to embarrass themselves with blue screens of death. Most of the stuff on Azure including Azure itself is Linux based.

Also, I hate Hungarian notation.

Re: Things I can’t do on macOS which I can do on Ubuntu (2020)

#78

> "I find the menu bar at the top too small. The only way to do this on MacOS is to lower the resolution of the entire screen!" System Preferences -> Accessibility -> Display -> Menu bar size (This doesn't let you change the menu bar to a different font, but it does make the whole menu bar including the font bigger , without changing the screen resolution, which seems to be what the author wants?)

Have you tried it recently? The difference it makes is - at least on my Mac - only a couple of pixels. The "large" size is hardly bigger than the regular one.

Re: Things I can’t do on macOS which I can do on Ubuntu (2020)

#79

I had to use a Mac at work some time ago. Here's my list: * Cannot drag to copy, middle-click to paste. * No way to disable sticky keys lock. * No way to set ESC as Caps Lock. * No way to set a keyboard shortcut for each specific language. (I use five) * Alt-tab to an _Application_, not a _Window_. How many times will I Alt-Tab to.... nothing! * Return from sleep will rearrange the order of the connected monitors, ev…

To remap keys, you may be able to use hidutil. For example, to remap the Application key to right-hand Command:

    hidutil property --set '{"UserKeyMapping":[{"HIDKeyboardModifierMappingSrc":0x700000065,"HIDKeyboardModifierMappingDst":0x7000000e7}]}
See https://developer.apple.com/library/archive/technotes/tn2450...

Re: Things I can’t do on macOS which I can do on Ubuntu (2020)

#80

Some things in that list are pretty silly (can you really blame Apple for not letting you swap the mouse button order or have the insane focus-follows-mouse option?) Here are some others anyway: * Record system audio. * Control HDMI audio volume (have to use Proxy Audio Driver which is somewhat buggy). * Set mouse acceleration (you used to be able to but they removed the option and now you can only set sensitivity).…

https://rogueamoeba.com/audiohijack/ works, can use soundflower too if you want to compile etc.
Post reply on HN