Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
I am glad Cook said this. Hopefully it means continuing to develop the Mac, which is an essential part of the ecosystem for me since I do fairly intensive data analysis. However, perhaps one day the desktop 'screen' will be an iPad with an ancillary CPU box for OS X sold as an accessory.
 
My knee-jerk reaction was to agree with Tim: the tablet and the laptop (or the tablet and the PC) are two different animals, and trying to merge them into one will result in a less satisfying experience.

I am sitting here, working on my MacBook Air, doing things I cannot do on an iPad (certainly not as easily). My workhorse is the MacBook Air. But I do occasionally use my iPad but not very much any more.

However, if I could have this very same MacBook Air experience, and then when I'm done, and ready to go out for coffee, and just remove the "monitor" -- i.e., the tablet, that would be awesome. Most folks know that Apple users can partition their Apple computers to run on Apple OS as well as on a PC operating system. There should be no reason that when the monitor is attached to the MacBook Air keyboard it runs the standard Apple Mac OS, but when the monitor comes off, it flips to Apple mobile OS.

Imagine how much more capability the complete system would have. One would have battery power in the monitor (the tablet) as well as in the MacBook Air keyboard. There would be memory in each half -- both RAM and flash.

My hunch is that Apple engineers are already working this issue, and some day we will have a tablet that remains a 100% tablet when standing along, but then becomes a simple monitor when plugged into the MacBook Air keyboard.
 
  • Like
Reactions: dk001
I would think people here would be happy with Tim Cook's comments. Especially considering how many complained about the new iWork apps. I would assume people who keep complaining about all the "pro" things they need or Apple dumbing things down in favor of "iToys" wouldn't want a converged device.

I think it is self limiting. Instead of thinking "what else could / can I do if I added a touch screen" too many are saying "why should they" or "they are right". I far prefer what could be instead of what is.
 
image.jpeg


That's a pen tablet on the right. Why can't Apple release a display or iMac that lowers into that orientation for use with an Apple Pencil? Why keep making the iMac thinner if not to erase the need for such a giant second device on our desks?

You don't have to fully converge to make your OSX devices more capable. I gravitated to the SP4, not for the tablet, but for pen input on desktop software.
 
Basically why would they make it so people would stop buying MacBooks. Not really a great business decision.

Accept they don't care about that. They made the iPhone knowing it would kill the iPod.

Better have people stop buying MacBooks for an different Apple product than for a competitors product.
 
They will be absolutely not planning it, no interest, customers don't want it, until one day they release it all of a sudden and then it will be a magical experience, absolutely best in the market, revolutionary, life-changing, nobody has ever done this before, etc.

Am I the only one who is actually beginning to care less than before about Apple and its shenanigans? Frankly, Apple is no longer the same company it was before Steve Jobs died.
 
View attachment 600330

That's a pen tablet on the right. Why can't Apple release a display or iMac that lowers into that orientation for use with an Apple Pencil? Why keep making the iMac thinner if not to erase the need for such a giant second device on our desks?

You don't have to fully converge to make your OSX devices more capable. I gravitated to the SP4, not for the tablet, but for pen input on desktop software.

Because yours is a niche use case. The same reason they don't ship graphics tablets with every Mac.
 
Probably won't make a smaller iPad, a large screen mobile phone, or a stylus for a tablet either.

Oh hang on a moment!!!
 
  • Like
Reactions: Renzatic
I'm sure I'm in the minority here but I agree with Cook - some OSX/iOS hybrid probably would be nasty.

That being said, iOS on iPad could use some work. Multiple user accounts, a more versatile desktop, better use of screen real estate, etc. and I'd be set.

Tl;dr put iOS on steroids rather than some Frankenstein hybrid.

It would only be nasty because Apple no longer quality-checks its operating system software. Otherwise, it would be great to have the same OS on all devices.
 
"Customers do not want bigger then 3 inch iPhone" - Tim Cook (2013)

