Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
Please Macrumors! Don't refer to it as the Retina Macbook, just Macbook. That is its name after all.
 
For many users, probably. All the comparisons to the iPad Air 2 are meaningless anyway, since the ARM processors use an entirely different processor architecture incompatible with OS X. Apple would have to rewrite OS X or build an emulation layer (like it did with Rosetta in 2005) to run OS X on the A8X or forthcoming A9, and it would not be pretty. x64 is a 64-bit add-on to a bloated 35-year old x86 architecture.

Bzzz, wrong. Yes the ARM processors use an entirely different architecture but the operating systems underlying them are basically the same... multiple streams. Most of the code is C, C++, and Objective-C.... all compiled through CLang/LLVM which supports both ARM and OS X (LLVM is basically a portable assembly language translation layer). Any customer assembly code would take a mere weeks to merge back into the main branch of "OS X".

Apple already has a version of OS X running on ARM in the labs for test purposes only.

----------

Did anyone figure this was an April Fools yet or what?

The processor numbering was odd, but the actual performance numbers (though slightly lower than I would have expected) are very very close to reality.
 
So there's another great candidate for a hate-thread: Apple Takes A Page From Microsoft's Playbook, Releases OS X 10.11 and iOS 9: Surprise, They Are The Same Operating System.

:eek:
 
Now You Tell Me

That's because it's not for professionals.

I'm an MBA, CPA and the CFO of a medical organization. I wish Apple would have told me before buying my 2010 Macbook Air that doing so would impact my professional status. Now I'm just mad. Bad Apple.
 
Bzzz, wrong. Yes the ARM processors use an entirely different architecture but the operating systems underlying them are basically the same... multiple streams. Most of the code is C, C++, and Objective-C.... all compiled through CLang/LLVM which supports both ARM and OS X (LLVM is basically a portable assembly language translation layer). Any customer assembly code would take a mere weeks to merge back into the main branch of "OS X".

Apple already has a version of OS X running on ARM in the labs for test purposes only.

----------



The processor numbering was odd, but the actual performance numbers (though slightly lower than I would have expected) are very very close to reality.
As a software engineer, I can't help but notice you're really downplaying how big a task it is to migrate to ARM.

And the poster you quoted was right; comparing Apple's AX series to Intel processors is pretty dumb. Geekbench is not and has never been good at measuring real-life performance, too. Unless all you're doing the whole day is calculating primes, I'd pick better benchmarks to listen to.

----------

I'm an MBA, CPA and the CFO of a medical organization. I wish Apple would have told me before buying my 2010 Macbook Air that doing so would impact my professional status. Now I'm just mad. Bad Apple.

He likely meant somebody who uses intensive professional tools on the computer.

Don't let strangers on the internet hurt your self confidence so easily.
 
For many users, probably. All the comparisons to the iPad Air 2 are meaningless anyway, since the ARM processors use an entirely different processor architecture incompatible with OS X. Apple would have to rewrite OS X or build an emulation layer (like it did with Rosetta in 2005) to run OS X on the A8X or forthcoming A9, and it would not be pretty. x64 is a 64-bit add-on to a bloated 35-year old x86 architecture. It just wouldn't work well since the Intel processors are too complicated.

It's not a processor architecture that is incompatible with OS X, large parts are shared with iOS and the place where it matters are parts of the kernel and drivers. I think a bigger hurdle would be users who depends on bootcamp or virtualizing x86 OSes. Anyhow, it's all speculative and hypothetical, but it's an interesting comparison because it shows the performance of the A8X in relation the an Intel CPU with comparable power and thermal characteristics.
 
Bzzz, wrong. Yes the ARM processors use an entirely different architecture but the operating systems underlying them are basically the same... multiple streams. Most of the code is C, C++, and Objective-C.... all compiled through CLang/LLVM which supports both ARM and OS X (LLVM is basically a portable assembly language translation layer). Any customer assembly code would take a mere weeks to merge back into the main branch of "OS X".

Apple already has a version of OS X running on ARM in the labs for test purposes only.

And they had a version of OS X running on Intel for years before they switched, too. Porting the OS itself isn't the problem. It's all the applications that users have. Existing x86 and x64 applications (remember, many popular applications, including Microsoft Office, are still 32-bit) would all need to be recompiled. It would break compatibility unless Apple released an emulation layer. But an ARM processor trying to emulate an x86 and x64 processor would not be a pretty sight.
 
You do realize 2009 is 6 years ago.

