TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

macOS Setup after 15 Years of Linux

347 pointsby def-over 3 years ago

63 comments

wraptileover 3 years ago
I really tried to like macOS for an entire year. I used Yabai[1] as tilling window manager which is much better than Amethyst mentioned in the article. I also wrote my own compose key tool macos-compose[2] and rofi-like clone choosem[3] (eventually bought into Alfred).<p>Yet with all of this effort I still went back to linux after a year (Arch with Qtile and Gnome). What really killed macos for me was the fact that animations could not be disabled entirely and everything felt like it&#x27;s behind several ms of a delay. I work on the move so I don&#x27;t have the luxury of multi-screen setup so switching between programs, workspaces and windows is the most important part of my workflow - it just drove me nuts.<p>Now I run simple Lenovo yoga laptop with arch+qtile+gnome and honestly, my performance at work at least doubled. That&#x27;s my anecdote anyway.<p>1 - <a href="https:&#x2F;&#x2F;github.com&#x2F;koekeishiya&#x2F;yabai" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;koekeishiya&#x2F;yabai</a><p>2 - <a href="https:&#x2F;&#x2F;github.com&#x2F;Granitosaurus&#x2F;macos-compose" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Granitosaurus&#x2F;macos-compose</a><p>3 - <a href="https:&#x2F;&#x2F;github.com&#x2F;Granitosaurus&#x2F;choosem" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Granitosaurus&#x2F;choosem</a>
评论 #29746332 未加载
评论 #29746266 未加载
评论 #29746127 未加载
评论 #29744800 未加载
评论 #29746646 未加载
评论 #29747231 未加载
评论 #29746190 未加载
评论 #29744781 未加载
评论 #29746270 未加载
评论 #29745277 未加载
评论 #29745582 未加载
评论 #29746369 未加载
_aboxover 3 years ago
I did the exact opposite. I was on MacOS since 10.2.<p>But lately I felt things have become way too locked down (both hardware and software), too dumbed down (too many apps resemble mobile apps with limited functionality) and too opinionated. Sometimes I just want things differently. Another reason was that many new features are specific to iCloud integration and as I use many OSes (both computer and mobile) I could not take advantage of those anyway. I need cross platform. So a lot of selling points became irrelevant.<p>I moved to FreeBSD with KDE on top and it felt like a breath of fresh air finally being able to set up my system the way I want it. This is so empowering.<p>It became my daily driver about a year ago and I haven&#x27;t looked back though I still use Mac and Windows for work, Windows personally for gaming and Linux for some servers.<p>Of course I lost some stuff too like Apple&#x27;s excellent multi DPI and great hardware integration. And many apps that were great like pixelmator. But I gained a lot of configurability and the ability to upgrade my hardware again.
评论 #29745927 未加载
评论 #29745194 未加载
评论 #29745544 未加载
评论 #29745198 未加载
anticodonover 3 years ago
For me Linux is about freedom. Other systems might be better in UI&#x2F;UX or performance (e.g. give more FPS in games for NVidia cards), but I remember the times when Microsoft dominated the IT world and it looked scary.<p>All corporations strive to fragment the market using non-compatible technologies and then to monopolize the market by consuming other fragments.<p>This strategy failed in the 90s with the arrival of Linux. Although many times I felt like the whole world will become Microsoft&#x2F;Wintel, I think we barely missed.<p>Now, corporations are trying to do it e.g. via forcing everybody into the cloud and killing open protocols. E.g. I have several email accounts and I can&#x27;t gather mail from all of my mailboxes in one application. Situation is even worse with Calendars. I have two jobs and also my own personal calendar server and I can&#x27;t collect all my calendars in one app also. I have to routinely check Google Calendar, because even though I can add it to my Thunderbird Calendar, moved or canceled events changes are not propagating to Thunderbird. And I can&#x27;t integrate Microsoft Outlook calendar into my Thunderbird at all.<p>I really don&#x27;t want to rely on whims of one corporation. Also, regarding MacBooks: I remember when the touchbar had no alternatives and it is really awful. This is what monopoly means: you have to live with bad decisions. You have to pay absurd money for a piece of cloth or a roller for the desktop case.
评论 #29751182 未加载
softwarebewareover 3 years ago
Give <a href="https:&#x2F;&#x2F;rectangleapp.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;rectangleapp.com&#x2F;</a> a try if you want a window manager that can place your windows around the screen nicely.
评论 #29743195 未加载
评论 #29742966 未加载
评论 #29744090 未加载
评论 #29743090 未加载
评论 #29744544 未加载
评论 #29746015 未加载
评论 #29743121 未加载
评论 #29743020 未加载
评论 #29747722 未加载
评论 #29743425 未加载
评论 #29746919 未加载
评论 #29743211 未加载
评论 #29745584 未加载
评论 #29743067 未加载
评论 #29743178 未加载
评论 #29743336 未加载
mattrighettiover 3 years ago
I used to love iTerm2 but the only thing that it was missing was that I couldn&#x27;t set it up as I wanted with a script when I needed to install a new macOS from scratch (there&#x27;s probably a feature that allows that and I didn&#x27;t notice).<p>I moved to tmux + Alacritty [1] (Rust hype and speeed) which is cross-platform and only needs its config file, a nice and clean yaml, in the right place to restore it as I want. Now when I full wipe my Mac I just need to run the script that pulls the config file from GitHub and tada! Also, the configuration file is almost identical to my Linux one so I can move around similarly and have a consistent look.<p>I&#x27;m also used to replace macOS programs like `sed`,`grep`,`getopt`,`ssh` (macOS OpenBSD one won&#x27;t work with Yubikey),`coreutils` and `awk` with the GNU version. You can download them with Homebrew and to replace them with the macOS default ones you just need to put them at the beginning of your path like this:<p><pre><code> export PATH=&#x2F;usr&#x2F;local&#x2F;opt&#x2F;coreutils&#x2F;libexec&#x2F;gnubin:$PATH </code></pre> [1]: <a href="https:&#x2F;&#x2F;github.com&#x2F;alacritty&#x2F;alacritty" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;alacritty&#x2F;alacritty</a>
评论 #29743891 未加载
评论 #29744390 未加载
评论 #29744105 未加载
评论 #29745783 未加载
评论 #29744755 未加载
vladdosterover 3 years ago
I highly recommend Hammerspoon[1] for any macOS automation tasks you want to do. It is not only extensible but alleviates the need for using multiple tools due to its broad feature set.<p>The only downside after two years of using Hammerspoon is that the community is small since it isn&#x27;t as user-friendly as yabai, amethyst, etc. However, you&#x27;ll probably enjoy its open-ended nature, given your article.<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;Hammerspoon&#x2F;hammerspoon" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Hammerspoon&#x2F;hammerspoon</a>
评论 #29849542 未加载
asdffover 3 years ago
What works best for me is to not really fiddle with the setup too much beyond the defaults or to install redundant stuff, like using brew to get a fresher version of ssh or installing iterm2 when terminal does the job, or otherwise spending time on window dressing.<p>I try and lean into the philosophy of the mac, which is that its a desktop which behaves like a real desk. Right now I have 15 windows from various applications open on this one desktop, and its in a giant pile just as if I had a bunch of papers and files in a messy pile on my desk. This works great because you can press a button or swipe along the trackpad and spread out this pile, exposing everything that&#x27;s in it along with all your other desktops, as if you are spreading out the stacks of papers on your desk.<p>IMO this method is how you focus on stuff anyway. Your eyes aren&#x27;t looking at the 12 different things in your tiling window manager at once, so you might as well just have a few things pulled up on top of your pile of windows that are of focus and take advantage of your screen real estate rather than have a bunch of tiny panes artfully spaced. The mouse makes it easy to do fast and sloppy window adjustments which are good enough.
评论 #29748158 未加载
评论 #29748283 未加载
nowaheover 3 years ago
A few tips&#x2F;software recommendation in no particular order:<p>- On iTerm2 you can setup a system wide hotkey to toggle a floating terminal in front of all your windows, whatever you&#x27;re doing [1]. This works even in full screen apps. It really changed my workflow with iTerm, and is really handy.<p>- For system stats in the menubar, I really recommend iStat Menu [2]. It&#x27;s paid (12$ for a license), but the quality of the graphs and interface makes it well worth it imo.<p>- If you have an external display and want to precisely tweek your resolution, I recommend SWitchResX [3]. It&#x27;s mostly a GUI that wraps some display CLI tools. With it I adjust the resolution of my 4k external monitor currently, running it at 3200x1800 with HiDPI, and adjust it based on my eye fatigue.<p>- As a more powerful and versatile replacement to Spotlight (Cmd+Space), Alfred [4]. You can customize it to run anything you want, from converting timestamps to dates, opening apps, search the whole system, run scripts, etc<p>- If you have too many icons in your menubar and want to hide some (either totally or behind a button click), Bartender [5]<p>[1]: <a href="https:&#x2F;&#x2F;apple.stackexchange.com&#x2F;questions&#x2F;48796&#x2F;iterm-as-a-slide-out-terminal-from-the-top-of-the-screen" rel="nofollow">https:&#x2F;&#x2F;apple.stackexchange.com&#x2F;questions&#x2F;48796&#x2F;iterm-as-a-s...</a><p>[2]: <a href="https:&#x2F;&#x2F;bjango.com&#x2F;mac&#x2F;istatmenus&#x2F;" rel="nofollow">https:&#x2F;&#x2F;bjango.com&#x2F;mac&#x2F;istatmenus&#x2F;</a><p>[3]: <a href="https:&#x2F;&#x2F;www.madrau.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.madrau.com&#x2F;</a><p>[4]: <a href="https:&#x2F;&#x2F;www.alfredapp.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.alfredapp.com&#x2F;</a><p>[5]: <a href="https:&#x2F;&#x2F;www.macbartender.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.macbartender.com&#x2F;</a>
评论 #29745619 未加载
28304283409234over 3 years ago
I have been using computers for over 30 years, and each and every one has issues, bugs, finicky bits that suck the life out of you and the minutes out of the hours. DOS, SunOS, *BSD, Linux and Mac. All of em.<p>Just pick your poison everyone, and let us all get on with our lives.<p>Edit: ...and Windows 3.11 and up.
评论 #29746160 未加载
评论 #29746410 未加载
JasonFruitover 3 years ago
It sounds like this could be the year of OS X on the desktop!<p>I jest, but this all sounds like a lot more trouble to get the experience you want than most Linux distros would give you. It&#x27;s not the primary audience of OS X, sure, but it&#x27;s nice to see how well-served by Linux a sizable slice of users is.
评论 #29744152 未加载
评论 #29745278 未加载
theanirudhover 3 years ago
&gt; A better solution for me was using Karabiner-Elements to only swap the right command and option keys:<p>macOS has a built in tool called hidutil[1] for simple keyboard remapping. Prefer to use that since Karabiner-Elements has some issues on M1 and macOS Big Sur. I use this[2] tool to generate a simple launchd config.<p>1 - <a href="https:&#x2F;&#x2F;developer.apple.com&#x2F;library&#x2F;archive&#x2F;technotes&#x2F;tn2450&#x2F;_index.html" rel="nofollow">https:&#x2F;&#x2F;developer.apple.com&#x2F;library&#x2F;archive&#x2F;technotes&#x2F;tn2450...</a> 2 - <a href="https:&#x2F;&#x2F;hidutil-generator.netlify.app" rel="nofollow">https:&#x2F;&#x2F;hidutil-generator.netlify.app</a>
评论 #29849560 未加载
评论 #29746696 未加载
评论 #29751220 未加载
gigatexalover 3 years ago
I recently went back to Linux after using MacOS for seemingly ever.<p>I’m on Ubuntu LTS with ZFS and i3 and while I miss the amazing hardware of my 2020 MacBook (non M1) I just love the flexibility of the Linux setup: package management is a first class thing, containers are too; Magnet was nice but it’s no i3. And overall things just work which is really nice.<p>I do miss airdrop and access to messages and other aspects of the apple ecosystem that I enjoy from lock-in but I’m happy for now and going to keep at it.
评论 #29743488 未加载
评论 #29743357 未加载
评论 #29743507 未加载
评论 #29745669 未加载
darthrupertover 3 years ago
I was on macs during 2015-2021 and went back to Linux this year. I&#x27;m not entirely happy, although sway&#x2F;i3 is so much better than macos&#x27;s desktop.<p>But I miss things like Bluetooth, wlan, sound, graphics just working. Yes, that&#x27;s still a thing in Linux even if not quite as badly as 5ish years ago.<p>I think I&#x27;ll be going back to macs.
评论 #29746215 未加载
SamuelAdamsover 3 years ago
Ought to use Mos for the mouse scrolling fix. Works pretty well. I think there is a brew cask for it too. <a href="https:&#x2F;&#x2F;mos.caldis.me&#x2F;" rel="nofollow">https:&#x2F;&#x2F;mos.caldis.me&#x2F;</a><p>I also used Linux for years and that has separate options (Gnome) for mouse and trackpad scroll direction. Really sad that this isn’t built in functionality. But hey, we got more emojis and FaceTime faces! &#x2F;s
spudlyoover 3 years ago
This is great guide to making macOS more comfortable for Linux users. I&#x27;m a pretty serious macOS (and Linux) user and was pleased to have learned something valuable from this article.<p>defaults write &#x2F;Library&#x2F;Preferences&#x2F;com.apple.mDNSResponder.plist NoMulticastAdvertisements -bool YES<p>It drives me crazy that my desktop Hackintosh wakes up every couple of hours, and I&#x27;m really hoping this fixes it.
评论 #29745011 未加载
kgartenover 3 years ago
I mostly switched to librem 14, arch linux (i3wm, gnome from time to time), still using a mac for work (mostly presentations, video conferencing). Development tends to get more and more difficult on the mac for me (the security check for running shell programs is sometimes annoying. Currently hunting down a node compile error ... works perfectly under arch).<p>For my mac: I tried Amethyst, as others mentioned Yabai seems better. Yet, I switched to just to hammerspoon scripts, for tiling&#x2F;desktop management etc.: <a href="http:&#x2F;&#x2F;www.hammerspoon.org&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.hammerspoon.org&#x2F;</a> It fits my needs and is adjustable.<p>For shell: iterm2 is ok, yet I&#x27;m currently in love with kitty. <a href="https:&#x2F;&#x2F;github.com&#x2F;kovidgoyal&#x2F;kitty" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;kovidgoyal&#x2F;kitty</a><p>Brew alternatives: macports, nix (<a href="https:&#x2F;&#x2F;nixos.org" rel="nofollow">https:&#x2F;&#x2F;nixos.org</a>) I love the idea, yet still haven&#x27;t gotten around to use it much.<p>shell: fish editor: nvim &#x2F; neovide
cheetorover 3 years ago
Mouse acceleration: to disable it I&#x27;ve been using SteelSeries ExactMouse Tool (<a href="https:&#x2F;&#x2F;steelseries.com&#x2F;engine" rel="nofollow">https:&#x2F;&#x2F;steelseries.com&#x2F;engine</a> -&gt; expand Miscellaneous at the very bottom). It&#x27;s very lightweight and I just install it once and never think about it again.<p>Mouse scrolling: I always found this to be a bad experience on OSX&#x2F;macOS so I&#x27;ve been using Smooze. It allows you to set the scroll curve to your own liking. It has other features that I don&#x27;t use and although it&#x27;s not free, iirc it was cheap and definitely worth it.<p>Window management: a lot of others have mentioned great tools like Rectangle, but I&#x27;ve found Moom to be slightly better for my use cases. I prefer it over Rectangle (although Moom doesn&#x27;t have window snapping so I actually use both) because you can set a custom grid e.g. 12x12 and have windows resize anywhere on the grid. With Rectangle, you can only choose from the (many) presets but unfortunately no customization.
评论 #29744876 未加载
评论 #29748884 未加载
dopeboyover 3 years ago
As a linux user since the Ubuntu 5.04 Hoary Hedgehog days, this is the first time in 16 years I&#x27;ve been tempted to switch to a mac. From what it looks like, the M1 seems to be deliver incredible performance at little power consumption. If there was a way to put linux on it without tinkering, I&#x27;d do it in a heartbeat.<p>But because I can&#x27;t, I&#x27;m seriously considering what it&#x27;d take to switch from my current setup (ubuntu 20.04, cinnamon, slide dock) to a mac. Keyboard shortcuts and workspaces are top of mind. I&#x27;ve also never been a fan of mac&#x27;s dock where it groups all instances of an application together - I much prefer a classic Windows tray where each instance of an application has its own box I can easily alt-tab between. I also think mac&#x27;s file manager isn&#x27;t great.<p>Much appreciated OP - may shoot you some questions over email.
amznbyebyebyeover 3 years ago
&lt;Unpopular Opinion&gt; I’ve used msft windows most of my life. Recently switched to a macOS and for the life of me just can’t get used to the switch between alt tab and cmd tab behavior. Also windows explorer &gt; finder.<p>Yes Mac OS looks cooler I guess, but I’ve found windows very practical.
评论 #29744977 未加载
评论 #29745656 未加载
评论 #29745264 未加载
评论 #29744911 未加载
评论 #29745137 未加载
ploxilnover 3 years ago
I wasn&#x27;t satisfied with the Automator way to make a new-terminal shortcut, it was kinda slow, and not 100% reliable. I found FastScripts and was able to make it fast and reliable. (I still use version 2.8, version 3 was just released, haven&#x27;t tried it.) <a href="https:&#x2F;&#x2F;redsweater.com&#x2F;fastscripts&#x2F;" rel="nofollow">https:&#x2F;&#x2F;redsweater.com&#x2F;fastscripts&#x2F;</a><p>For the mouse wheel, there&#x27;s a nice minimal proper fix: <a href="https:&#x2F;&#x2F;github.com&#x2F;emreyolcu&#x2F;discrete-scroll" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;emreyolcu&#x2F;discrete-scroll</a>
jwmozover 3 years ago
Moved to mac from Linux around 2010 after being exposed to it by a few other developers. Never ever looked back.<p>Sitting on a 2013 mbp maxed out, just required a battery change this year. Still usable but will move to the M1 2022.<p>Blows my mind devs are still stuck on windows and linux machines.
评论 #29744964 未加载
nerdponxover 3 years ago
Possibly worth taking a look at MacPorts and Pkgsrc, both of which are arguably better package managers than Homebrew, although the latter has a hell of a lot more packages (and is pretty easy to roll your own packages for).
评论 #29743990 未加载
obertover 3 years ago
some other suggestions (free):<p><pre><code> * window management&#x2F;positioning: Spectacle, Easy Move+Resize * screenshots: Lightshot screenshot * status bar icons management: Hidden Bar * calendar on status bar: itsycal * battery: Battery Monitor * hex file viewer: Hex Fiend * folder&#x2F;file compare: Meld</code></pre>
评论 #29744739 未加载
评论 #29744418 未加载
knowmadover 3 years ago
Hammerspoon has been really helpful in tiling windows with my keyboard and adding keybings like &quot;jump to application&quot;. Also, there are a lot of useful plugins that add even more functionality like a fuzzy searchable clipboard history.
评论 #29743479 未加载
评论 #29744614 未加载
lwouisover 3 years ago
Lots of links&#x2F;tips on windows management on macOS in this thread. For people interested, you can check out my FLOSS app which brings Windows alt-tab to macOS: <a href="https:&#x2F;&#x2F;alt-tab-macos.netlify.app&#x2F;" rel="nofollow">https:&#x2F;&#x2F;alt-tab-macos.netlify.app&#x2F;</a><p>I investigated this space for years so check out the list of alternatives on the page linked above as well.<p>Also note that i&#x27;m looking for someone to take over the project: <a href="https:&#x2F;&#x2F;github.com&#x2F;lwouis&#x2F;alt-tab-macos&#x2F;issues&#x2F;1179" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;lwouis&#x2F;alt-tab-macos&#x2F;issues&#x2F;1179</a>
thihtover 3 years ago
&gt; So I decided to use the native macOS window management instead and try to get used to it instead of actively fighting against it.<p>That’s something I wouldn’t have expected to read here, as I myself find it quite hard to change paradigms. I learned that the hard way when I had to use a Mac for the first time after using Windows and Linux my whole life, and tried to use it as I wanted instead of how it’s intended to be used. Once you know how the paradigm works, you can try to adapt it to your workflow, but not before or you’ll be frustrated quickly.
Brajeshwarover 3 years ago
On macOS, over the years, I have been trying to stay with the default native apps and programs that comes with the OSes as much as possible. You might need to tinker and learn the nuances (shortcuts, etc). However, I continue to tinker with other must-have tools, utilities, and programs to get things done.<p>1Password, Alfred, Lulu, Rectangle, Bartender (Hidden Bar is the open source alternative) - <a href="https:&#x2F;&#x2F;oinam.fyi&#x2F;digital&#x2F;apple&#x2F;" rel="nofollow">https:&#x2F;&#x2F;oinam.fyi&#x2F;digital&#x2F;apple&#x2F;</a>
alexrufover 3 years ago
Since a few people already have mentioned Rectangle for Window management, I wanted to point out that there is also a payed version of it called Hookshot (<a href="https:&#x2F;&#x2F;hookshot.app&#x2F;" rel="nofollow">https:&#x2F;&#x2F;hookshot.app&#x2F;</a>). The same developer also offers a great app called Hyperkey (<a href="https:&#x2F;&#x2F;hyperkey.app&#x2F;" rel="nofollow">https:&#x2F;&#x2F;hyperkey.app&#x2F;</a>) which defines CAPS as your hyper-key.
melingover 3 years ago
&gt; Putting the display to sleep easily by moving the mouse cursor in the corner is nice (I’d still prefer a keyboard shortcut), and can be enabled in the system preferences:<p>You can lock the screen with cmd+ctrl q.<p>Control–Shift–Power button* or Control–Shift–Media Eject : Put your displays to sleep.<p>Here are some other keyboard shortcuts: <a href="https:&#x2F;&#x2F;support.apple.com&#x2F;en-us&#x2F;HT201236" rel="nofollow">https:&#x2F;&#x2F;support.apple.com&#x2F;en-us&#x2F;HT201236</a>
评论 #29751266 未加载
rcarmoover 3 years ago
Folk interested in exploring the macOS window manager landscape are welcome to check out my annotated list at <a href="https:&#x2F;&#x2F;taoofmac.com&#x2F;space&#x2F;apps&#x2F;window_managers" rel="nofollow">https:&#x2F;&#x2F;taoofmac.com&#x2F;space&#x2F;apps&#x2F;window_managers</a><p>I have been bouncing between Moom and Phoenix of late, and still looking for a good auto-tiling option that isn’t Amethyst (which is OK, but doesn’t do all I want).
ronenlhover 3 years ago
&gt; So here I noticed a major difference in how Homebrew seems to work compared to Arch Linux for example. On Arch Linux applications are built from source code centrally instead of relying on binaries from a vendor.<p>Homebrew also builds from source, but it uses cached builds they call bottles. I believe other package managers that build from source also used cached builds, I don’t know about Arch.
评论 #29751282 未加载
typhoniusover 3 years ago
You can show&#x2F;hide terminal windows with a hotkey natively using iTerm2.<p>Under Preferences &gt; Keys &gt; Hotkey I&#x27;ve set the system-wide hotkey to option+space which means if I need a terminal, I can press those keys and have iTerm pop up over my active window.<p>Pressing them again hides the window and brings focus back to the previously active window which has been great for productivity.
mkurzover 3 years ago
I am thinking about getting a MacBook Pro M1 Max as well, however I would prefer running Linux on it... hopefully Asahi Linux (<a href="https:&#x2F;&#x2F;asahilinux.org" rel="nofollow noreferrer">https:&#x2F;&#x2F;asahilinux.org</a>) is usable soon.<p>Or is there (or will there be) a serious competition to the MacBooks in 2022? It doesn&#x27;t look like.
评论 #29743997 未加载
评论 #29743338 未加载
varencover 3 years ago
From the article:<p>&gt; &quot;My current assumption is that the videotoolbox hardware decoding support doesn’t support the same codecs in mpv yet as it does in Firefox&quot;<p>mpv supports videotoolbox hardware decoding of h264&#x2F;h265, it&#x27;s just not enabled by default. It prevents the use of most filters and has slightly lower quality decoding in my experience.<p>To get hardware decoding in mpv and hopefully get the same minimal CPU usage as Firefox just call mpv with `--hwdec=videotoolbox` or add `hwdec=videotoolbox` to your `~&#x2F;.config&#x2F;mpv&#x2F;mpv.conf` file.<p>Also from the article:<p>&gt; &quot;here I noticed a major difference in how Homebrew seems to work compared to Arch Linux for example. On Arch Linux applications are built from source code centrally instead of relying on binaries from a vendor.&quot;<p>This is true for Homebrew formula as well, like the mpv formula, just not Homebrew casks. Most casks are proprietary closed source applications.
评论 #29751298 未加载
ostenningover 3 years ago
Two must have productivity apps for macOS: Rectangle and Alt-Tab.
__mpover 3 years ago
I faced similar issues with the Swiss keyboard layout. I suggest switching to the “US International“ layout and use the dead keys to obtain the umlauts. There’s also a keyboard option that enables a umlaut menu with a long press on the keyboard- if you really want to avoid the dead keys (this might help: <a href="https:&#x2F;&#x2F;apple.stackexchange.com&#x2F;questions&#x2F;254094&#x2F;character-accent-menu-doesnt-appear-anymore-in-macos-sierra" rel="nofollow">https:&#x2F;&#x2F;apple.stackexchange.com&#x2F;questions&#x2F;254094&#x2F;character-a...</a>).<p>The Apple “English International“ keyboard has a big enter key - if you dislike the small enter key of the US keyboard layout.
jarymover 3 years ago
I see way more people advocating. Homebrew now than a few years ago.<p>I chose MacPorts back then since it seemed a bit better designed as a package manager but these days I see few people suggesting it.<p>What’s the current consensus - is homebrew now good enough to consider switching?
评论 #29749029 未加载
评论 #29746824 未加载
评论 #29746471 未加载
评论 #29746444 未加载
cyberpunkover 3 years ago
What’s the current state of tiling managers on macOS? Seems Rectangle, Magnet and Amethyst are all mentioned below, has anyone done the “pepsi challenge” and cares to share their findings?<p>I’d be grateful but I guess I just have to try all three myself…
评论 #29744437 未加载
评论 #29743649 未加载
评论 #29744817 未加载
评论 #29744438 未加载
0xriyuover 3 years ago
I have the same MX Master 3 Mouse and had lots of troubles getting the acceleration and scroll feel &quot;normal&quot; on macOS. SmoothScroll[1] was the best for correcting the inconsistent rate of scrolling down pages -- however it was not free, so I stopped using it. I ended up using the free version of USB Overdrive[2] as it allows you to disable acceleration among other things.<p>1 - <a href="https:&#x2F;&#x2F;www.smoothscroll.net&#x2F;win&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.smoothscroll.net&#x2F;win&#x2F;</a><p>2 - <a href="https:&#x2F;&#x2F;www.usboverdrive.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.usboverdrive.com&#x2F;</a>
ossusermivamiover 3 years ago
I switched back to linux because I enjoyed it more than OSX, maybe I am strange but I find Gnome more &quot;focus&quot;.<p>I was using ubuntu for the last year and hardly customized it, just using Gnome and my tools. (altho i mostly just need a terminal&#x2F;web browser&#x2F;vscode and compilers)<p>last three months I have been ill and had to stay at the hospital with plenty of time in my hand in between chemo so I decided to dig more into linux internals and went with nixos....<p>I learned so much during that time about my system and how it works. I think I actually enjoy more computing since then...
freedom2099over 3 years ago
I don’t get all this hate for animations… they really are barely noticeable! Relax a bit! And also windows manager… I hardly need to have more that 2 windows at the same time together in the same screen!
jacobsenscottover 3 years ago
Amethyst has some quirks, and you need to restart it at least once a day. But releases are fairly frequent and I use it daily. I really like it. I&#x27;ve been using alacritty with tmux because I don&#x27;t need all the bells and whistles in iterm2. macos mostly has bsd versions of command line tools which tend to lack a lot of features, so `brew install coreutils gsed` gives you sane versions of these tools at the cost of having to prefix everything with `g`. But good enough.
peakabooover 3 years ago
I read all this and after seeing all the workarounds and special fixes to get back to a good workflow he had on the mac... I just have one question: Why use a Mac?<p>So he likes the extra performance (which he won&#x27;t use 99.99% of the time), and he likes the screen (why not use an external screen like most sane people?).<p>I still don&#x27;t understand. Why give up the amazing arch Linux for shitty Mac OS? Makes no sense whatsoever.
评论 #29747540 未加载
评论 #29748013 未加载
SavantIdiotover 3 years ago
I&#x27;ve been using Moom since 2013 as a window tiler on macOS. That combined with the new window snapping is much better than macOS tiling IMHO.
iscmtover 3 years ago
Further reading:<p>[1] <a href="https:&#x2F;&#x2F;wiki.nikitavoloboev.xyz&#x2F;macos" rel="nofollow">https:&#x2F;&#x2F;wiki.nikitavoloboev.xyz&#x2F;macos</a><p>[2] <a href="https:&#x2F;&#x2F;wiki.nikitavoloboev.xyz&#x2F;macos&#x2F;macos-apps&#x2F;" rel="nofollow">https:&#x2F;&#x2F;wiki.nikitavoloboev.xyz&#x2F;macos&#x2F;macos-apps&#x2F;</a>
评论 #29745076 未加载
traceroute66over 3 years ago
Reasonably well written blog post all things considered, although I&#x27;m not clear as to why the author felt the need to install <i>vim</i>, <i>ssh</i> and <i>rsync</i> using <i>brew</i> when all three are provided by default on MacOS ?
评论 #29751344 未加载
EugeneOZover 3 years ago
Author, to help you with the mouse scrolling direction: <a href="https:&#x2F;&#x2F;github.com&#x2F;ther0n&#x2F;UnnaturalScrollWheels" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;ther0n&#x2F;UnnaturalScrollWheels</a>
seumarsover 3 years ago
Regarding shortcuts: one that often gets overlooked is <i>Move focus to next window</i> under <i>Shortcuts &gt; Keyboard</i> which lets you cycle between windows of the active application. I have it mapped to <i>⌘`</i>.
评论 #29751385 未加载
olliejover 3 years ago
&quot;apple&#x27;s builtin music player&quot;<p>Are they talking about iTunes? oof. I&#x27;m an apple all the way person, and even I would say &quot;noooooooooo&quot; if you don&#x27;t have an existing collection of iTunes music
评论 #29745577 未加载
评论 #29746937 未加载
评论 #29745363 未加载
cuillevel3over 3 years ago
Never tried it, but you should be able to copy `StandardKeyBinding.dict` to your library, convert it to XML and edit keybindings directly.<p>I also like &#x27;Spectacle&#x27; to move windows around.
kukabyndover 3 years ago
You might want to try Ionica (<a href="https:&#x2F;&#x2F;ionica.app" rel="nofollow">https:&#x2F;&#x2F;ionica.app</a>). UX will be better than Foobar’s, that’s for sure.
iscmtover 3 years ago
Try Swinsian[1] for music, significantly better than the default app IMO.<p>[1] <a href="https:&#x2F;&#x2F;swinsian.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;swinsian.com&#x2F;</a>
globular-toastover 3 years ago
&gt; macOS is working better than expected for me so far, and definitely better than Windows would.<p>Which begs the question, why did he switch to MacOS in the first place?
somewhereoutthover 3 years ago
A well curated Debian based Linux distribution on a 2015 Mac Book Pro with hash key added would be the best laptop experience ever.
lighthammerover 3 years ago
Thinkpad x220 with Xubuntu and a Mac Mini. My two daily drivers with a Windows VM sitting on a NAS.<p>Nice to have options.
shmerlover 3 years ago
I wouldn&#x27;t trade KDE for macOS. Not even close.
watersbover 3 years ago
I&#x27;m always interested in these setup stories and comments on HN.<p>This one seems to be lacking the obligatory XKCD 1806. So here it is.<p><a href="https:&#x2F;&#x2F;xkcd.com&#x2F;1806&#x2F;" rel="nofollow">https:&#x2F;&#x2F;xkcd.com&#x2F;1806&#x2F;</a>
lidoover 3 years ago
But why did you stop using linux?
评论 #29744354 未加载
flippinburgersover 3 years ago
No xmonad no possible.
jrm4over 3 years ago
Seriously? Whyyyyy?<p>I mean I completely get why my <i>dad</i> uses MacOS over Linux; nothing for him to think about and all his devices just sort of work.<p>But if you&#x27;re at this level of customization, why would you take the chance? (I.e. you know Apple&#x27;s just going to change something weird on you.)
评论 #29746276 未加载
评论 #29744967 未加载
评论 #29744606 未加载
评论 #29745644 未加载
评论 #29744590 未加载
hipsterstal1nover 3 years ago
Who cares?
nineteen999over 3 years ago
Somebody changes the OS they are using for personal use and this qualifies as &quot;news&quot; now?
评论 #29743427 未加载
评论 #29744022 未加载
评论 #29743474 未加载
评论 #29743435 未加载
weffweover 3 years ago
&gt; 3 times the CPU performance of my desktop system with an Intel i7 6700k<p>I love those performance comparisons with 5-10 years old processors. Let&#x27;s compare M1 with 80186 from 1982, then it will look even faster!<p>Here is comparison with the new mobile Intel processor that will be released next month:<p><a href="https:&#x2F;&#x2F;browser.geekbench.com&#x2F;v5&#x2F;cpu&#x2F;compare&#x2F;11905527?baseline=11714129" rel="nofollow">https:&#x2F;&#x2F;browser.geekbench.com&#x2F;v5&#x2F;cpu&#x2F;compare&#x2F;11905527?baseli...</a>
评论 #29743826 未加载
评论 #29743839 未加载
评论 #29743751 未加载