Small White Car
Apr 13, 01:58 PM
Not a single analyst has explained WHY this would be better for Apple than simply selling more Apple TVs. They just say it like it makes sense and expect us to believe them.
I'm sorry, but that's not good enough.
WHY would Apple want to take on shipments of large, expensive packages?
WHY would Apple want to limit their market for a new product to people who want an entirely new TV?
WHY do you think Apple cares more about what logo is on the back of the TV that by what software is showing up on the screen?
And WHY isn't the Apple TV good enough for the goal of getting the iOS and iTunes worlds into the living room?
I think the changes to the latest Apple TV is a sign of where Apple wants to be headed. The next Apple TV will be even smaller and come free when you buy a Mac, iPad, or iPhone. Wait and see! Just like giving e-mail away helps Google's ecosystem, so does getting Apple TVs into people's houses help Apple's ecosystem.
Selling some $2,000 TV doesn't help with that.
I'm sorry, but that's not good enough.
WHY would Apple want to take on shipments of large, expensive packages?
WHY would Apple want to limit their market for a new product to people who want an entirely new TV?
WHY do you think Apple cares more about what logo is on the back of the TV that by what software is showing up on the screen?
And WHY isn't the Apple TV good enough for the goal of getting the iOS and iTunes worlds into the living room?
I think the changes to the latest Apple TV is a sign of where Apple wants to be headed. The next Apple TV will be even smaller and come free when you buy a Mac, iPad, or iPhone. Wait and see! Just like giving e-mail away helps Google's ecosystem, so does getting Apple TVs into people's houses help Apple's ecosystem.
Selling some $2,000 TV doesn't help with that.
jtara
Apr 14, 11:14 AM
Interesting possibility. It would be extremely difficult to emulate a complete iOS device (custom ASICs and all). But Apple could emulate just enough ARM instructions to emulate an app that was compiled by Xcode & LLVM (which would limit the way ARM instructions were generated), and used only legal public iOS APIs (instead of emulating hardware and all the registers), which could be translated in Cocoa APIs to display on a Mac OS X machine.
There's no need to emulate ARM instructions, though. And they already do emulate all of the complete iOS devices, at least sufficiently to run iOS apps on OSX.
Apple provides developers with a complete emulation package for testing their iOS apps on OSX. Apps are cross-compiled to x86 code. They also provide the complete set of iOS SDKs, cross-compiled to X86 code.
An emulator handles the device hardware - touchscreen, display, sound system, GPS (REALLY simple emulation - it's always sunny in Mountain View...), etc. If an iPhone or iPad are attached via USB cable, the emulator can even use the accelerometer and gyroscope in the device. Obviously, this could be easily changed to use some new peripheral device.
Other than device emulation, the apps suffer no loss of speed, since they are running native x86 code. In fact, they run considerably faster (ignoring, for this discussion, device emulation) than then do on an actual iOS device.
All Apple would need to give consumers the ability to run iOS apps on their Macs would be to provide them with the emulator (or, more likely, integrate it into the OSX desktop. I think end-users would find the picture of an iPhone or iPad that the emulator draws around the "screen" cute for a couple of days, but then quickly tire of it...), and add an additional target for developers.
What we've seen certainly seems to suggest that's what this is. HOWEVER:
1. For a single app to be compatible with both ARM and x86, they would need to introduce a "fat binary" similar to what they did with the transition from PowerPC to x86. This would bloat apps that are compatible with both to double their current download size. Current Universal (iPhone/iPad) apps are NOT fat binaries. They have multiple sets of resources (images, screen layouts, etc.) and the code needs to have multiple behaviors depending on the device. i.e. the code has to check "is this an iPad? If so do this...
Currently, developers have to create separate binaries for use on the emulator or the actual device.
2. Several developers have checked-in here to say that their apps are listed this way. None have offered that they had any advance knowledge of this, or did anything to make it happen. If this is about ARM/x86 fat binaries, the developer would have had to build their app that way. And even if it didn't require a re-build, I think it's highly unlikely that Apple would start selling apps on a new platform without letting the developers know!
3. Apple is *reasonably* fair about giving all developers access to new technology at the same time. They also generally make a public announcement at the same time as making beta SDKs available to developers. (Though the public announcement may be limited in scope and vague.) There are so many developers, that despite confidentiality agreements, most of the details get out to the public pretty quickly, though perhaps in muddled form. While Apple DOES hand-pick developers for early-early access, it's typically not THAT early. A few weeks, max.
I do think that an x86 target for iOS apps is inevitable. Just not imminent.
My best guess is that this was a screw-up by the web-site developers. Perhaps they did a mockup of the app store for the marketing people, selected some apps or app categories that seemed likely candidates, and slipped-up and it went live on the real app store.
There's no need to emulate ARM instructions, though. And they already do emulate all of the complete iOS devices, at least sufficiently to run iOS apps on OSX.
Apple provides developers with a complete emulation package for testing their iOS apps on OSX. Apps are cross-compiled to x86 code. They also provide the complete set of iOS SDKs, cross-compiled to X86 code.
An emulator handles the device hardware - touchscreen, display, sound system, GPS (REALLY simple emulation - it's always sunny in Mountain View...), etc. If an iPhone or iPad are attached via USB cable, the emulator can even use the accelerometer and gyroscope in the device. Obviously, this could be easily changed to use some new peripheral device.
Other than device emulation, the apps suffer no loss of speed, since they are running native x86 code. In fact, they run considerably faster (ignoring, for this discussion, device emulation) than then do on an actual iOS device.
All Apple would need to give consumers the ability to run iOS apps on their Macs would be to provide them with the emulator (or, more likely, integrate it into the OSX desktop. I think end-users would find the picture of an iPhone or iPad that the emulator draws around the "screen" cute for a couple of days, but then quickly tire of it...), and add an additional target for developers.
What we've seen certainly seems to suggest that's what this is. HOWEVER:
1. For a single app to be compatible with both ARM and x86, they would need to introduce a "fat binary" similar to what they did with the transition from PowerPC to x86. This would bloat apps that are compatible with both to double their current download size. Current Universal (iPhone/iPad) apps are NOT fat binaries. They have multiple sets of resources (images, screen layouts, etc.) and the code needs to have multiple behaviors depending on the device. i.e. the code has to check "is this an iPad? If so do this...
Currently, developers have to create separate binaries for use on the emulator or the actual device.
2. Several developers have checked-in here to say that their apps are listed this way. None have offered that they had any advance knowledge of this, or did anything to make it happen. If this is about ARM/x86 fat binaries, the developer would have had to build their app that way. And even if it didn't require a re-build, I think it's highly unlikely that Apple would start selling apps on a new platform without letting the developers know!
3. Apple is *reasonably* fair about giving all developers access to new technology at the same time. They also generally make a public announcement at the same time as making beta SDKs available to developers. (Though the public announcement may be limited in scope and vague.) There are so many developers, that despite confidentiality agreements, most of the details get out to the public pretty quickly, though perhaps in muddled form. While Apple DOES hand-pick developers for early-early access, it's typically not THAT early. A few weeks, max.
I do think that an x86 target for iOS apps is inevitable. Just not imminent.
My best guess is that this was a screw-up by the web-site developers. Perhaps they did a mockup of the app store for the marketing people, selected some apps or app categories that seemed likely candidates, and slipped-up and it went live on the real app store.
Actarus
May 4, 01:33 AM
Safe to say at this point we will have to wait. Man, I had that upgrade waiting. But then again, what's another three months to wait from the usual release date?
3 months... Or more, we don't know, that's the problem. Meanwhile, the Galaxy S2, an outstanding phone(reviews say), will be in the market. Apple, wake up.
3 months... Or more, we don't know, that's the problem. Meanwhile, the Galaxy S2, an outstanding phone(reviews say), will be in the market. Apple, wake up.
Snowy_River
Jul 25, 02:13 AM
No - Mazola meant that Zune had none-touch - because he wouldn't touch it!
Geddit?!
RodC
--
www.expodition.com - for iPod users who love to travel
Ah... Gotcha.
Ner!! Maybe I'm too sleepy right now... :)
Geddit?!
RodC
--
www.expodition.com - for iPod users who love to travel
Ah... Gotcha.
Ner!! Maybe I'm too sleepy right now... :)
more...
leomac08
Mar 9, 01:13 AM
I have tiger blood...:p
wmk461
Jan 29, 11:36 PM
Apple has great products, but we are going to be experiencing more than a recession. Donald Trump stated that what was going to happen in North America is going to make Russia look like a picnic during world war 2. The CEO of Wall-Street stated two years ago that there will be a world economic crash worse than what happened during the 1930's due to the amount of debt. The European Union Banks stated 1.5 years ago that they were preparing their banks for a world economic collapse. Unfortunately most of us are living the status quo and do not want to acknowledge that our way of life is going to drastically change. Unfortunately even a company as great as Apple will not be able to retain the level of what the stocks are worth even at todays low. My advice is pay of your debts... sell your stocks while you still have money, sell your home and then when the collapse occurs then invest.
more...
astewart
Nov 5, 12:31 PM
so i just installed vmware... and ive got to say... its really not up to par with parallels... its sluggish on my MBP 2.0ghz with 2gigs of ram.... and i mean real sluggish... rebooting doesnt seem to want to work.... i do like the interface though but overall, its not that great to work with compare to parallels.... i do realize that this is a private beta but even in the beta stage parallels was much better.....
hope that the next build is more promising
also... i didnt see a way to change the amount of ram dedicated to the virtual machine other then by creating a new vm....
I have to agree, the Video Refresh rate is also noticable compared from Parallels. The Mouse is more sluggish and it just doesn't give you the feel that Parallels does.
I didn't notice any difference from running 2 Cores either :(
It is only a Beta right now so maybe they will have everything up to par soon enough. :)
hope that the next build is more promising
also... i didnt see a way to change the amount of ram dedicated to the virtual machine other then by creating a new vm....
I have to agree, the Video Refresh rate is also noticable compared from Parallels. The Mouse is more sluggish and it just doesn't give you the feel that Parallels does.
I didn't notice any difference from running 2 Cores either :(
It is only a Beta right now so maybe they will have everything up to par soon enough. :)
mcmlxix
Apr 12, 10:18 AM
Aren't we quickly getting to the point where it's all about the software?
Ok, so we know iPhone 5 will get dual core A5....big deal. It'll be nice to have the extra power, but the iPhone 4 now is no slouch.
Added RAM.....yeah, that would be nice....but not going to suddenly sell more phones because it has more RAM :p
Display won't get any better resolution-wise. Doubt they'd go with a larger screen either.
Better cameras....ok.....still, the iPhone 4 cameras are no slouch, and it's not like it will reach the quality of a nice DSLR with those tiny sensors.
Better graphics processing.....sure.....but it's not like it has to drive a 9.7" screen like the iPad.
I'd say Apple is smartly switching into software mode. Kick ass with iOS5, revamp notifications, make some much needed overhauls to the system, and optimize performance for todays devices (iPhone 4, iPad & iPad 2).
Apple is going to stay ahead with software. That's the way Apple is and always has been.
-Kevin
I agree fully. Other than incremental spec bumps that keep up with the industry and dropping component prices and moving into newer and newer radio technologies, what else is there to cram into the hardware? Sure in the future there will be some new �must include� hardware technology, but it doesn�t exist today.
Apple�s competitive edge (with Mac & iDevices) is in the OSes and apps. The only thing I�m clamoring for in iOS 5 is liberating iDevices from iTunes on a PC/Mac. Sure, people can still use iTunes, but it shouldn�t be the only way. iPads especially should be fully independent devices as they�ll increasingly be the only computer for a large demographic�like my mom.
Ok, so we know iPhone 5 will get dual core A5....big deal. It'll be nice to have the extra power, but the iPhone 4 now is no slouch.
Added RAM.....yeah, that would be nice....but not going to suddenly sell more phones because it has more RAM :p
Display won't get any better resolution-wise. Doubt they'd go with a larger screen either.
Better cameras....ok.....still, the iPhone 4 cameras are no slouch, and it's not like it will reach the quality of a nice DSLR with those tiny sensors.
Better graphics processing.....sure.....but it's not like it has to drive a 9.7" screen like the iPad.
I'd say Apple is smartly switching into software mode. Kick ass with iOS5, revamp notifications, make some much needed overhauls to the system, and optimize performance for todays devices (iPhone 4, iPad & iPad 2).
Apple is going to stay ahead with software. That's the way Apple is and always has been.
-Kevin
I agree fully. Other than incremental spec bumps that keep up with the industry and dropping component prices and moving into newer and newer radio technologies, what else is there to cram into the hardware? Sure in the future there will be some new �must include� hardware technology, but it doesn�t exist today.
Apple�s competitive edge (with Mac & iDevices) is in the OSes and apps. The only thing I�m clamoring for in iOS 5 is liberating iDevices from iTunes on a PC/Mac. Sure, people can still use iTunes, but it shouldn�t be the only way. iPads especially should be fully independent devices as they�ll increasingly be the only computer for a large demographic�like my mom.
more...
iStefmac
Jan 30, 09:08 AM
One word. Macworld.
I sold half of my shares in the company the day before Macworld at an astounding price. I personally feel for whoever the buyer was, as they paid well over what my shares were worth that day (wrongly anticipating a spike after Macworld). I, however, have had a close eye on the rumors and Apple's business model as of late. I anticipated several elements that came to frutition, and now still having half of my Apple stock, I about broke even. Until Apple soars high again :). First really insightful stock market decision I've ever made.
Buy now :-) Thats my $0.02
I sold half of my shares in the company the day before Macworld at an astounding price. I personally feel for whoever the buyer was, as they paid well over what my shares were worth that day (wrongly anticipating a spike after Macworld). I, however, have had a close eye on the rumors and Apple's business model as of late. I anticipated several elements that came to frutition, and now still having half of my Apple stock, I about broke even. Until Apple soars high again :). First really insightful stock market decision I've ever made.
Buy now :-) Thats my $0.02
Young Spade
May 4, 02:59 AM
I'm not so sure the next iPhone will look like the current iphone 4. It probably will be, but i don't know.. They're delaying it and with the white one just released (which of course looks the same).. They've handed out prototype A5 iphones to developers just to make sure the new design won't be leaked. I think Apple could come out with a surprise regarding the design of the next iPhone.
It wouldn't make sense for the iPhone 5 to have the same design as the iPhone 4. Think about it. You have two great phones out now, the iPhone 4 and the new white iPhone 4. Apple's main goal is to make money. With that many phones sold, would it make more sense to sell another phone that looks exactly the same as the one many people have or give them something completely new to upgrade or buy off contract to?
It wouldn't make sense for the iPhone 5 to have the same design as the iPhone 4. Think about it. You have two great phones out now, the iPhone 4 and the new white iPhone 4. Apple's main goal is to make money. With that many phones sold, would it make more sense to sell another phone that looks exactly the same as the one many people have or give them something completely new to upgrade or buy off contract to?
more...
3rdpath
Oct 24, 08:32 AM
as others have mentioned, i'm a little surprised that only the 17inch model has a 7200rpm drive option. i'm going to check with apple directly to see if i can get a custom 15inch with a 7200 drive. my audio apps don't work well with the anything slower.
having said that, the ram, fw800 and dual layer burner are a nice addition
having said that, the ram, fw800 and dual layer burner are a nice addition
digitalbiker
Jul 12, 07:47 PM
Fair enough, I hate arguing over such minute issues anyway. Besides anyone that has an opinion probably won't change it just because of a few forum flames.
I'm with you all. We will have to agree to disagree. Hopefully with some dignity still intact.
I'm with you all. We will have to agree to disagree. Hopefully with some dignity still intact.
more...
lehite
Apr 13, 02:19 PM
I find this highly unlikely. Even if I did believe and it came true I couldn't afford one.
jephrey
Jul 24, 03:12 PM
YES! Now I can trade in my Microshaft Bluetooth mouse for this one! I've waned a mighty mouse for a while, but didn't want to give up bluetooth (even though I'm never really a distance away that a cord wouldn't reach).
woohoo!
Jephrey
woohoo!
Jephrey
more...
Eldiablojoe
Apr 25, 11:02 PM
Does that mean you'll make me a sammich? After hurting my feelings and all? :)
jessica.
Jan 25, 09:37 PM
Pretty sure there are worse things you could keep in your basement. :D
http://images.fanpop.com/images/image_uploads/The-Silence-of-the-Lambs-horror-movies-77528_1024_768.jpg
I just bought some super cute cupcake liners in both brown and brown polka dot. :)
http://ny-image1.etsy.com/il_fullxfull.210444089.jpg
http://images.fanpop.com/images/image_uploads/The-Silence-of-the-Lambs-horror-movies-77528_1024_768.jpg
I just bought some super cute cupcake liners in both brown and brown polka dot. :)
http://ny-image1.etsy.com/il_fullxfull.210444089.jpg
more...
Dbrown
Apr 30, 10:51 PM
But that's what the iOS platform is: an OS that runs on tablets, PMP's and phones.
The people who care about the platform are developers, which are kind of important to everyone who uses the platform.
Great. But that doesnt mean that tablets and PMPs should be lumped with smartphones when you're comparing smartphone OS.
The people who care about the platform are developers, which are kind of important to everyone who uses the platform.
Great. But that doesnt mean that tablets and PMPs should be lumped with smartphones when you're comparing smartphone OS.
HyperZboy
Apr 28, 06:04 PM
Where is Oliver Stone when you need him?
I'm sure he'll solve this conspiracy.
I'm absolutely certain the white iPhone was involved in the JFK thing. :D
And nobody has yet to actually measure the phones!
I'm sure Oliver Stone will find the Super 8 video to solve this crime! LOL
I'm sure he'll solve this conspiracy.
I'm absolutely certain the white iPhone was involved in the JFK thing. :D
And nobody has yet to actually measure the phones!
I'm sure Oliver Stone will find the Super 8 video to solve this crime! LOL
Chupa Chupa
Apr 11, 01:23 PM
What time is the new FCP being shown? Will there be a live or after event stream? I was able to use the current version in a school class two years ago and I'm interested to see how it's going to change... Can't afford it today, but someday I'd like to replace iMovie with it.
I have a feeling the next version of FCP will be more affordable, something a bit more expensive than FCE is. And then Apple will K.O. FCE.
Haven't heard of any official live streams but maybe a rouge one will pop up on Justin.tv or ustream or wait for something official on Apple's site.
I have a feeling the next version of FCP will be more affordable, something a bit more expensive than FCE is. And then Apple will K.O. FCE.
Haven't heard of any official live streams but maybe a rouge one will pop up on Justin.tv or ustream or wait for something official on Apple's site.
Cheerwino
Apr 13, 02:42 PM
Wirelessly posted (Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_3_1 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Mobile/8G4)
Anytime an "analyst" opens their mouth, it should be page 2 material at best.
Every time an analyst speaks, a fairy dies. :(
Anytime an "analyst" opens their mouth, it should be page 2 material at best.
Every time an analyst speaks, a fairy dies. :(
rdowns
Jan 30, 01:00 PM
I heard on the radio that the first thing he did every morning was to pull up TMZ to see what Charlie had done so if he knew whether to go to work or not
And I saw a tweet that said that Lindsay Lohan was worried about him
You know if she is worried about him you have reached the bottom
That's funny.
I think the phrase, "partying like the Kennedy's" needs to be updated. :D
And I saw a tweet that said that Lindsay Lohan was worried about him
You know if she is worried about him you have reached the bottom
That's funny.
I think the phrase, "partying like the Kennedy's" needs to be updated. :D
grassland
Apr 2, 05:43 AM
old timers:)
lgreenberg
Apr 28, 04:33 PM
Agreed. This is what I was saying (or trying to) in my earlier post. That many of the existing replacement backplates out there are just ever so slightly thicker than the stock black battery door, and therefore mess up the fit of quite a few cases. I know most of the aluminum "sandwich" design cases I use (where front and back pieces screw together) won't fit at all if the battery door is even a hair thicker, due to the precise measurements those cases are made to.
Exactly.
So either these pics are of a conversion kit white iPhone or these kits in fact followed the same specs of the Apple white door - which is slightly bigger too.
Exactly.
So either these pics are of a conversion kit white iPhone or these kits in fact followed the same specs of the Apple white door - which is slightly bigger too.
ten-oak-druid
Apr 29, 02:55 PM
I think the Amazon mp3's are of a lower bit rate though. I have a few and that was the case. Perhaps that has changed.
I stil prefer to own CD's and import them. Generally I can find the CD for less than the full album on-line. But I do by from itunes or amazon when I only want one song from an artist.
I stil prefer to own CD's and import them. Generally I can find the CD for less than the full album on-line. But I do by from itunes or amazon when I only want one song from an artist.
Комментариев нет:
Отправить комментарий