It's not like these statements are written in pure stone with no flexibility.

As the market changes, desires change. There definitely was a period where many iPhone users didn't want a larger phone. Eventually consumer demands change.

In 5 years, consumer demand for a MacPad hybrid may exist, or it may not. Right now they've determined the majority of consumers don't care, most likely based off of computer sales (with the Mac still growing while other manufactures see a steady decline).
 
Because yours is a niche use case. The same reason they don't ship graphics tablets with every Mac.
That isn't mine... I have a Surface that I now use for pen stuff instead of my desktop with a Wacom Intuos. If flipping a 12 inch MacBook Pro around to take notes on the screen, or draw, or edit photos with the Apple Pencil is a niche case, then why does the Apple Pencil even exist?

You don't have to converge anything to use a pen in a desktop program.
 
  • Like
Reactions: thekeyring
I really wish people who aren't engineers or software developers or IT technicians would just stop talking about iOS technical capabilities versus OSX because you have no idea what this technology actually is and you're just throwing out words like "mobile" and "desktop".

No, you can't just get iOS to perform x86 instructions. At all. Ever. They will not work in a box. They will not work with a fox. They will not work in a house. They will not work with a mouse.

I especially like people saying that an iPad Pro with some frankenstein desktop iOS would be faster than a MacBook. News flash, no it will not. And you should stop talking about this because you don't know what you're talking about.

You can not simply "add desktop" features to an OS. You have to completely rebuild the OS from the ground up because x86 instructions don't stay the same every year. ARM is not CISC, it's reduced instruction set computing for power efficiency. You might think, "Oh that just means it's better because it's more efficient." No, that means it was engineered inferior on purpose because its primary use is efficiency first, performance second.

This is why Geekbench scores are irrelevant comparing the Core M in a MacBook to an iPad Pro. While I am very disappointed in the MacBook's Core M, I won't make the same mistake a lot of you do by thinking that just because it's faster in iOS, it's faster period.

If you were to load a CISC based x86-64 operating system to an iPad, it would run like molasses because it's not built for the thousands of different instruction sets and the inability to perform "load and store" register logic. Basically, instead of storing instructions from memory into the processor registers so the processor can handle the parallel computing by its own sorting methods, an ARM processor attempts to compute "instruction per clock cycle" as it receives them, which creates a huge bottle neck on x86-64 instructions. CISC processors have hardware built logic to handle this type of instruction loading.

It would take 5-7 years to build iOS to handle those types of loads and it would immediately make any devices prior to the change completely unusable on the same OS. Also, the iPad itself would have to use an x86-64 processor, meaning the ARM that it's been building and researching would have to completely change from ARM instructions to x86-64 CISC.

The question remains: why can you run iOS on a laptop computer but not the other way around? Because RISC is software based and software dependent.

Please educate yourselves and never speak of this again until you actually know the science behind it:
http://cs.stanford.edu/people/eroberts/courses/soco/projects/risc/risccisc/
http://stackoverflow.com/questions/14794460/how-does-the-arm-architecture-differ-from-x86

Thank you.. good info!

So... correct me if I am wrong but this would make Windows RT a pretty impressive engineering effort since it runs on ARM pretty much identical to it's x86 counterpart, minus the 3rd party program support, but all the built in applications work exactly the same, including MS Office and a full version of IE11.

It has full desktop support.

I've used it on a Snapdragon 800 with 2gb RAM and it does just fine..
 
In 5 years, consumer demand for a MacPad hybrid may exist, or it may not. Right now they've determined the majority of consumers don't care, most likely based off of computer sales (with the Mac still growing while other manufactures see a steady decline).

I give it two years. Though it won't be a Macpad hybrid, so much as OSX with an adjustable screen, and pen support. It'll be like a slightly more elegant Surface Book.
 
Thank you.. good info!

