Earlier quoted context omitted.
Almost! 6502 -> 680x0 -> PPC601 -> x86 -> x86_64 -> ARMv8.5 (Apple M1) First Intel Macs (MacBook Pro) had a Core Duo which was 32 bit. I think Core 2 Duo was delayed and Apple weren't particularly happy about it.
There was a Core Solo mini as well at the bottom end of the line.
Apple Now Selling More M1 Macs Than Intel-Based Models, Says Tim Cook
171–180 of 228 posts
Re: Apple Now Selling More M1 Macs Than Intel-Based Models, Says Tim Cook
#172I’m holding off for this reason, and I’ve not been able to find why this is the case, particularly when they seem so much more powerful compared to previous MacBooks.
Re: Apple Now Selling More M1 Macs Than Intel-Based Models, Says Tim Cook
#173Earlier quoted context omitted.
I'm using an M1 MacBook Air right now. It's more nuanced than speed. That thing's responses are insane. It's an insanely fast computer which wakes up like an iPhone and has an endurance like a vintage, entry level Nokia phone. It's ready to work before I finish opening up the screen and, they forgot to tell the battery that it needs to deplete after some time. It doesn't matter for ordinary people to know all the coo…
> Because we the devs & admins know the nature of the beast, I would not lump all devs under 1 group. While the technological aspects of M1 are impressive, the compatibility issues and Apple "being Apple" for lack of a better word are significant enough for some of us to steer clear away. My work issued MBP just doesn't recognize the external display 80% of the time without me having to plug and replug it or usbc hub…
Of course.
> ...the compatibility issues
Honestly, I've seen only one application crash on me due to using an M1 Mac. TBH, didn't try to port my scientific applications on M1 though (most of the time, they run on Linux servers, so no rush).
> Especially for the devs that use desktops on a regular basis...
In fact, I'm a desktop first user. Using M1 daily, since we're WFH. Maybe you can be this responsive on a desktop, but I'm talking on the mobile space. If we take out form factor considerations, I can get the same speed and responsiveness from 6-7 year old servers we use at the office.
Re: Apple Now Selling More M1 Macs Than Intel-Based Models, Says Tim Cook
#174Earlier quoted context omitted.
As an engineer on an M1, I have to say you made the right choice. Half the stuff that I try to work on is just straight up broken, especially Python/AI related tools. I have to switch to my Linux laptop regularly to get anything done. I've wasted days just trying to get certain dev tools working.
Apple should really hire a couple smart devs to just focus 100% on getting working M1 wheels on PIP for all the most popular Python libraries (same for conda forge). Seems like a no-brainer given their dominance in laptops for software developers. I'm sure the community would just do it on its own, but if they can speed up the process by 6 months they will be able to sell enough extra units to pay for the devs.
Re: Apple Now Selling More M1 Macs Than Intel-Based Models, Says Tim Cook
#175M1 is amazing and I bought my partner one and she loves it. However, when it came to buying a new engineer on our team a laptop, we had to go with the last 2020 Intel model. We still have some uncertainty over whether or not our development tools/environment will work on M1. Many python packages will take longer to install I imagine (if there are no wheels for the M1 mac, not sure if that's an issue) and I suspect so…
As an engineer on an M1, I have to say you made the right choice. Half the stuff that I try to work on is just straight up broken, especially Python/AI related tools. I have to switch to my Linux laptop regularly to get anything done. I've wasted days just trying to get certain dev tools working.
Re: Apple Now Selling More M1 Macs Than Intel-Based Models, Says Tim Cook
#176M1 is amazing and I bought my partner one and she loves it. However, when it came to buying a new engineer on our team a laptop, we had to go with the last 2020 Intel model. We still have some uncertainty over whether or not our development tools/environment will work on M1. Many python packages will take longer to install I imagine (if there are no wheels for the M1 mac, not sure if that's an issue) and I suspect so…
Just use an x86-emulated terminal and you don’t have to worry about this. The only limitation is x86 docker images, which I can’t get to run on my M1. Everything else works as it did on my 2015 MBP (when executed in an x86 terminal).
Re: Apple Now Selling More M1 Macs Than Intel-Based Models, Says Tim Cook
#177Earlier quoted context omitted.
Friend of mine just got a new M1 13-inch MBP. He "likes" it, as opposed to "loves" it; because he doesn't actually care that much (he's not a tech nerd). He likes his iPad a lot more. He would probably feel the same way about a new Dell or Lenovo. It's just not that important to him. Computers are a "necessary evil." He's a musician, and he asked my advice, so he got a Mac. For myself, I am waiting on the M1X/M2, lat…
> He would probably feel the same way about a new Dell or Lenovo. Not sure if this was ever true for someone who used a Mac before. Going to a Dell or Lenovo feels like a huge downgrade. Everything about these laptops feels cheap in comparison to a Mac. They are bigger, thicker, heavier, more plastic, hotter, and less elegant. Also the track pad and other screen on the Mac is so much better. Even if some Windows lapt…
By "computers," they mean things with screens, mice and keyboards that don't have a simple, fixed user interface. I know that some of the iPad Pros are starting to look a lot like "computers."
Me? I love "computers." But I'm a nerd. We're supposed to love them.
I am really looking forward to getting my grubby little mitts on a new laptop, when they come out.
Re: Apple Now Selling More M1 Macs Than Intel-Based Models, Says Tim Cook
#178I see a myriad of comments that boil down to “duh”, but I think these comments are missing the point. Consider an alternate possibility: “sales of Apple’s new ARM macs outpaced by older models”. Had Apple not knocked M1 out of the park, this was a real possibility. Is it surprising that a well executed architecture change is now selling well? Not really. But the more interesting point is that the rest of the market a…
It's also worth observing that a lot of IT departments aren't necessarily rushing into the M1, especially to the degree that there isn't a full range of laptops with the new architecture yet.
Re: Apple Now Selling More M1 Macs Than Intel-Based Models, Says Tim Cook
#179Earlier quoted context omitted.
For starters you can buy Intel processor, but you cannot buy M1. You can only get M1 with a laptop or a tablet.
Does Intel sell their laptop processors directly to consumers?
Re: Apple Now Selling More M1 Macs Than Intel-Based Models, Says Tim Cook
#180M1 is amazing and I bought my partner one and she loves it. However, when it came to buying a new engineer on our team a laptop, we had to go with the last 2020 Intel model. We still have some uncertainty over whether or not our development tools/environment will work on M1. Many python packages will take longer to install I imagine (if there are no wheels for the M1 mac, not sure if that's an issue) and I suspect so…
> Many python packages will take longer to install I imagine (if there are no wheels for the M1 mac, not sure if that's an issue) and I suspect some won't build at all. I also have some concerns over our Docker environment building. Just use an x86-emulated terminal and you don’t have to worry about this. The only limitation is x86 docker images, which I can’t get to run on my M1. Everything else works as it did on m…