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).…
Things I can’t do on macOS which I can do on Ubuntu (2020)
261–270 of 740 posts
Re: Things I can’t do on macOS which I can do on Ubuntu (2020)
#262Earlier quoted context omitted.
> Containers/Docker are a great technology, but even on my M1 mac where literally everything else is super speedy, they're really slow. Either you're using Docker for Mac which itself is slow on IO mostly due to the macos-linux file share syncing every single fseventsd inotify or you end up running intel images on aarch64, which uses non-virtualizing qemu to emulate the foreign CPU (see github.com/tonistigii/binfmt)…
Or they could do what windows did. Support windows docker for whatever use case that supports (never used it) and creating WSL which has Linux roots deep in the OS. I find WSL docker works great for development. Certainly wouldn’t use it in production.
Re: Things I can’t do on macOS which I can do on Ubuntu (2020)
#263Some 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).…
> * Set mouse acceleration (you used to be able to but they removed the option and now you can only set sensitivity). Using MacOS is such a miserable experience for this exact reason. I'm sure it's fine when using the trackpad but trying to use a mouse on macos is borderline torture. I fundamentally do not understand why anybody would ever want mouse acceleration. It just makes it harder to use the mouse.
Re: Things I can’t do on macOS which I can do on Ubuntu (2020)
#264> Window snapping Not built-in, but the open source https://rectangleapp.com/ supports window snapping by mouse and via shortcuts.
Re: Things I can’t do on macOS which I can do on Ubuntu (2020)
#265I wonder if the OP has switched from Windows to Linux initially. And did he write a piece complaining that everything isn't exactly how they're used to then? A lot of "i'd switch but" articles - in all directions - basically come down to "the destination doesn't work how i'm used to". Even though they're fundamentally as crappy in the background. When someone asks me why I use Mac OS as my main desktop I answer "it's…
With that said, whilst I do like macOS overall I always found it infuriating how on macOS applications could steal focus. Something I do appreciate on Windows is that focus stealing by and large isn't a thing.
Re: Things I can’t do on macOS which I can do on Ubuntu (2020)
#266> Read MTP devices > Mount an SSH or NFS drive I know fanboy debates are tiresome, but... I really do struggle to comprehend taking a device that can't do these things seriously as a computer. As a toy yes, or as a specialised tool for video or audio rendering, which... fair enough. But moving bytes is something any general purpose computing device should be good at. It's almost something you have to actively design…
Hot takes like yours are what make HN a hilarious joke to the rest of the world. Embarrassing.
Re: Things I can’t do on macOS which I can do on Ubuntu (2020)
#267Re: Things I can’t do on macOS which I can do on Ubuntu (2020)
#268Earlier quoted context omitted.
Exactly, both informative for MacOS users and those who never used it. MacOS users can quickly scan and think yeah I don't care about this feature, or think huh this is something that could be useful and maybe I should look for a 3rd party app which has this. Those considering switching to MacOS can compare to their existing environment and have a greater picture of what possible pain points to expect. I would like t…
This list is personal and far from exhaustive (which is fine). If I quickly scanned looking for things I care about, I'd find very little. However, as a Linux user I could very quickly come up with an equally long list of things that I do care about and that does not overlap much with this one. I think the larger point is: in Linux, some things are complicated but most things are possible. On Mac and Windows, some th…
The obvious caveat is that many things are impossible out of the box. There are plenty of tools available to address a good number of the shortcomings mentioned in the story.
Re: Things I can’t do on macOS which I can do on Ubuntu (2020)
#269Either I am stupid or Mac is bad at discoverability.
Re: Things I can’t do on macOS which I can do on Ubuntu (2020)
#270My biggest bug bears with macOS: - No way to fullscreen a window without moving it into a separate workspace. All a new workspace achieves is making it difficult for me to switch between this app and my other apps! (individual apps can implement this, and some like VLC do, but most apps don't) - No native support for containerisation. Containers/Docker are a great technology, but even on my M1 mac where literally eve…
For those who don't mind "full screen" still including the top bar, I find https://www.hammerspoon.org/ to be a good compromise. I set up option+shift+f to full screen my window instantly.