
Evangelion
Aug 8, 04:03 AM
The Cinema Displays aren't for general consumers like most of you posting in this thread. They're for professionals who need even backlighting, excellent color accuracy, and a large viewing angle. That's why Apple charges a premium for them. If you don't care about these things get a Dell.
What makes you think that you can't get those features in a Dell? Do you have any facts?
What makes you think that you can't get those features in a Dell? Do you have any facts?

JPyre
Apr 15, 12:29 PM
I call BS on this, Johnnie Ive wouldn't make a non rounded design like that, the lines are too harsh.

darthraige
Dec 13, 01:38 PM
Immediately after Christmas? So 12/26? I doubt it. Hoping for the announcement at their keynote in January. Although, I have been saying that every January since the iPhone first debuted.

TZRaceR6
Aug 10, 01:17 PM
Any one that proposes using diesel or gas because of the impact it "might" have on our national grid (which by the way depends on where you live, i.e. Nuclear power plants for California, renewable hydro-electric for Las Vegas, etc...) pales in comparison to incidents like... oh say... the GULF OIL SPILL!!! What did that cost so far? Tens of billions. Not to mention the amount of lives it has ruined! Wonder how many electric cars could have been made and powered over the course of a year on that bill?
Internal combustion engines should have died off over 50 years ago.
Internal combustion engines should have died off over 50 years ago.
more...

