No More Intel Inside, Apple Plans To Use Its Own Custom-Built Chips in Mac (bloomberg.com) 513
Apple is planning to use homegrown custom-built processors in its Mac line of computers, ditching Intel, the processors by which powers Apple's current line of computers, Bloomberg reported on Monday. The company could make the switch to its own chips as early as 2020, the report said. From the report: The initiative, code named Kalamata, is still in the early developmental stages, but comes as part of a larger strategy to make all of Apple's devices -- including Macs, iPhones, and iPads -- work more similarly and seamlessly together, said the people, who asked not to be identified discussing private information. The project, which executives have approved, will likely result in a multi-step transition.
The shift would be a blow to Intel, whose partnership helped revive Apple's Mac success and linked the chipmaker to one of the leading brands in electronics. Apple provides Intel with about 5 percent of its annual revenue, according to Bloomberg supply chain analysis. Intel shares dropped as much as 9.2 percent, the biggest intraday drop in more than two years, on the news.
The shift would be a blow to Intel, whose partnership helped revive Apple's Mac success and linked the chipmaker to one of the leading brands in electronics. Apple provides Intel with about 5 percent of its annual revenue, according to Bloomberg supply chain analysis. Intel shares dropped as much as 9.2 percent, the biggest intraday drop in more than two years, on the news.
Whoa (Score:4, Interesting)
That is all, just whoa
Re:Whoa (Score:5, Interesting)
Yeah, a story like this is kind of hard to believe. I know that Apple isn't as good as keeping secrets as it used to be, but a leak about Apple's product line 2 years from now almost never happens.
I'd love to see a second source of this information besides Bloomberg and the various tech blogs who are just pointing to the Bloomberg article.
Re: (Score:3)
And the Bloomberg article is from second of April, is this a late April Fools on Bloomberg?
Re: (Score:3)
is this a late April Fools on Bloomberg?
Apple has a lot to gain by avoiding the Intel tax on PC-class processors, there is no theoretical reason why the ARM architecture cannot match Intel/AMD superscalar performance, and the days when customers cared about type of processor are long gone. That said, "as early as 2020" seems wildly optimistic. ARM is closing in on high end processor throughput, but is not quite there yet. For the time being, this rumour smells like a negotiating tactic to hammer down Intel's price point, if it has any substance a
Re:Whoa (Score:5, Informative)
I agree though, that this is probably Apple trying to extract some sort of concession from Intel, be it pricing, input in, or influence on, the feature set or direction of development, or all of the above. The threat of a switch to ARM may seem more credible than the threat of a switch to AMD, perhaps, but either seems incredible to me.
Re:Whoa (Score:5, Interesting)
Apple has done two successful CPU transitions in the past, from 86K to PowerPC then PowerPC to x86. I'm sure they'll be able to handle x86 to ARM quite successfully.
Apple's A-series processors now have comparable power to Intel [macrumors.com] and better built-in graphics capabilities. We can only imagine they would be even more powerful within laptops (bigger batteries) and desktop computers (no battery limitations at all, much better heat dissipation).
Apple would gain even better economies of scale because they already need to manufacture their A-series CPUs for the iPhones and iPads. If they can somehow simply link more ICs together for parallel processing, their cost per IC would be even lower. As a bonus, they would stop filling Intel's bank account.
Re:Whoa (Score:4, Informative)
As I said, IBM and Motorola CPUs were sinking ships. Intel is not that.
Apple does not manufacture their own chips, or anything at all actually. So they are either paying Intel, or they are paying TSMC/Samsung for manufacturing + ARM licensing. I doubt the costs are substantially different. The gain would be in control. But for all the reasons I listed, that would be a high price to pay for control.
Moreover, end users would bear the brunt of those costs, and have little or nothing to show for it at the end of the day in terms of performance improvements. When Apple jumped CPU ships in the past, it benefitted end users. I am hard pressed to think of a single benefit of an architecture swap to end users at this point, but I am all ears if anyone has any ideas.
Re:Whoa (Score:5, Informative)
Apple was one of the founders of ARM. An ARM license doesn't cost them very much at all.
Manufacturing chips on the scale of Apple's iPhone means the cost per chip is relatively low. The NRE is done; at that point the more you can manufacture the cheaper it is per unit. Certainly paying Intel to manufacture chips and sell them (even at the margin that Apple can command) is going to be more expensive for Apple.
As for benefits... Apple has always wanted to own the whole shebang. They get to know ahead of time what the schedule's going to be, they get to dictate the chip's abilities, and they already have the design capability in-house. I *think* it'll be cheaper for Apple, with lower thermals and higher efficiencies with potentially a better designed chip. Whether the user sees benefits from that is up for debate.
There are certainly issues with compatibility and emulation, and I don't have a good answer for that. I suspect, if Apple go ahead and do it, they will have a good-enough answer for a transition. As for recompiling etc., they'll just require an ARM64 variant of any app in the app-store for a year or so ahead of any transition in order to be listed. That'll be sufficient IMHO to get almost everyone on-board.
Re: (Score:3)
From Wikipedia
Re: (Score:3)
Who says it's an ARM chip. Doesn't via still hold cyrix patents on x86? Maybe the Mill will be ready by then.
Re:Whoa (Score:5, Insightful)
PowerPC never had a performance issue.
Apple ditched it because IBM could not provide mobile versions of it in the numbers Apple needed it.
And IBM had no real plans to improve the mobile version, that is all.
The PowerPC architecture is a really nice one and has nothing to hide versus Intel.
Re:Whoa (Score:5, Informative)
There are a few other issues. It's not just Bootcamp, it's also WINE. A lot of the 'Mac' games are actually Windows games with a bundled version of WINE. Note that this is WINE, not WineLib. The WINE team now actively discourages use of WineLib because you get odd issues from programs that expect COFF linkage behaviour instead of ELF, for example, and porting is a lot easier if you ship WINE's PE/COFF loader rather than relying on the host platform's ELF loader.
ARM has limited virtualization support - or usefulness for that matter
I'd disagree with the first part of this. ARM's hardware virtualisation acceleration is on a par with Intel's. I'd agree with the latter part though. The common use of virtualisation on macOS is to run Windows in a VM. Unless Qualcomm's ARM Windows platform becomes a lot more popular, I don't imagine there being much call to run ARM Windows on Macs.
Apple loses the economies of scale that Intel enjoys, eating into cost savings
That one depends a lot on how much they can share designs with the iPhone / iPad. If the Mac chips are just a higher core count and clock rate than the iPad versions, then they may get some of this back. Mac, plus iPhone, plus iPad sales add up to about 50% of the total number of PC sales, so they're only a factor of two off.
All existing MacOS apps and games, gone (without either substantial developer support for rebuilds or else subpar emulation, which is not a UX Apple is likely to support)
Note that Apple has done this before. In both the PowerPC and Intel switch, they shipped emulators that allowed you to run existing code. Modern emulators are now pretty good at adjusting call frames so that you can call from emulated code into native code. If you keep the same structure layouts in your legacy and emulated platform then you can share pointers between them. Most Mac apps spend a huge proportion of their total CPU time in Apple-provided system libraries, which is a big part of why Rosetta was so fast in the PowerPC to Intel switch: most existing code (including all of the standard UI drawing, text rendering and layout, and so on) code ran as native x86 code, so the emulator only had to be fast enough that the rest didn't become a bottleneck. OF course, it helped that the laptop Intel cores were about twice the speed of the Freescale ones that they replaced (and had more cores).
At the end of the day, it's really just trading one master (Intel) for another (ARM)
Again, not quite so clear cut. One of the big reasons for the Intel switch was their relationship with Intel versus IBM / Freescale. Apple was the sole customer for both IBM and Freescale in the relevant markets, which meant that they were paying a huge proportion of the total R&D, yet someone else was in control. When they switched to Intel, they were the single largest customer, but were only about 20% of the total.
I suspect that, given the massive growth of cloud stuff, that at least one of Google, Amazon, or Microsoft (possibly all three) is now a larger customer than Apple, which means that Apple is no longer able to demand exactly what they want. There's some evidence for this: Apple customers keep complaining about not being able to buy MBPs with 32GB of RAM, Apple says they'll ship them as soon as Intel produces a CPU that can handle 32GB of LPDDR4, Intel still isn't producing laptop chips that support LPDDR4.
Their relationship with ARM would, again, be very different. Apple is an ARM Architecture Licensee, which means that they are allowed to (and do) design their own ARM-compatible cores in house and ship them as long as they pass the conformance tests. There are also over half a dozen other ARM Architecture Licensees (you can find an abridged list of these in the ARM ARM if you look at the hardware register value that provides the vendor ID, though some companies - including Apple - request not
Re:Whoa (Score:5, Insightful)
The ARM architecture absolutely cannot match Intel in terms of running native apps designed for Windows. There are many people, me included who sometimes need to run Windows applications on their Macs. At the moment, I just run up a Windows VM or use Bootcamp. Not having that capability would force me off the Mac.
There is no Intel tax btw. You give them some money, they give you a processor. It's called doing business and if you want to call it a tax, then every business transaction involves a tax.
The only way I could see this happening is if Apple are developing or have developed an x86_64 compatible processor.
Re:Whoa (Score:5, Interesting)
This will not be a good move for Apple. It might turn out to be the final nail for apple as a computer manufacture.
Back when Apple was 68K there where lots of companies that developed exclusively for Mac. Then Apple switched to PowerPC this forced all these companies to spend millions to rewrite code to support the new chips. To compound all this a few years later apple switched to x86 architecture. Again sending developers scrambling and spending millions to rewrite old code for the new architecture. The switch to x86 allowed some of these companies to mitigate some of the cost because now they had a code base that shared a common processor with windows.
Because of these processor switches and the millions that had to be committed to rewrite old code send an number of developers, Adobe, looking for another market. Where Adobe used to develop their flagship products for Mac first and Windows as after thought, that is no longer true. Now Adobe and many former Mac companies now develop for windows first then mac as after thought.
With the prospect of another processor switch and having to spend millions now to develop a code base for two different processor lines, I imagine many will simply drop Mac as a native platform all together. They simply will not see the value in supporting a shirking market place with millions of dollars worth of research. Not when they can develop one code base for windows and macs can run it under a windows emulator.
Re: (Score:3)
With the prospect of another processor switch and having to spend millions now to develop a code base for two different processor lines, I imagine many will simply drop Mac as a native platform all together.
Right, because Adobe would never develop software to run on Apple's processors [adobe.com].
I don't know if they're really going to switch processors, but if they do, I don't think they'll do it without developer buy-in and some serious upside. One of the possible benefits is that it puts all of their devices on the same platform. You could possibly have the same binaries on a MacBook and an iPad-- though you probably don't want the same UI on both.
Re:Whoa (Score:5, Interesting)
Right, because Adobe would never develop
Adobe used develop its flagship products for the Mac market first. Then they would back port their software to Windows. This is no longer the case. Now they develop for Windows first then back port to Mac, if they even port at all.
This change in policy came about because of the processor switches that the Mac went through. Over the years Adobe support has continued to be scaled back for the Mac and shifted to Windows.
There is a very good chance that if this switch comes about Adobe will pull all its support for the Mac.
Re:Whoa (Score:4, Insightful)
if it survives at all.
I will be a sad day if the Mac finally dies. It's the sole survivor, in name at least, from the golden age of desktops. When Amiga, AtariST, and Macs where all in a head to head battle. Then Windows came in and squished everyone but the Mac. It would be sad to see the Mac survive that only to die because of a stupid company decisions . .
Re:Whoa (Score:5, Informative)
There are still plenty of applications that at certain levels are still written in assembly. Device drivers and gaming engines come to mind. It doesn't matter how good your compiler is, nothing beats hand optimized assembly for just raw speed.
Re: (Score:3)
Recompiling apps to work on ARM is the easy part. Finding replacements for all of these legacy apps that are no longer being developed is harder.
I'd imagine that companies like VMWare will have the toughest job, as they'll be expected to emulate x86 Windows and Linux apps on these new ARM Macs with decent performance.
Re: (Score:3)
Apple go down in flames over this are excessively optimistic
You should spend more time reading and contemplating than posting. No where have I even implied that I'm looking for Apple to "go down in flames." In-fact, I'm already stated in this very thread that it would be a a shame if the Mac was to die off because of this decision.
Re: (Score:3)
I spent thousands on the AppStore
How did that happen?
He must have been one of the 8 people who bought the I Am Rich app.
Re: Whoa (Score:4, Insightful)
The desktop is not dying. The industry has matured and people are simply happy with the desktop they have and not replacing as often. Mobile devices are absolutely miserable for anything other than a quick message or notification while on the go, not a good form factor for heavy duty work.
Re: (Score:3)
Re:Whoa (Score:4, Informative)
Few of Apple products involve as many people as this would 2 years ahead of time. If they can ship this in two years, they've been working on the desktop processors and chipsets for a couple years already. Hell, if this ships in 2 years they would need to be involving third party software parties already. Unlike their Chinese factory workers they can't just suicide a couple of those to make an example of leaker's either :p
Re: (Score:2)
Re: (Score:3)
I'd love to see a second source of this information besides Bloomberg and the various tech blogs who are just pointing to the Bloomberg article.
You and me both. Yes, Apple tends to go its own way when it comes to hardware (and often ends up being the 800-lb gorilla-like agent that pushes for changes in the PC/laptop/mobile industries). However, unless Apple's rumored new chip suddenly kicks the crap out of an equivalent-gen Intel chip (without turning a MacBook Pro into a room-heater **), this rumor is likely just that - a rumor.
The rumor checks off a few plausibility benchmarks - Apple preferring to be its own unique thing, its history with PPC ch
Something has changed between then and now (Score:4, Insightful)
Apple has much more experience and importantly, money, now than it did with PowerPC in 1998.
And today, Apple makes ARM-instruction-set CPUs/modems/GPUs integrated system on a chip as good as, or better than long-time chip designers, Qualcomm & Samsung. Intel is not competitive here despite major investment.
It also learned from that event as well: do it yourself, if your partners don't have the same interest that you do. Motorola and IBM didn't have an interest in the medium-performance low-power consumption mass-market priced design that's central to notebook computers. And that's what Apple has concentrated on with the iPhone fiercely.
Today, Apple has 100% of the chip design ability to do this for Mac---and the manufacturing capacity, as the Mac will be certainly lower sales numbers than iPhone. It's software design & developer relations that's the hard part.
Re:Intel doubled Mac sales (Score:5, Interesting)
Going Intel doubled Mac sales, going back to non-Intel may cut it in half.
I saw nothing in the article that stated explicitly that the new processors would be incompatible with Intel. It's quite possible they want to have better control of the Intel compatible processors they use. This kind of a shift is not taken lightly, and has likely been considered for a long time.
The current 64 bit architecture used by Apple, and shows in chips made by Intel, was developed by AMD. If Apple wants to make their own "Intel compatible" processor then they could enter a licensing agreement with AMD to do so. Intel might not be happy about this but I don't know what they'd do about it. Maybe they'd offer to fabricate these Apple designed chips under license from Apple?
What I got from the article was that Apple has been using portions of the iOS in their desktops for some elements of running the system and wants to share more code between the two. That could mean a lot of things besides abandoning the Intel architecture. It might mean designing a CPU with asymmetric processing. They might put an ARM core and three x86-64 cores on a die for desktops and laptops, That means not having to put a separate ARM processor in the computers like they do now. If they want to have some x86 fun on the iOS devices then maybe a chip with a two ARM cores and a x86 core on it.
Is it feasible or even desirable to have cores with different instruction sets on them in the same device? It must be because it sounds like Apple does this already, only the cores are in separate packages. If they believe the future is in having ARM running alongside x86 then they might just want to put those cores in the same package. To make that happen might mean having to design their own processors.
I've seen things like this proposed before. I seem to recall someone at least planning to build a laptop had a tablet mode where the tablet used a low power processor and tablet based OS for most tasks in that mode. If there were things that required more processing power, or was opened up to become a laptop, then the higher power processors was "woken up" so it could run a standard desktop OS.
Perhaps Apple wants a processor that is in every way compatible with what Intel offers but they just want a few "tweaks" so they can stay ahead of the performance curve. Apple is already in all kinds of technology licensing agreements so to pick and choose from, and to put them on a chip that they'd put in their own computers might not be that big of a burden for them. They might even be able to get in a deal to sell them to other computer makers, most likely after it's "old news" so as to not compete with their own products.
Re: (Score:3)
Umm yea. (Score:5, Interesting)
Am I surprised? No.
Apple has a track record of moving across chip lines. Being that they make the OS and the Hardware, the processor isn't that big of a deal, and they have a really good track-record of keeping compatibility across different processor lines. Compared to say Microsoft who barely made the 64bit transition.
That being said. The real question is for the people who duel boot their Macs, or use Virtualization. My biggest fear is if OS X moves to the closed infrastructure that is iOS. I can deal with Apple approved apps for my phone, but for my laptop, I will want to install whatever I feel like.
Re:Umm yea. (Score:5, Interesting)
Re: (Score:2)
The last few generations of A-processors have been beating increasingly higher-tier MacBooks in performance benchmarks these last few years. They may not be ready to replace the highest-end chips yet, but they were ready to replace the low-end ones a few years ago, and that lead has only been growing.
Re: (Score:3)
Laptop processors/GPUs are basically a thermal problem.
x86-64 (whatever the AMD one everyone is using now is named) carries architectural overhead, which has been overcome by simple market size/R&D budgets.
Desktop processors are basically a bandwidth to RAM problem.
Similar issues exist as in laptops, the 'same but different'.
In the 'long run' old architectures won't compete, it's not a railroad gauge analogy. Who knows what and when though.
Android has been poking it's nose into the laptop spa
Re: (Score:3, Funny)
Re: (Score:3)
That site compares a 4.4GHz, 18 Core, 36 Thread Intel-CPU to a 2.39GHz, 6 Core, 6 Thread A11 Bionic.
Just linearly scaling the A11 to the Intel-Specs would give you (at core-level): 54,655 Multi-Core Score. On Thread Level (assuming 80% efficiency) that would give 87,449 Score.
When you look at the single-core score, you see the difference is lower. If the A11 ran at Intel Clock-Rate (assuming linear scaling), it would even achieve a score of 7,865 vs. Intel's 5,728. Impressive? Yes
Re:Umm yea. (Score:5, Interesting)
and they have a really good track-record of keeping compatibility across different processor lines. Compared to say Microsoft who barely made the 64bit transition.
You're joking right? Compatibility with what? A whole version of Adobe's creative suite was missed on Mac due to one of their transitions, and software vendors almost universally hated them the last few times Apple dictated the move.
I am surprised. I wonder if software vendors will continue to support the Mac line. I mean it's not like their shitty mobile apps are what laptop and workstation users want. There's some real effort involved in pleasing the fruit's decision of the day.
Re:Umm yea. (Score:5, Interesting)
I am surprised. I wonder if software vendors will continue to support the Mac line. I mean it's not like their shitty mobile apps are what laptop and workstation users want. There's some real effort involved in pleasing the fruit's decision of the day.
10 years ago I would say yes. Especially in the audio and visual software application markets. Today those applications are just as performance capable on the PC. When I hear of someone working in those fields, I asked what platforms they use and I'm hearing more say PC whereas the answer used to be exclusively a "Mac". There's a shift going on. And I feel, this time, Apples decision will hurt them more than help.
Re: (Score:2)
To add to this... I think a bunch have forgotten that Apple used to use its own non-x86 processors for their PowerPC. [wikipedia.org]
Them getting back into manufacturing after 12-14 years just shows they feel they can get more value out of doing their own processor design and manufacturing rather than "outsourcing" it to Intel. This is moving back to a vertical integration of their hardware supply chain.
Re: (Score:3)
Apple didn't design OR manufacture the PowerPC processor. It was a variation on the Power architecture that IBM created. Motorola helped with design, to some degree, and manufactured them for a while, too. But at the end, the PowerPC line was an exclusively IBM-designed-and-manufactured CPU.
Re: (Score:3)
They don't use FreeBSD kernel, they use a Mach derivative called XNU.
Though to be fair, the BSD stuff does sit on the kernel, so it could be what is leaking - but since they split off so long ago, it seems unlikely since the leaks started more recently.
Re: (Score:3)
With the exception of "full photoshop", all those other pieces of software are available on iOS and Android today.
And on the app side, there are tools that, while not quite Photoshop, do rival 95% of the tasks that use Photoshop.
Bootcamp compatibility? (Score:4, Insightful)
Re:Bootcamp compatibility? (Score:5, Interesting)
Don't forget MS is launching full(ish) windows for ARM now... So as long as apple keeps their flavor of ARM compatible with what MS is targeting, dual booting will or at least may work.
Seamlessly work together without a touchscreen? (Score:5, Insightful)
Re:Seamlessly work together without a touchscreen? (Score:4, Interesting)
For a laptop the use cases are so minimal that the downsides (reducing the quality of the display) are just not worth it. The niche of people who need touch on a laptop is too small for them to bother with. With the unified ecosystem they'll probably do 2-in-1 devices and you'll be able to get a touch screen.
Re:Seamlessly work together without a touchscreen? (Score:5, Insightful)
Plus, who wants a dirty laptop screen?
Re:Seamlessly work together without a touchscreen? (Score:5, Insightful)
Who wants this? (Score:5, Insightful)
I don't want my Mac to behave like my iPad. I don't want a dumbed-down experience where I can't do anything that Apple doesn't permit.
Re: (Score:2)
They probably just want to be able to deliver apps which can work well both on 2-in-1 devices and tablets ... and of course save all the money they are paying Intel at the moment. I doubt much will change for pure desktop apps, other than the ISA.
Re: (Score:3, Insightful)
Thats weird. You run a closed source OS on your Mac. Freedom doesn't seem very important to you.
Freedom comes in many forms. Sometimes the freedom people seek is freedom from association with OpenSource Zealots.
Re:Who wants this? (Score:5, Insightful)
Freedom comes in many forms. Sometimes the freedom people seek is freedom from association with OpenSource Zealots
This can be labeled as a troll but there is truth here. I've encountered several people that don't want anything to do with linux because they have encountered some opensource zealot.
Re: (Score:3)
I've encountered several people that don't want anything to do with linux because they have encountered some opensource zealot.
Then you've met some pretty dumb people. After they meet a Windows zealot and a Mac zealot they'll have to swear off computers entirely.
Re: (Score:3)
Well all zealots, computer, religious, or otherwise, tend to be pretty dumb people to begin with. People who go to purchase a Mac usually know what they are going after to start with, so an encounter with a Mac zealot tends to be a non-issue. As for Windows, it being the dominate player in the field the zealots are spread pretty thin. That and most windows zealots don't have to preach because to most people windows is a done deal.
Re: (Score:3)
things because they all agree it sucks
Do you have a link to where it can be proven that "they all agree that it sucks?" Lets see, I don't think it sucks so therefor you line that "they all agree that it sucks" is clearly wrong on that example alone. I'm sure Bill Gates doesn't agree with you that it "sucks" so there is another example. Oh I know someone we can ask if it sucks. No, never mind he is dead so his option doesn't count. Oh look, here is my cat. I'll ask her. She says "meow." I'm not sure if that is a ringing endorsement of
Re: (Score:2)
Re: (Score:3)
Re: (Score:3)
Re: (Score:3)
Re: (Score:3)
Thats weird. You run a closed source OS on your Mac. Freedom doesn't seem very important to you.
Contrary to popular belief, Apple's macOS is open source: https://opensource.apple.com/ [apple.com] right up to and including the lates macOS release.
Re: (Score:2)
Re: (Score:3)
Re: (Score:2)
Best chip designers? (Score:2, Interesting)
Apple probably have the best chip designers in the world. A10X is far superior to any rival and theyâ(TM)ll probably do the same for desktop type computing.
Re: Best chip designers? (Score:2)
But they can't figure out how to turn off "smart" punctuation by default.
Re: (Score:3)
That's Slashdot's problem, really. No one else needs backward compatibility on that. UTF-8 supports it just fine.
Re: (Score:2)
Yeah, I'm sure they will start from ZERO and overtake AMD and Intel.
That’s what Palm and Nokia said in 2007...
Re: Best chip designers? (Score:2)
To be fair, nobody thought they could start from zero and overtake established smartphone vendors like Palm and Blackberry, either. Not to say they will absolutely be successful in this venture, but I wouldnâ(TM)t dismiss them out of hand, either.
It makes total sense... (Score:5, Insightful)
...If Apple want to keep their exclusivity and a niche market, they will have to go on their own, completely.
Today, An Apple computer is nothing different from a glorified designer laptop with a PC (typical Intel based architecture) inside, which means you could basically without too much effort just run Windows or Linux on it.
What Apple has gotten much grief for, is that they often use 2-4 year old hardware, instead of bleeding edge hardware. While this is usually good for "tried and tested", meaning that it will result in a relatively stable, well supported computer - it's offering very little new to its userbase, but who are the Apple userbase, this is what you got to take a closer look at:
The Apple userbase is often designers, musicians, artists, film people and basically people working within the creative industry. They like design, and they're willing to pay for it. It may not be the latest, greatest or best - but it sure looks the part, and it gives them a sense of community as they're not "mainstream", but still like to see themselves as the ones considering the computer just a tool, an accessory - and secondary to their work.
They don't want hassle with updates, compatibility issues, endless drivers - they just want to get about their workday without getting into "the computers" themselves.
Apple GET that, but in order to stay really truly "off" the rest, they have to find their own way again...
Re:It makes total sense... (Score:5, Informative)
I think it used to be. Now it's people pretending to be those things.
Re:It makes total sense... (Score:5, Informative)
I have to disagree with you there. I work for a company that does communications marketing and they're primarily on Macs. They most assuredly are not "just pretending" to be designers or artists.
I also took a tour of some of the major recording studios in Nashville last year and guess what? They still used Macs almost exclusively, even when doing so required special effort (such as finding custom rack mount kits to mount the "trash can" 2013 Mac Pro in their acoustically isolated rack enclosures).
The Apple userbase may be declining in areas it traditionally dominated, like the education sector and 3D animation work. But the creative fields, in general, are still big customers for Apple products.
I don't think it's necessarily bad if Apple parts ways with Intel and makes its own CPUs .... but as others said, the whole switch to Intel enabled a lot of possibilities with running Windows in a dual boot mode, or ensuring virtualization software worked 100%. I think that's a big negative if Apple discards it as unnecessary with the new chips.
Re: (Score:3)
You describe an Apple ecosystem not an artist, musician, designer, film ecosystem. People need more than Apple proprietary stuff they need to get a job done. As of yet I haven't seen anyone who uses exclusively apple products. In most cases the iOS products are limited and restricted.
Yup (Score:4, Funny)
How well will virtualization work? (Score:5, Insightful)
Re: (Score:2)
I'm with you ... and THEN what???
Mac's going Intel was the selling point to put them all over the office at work. A handful of people (myself included) have to run Windows -- for accounting software (which I chose). There's the corner -- just boxed myself into it I guess (?)
Most of the employees here have -0- use for Windows (and don't run it accordingly). Once in a blue moon we'll hit a website for a bid, to collect money, whatever ... that absolutely REQUIRES Internet Explorer (not Edge thankfully).
Fuck.
Re: (Score:3)
Windows is also aiming for running on an ARM processor, so as long as they have similar standards, they may still be able to Dual Boot?
This was inevitable (Score:3)
Apple has learned; first from Motorola, now Intel, this deep truth:
Over a long enough timeframe any chip maker is an incompetent asshole.
Of course, by taking this action, Apple will become more and more a chip maker themselves... hmm.
Unanswered questions (Score:5, Insightful)
It’s not like we haven’t heard these rumors for years now... we even heard stuff like this before Apple move to Intel. But still, some things are out of their control.
- Will Adobe play along, or walk away? Much as I hate Adobe, they’re a necessary evil when it comes to doing real work on many Macs.
- How locked down will these “computers” be? Right now, I can install just about anything I want... and I have a bash/zsh shell, to boot.
- What about the few Apple pro apps which remain? They’ve already shed a huge number of customers - it seems unlikely the remaining nes will tolerate another backwards jump.
One would hope that Apple would do their homework on this, since people who still use a laptop or desktop generally have very different requirements than people who use an iPad with a keyboard. A “laptop” which is just a glorified iPad would serve no purpose.
Re: (Score:2)
1. Adobe CS/Apple Pro apps will work on Mac Pro hardware with XEON. So you'll pay $10k for professional work. You will, because Apple.
2. iOS/MacOS will become the same thing for non Mac-Pro devices. If you want the full power of MacOS, see above.
I read the article and while it says "All Macs" I am extremely skeptical that Apple would abandon the full horsepower that Intel gives. Then again, it is App
Re: (Score:2)
The real question (Score:2, Interesting)
Will we still have to throw out our Mac after three years when something goes bad because we can't replace it?
How much will all those extra welds add to the weight of their MACs?
Walled prison ... I mean garden ... strategy: (Score:2)
Once they make the move ...
(1) Any new native apps will likely ONLY run if they're "approved" by Apple, meaning that they are either from the App Store, or if they are signed with an Apple certificate.
(2) They'll drop support for "legacy" apps within 2-3 years.
Closing the walls of the walled garden: complete.
iOS already runs on x86. Why not just 2nd compile? (Score:3)
inevitable (Score:2, Insightful)
Comment removed (Score:5, Funny)
Different analysis (Score:5, Informative)
This has been in the works since the start of the LLVM project.
A few years back, Apple and the LLVM project made the announcement that code compiled for x64 with CLang was finally able to run unmodified on the ARM architecture. By compiling into an intermediate language, Apple has made it possible to write code that should run unmodified on any LLVM platform so long as all libraries are present to support it and that the code doesnâ(TM)t depend on hand written assembly or code which needs direct access to the stack for the platform ABI.
With the transition from PPC to x86, a lot of transitional APIs such as Carbon were introduced. Also, the principle of fat binaries were made common place in such that each application or framework could be compiled for two or more platforms. Consider that Apple had Yellow Box running in house on x86, PPC and Sparc.
Over the years, Apple has progressively deprecated any API which was too tightly bound to a single architecture one by one. All code not compiled with LLVM has been slowly killed off. The App Store on IOS and MacOS have set restrictions as to what system calls could be made. Most performance oriented libraries such as QuickTime have been altered, enhanced, etc... to slowly eliminate the need for hand written code. Apple has bullied developers into never writing Mac targeted compilers and instead focused them on compiling to IL or Swift/Obj-C first.
Just like Microsoft has been trying to universally move to .NET for a retargettable platform, Apple has moved to LLVM.
There is no technical reason why Mac couldnâ(TM)t run on ARM today. Iâ(TM)d imagine Apple has had Mac OS running on an iPad Pro for some time. The main difference would probably be the type of SSD they employed.
Performance wise, current Apple chips should have more than enough CPU to handle tasks at least as well as the m3 chips in the Mac Book. 4GB or RAM should be enough for most users as well. PCIe for M.2 storage should be a trivial change for Apple. And Apple has already said they are preparing their own GPU core. I would expect that GPU core to be comparable to Intelâ(TM)s from the beginning. Unlike other GPUs, OpenCL and even most of OpenGL are optional as Apple will dictate the OS graphics API. Of course they already have a strong enough following among game developers that if they cut corners, the developers will suck it up and continue.
What most people mention is a problem is that Mac has a huge dual boot audience. I would expect an agreement with MS or Amazon to happen to push cloud based virtual desktops. Many enterprises get security by using Mac because malicious Mac software doesnâ(TM)t tend to screw with virtual machines. So they deliver the enterprise desktop on a VM and let the user mess with their Mac however they want.
What I expect to really shake things up will be an announcement from Apple to support Windows for ARM as an application/subsystem. Then I expect to see Microsoft support their x86 emulator possibly with acceleration on Mac. Unlike Transmeta. Apple working with Microsoft could easily make their x86 JIT perform better than real hardware. This has to do with how branch prediction, pipelines and cache work.
I honestly donâ(TM)t see anything particularly amazing about this other than the long time it took to get here. Apple must have assessed that the lost business will be offset by the profits gained. Of course, I have been hoping to buy a new Mac Mini this year, my 2012 model is getting old. If Apple releases something âoerespectableâ for $500 or so, Iâ(TM)m in. I only need it for testing Mac builds.
I don't doubt this story at all (Score:5, Insightful)
Apple hasn't made a secret of their intentions to homogenize the experience, the OS, the apps along their product lines. iPhones drive the business, iPads are a shrinking market, Macs are still busy, and Apple TV is probably better defined as 'we wish it was viable', but they keep their feet wet in it. Speakers are an also-ran. Siri needs to be upgraded to offer value to Mac users.
Making an 'A" style CPU makes sense, and developers who can't learn iOS will find life hard for other reasons. It remains to be seen if iOS is useful for traditionally desktop apps, but this could encourage devs to start building cloud-dependent apps for Macs, and that lets Macs be lightweight and have longer battery life. Add an LTE modem and that's that.
I was at an Intel facility the day Dell announced they would sell servers with AMD processors. You would have thought people had lost their firstborn. The rumor that a team member had been fired just because they were laughing in the cafeteria was partly true; they weren't in the cafeteria. Miserable day. I wonder what's going on there today...
I'm not there any more. Completed the project.
Bloomberg Misunderstood (Score:5, Funny)
This story has been popping up for years... (Score:3)
Nothing to see here. Move along...
Would be nice if they were to choose RISC-V (Score:4, Interesting)
It sure would be nice if they were to choose RISC-V [wikipedia.org].
Re:Everything old is new again (Score:5, Funny)
PPC anyone?
Um, wasn't April 1 yesterday?
Re: (Score:3)
Re: (Score:2)
ARM is more likely today.
But they could as well be reviving the 68K line.
Re:Everything old is new again (Score:5, Funny)
PPC anyone?
I’m finally gonna get that G5 PowerBook!
More like Microsoft Metro I think (Score:3)
MIcrosoft tried to unify the OS on desktops and phones. Well that stank. really screwed things up for a whole OS generation till Win 10 go things back on track.
THis seems like courting the same disaster for apple.
the PPC isn't as good an analogy, though it's not bad. In the ebb and flow of things, PPC was a better chip than intel for much of it's heyday. It eventually fell behind.
Samsungs 8 core processors seem to be stuggling too. and Nvidia keeps wanting to become a CPU make as well.
THe problem is th
Re: (Score:3)
PPC was a partnership. IIRC IBM, Motorola and Apple.
Apple isn't going to open a foundry.
I suspect someone had Intel shorted and used Bloomburg like the whores they are.
Isn't 'unified experience' what got us Windows 8?
I called it! (Score:4, Funny)
Apple Computer
-- proudly going out of business since 1976!
Re: (Score:2)
The only reason Macs are usable to people who dual boot is because you can dual boot.
Your use case isn't the only use case.
Re: (Score:3)
The company I work for is already moving to linux. Dell has a nice line of Ubuntu supported notebooks and many of our devs and engineers have requested them. I think our office will be Mac free in 2 years.
Re: (Score:2)
Claim they give more visceral transients and an artisanal soundstage and the hipsters will be all over them.
Re: (Score:2)