Ammo
Apr 20, 07:46 AM
No LTE/4G = No sale
Would HSPA+ w/ expanded backhaul persuade you?
I think people highly underestimate HSPA+'s capabilities. If it's giving you 4G speeds, why does it matter if it's HSPA+ than LTE? (While the LTE network is being built...which will definitely have its advantages over time BUT for the time being HSPA+ is screaming fast)
Would HSPA+ w/ expanded backhaul persuade you?
I think people highly underestimate HSPA+'s capabilities. If it's giving you 4G speeds, why does it matter if it's HSPA+ than LTE? (While the LTE network is being built...which will definitely have its advantages over time BUT for the time being HSPA+ is screaming fast)
hayesk
Apr 23, 11:08 PM
Wasn't that a big thing from the Leopard announcement?
No. Developers were told to get ready, but with the developer tools, you can see that many still aren't ready, including Apple.
It was never an announced feature for Leopard.
No. Developers were told to get ready, but with the developer tools, you can see that many still aren't ready, including Apple.
It was never an announced feature for Leopard.
Multimedia
Sep 16, 05:03 AM
It is more conceivable that it would have a Blu-Ray ROM drive in a mobile, which would also help in starting the downward trend in price of the blue laser diodes. And basically, it seems more useful to have the ability to play blu-ray movies than burn a 25GB disc at that price and speed. Personally, of course, I don't see the Blu-ray thing happening this update but I do think that Apple wants to be a leader in this regard.
The DVD-burning SuperDrive was always something that Apple touted as being ahead-of-the-curve when introing it in the PowerMacs - of course, it took them a while to integrate it into the Titaniums in a slot-load config. So yeah, thinking aloud here, but it ain't gonna happen until the Mac Pros start (at the very least) having a BTO option of a Blu-Ray ROM (but more likely a burner).What about the inclusion/release of Blu-Ray Drives?Why would they put Blu-Ray drives in? And where would they get them from? Sony just moved the release of PS3 in Europe to March '07 duo to lack of sufficient Blu Ray readers.Since Fry's is already selling Sony ATAPI Blu-ray burners for $750, why doesn't Apple see the selling opportunity as an offering on the Mac Pro BTO page? They dont even offer a $120 Plextor SATA DVD Burner on that page yet. Seems like they are being extremely conservative about adopting the next generation of Para-Superdrives. It's a conundrum to me. :confused: :eek:
For whatever reason, Apple seems to not want to endorse Blu-ray nor HD-DVD yet by not offering either one. Guess they're not sure themselves which they think will be best for us in the long run or which one will win in the marketplace? I am confused about what's going on on this front. :confused:
The DVD-burning SuperDrive was always something that Apple touted as being ahead-of-the-curve when introing it in the PowerMacs - of course, it took them a while to integrate it into the Titaniums in a slot-load config. So yeah, thinking aloud here, but it ain't gonna happen until the Mac Pros start (at the very least) having a BTO option of a Blu-Ray ROM (but more likely a burner).What about the inclusion/release of Blu-Ray Drives?Why would they put Blu-Ray drives in? And where would they get them from? Sony just moved the release of PS3 in Europe to March '07 duo to lack of sufficient Blu Ray readers.Since Fry's is already selling Sony ATAPI Blu-ray burners for $750, why doesn't Apple see the selling opportunity as an offering on the Mac Pro BTO page? They dont even offer a $120 Plextor SATA DVD Burner on that page yet. Seems like they are being extremely conservative about adopting the next generation of Para-Superdrives. It's a conundrum to me. :confused: :eek:
For whatever reason, Apple seems to not want to endorse Blu-ray nor HD-DVD yet by not offering either one. Guess they're not sure themselves which they think will be best for us in the long run or which one will win in the marketplace? I am confused about what's going on on this front. :confused:
brewno
May 7, 04:14 PM
Mobileme is certainly worth more than free. Apple doesn't scrape your emails and other data to target adds at you a la Google.
Well, maybe they will make it free and they will make it exactly like Google.
Have you thought about that?
Well, maybe they will make it free and they will make it exactly like Google.
Have you thought about that?
darrens
Aug 5, 03:04 AM
First, Apple's apps were easier to port because they were already XCode. So it was fairly easy for Apple to just recompile with the new compiler.
Are you sure that's true for all of them? They haven't owned Logic very long, and some of the others started life outside of Apple. I'm sure they had a few issues there.
Second, Adobe was using a lot of CodeWarrior code and it would be far more difficult to convert. Also having X86 code compiled using MS VStudio doesn't help Adobe to be ahead in generating X86 code under XCode because they run under a completely different GUI and access different libraries.
They have the MacOS X GUI code - that doesn't change for Intel - the OS is the same. The core logic endianness doesn't depend on the compiler - the code would be cross-platform and compile on GCC and Visual Studio anyway. Sure they have to deal with a few Codewarrior issues - but they have to do that for the new version anyway. It's not like they'd have to do it twice.
Third, even Apple released the UB code with a new updated version of their pro apps. Adobe's CS3 was not due for a year and a half.
True - but not all Apple's pro apps had a significant level of new features - they were just an interim release.
Fourth, Adobe announced their plans early on so that everyone would know what to expect.
Yes - don't expect us to be as pro-active as we've been in the past. I can remember when Apple went PPC - Adobe had an accelerator out for Photoshop close to the release date of the PPC Macs, and the fully PPC version followed shortly after.
My point about intuit is that Apple announced the transition before Intuit even began work on Quicken 2007. Quicken hardly relies on any graphics code, is mostly text, and number based. Yet they chose to ignore converting to UB code even though now would be perfect timing to do so. In addition they have not announced any plans to create UB's in the future.
This is also the sort of app that gets the least advantage from conversion. It's still a fair amount of work to change development environments when there's no real advantage to it. Especially when Intuit is really given token support to the Mac anyway.
Sure quicken will run with Rosetta, but is that what we want from developers. Forget about modernizing their code because they can make it run in an artificial emulated environment.
With that logic Intuit should have stuck with OS9 versions of quicken as it could always be run fine in classic.
It's hardly the same - you have to boot a second copy of MacOS to run a classic app (which is really slow) and it doesn't integrate seamlessly. You can hardly tell an app is running in Rosetta - there's no visual difference.
Are you sure that's true for all of them? They haven't owned Logic very long, and some of the others started life outside of Apple. I'm sure they had a few issues there.
Second, Adobe was using a lot of CodeWarrior code and it would be far more difficult to convert. Also having X86 code compiled using MS VStudio doesn't help Adobe to be ahead in generating X86 code under XCode because they run under a completely different GUI and access different libraries.
They have the MacOS X GUI code - that doesn't change for Intel - the OS is the same. The core logic endianness doesn't depend on the compiler - the code would be cross-platform and compile on GCC and Visual Studio anyway. Sure they have to deal with a few Codewarrior issues - but they have to do that for the new version anyway. It's not like they'd have to do it twice.
Third, even Apple released the UB code with a new updated version of their pro apps. Adobe's CS3 was not due for a year and a half.
True - but not all Apple's pro apps had a significant level of new features - they were just an interim release.
Fourth, Adobe announced their plans early on so that everyone would know what to expect.
Yes - don't expect us to be as pro-active as we've been in the past. I can remember when Apple went PPC - Adobe had an accelerator out for Photoshop close to the release date of the PPC Macs, and the fully PPC version followed shortly after.
My point about intuit is that Apple announced the transition before Intuit even began work on Quicken 2007. Quicken hardly relies on any graphics code, is mostly text, and number based. Yet they chose to ignore converting to UB code even though now would be perfect timing to do so. In addition they have not announced any plans to create UB's in the future.
This is also the sort of app that gets the least advantage from conversion. It's still a fair amount of work to change development environments when there's no real advantage to it. Especially when Intuit is really given token support to the Mac anyway.
Sure quicken will run with Rosetta, but is that what we want from developers. Forget about modernizing their code because they can make it run in an artificial emulated environment.
With that logic Intuit should have stuck with OS9 versions of quicken as it could always be run fine in classic.
It's hardly the same - you have to boot a second copy of MacOS to run a classic app (which is really slow) and it doesn't integrate seamlessly. You can hardly tell an app is running in Rosetta - there's no visual difference.
Chupa Chupa
Aug 4, 12:07 PM
Don't worry, I say this now -NO MBP CPU UPDATE AT WWDC- or till December for that matter.
I think that depends on what Dell, Sony, Toshiba, etc, come out with. No way is Apple going to still be selling a 2.16 Core Duo at it's top end laptop when the PC makers have Core 2 Duo chips. I'm pretty sure Apple will speed bump the MBP as soon after they get enough Meroms for production. Remember, they bumped the original MBP only 3 months after intro, and almost as soon as the faster chips were available.
I think that depends on what Dell, Sony, Toshiba, etc, come out with. No way is Apple going to still be selling a 2.16 Core Duo at it's top end laptop when the PC makers have Core 2 Duo chips. I'm pretty sure Apple will speed bump the MBP as soon after they get enough Meroms for production. Remember, they bumped the original MBP only 3 months after intro, and almost as soon as the faster chips were available.
dukebound85
Apr 10, 12:52 PM
In regards to calculators and OSX spotlight
http://en.wikipedia.org/wiki/Calculator_input_methods
http://en.wikipedia.org/wiki/Order_of_operations
With the immediate execution mode of operation each binary operation is executed as soon as the next operator is pressed, therefore the order of operations in a mathematical expression is not taken into account. Scientific calculators have buttons for brackets and these calculators can take order of operation in to account
Different calculators follow different orders of operations. Most non-scientific calculators without a stack work left to right without any priority given to different operators
while more sophisticated calculators will use a more standard priority
Who said that this an equation? What is the variable that is unknown?
2 is still winning!
Well it is an equation as it is the same as as saying x=48/2(9+3)
http://en.wikipedia.org/wiki/Calculator_input_methods
http://en.wikipedia.org/wiki/Order_of_operations
With the immediate execution mode of operation each binary operation is executed as soon as the next operator is pressed, therefore the order of operations in a mathematical expression is not taken into account. Scientific calculators have buttons for brackets and these calculators can take order of operation in to account
Different calculators follow different orders of operations. Most non-scientific calculators without a stack work left to right without any priority given to different operators
while more sophisticated calculators will use a more standard priority
Who said that this an equation? What is the variable that is unknown?
2 is still winning!
Well it is an equation as it is the same as as saying x=48/2(9+3)