wlh99
Apr 26, 08:59 PM
After that I implement a Cancel method pointing to sender (button)
So, my goal is to use 1 start button and 1 cancel button.. and just do their actions. I have set up a the start button to start both timers, obviously both start their countdown at the same time which is not good.
I want to tell one timer to start and if I press cancel, invalidate it. Then If I press start again, call the second timer. (I do this because I read that you can't reuse a timer after you invalidate it).
Some people have suggested to use Booleans like true or false, or conditions. What do you think?
What if after pressing the start button, you create a timer and start it. Then pressing the cancel button invalidates and releases it. Then pressing the start button would create another timer, using the same pointer.
Totally untested and probably broken code below, but should demonstrate the idea:
-(IBAction)startButton:(id) sender {
// myTimer is declared in header file ...
if (myTimer!=nil) { // if the pointer already points to a timer, you don't want to create a second one without stoping and destroying the first
[myTimer invalidate];
[myTimer release];
}
// Now that we know myTimer doesn't point to a timer already..
myTimer = [NSTimer scheduledTimerWithTimeInterval:aTimeInterval target:self selector:@selector(echoIt:) userInfo:myDict repeats:YES];
[myTimer retain];
}
-(IBAction)cancelIt:(id) sender {
[myTimer invalidate];
[myTimer release]; // This timer is now gone, and you won't reuse it.
}
So, my goal is to use 1 start button and 1 cancel button.. and just do their actions. I have set up a the start button to start both timers, obviously both start their countdown at the same time which is not good.
I want to tell one timer to start and if I press cancel, invalidate it. Then If I press start again, call the second timer. (I do this because I read that you can't reuse a timer after you invalidate it).
Some people have suggested to use Booleans like true or false, or conditions. What do you think?
What if after pressing the start button, you create a timer and start it. Then pressing the cancel button invalidates and releases it. Then pressing the start button would create another timer, using the same pointer.
Totally untested and probably broken code below, but should demonstrate the idea:
-(IBAction)startButton:(id) sender {
// myTimer is declared in header file ...
if (myTimer!=nil) { // if the pointer already points to a timer, you don't want to create a second one without stoping and destroying the first
[myTimer invalidate];
[myTimer release];
}
// Now that we know myTimer doesn't point to a timer already..
myTimer = [NSTimer scheduledTimerWithTimeInterval:aTimeInterval target:self selector:@selector(echoIt:) userInfo:myDict repeats:YES];
[myTimer retain];
}
-(IBAction)cancelIt:(id) sender {
[myTimer invalidate];
[myTimer release]; // This timer is now gone, and you won't reuse it.
}

darkpaw
Jan 15, 04:27 PM
I hate to labour the point, but the Apple TV just got a price drop of $70 from $299 to $229, yet the UK price is still �199! Or - to put it another way and point out the pricing discrepancy - twice the price of the US version!
Couple this with the fact that you can't use the new movie rental features over here until "later this year", I can't see anyone buying an Apple TV in the UK for some time.
Couple this with the fact that you can't use the new movie rental features over here until "later this year", I can't see anyone buying an Apple TV in the UK for some time.
more...

iris_failsafe
Nov 16, 12:37 PM
Besides I don't think there is anything AMD can offer Apple right now. The Core archiecture has proven to be faster than the Athlon Opteron one...

Sedrick
Mar 18, 05:03 AM
Yeah, it's a shame the new phone comes with some baggage:
Shaped like a brick
Drops calls (antenna design)
Shatters when you drop it
Tired old OS
..but it's still desirable over all the other phones.
Apple can fix some of these issues this summer, if they're not too smug to get off their high horse.
Shaped like a brick
Drops calls (antenna design)
Shatters when you drop it
Tired old OS
..but it's still desirable over all the other phones.
Apple can fix some of these issues this summer, if they're not too smug to get off their high horse.
more...

true777
Sep 29, 12:42 AM
Man, that is a crummy little house by Silicon Valley standards if I ever saw one. I live in the neighboring town (Portola Valley), which is essentially the same as Woodside, and hence know many homes in the area (including the one I live in). And by current standards around here, not having a private bathroom for EACH bedroom, and a LARGE closet, is pretty substandard. Also, to only have *1* walk-in in the master rather than 2 is not good. No home theater? Large gym with panoramic views? Sauna/steam room/? Sun room? Library? Detached guest suite or guest house (in-law/nanny quarters, etc.)? Swimming pool? Hot tub? This honestly doesn't look like a place where a man of his caliber would be living full-time. Of course his house in Palo Alto isn't huge, either, but at least it is charming, historic, enchanted.
He has a number of kids, so I'm not sure how they would all fit into this small space with their friends when, e.g., everyone comes home for summers, holidays, etc. Typical houses for higher level people in the Woodside area would have at least 6-7 bedrooms, a bathroom for each bedroom, plus several additional half bathrooms, and probably about 10,000 squ. ft.
Only thing that makes sense to me is that he would view this as his retirement house since it'll only be done ~5 years, anyway. And I suppose for retirement people like to keep it small and simple. That would make sense to me and might hint at when he might be planning on retiring.
He has a number of kids, so I'm not sure how they would all fit into this small space with their friends when, e.g., everyone comes home for summers, holidays, etc. Typical houses for higher level people in the Woodside area would have at least 6-7 bedrooms, a bathroom for each bedroom, plus several additional half bathrooms, and probably about 10,000 squ. ft.
Only thing that makes sense to me is that he would view this as his retirement house since it'll only be done ~5 years, anyway. And I suppose for retirement people like to keep it small and simple. That would make sense to me and might hint at when he might be planning on retiring.

killuminati
Sep 7, 07:31 PM
What did you guys think about him performing? I love him but I could not BELIEVE that they had him performing there. I never imagined hearing ******* at an apple keynote. Especially when the dj stopped the music when the lyrics were at "******* the police thats how we treat 'em".
I also liked how he changed the lyrics from:
She had hair so long that it looked like weave, then she cut it all off now she look like Eve
to
She had hair so long that it looked like weave, then she cut it all off now she look like Steve.
I also liked how he changed the lyrics from:
She had hair so long that it looked like weave, then she cut it all off now she look like Eve
to
She had hair so long that it looked like weave, then she cut it all off now she look like Steve.
more...

JoJoCal19
Dec 14, 07:15 AM
I was acutally going to say this same thing. It makes more sense for Apple to put a Verizon/CDMA/LTE...whatever phone on a different release cycle than the GSM phone, as they typically can't even handle the logistical nightmare of releasing the current phone with adequate supply. How long is the thing backordered now when an iPhone is released? How nightmarish is it for them to produce and keep adequate supply of only a GSM iPhone? Now imagine if those production numbers were divided between a Verizon AND the GSM iPhone....you'd never be able to get one! A 6 month split would be almost perfect for releases...it'd give the production lines ample time to get decent numbers of both phones built up. The dual release (unless Apple can get a single chip LTE/CDMA/GSM solution) would be a potential nightmare for FoxConn's assembly plant.
Geckotek and you are correct. When the iPhone 4 was launched Apple couldn't come close to keeping up with demand. The lead time was 4+ weeks and it only pissed people off. If you add in a Verizon model, which is likely to meet or even exceed the demand for an AT&T model if the device were launched at the same time, the lead time would be much longer and Apple would not be able to meet that demand. 6 month in between is not too long. It also keeps Apple launching an iPhone every 6 mos in the US and keep them in the news and take attention away from the Android devices being launched every couple of months.
Geckotek and you are correct. When the iPhone 4 was launched Apple couldn't come close to keeping up with demand. The lead time was 4+ weeks and it only pissed people off. If you add in a Verizon model, which is likely to meet or even exceed the demand for an AT&T model if the device were launched at the same time, the lead time would be much longer and Apple would not be able to meet that demand. 6 month in between is not too long. It also keeps Apple launching an iPhone every 6 mos in the US and keep them in the news and take attention away from the Android devices being launched every couple of months.

milo
Sep 25, 04:36 PM
Perhaps all the developers are spending too much time on Leopard and Logic 8 at the moment.
You're kidding, right? Besides the fact that all are different teams, Logic has had FAR less development than Aperture as well as most other apple apps (with the obvious exception of Soundtrack Pro, which hasn't had a single improvement in over a year, and has always run like crap). I'd kill to see Logic development moving at the speed of Aperture.
You're kidding, right? Besides the fact that all are different teams, Logic has had FAR less development than Aperture as well as most other apple apps (with the obvious exception of Soundtrack Pro, which hasn't had a single improvement in over a year, and has always run like crap). I'd kill to see Logic development moving at the speed of Aperture.
more...
mw360
Apr 6, 07:41 AM
The bigger problem is that Apple rejected an app that served just this purpose (but was surely less pretty), as was already mentioned. This is a cool app, but they should be giving all of the money they earn from it to those that tried to submit this app long ago. I love Apple and have been converting slowly since my first iPod several years ago, but this is absolutely lame of them, even if it only effected a few people.
And what was the motivation of the third party app makers? To make a fast buck out of serving ads to people more interested in the ad than the product. That is bad for advertisers and probably the real reason the app was rejected.
Who know whether clicks inside this app count as regular impressions? Unlike any third party, Apple is in a position to refund any advertisers for clicks on these ads. If they are doing that then I don't see anything wrong with them releasing this niche product.
And what was the motivation of the third party app makers? To make a fast buck out of serving ads to people more interested in the ad than the product. That is bad for advertisers and probably the real reason the app was rejected.
Who know whether clicks inside this app count as regular impressions? Unlike any third party, Apple is in a position to refund any advertisers for clicks on these ads. If they are doing that then I don't see anything wrong with them releasing this niche product.

