
mediasorcerer
Mar 31, 10:41 PM
Whether they're right to start regulating or not, they're still shamless hypocrites. What happened to all the principles that they waved around in the air? Andy Rubin himself said that the "definition of open" was that anyone could download the Android source and do whatever they wanted to it. Now people have to kiss his ring?
Google are the ones who waved the bloody shirt and shrieked about how Android-vs-the-iPhone was about freedom. Just because they're forced to backtrack now doesn't mean it's not blatant hypocrisy.
it is hypocrisy,and its to be expected from google too,lets face it,they are the data miners right hand man,they went around stealing peoples wifi details recently,and were caught,what sort of a company does that i ask you?thieving personal info!!!!
ive never heard of apple doing that.
Google are the ones who waved the bloody shirt and shrieked about how Android-vs-the-iPhone was about freedom. Just because they're forced to backtrack now doesn't mean it's not blatant hypocrisy.
it is hypocrisy,and its to be expected from google too,lets face it,they are the data miners right hand man,they went around stealing peoples wifi details recently,and were caught,what sort of a company does that i ask you?thieving personal info!!!!
ive never heard of apple doing that.
Digital Skunk
Mar 22, 12:52 PM
'nuff said (http://www.engadget.com/2011/03/22/samsung-galaxy-tab-8-9-and-new-galaxy-tab-10-1-thinner-than-the/).
Unfortunately you're so very right. Until it's in the hand and on the shelves it's vaporware.
And, like I've said many a times to everyone that brings this topic up:
Apple will be king until we see some viable apps that people flock to. The iOS environment is just too good.
Spoken from an Android fan here folks.
Unfortunately you're so very right. Until it's in the hand and on the shelves it's vaporware.
And, like I've said many a times to everyone that brings this topic up:
Apple will be king until we see some viable apps that people flock to. The iOS environment is just too good.
Spoken from an Android fan here folks.
DakotaGuy
Apr 27, 02:04 PM
Are you serious? I'm not even a huge fan of Obama, but seriously the man was born in Hawaii. Do you honestly think that if he wasn't the FBI or NSA would have not thrown up a flag way before he ever decided to run???
It is time for this silly issue to be done with. If you don't like his policies then fine... argue against those, but attempting to try and keep this birth certificate issue going on and on even after it has been released is not going to get you anywhere.
It was released... what else do you want?
It is time for this silly issue to be done with. If you don't like his policies then fine... argue against those, but attempting to try and keep this birth certificate issue going on and on even after it has been released is not going to get you anywhere.
It was released... what else do you want?
Porchland
Aug 7, 04:18 PM
I'm real excited for the new iChat and Spaces, along with these new "top secret features..." They better be good!
The finder is definately my bet for something to be revamped, along with probably iLife which will be revamped for leopard.
Edit : Also something more with virtualization (boot camp area) as they did not touch that really.
My bets are on some kind of Boot Camp-ish feature that will allow for native installation of Windows applications -- without Windows -- right into OS X. It would obliterate the need for applications to be written for both Windows and Mac.
<ducks and waits for flamers to whine about how impossible this is>
The finder is definately my bet for something to be revamped, along with probably iLife which will be revamped for leopard.
Edit : Also something more with virtualization (boot camp area) as they did not touch that really.
My bets are on some kind of Boot Camp-ish feature that will allow for native installation of Windows applications -- without Windows -- right into OS X. It would obliterate the need for applications to be written for both Windows and Mac.
<ducks and waits for flamers to whine about how impossible this is>
relimw
Sep 13, 12:36 PM
How much more 'blind' do you want it? All the programmer has to do at this point is use multiple threads. Even if they don't, multiple cores will be automatically used for system and other processes.
Splitting one thread so that it ran cocurent with itself is a recipie for massive trouble. Mac OS X is about as blind as any system out there for the programmer. There may be some more optimizations that the system could make in it's own handling of multiprocessing, but from a programmer's perspective it doesn't matter how many cores the system has. (Unless you really want it to.)
Programming in pthreads is a bear (at least to me) an easier method would be nice. However, when I was looking up something today I came across OpenMP (http://www.openmp.org/) which seems to greatly simply setting up threads and the like. I suppose I was just thinking of run-time parallelization.
Splitting one thread so that it ran cocurent with itself is a recipie for massive trouble. Mac OS X is about as blind as any system out there for the programmer. There may be some more optimizations that the system could make in it's own handling of multiprocessing, but from a programmer's perspective it doesn't matter how many cores the system has. (Unless you really want it to.)
Programming in pthreads is a bear (at least to me) an easier method would be nice. However, when I was looking up something today I came across OpenMP (http://www.openmp.org/) which seems to greatly simply setting up threads and the like. I suppose I was just thinking of run-time parallelization.

Becordial
Apr 27, 08:25 AM
I think the patch to iOS is a good response.
Making it clear the log file especially when you switch off location services is a good response, and that it will shorten the overall storage of it.
I hope it still does fast triangulation as necessary - there is a benefit to that - but just that the record keeping part basically is a non issue any more, because the cache is regularly flushed.
Making it clear the log file especially when you switch off location services is a good response, and that it will shorten the overall storage of it.
I hope it still does fast triangulation as necessary - there is a benefit to that - but just that the record keeping part basically is a non issue any more, because the cache is regularly flushed.
ergle2
Sep 13, 07:19 PM
Obviously, since Intel is no longer creating new processors with HT.
By the way, previous poster, HT does not double the number of cores. Just the number of virtual cores. A Pentium 4 system with HT will run slower than a dual Pentium 4 system (with HT disabled) at the same clock speed.
Actually, many tasks were faster.
HyperThreading was thrown in to mask other deficiencies in the NetBurst arch by exploiting resources that were otherwise wasted.
There were a few cases where HT ran slower when HT first debuted, but with OS scheduler tweaks and BIOS updates (microcode changes, likely), HT was a net win in most cases.
Core 2 doesn't have the same design issues - mostly down to that excessively long pipeline - that Prescott had, and hence HT makes no sense.
The problem, however, lay with Netburst as a whole, rather than HT -- which offered a minor improvement in performance - a band-aid if you will.
By the way, previous poster, HT does not double the number of cores. Just the number of virtual cores. A Pentium 4 system with HT will run slower than a dual Pentium 4 system (with HT disabled) at the same clock speed.
Actually, many tasks were faster.
HyperThreading was thrown in to mask other deficiencies in the NetBurst arch by exploiting resources that were otherwise wasted.
There were a few cases where HT ran slower when HT first debuted, but with OS scheduler tweaks and BIOS updates (microcode changes, likely), HT was a net win in most cases.
Core 2 doesn't have the same design issues - mostly down to that excessively long pipeline - that Prescott had, and hence HT makes no sense.
The problem, however, lay with Netburst as a whole, rather than HT -- which offered a minor improvement in performance - a band-aid if you will.

PeterQVenkman
Apr 27, 09:06 AM
Because they hoped people will grow up and educate themselfs. That never happened obviously.
Obviously. ;)
Obviously. ;)

