Surely
Apr 8, 01:32 PM
As I said above, they will probably use it to sell something they can't move. My guess, "Purchase a Windows 7 phone, we will let you buy an iPad 2."
Yeah, I don't see Apple approving a promotion like that with their current flagship product.
Yeah, I don't see Apple approving a promotion like that with their current flagship product.

jholzner
Oct 10, 08:44 PM
I'm not sure where you got those criteria... but those aren't the criteria for which story make the first page.
Readers aren't asked to blindly believe page 1 rumors... Whether Page 1 or Page 2, rumors are presented in their context.... with historical context of the sites involved. Engadget generally has pretty low standards regarding rumors - in that they will post whatever they want on their site if they find it remotely interesting -- that being said, I've not seen them post Apple Rumor items using their own sources with any degree of certainty before. As a result, they get this front page spot. If "joerumorblogIveneverheardof.com" posts a rumor from "reliable" sources, it won't even get a mention on Page 2.
arn
I just checked joerumorblogIveneverheardof.com and the site isn't even real! Jeez, how about some fact checking 'round here.:p
Anyway, I want this to be true sooo bad. This device could be so awesome.
Readers aren't asked to blindly believe page 1 rumors... Whether Page 1 or Page 2, rumors are presented in their context.... with historical context of the sites involved. Engadget generally has pretty low standards regarding rumors - in that they will post whatever they want on their site if they find it remotely interesting -- that being said, I've not seen them post Apple Rumor items using their own sources with any degree of certainty before. As a result, they get this front page spot. If "joerumorblogIveneverheardof.com" posts a rumor from "reliable" sources, it won't even get a mention on Page 2.
arn
I just checked joerumorblogIveneverheardof.com and the site isn't even real! Jeez, how about some fact checking 'round here.:p
Anyway, I want this to be true sooo bad. This device could be so awesome.

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.
}
slb
Oct 28, 02:56 PM
Logic Pro 7 has yet to be cracked, so Apple has people who know how to do copyright protection. I suspect Leopard will employ very strong TPM integration compared to Tiger.
more...
shecky
Sep 12, 07:56 AM
hate to ask a stupid, perhaps already answered a gagillion times, question but
is there a live feed of today's proceedings?
or even a blogged feed? i was pretty impressed with macrumor's coverage of the WWDC last month, tho i guess we are not getting similar coverage today :(
is there a live feed of today's proceedings?
or even a blogged feed? i was pretty impressed with macrumor's coverage of the WWDC last month, tho i guess we are not getting similar coverage today :(

maclaptop
Apr 10, 12:00 AM
I believe Windows 8 will actually be Windows 6.2.
As an Apple user, I'm thrilled that I'm not afflicted with the need to put down Windows in order to boost my ego.
As an Apple user, I'm thrilled that I'm not afflicted with the need to put down Windows in order to boost my ego.
more...
asphalt-proof
Jan 10, 07:09 PM
I go to Gizmodo's site regularly and saw where they had admitted to their prank. I really didn't think much of it and even thought it was funny. However, i never read past the headlines so i didn't know they screwed with someone's presentation. That's just bad form and extremely inconsiderate. These presentors put a lot of time and energy preparing for that 10 miinutes or so that they have to spotlight. Yes, some are very lame, stupid, whatever. But for the most part, these people work very hard to do the best job they can. Not to mention that their job may be put in jeopardy if their presentation tanks.
I imagine that the Gizmodo staff were seriously CES-fatigued, over-stimulated by the flashy lights and loud, continuous noise, and slightly drunk. Fine. Most of the other bloggers were in the same state of mind. But none of them (at least as far as we know) didn't ******* with someone's presentation. I think they should be banned from CES next year as a punishment. Macworld? Not so much. It didn't happen there. Well, it didn't happen there. But I think that Apple would very carefully interview Gizmodo before giving them a press pass then make them sweat. Maybe even frisk them in public, before they entered the convention center. THat would make a lot of bloggers and vendors smile. Really make them sweat. But let them in anyways. Gizmodo is a very popular tech blog and for the most part, a very well done blog. Their coverage is important to Macworld. This way, Apple can ensure they get coverage but also get some karma points from other bloggers and vendors when they see how Apple deals with Gizmodo.
I imagine that the Gizmodo staff were seriously CES-fatigued, over-stimulated by the flashy lights and loud, continuous noise, and slightly drunk. Fine. Most of the other bloggers were in the same state of mind. But none of them (at least as far as we know) didn't ******* with someone's presentation. I think they should be banned from CES next year as a punishment. Macworld? Not so much. It didn't happen there. Well, it didn't happen there. But I think that Apple would very carefully interview Gizmodo before giving them a press pass then make them sweat. Maybe even frisk them in public, before they entered the convention center. THat would make a lot of bloggers and vendors smile. Really make them sweat. But let them in anyways. Gizmodo is a very popular tech blog and for the most part, a very well done blog. Their coverage is important to Macworld. This way, Apple can ensure they get coverage but also get some karma points from other bloggers and vendors when they see how Apple deals with Gizmodo.
Stella
Jul 21, 09:21 AM
Why are Apple on a witch hunt?
Apple should concentrate on fixing their problem instead of finger pointing and deflecting the issue onto other companies. We already know the problem isn't as severe on other devices as the iPhone 4.
Apple should concentrate on fixing their problem instead of finger pointing and deflecting the issue onto other companies. We already know the problem isn't as severe on other devices as the iPhone 4.
more...
bac4Christ
Nov 17, 12:32 PM
I'm sure that somewhere in their headquarters Apple keeps a build of OS X on AMD like they did with Intel. But Idon't think that anyone outside of Apple will see it at least for several years.
Apple did not have a version of OS X running in it's labs. Intel has had every version running on their chips since the early 1990s when they first entered into discussions about using Intel chips. Intel some of the best software programmers in the world, wrt making an OS work on Intel chips. Apple got the OS X port from Intel to speed up the process of introducing the chips.
Apple did not have a version of OS X running in it's labs. Intel has had every version running on their chips since the early 1990s when they first entered into discussions about using Intel chips. Intel some of the best software programmers in the world, wrt making an OS work on Intel chips. Apple got the OS X port from Intel to speed up the process of introducing the chips.

