
EagerDragon
Sep 10, 09:07 AM
Yea, I know what you mean. Apple needs to get on the ball with that already. They have been shipping dual core machines for a while yet OS X cant truly take advantage of it. Since intel will be using more cores as time goes by it only makes sense for OS X and it's apps to be able to harness the full power of all the cores/processors. I really really hope thats what they have planned for Leopard. Maybe its one of the " Super Secret Features" ??? :rolleyes:
I think that Apple is still working on a gamer machine. I can only assume tat it will be Mac Pro based or a new enclosure. They currently do not support SLI (need support), are using buffered memory (slow), and needs to be user upgradable. I think it is coming but not untl some time next year.
Open GL suporting multiple cores and multiple GPU power agregation is likely to be the ticket so insane performance that blows the rest. But I think it will wait until Leopard to be released. I am sure the next revision 10.4.8 will take us part of the way, but multi cpu, multi-package, multicores are comming. In Jan we should see 2 Quad cores in the Mac Pro and an even better dual Quad in summer. Only Leopard will be able to unleash the power.
I think that Apple is still working on a gamer machine. I can only assume tat it will be Mac Pro based or a new enclosure. They currently do not support SLI (need support), are using buffered memory (slow), and needs to be user upgradable. I think it is coming but not untl some time next year.
Open GL suporting multiple cores and multiple GPU power agregation is likely to be the ticket so insane performance that blows the rest. But I think it will wait until Leopard to be released. I am sure the next revision 10.4.8 will take us part of the way, but multi cpu, multi-package, multicores are comming. In Jan we should see 2 Quad cores in the Mac Pro and an even better dual Quad in summer. Only Leopard will be able to unleash the power.

firsttube
Sep 13, 09:57 PM
My friend has that phone, it's amazing.
THESE SLIDER PHONES ARE A HUGE HIT RIGHT NOW!
Some of you may not like the slider style, but most consumers love it. And love the idea of a True music playing cell phone that can replace your iPod (nano at least)
I wouldn't say amazing, but I really like it. The interface is very inconsistent, however. I complain quite a bit about that - but then again, maybe I'm spoiled! :D
THESE SLIDER PHONES ARE A HUGE HIT RIGHT NOW!
Some of you may not like the slider style, but most consumers love it. And love the idea of a True music playing cell phone that can replace your iPod (nano at least)
I wouldn't say amazing, but I really like it. The interface is very inconsistent, however. I complain quite a bit about that - but then again, maybe I'm spoiled! :D

GLS
Apr 19, 07:57 AM
Maybe....
Apple has other suppliers or manufacturers lined up for the items that Samsung produces for Apple at a better price than Apple is currently getting....Apple and Samsung have pre-existing contracts that cannot be terminated by either without cause....
So Apple files a lawsuit based on copyright infringement (questionable) and as terms of the (potential) settlement....Apple is free to go to other suppliers for the items they need....
Apple has other suppliers or manufacturers lined up for the items that Samsung produces for Apple at a better price than Apple is currently getting....Apple and Samsung have pre-existing contracts that cannot be terminated by either without cause....
So Apple files a lawsuit based on copyright infringement (questionable) and as terms of the (potential) settlement....Apple is free to go to other suppliers for the items they need....

Macnoviz
Sep 19, 02:55 PM
Looks like Unbox is getting slammed by CNN
Those things really make me feel warm inside, I can't wait until Zune is trashed for the same reasons (doesn't work as promised, DRM, and who knows, overpricing?)
Those things really make me feel warm inside, I can't wait until Zune is trashed for the same reasons (doesn't work as promised, DRM, and who knows, overpricing?)

CEAbiscuit
Sep 27, 09:32 AM
There's a nifty mock-up of an iPhone at
http://skangerland.blogspot.com/2006/09/i-want-to-be-able-to-go-rob-one-of.html
Geez, I hope it doesn't look like that. Rotary looks kool, but imagine trying to text or dial without looking.
http://skangerland.blogspot.com/2006/09/i-want-to-be-able-to-go-rob-one-of.html
Geez, I hope it doesn't look like that. Rotary looks kool, but imagine trying to text or dial without looking.

iMacZealot
Sep 14, 12:27 AM
The mockups always look real, but when the actual product comes out, it's wayyy cooler than the mockups. Look at the 5G iPods and its fakes.
Everyone seems to know that Apple is waiting to release a phone. It's only natural after all the success the iPod's doing.
As for when this phone comes out, It'll probably be Cingular at a "one more thing" event in october just like last year.
Everyone seems to know that Apple is waiting to release a phone. It's only natural after all the success the iPod's doing.
As for when this phone comes out, It'll probably be Cingular at a "one more thing" event in october just like last year.

