zooey91
Aug 10, 03:32 PM
Thanks stoid, Just trying to determine when the specs actually changed,
RATHER than when Apple decided to announced the changes.
Must have been before August 7 2006 when they were "updated".
It looks terrific, no problems so far.
Just want to be sure I have the "latest and greatest" right?
I ordered mine on Monday and got it yesterday (ground shipping!). I just got off the phone with tech support (customer service had no clue about the change in specs). He actually had no clue either. He'd never heard of any color or pink cast problems, surprise surprise, and said that that kind of thing is just a matter of opinion. I said that bumping brightness to 400 cd/m2 (up from 270 cd/m2) and contrast ration to 700:1 (up from 400:1) isn't a matter of opinion, so they should have some way of confirming that I received what I paid for.
In any event, he did tell me that mine was manufactured in June (sn 2A6221XXXXX). I would hope and assume that this means it's the newer LCD. It looked great from my powerbook, and I'm looking forward to checking it out with my new Mac Pro when it arrives tomorrow.
Jim
RATHER than when Apple decided to announced the changes.
Must have been before August 7 2006 when they were "updated".
It looks terrific, no problems so far.
Just want to be sure I have the "latest and greatest" right?
I ordered mine on Monday and got it yesterday (ground shipping!). I just got off the phone with tech support (customer service had no clue about the change in specs). He actually had no clue either. He'd never heard of any color or pink cast problems, surprise surprise, and said that that kind of thing is just a matter of opinion. I said that bumping brightness to 400 cd/m2 (up from 270 cd/m2) and contrast ration to 700:1 (up from 400:1) isn't a matter of opinion, so they should have some way of confirming that I received what I paid for.
In any event, he did tell me that mine was manufactured in June (sn 2A6221XXXXX). I would hope and assume that this means it's the newer LCD. It looked great from my powerbook, and I'm looking forward to checking it out with my new Mac Pro when it arrives tomorrow.
Jim
doctoree
Apr 15, 02:55 PM
Agreed.
Lol, every of your line has a different vanishing point! The text is actually correct. Meeting a single, center VP.
Lol, every of your line has a different vanishing point! The text is actually correct. Meeting a single, center VP.
balamw
Apr 28, 07:37 PM
I first started a new project in order to avoid confusion and made some changes, the result is what I think " a working timer " with start, stop and reset buttons.
Maybe now you can go back and realize that you could have saved yourself and the rest of us a lot of time and effort by adhering to the recommendations from the links I posted. (Seriously, read them.)
Be specific. Be complete. Post complete, compilable code that demonstrates your problem. (If you need to, make a separate toy app, divide and conquer).
This is part of the "step back" that everyone was telling you to do early on, and is a basic skill for all kinds of troubleshooting. By breaking down the problem and explaining it to someone else you will often get an epiphany of your own. Like:
If I see the code now it seems a bit obvious why the timer never stopped before.
If the solution was handed to you it wouldn't (a) be that obvious [because you wouldn't understand it] and (b) wouldn't be exactly what you want.
For obvious reasons I'm not posting it and if some of you wonder why, it's for same reasons nobody posted the complete working code despite being able to make a timer in less than 3 minutes. (yes, I know it's because you think it would not help me and I understand)
I still don't think you understand the give and take of being a full participant in a forum like this.
It's your choice alone whether to add to the general knowledge pool or not. That's very different than responding to an ill-defined request for code.
For example, here's a thread I started earlier this month: http://forums.macrumors.com/showthread.php?t=1133446 I was playing with some code from various tutorials that was no longer functional, found a way to fix it and chose to give that solution back to the 'net and it was immediately useful for another user.
B
Maybe now you can go back and realize that you could have saved yourself and the rest of us a lot of time and effort by adhering to the recommendations from the links I posted. (Seriously, read them.)
Be specific. Be complete. Post complete, compilable code that demonstrates your problem. (If you need to, make a separate toy app, divide and conquer).
This is part of the "step back" that everyone was telling you to do early on, and is a basic skill for all kinds of troubleshooting. By breaking down the problem and explaining it to someone else you will often get an epiphany of your own. Like:
If I see the code now it seems a bit obvious why the timer never stopped before.
If the solution was handed to you it wouldn't (a) be that obvious [because you wouldn't understand it] and (b) wouldn't be exactly what you want.
For obvious reasons I'm not posting it and if some of you wonder why, it's for same reasons nobody posted the complete working code despite being able to make a timer in less than 3 minutes. (yes, I know it's because you think it would not help me and I understand)
I still don't think you understand the give and take of being a full participant in a forum like this.
It's your choice alone whether to add to the general knowledge pool or not. That's very different than responding to an ill-defined request for code.
For example, here's a thread I started earlier this month: http://forums.macrumors.com/showthread.php?t=1133446 I was playing with some code from various tutorials that was no longer functional, found a way to fix it and chose to give that solution back to the 'net and it was immediately useful for another user.
B
shawnce
Oct 30, 10:21 AM
The end-fact that Apple's source does not appear to be publicly accessible does not appear to be in dispute, but rather questions have arisen as to whether it was ever publicly accessible (publicly accessible as defined by not requiring registration with Apple. The source is still free).
Any item released under the APSL (Apple Public Source License) requires and has required since the dawn of the APSL users to register an account with Apple (free account). This is done so Apple can track that you have read the APSL before you gain access to the source. It has always been this way... in fact this registration requirement was talked about on and off for years on the Darwin lists (for example (http://lists.apple.com/archives/darwin-development/2001/Mar/msg00329.html)) and was one of the reasons that OpenDarwin was started (some folks just couldn't bring themselves to register).
A few years ago Apple integrated the open source account system with their Apple ID system so that if you have an Apple ID you didn't have to create a separate account you could just use that. See last paragraph of this email (http://lists.apple.com/archives/Publicsource-announce/2003/Aug/msg00000.html).
All Apple Developer Accounts (ADC) can be used as an Apple ID, as can .Mac accounts, Apple support forums accounts, Apple store accounts, etc.
Finally the 10.4.8 source never got linked on the top level darwin source page, only 10.4.7 got listed most recently (I have been looking for the last 3 weeks). The reason is that Apple is transitioning over to macosforge.org (that is the site that lists links to Intel version of XNU and only that site) and they appeared to have hit some system resource issue that has slowed this transition. As I noted in my prior post you can access 10.4.8 sources using a direct link to the tarball.
As a side note I have worked on Darwin sources since it was first put online under the APSL and I worked on aspects of OpenDarwin when it first got going. So I am speaking from a long history of experience with Darwin.
Any item released under the APSL (Apple Public Source License) requires and has required since the dawn of the APSL users to register an account with Apple (free account). This is done so Apple can track that you have read the APSL before you gain access to the source. It has always been this way... in fact this registration requirement was talked about on and off for years on the Darwin lists (for example (http://lists.apple.com/archives/darwin-development/2001/Mar/msg00329.html)) and was one of the reasons that OpenDarwin was started (some folks just couldn't bring themselves to register).
A few years ago Apple integrated the open source account system with their Apple ID system so that if you have an Apple ID you didn't have to create a separate account you could just use that. See last paragraph of this email (http://lists.apple.com/archives/Publicsource-announce/2003/Aug/msg00000.html).
All Apple Developer Accounts (ADC) can be used as an Apple ID, as can .Mac accounts, Apple support forums accounts, Apple store accounts, etc.
Finally the 10.4.8 source never got linked on the top level darwin source page, only 10.4.7 got listed most recently (I have been looking for the last 3 weeks). The reason is that Apple is transitioning over to macosforge.org (that is the site that lists links to Intel version of XNU and only that site) and they appeared to have hit some system resource issue that has slowed this transition. As I noted in my prior post you can access 10.4.8 sources using a direct link to the tarball.
As a side note I have worked on Darwin sources since it was first put online under the APSL and I worked on aspects of OpenDarwin when it first got going. So I am speaking from a long history of experience with Darwin.
more...
Damnations!
Apr 5, 04:45 PM
I think Apple knew what they were doing. I think they may integrate this with Ping (worst thing ever), like 'PersonX likes the same music as you and also likes AdvertY' as some sort of viral marketing.
They will get paid a lot of money by the advertisers using it and the advertisers will get valuable information back like how many people favourited certain ads gaining valuable information about the market and how to create better adverts.
I still think it's a stupid idea, but whatever floats your boat.
They will get paid a lot of money by the advertisers using it and the advertisers will get valuable information back like how many people favourited certain ads gaining valuable information about the market and how to create better adverts.
I still think it's a stupid idea, but whatever floats your boat.
SPEEDwithJJ
Apr 12, 03:13 PM
Wait......do you guys have a little obsession with cupcakes, or an obsession with little cupcakes?
I just want to be clear, that's all. ;)
Haha. :D That's a good one. I LOL at that! :p
I just want to be clear, that's all. ;)
Haha. :D That's a good one. I LOL at that! :p
more...
MacU
Oct 13, 05:55 PM
You have hundreds of phone choices.
I doubt the legislation would make people happier. Most of you would find something else to complain about (e.g. price, features).
Um...Competition will only make things better in a Capitalist market.
I doubt the legislation would make people happier. Most of you would find something else to complain about (e.g. price, features).
Um...Competition will only make things better in a Capitalist market.
rdowns
Apr 25, 02:24 PM
Already a thread and still in Current Events.
http://forums.macrumors.com/showthread.php?t=1141721
http://forums.macrumors.com/showthread.php?t=1141721
more...
![cheat point blank indonesia. point blank indonesia lucu. cheat point blank indonesia.](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiRpm4FAqEqEOKjSKr5jQi4F69wG_kDTeeN5GvfBpAiwsmG1GFkS3YIknLY-2b3wp8SkUdEokg4ObL-Us0Z6DAxujqCsoyWt_XSU0v-Zv7pA-rduyie-5QJhFMKRwzSoLeHNbT2yJmZgGz5/s400/PointBlank_20100106_130850.jpg)
Whistleway
Oct 11, 07:54 PM
I am pretty sure Apple has to refresh its iPod line for holiday sales or it is bye-bye stock prices and holiday sales.
The question is what will or can they do by november 14th. And it is very unlikely that it will be large video iPod. Heck, Zune has the same resolution as the iPod and i am not sure what the big deal is. It is not like adding 1" or 2" will make it all the better.
The question is what will or can they do by november 14th. And it is very unlikely that it will be large video iPod. Heck, Zune has the same resolution as the iPod and i am not sure what the big deal is. It is not like adding 1" or 2" will make it all the better.
benjayman2
Apr 9, 01:21 AM
280390
reported the website misprint
So how much did you nab it for with the misprint if you don't mind telling? I wish that happened to me. I've been looking a for a good m4/3 for a while, but they are all so expensive that I might as get a dslr.
reported the website misprint
So how much did you nab it for with the misprint if you don't mind telling? I wish that happened to me. I've been looking a for a good m4/3 for a while, but they are all so expensive that I might as get a dslr.
more...
![point blank lucu untuk point blank indonesia lucu. point blank lucu untuk](http://3.bp.blogspot.com/_90piiW9zojM/TT7LjtNkf2I/AAAAAAAAAl0/_rsqPOARp1A/s1600/point%252Bblank%252Blucu%252Blucu.jpg)
dalvin200
Sep 12, 05:15 AM
6pm BST, on what channel? :p
BBC TWELVE :P
BBC TWELVE :P
bikertwin
Sep 25, 03:51 PM
Technically my POWERMAC G4 can run iMovie, Keynote, and other mac software. RUNNING and FUNCTIONING (at a reasonable speed) are two totally different things. iPhoto takes a day to get going. I can't imagine aperture.
Anyway... I don't want to ruin anybody's happy day, but the reality is, if you don't have the latest and greatest Apple Machine, the current software runs pretty slow.
Go to the Apple store (yes, this means some of you will have to leave your apartment) and try running this software on a mac mini. Don't get depressed when it takes your entire lunch break to start the software. Forget about moving stacks of photos around and editing. As I mentioned... I had problems with the G5 QUAD and the original aperture at my Apple Store in Seattle.
Just a thought.
I wouldn't get too excited about Aperture running on 'lighter' hardware such as MacBooks or Mac minis. I think the idea is that, rather than doing hardcore raw file processing on these lightweight hardware products, you'd just have your JPEG-preview-only Aperture library on these machines. So the really speedy functionality on this lightweight hardware would be limited to organizing, sorting, searching, slideshows, etc. of pre-generated JPEG previews.
I doubt we'll be doing hardcore bulk raw processing on a Mac mini, even with Aperture 1.5. But I wouldn't mind if we could.
Anyway... I don't want to ruin anybody's happy day, but the reality is, if you don't have the latest and greatest Apple Machine, the current software runs pretty slow.
Go to the Apple store (yes, this means some of you will have to leave your apartment) and try running this software on a mac mini. Don't get depressed when it takes your entire lunch break to start the software. Forget about moving stacks of photos around and editing. As I mentioned... I had problems with the G5 QUAD and the original aperture at my Apple Store in Seattle.
Just a thought.
I wouldn't get too excited about Aperture running on 'lighter' hardware such as MacBooks or Mac minis. I think the idea is that, rather than doing hardcore raw file processing on these lightweight hardware products, you'd just have your JPEG-preview-only Aperture library on these machines. So the really speedy functionality on this lightweight hardware would be limited to organizing, sorting, searching, slideshows, etc. of pre-generated JPEG previews.
I doubt we'll be doing hardcore bulk raw processing on a Mac mini, even with Aperture 1.5. But I wouldn't mind if we could.
more...
NDA74
Jan 12, 09:01 PM
Anyone who leaps to a conclusion over this is foolish and shooting themselves in the foot. Print media is dead in its current form so you'll never see events banning people just because they have an online presence.
No, you will not. But what you will see are event planners being much more selective about who they credential, until the only media you see at events are the same big media companies that have always been there, except now they're online instead of in print. Same monopolies, different medium.
No, you will not. But what you will see are event planners being much more selective about who they credential, until the only media you see at events are the same big media companies that have always been there, except now they're online instead of in print. Same monopolies, different medium.
solvs
Jan 10, 11:45 PM
All of this to gain what?:(
Attention. Or to make a lame joke that went way too far. I would be more shocked if they weren't banned from CES, and probably others. I doubt they'll get banned from Macworld this late in the game, especially after having come clean instead of someone else finding out and outing them, but they'll probably be watched more. Anything goes wrong, they'll be the first to be blamed, even if it's just a copycat. I wouldn't be surprised to find those affected not wanting to advertise anytime soon either, nor sending them products for awhile. Free advertising or not. Businesses aren't really known to have senses of humors about such things. A prank is a prank, but this is big business here and they're supposed to be professionals. There goes any credibility they had left.
They may not get any punishment for it, but if they want to make sure something similar (or worse) doesn't happen again, I'm sure they'll be more careful, but I'm also thinking those affected might want to make an example of the pranksters and the site.
Attention. Or to make a lame joke that went way too far. I would be more shocked if they weren't banned from CES, and probably others. I doubt they'll get banned from Macworld this late in the game, especially after having come clean instead of someone else finding out and outing them, but they'll probably be watched more. Anything goes wrong, they'll be the first to be blamed, even if it's just a copycat. I wouldn't be surprised to find those affected not wanting to advertise anytime soon either, nor sending them products for awhile. Free advertising or not. Businesses aren't really known to have senses of humors about such things. A prank is a prank, but this is big business here and they're supposed to be professionals. There goes any credibility they had left.
They may not get any punishment for it, but if they want to make sure something similar (or worse) doesn't happen again, I'm sure they'll be more careful, but I'm also thinking those affected might want to make an example of the pranksters and the site.
more...
ct2k7
Apr 24, 01:54 PM
I am looking forward to the demise of the optical drive.
It was sad to see Norio Ohga pass away.
It was sad to see Norio Ohga pass away.
NAG
Jan 11, 11:55 PM
I would not see a problem with them going to report at macworld if anything happens in the keynote Steve would recover like he did at last years Mac World where his clicker stopped working and you are also talking about a mac event unlike CES things don't crash :)
Actually he had a build of 10.5 crash on him when they first showed it off and he also had that camera incident (which was overblown).
Actually he had a build of 10.5 crash on him when they first showed it off and he also had that camera incident (which was overblown).
more...
Branskins
Apr 29, 05:59 PM
Considering the Finder, where a slider had 3+ options to select, the user would eventually get frustrated. They could have kept it and added the same blue colour to the text or option being selected.
Why do we assume that the person using it is an idiot? What was so confusing about it? It takes two seconds to get use to it.
I think inverted scrolling has the potential to confuse people more and is probably harder to get use to.
Why do we assume that the person using it is an idiot? What was so confusing about it? It takes two seconds to get use to it.
I think inverted scrolling has the potential to confuse people more and is probably harder to get use to.
ehoui
May 4, 04:00 PM
Why is someone bothered if the question itself does no harm. Grow up or change doctors if you don't like to be asked questions. This law is about as anti-libertarian and useless government intrusion as it gets.
![poto point blank lucu. point blank indonesia lucu. poto point blank lucu.](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh_68Eu6oc2_oyiENtUKVKATE331OSxxGWEXUev9ONystrWTycfDLjblUaiNTtIOs8kisIRxE8HSxzD0_kdBLirRUleKOeGDIvcyFPjoheddX-R4Y-4MUiUh6LCYVjMaOthMT4MTU1Z2jEu/s1600/21557_328981377128_587802128_3536151_4492087_n.jpg)
iZac
Apr 29, 03:27 PM
Who reads those things anyway...
sure this (http://www.youtube.com/watch?v=xdjUEVEJEhw) has been posted a million times but ...
(right at the end)
sure this (http://www.youtube.com/watch?v=xdjUEVEJEhw) has been posted a million times but ...
(right at the end)
IJ Reilly
Oct 21, 04:58 PM
Microsoft only paid a dividend when their share growth stagnated.
Apple on the other hand has had stellar share growth recently so there is really no need to pay dividends.
It isn't a question of "need." It's still a good idea, for the reasons I've stated.
Also, AAPL has not had "stellar" growth this year. It was actually down for the YTD until recently.
Apple on the other hand has had stellar share growth recently so there is really no need to pay dividends.
It isn't a question of "need." It's still a good idea, for the reasons I've stated.
Also, AAPL has not had "stellar" growth this year. It was actually down for the YTD until recently.
8CoreWhore
May 2, 02:29 PM
I find it amusing that the G1 can run Android Gingerbread fairly well, but Apple makes it impossible to upgrade the original iPhone to the latest and greatest iOS.
The G1 came out more than a year after the iPhone, and had a dual-core and more RAM.
And, upgrading it to 3.0 Gingerbread is unofficial --- for a reason.
So, um, big deal.
Really, what's the point you're making? Everyone should therefore throw their iPhones in the garbage and buy an HTC?
The G1 came out more than a year after the iPhone, and had a dual-core and more RAM.
And, upgrading it to 3.0 Gingerbread is unofficial --- for a reason.
So, um, big deal.
Really, what's the point you're making? Everyone should therefore throw their iPhones in the garbage and buy an HTC?
aristobrat
Oct 6, 12:45 PM
There's a reason for that, less work is required to upgrade a tower from CDMA to EvDO than to upgrade a tower from GSM to UMTS. That's why Verizon and Sprint are ahead in the 3G rollout. But that doesn't change the fact that overall, UMTS is a better technology than EvDO. SIM cards, simultaneous voice and data, global compatibility, etc.
Wonder what Sprint/Verizon's upgrade from EvDO to LTE will be like, compared to AT&T/T-Mo's UMTS to LTE upgrade? :confused:
The ad is very misleading because it leaves out any EDGE coverage..
The ad is just comparing 3G to 3G, so 1x/EDGE doesn't count.
Wonder what Sprint/Verizon's upgrade from EvDO to LTE will be like, compared to AT&T/T-Mo's UMTS to LTE upgrade? :confused:
The ad is very misleading because it leaves out any EDGE coverage..
The ad is just comparing 3G to 3G, so 1x/EDGE doesn't count.
racedude
Apr 10, 10:05 AM
http://www.iphoneforums.net/img/verizon-iphone-4-large.png
Verizon iPhone 4 - 32gb LOVE IT!
http://thegamerwithkids.files.wordpress.com/2010/10/power_support.jpg
Screen protector, looks nice and dosen't ruin the display quality
http://www.gitiphone.com/wp-content/uploads/2010/11/Incase-Snap-Case-for-iPhone-4.jpeg
Incase Snap Case for iPhone 4
Verizon iPhone 4 - 32gb LOVE IT!
http://thegamerwithkids.files.wordpress.com/2010/10/power_support.jpg
Screen protector, looks nice and dosen't ruin the display quality
http://www.gitiphone.com/wp-content/uploads/2010/11/Incase-Snap-Case-for-iPhone-4.jpeg
Incase Snap Case for iPhone 4
Compile 'em all
Jul 22, 08:21 AM
I'm sorry, but these video stunts are just bogus and have no credibility. Clearly on 3 of them the person holding the phone is applying a lot of vice-like pressure and squeezing the phones as hard as possible. You can see the arm shaking from applying so much force and the thumb turns red. Do they think people are that stupid? That is far removed from realistic usage of the phones, whereas the problem with the iPhone 4 is just touching it in a certain spot.
Apple is making it worse because instead of just being honest and forthcoming, they are now lying and trying to distract from the real issue. People will be understanding and wouldn't care if Apple would just be contrite, educate people about facts and make an attempt to rectify the situation. They did that by giving away the bumpers and sharing the data about dropped calls which helps their case that it is still a great phone, but everything else they have done damages their brand. Their attempt to mislead people from the facts is not helping.
What real issues?
Apple are selling iPhones as fast as they can make them.
Aside from a tiny minority on the internet, the avg. joe is out there enjoying and using their new iPhone. If it was a big issue as the media portrayed it, Apple wouldn't be selling a single unit.
You people are funny.
Apple is making it worse because instead of just being honest and forthcoming, they are now lying and trying to distract from the real issue. People will be understanding and wouldn't care if Apple would just be contrite, educate people about facts and make an attempt to rectify the situation. They did that by giving away the bumpers and sharing the data about dropped calls which helps their case that it is still a great phone, but everything else they have done damages their brand. Their attempt to mislead people from the facts is not helping.
What real issues?
Apple are selling iPhones as fast as they can make them.
Aside from a tiny minority on the internet, the avg. joe is out there enjoying and using their new iPhone. If it was a big issue as the media portrayed it, Apple wouldn't be selling a single unit.
You people are funny.
No comments:
Post a Comment