Multimedia
Jul 21, 11:43 AM
hi,
i've just sold my dual g5 because
i plan to buy a new macpro in august.
But seems that it will be already obsolate after 3 months.
Please can you tell me if the socket of woodcrest
will make the macpro upgradable one day,
or these new type of processors need differet socket?
Thanks.Woodcrest socket may accept a cloverton Quad Core twice. But we just don't know yet because silicon may need to be added to manage 8 cores instead of 4.
Your best value would to buy a refurb Quad G5 for $2799. How much did you get for what model?
i've just sold my dual g5 because
i plan to buy a new macpro in august.
But seems that it will be already obsolate after 3 months.
Please can you tell me if the socket of woodcrest
will make the macpro upgradable one day,
or these new type of processors need differet socket?
Thanks.Woodcrest socket may accept a cloverton Quad Core twice. But we just don't know yet because silicon may need to be added to manage 8 cores instead of 4.
Your best value would to buy a refurb Quad G5 for $2799. How much did you get for what model?
HecubusPro
Sep 19, 12:17 PM
Playstation?
The video game market is completely different, the analogy is just a stupid attempt at making people that think Apple should realease up-to-date hardware look stupid. Have fun at that, it didnt do much in convincing me that I should buy a CD when a C2D is just around the corner.
All you people trying to make us feel like complete morons for waiting and wanting a new (AND BETTER) chip, what's wrong with you?! Did you just buy a MBP and feel the need to piss on everyone that is about to get a beter machine than you? Or is it just PMS or some other hormonal condition?
I agree completely with your sentiment, though to clarify, the Sega Saturn came out in a surprise launch several months before the PlayStation, and it lost miserably.
The video game market is completely different, the analogy is just a stupid attempt at making people that think Apple should realease up-to-date hardware look stupid. Have fun at that, it didnt do much in convincing me that I should buy a CD when a C2D is just around the corner.
All you people trying to make us feel like complete morons for waiting and wanting a new (AND BETTER) chip, what's wrong with you?! Did you just buy a MBP and feel the need to piss on everyone that is about to get a beter machine than you? Or is it just PMS or some other hormonal condition?
I agree completely with your sentiment, though to clarify, the Sega Saturn came out in a surprise launch several months before the PlayStation, and it lost miserably.