Your point? Should I upgrade my personal laptop every two years like my phone? It's still a solid computer and in very good shape, it's just getting a bit long in the tooth and feeling very heavy compared to modern ones.
 
Depends on use. The more bulky the computer, the more bulky the bag. If your battery lasts less than a day, then you are likely to carry a more bulky bag with the charger during the day.

For something with the bulk of the new macbook and a full day charge (fingers crossed) -- you can just slip it into an iPad type case or in your purse and forget everything else. It would hardly be noticeable.

I was on the road for 3 years straight at times had to carry two laptops (work issued and customer issued) -- one was bad, two would be crippling. If I go away on work I would pack heavier and leave the heavier bag and charger at the hotel and carry only the macbook in a light sleeve....

The macbook would have been able to handle everything I needed (email, word, coding, reading, videos etc.)..... Being light and thin (without bulk) really does matter.

Depends on how much and how you carry it around. I recently tried ditching my rMBP for an 11" MBA and it made a huge difference, but I walk four miles a day and take a commuter train to work, then carry the computer around to meetings in the office. The slightly >1 pound difference was very noticeable.

For price, look around at roughly similar subnotes. It's competitive with the SP3, Yoga 3 and a few others if you equip them roughly similarly.


Fair enough. I'm planning to do a lot of traveling later this year, and I do wish my Envy was a little more road ready and had better battery life than it does. But I also need a laptop to run programs like Photoshop, Premiere Pro, After Effects and Ableton Live with no problems, so I'm obviously not this MacBook's target demographic. I guess it's all a tradeoff and dependent on what your needs are. It probably would have cost me at least $1500 more to get the same processing, graphics, SSD and RAM power my HP Envy has in MacBook Pro, and I think that's ridiculous.
 
As a software engineer, I can't help but notice you're really downplaying how big a task it is to migrate to ARM.

And the poster you quoted was right; comparing Apple's AX series to Intel processors is pretty dumb. Geekbench is not and has never been good at measuring real-life performance, too. Unless all you're doing the whole day is calculating primes, I'd pick better benchmarks to listen to.

I was only focusing on task at hand of moving to the ARM processor. Using benchmarks to simulate real life performance is not great (but it is all we have right now), using them across architectures is silly.

Moving OS X to the ARM processor is not as big a task as it was in the past (the compilers and development environment are already there), most of it is testing and tuning small amounts of code. There are issues with drivers, but then there are always issues with drivers. iOS base operating system (Darwin) with some customization is already running on ARM. The customization deltas are all in source control. The UIs are built on top. The task to move to ARM is much smaller than the previous two moves - since it is already done for testing purposes. If they really wanted to move though it would take one full release cycle to shake things out, but most of the work has already been done.

Now I don't think they are going to migrate to ARM, but it is useful when it comes to negotiating with Intel.
 
I'm an MBA, CPA and the CFO of a medical organization. I wish Apple would have told me before buying my 2010 Macbook Air that doing so would impact my professional status. Now I'm just mad. Bad Apple.

I think you completely misunderstood the many posts here. What they're saying is that you are not a professional, and that the work you do is not professional work. :rolleyes:

I said earlier that there were hundreds of billions of dollars of revenues that proved their statements wrong, but: (1) I am probably way too low on the dollars and (2) I forgot about people like you who are literally saving lives. People don't need gamer tech to do "professional" work. Maybe the lesson these helpful members are trying to teach us is that the only thing you need gamer tech for is to make a full time job out of avoiding being a productive member of society. :rolleyes:
 
I think you completely misunderstood the many posts here. What they're saying is that you are not a professional, and that the work you do is not professional work. :rolleyes:

I said earlier that there were hundreds of billions of dollars of revenues that proved their statements wrong, but: (1) I am probably way too low on the dollars and (2) I forgot about people like you who are literally saving lives. People don't need gamer tech to do "professional" work. Maybe the lesson these helpful members are trying to teach us is that the only thing you need gamer tech for is to make a full time job out of avoiding being a productive member of society. :rolleyes:

MBA, CFO.... sorry, but I think you mean figuring out which people are not worth saving :eek:
 
I think that women will be very attracted to it.

*****? I don't know why you think gender has anything to do with it. If anything, it'll split along work lines, i.e. if the MacBook can do what they need to have it do for their specific work. I dunno how women vs. men comes into play at all.
 