fyrefly
Apr 29, 03:03 PM
That was actually fixed in the build before this one.
Ah, okay. Guess I just didn't notice it till this build. :)
Ah, okay. Guess I just didn't notice it till this build. :)
more...

solvs
Jan 15, 01:33 AM
Blogging isn't journalism,
No, but there are some who are trying to be taken seriously. They had a press pass. As has been repeated multiple times, this hurts the entire blogging industry (and it is an industry) who cover things as journalists. This isn't some old lady down the street, this is a tech blog that's a business itself that has been built up over the years in an attempt to be taken seriously and get press access to just events and products to test for their articles. That's all been destroyed with one stupid act, which they're now trying to turn into an act of defiance. They made some interesting points in the last spiel, but it doesn't change the fact that if they want to be taken seriously, and they claim to want to be, at least more than those who are bought or don't ask the tough questions, this isn't going to help.
So when they do try to post something serious, and they have, is it any wonder if we won't trust them or believe them, or even care?
No, but there are some who are trying to be taken seriously. They had a press pass. As has been repeated multiple times, this hurts the entire blogging industry (and it is an industry) who cover things as journalists. This isn't some old lady down the street, this is a tech blog that's a business itself that has been built up over the years in an attempt to be taken seriously and get press access to just events and products to test for their articles. That's all been destroyed with one stupid act, which they're now trying to turn into an act of defiance. They made some interesting points in the last spiel, but it doesn't change the fact that if they want to be taken seriously, and they claim to want to be, at least more than those who are bought or don't ask the tough questions, this isn't going to help.
So when they do try to post something serious, and they have, is it any wonder if we won't trust them or believe them, or even care?

TC2COOL
Jan 11, 10:00 PM
Everyone is making comments that suggest that the Gizmodo guys are professionals and have broken some code of ethics.
They are BLOGGERS. There are no rules in blogging. There are no codes of ethics.
Sure they were over the top, but that drove traffic to their site. The only thing they are worried about is traffic to the site, that is how they make money.
Should they be banned? Why? It's not like they are journalists.
They are BLOGGERS. There are no rules in blogging. There are no codes of ethics.
Sure they were over the top, but that drove traffic to their site. The only thing they are worried about is traffic to the site, that is how they make money.
Should they be banned? Why? It's not like they are journalists.
more...

LagunaSol
May 3, 11:56 PM
Android commercials need more rectal probing.
Google does all the rectal probing to Android users. ;)
Google does all the rectal probing to Android users. ;)

fishmoose
Apr 15, 04:36 PM
Wirelessly posted (Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_3_2 like Mac OS X; sv-se) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8H7 Safari/6533.18.5)
I think Apple will be able to get the right deals in the end get Steve Jobs pissed enough at the labels and they'll come around he usually gets his way, one way or another.
I think Apple will be able to get the right deals in the end get Steve Jobs pissed enough at the labels and they'll come around he usually gets his way, one way or another.

kenypowa
May 3, 10:50 PM
This is a very effective ad. Much better than the current iPhone ads.
ritmomundo
Mar 18, 04:15 PM
Did you even read my original post?
yes. what's your point?
yes. what's your point?
Jakerz
Apr 6, 10:53 AM
Sorry folks, unlocked/locked correct threads this time. :D
http://forums.macrumors.com/image.php?u=23036&dateline=1294073881
http://forums.macrumors.com/image.php?u=23036&dateline=1294073881
relimw
Sep 25, 11:22 AM
Aperture can indeed do watermarks on export.
Hehe, you beat me to my editing....
Hehe, you beat me to my editing....
miles01110
Apr 22, 07:12 AM
That is because those who oppose will find themselves without the right to vote. :p :D
I will turn this thread into a PRSI faster than you can say "Barack HUSSEIN Obama is a Kenyan!"
;););)
I will turn this thread into a PRSI faster than you can say "Barack HUSSEIN Obama is a Kenyan!"
;););)
Chundles
Sep 12, 08:34 AM
Ooh....nice find, the movies shown there are terrible though :-)
*SMACK!*
Those are Movie Trailers for the iPod.
*SMACK!*
Those are Movie Trailers for the iPod.

