xwk88
May 2, 03:56 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) Version/5.0.2 Mobile/8G4 Safari/6533.18.5)
is there any way we can view our own tracked info. it would be cool to see where i have been.
Do people just read the titles on these thing and forgets there is an actual article under it IT'S NOT U LOCATION!!!!!! ITS CROWD SOURCED!!!!!
is there any way we can view our own tracked info. it would be cool to see where i have been.
Do people just read the titles on these thing and forgets there is an actual article under it IT'S NOT U LOCATION!!!!!! ITS CROWD SOURCED!!!!!

faustfire
Mar 17, 05:48 PM
I killed a hooker this one time...
mytakeontech
Apr 5, 06:23 PM
I wanted to test my ad-block on iPhone is working fine so I wanted to download the app but App Store says I need to have iOS 4.2.6 :confused:

bobber205
May 5, 04:15 PM
That would be neat, rat- if any of the examples you gave were health hazards. They aren't. Guns can be. And your health is your doctor's business. My doctor asks me about all kinds of things I do and activities I engage in to give me advice regarding them. Health is your doctor's business.
Come to Chicago and see just what "fewer guns" has done for us. We've had a gun ban in place for a very long time- not working out so well.
You're better than this Lee.
Just because it hasn't worked in Chicago doesn't mean it won't work period. Other countries ban guns just fine. It's about enforcement.
Come to Chicago and see just what "fewer guns" has done for us. We've had a gun ban in place for a very long time- not working out so well.
You're better than this Lee.
Just because it hasn't worked in Chicago doesn't mean it won't work period. Other countries ban guns just fine. It's about enforcement.
more...

ivladster
Apr 29, 02:38 PM
And people kept telling me that OSX and iOS weren't going to merge in any meaningful manner for years ahead, if ever. Yeah right. I'd bet the one after this has them nearly fully merged and I mean towards iOS for the most part. OSX will be dumbed down to the lowest common brain cell and you won't be able to get free/open software anymore. It'll have to come through the App Store or not at all. Wait and see. That is the point I'll be moving on.
And I'll take this any day over Windows.
And I'll take this any day over Windows.
takao
Nov 28, 06:27 PM
Make a Custom Class with Ghost, problem solved. Hell, equip that same class with the Strela, and not only will the various Choppers not shoot you, but you can then bring it down so it stops killing your team as well.
well you mean ghost pro ... the normal one is useless against that (i already have that layout ;) )
but seriously getting some of the perks to pro is ridiculously difficult while some others can be pro before hitting level 15
.. i have been trying to get ghost to pro for a while now and ironically i'm stuck on destroying an enemy turrent.. which somehow aren't popular at all jsut liek the tomahawk .. while i killed perhaps 30 guys with it i haven't been killed by a single tomahawk yet despite it being perfect for those "we are losing charlie" moments
another point of advice: don't bother with the top MP: it has only a 20 shot clip (opposed to some other MPs) and annoyingly ejects empty rounds right out of the top
having the mp just one slot below but with increased firerate add on (IMHO the best for taking down assault rifle users on short range) and silencer is the way better gun
in general with this being my first call of duty i have to say that my opinion of killing streaks hasn't changed at all ... it still is an invitation for camping in many, many game situations... and some of the attacks are simply ridiculous if you look at the size of some of the maps or their designs: yay for houses with no roofs/glass roofs
well you mean ghost pro ... the normal one is useless against that (i already have that layout ;) )
but seriously getting some of the perks to pro is ridiculously difficult while some others can be pro before hitting level 15
.. i have been trying to get ghost to pro for a while now and ironically i'm stuck on destroying an enemy turrent.. which somehow aren't popular at all jsut liek the tomahawk .. while i killed perhaps 30 guys with it i haven't been killed by a single tomahawk yet despite it being perfect for those "we are losing charlie" moments
another point of advice: don't bother with the top MP: it has only a 20 shot clip (opposed to some other MPs) and annoyingly ejects empty rounds right out of the top
having the mp just one slot below but with increased firerate add on (IMHO the best for taking down assault rifle users on short range) and silencer is the way better gun
in general with this being my first call of duty i have to say that my opinion of killing streaks hasn't changed at all ... it still is an invitation for camping in many, many game situations... and some of the attacks are simply ridiculous if you look at the size of some of the maps or their designs: yay for houses with no roofs/glass roofs
more...
tvachon
Jan 9, 05:03 PM
Had, then i had to pause. grrrr
Just wait, it will eventually play
Just wait, it will eventually play