munkery
Nov 2, 09:29 PM
Java on any platform is able to download payloads for Windows. Most likely Windows malware that the AV software found. Java can usually be turned off fairly easily in client side apps, as in Safari, if you don't use it. Beyond turning Java off, user knowledge can keep you safe from trojans. For example, don't provide password and authenticate for installers that you have not explicitly double clicked; then the payload is not able to install itself in your system. Java applets should not require password authentication so that is a good sign of a malicious payload. You can clean it out manually via finder or on demand scan using ClamXav.
ashrakay
Apr 5, 08:41 PM
I can understand Apple's concern here it could give the impression to an uneducated user that it is OK to jailbreak their phone since they are being encouraged to by what would seem like a legitimate source. I don't think it's much of an issue for Scion owners though as they are probably used to sub-par performance.
I doubt that's really Apple's issue. I'm sure they're more concerned about getting their 33% of everything iPhone.
Any lawyers out there? Isn't this bordering on breaking some monopolizing or anti-competition laws?
I doubt that's really Apple's issue. I'm sure they're more concerned about getting their 33% of everything iPhone.
Any lawyers out there? Isn't this bordering on breaking some monopolizing or anti-competition laws?
Jimmy James
Apr 5, 03:07 PM
I can understand Apple's concern here it could give the impression to an uneducated user that it is OK to jailbreak their phone since they are being encouraged to by what would seem like a legitimate source.
But it is okay to jailbrake your device.
And no, I've never done a jailbrake on my personal device. But I have the option should I want it.
But it is okay to jailbrake your device.
And no, I've never done a jailbrake on my personal device. But I have the option should I want it.
jmcrutch
Apr 18, 04:17 PM
While I don't care who sues who - in the end the laywers win. ....
Actually, YOU win. The United States provides for patents to "promote" and "further" advancements in the things that we all come here to discuss everyday. One can argue the merits of such a system but that is one of the purposes of the patent laws. Basically, incentive to make the world a better place for all.
Take away the incentive and there might not be as much innovation.
Actually, YOU win. The United States provides for patents to "promote" and "further" advancements in the things that we all come here to discuss everyday. One can argue the merits of such a system but that is one of the purposes of the patent laws. Basically, incentive to make the world a better place for all.
Take away the incentive and there might not be as much innovation.

