Live data from Hacker News

M5 MacBook Pro

apple.com

371–380 of 579 posts

Re: M5 MacBook Pro

#371
post #196

Earlier quoted context omitted.

Is there a HN bingo card? Because we always get a top comment for Linux user who tries Mac and decides they prefer Linux.

I have to agree. The loss of sense of reality among Linux fanboys is really annoying. I had been a Linux notebook user for many years and have praised it on this board years ago. But today the Linux desktop has regressed into a piece of trash even for basic command line usage while providing zero exclusive apps worth using. It's really sad since it's unforced and brought upon Linux users by overzealous developers alo…

hardware and basic OS reliability is really good when it comes to MBPs, unfortunately the rest of the software stack is maddening

Re: M5 MacBook Pro

#372
I wish they published CPU and graphic performance comparisons vs M1. Apart from coding I do a lot of large photo (100MP) and video (4K+) file processing and I am interested in core graphics performance. Talking centipedes or flying trains are not my thing so their AI benchmarks are useless to me.

Re: M5 MacBook Pro

#373
post #52

To any Linux users, I recently bought a fully loaded M4 MacBook pro to replace my aging Lenovo and strongly regret it. I thought I would use it for playing with LLMs, but local dev on a Mac is not fun and I still don't have it fully set up. I'll probably replace it with a framework at some point in the near future. Edit: okay, that garnered more attention than I expected, I guess I owe a qualification. 1. Everything…

I thought the same thing when I saw the M5 in the news today. It’s not that I hate macOS 26, hate implies passion.. what I feel is closer to disappointment. The problem is their philosophy. Somewhere along the way, Apple decided users should be protected from themselves. My laptop now feels like a leased car with the hood welded shut. Forget hardware upgrades, I can’t even speed up animations without disabling SIP. Y…

Usually there's an accessibility option of some kind that disables animations; at least it exists in android and I feel like it existed in iOS (though I haven't used that in ages). I'm surprised Mac doesn't have something similar.

Re: M5 MacBook Pro

#374
post #52

To any Linux users, I recently bought a fully loaded M4 MacBook pro to replace my aging Lenovo and strongly regret it. I thought I would use it for playing with LLMs, but local dev on a Mac is not fun and I still don't have it fully set up. I'll probably replace it with a framework at some point in the near future. Edit: okay, that garnered more attention than I expected, I guess I owe a qualification. 1. Everything…

Can you not install Parallels and use it to run Linux under Mac OS X?

Re: M5 MacBook Pro

#375
post #197

Just give me cellular in a MacBook Air already Apple if you want me to insta-buy! Bonus points for OLED. Air’s don’t have to be just cheap. I want a thin and light premium laptop for walking around and a second Mac (of any type) for my desk.

When they finally put cellular in Macbooks, I bet they only put them in the Air for like 2 years, because we all know serious professionals are always at a desk with WiFi

Re: M5 MacBook Pro

#376
post #197

Just give me cellular in a MacBook Air already Apple if you want me to insta-buy! Bonus points for OLED. Air’s don’t have to be just cheap. I want a thin and light premium laptop for walking around and a second Mac (of any type) for my desk.

Why carry around two cellular modems? Are you ever out and about with your computer but not your phone? I've been happy to hotspot my computers and tablets to my phone, which I always have with me. The only possible issue I can think of is battery life, but if I'm carrying around my laptop I can throw a charge cable in the bag to keep my phone juiced.

> Why carry around two cellular modems?

Why not? If I had both with me, I'd rather just have my phone on Airplane mode preserving the battery and my focus.

> Are you ever out and about with your computer but not your phone? I've been happy to hotspot my computers and tablets to my phone, which I always have with me.

I'd really really like to be. The amount of dependence I have on the phone being there at all times is insane. I just want to leave with my laptop and be good to go, no possibility of receiving a call or getting distraced with stupid group chats.

My phone recently died spontaneously, and if I didn't replace it immediately, I can't work online from cafes or anywhere else without depending on the place having open wifi.

Re: M5 MacBook Pro