SilentPanda
Apr 21, 12:08 PM
I clicked on a post rated 0 and it went to -2. I clicked on another post rated 0, and it went to -2. I clicked - again and it went to -1.
Can you give your browser details in case that is part of the problem?
Can you give your browser details in case that is part of the problem?
more...
wlh99
Apr 28, 09:13 AM
Your minutes and seconds are thus never reset, so your "timer" is never reset (this is completely a seperate issue from NSTimer, hence why I say you probably don't understand the scope of NSTimer. It has no knowledge of these variables and thus doesn't reset them when you invalidate myTimer or newTimer).
That has been pointed out. The OP is stuck thinking the timer is broken, when it works exactly as it should. I think the OP thinks that those variables are part of the timer. He also first thought "self" was the timer. I asked if/where he was resetting the seconds, and if he wanted a reset function or not. For all we know, he wants a start stop timer that doesn't reset. That would be a normal implementation.
Also, could you please post a screenshot of your Interface Builder associations ? (under File's Owner, the tab in Inspector with all the Outlets and Actions), because I can't quite figure out what buttons are tied to what actions.
That would be very helpful. Also, explain how you want the program to act as the user uses it.
You also still have 2 timers. Why do you believe you need both ? Have you tried simplifying the code to using only 1 ?
He was told elsewhere that he could not reuse a timer. I think he is still stuck on the concept (not necessarily the definition) of a pointer, and of the life-cycle of an object. I'm not sure he grasps that in the posted samples, the NSTimer was not being reused.
None of these are trick questions, It's me trying to understand what you think this code should do vs what it's actually doing. Now, if you don't answer my questions, I can't really help you here short of writing the code for you, which does not help you learn (I have a good idea how to make the code I wrote last night do what you want to do very quickly, but I doubt you can afford me as a consultant at my exorbitant rates!).
I have some code to post to help the OP. But for not, I'm about to get a parking ticket, so I have to leave. But I will post it today.
That has been pointed out. The OP is stuck thinking the timer is broken, when it works exactly as it should. I think the OP thinks that those variables are part of the timer. He also first thought "self" was the timer. I asked if/where he was resetting the seconds, and if he wanted a reset function or not. For all we know, he wants a start stop timer that doesn't reset. That would be a normal implementation.
Also, could you please post a screenshot of your Interface Builder associations ? (under File's Owner, the tab in Inspector with all the Outlets and Actions), because I can't quite figure out what buttons are tied to what actions.
That would be very helpful. Also, explain how you want the program to act as the user uses it.
You also still have 2 timers. Why do you believe you need both ? Have you tried simplifying the code to using only 1 ?
He was told elsewhere that he could not reuse a timer. I think he is still stuck on the concept (not necessarily the definition) of a pointer, and of the life-cycle of an object. I'm not sure he grasps that in the posted samples, the NSTimer was not being reused.
None of these are trick questions, It's me trying to understand what you think this code should do vs what it's actually doing. Now, if you don't answer my questions, I can't really help you here short of writing the code for you, which does not help you learn (I have a good idea how to make the code I wrote last night do what you want to do very quickly, but I doubt you can afford me as a consultant at my exorbitant rates!).
I have some code to post to help the OP. But for not, I'm about to get a parking ticket, so I have to leave. But I will post it today.
Platform
Oct 3, 06:43 PM
What a surprise...hehe
No one else could really do it as well anyway ;)
Leopard needs more new features...Safari, OS general improvements etc...:D
No one else could really do it as well anyway ;)
Leopard needs more new features...Safari, OS general improvements etc...:D
more...
The Scotsman
Jan 12, 06:36 PM
Look, people--
There is nothing amazingly new or innovative technology-wise in the iPhone. Everything in it has been done before, and it does not even employ some of the latest (3G) features that its competition does.
Niether did the original iPod. Grasshopper, go and learn from Thread #500. People thought that product was "crippled" by high price and no new technology ("An overpriced HDD-based mp3 player with a B&W LCD display? Who cares?").
I predict that Apple will have 20% of the entire cell phone market and 50+% of the high-end communication device within three years of its June release. That will mean 150-200 million units.
In the intervening six months before formal release, or shortly thereafter, some of the smaller issues will be attended to (like the ability to at least open and review MS files, sync'ing issues, interfacing w/iTunes Store, what have you). The rest won't matter.
Apple does not sell products, people. They sell personal productivity, great user experiences, wow and chic. This phone phone meets all of those criteria. For consumer devices like these, a streamlined and intuitive user experience is like money in the bank. The only thing innovative about the iPod is the stupid click-wheel, and yet 75% of the ENTIRE aac/mp3 player market is controlled by ONE COMPANY. The one with the click-wheel.
So it is with this product. If the final build quality of the unit proves durable, reliable, and cosmetically superior, and the unit functions as billed, it will not only make a huge forray into that giant market, but essentially create a new one.
Right now, the "smartphone" is really a piece of business equipment. Apple just invented the quintessential "consumer" version of the same product. It doesn't matter that it is expensive or lacks some high-end features. If is actually works as effortlessly and seamlessly as billed, it will become another cultural icon. Apple marketing will see to it that everyone on the planet is aware of how "cool" this device is.
I'm glad to be on record here. I hope that when this thread is reviewed three years from now, everyone is talking about the foolish naysayers of Thread #3245138 (or whatever this one is).
I agree with your predictions but I do not think it will be got with the 1st gen iPhone. iPod was not good until a range started and I think the phone will be the same.
There is nothing amazingly new or innovative technology-wise in the iPhone. Everything in it has been done before, and it does not even employ some of the latest (3G) features that its competition does.
Niether did the original iPod. Grasshopper, go and learn from Thread #500. People thought that product was "crippled" by high price and no new technology ("An overpriced HDD-based mp3 player with a B&W LCD display? Who cares?").
I predict that Apple will have 20% of the entire cell phone market and 50+% of the high-end communication device within three years of its June release. That will mean 150-200 million units.
In the intervening six months before formal release, or shortly thereafter, some of the smaller issues will be attended to (like the ability to at least open and review MS files, sync'ing issues, interfacing w/iTunes Store, what have you). The rest won't matter.
Apple does not sell products, people. They sell personal productivity, great user experiences, wow and chic. This phone phone meets all of those criteria. For consumer devices like these, a streamlined and intuitive user experience is like money in the bank. The only thing innovative about the iPod is the stupid click-wheel, and yet 75% of the ENTIRE aac/mp3 player market is controlled by ONE COMPANY. The one with the click-wheel.
So it is with this product. If the final build quality of the unit proves durable, reliable, and cosmetically superior, and the unit functions as billed, it will not only make a huge forray into that giant market, but essentially create a new one.
Right now, the "smartphone" is really a piece of business equipment. Apple just invented the quintessential "consumer" version of the same product. It doesn't matter that it is expensive or lacks some high-end features. If is actually works as effortlessly and seamlessly as billed, it will become another cultural icon. Apple marketing will see to it that everyone on the planet is aware of how "cool" this device is.
I'm glad to be on record here. I hope that when this thread is reviewed three years from now, everyone is talking about the foolish naysayers of Thread #3245138 (or whatever this one is).
I agree with your predictions but I do not think it will be got with the 1st gen iPhone. iPod was not good until a range started and I think the phone will be the same.

lordonuthin
May 11, 12:26 AM
yeah i'm sorry to hear no bigadv units for that monster. yeah reinstalling fah might help. let us know how it goes
got a big one going now.
got a big one going now.
more...
Josias
Aug 1, 10:49 AM
Gjennom EØS (http://en.wikipedia.org/wiki/European_Economic_Area)-avtalen... :(
Øv pis! Dumme Nordmand! I skal altid ødelægge det, når vi andre har det sjovt! :p
Nah, I just hope Apple passes, like in France...:rolleyes:
Øv pis! Dumme Nordmand! I skal altid ødelægge det, når vi andre har det sjovt! :p
Nah, I just hope Apple passes, like in France...:rolleyes:

MacRumors
Sep 25, 10:57 AM
http://www.macrumors.com/images/macrumorsthreadlogo.gif (http://www.macrumors.com)
Apple held their Photokina Media Event (http://www.macrumors.com/pages/2006/09/20060914090209.shtml) today and announced Aperture 1.5.
Aperture 1.5 provides more iLife inegration, plug-in support for Internet services, and advanced library and editing features. An early summary of features are listed:
• More flexible use of storage. Photos on DVDs and other storage.
• Offline media can be "edited"
• iLife, iDVD, iWork, Keynote integration<
• Plug-in API offered. Plug Ins for Gettyimages, iStockPhoto, and Flickr available, with more coming
• New Loupe, Magnification no longer tied to specific settings/steps.
•*Loupe shows color information
• Improved Meta-data support, allowing meta data assigned to several images.
• XMP format is supported
• Better sharpening tool
• New full-screen comparison mode for several images at once
• iPod/iTunes integration. Transfer photos to your iPod
It is a free update to existing Aperture owners and should be available later this week.
Please keep discussion on topic. If you are disappointed with the media event for lack of other announcements, discuss it in the Media Event thread (http://www.macrumors.com/pages/2006/09/20060925104838.shtml). Otherwise, this thread is for Aperture
Apple held their Photokina Media Event (http://www.macrumors.com/pages/2006/09/20060914090209.shtml) today and announced Aperture 1.5.
Aperture 1.5 provides more iLife inegration, plug-in support for Internet services, and advanced library and editing features. An early summary of features are listed:
• More flexible use of storage. Photos on DVDs and other storage.
• Offline media can be "edited"
• iLife, iDVD, iWork, Keynote integration<
• Plug-in API offered. Plug Ins for Gettyimages, iStockPhoto, and Flickr available, with more coming
• New Loupe, Magnification no longer tied to specific settings/steps.
•*Loupe shows color information
• Improved Meta-data support, allowing meta data assigned to several images.
• XMP format is supported
• Better sharpening tool
• New full-screen comparison mode for several images at once
• iPod/iTunes integration. Transfer photos to your iPod
It is a free update to existing Aperture owners and should be available later this week.
Please keep discussion on topic. If you are disappointed with the media event for lack of other announcements, discuss it in the Media Event thread (http://www.macrumors.com/pages/2006/09/20060925104838.shtml). Otherwise, this thread is for Aperture
more...
quagmire
Jan 12, 09:38 AM
Jobs wasn't smug at all IMHO. He was excited about it. You should of clearly seen that. He made a few jokes( like that prank call to Starbucks), but that was just his normal old humor. The only problem I had was with the order he stated iPod, phone, and internet communicator. The iPod and phone got good responses and then the internet communicator the people went, " ummm.... ok." I would of went internet communicator-> iPod-> phone. Get louder responses step and save the best for last. Other then that the keynote was good, if not one of his best.
For you iPhone haters, you people seem to think hardware makes the product revolutionary. Since you think so, you're right then. The iPhone in terms of hardware is nothing special. Got the standard CPU, standard 2.5G things, etc. But, there is more things that make it revolutionary then hardware. The UI is what makes the iPhone revolutionary. How you navigate the iPhone is revolutionary. How easy it is to use it and navigate through it. Ok, so it uses flash instead of an HD. How do most people treat their cell phones? Most people I see their cell phones are beat up. Scratches galore, etc. I bet the HD would be killed within weeks. Not to mention the extra thickness and power usage. 8 GB is the highest affordable flash you can put in a product right now so Apple didn't skimp out on that. Plus, the iPhone is a phone first and foremost. The iPod part is just a feature on it. I love how someone avoided the question, " What else were you hoping for?" Doesn't answer the question at all. Just continues the BS on how the iPhone isn't revolutionary.
For most part, the iPhone haters simply don't get the point of Apple. Why Apple makes the products the way they do. They have been brainwashed by other companies throwing in technology galore into their products. What is the point of adding even more technology if the current technology in the product isn't easy to use? You're just going to confuse the crap out of your customer base. That is where Apple steps in. Apple takes the technology and makes it easier to use. So Apple doesn't always use the latest and greatest stuff in their products. Look at the original Mac. Nothing really new in there hardware wise. But, it changed how we used a computer. Fast forward to 2001 when the iPod was introduced. It was just another HD based MP3 player. Had nothing the competition. The iPod did what the other MP3 players could do. Yet, what made the iPod revolutionary was the way we navigated through an MP3 player and how we used it overall( the iTunes/iPod integration for example). It was easy to use and put music on it.
PS: If we bought everything Apple made why didn't the Newton and Cube sell well?
For you iPhone haters, you people seem to think hardware makes the product revolutionary. Since you think so, you're right then. The iPhone in terms of hardware is nothing special. Got the standard CPU, standard 2.5G things, etc. But, there is more things that make it revolutionary then hardware. The UI is what makes the iPhone revolutionary. How you navigate the iPhone is revolutionary. How easy it is to use it and navigate through it. Ok, so it uses flash instead of an HD. How do most people treat their cell phones? Most people I see their cell phones are beat up. Scratches galore, etc. I bet the HD would be killed within weeks. Not to mention the extra thickness and power usage. 8 GB is the highest affordable flash you can put in a product right now so Apple didn't skimp out on that. Plus, the iPhone is a phone first and foremost. The iPod part is just a feature on it. I love how someone avoided the question, " What else were you hoping for?" Doesn't answer the question at all. Just continues the BS on how the iPhone isn't revolutionary.
For most part, the iPhone haters simply don't get the point of Apple. Why Apple makes the products the way they do. They have been brainwashed by other companies throwing in technology galore into their products. What is the point of adding even more technology if the current technology in the product isn't easy to use? You're just going to confuse the crap out of your customer base. That is where Apple steps in. Apple takes the technology and makes it easier to use. So Apple doesn't always use the latest and greatest stuff in their products. Look at the original Mac. Nothing really new in there hardware wise. But, it changed how we used a computer. Fast forward to 2001 when the iPod was introduced. It was just another HD based MP3 player. Had nothing the competition. The iPod did what the other MP3 players could do. Yet, what made the iPod revolutionary was the way we navigated through an MP3 player and how we used it overall( the iTunes/iPod integration for example). It was easy to use and put music on it.
PS: If we bought everything Apple made why didn't the Newton and Cube sell well?
Illuminated
Apr 6, 12:48 PM
You'd pair food with a trash can? :confused:
Maybe for you...
http://thedecorologist.com/wp/wp-content/uploads/2010/07/toilet-coffee-mug-via-harrietcarter.jpg
Um, a brand new trash can. Plus you would have to burn inside of the trashcan first...pretty much build a fire inside it using coals and wood.
Maybe for you...
http://thedecorologist.com/wp/wp-content/uploads/2010/07/toilet-coffee-mug-via-harrietcarter.jpg
Um, a brand new trash can. Plus you would have to burn inside of the trashcan first...pretty much build a fire inside it using coals and wood.
more...
relimw
Sep 25, 02:34 PM
Look at the new requirements page...
http://www.apple.com/aperture/specs/
Apple must have tweaked it VERY much. Will make it available to more people based on the new hardware and expanded video support.
Even the NVIDIA GeForce FX 5200 Ultra and Intel Mac Mini.
And it still won't run on my G4 mini :p Well, at least more people will be able to make use of :) And since you didn't ask, yes I use my mini as just a quick check system, which works fine with Lightroom. I suppose since I own Aperture, and this is a free update, I'll try it on my Mac Pro :)
http://www.apple.com/aperture/specs/
Apple must have tweaked it VERY much. Will make it available to more people based on the new hardware and expanded video support.
Even the NVIDIA GeForce FX 5200 Ultra and Intel Mac Mini.
And it still won't run on my G4 mini :p Well, at least more people will be able to make use of :) And since you didn't ask, yes I use my mini as just a quick check system, which works fine with Lightroom. I suppose since I own Aperture, and this is a free update, I'll try it on my Mac Pro :)
wrldwzrd89
Apr 7, 09:24 AM
Hello all! This is an interesting debate... I think both OSes will be powerhouses by the time they're released. However... Microsoft's upping the ante with Windows 8, it seems. Had I seen this thread, I would have posted this (http://forums.macrumors.com/showthread.php?t=1132758) here, instead... oh well.
NebulaClash
May 4, 09:15 AM
Does anybody know what apps are featured in this commercial? I was able to identify a few of them, but not all, and are not yet listed in the AppStore.
In iTunes you can see a banner ad that says "Apps from iPad TV ads." That will take you to a page where you will see the apps.
In iTunes you can see a banner ad that says "Apps from iPad TV ads." That will take you to a page where you will see the apps.
NebulaClash
May 3, 10:36 PM
Apple commercials are bright, uplifting and show how technology enhances the human experience. They show people using iPads, iPhones, MacBooks, etc in everyday situations. However Android Zoom, BB Playbook, Tab are dark, joyless with people abducted by aliens, enveloped and overpowered by machines, etc.
Agreed, and it is the big long-term mistake Android marketers are making. When you appeal to young males in your ads, while repelling everyone else, you limit your product's long-term appeal. Gadget blogs don't see the problem because they are mostly young males.
Apple ads appeal to everyone the way traditional Coke or McDonalds ads did and often still do.
Agreed, and it is the big long-term mistake Android marketers are making. When you appeal to young males in your ads, while repelling everyone else, you limit your product's long-term appeal. Gadget blogs don't see the problem because they are mostly young males.
Apple ads appeal to everyone the way traditional Coke or McDonalds ads did and often still do.
lmalave
Oct 3, 02:31 PM
This is a little disappointing that Steve is confirming to keynote MWSF 2007 when it's just October, which means he probably wants us to wait (I hope not). :(
Besides, hasn't Steve keynoted MWSF every year?
Apple has already gone on record as saying that they are moving away from tying product releases to MWSF. I think updates to products before MWSF could happen only if Apple thinks that it'll help them sell more product overall. For example, Apple is *not* going to release the iPhone before because they want consumers to buy the new iPod nanos for this Christmas *and* buy a new iPhone next year. That way they dip into your wallet twice within a year.
I think that for Macs, though, they could upgrade to Core 2 Duo for all macs (except maybe the MacBook and Mac mini initially). As part of that upgrade, I predict they will also update to 802.11n across the whole line, in preparation for the iTV launch. If they wanted to be really jerky, they could launch Core 2 Duo sometime soon (November the latest), and then early next year upgrade to 802.11n (providing a dongle for older laptops). I think iTV is too important, though, to play games like that, so I think that Apple will integrate 802.11n into its Macs as quickly as is practical...
Besides, hasn't Steve keynoted MWSF every year?
Apple has already gone on record as saying that they are moving away from tying product releases to MWSF. I think updates to products before MWSF could happen only if Apple thinks that it'll help them sell more product overall. For example, Apple is *not* going to release the iPhone before because they want consumers to buy the new iPod nanos for this Christmas *and* buy a new iPhone next year. That way they dip into your wallet twice within a year.
I think that for Macs, though, they could upgrade to Core 2 Duo for all macs (except maybe the MacBook and Mac mini initially). As part of that upgrade, I predict they will also update to 802.11n across the whole line, in preparation for the iTV launch. If they wanted to be really jerky, they could launch Core 2 Duo sometime soon (November the latest), and then early next year upgrade to 802.11n (providing a dongle for older laptops). I think iTV is too important, though, to play games like that, so I think that Apple will integrate 802.11n into its Macs as quickly as is practical...
D1G1T4L
Mar 17, 05:38 PM
Actually, you said:
Sorry, but that's the same at laughing at the people, ie, a form of being "Holier than thou." After all, what did your post add to this discussion except to say that you think you're above the comments being posted.
Nice try at excusing yourself though, "buddy".
If that makes you feel better I'm fine with you calling me holier than thou :D. Feel free to continue bashing the OP. I get a good laugh.
Sorry, but that's the same at laughing at the people, ie, a form of being "Holier than thou." After all, what did your post add to this discussion except to say that you think you're above the comments being posted.
Nice try at excusing yourself though, "buddy".
If that makes you feel better I'm fine with you calling me holier than thou :D. Feel free to continue bashing the OP. I get a good laugh.
robbieduncan
Sep 26, 02:46 AM
Why would Apple logically develop a piece of software that uses the graphics card when I have four processors - many others have two - begging to be worked. I guess I never understood the logic of using Core Image to power this thing.
I think that's because you don't understand how CoreImage is meant to work (I'm not saying how it does work for you). When you write an ImageUnit to run in CoreImage you are not targeting a particular processor at all (be that CPU, GPU or some future co-processor). You write your code in a special language and it gets compiled into a kind of 50% compiled code. CoreImage will then run this on the GPU or any of the available CPUs using whichever it thinks will be fastest at that time.
You can read about it here (http://developer.apple.com/macosx/coreimage.html), see Parallel Execution around half way down.
I think that's because you don't understand how CoreImage is meant to work (I'm not saying how it does work for you). When you write an ImageUnit to run in CoreImage you are not targeting a particular processor at all (be that CPU, GPU or some future co-processor). You write your code in a special language and it gets compiled into a kind of 50% compiled code. CoreImage will then run this on the GPU or any of the available CPUs using whichever it thinks will be fastest at that time.
You can read about it here (http://developer.apple.com/macosx/coreimage.html), see Parallel Execution around half way down.
iRobby
Mar 25, 12:07 AM
Happy Birthday Mac OS X!! But OMG I am so terrified because I have been so slow compared to all of you. This summer I'll be getting my first Mac machine (a 2011 iMac 27" Quad Core) in my house since Apple IIe.
So Mac OS X Lion will take my virginity!! The reason I'm so terrified is because I'm not switching from Windows 7 or Windows Vista but from Windows XP! yes this Dell is from 2005!! So it'll probably be a great task playing catch up! HELP!!
So Mac OS X Lion will take my virginity!! The reason I'm so terrified is because I'm not switching from Windows 7 or Windows Vista but from Windows XP! yes this Dell is from 2005!! So it'll probably be a great task playing catch up! HELP!!