bushido
Apr 7, 11:05 AM
went to some random iPad 2 retailer here in germany today, no problem getting any ... if only i had the money :-/ student fml

NebulaClash
Mar 28, 09:57 AM
Why because it doesn't have a dual core processor, 1GB of RAM and a 3D screen with 5G radio?
It's the usual geek misconception of what a device needs. They are all about checklist items. And thus they are missing the fact that a major paradigm shift is occurring in this world where the far larger non-tech audience is now buying tech toys. This audience does not know much about specs, and cares even less. All they care about is cost (Apple is right there in phones), how their apps work (just great on the iPhone), choice of apps (no one has more choice than Apple), and what they have read or heard about (Apple is the advertising leader).
So geeks will continue to stamp their feet and pout about checklists that Apple is "failing" at. The rest of the world will keep happily using their amazing iPhones.
It's the usual geek misconception of what a device needs. They are all about checklist items. And thus they are missing the fact that a major paradigm shift is occurring in this world where the far larger non-tech audience is now buying tech toys. This audience does not know much about specs, and cares even less. All they care about is cost (Apple is right there in phones), how their apps work (just great on the iPhone), choice of apps (no one has more choice than Apple), and what they have read or heard about (Apple is the advertising leader).
So geeks will continue to stamp their feet and pout about checklists that Apple is "failing" at. The rest of the world will keep happily using their amazing iPhones.

