Full of Win
Apr 29, 01:36 PM
Come on Open GL 3... come to daddy.
kiljoy616
Jul 22, 11:54 PM
Oh my god...
did Apple seriously just make pointing fingers apart of their campaign?
I thought they were above that!
I understand that it's unfair that the other companies do that and all, but Apple really doesn't need to stoop to their level, do they?
They are still a company not a dam Religion so no they are not above it all.
Or do you think that other companies already are not preparing some kind of marketing around the problem.
That said, this generation of iphone will have this problem and that just something we have to live with if we want the look of the iphone.
did Apple seriously just make pointing fingers apart of their campaign?
I thought they were above that!
I understand that it's unfair that the other companies do that and all, but Apple really doesn't need to stoop to their level, do they?
They are still a company not a dam Religion so no they are not above it all.
Or do you think that other companies already are not preparing some kind of marketing around the problem.
That said, this generation of iphone will have this problem and that just something we have to live with if we want the look of the iphone.
AtHomeBoy_2000
Sep 28, 01:23 PM
All pocket doors. Very interesting.
MSM Hobbes
Mar 25, 10:55 PM
So,,, ok,,, an OS that is 10 years,,, that is like what, in human years? Hmmmm... :cool:
Congrats and warm thanks to all at Apple (and your friends and families ;)) that helped create, nurture, and bring this wonderful s/w to us all.
:apple:
Congrats and warm thanks to all at Apple (and your friends and families ;)) that helped create, nurture, and bring this wonderful s/w to us all.
:apple:
aafuss1
Sep 12, 02:04 AM
New accessories:-
Tube "skins" for the 5G iPod, with a lanyard-similar price to nano's tubes
Lanyard headphones for 5G/6th gen
IR receiver, ready for Leopard-customizable programming,like a universal remote. Same remote as iMac's
Sports kit/travel for 6th Gen
User video sharing features-upload to YouTube or a new iTMS section for used created, original vodcasts/videos
BBC TV shows on the UK store-perhaps Seven or Ten (Nine Network is MS centric), here in Australia
iPod shuffle discontinued entirely
Tube "skins" for the 5G iPod, with a lanyard-similar price to nano's tubes
Lanyard headphones for 5G/6th gen
IR receiver, ready for Leopard-customizable programming,like a universal remote. Same remote as iMac's
Sports kit/travel for 6th Gen
User video sharing features-upload to YouTube or a new iTMS section for used created, original vodcasts/videos
BBC TV shows on the UK store-perhaps Seven or Ten (Nine Network is MS centric), here in Australia
iPod shuffle discontinued entirely
bowlerman625
Mar 17, 07:06 AM
Yeah you're really a classy person....dork
parenthesis
Oct 3, 06:30 PM
I'm thinking about buying someone one of the "Photo Day" passes as a gift. Any ideas if it's worth the $250?
(e.g. has anyone gone to a similar event, and was it worth it)
(e.g. has anyone gone to a similar event, and was it worth it)
Nekbeth
Apr 26, 10:29 PM
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.
}
Update *** "I though it worked but the timer kept going on the background.
crashed :confused:
wlh99, do you get an exception in the invalid method " [myTimer Invalidate]" ?
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.
}
Update *** "I though it worked but the timer kept going on the background.
crashed :confused:
wlh99, do you get an exception in the invalid method " [myTimer Invalidate]" ?
marktwain
Nov 23, 07:13 PM
Well, since I didn't open it yet hopefully they will be helpful. If not I'll return it and just get one online. I'm also hoping that the girl knew what she was talking about...
If you didn't open it then they HAVE to return it, then you can repurchase. The only exception would be if you had purchased online and configured it differently than what they stock in the store. That would HAVE to be returned via the online store.
If you didn't open it then they HAVE to return it, then you can repurchase. The only exception would be if you had purchased online and configured it differently than what they stock in the store. That would HAVE to be returned via the online store.
Some_Big_Spoon
Oct 11, 12:50 AM
I'm sure I'll get snarkey comments, but here goes: If I can't check my email on it, I'm not interested.
I've got a couple iPods and a shuffle. They play music, and that's great, but I want something that gets MY information to me. When that happens, they've got me sold.
I've got a couple iPods and a shuffle. They play music, and that's great, but I want something that gets MY information to me. When that happens, they've got me sold.
Clive At Five
Jan 5, 02:38 PM
Yes, please spare me the agony of finding out about Apple's products the moment they are announced!
Honestly, I don't think I'd be able to last a minute beyond the keynote without knowing what was new from Apple. Props to you for will power.
-Clive
Honestly, I don't think I'd be able to last a minute beyond the keynote without knowing what was new from Apple. Props to you for will power.
-Clive
nlr
May 2, 02:14 PM
They don't need to track you any more, they got Osama Bin Laden already.
http://cynic.me/wp-content/uploads/2011/05/iPhoneTrackingWorks.jpg
http://cynic.me/wp-content/uploads/2011/05/iPhoneTrackingWorks.jpg
yellow
Jan 10, 04:07 PM
Kind of like using a MBP Front Row Remote at an Apple Conf and switching people's displays to Front Row?
xPismo
Oct 28, 05:05 PM
Folks, I think you are misinterpreting what the OSx86 project is doing (at least in this case)...
Darwin and XNU does NOT EQUAL the full OSX user experience. Darwin/XNU is just a command-line operating system, as that is the only part that is open-source.
Cool, thanks for the info, I did not get that from the news post. Are there any high visability projects that are using the open source darwin setup? I would be interested in learning why they choose it over other options.
Darwin and XNU does NOT EQUAL the full OSX user experience. Darwin/XNU is just a command-line operating system, as that is the only part that is open-source.
Cool, thanks for the info, I did not get that from the news post. Are there any high visability projects that are using the open source darwin setup? I would be interested in learning why they choose it over other options.
iCrizzo
Apr 29, 05:01 PM
Apple listens to it's fans. Yay! XD
They do.. look at the iPad, they brought back the "lock" switch. :apple:
They do.. look at the iPad, they brought back the "lock" switch. :apple:
fluidedge
Jan 14, 11:45 AM
what the hell can you do with a 32 GB flash drive?
The OS alone must take up 15GB leaving you with 15GB. 15GB. On a Macbook PRO. People actually do constructive work on these things. 15GB is about 10 photoshop files to some people. No music. No 'movies' nothing else can fit on 15GB. 15GB is about 1/5 the size of my itunes library.
What is the fliping point of a 32GB flash drive in an Apple? I see absolutly no use in putting anything less than a 128GB flash drive in a professional class laptop. And thats not going to happen for a good 3 or 4 years yet.
32GB flash drives would be perfect for the next gen Asus EEE PC though - just to store a bit of music and some documents and few apps.
The OS alone must take up 15GB leaving you with 15GB. 15GB. On a Macbook PRO. People actually do constructive work on these things. 15GB is about 10 photoshop files to some people. No music. No 'movies' nothing else can fit on 15GB. 15GB is about 1/5 the size of my itunes library.
What is the fliping point of a 32GB flash drive in an Apple? I see absolutly no use in putting anything less than a 128GB flash drive in a professional class laptop. And thats not going to happen for a good 3 or 4 years yet.
32GB flash drives would be perfect for the next gen Asus EEE PC though - just to store a bit of music and some documents and few apps.
mike5411
Apr 5, 03:08 PM
they should allow users to like or dislike iAds to help cater the iAds that are sent to the user :cool:
Yannick
Oct 17, 09:39 AM
To me, it would be good news that Apple supports both HD-DVD and BD.
Slix
Mar 24, 03:58 PM
Happy Birthday OS X! I still love you. :D
Cleverboy
Jan 13, 04:12 PM
What I'm wondering is.. if Gizmodo never posted that video, would we have heard about it anyway? As in, would there be news stories saying "Pranksters hit CES hard by turning off displays"
My guess is we wouldn't have heard anything of the sort.Very true. They were so proud, they incriminated themselves, and went so far as to say that Panasonic was "lucky" they didn't have an exposed IR receiver fro their 150 inch display. Wow.
~ CB
My guess is we wouldn't have heard anything of the sort.Very true. They were so proud, they incriminated themselves, and went so far as to say that Panasonic was "lucky" they didn't have an exposed IR receiver fro their 150 inch display. Wow.
~ CB
glocke12
May 4, 06:01 PM
But when you have guns in your house with my kids it's your pediatrician's job to ask. Whether you choose to answer is your choice.
No it is not. Whats up with giving personal responsibility to the gov't or others?????
I would concede that if guns are a concern of yours, it is my job to inform and prove to you that I am a responsible gun owner who keeps his guns locked up, out of the reach of children, and furthermore that in my house there are no unsupervised children (meaning that there is an adult in the house at all times who knows where the children are and what they are doing).
It is than your job to decide whether or not you will allow your kids in my house.
As parents, it is both of our jobs to get to know each others household.
No it is not. Whats up with giving personal responsibility to the gov't or others?????
I would concede that if guns are a concern of yours, it is my job to inform and prove to you that I am a responsible gun owner who keeps his guns locked up, out of the reach of children, and furthermore that in my house there are no unsupervised children (meaning that there is an adult in the house at all times who knows where the children are and what they are doing).
It is than your job to decide whether or not you will allow your kids in my house.
As parents, it is both of our jobs to get to know each others household.
MacSedgley
Aug 8, 01:05 PM
I managed scrape together enough money together for a 20 incher and a mini last year (�1000). They gave me the wrong box (a 23") which was the nicest thing thats ever happened to me.
Its a lovely screen, but the colours are all over the place (and people should be very wary when using front row with the macbook linked to a cinema - for some reason it doesnt go to sleep, and this could lead to some nasty screen burn.)
A decent screen is a big investment - you would expect a good LCD to last you at least 5 years if your paying a grand for it. At the moment, Dell's is much better value in my book, even though it is hideously ugly.
Anyone tried the new NECs?
Its a lovely screen, but the colours are all over the place (and people should be very wary when using front row with the macbook linked to a cinema - for some reason it doesnt go to sleep, and this could lead to some nasty screen burn.)
A decent screen is a big investment - you would expect a good LCD to last you at least 5 years if your paying a grand for it. At the moment, Dell's is much better value in my book, even though it is hideously ugly.
Anyone tried the new NECs?
Mord
Apr 27, 12:28 PM
Female (http://en.wikipedia.org/wiki/Female) (♀) is the sex of an organism, or a part of an organism, which produces non-mobile ova (egg cells).
Looks to me like science begs to differ; a woman is a female human. A female produces ova. Last I checked, M->F can NOT produce OVA.
Sure, they deserve the same rights and respect as anyone else, I dont care if you choose to attach a penis to your forehead, it does not give anyone the right to assault you.
Reacent Post
Looks to me like science begs to differ; a woman is a female human. A female produces ova. Last I checked, M->F can NOT produce OVA.
Sure, they deserve the same rights and respect as anyone else, I dont care if you choose to attach a penis to your forehead, it does not give anyone the right to assault you.
starflyer
Mar 24, 03:32 PM
I still have my 10.0.0 box and CDs. I will go pull them out tonight.
0 comments:
Post a Comment