ChazUK
Apr 20, 01:50 PM
*Shrug* It is probably a feature enabled on the majority of GSM carriers for statistical purposes. Again, I don't see the problem. If this information is used to improve my network coverage, why should I care? If I'm not part of a secret terrorist cell, I don't see how my life is being negatively impacted by this information especially if it does not have any identifiable information attached to it.
Apparently this feature is not enabled on Verizon phones.
No one was insinuating you were a terrorist so chill, ok?:D
Out of interest, what makes you think its to improve cell coverage? Why is it recording wifi access point names, locations and MAC addresses if that is the case?
If you haven't yet, watch the video. It's quite informative of what is being recorded.
Apparently this feature is not enabled on Verizon phones.
No one was insinuating you were a terrorist so chill, ok?:D
Out of interest, what makes you think its to improve cell coverage? Why is it recording wifi access point names, locations and MAC addresses if that is the case?
If you haven't yet, watch the video. It's quite informative of what is being recorded.

AidenShaw
Sep 9, 06:25 PM
Isn't that the same thing as assigning priorities to processes in OS X? Terminal or Developer Tools already do that, as well as several freeware apps...
No, not at all.
An affinity mask sets the set of CPUs that can be scheduled. A job won't be run on another CPU, even if the assigned CPUs are at 100% and other idle CPUs are available.
And that, by the way, is why setting affinity is usually a bad idea. Let the system dynamically schedule across all available resources -- or you might have some CPUs very busy, and others idle.
Win2k3 also has "soft" affinity masks, which define a preferred set of CPUs. If all of the preferred CPUs are busy, and other CPUs are idle, then soft affinity allows the system to run the jobs on the idle CPUs - even though the idle CPUs aren't in the preferred affinity mask.
No, not at all.
An affinity mask sets the set of CPUs that can be scheduled. A job won't be run on another CPU, even if the assigned CPUs are at 100% and other idle CPUs are available.
And that, by the way, is why setting affinity is usually a bad idea. Let the system dynamically schedule across all available resources -- or you might have some CPUs very busy, and others idle.
Win2k3 also has "soft" affinity masks, which define a preferred set of CPUs. If all of the preferred CPUs are busy, and other CPUs are idle, then soft affinity allows the system to run the jobs on the idle CPUs - even though the idle CPUs aren't in the preferred affinity mask.

colmaclean
Mar 22, 01:51 PM
I guess native HDMI input functionality will still be a no-no. I know you can do it with 3rd party adapters, but that's a croc!

tsugaru
Mar 22, 03:33 PM
One thing that will stink about the iMac update is that the GPU will most likely only get 8 PCIe lanes, as 4 of them will go to Thunderbolt. Sandy Bridge offers a max of 16 PCIe lanes. So Apple, maybe you feel like adding USB3 to the mix to use the last 4 lanes.
* yes I know the performance of a GPU doesn't drop THAT much going from x16 to x8, but still.
And toddy, a 6950 would be decent, but I don't see Apple offering it. I see the 6750 akin to the MacBook Pros going in (sadly.)
Even the 5750 in the 27" is around the same speed as the 4850. Apple just gimped the 4850 by using the GDDR3 version and only giving it 512MB /shakefist.
* yes I know the performance of a GPU doesn't drop THAT much going from x16 to x8, but still.
And toddy, a 6950 would be decent, but I don't see Apple offering it. I see the 6750 akin to the MacBook Pros going in (sadly.)
Even the 5750 in the 27" is around the same speed as the 4850. Apple just gimped the 4850 by using the GDDR3 version and only giving it 512MB /shakefist.

jasper77
Sep 5, 05:50 PM
NOW you're on to something.Let's expand on that ;)
Where is the video out from the airport going to go ? The TV of course!
Now..
Why not just make a Mini type box with 802.11n with DVI/HDMI/S-Video and Digital/Analog out ports.Connect that to the tv then stream from your computer or the movie store.While we're at it toss a hefty HD in the mini for recording.
It's much more convenient too.Just sit on the couch and surf Front Row for movies then buy it and send it to the tv.POW! one step..
Apple IS about ease of use..
ease of use à la apple = buy/download a movie in the itunes movie store and stream it via airport av from your mac to a tv. or take a subscription to a tv show (like Lost or Prison Break) and let iTunes automatically download each new episode (via RSS) to your hard drive and than stream it to your tv whenever you want.
I don't think recording is the future.
Where is the video out from the airport going to go ? The TV of course!
Now..
Why not just make a Mini type box with 802.11n with DVI/HDMI/S-Video and Digital/Analog out ports.Connect that to the tv then stream from your computer or the movie store.While we're at it toss a hefty HD in the mini for recording.
It's much more convenient too.Just sit on the couch and surf Front Row for movies then buy it and send it to the tv.POW! one step..
Apple IS about ease of use..
ease of use à la apple = buy/download a movie in the itunes movie store and stream it via airport av from your mac to a tv. or take a subscription to a tv show (like Lost or Prison Break) and let iTunes automatically download each new episode (via RSS) to your hard drive and than stream it to your tv whenever you want.
I don't think recording is the future.