#377
post #197

Just give me cellular in a MacBook Air already Apple if you want me to insta-buy! Bonus points for OLED. Air’s don’t have to be just cheap. I want a thin and light premium laptop for walking around and a second Mac (of any type) for my desk.

Why carry around two cellular modems? Are you ever out and about with your computer but not your phone? I've been happy to hotspot my computers and tablets to my phone, which I always have with me. The only possible issue I can think of is battery life, but if I'm carrying around my laptop I can throw a charge cable in the bag to keep my phone juiced.

It’s hard to explain, but having an always-on connection on a tablet or laptop just feels like absolute magic.

You sort of have to experience it first hand.

Re: M5 MacBook Pro

#378
post #52

To any Linux users, I recently bought a fully loaded M4 MacBook pro to replace my aging Lenovo and strongly regret it. I thought I would use it for playing with LLMs, but local dev on a Mac is not fun and I still don't have it fully set up. I'll probably replace it with a framework at some point in the near future. Edit: okay, that garnered more attention than I expected, I guess I owe a qualification. 1. Everything…

I have a pretty good cross-platform dotfiles setup for both Mac OS and Linux that I use Chezmoi to provision. I try not to repeat myself as much as possible.

Here's my repository: https://github.com/lkdm/dotfiles

I use Linux at work and for gaming, and Mac OS for personal stuff. They both build from the same dotfiles repository.

Some things I've learned is:

- Manually set Mac's XDG paths to be equal to your Linux ones. It's much less hassle than using the default system ones.

  - See my .profile as an example on how I do this: https://github.com/lkdm/dotfiles/blob/main/dot_profile.tmpl
- Use Homebrew on both Linux and Mac OS for your CLI tools

- Add Mac OS specific $PATH locations /bin, /usr/sbin, /sbin

- Do NOT use Docker Desktop. It's terrible. Use the CLI version, or use the OrbStack GUI application if you must.

- If you use iCloud, make a Zsh alias for the iCloud Drive base directory

- Mac OS ships with outdated bash and git. If you use bash scripts with `#!/usr/bin/env bash`, you should install a newer version of bash with brew, and make sure Homebrew's opt path comes before the system one, so the new bash is prioritised.

I hope this is helpful to you, so feel free to ask me anything about how I set up my dotfiles.

Re: M5 MacBook Pro

#379
post #52

To any Linux users, I recently bought a fully loaded M4 MacBook pro to replace my aging Lenovo and strongly regret it. I thought I would use it for playing with LLMs, but local dev on a Mac is not fun and I still don't have it fully set up. I'll probably replace it with a framework at some point in the near future. Edit: okay, that garnered more attention than I expected, I guess I owe a qualification. 1. Everything…

[deleted]

Re: M5 MacBook Pro

#380
post #84

Earlier quoted context omitted.

> I thought I would use it for playing with LLMs, but local dev on a Mac is not fun and I still don't have it fully set up. Sounds more like a you problem, probably due to unfamiliarity. There are endless options for local dev on a Mac, and a huge share of devs using one.

I've used Macs for 20 years starting on the day 32-bit Intel Macs were released, and agree with the GP. Linux and Plasma spoiled me, going back to macOS and its windowing system feels like a step backward, especially for development, where using multiple windows is a must. Task switching is.. not good? I don't get window previews I can switch through when I hover over the dock, but I do on Linux. Yes, I know about Ya…

When you use linux as desktop, sometimes you get into a customization-hole and make everything "just right" because on linux everything is customizable.

Then you switch to macOS or Windows or even (not your) linux setup and hate it. When I manage to contain myself entirely to the terminal it's okay, but the moment I have to interact with GUI I start to miss those "just right" things.

I can relate. macOS hilariously sucks on certain GUI and terminal aspects. Not much you can do about GUI, just have to adapt to the way macOS wants to be used. For terminal, I use home-manager to manage my $HOME. It not space efficient and public caches are sub-par, but it's better than searching "sed in-place repace macos and linux cross-platform" for the 9000th time.

Post reply on HN