0010101
Nov 25, 10:14 PM
Apple could very easily set up their 'own' cell network.. the same way Virgin Mobile, TracPhone, and several other cell phone companies have done.
Not by building towers and cell sites.. but by buying blocks of numbers from an existing large carrier and rebranding it as their own.
Of course, for voice and text usage, this gets expensive for the customer.. but for things like downloads of video and music files, they could simply tack on a 'wireless' surcharge.
For instance, a particular iTunes song could cost say.. $2 if downloaded with a computer.. but $2.50 if downloaded 'direct to iPod'.
It would work very simular to the way those 'pre-paid' cell phones work. You buy the iPod from the store, no contract to sign, no comitments. Take it home and 'activate' it for wireless access, then pay for what you download, and pay nothing if you never use the wireless features.
iPod wireless. Don't talk. Listen.
Send me a free 17" MacBook Pro and you can have that slogan, Steve!
That makes perfect sense to me. Especially since the data center Apple just bought would be the perfect rig of the increased download demand, as well as billing for such a service.
Not by building towers and cell sites.. but by buying blocks of numbers from an existing large carrier and rebranding it as their own.
Of course, for voice and text usage, this gets expensive for the customer.. but for things like downloads of video and music files, they could simply tack on a 'wireless' surcharge.
For instance, a particular iTunes song could cost say.. $2 if downloaded with a computer.. but $2.50 if downloaded 'direct to iPod'.
It would work very simular to the way those 'pre-paid' cell phones work. You buy the iPod from the store, no contract to sign, no comitments. Take it home and 'activate' it for wireless access, then pay for what you download, and pay nothing if you never use the wireless features.
iPod wireless. Don't talk. Listen.
Send me a free 17" MacBook Pro and you can have that slogan, Steve!
That makes perfect sense to me. Especially since the data center Apple just bought would be the perfect rig of the increased download demand, as well as billing for such a service.
diamond.g
May 4, 02:53 PM
Wasn't there some talk about Lion having a recovery partition? I would wager, if it did, that is how you would reinstall it without burning a disc.
treblah
Aug 4, 11:16 PM
If Im not mistaken every KeyNote from Steve Jobs, whether at WWDC, MacWorld or any other event from Apple has been on tuesdays. Why is this one DIFFERENT. Could we see a Movie Store on Tuesday ???????
Where (http://forums.macrumors.com/showthread.php?p=2683242#post2683242) have I (http://forums.macrumors.com/showthread.php?p=2683240#post2683240) heard this (http://forums.macrumors.com/showthread.php?p=2683235#post2683235) before (http://forums.macrumors.com/showthread.php?p=2683223#post2683223)? :rolleyes:
Where (http://forums.macrumors.com/showthread.php?p=2683242#post2683242) have I (http://forums.macrumors.com/showthread.php?p=2683240#post2683240) heard this (http://forums.macrumors.com/showthread.php?p=2683235#post2683235) before (http://forums.macrumors.com/showthread.php?p=2683223#post2683223)? :rolleyes:
iBug2
Mar 27, 01:47 AM
There's no way they are going to release iPad 3 in Fall after Steve said 2011 is going to be the year of iPad 2.

dgree03
Mar 29, 01:08 PM
That reads quite a bit different from Amazon's "... or as we determine is necessary to provide the Service ..."
Yes amazons is more transparent and to the point. Apples is more vague. Ill take transparent over vague "in my interpretation" any day.
Yes amazons is more transparent and to the point. Apples is more vague. Ill take transparent over vague "in my interpretation" any day.
AvSRoCkCO1067
Jul 21, 02:51 PM
This may be a dumb question, but why would apple just use the new chips in mbp's and not the mb? Dosn't seem to make sense. As soon as core 2 merom comes out every pc notebook will have it. Price wouldn't be an issue cause merom is same price as yonah, correct?
Every PC Notebook? Eesh most of the notebooks my friends aren't purchasing (that aren't Macbooks - which is by far in the majority) have either AMD chips, P4 chips, or Pentium Mobile chips...
Apple has by far adopted Intel's new chips the fastest out of any other computer manufacturer I know - and hopefully they'll continue to do the same as Core 2 Duo chips are unveiled.
Every PC Notebook? Eesh most of the notebooks my friends aren't purchasing (that aren't Macbooks - which is by far in the majority) have either AMD chips, P4 chips, or Pentium Mobile chips...
Apple has by far adopted Intel's new chips the fastest out of any other computer manufacturer I know - and hopefully they'll continue to do the same as Core 2 Duo chips are unveiled.
damnyooneek
May 7, 11:01 AM
Well put.
amen.
amen.
maclaptop
Apr 20, 06:37 AM
This will definitely be the first iteration of the iPhone that I will pass on. It's certainly not much of an upgrade from the iPhone 4.
This model promises to be one that many will pass on.
I certainly will.
Even though it's already well known that it will have a better antenna to fix the antennagate issue that most everyone denied.
The lack of a fresh new look will keep me away, especially retaining the tiny screen. Seems like Apples coasting this time around.
A faster processor? Big deal, who needs it, a waste of money just to pump up Apples coffers.
A true disappointment, this one is. I was so eager to dump my antennagate special.
This model promises to be one that many will pass on.
I certainly will.
Even though it's already well known that it will have a better antenna to fix the antennagate issue that most everyone denied.
The lack of a fresh new look will keep me away, especially retaining the tiny screen. Seems like Apples coasting this time around.
A faster processor? Big deal, who needs it, a waste of money just to pump up Apples coffers.
A true disappointment, this one is. I was so eager to dump my antennagate special.
BeyondCloister
Nov 22, 05:52 AM
What's he banging on about? By "PC guys" who does he mean? Microsoft?
Being a company that produces PDAs (Personal Digital Assistants) then he is probably refering to PCs actual meaning of Personal Computer (the term popularised by Apple Computer a long time ago).
Being a company that produces PDAs (Personal Digital Assistants) then he is probably refering to PCs actual meaning of Personal Computer (the term popularised by Apple Computer a long time ago).
adbe
Mar 29, 02:46 PM
the touch is the best selling ipod...it would be the last to disappear
It also extends the iOS install base by a significant amount.
It also extends the iOS install base by a significant amount.
QuarterSwede
Apr 10, 06:41 PM
[OFF TOPIC]
Also when you say American do you refer to any citizen in the American continent or just the people that was born in the United States of America.
As a US citizen, that is a pet peeve of mine. The Americas are pretty friggin' big continents, not a country.
Less is more, and more is less when to taxes you refer...
If you have a big refund, it means that you pay too much, so you are not being very good at your day to day application of math.
Either way an American receiving a big tax refund means that a lot of his (or her) money was better used by the government than what he (or she) could have done with it. Taking us back to the same subject: poor application of Math skills.:o
To be honest, it isn't that simple. The government doesn't make it easy to even understand what the heck they're asking for on the forms.
Also when you say American do you refer to any citizen in the American continent or just the people that was born in the United States of America.
As a US citizen, that is a pet peeve of mine. The Americas are pretty friggin' big continents, not a country.
Less is more, and more is less when to taxes you refer...
If you have a big refund, it means that you pay too much, so you are not being very good at your day to day application of math.
Either way an American receiving a big tax refund means that a lot of his (or her) money was better used by the government than what he (or she) could have done with it. Taking us back to the same subject: poor application of Math skills.:o
To be honest, it isn't that simple. The government doesn't make it easy to even understand what the heck they're asking for on the forms.