gnasher729
Mar 30, 11:37 AM
I don't claim to know a thing about trademark law, but looking at this simply I find it difficult to understand how the term "Windows" can become a trademark but "App Store" cannot.
Windows is a trademark. Microsoft sued Lindows because of the similarity, then ended up paying them $20,000,000 to go away when it looked as if Microsoft could lose the trademark. And Apple owns "App Store". Microsoft just wants to use the name.
And a company named ContainerStore owns the trademark on the word "Container Store" !!!!
That linguist obviously says what Microsoft wants him to say. Which is the truth, but not the whole truth. The whole truth would mention that the term "App Store" was not used by anyone before Apple used it and wouldn't be used by anyone if Apple hadn't used it.
Windows is a trademark. Microsoft sued Lindows because of the similarity, then ended up paying them $20,000,000 to go away when it looked as if Microsoft could lose the trademark. And Apple owns "App Store". Microsoft just wants to use the name.
And a company named ContainerStore owns the trademark on the word "Container Store" !!!!
That linguist obviously says what Microsoft wants him to say. Which is the truth, but not the whole truth. The whole truth would mention that the term "App Store" was not used by anyone before Apple used it and wouldn't be used by anyone if Apple hadn't used it.

caspersoong
Apr 15, 02:44 AM
This is most unfortunate. Now that TB is a reality, it would be far better if Intel just kills USB 3.0 completely as fast as possible. There is absolutely no advantage whatsoever in having USB survive past 2.0 at this point. With 3.0 barely entering the market, there is no value in letting it get a foothold. It is pathetically obsolete compared to TB.
What is with the comments about wanting USB 3.0 on Macs? What a huge waste of time and money - you should be wanting TB on more peripherals. Even if Intel is going to be dumb enough to keep USB 3.0 around, hopefully Apple will hold the line and refuse to put it in Macs. With Apple's resurgent strength in the computer market while everyone else is tanking, that would be enough incentive to get the peripheral makers to adopt TB.
I must say I completely agree. We should stop looking at the past and move on.
What is with the comments about wanting USB 3.0 on Macs? What a huge waste of time and money - you should be wanting TB on more peripherals. Even if Intel is going to be dumb enough to keep USB 3.0 around, hopefully Apple will hold the line and refuse to put it in Macs. With Apple's resurgent strength in the computer market while everyone else is tanking, that would be enough incentive to get the peripheral makers to adopt TB.
I must say I completely agree. We should stop looking at the past and move on.

Huntn
Apr 17, 04:51 AM
Maximizing profits and self enrichment while diminishing the contribution of rank and file workers will be the downfall of this country. You know, the expendable workers who can be replaced in the 3rd world is going to turn us into the 3rd world.

emaja
Apr 22, 01:32 PM
Streaming will never be as good as audio stored on your device. Not. Ever.
Not on 3G, not on 4G, and not even over WiFi. The software and streaming protocols are way too slow to offer even comparable performance.
While I do prefer local storage as well, streaming over WiFi for the AppleTV works wonderfully. Streaming over WiFi is fine. Streaming over 3/4G is spotty due to coverage gaps and such.
Not on 3G, not on 4G, and not even over WiFi. The software and streaming protocols are way too slow to offer even comparable performance.
While I do prefer local storage as well, streaming over WiFi for the AppleTV works wonderfully. Streaming over WiFi is fine. Streaming over 3/4G is spotty due to coverage gaps and such.

epicwelshman
Aug 31, 11:49 AM
...and 5 years later, with no major innovations since iPod Video, it makes sense that to not only counter Microsoft's Zune, but to maintain their market presence and sales (which is starting to slow), that a major innovation is required. I am NOT sold on portable video as a unique selling point, as no one spends a prolonged period of time looking at small screen devices (unless for gaming or limited web surfing), and I am more inclined to believe Apple will launch something radical that is as innovative as the original iPod. Perhaps with a far more sophisticated OS, a touch screen, some form of wireless capability (WiFi/Bluetooth 2.0) for interdevice media transfer/wireless headphones/broadcast/syncing, proper PDA functionality and the ability to use as a VoIP and/or 2/2.5G/3G phone, either internally or via Bluetooth. The number one selling point will be the touch screen and more advanced OS, allowing it to take on various roles. And if it doesn't, I'm going to make one, so there. (I kid you not!)
If Apple made a new handheld with PDA, video, and audio features based around the iPod innovations... I'm there man, I'd so buy one.
If Apple made a new handheld with PDA, video, and audio features based around the iPod innovations... I'm there man, I'd so buy one.