jdminpdx
Apr 8, 01:31 AM
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)
I was at BB yesterday and inquired about buying one. They has them but the manager wouldn't sell me one. He refuses to tell me why and I was told that he was instructed to hault sales temporarily. Hmmm
I was at BB yesterday and inquired about buying one. They has them but the manager wouldn't sell me one. He refuses to tell me why and I was told that he was instructed to hault sales temporarily. Hmmm
kdarling
Apr 6, 03:01 PM
But he then said after how well it would work on the phone, they put the tablet project on the shelf and focused on the phone as it was more important. Which means it was a tablet and no just a touch screen device in the beginning.
Sure, it could've been a full tablet. It just didn't have iOS, is my point.
People misremember a lot. You know how it goes: a story always gets better as time goes by :)
For example, in the later tablet version we are told that seeing kinetic scrolling on the demo made him want for Apple to build a touch phone:
“I had this idea about having a glass display, a multitouch display you could type on with your fingers. I asked our folks: could we come up with a multitouch display that we could type on? And six months later, they came back with this prototype display. And I gave it to one of our really brilliant UI guys and he called me back a few weeks later and had intertial scrolling working and I thought, ‘my God, we can build a phone with this!’ So we put the tablet on the shelf… and we went to work on the iPhone.”
Yet, years before in one of the first iPhone articles in we were told that kinetic scrolling came later on:
"At one point, Mr. Jobs got a call from one of the iPhone engineers with an idea: Why not allow iPhone users to navigate through both song collections and contacts stored on the device by simply flicking their fingers up and down across the surface of the touch-screen? The engineer gave Mr. Jobs a demonstration of the technology, and the Apple chief executive signed off on it immediately, according to a person familiar with the process."
I'd love one day for a definitive history to come out, so we can know the full timing, and also credit those unsung engineers who actually invented it all.
Sure, it could've been a full tablet. It just didn't have iOS, is my point.
People misremember a lot. You know how it goes: a story always gets better as time goes by :)
For example, in the later tablet version we are told that seeing kinetic scrolling on the demo made him want for Apple to build a touch phone:
“I had this idea about having a glass display, a multitouch display you could type on with your fingers. I asked our folks: could we come up with a multitouch display that we could type on? And six months later, they came back with this prototype display. And I gave it to one of our really brilliant UI guys and he called me back a few weeks later and had intertial scrolling working and I thought, ‘my God, we can build a phone with this!’ So we put the tablet on the shelf… and we went to work on the iPhone.”
Yet, years before in one of the first iPhone articles in we were told that kinetic scrolling came later on:
"At one point, Mr. Jobs got a call from one of the iPhone engineers with an idea: Why not allow iPhone users to navigate through both song collections and contacts stored on the device by simply flicking their fingers up and down across the surface of the touch-screen? The engineer gave Mr. Jobs a demonstration of the technology, and the Apple chief executive signed off on it immediately, according to a person familiar with the process."
I'd love one day for a definitive history to come out, so we can know the full timing, and also credit those unsung engineers who actually invented it all.
Evangelion
Aug 17, 03:58 AM
But it's not faster. Slower actually than the G5 at some apps. What's everyone looking at anyway? I'm pretty unimpressed. Other than Adobe's usage of cache (AE is a cache lover and will use all of it, hence the faster performance).
But the actual xeon processors are only as fast as the G5 processors. Look at the average specs... the 2.66 machines are only a teeny bit faster than the G5s except in a few apps like filemaker. But not in the biggies like Final Cut Pro where it actually appears that mhz for mhz the G5 is a faster machine hands down!
There were handful of benchmarks. If we disregard the non-universal apps, we get this:
Xeon is a lot faster in iMovie
In FCP it's a bit faster
in FileMaker it's A LOT faster
in Cinebench it's considerably faster
Are those really such a bad results? The apps that it was slower in (but not by much) were running through emulation, is that a fair comparison?
Looking at the other reviews around the net, it becomes quite obvious that apart from few apps, Mac Pro is considerably faster tham PowerMac. In compiling for example, it walks all over the G5
But the actual xeon processors are only as fast as the G5 processors. Look at the average specs... the 2.66 machines are only a teeny bit faster than the G5s except in a few apps like filemaker. But not in the biggies like Final Cut Pro where it actually appears that mhz for mhz the G5 is a faster machine hands down!
There were handful of benchmarks. If we disregard the non-universal apps, we get this:
Xeon is a lot faster in iMovie
In FCP it's a bit faster
in FileMaker it's A LOT faster
in Cinebench it's considerably faster
Are those really such a bad results? The apps that it was slower in (but not by much) were running through emulation, is that a fair comparison?
Looking at the other reviews around the net, it becomes quite obvious that apart from few apps, Mac Pro is considerably faster tham PowerMac. In compiling for example, it walks all over the G5
Cinch
Aug 11, 11:39 AM
This is probably the rumored Apple product I look forward to the most. Could really use a new phone, :p.
I agree at least since the iPod. As an investor, I hope Apple executes their plan well. The mobile phone business is getting crowded all of a sudden e.g. Best Buy, Disney, ESPN etc. I think it will come down to design e.g. Razr.
Cinch
I agree at least since the iPod. As an investor, I hope Apple executes their plan well. The mobile phone business is getting crowded all of a sudden e.g. Best Buy, Disney, ESPN etc. I think it will come down to design e.g. Razr.
Cinch