Shadow
Nov 24, 05:59 PM
All the Apple Stores are really slow, they must be getting *hammered*.
more...
Mad Mac Maniac
Apr 5, 03:10 PM
At first I was so excited that this was free!!
I DLed and found out it's ad supported.
Dumb, 1 star :mad: Where's the $1 in app purchase to remove the ads?
:p
I DLed and found out it's ad supported.
Dumb, 1 star :mad: Where's the $1 in app purchase to remove the ads?
:p
emotion
Nov 16, 10:51 AM
Perhaps but they are not competing right now on either products or road maps.
You don't change vendor like the wind blows.
IBM and Motorola? :)
It's nice for Apple to have the bargaining chip when dealing with Intel. I agree they're unlikely to follow up on it (if there's any substance at all....which is seriously doubt).
You don't change vendor like the wind blows.
IBM and Motorola? :)
It's nice for Apple to have the bargaining chip when dealing with Intel. I agree they're unlikely to follow up on it (if there's any substance at all....which is seriously doubt).
more...
MartiNZ
Apr 29, 06:20 PM
I can go to View --> Organize Alphabetically on my SL MBA. Same result. All icons, no categories.
I've never seen this before, but it's not new to this Lion build.
I think arrange alphabetically was there in 10.0. It definitely was in 10.3, just checked :).
I've never seen this before, but it's not new to this Lion build.
I think arrange alphabetically was there in 10.0. It definitely was in 10.3, just checked :).
AppliedVisual
Oct 17, 09:11 PM
I have one word for you Lossless.
Yeah, already work that way... I already have all my audio collection on a centralized music server. I wouldn't mind an iPod for what it is, but I'm also not the kind of guy that enjoys listening to music through cheesy little earbuds. I can do larger DJ-style headphones in a pinch, but I prefer to listen to my music loud on a good sound system where I can feel it. And if anyone else there doesn't like it, they can just leave. :D
However, I'd like to get back into developing games for a commercial platform and I'd be all over the iPod if Apple would open up an SDK.
Yeah, already work that way... I already have all my audio collection on a centralized music server. I wouldn't mind an iPod for what it is, but I'm also not the kind of guy that enjoys listening to music through cheesy little earbuds. I can do larger DJ-style headphones in a pinch, but I prefer to listen to my music loud on a good sound system where I can feel it. And if anyone else there doesn't like it, they can just leave. :D
However, I'd like to get back into developing games for a commercial platform and I'd be all over the iPod if Apple would open up an SDK.
more...

chrismacguy
Apr 25, 04:20 PM
Yes, they did. They encouraged it and called no one. This went on for a very long time too. Some of you need to go watch the video before you comment. I fixed the link. You will not believe what you see.
Dear McDonalds: Boom. You just lost a whole lot of customers. Also, you should fire those idiots you have working there and refuse to provide them a reference. They don't deserve anything more after that display of sheer inhumaneness. Even on a human level standing around laughing is wrong. Whatever "company policy" is - not even calling the cops is ridiculous, heinous and shows signs of a deep inability to be human.
Dear McDonalds: Boom. You just lost a whole lot of customers. Also, you should fire those idiots you have working there and refuse to provide them a reference. They don't deserve anything more after that display of sheer inhumaneness. Even on a human level standing around laughing is wrong. Whatever "company policy" is - not even calling the cops is ridiculous, heinous and shows signs of a deep inability to be human.

