Apple Hardware VP Defends Benchmarks 1081
He said Veritest used gcc for both platforms, instead of Intel's compiler, simply because the benchmarks measure two things at the same time: compiler, and hardware. To test the hardware alone, you must normalize the compiler out of the equation -- using the same version and similar settings -- and, if anything, Joswiak said, gcc has been available on the Intel platform for a lot longer and is more optimized for Intel than for PowerPC.
He conceded readily that the Dell numbers would be higher with the Intel compiler, but that the Apple numbers could be higher with a different compiler too.
Joswiak added that in the Intel modifications for the tests, they chose the option that provided higher scores for the Intel machine, not lower. The scores were higher under Linux than under Windows, and in the rate test, the scores were higher with hyperthreading disabled than enabled. He also said they would be happy to do the tests on Windows and with hyperthreading enabled, if people wanted it, as it would only make the G5 look better.
In the G5 modifications, they were made because shipping systems will have those options available. For example, memory read bypass was turned on, for even though it is not on by default in the tested prototypes, it will be on by default for the shipping systems. Software-based prefetching was turned off and a high-performance malloc was used because those options will be available on the shipping systems (Joswiak did not know whether this malloc, which is faster but less memory efficient, will be the default in the shipping systems).
As to not using SSE2, Joswiak said they enabled the correct flags for it, as documented on the gcc web site, so that SSE2 was enabled (the Veritest report lists the options used for each test, which appears to include the appropriate flags).
Who cares? (Score:5, Insightful)
If you want OSX, you'll need to get the PPC.
If you want Windows, you'll get the x86.
If you want Linux, you can pick up 10 [slashdot.org] and build yourself a cluster for the price of one of these new machines.
Curious (Score:5, Interesting)
Did you recieve a phone call directly or something(Apple calling Slashdot)? If so did they act really aggressive wanting to make sure people don't become anti-G5 before it is even shipped?
Not too important you might say, but interests me.
Re:Curious (Score:5, Informative)
Re:Curious (Score:5, Insightful)
You know, I always thought that this would be a good idea for Slashdot. I mean, you guys must have some pretty interesting contacts by now, use some of them to do a "news" article or two on your own. I'd still keep the old Slashdot question/answer interview around because they are interesting and good for the people who don't have time to do a traditional interview.
Re:Curious (Score:5, Funny)
What, did he use GCC to compile them?! Filth!!! DIE!
Re:Who cares? (Score:5, Insightful)
This means 3 things:
People just have a hard time dealing with this whole "choice" thing.
Re:Who cares? (Score:5, Insightful)
Does either of those questions alone determine whether you should get a G5 based system or not? No, but that doesn't mean the question isn't worth discussing.
I'm curious how fast the G5 is at certain kinds of tasks. Not because it helps me make a purchasing decision, but because I'm a geek and I'm interested in that kind of thing. This being slashdot, I'm sure I'm not the only one. Does superior floating point performance mean "better for photoshop"? Maybe not, but I'm more intersted in FP performance that PS performance.
I thought the original article was worth a read. I thought some of the comments are interesting. I thought this follow up was interesting. People like me are the ones who care. People who just want to know what kind of computer to buy, well yes, they are totally missing the point.
Re:Who cares? (Score:4, Insightful)
Apple may be a hardware company, but it isn't the hardware that is attracting customers. It's the software, stupid. If anything, Apple should be talking up the benefits of the OS and the "Apple System" (where everything works seamlessly) rather than the raw speed of the processor and leaving the benchmarking to review sites.
Apple's core competence is in making systems that are easy to set up and easy to administer and easy to use. It has never been in making "the fastest machine".
Re:Who cares? (Score:5, Insightful)
And that's not only thanks to the software, but also due to the great integration of software and hardware.
This integration ("it just works") is why people buy Apple. And therefore it's really hardware and software that attract customers (ey, and don't tell me I didn't buy my 17" PowerBook just for the software, I could have gotten an iBook if I only wanted to run OS X!)
Re:Who cares? (Score:5, Informative)
Re:Who cares? (Score:5, Informative)
I have used high-end workstation-class machines, both RISC and CISC, multi-GHz Intel machines, and Macs back to System 6. This Cube is without a doubt the best computer I have ever owned or used.
That having been said, I have seen Apple make some prety serious hardware and customer service mistakes. I would buy another Mac in a heartbeat, but I would wait for these systems to ship for at least six months before buying one of them. Wait until you can check Mac help forums. Find out what the problems are, if any. You don't want to spend $3000 on a computer, and have the paint chip off.
Re:Who cares? (Score:5, Funny)
I think Apple will have validity (in the performance arena) when AMD or Intel start publishing benchmarks against APPLE's systems.
Why won't Apple just use the AIX C compiler? (Score:5, Insightful)
Let's face it: in their own way, Apple is being quite fair. Everybody in the free software community uses gcc, and publishing SPEC scores on x86 gcc is valid and useful.
However, IBM probably has C compilers for the POWER architecture that produce far more optimized code than gcc. Why hasn't Apple licensed and ported this technology?
Apple needn't resell such a C compiler, but critical system binaries (i.e. the kernel) could be recompiled for much better performance. Granted also that IBM is unlikely to support Objective C anytime soon, so such a compiler is only marginally useful.
However, Apple positively wastes these POWER chips without a vendor-optimized C compiler.
Re:Why won't Apple just use the AIX C compiler? (Score:5, Insightful)
Photoshop WAS compiled with the AIX compiler! (Score:5, Informative)
Admittedly, this was when the PowerPC was pretty new, and the choices were the IBM/AIX compiler which was robust and produced fast code but required an AIX box in addition to a Power Mac, or the nacent Metrowerks CodeWarrior compiler which run natively on the Power Mac, but generated poorly optimized code.
If I recall my history timeline correctly, after CodeWarrior came
As a side note, it's really nice to see Apple giving away a full development suite for free, and continuing to put development time and effort into improving it.
-Mark
Re:Why won't Apple just use the AIX C compiler? (Score:5, Insightful)
Most of the market wants to get their work done and doesn't care if it's x86, ppc, or some other chip that powers their computers. With Apple's unlimited client server licensing they're a cheaper solution for standard file and print servers than Windows. That's not as cheap as Linux but the hardware price difference very quickly gets swallowed up by Windows CAL costs. For small companies in the 10-100 employee range who don't want to have a full-time administrator Apple has a compelling enterprise product.
Actually, gcc is not so bad (Score:5, Insightful)
The gcc "Haifa" scheduler was donated by IBM Haifa, by the way, so I think it's not surprising that gcc produces good code on powerpc.
On Intel it's quite the same, except that gcc does not vectorize code. From what I have seen, however, icc's vectorizer is not very useful either. I recently tested ogg-vorbis (which is a plain C floating point intensive benchmark) with icc 7 and gcc 3.3 and the gcc version was actually faster than the icc version (on my Athlon XP, target CPU pentium3) despite icc having vectorized several loops.
So all this "vendor-optimized C compiler" stuff is really besides the point. No C compiler will ever be able to match the quality of hand optimized assembler code, and the most important code (ffmpeg MPEG-2 decoder and MPEG-4 codec) has already been hand-optimized. You might be able to squeeze anoter 5 percent out of your code by using a vendor C compiler with insane optimizer settings, but what good is that if the end user is only going to use gcc anyway. I know I am, so I find the numbers for gcc actually more useful for comparison purposes than some vendor C compiler comparison.
Also, we don't want to encourage vendors to produce super vendor optimizing compilers, we want them to optimize gcc (so that everyone benefits, not just their users). So the more benchmarks are done using gcc, the better!
Re:Actually, gcc is not so bad (Score:4, Informative)
First most research on compilers are being done at big corprorations. IBM being the single largest as I understood it. Naturally they put their optimizations in their own compilers first, the rest of the world have to implement them from their papers. (If they are lucky and the algorithms are not patented.)
Second if you were to put a good optimization in GCC it wouldn't take long before all other compilers had that optimization as well. GCC is OSS afterall.
We did comparisons between GCC and SunCC on UltraSPARC. SunCC minimal optimizations (O1) beat GCC with maximum optimizations (O4).
I'm just finished a course on vectorizing/parallelising compilers. There the situation is that even the best commercial compilers are pretty much equivalent to junk. Implementing the vector algorithms is a lot harder though. Even compared to complex SSA-form optimizations.
Re:Who cares? (Score:4, Insightful)
Re:Who cares? (Score:4, Interesting)
Computers, software, and programming languages are tools, I'll give you that. But they are not single purpose tools like a hammer or screwdriver. A computer can do a multitude of tasks. It's malleable and can do just about anything. Since programming languages drive the computer they also fall into the same category. No matter what computer or what programming language, you have a all powerful system (well, as far as any electronic piece of equipment can be).
Picking the "right tool for the right job" when you're talking computers isn't like deciding whether to use a pair of pliers or axe to cut down a tree. It's like having a box of super tools and each one can do just about anything. Which one do you pick? Well, that answer isn't so easy when just about any of them can do the same tasks just maybe in a different fashion.
I also believe because of the flexibility of computers and specifically programming languages that it is in fact possible to create a more perfect language than anything currently existing. There is no perfect programming language, but there could be.
Sorry if that came out confusing. This only just now hit me. I'll have to organise my thoughts as I think about this some more.
Re:Who cares? (Score:4, Insightful)
I used to write image-processing software. I wrote it in C, because writing it in a higher-level language would have been absurd. These days, I write database and Web interfaces, and I use the "P" languages (PHP, Perl, and Python) because writing it in C, while certainly possible, would be a huge pain in the ass. I like all of these languages, but it's indisputable that each of them is the right tool for some tasks but not for others.
The same is true of computers in general -- processors, architectures, OS's, etc. It would be great if you could set up one system that was clearly better than all others, or even equally good, for all tasks you might want to use it for. But you can't. The difference might not be quite as dramatic as that between pliers and an axe, but it's real.
I'm very happy with my iBook. It does many things I want to do very very well, and everything else I want to do at least passably. But I'm well aware of its limitations, and chafe at them fairly often. And this would be true of any system -- laptop, desktop, handheld, whatever -- I could possibly buy. I chose it because overall it offered the best fit for what I want to do. If my requirements change, well, then, so will my computer.
Re:Who cares?... Geeks do! (Score:5, Insightful)
Re:Who cares?... Geeks do! (Score:5, Insightful)
RAM capacity is also not under challenge. So, for 23999 I can get a system that would permit up to 8GB of ram on the system.
Just those two unchallenged figures make this much more than just another boring speed bump hardware upgrade.
If they're providing the actual compiler flags they used and the flags used disprove one of the doubter's claims (no SSE2 use) then maybe Apple is *not* just making stuff up?
Re:Who cares? (Score:5, Interesting)
For some people, e.g. physicists who do numerical "experiments", the benchmarks are crucial, or, at least, a large factor when considering which machine to buy.
Sure, one could buy 10 Linare boxes and Beowulf them together, but if you're a lone physicist with relatively little funding--Beowulf clusters take lots of time, money, and space to feed and maintain--you might care about being able to run floating-point intensive jobs quickly while being able to use MS Word or PowerPoint or some such.
In fact, I already know one astrophysicist who will be getting a G5 in the fall when her new research grant begins. She also happens to be one of the 3 physicists I managed to convince to switch to Mac and get a PowerBook.
Re:Who cares? (Score:4, Insightful)
Not a flame, just a note on how things were when I knew physicists. Now I'm stuck with bio types :) Maybe things have changed and physicists are moving toward macs; I don't claim expertise in this area.
Honesty (Score:5, Insightful)
I found that to be refresing especially in light of all the recent benchmark tests that have not been so forthright with all their methods and procedures.
Re:Honesty (Score:5, Funny)
No. It makes it a container containing homo sapien fecal matter, deposited on June 24 at 16:21 after a lunch of onion rings and a Rodeo cheesburger from the Burger King establishment.
And to top it off, you now have to deal with a shit in a bucket.
Re:Honesty (Score:5, Interesting)
You mean the new chips from Intel that were announced the same day as the G5s?
Shit, some people you can never please.
Re:Honesty (Score:5, Insightful)
Considering that you couldn't get either system yesterday (G5 or 3.2GHz Xeon (I hate it when slashdotters write 'zeon')), I see the whole thing as moot.
It's marketing, folks, not the bible. Greg backed up the test parameters with his data. I think the world would be a less stressful place if Windows went away, but I'm not stressing over a minute saved over a week of Photoshop work.
We spend more time thinking about what to do next in Photoshop than could possibly be saved by a faster processor/architecture/whatever.
That being said, I'll continue to buy Macs because the extra up front cost is well worth the knowledge that one company (and a rather well-run one these days) is responsible and capable enough to develop and market botht he hardware and the OS. They do a rather good job of it for a small premium.
Put another way: If I lose an hour a month because of a hardware vendor who refers me to an OS vendor to resolve a problem, I've lost an hour. I can't get that time back. If my Mac emits smoke and kernel panics at the same time, I know I can get resolution to both problems by calling Apple.
Re:Honesty (Score:4, Funny)
I imagine that in that case, there is really only one problem to be solved.
Re:Honesty (Score:5, Insightful)
How dare Apple! But then they only had the G5 2GHz. Maybe they should wait for the 3GHz, then the comparison will be fairer?
The fact that everyone is nitpicking these benchmarks shows how close the performance is. And with such a huge "megahertz" disparity between the Xeon and the G5 shows how much power the G5 has to offer.
Re:Honesty (Score:5, Insightful)
You've obviously never worked in a data center where cooling and power are a premium. In a room full of hundreds of Intel crap, you start to consider things like power consumption and heat dissipation. This is a fact: The higher the clock the more power and heat.
We started holding our data center manager accountable for his own electric bill. After that, efficiency (lower clocks to do the same work) started to take on a whole new meaning.
This particular criterion also got us to get the MS-weenies to shut up and we started to implement more Linux systems.
Everyone should benchmark with GCC (Score:5, Insightful)
And that's not to mention the benefits for OSS compilers. Imagine the kind of resources and funding processor companies would dump into open source compiler projects if they were going to be the basis for their benchmark scores instead of their closed source proprietary compilers.
Re:Everyone should benchmark with GCC (Score:4, Funny)
"So, Bob's been looking at those Intel diagrams for quite some time now."
"Yeah, I wonder if it's anything to do with his new assistants and Porsche."
Even the OSS community has a price.
gcc a constant, that is naive (Score:5, Insightful)
If everyone benchmarked with open source compilers, there would be none of the shady benchmark-specific optimizations you'd expect to see in proprietary compilers. Everything would be above the table.
No. Benchmarks would become less realistic. There is nothing wrong with proprietary compilers. If they use proprietary techniques not available to gcc, so what. The only consideration is whether the compiler is available to other developers. The Intel compiler is available under Windows and Linux so it would be completely fair to try it and gcc and pick the faster of the two.
Re:Everyone should benchmark with GCC (Score:5, Insightful)
Nonsense (to quote someone else in this discussion
The tests were designed to show raw hardware performance in the most fair way possible. It was NOT designed to show that the G5 is faster in real-world use. SPEC *sucks* for that, and is not designed for that. Using it in the real world, with real apps, is how you test real-world use. And Apple did that, too, though I am sure it is not the final word on the subject: for that, we wait until the machines get out into the real world.
Separate compiler from hardware? (Score:4, Insightful)
Re:Separate compiler from hardware? (Score:5, Insightful)
However, the IMPORTANT benchmarks are the ones that test the whole system. The stuff up on stage during the keynote is the proof of that, I think. The architecture of the G5 gives it a big win. Getting data to the processor is almost as important as having a fast processor itself.
Re:Separate compiler from hardware? (Score:4, Insightful)
The important thing is to test the processors on an even playing field, as much as anything could possibly exist.
Apple using GCC is the fairest way to test, for both systems. I'm sure that a specific IBM compiler would ALSO make the PPC970 look good, as much as an Intel compiler would make the Xeon looks good. But that's like testing cars by putting me in one and Schumacher in another. It doesn't really matter how good the car is I'm driving, Schumacher is going to wipe the floor with me, and you'd then conclude that the car Schumacher was driving was better? Probably not. It's not a fair test. For results that are even close to scientific, you have to eliminate as many variables as possible, including the compiler.
But..but..but... (Score:5, Funny)
Doesn't everyone realize that this is a black and white issue?
Corporate Drones == Lies
Populist Raving == Truth
Always always always. Doesn't matter what the numbers mean. They threw in that one graph with the single processor machine slower than the Intel just to throw off the hounds. But it didn't work.
Removed one of the processors for the SPEC CPU 200 (Score:5, Insightful)
It really seems like they tried to do a pretty even evaluation. And again, if the benchmarks were so off then why was the performance on the G5 apps so good? And that was without G5 tuning most likely.
Re:Removed one of the processors for the SPEC CPU (Score:5, Insightful)
Oh, yeah. Steve probably said "hey, vendors, come on over and do a little demo. Yeah, it'll be a duel, but don't worry about recompiling for the G5 (which is supposed to be trivial). We'll just see what happens."
Look -- they spent every last minute they could optimizing the builds they used for the demo - don't doubt it for a minute. On the other hand, every last minute probably wasn't all that long, and the demos did kick ass.
But let's call an Apple an Apple. This was a DEMO. Smoke and mirrors were involved. But I drank the cool-aid; I believe it's faster. Dunno how much, but I don't really care. Mostly I'm just happy it kicks the crap outta the systems they're shipping now.
Re:Removed one of the processors for the SPEC CPU (Score:5, Funny)
Actually, my favorite was the Mathematica guy who commented (IIRC) "We tried to come up with an example to show how being able to use more than 4GB of memory was helpful, but we couldn't come up with an example that didn't crash the Xeon"
Re:Removed one of the processors for the SPEC CPU (Score:4, Interesting)
I think he mistook "The Xeon" with "our buggy intel implementation"
Re:Removed one of the processors for the SPEC CPU (Score:5, Informative)
Actually, I just watched the video again. He actually said:
G4 story icon (Score:5, Funny)
The G4 is so last month.
Does this mean.. (Score:4, Insightful)
Other Benchmarks? (Score:5, Insightful)
Further I notice he didn't mention the problem of not doing comparisions to AMD.
While I can understand his reasoning, the fact is that most software on the PC runs under VC or Intel's compiler. It doesn't run under gcc. The benchmark might be a fair Linux/OSX comparison but implies something about Windows/OSX that is incorrect.
I'd also like to see the tests done under Mathematica and Photoshop discussed more. Apple's had a history with photoshop so there is prima facie reasons to distrust it. But the Mathematica test, which seemed the most exciting to me, is what I'd really like to see.
Realistically though the tools for Apple, including graphics drivers, are all very beta. So we should see improvements with time. And realistically benchmarks are typically kind of deceiving as an indicator of real world performance.
So any word on these other questions?
PS - I love OSX and would love to make a Mac my primary machine. If only Project Builder was up to the task so I could abandon Visual Studio. But I am excited about the G5, but I think Apple's "questionable" tactics have brought a lot of unfavorable press that more honesty would have avoided. Personally I think being within 10% - 15% of the top end PC would have been fine.
Re:Other Benchmarks? (Score:5, Interesting)
Re:Other Benchmarks? (Score:4, Informative)
That's why the numbers were low compared to other tests that used accelerated graphics.
Honesty (Score:4, Insightful)
Re:Honesty (Score:5, Insightful)
This is unfortunately the problem with *all* benchmarks. Almost any two competitive systems can be measured to be faster than one another under certain conditions.
The point of Apple's benchmarks were to show that "in the general case", the G5 would be faster than an Intel workstation. The general case assumes either a) using photoshop, or b) using applications compiled with GCC.
Are either of these a large stretch? Well (b) might be, and a comparison with MSVC++ and/or ICC would be nice, but then Apple would probably just counter that with IBM's optimised G5 compiler.
If you want an honest benchmark, have Apple's system tweaked by Apple, Dell's system tweaked by Dell, and who gives a damn which complier is used? I'm a user, not a CPU. I don't care about the theoretical capacity of each computer, especially if the theory is tested using inefficient compliers.
Well then, frankly, you shouldn't be paying attention to SPEC benchmarks, you should be looking at the informal timed application benchmarks. These are more "user-centric" and "whole-system" measurements.
The point many on Slashdot are making is that SPEC benchmarks *are fundamentally* theoretical CPU capacity measurements, not intended for users.
Let Apple and Dell pick their own compliers, or even write their own compliers just for this test.
The amount of man hours that goes into an optimising compiler is arguably more than goes into an operating system kernel. It's a rough business, and usually why people tweak existing compilers to perform better on benchmarks such as SPEC.
Impressive turnaround speed (Score:5, Interesting)
Okay, so Apple needs the G5 to succeed in order to survive. Motorola just aren't sending out the chip upgrades fast enough. They (Motorola) have enough other problems in their wide range of markets that they're in that not having to worry about CPU competition is probably a good thing as far as they're concerned.
The fact that the (almost) top person at Apple has made this clarification shows how much importance they're putting against these claims. Given that nobody else has had a chance to verify yet, and people are making wild speculations based off of paper and a lack of understanding, it's probably just as well that they're putting a positive spin on things.
Maybe the documents should have been clearer, showing why these configuration decisions were taken.
The "we had to use GCC" argument is a little strange though; is there any other good compiler available for the PPC at the moment? if so, I'd like to know; I use macs myself!
Perhaps a case of ineffective thoroughness? (Score:5, Insightful)
I have to say, this puts things in an interesting light.
Does a company, in trying to be fair as it seems in this case, get penalized for choosing the best optimization and not testing with the worst optimizations(as per their views)?
In looking at other sites like Tom's Hardware and Anantech, I think the answer is simple: Show all of the results, both the good and the bad. That way, it removes the spectre of doubt in peoples' minds that fairness wasn't present during testing.
Personally, I don't have the funds to get a G5 based system. It just isn't in the budget. But then again, the only reason I would buy a G5 system over an x86(Opteron or P4) would be to run Mac OSX. :)
I'm guessing that tests will be conducted by various groups over the next few days to either validate or invalidate the tests. Sounds alike like that whole MS/cost analysis/web server speed fiasco all over again.
Despite the tests, for Mac users who wish to stick with Mac OS X, the G5s are as fast as they come.
Amazing how people trust some no-named net person (Score:5, Interesting)
Like, the switch -mfpmath=sse when used in a P4 *does* use SSE2, but this guy thought just cause the switch flag says sse that it must be SSE only.
Then someone else (can't find the post, on usenet, under the mac advocacy group) pointed out that Dell's SPEC tests also disabled hyperthreading [specbench.org].
Then, based on this person's web page who no one even knows who he is, they start drawing conclusions that if Apple faked these (based on his flawed analysis), that they also must have faked those Adobe, Mathmatica, and other demos -- despite the execs for those companies being on stage also confirming the results.
Gotta love the net...
As for me, I don't know what to believe. I'm just going to patiently wait until some reputable sites spend a lot of time and do an in depth analysis and their own benchmarks, like Tom's Hardware for example. Then I may start drawing my own conclusions.
As for me, all I want is to be able to encode mpeg video at something greater than real time. Show me *that* benchmark please!
Waiting for the ultimate benchmark (Score:5, Funny)
::bangs head on keyboard for giving moderator ideas::
::Slashdot story: Tom's Hardware benchmarks the G5, and compares it to dual Xeons, dual Opterons, and (I guess), the P4::
Me: "Woohoo...I'll finally found out which is better" ::clicks link::
"Page 1: We have tested all these systems, and you will soon see our results." ::scroll down through ads, click next::
"Page 2: These tables show the systems we have tested on" ::scroll down, next::
"Page 3: Tables, cont.." ::yells out profanities, looks on table of contents, chooses "benchmark results"::
"Page 45: And now, let us take a look how the G5 stands against the current x86 and AMD64 processors" ::AAAAAAAAHHHHHH...can't stand it anymore, clicks on conclusion::
"Page 666: And thus, we conclude that the G5 is better in some ways and worse in others" ::NOOOOOOO...Now I'll never know!!!::
Re:Amazing how people trust some no-named net pers (Score:4, Informative)
Man are you way behind the times. I can do that even with my dual 1Ghz G4.
I guess my take is this... (Score:5, Interesting)
There are those people who want to know if those numbers are EXACT 101% of the time, so they go bust out their dynamometer and begin writing complaint letters when their engine only hits 195HP.
I think benchmarks these days are no longer a science that they used to be. There are far, far, FAR too many hardware and software variables to do an accurate cross-platform analysis and comparison.
I mean, is it really logical to compare Apples (har har har) to Oranges? I mean, most all applications that will be running on the G5 will be optimized for the G5. So does it matter how a 'comparable' application will run on x86? No, because the x86 Application might have a few more optimizations which would make the comparison pointless.
These days people should take benchmarks with a grain of salt. Just another selling point they'll put on the big list of bulleted marketing jargon on the back of the box to try and rope in first time buyers who are turned on by big acronyms and high-tech sounding words.
So yeah, I think people just need to cool their heels and take this for what it is, just marketing propaganda. Does QuantiSpeed really make your CDs burn faster? [enusbaum.com] No. Does the P4 make âthe internetâ(TM) faster? [intel.com] No. Just take it for what it is and let it go.
Benchmarking (Score:5, Insightful)
Correct in the sense that he wasn't necessarily being unfair. I don't think Apple was raelly cooking the books here. OTOH benchamarking is quite difficult.
No, it would not be fair to compare intel compilers to gcc compilers. But what about, say, another non-hardware tied compiler? Look at it this way - 3dmark scores on graphics cards. Theoretically it should give a good impression on thier relative hardware - but we all know that it doesn't necessarily. It may do something bad on one system, great on another, one system may cheat and have special code to work better with that particular test.
Same here. Ideally you would find many benchmarks, not just gcc, but both with all optimizations on, with all off, both with the best compilers, worst compilers, and middle of the road. You also need memory intensive, processor intensive, grpahics intensive, floating point, integer, and many others to get the full idea and compare it to what you need to do with the computer. For many of the crowd that worries over this stuff overclocking can become an issue also.
This is why benchmarking is as much art as science. I care about all those numbers - I have code compiled specifically for my athlon-mp's, some generic, and some optimized for p4's for the consumer tasks. On our computation cluster we use specialised compilers. I care how it runs on all of it for real world use. But no hardware manufacturer does those extensive of a tests - they pick the best of the ones they can claim "fair" on usually.
And lastly, in the end, who cares? Unless you are regularly running 4 hour jobs from a console it is irrelevent. It is more important that you are productive with the interface and that is personal choice. Few consumer tasks (and even programming tasks) require that power - and the stuff that does is generally handled by specialised hardware. Then if they have the fastests today they won't tomorrow.
...but is gcc equal across architectures? (Score:5, Insightful)
In this case, performance will in part be a function of how mature and optimized the generation of code for the advantages of that particular chip is.
Because there is no guaruntee at all of fairness by using gcc for both processors, except of course if we had the expert opinion of someone intimately familiar with gcc's code generation for both processors, using gcc for both processors would seem to be little more than a marketing tactic to give the appearance of fairness and credibility.
It seems to me that a better test is to take the best compiler widely available for each chip, and then run your tests with the produced code. Now, this isn't necessarily real world application testing, but that isn't what we are necessarily looking for here.
How well the processor performs with code generated by the best generally available compiler, is, apart from extraordinary measures, the best prediction we have of how generally the processors will compare for any given well-written, production quality code.
Re:...but is gcc equal across architectures? (Score:4, Insightful)
This situation needs to be abstracted a little (Score:4, Insightful)
What seems to be missing in all of this is the big picture. Whether or not the G5 is 1.2% faster or slower than the Xeon/P4/Opteron is not a uniform answer. Different apps are going to perform differently on different platforms. Not only that, but there are a million possible variations of benchmarks that could make both sides the winner. Like Greg said in the interview, if Apple was looking to cheat they wouldn't have hired an independent company and provided full disclosure.
Processor speed notwithstanding, most Mac users are so because of Apple's OS not their hardware. Windows would slow me down much more than 6 extra cycles of processor speed. For my circumstances, the fact that Apple now has hardware fast enough that it can even attempt to make the 'fastest' claim is far more important.
Of courser the Dell benchmarks..... (Score:4, Insightful)
I have this theory. A 2Ghz twin G5 system is really fast. And if you have some money to spend and you want a really fast system and you'd like to run OSX then you could do worse than buy one.
Joswiak (Score:5, Funny)
Parity by using gcc (Score:4, Interesting)
But he didn't refute the most damning claim! (Score:5, Funny)
Re:But he didn't refute the most damning claim! (Score:5, Informative)
a department store (was it macy's?) started this practice. the funny part is that the aim wasn't really to fool consumers into thinking it was less expensive. alas, the real purpose was to force cashiers to open the register, since the customer was almost always going to be due some change.
It's money that matters. (Score:5, Insightful)
Forget about Serial ATA - (Apple is the first top-tier manufacturer to make this interface stardard across their high-end machines.)
Forget about the new motherboard featuring HyperTransport, PCI-X, and the IBM-fabbed 1GHz northbridge chip. Oh, and 802.11G, USB 2.0, FireWire 400 and 800, and Bluetooth, too.
Forget about the imagination and creativity that goes into making a project like this go from concept to reality in eighteen months.
Why support a company like that? Bunch of dirty liars - there's no way a 2GHz chip could be faster than my Intel/AMD/whatever86!
Maybe it's not ultimately faster (although Greg's comments seem to indicate that the playing field was pretty equal). I don't buy "fast". I buy well-integrated tools that help me get work done, and in turn, bill clients. So I (still) use a Mac.
Jeez - to hear people around here, you'd think that innovation, style, performance, and the courage to move forward agressively and definitively with new technologies doesn't come at a price.
What other comapny would develop all these technologies to hardware and software maturity as part of a new hardware platform, then bring it all to market with system software already written (by the same vendor, I might add) to take advantage of new hardware features?
Those things DO come at a price. The price begins at $1999.00 for the 1.6GHz G5, or $799.00 for an eMac.
As long as there are people who just want to get work done on their computers without hiring an IT department or worrying about who is responsible for which component of the system, Apple will still be around.
I bill around eight hours a day with my Macintosh - the $400.00 price premium over PC hardware at the time I bought my G4/800 simply isn't an issue - over the lifetime of the machine, I'll probably bill at least two hundred times that amount for work made possible by its existence.
That $400.00 up-front cost means that I don't have to spend my time - my extremely expensive and finite time - having to deal with at least two vendors just to get a system with competitive hardware, a competitive OS, and support for them both. If your time isn't valuable, by all means cheap out and build your oft-touted (and perfectly capable) PC from parts you buy at Frys. $400.00 means nothing to professionals - it's cheap support insurance.
I hope Apple sells a TON of these machines - because they're practically the only personal computer company willing to take the initiative and responsibility for supporting hardware and operating system on equal terms.
Perhaps if Apple stressed the cost of ownership point to more people, they'd have higher sales. Our small business has nearly thirty Macs. I'm the lone IT person, spending an entire hour a week on supporting a bunch of artists and their Macs. What similarly-sized Windows-based business can make that claim?
Re:It's money that matters. (Score:4, Insightful)
For example:
Troll: "If I had a way to download a MP3 for a very small payment, I wouldn't steal them from KaZaA anymore"
www.emusic.com, the Apple Itunes Music Store...
Troll: "Emusic won't let me mirror the whole site, so I won't use it! Itunes doesn't use OGG, so I won't use it! So I'll still use KaZaA"
Troll: "When they make OS X that runs on Intel/AMD hardware, then I'll buy it!"
But you didn't buy your Windows XP either...
Troll: "Software should be Free!"
Same shit, different pile.
Reasonable claims - IBM's Power4 vs Intel (Score:5, Informative)
SPECfp: The Power4+ at 1.7 Ghz has the highest SPECfp score (1699 @ 1.7Ghz); higher than Itanium (1431 @ 1Ghz), the most recent Alpha (1482 @ 1.15Ghz), and the Pentium 4 (1229 @ 3.0Ghz).
SPECint: As far as SPECint, the Power4 is not in the lead (1113 @ 1.7Ghz), but is still respectable when compared to Pentium4's (1200 @ 3.0Ghz).
The G5/970 should do similarly or better than the G5/970 (since the G5/970 is running at 2.0Ghz vs Power4+ 1.7Ghz). One caveat is that the G5/970 has a smaller on-chip second-level cache (512kB vs 1.5MB), which will hurt its performance on some codes.
Certainly Apple's test uses a drastically different compiler than the reported SPEC results. This results in absolute numbers that are lower, but Apple's relative comparison is still reasonable, IMHO. I think it is safe to claim that Apple has really closed the gap in processor speed and now has processors with comparable performance to the fastest chips money can buy. About damn time. :)
Vindication? Or more fuel for the fire? (Score:5, Insightful)
While surprising and most certainly refreshing to see that apple is serious about their claims, serious enough to publicly rebuke the claims almost certainly first brought to the big light by /.'s earlier article, this may only be leading into a circle of prooving and disprooving.
I believe it would be best for apple to answer with a full fury of tests to truly show the full range of operating prowness of the G5's vs the P4's, etc.... at least initialy, and to from there LEAVE IT ALONE. Cause no matter how many tests they do, no matter how much proof ... there will always be people out there ready to bring flames over nothing.... For instance this guys claims that FP isn't all that important, and that int tests are basicly all that matters for the majority of users.
He and others will stick too their guns even if they have only a couple benchmarks to cite as being supirior (kinda like the G4's and their altivec/photoshop optimizations of yester-year).
Apple needs to make sure that they have a clean image of being flatly open on their claims, and then to move on without being bogged down in an obvious quagmire of platform evangalism. The truth is, their strongest advantage remains the OS and not their hardware's direct horse-power. Of course the G5 along with all the goodies they come with are incredibly great, but this isn't apple's mainstay... it's simply another selling point.
If they become entrapped in having to proove themselves through benchmarking every new release, it won't be long before their entire image would have to live up to being ahead at all costs.... and guess what... they ARE going to fall behind again.... and then they'll leap ahead again.... and then they'll fall behind... etc.... And every down cycle will be worse, since the specs will be much more associated with their image.
keep your strong point in innovation apple, and if youve got the great hardware... great.... but don't get stuck in the mind-less mhz/spec race that has stagnated computer innovation for the love of ego's.
just my 2 cents.... I develop ASP, and love win 2k adv srv, ill never use anything but unix/linux for my networking gear, and OSX keeps me damn happy when i want to do anything not mind-numbing. Cisco IOS is arcane but makes me feel good. I am biased towards all platforms.
But G5's lost in SPECint_base2000! (Score:4, Insightful)
Is the PowerMac G5 the "world's fastest personal computer"? Probably not, but it may be the first 64-bit personal computer to ship to the masses (ie. bought in a store like CompUSA). I wonder if AMD will move up the Opteron release now or if Intel will drop the price on their Itanium. If so, then people who want 64-bit x86-compat CPU's should thank Apple for bringing them their CPU's faster. =)
Anthony
Amazing, this hatred (Score:5, Interesting)
What mostly surprises me is that so many people feel this desperate burning need to flame computers that are not the same as the ones they have, and operating systems they do not use. Is there a genuine need to diss the PPC 970, when it seems that it is truly -at the very least- in the same performance area as Intels modern CPU's? Why? No one is forcing you, as a x86 Linux, *BSD or Windows user to buy a Mac. Yet you feel the need, now that the CPU is in the same region performance wise to complain about the prices. And again, no one is forcing you to pay those prices or to buy a Mac if you prefer x86 machines.
The x86 machines I have, in one case -the Dell laptop- outperforms my Mac by a healthy margin, yet I find the Dell to have pretty poor workmanship and although I actually find WindowsXP the best Windows version I have ever used, and quite stable to boot, I don't like the way the OS seems to lack a sense of continuity.
I paid more for this Mac than I would ever have paid for a PC laptop of the same performance, but the look, feel and feeling of "good design" is what made me buy this Mac. I don't regret that money at all.
Would I diss x86 if it were slower and more pricy than a similar PPC? No. There are the advantages of larger choice and lower prices that still count and shouldn't be laughed at.
Each to his own.
But envy seems to be a common sin here.
Counterpoint: I switched before switching was cool (Score:5, Interesting)
Since my existing computer was then almost six years old and showing its age, my parents opted to loosen the purse strings and buy me a Macintosh LC. Within fifteen minutes of getting it out of the box and up and running, I knew I was gonna be a Mac user for life (sorry, Apple-haters, but there was no consumption of Kool-Aid involved). Not long after that I got my first look at Windows 3.1, and I couldn't believe what a half-assed Mac knockoff it was. Microsoft has made great strides with Windows over the years, but they still can't touch the synergy between hardware and software that Apple achieves. That synergy means much more to me than raw speed, and I'm more than happy to pay for it.
Therein is the basis for the holy wars, IMHO: The Mac people don't understand why the Windows users are eating dogfood when they could be having filet mignon, and the Windows people don't understand why anyone would choose to pay more for a computer that they perceive as working the pretty much the same as a much cheaper Windows box.
These days, I make my living as a system integrator. I support Windows and Macs, but specialize in Macs-- slightly difficult because my Mac clients seldom need me. I own several Macs and a couple PCs, but my main machines are a G4 and an iBook-- after a long day dealing with Windows (which "just stops working" from time to time), it's damned nice to come home and use my Macs (which "just work"). In my experience, more often than not, people who have really used both OSes for an appreciable amount of time prefer the Mac.
~Philly
My turn to bitch! (Score:5, Insightful)
I know I do, and that's why I'm writing this.
I can't figure out why so many people post to threads like this and
bash Apple, while saying that they would never buy a machine from them
anyway. What's the point in that? Would the industry be better off if Apple
didn't exist? Would you finally be happy if everyone went out of business
except for Dell, only selling boxes pre-loaded with Linux, for $299?
If that was true, Lindows should be
And those that say that they could build a machine themselves for way
less than a Mac, if Apple had a build it yourself, parts in a bag option for
$500 less, then people would still bitch that for that price, it should come
fully assembled.
Although yes, I am a "Mac guy" (but I've got Windows, Linux, Solaris, IRIX,
NeXT and a few other boxes on my home network), regardless of my
prejudice for the platform, you have to acknowledge what a beautiful
$3000 machine the G5 is. Clean inside and out, plenty, plenty fast for
the years that you'll have it in service, arguably a better OS than any
Linux variant and absolutely better planned out and cleanly feature
rich (and economical) than any Windows release. I was doing some
admin work on Win 2000 server today, what a disorganized, steaming
plie that thing is. Some say it's superior, I think it might be the absolutely
worst collection of software ever crammed into one box. Pheeeewwww!
But I digress. I have come here to praise the Power Mac G5....
One of my favorite things about the G5 (and I know that non-Mac users
think than Apple just makes pretty boxes), is indeed, the pretty box.
J. Ive did such a restrained design. So clean and minimal.
There's a guy with rare discipline and insight.
The new design language, aluminum and circular hole accents, also
seen in the iSight and hints of it in the line of new aluminum PowerBooks,
in my opinion is the best we've seen in the 2nd Jobs era at Apple.
I liked the clean white, crystal and chrome designs of the G4 iMac and the
iPod but this new design language is going to make for some other very
exciting products. The new display line will be beautiful, wrapped in a
thin sheath of aluminum. Will a future iPod have the look of a large-ish
Zippo lighter? What would an all-aluminum G5 iMac look like?
I'm just glad that Apple's still here, still thinking different, and still making
insanely great products.
Dell? HPQ? Gateway? Lindows? Sony? (Well, Sony's trying).
The parts bin at Frys? That little shop in the strip mall that sells cases and
motherboards? For the most part, all of that is commodity crap. Even if
you throw on your free homemade Linux on it, it's half-assed at best,
even after hours of effort.
Apple is the only computer company left that's doing anything that really matters.
Like it or not.
Here is the demo that sold me... (Score:4, Insightful)
###(My little bench mark bar graph)###
Dell Intel Xeon running Mac OS X
#
Mac OS X runs infinitely faster on the G5 than the Dell Intel XEON. Focus on that.
The G5 blows the G4 outta the water, so I really don't care how it performs to the Intel XEON.
Processor speeds aren't going to make people 'switch'. It's the User Experience / WTF can I do with this computer now? (Meaning does it run the apps I need it to run?)
I think it was Panther that stole the show for Apple, not the G5. That is an awesome OS, just the fast user switching alone sells it for me.
Compilers make a big difference but Apple was fair (Score:5, Insightful)
All in all I think this was a fair test of these CPUs, it was a level playing field. OTOH we know Intel can do much better with their compiler, but only some developers use their compiler. It would be interesting to see just how much of a benefit Apple could squeeze out of non gcc compilers, probably not as much as Intel, perhaps not anything, it depends on the work they or IBM et.al. have done on their compilers. You just know if it was to Apples advantage they'd have compiled with their best compiler and dont teh comparrison with those numbers vs Intel's so this situation has been contrived to an extent.
With Intel charging what they do for their compiler developers can be reluctant to pay extra for it, I expect almost everyone (on Windows) would use it if it were free. I know I would, but I can get by without it. I don't really have much sympathy for Intel here, they make billions of chipe, make significant performance claims based on their own compiler, yet charge for it to the point where many developers simply stick with Microsoft's compiler that they've already spend a fair bit on. Now Intel is upset that Apple used gcc, well more people might use Intel's compiler if it were easier to aquire, and clearly it would benefit Intel. If they want to run there business where everything is a profit center and they don't have to be smart enough to evaluate obvious but intangible benefits that's their business, but this is part of the price you pay for charging an arm and a leg for your compiler when you should be in the hardware business and giving your compiler away to help your customer gain the benefit of faster code from the applications they purchase. In the meantime specbench numbers for Intel are simply bogus for many applications.
The Xeon isn't the competition (Score:5, Interesting)
Real-World Performance (Score:4, Insightful)
I'm the head of a mid-sized consulting company that deals almost exclusively with digital media and digital arts firms. We have a few G5s on order, and because we're a solutions provider, we'll probably get them pretty early. I'm going to wait and see exactly how fast they are, not just in Photoshop, but also in Final Cut Pro -- which in my experience has a history of outrunning similar applications on faster hardware. It's going to be real-world performance that matters. Not SPECfp scores. And we won't know the real-world performance until people start getting their hands on some production units. End of story.
Compiler NOT constant (Score:5, Insightful)
What matters to a purchaser is "How much performance can *I* get out of this machine". If I am performing CPU-intensive scientific calculation that require the fastest CPU I can find (at least for a given number of kilodollars), I'll almost certainly spring a few hundred extra for the compiler that produces the fasted object code on that platform (if needed, there's nothing ruling out GCC automatically because it's free).
It happens that for a Xeon or P4 (or Opteron, for that matter), the compiler that produces the fastest object code is ICC. Intel has done an amazingly good job with their compiler.
Now, sure, I *could* get a similarly optimized 970 compiler for comparison.... if one existed, that is. It looks like right now, GCC is the best you can get on a 970. It doesn't do a buyer any good to know that IN PRINCIPLE a more optimized compiler could be written.
All that said, the 970 looks like a very respectable chip. And Apple is selling their new machines at a very competitive price; and Macs have extremely friendly and stable OSs. All that means that it is probably well worth buying a PowerMac even if it will crunch big computations a few percent slower than a more expensive Xeon. But still... the "GCC is the common element stuff is pretty darn bogus."
The truth will be out soon (Score:4, Insightful)
More on benchmarking (Score:4, Informative)
As usual, Apple handles this big fuss in style (Score:5, Interesting)
The whole benchmark industry has been created by the like of Intel and Dell for marketing purpose only. I expect the average
Benchmark the user experience (Score:5, Insightful)
What it comes down to is the speed of the system, not the chip. The 1000+hp dragster is a useless vehicle to me because I don't need to go in a straight line at over 200 mph. What I do need is to be able to accelerate in traffic, handle corners, etc.
To me, a computer is a system. So I don't really care if the G5 is cranking out power I will never need. I feel like the G4 and the P3 are plenty powerful chips if the OS is built to be efficient and the supporting components to the system are configured correctly.
These days, my biggest reason to upgrade to a new computer is desire for faster system components. I wish my P3 had firewire (might go buy a card), I wish my PowerBook G4 (400mhz mind you) had BlueTooth (not 1600 extra mhz).
Benchmark the user experience, give a review that is more like Automobile or Road and Track. Tell us the zero to sixty and then move on the how the G5 handles in the turns. Tell us if the wind noise is less than a Xeon. Tell me if it has power windows. But don't spend 90% of your marketing materials telling me about the engine, that is only 10% of my buying criteria.
You just gotta TRY OS X!
Re:I love Apple (Score:5, Insightful)
Q: You know what a $750 dual 3gHz Xeon PC is called?
A: "Stolen Goods"
Really, the point for Mac users is not so much whether or not the G5 wipes the floor with the Pentium, but whether or not the long period of performance stagnation is coming to an end, and whether or not top-end Mac performance will once again be reasonably comparable to top-end PC performance. And it looks like the answer to both questions is YES! (FINALLY!!!)
Re:Benchmarks (Score:5, Informative)
I'm a science guy, and for the calculations and simulations done here at the physics dept. where I work, the IBM power4 kills just about everything else. And when I saw the powermac calculate fractals with mathematica faster than the xeon box by more than a factor of 2, I was very excited (although a little cautiously) to see we will soon get power4 performance for well under $20,000
Re:Compiler's should be included (Score:4, Interesting)
This is the same when you do any sort of scientific test. Eliminate all variables except the ones that you're testing for. We're trying to test processors and processors only. All you get from the SPEC numbers where you use Intel's compiler on Intel and GCC on PPC970 is an indication that the GCC compiler is inferior. You can't draw any reasonable conclusion from the test at all.
Re:yeah right (Score:4, Insightful)
The earlier discussion on the tests blew up at 1000+ comments and after a careful read (of both the article _and_ the discussion) even i, a confessed mac zealot, was wondering how true the tests were. having joswiak (i love that name) immediately come out and justify apples claims is as big of a PR move as spending a few undred thousand on advertising while costing less and telling us more.
just my 2c but i dont recall nvida immediately coming out to diprove any claims of cheating and thats why there are numerous nvida jokes in the origianl thread.
and by the way (Score:4, Interesting)
off topic comment on your sig... (Score:4, Funny)
Are you _sure_ those are the people you want voting?
Re:Even if Apple is faster (Score:4, Interesting)
Pricing on the lower end models are not as aggressive, but for what you get, it's still reasonable.
Re:Even if Apple is faster (Score:5, Interesting)
Apple 2x2 G5: $3000
Dell (2x3.06 Xenon): $4000
Mac speed in "real world" application tests, about 2x as fast as the Dell.
Dell = $4000/work unit
Mac G5 = $1500/work unit
The Mac G5 is a much better value on cost on a price/performance basis.
Or were you thinking of something else?
Re:Even if Apple is faster (Score:5, Interesting)
I think this is the one time where Apple hardware hasn't been "horribly" priced. A 64bit dual-2Ghz workstation with SATA HDD, DVD-R, PCI-X, a 1 GHz FSB and a max of 8GB of DDR-RAM for under $3000.
As for software, that comment is just pure ignorance. 50% of the stuff they make is free, and the other software is all competitively priced. What software from Apple is overpriced?
Re:Even if Apple is faster (Score:4, Informative)
Overpriced is not the right word. More like Underpriced.
I urge anyone to compare the featureset of Final Cut Pro 4 ($899) vs. similar solutions in the PC world. Avid Xpress DV doesn't even stack up, and with all the plugins and tools, you'll end up spending far more to equal twice the price of the Apple G5 hardware.
It really amuses me when people talk about 10.x updates as if they are service packs. Someone yesterday mentioned this saying "Microsoft doesn't charge us for SP.x upgrades", which was really comedic. Windows ServicePacks just fix broken stuff, and sometimes even break more. With OSX 10.x updates you get brand new features all the time.
I wish people really understood how this shit worked.
Re:Even if Apple is faster (Score:5, Insightful)
2xCPUs would cost around $1400
Motherboard $300
'Cos everyone knows all you need is a motherboard and processors. Didn't you work in IT at a company I used to work for? You're the one who took the RAM out of my computer and said you'd be "right back", aren't you?
Excercise for you:
Add the cost of Bluetooth, PCI-X, 802.11G, Gigabit ethernet, SATA hard drives and controllers, DVD-R drive, power supply, all the other hardware stuff I've forgotten, plus iTunes, iDVD, iMovie, and the ten or so other bundled applications on the G5s, a Unix-based operating system with superior usability, and one year of free warranty and support for ALL of that stuff.
How much does your dual Xeon cost now?
Re:Apple: innovation or catch up? (Score:5, Insightful)
While I appreciate the opinions and arguments of the author, I am dismayed by the constant references back to the BeBox. Yes the BeBox and Amiga (similar case) were excellent platforms when they were introduced. Yes, each had quite revolutionary ideas. Unfortunately, neither caught on. Both were targeted at geeks - a niche market with questionable budgets, based on the "$1k is TOO much to pay for a box" posts.
Apple does not invent everything, although historically they tried! Apple is clever at evaluating technologies, combining them into their existing product, and making the results available to the mass audience. I agree that many of the individual accomplishments are unremarkable, packaging all these into a new release is impressive. And doing this three times (10.0, 10.1, and 10.2) in about three years is amazing for any product. Doing this with an operating system is unparalled*.
Take a step back and evaluate Apple's announcement in the broader industry context. You may not be amazed, but I think you'll be impressed.
.
* I suggested that Apple's OS release schedule was unparalled based on the number of features being introduced. This isn't an achievement driven entirely by the programmars in Cupertino. With the Mach / BSD underpinnings, open source software can be easily ported over to the new machine (see: fink, apt-get, etc.). In many cases (e.g. Safari, ProjectBuilder, etc.), Apple is applying a flashly UI on top of standard source. The result is a relatively small number of programmers producing a large number of features. Compare this to Microsoft which uses entirely custom code and where you need a large number of programmers to get a small number of features. Compare this to the Linux model where you need a large number of programmers (as most are part-time), to get a moderate number of features. Solaris and other commercial Unixes also have this advantage, but neither has been quite as driven; I don't understand why this is so.
If this analysis is correct, OS X should have an impressive feature and Microsoft will need to change their OS development model. Linux / BSD, if they can avoid fragmentation, will continue to provide much of the R&D that the other OSes rely on.
Re:Apple: innovation or catch up? (Score:4, Informative)
Re:Apple: innovation or catch up? (Score:5, Informative)
The reason the Mac users are happy about all this is because we already knew we were way behind, and we've been begging Apple to catch up!
Even considering all the benchmarks, which may or may not be accurate, the simple fact remains that this Mac is much faster than the previous Mac. Which is good news for Mac users. And presumably the crowd at the keynote was full of Mac users.
Opteron = Workstation/Server (Score:4, Insightful)
a 64bit desktop computer for general use.
Certainly at $3000 the dual 2Ghz is pricey, but look at what you can do with it. This computer can work with video, audio and bitmaps NOW and it doesn't take Joe average weeks to figure out.
Only an idiot would use a shotgun to kill a fly, or a semi-trailer to bring home the groceries, but both have their place and purpose. I'm sick of idiots claiming you can create a Linux cluster to get the same power at the same price, but then not mentioning the applications they will run and more significantly their price.
Reality is MacOSX works, it works well on a G4 and even better on a G5. I'll bet no-one in your neighbourhood will buy a NEW Opteron workstation, but a few will buy a G5 Apple.
The less you know about computers and computing, the more appealing Apple's Products become.
There is something for everyone, BSD Unix for geeks, and a great interface for the rest. If only they cost a tad less!
Re:Real world test (Score:4, Informative)