ImAlwaysRight
Sep 11, 07:01 AM
I'm getting a 17" 2 ghz C2D iMac... Sounds exciting with all that speed! I don't know what to do with it! I guess my iTunes visualizations will be smoother, and I'll have the Dashboard ripple effect.
$1200K for a little eye candy? Woo-hoo! (Seriously, though, well worth the $ over an eMac G4 1GHz)
The overall score was 10% better in the new model
That's the bottom line, folks. Not a huge performance improvement, by any means. Anyone trading in a Yonah iMac for one of these Meroms has got to be nuts. If you are looking for any type of performance improvement, wait a year or two to upgrade.
$1200K for a little eye candy? Woo-hoo! (Seriously, though, well worth the $ over an eMac G4 1GHz)
The overall score was 10% better in the new model
That's the bottom line, folks. Not a huge performance improvement, by any means. Anyone trading in a Yonah iMac for one of these Meroms has got to be nuts. If you are looking for any type of performance improvement, wait a year or two to upgrade.

MattInOz
Apr 14, 07:17 PM
Thunderbolt will never replace USB because they serve different functions. You will never see low-bandwidth devices such as keyboard/mice/USB stick using thunderbolt because it doesn't make sense.
Yes but why would these devices move to USB3 either?
Most are happy on USB1 or 2. with no demand for 3.
If they have the market for features then Wireless is the most attractive up sell for most of them over faster wires. So Low bandwidth devices are either going to stay USB 2 or go wireless.
Low bandwidth is really a moot point, it's high bandwidth that drives wired connections.
Yes but why would these devices move to USB3 either?
Most are happy on USB1 or 2. with no demand for 3.
If they have the market for features then Wireless is the most attractive up sell for most of them over faster wires. So Low bandwidth devices are either going to stay USB 2 or go wireless.
Low bandwidth is really a moot point, it's high bandwidth that drives wired connections.

igazza
Mar 22, 11:32 PM
Build to order 6-core i7 would be nice apple
cfraley26
Apr 19, 07:15 AM
Here's a thought apple.... Let's stop being the big bad bully on campus, and just make your damn products! I love Apple products. but, the way this company is constantly suing other companies because of so called "infringements". Its getting really old and really stupid fast!
Do what you do best: MAKIN GREAT DEVICE"S!!! You're not good at this! You are burning bridges that you will potentially NEVER get back! And then you will lose the upper hand in the market! Be smart, stop suing every little freakin thing that comes along!!!!
Do what you do best: MAKIN GREAT DEVICE"S!!! You're not good at this! You are burning bridges that you will potentially NEVER get back! And then you will lose the upper hand in the market! Be smart, stop suing every little freakin thing that comes along!!!!
deputy_doofy
Aug 28, 03:30 PM
there will ALWAYS be updates, if you keep waiting for the next one you'll be waiting forever. Santa rosa isn't going to be THAT amazing of an upgrade. I'd just buy the core duo 2 when they release and then upgrade to leopard later. But that's just me.
Agreed. That would have been like waiting for the 167MHz bus on the old Powerbooks because the 133MHz wasn't cutting it.... :p
Agreed. That would have been like waiting for the 167MHz bus on the old Powerbooks because the 133MHz wasn't cutting it.... :p
Eraserhead
Sep 19, 05:20 PM
FWIW $50M/year is ~0.2% of Disney's revenue (they made ~$30B/year for the past few years). Definitely not chicken feed, but not earth shattering either.
B
That's revenue not profit, their profit was $5 billion in 2005 so $50M is about 1% of that, remember that the money from iTunes is practically all profit as their are no real costs for Disney (other than giving Apple a few video files which probably costs $100 000 a year maximum.)
B
That's revenue not profit, their profit was $5 billion in 2005 so $50M is about 1% of that, remember that the money from iTunes is practically all profit as their are no real costs for Disney (other than giving Apple a few video files which probably costs $100 000 a year maximum.)
LagunaSol
Apr 20, 09:41 PM
So does the fanboyism. The trolling creates balance.
At least try to make rational arguments about the topic at hand. "Apple ripped off the Beatles" and "People here claim Steve Jobs is God" are just annoyingly feeble attempts to add a contrarian view.
At least try to make rational arguments about the topic at hand. "Apple ripped off the Beatles" and "People here claim Steve Jobs is God" are just annoyingly feeble attempts to add a contrarian view.
Umbongo
Apr 30, 04:16 PM
Wonder if the top of the line Core i7 Sandy Bridge iMac will be faster than many of the SP Mac Pro configurations.
It'll be faster than the quad core models for sure and is comparable to the 3.33Ghz 6-core model as shown in these benchmarks (http://www.anandtech.com/bench/Product/287?vs=142).
It'll be faster than the quad core models for sure and is comparable to the 3.33Ghz 6-core model as shown in these benchmarks (http://www.anandtech.com/bench/Product/287?vs=142).

No comments:
Post a Comment