For many users, probably. All the comparisons to the iPad Air 2 are meaningless anyway, since the ARM processors use an entirely different processor architecture incompatible with OS X. Apple would have to rewrite OS X or build an emulation layer (like it did with Rosetta in 2005) to run OS X on the A8X or forthcoming A9, and it would not be pretty. x64 is a 64-bit add-on to a bloated 35-year old x86 architecture. It just wouldn't work well since the Intel processors are too complicated.

Thanks - that asnwers a lot of questions.

Personally, I use my Mac in the same way the vast majority do: browsing, emails, invoicing, looking at funny photos and porn. And I think this MacBook will handle all of that just fine.

It's over-priced, but it's a Mac and it runs OS X. And as I like OS X, I have to choose from what they offer me.
 
Office was available and ran on PPC though.

Yes, but it was a sub-par experience. It still is to some extent (Office 2016 seems to change that). The point is that Microsoft would need to recompile it for ARM. They have a starting point in Office for iOS, but that has a limited feature set.
 
And the poster you quoted was right; comparing Apple's AX series to Intel processors is pretty dumb. Geekbench is not and has never been good at measuring real-life performance, too. Unless all you're doing the whole day is calculating primes, I'd pick better benchmarks to listen to.

True, but it gives an idea or ballpark figure, and real-life performance (as in a complete system) isn't that meaningful if what we are doing is strictly comparing two CPUs.

----------

Yes, but it was a sub-par experience. It still is to some extent (Office 2016 seems to change that). The point is that Microsoft would need to recompile it for ARM. They have a starting point in Office for iOS, but that has a limited feature set.

If it still is, then it's not due to the architecture since it's now on Intel.
 
Yes, but it was a sub-par experience. It still is to some extent (Office 2016 seems to change that). The point is that Microsoft would need to recompile it for ARM. They have a starting point in Office for iOS, but that has a limited feature set.

The iOS version would not be a starting point.... that is just silly.... The UI libraries used are not the same..... Unless they have coded things in assembly language it would simply be setting the profile to say it was ARM based computer OS X and build.

That is of course the easy part since the bulk of the costs would be the million spent for testing/certifying it for a new platform.
 
Good luck running 3 virtual machines on an iPad level Processor.

If my iPad Air 2 can handle 3 virtual machines just by adding some RAM, Apple really needs to step up iOS for more multitasking.

Umm, thats not really how it works. The 5Y70 supports both VT-x and VT-d. Those virtual machines should run fine if he has enough ram to share between em.

The iPad isnt even the same architecture, it would have no hope coming close performance wise irrespective of RAM.

They wanted to release a super-thin notebook with a fanless design. The only compatible Intel processors are the Core M processors. With all the delays to Broadwell, much improved Skylake processors are waiting in the wings.

Speaking of skylake, some of the rumours as of late (one saying the jump from broadwell to skylake will be as big as prescott to conroe) are quite exciting. Not sure what Apple are going to in regards to the MP, but someone shopping for a MBP who can afford to wait a few months might be better off holding back for now IMO.
 
Speaking of skylake, some of the rumours as of late (one saying the jump from broadwell to skylake will be as big as prescott to conroe) are quite exciting. Not sure what Apple are going to in regards to the MP, but someone shopping for a MBP who can afford to wait a few months might be better off holding back for now IMO.

The skylake architectural changes referred to will come to the Xeon (Mac Pro) first - and it will take several generations before it would probably be noticeable to us users (though we would see improvements in power/performance and bandwidth available for SSD/Video/Thunderbolt like normal).
 
I agree, but all technology starts with a high price and gradually comes down.

Even for a basic user, I would not recommend the new MB over an equally priced MBP, but I do think the MB will make a great portable complement to an existing system.
But does it really?

What was the price of a 15" MBP in 2008? What did it include? What does one go for now and what is included?

I paid $1500-$1600 for mine back in '08, they now start at $2000. Based on one's priorities and needs a case could be made that the current model is a better "value", but the entry price has not come down, but gone up.
 
Speaking of skylake, some of the rumours as of late (one saying the jump from broadwell to skylake will be as big as prescott to conroe) are quite exciting. Not sure what Apple are going to in regards to the MP, but someone shopping for a MBP who can afford to wait a few months might be better off holding back for now IMO.

Interesting. So potentially those who wait until the fall might have a significantly more powerful MacBook (just like those who waited until November 2008 to get a MacBook Air). That said, Apple might wait until next February to upgrade to Skylake. They have done that in the past.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.