Lord Blackadder
Mar 23, 12:02 PM
Pull your fingers out of your ears (or in this case your eyes) fivepoint, and pay attention to our responses. They would answer your question/accusation/calumny.
SPUY767
Aug 17, 10:48 AM
I would have thought that the Final Cut Pro benchmark would have really blown away the G5 - not so much, right?
Awesome on FileMaker and I can't wait to see how this stuff runs Adobe PS Natively.
The vague manner in which they described the test, it seems like this may have been more of an I/O problem than a processing one. Can't say for sure.
Awesome on FileMaker and I can't wait to see how this stuff runs Adobe PS Natively.
The vague manner in which they described the test, it seems like this may have been more of an I/O problem than a processing one. Can't say for sure.
apachie2k
Sep 19, 06:55 AM
i wanna a lot of ram in my new 64 bit mbp!! and umm what else....:confused: :eek:
Phat Elvis
Aug 11, 11:21 AM
G5 iPhones next Tuesday.
Just awesome :D .
Just awesome :D .
shamino
Jul 14, 05:35 PM
Ok, here's ANOTHER can of worms. Since we're on EFI now and can boot in Windows. It means our video cards, etc. don't have Open Firmware BIOS. Does that mean ANY "Windows" video card will work as long as OS X has drivers for it? Does OS X even have generic VGA drivers?
Interesting question, but I don't think any of us here will have the answers.
PCs don't use EFI. I don't know if a generic AGP/PCIe card can be initialized by EFI, or if the card will need some EFI code to be on-board.
As for OS X, I think we can be fairly certain that Apple will only bundle drivers for cards that Apple sells. If you install a third-party card, they will probably tell you that you'll need a driver from the card's manufacturer - that's what they've historically told customers.
Generic VGA drivers? I'm sure they were developed - they'd be very useful during that time when OS X/Intel was internal-only. But I wouldn't expect them to be bundled with a shipping copy of the system software.
Now, assuming that the Mac firmware (including whatever EFI drivers they include in it) is capable of initializing a generic video card, then there should be no need for more than a device driver, which the card vendors can probably provide, if they are so inclined. If the cards will require special ROM code for EFI, however, then we're back to the same problem that plagued the PPC systems.
Interesting question, but I don't think any of us here will have the answers.
PCs don't use EFI. I don't know if a generic AGP/PCIe card can be initialized by EFI, or if the card will need some EFI code to be on-board.
As for OS X, I think we can be fairly certain that Apple will only bundle drivers for cards that Apple sells. If you install a third-party card, they will probably tell you that you'll need a driver from the card's manufacturer - that's what they've historically told customers.
Generic VGA drivers? I'm sure they were developed - they'd be very useful during that time when OS X/Intel was internal-only. But I wouldn't expect them to be bundled with a shipping copy of the system software.
Now, assuming that the Mac firmware (including whatever EFI drivers they include in it) is capable of initializing a generic video card, then there should be no need for more than a device driver, which the card vendors can probably provide, if they are so inclined. If the cards will require special ROM code for EFI, however, then we're back to the same problem that plagued the PPC systems.
rdowns
Mar 24, 01:07 PM
Oh. So when a person criticizes Obama for keeping us in Afghanistan, Iraq, and/or Libya, just level an accusation of racism.
Got it.
That's not what I said at all but feel free to parse things as you see fit.
Got it.
That's not what I said at all but feel free to parse things as you see fit.
NJRonbo
Jun 14, 06:52 PM
The situation gets worse for Radio Shack....
http://www.engadget.com/2010/06/14/how-to-pre-order-the-iphone-4/
Update 2: We've been tipped that Apple may now be blocking third-party retailers from taking pre-orders altogether tomorrow. RadioShack already changed its story on us, and now Best Buy locations have started doing the same, telling us that they definitely won't be taking pre-orders tomorrow but may be by the end of the week. Bottom line -- hit up Apple's website in the morning.
http://www.engadget.com/2010/06/14/how-to-pre-order-the-iphone-4/
Update 2: We've been tipped that Apple may now be blocking third-party retailers from taking pre-orders altogether tomorrow. RadioShack already changed its story on us, and now Best Buy locations have started doing the same, telling us that they definitely won't be taking pre-orders tomorrow but may be by the end of the week. Bottom line -- hit up Apple's website in the morning.
bigwig
Aug 8, 01:54 AM
I wonder if Time Machine will work correctly with FileVault? Saving file alterations to an unencrypted backup defeats the purpose of using FileVault in the first place.
puckhead193
Nov 28, 08:17 PM
well their not getting a dollar from my sale cause i don't plan on buying an ipod for a while :D :rolleyes:
how many ipods does apple sell a year..times a crap load of money
how many ipods does apple sell a year..times a crap load of money
twoodcc
Nov 30, 05:20 PM
so far i like this game. i haven't had time to play it alot, but i'm a level 6 right now, and i'm about 9% game complete.