So... correct me if I am wrong but this would make Windows RT a pretty impressive engineering effort since it runs on ARM pretty much identical to it's x86 counterpart, minus the 3rd party program support, but all the built in applications work exactly the same, including MS Office and a full version of IE11.

I've used it on a Snapdragon 800 with 2gb RAM and it does just fine..

Code is code, and whether something runs just as well on ARM as it does x86 all depends upon tweaks of said code, and its compile target.

It's emulating x86 on ARM that'd take a tremendous amount of effort, and ultimately won't be worth the payoff.
 
I give it two years. Though it won't be a Macpad hybrid, so much as OSX with an adjustable screen, and pen support. It'll be like a slightly more elegant Surface Book.

I don't see it that immediately, without a restructuring of OS X. I know there's the Modbook, but OS X isn't very touch friendly. Of course that change could easily happen within six months (depending on how long they've worked on it), but I don't see them doing it that early (though I could be surprised).

That's why I like the laptops because the trackpad enables touchscreen like gestures.

I've just never been a fan of touchscreen computers, honestly. I plan on buying a regular Surface but only for the digital notebook. If i'm not using the pen it's not getting touched.

I do agree somewhat, in that the iPad Pro won't be the only product category to get the Pencil.
 
View attachment 600330

That's a pen tablet on the right. Why can't Apple release a display or iMac that lowers into that orientation for use with an Apple Pencil? Why keep making the iMac thinner if not to erase the need for such a giant second device on our desks?

You don't have to fully converge to make your OSX devices more capable. I gravitated to the SP4, not for the tablet, but for pen input on desktop software.

Because yours is a niche use case. The same reason they don't ship graphics tablets with every Mac.

I'd agree, probably not enough demand. Plus, I doubt the cost (or lack of profit) would also figure into the equation.
 
They will do it.
It's gonna be one of those things that Apple likes to hold on to before releasing.

Agreed. I predict they'll do it gradually with Mac OS and iOS becoming more and more alike. As cloud file storage becomes more usable and trusted, people will depend less on local file systems.
 
I don't see it that immediately, without a restructuring of OS X. I know there's the Modbook, but OS X isn't very touch friendly. Of course that change could easily happen within six months (depending on how long they've worked on it), but I don't see them doing it that early (though I could be surprised).

That's why I like the laptops because the trackpad enables touchscreen like gestures.

I've just never been a fan of touchscreen computers, honestly. I plan on buying a regular Surface but only for the digital notebook. If i'm not using the pen it's not getting touched.

I do agree somewhat, in that the iPad Pro won't be the only product category to get the Pencil.

I don't think Apple will go full touchscreen with OSX. They're far more likely to scale up iOS to OSX standards, since they're already roughly 6/10ths of the way there anyway.

But I do think at some point Apple will address the people who want to use a stylus with their Macbooks, of which there are plenty, and they'll do it in such a way that if you're not one of those people, it won't get in your way at all.
 
Good.

Someone needs to take their time and figure out how to do this correctly, and I'd put my money on Apple being the ones to get this right. The Surface ain't it. I've played around with Surface tablets and I don't get what people love about them. It's basically a desktop OS shoehorned into a tablet so the user experience basically sucks. Yeah, it's a load of fun having to tap on links and buttons that were never intended to be used in a touch interface (so much fun when the tap doesn't register or registers on the wrong thing.) And the simplicity of the tablet concept is undercut by having to pack around a mouse and setting up user accounts and dealing with all the usual Windows hassles. It's like the worst of both worlds in one product.

If Apple does have any plans behind-the-scenes to do this, I hope they continue to downplay it and take all the time they need to get it right.
 
Jack-of-all-trades, master of none....I can truthfully state that you don't speak for all Mac users. I and several people (and posters here) have no desire for a hybrid OS.


Actually, it is what customers (especially us Mac users) have wanted. Apple could actually squeeze more profits if they did streamline all their products into a single monolithic jack-of-all-trades-OS.
 
  • Like
Reactions: ignatius345
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.