arn
Jan 5, 10:31 PM
I am not sure whether or not this has been suggested, but is it not possible for someone in the audience (macrumors.com) to set up a video or audio feed?
It's been discussed in this thread:
http://forums.macrumors.com/showthread.php?t=265739
It's best summed up here:
It would be nice, but there are significant hurdles with streaming when you scale up to the volumes that a public keynote stream would attract. There are very few organisations with the infrastructure to serve large numbers of simultaneous streams, and even with donated bandwidth you then have the logistical problem of sending the feed from the source to multiple distribution points.
......
Oh it's definitely possible, but really there's only one company that could realistically cope with the traffic - Akamai - and even they would likely have problems. 150,000 people streaming 300kbit video would be about 44 Gbit/sec, which would be about 10-15% of Akamai's entire global bandwidth usage and 50% of their streams. Even audio would be 10 Gbit/sec for a 64 kbit stream.
Basically, serving up simultanous traffic for a live feed is very resource intensive. It's a very different thing to serve 100,000 people in a day vs 100,000 at the same time.
We're incorporating near-real time photos in this year's MacRumors coverage... so it shuold be pretty enjoyable.... barring any unforseen circumstances. :)
arn
It's been discussed in this thread:
http://forums.macrumors.com/showthread.php?t=265739
It's best summed up here:
It would be nice, but there are significant hurdles with streaming when you scale up to the volumes that a public keynote stream would attract. There are very few organisations with the infrastructure to serve large numbers of simultaneous streams, and even with donated bandwidth you then have the logistical problem of sending the feed from the source to multiple distribution points.
......
Oh it's definitely possible, but really there's only one company that could realistically cope with the traffic - Akamai - and even they would likely have problems. 150,000 people streaming 300kbit video would be about 44 Gbit/sec, which would be about 10-15% of Akamai's entire global bandwidth usage and 50% of their streams. Even audio would be 10 Gbit/sec for a 64 kbit stream.
Basically, serving up simultanous traffic for a live feed is very resource intensive. It's a very different thing to serve 100,000 people in a day vs 100,000 at the same time.
We're incorporating near-real time photos in this year's MacRumors coverage... so it shuold be pretty enjoyable.... barring any unforseen circumstances. :)
arn
more...
rtdgoldfish
Mar 28, 11:27 PM
Wait, so is it showing up again in your Connect360? Try and call the cops the minute is shows up.
That or,
If parents live there with the teenager(s), just ask them if their kid just got a 360 and if they would mind if you compared serial numbers to your receipt, since its showed up in range of your wireless network.
Don't blame the kid, but be like, well maybe another kid sold it to him or something.
I don't know about them, but at least my parents would have my ass up there in an instant with my 360 even if I had it for over a year lol. I don't even want to think what would have happened to me if it was yours.
Actually, third idea. Just guess which house it is. And just go there and be like, I know you stole my 360 and games, I can tell from it trying to connect to my router since the house is so close. So, I'll tell you what, I'll let all this go if you just hand it over. If he denies it, just be like, okay, well, I'm taking this (log sheet) to the cops, and I can peg the IP address to you. Are you sure you don't want to do just give it back?
And when he gives it back call the cops.
I have it narrowed down to two houses. Every time the 360 shows up on my network, I take a walk around the neighborhood and see who is home, who has a glow from a TV in their window, etc. The cops are working on background info on both houses to try and get a warrant. It seems there have been other break-ins in the area and they are hoping to catch the guy (or girl) who has been doing it. Right now, my 360 showing up on my network has been the biggest lead they have gotten because it narrows down the area by quite a bit. They don't want me to go knocking on doors because they are afraid they will either ditch all their stolen stuff if they know the cops are on to them or just lay low until it all blows over and then start again.
Its been really hard knowing that my 360 is within 500 feet of my house and having a damn good idea of who did it and not being able to do anything about it. The cops hope they will be able to do something soon but every day that goes by, I fear I will not be getting my XBox back just a little more. :(
That or,
If parents live there with the teenager(s), just ask them if their kid just got a 360 and if they would mind if you compared serial numbers to your receipt, since its showed up in range of your wireless network.
Don't blame the kid, but be like, well maybe another kid sold it to him or something.
I don't know about them, but at least my parents would have my ass up there in an instant with my 360 even if I had it for over a year lol. I don't even want to think what would have happened to me if it was yours.
Actually, third idea. Just guess which house it is. And just go there and be like, I know you stole my 360 and games, I can tell from it trying to connect to my router since the house is so close. So, I'll tell you what, I'll let all this go if you just hand it over. If he denies it, just be like, okay, well, I'm taking this (log sheet) to the cops, and I can peg the IP address to you. Are you sure you don't want to do just give it back?
And when he gives it back call the cops.
I have it narrowed down to two houses. Every time the 360 shows up on my network, I take a walk around the neighborhood and see who is home, who has a glow from a TV in their window, etc. The cops are working on background info on both houses to try and get a warrant. It seems there have been other break-ins in the area and they are hoping to catch the guy (or girl) who has been doing it. Right now, my 360 showing up on my network has been the biggest lead they have gotten because it narrows down the area by quite a bit. They don't want me to go knocking on doors because they are afraid they will either ditch all their stolen stuff if they know the cops are on to them or just lay low until it all blows over and then start again.
Its been really hard knowing that my 360 is within 500 feet of my house and having a damn good idea of who did it and not being able to do anything about it. The cops hope they will be able to do something soon but every day that goes by, I fear I will not be getting my XBox back just a little more. :(
BiikeMike
Jan 9, 12:03 AM
Sweet, somthing to check out post work, pre gym!
How long is the keynote speech anyway?
How long is the keynote speech anyway?
Chaszmyr
Nov 16, 07:28 AM
DigiTimes' track record is amazingly bad. You'd think they'd be right more often just by guessing.
Leoff
Oct 29, 07:23 AM
Sorry, but that doesn't really make sense.
Digitalclips
Jan 6, 08:43 AM
http://www.macrumors.com/pages/2007/01/20070105150245.shtml
We'll update that page. It's linked to this thread.
arn
Great, thanks, count me one who likes Steve as 'Live' as I can get with nothing spoiling the excitement in advance. I hope one day Steve can get Disney to carry the even really live on one of its TV stations. Doesn't Steve have some pull there?;)
We'll update that page. It's linked to this thread.
arn
Great, thanks, count me one who likes Steve as 'Live' as I can get with nothing spoiling the excitement in advance. I hope one day Steve can get Disney to carry the even really live on one of its TV stations. Doesn't Steve have some pull there?;)
amin
Oct 11, 10:37 AM
Don't get your hopes up too high, since the iPod's screen is the same resolution as the Zune, it has better battery than the Zune and its thinner than the Zune.
A bigger screen than the iPod's would be preferable, even without an increase in pixel count. A 320x240 video on my iMac display is far easier on the eyes than a 320x240 video on my iPod when both are set to the same brightness. Why? Because the iPod display is too damn small for long-term comfortable viewing.
A bigger screen than the iPod's would be preferable, even without an increase in pixel count. A 320x240 video on my iMac display is far easier on the eyes than a 320x240 video on my iPod when both are set to the same brightness. Why? Because the iPod display is too damn small for long-term comfortable viewing.
Macnoviz
Oct 3, 01:48 PM
In other news, the pope today announced that he is Catholic. He also confesses to **** in the woods.
No really, I expect quite a number of those things, but then at the end one more thing that nobody expects, not a phone, not another iPod, but something radically different. Just like the games at the last Stevenote, only bigger, something that will make you go Huh? :eek: Wtf ? :confused: Wow ! :) Now where's that credit card? :D
No really, I expect quite a number of those things, but then at the end one more thing that nobody expects, not a phone, not another iPod, but something radically different. Just like the games at the last Stevenote, only bigger, something that will make you go Huh? :eek: Wtf ? :confused: Wow ! :) Now where's that credit card? :D
-aggie-
Jul 21, 10:56 AM
Well, if they treat their customers this way then what do they expect?
Imagine an icecream stand, selling icecream cones "revolutionarily" cylindrical in shape and everyone's icecream fell out the bottom. Then, they remedy this by going "ok, we'll give you all a small piece of paper to glue to the bottom that will sort of fix the problem."
I know. Damn you, Apple, for giving me a better phone than my 3G!! Damn you!!!
Imagine an icecream stand, selling icecream cones "revolutionarily" cylindrical in shape and everyone's icecream fell out the bottom. Then, they remedy this by going "ok, we'll give you all a small piece of paper to glue to the bottom that will sort of fix the problem."
I know. Damn you, Apple, for giving me a better phone than my 3G!! Damn you!!!
No comments:
Post a Comment