Slashdot Mirror


Apple's G5 Speeds Challenged

An anonymous reader was the first of a seemingly infinite stream of people to submit a URL to an argument that makes the case that the G5 isn't quite what Apple wants you to think of it. The evidence? Apple's own press material. Worth a read.

1,595 comments

  1. Think Different by corebreech · · Score: 5, Funny

    ...and benchmark different too!

    1. Re:Think Different by Anonymous Coward · · Score: 5, Interesting

      And ironically, the problem is that they didn't benchmark differently enough: Apple used GCC to compile SPEC on the P4 and Xeon, as well as on the G5.

      While this eliminates one variable from the comparison, it also eliminates a hefty percentage from the SPEC numbers one can get with Intel's compiler.

    2. Re:Think Different by Anonymous Coward · · Score: 1, Informative
      This Wired article is interesting, to quote:

      SAN FRANCISCO -- For the past couple of years, Mac users have been burdened with a shameful secret few would admit, even to themselves. Their machines were slower than Windows PCs.

      Now the mantle of shame can be thrown off.

      Sort of amusing, isn't it? And this was from news.google.com with a tag of "45 minutes ago"

    3. Re:Think Different by guinness_duck · · Score: 5, Insightful

      I think it's fair to say pretty much every single chip maker does whatever they possibly can to skew their results. It's what happens when we let the marketing droids control corporate policy and direction.

      I think it's pretty obvious Apple did that here, but I'll still use my Mac's anyway. No, I am not a Mac zealot who thinks that Intel or Gates, or whoever it is that day is the devil. I have a PC too. I enjoy building them. I just use my Mac for most things because I'm more comfortable with it. Bad marketing won't turn me off from a product - because then I'd never buy anything! Which actually might be a good thing....

      --
      In a row???
    4. Re:Think Different by Anonymous Coward · · Score: 1, Insightful

      After reading the article, I'm left with the impression that Apple very purposely and cynically lied to its users and its potential customers. The various tweaks and hobbles (disabling SSE2 !?!) they added to the systems, then the misrepresentation of the resulting data defies any kind of good-faith explanation.

      Why can't Mac users just enjoy using their computers without trotting out these bogus benchmarks?

    5. Re:Think Different by Horny+Smurf · · Score: 5, Interesting
      it's more fair than you might imagine.

      gcc produces inferior code on both platforms. Intel's C compiler kicks the shit out of gcc, and likewise metrowerks C and IBM's C compiler kick the shit out of gcc too.

      gcc's x86 backend has had a lot more work than the ppc backend.

      It would be interesting to see intel's C on x86 vs IBM's C on PPC. Compare chips and compiler writers with one stone :)

    6. Re:Think Different by Anonymous Coward · · Score: 0, Flamebait

      Hitler style. We should go holocaust on all the mac zealots! Then when we are done, we can go Braveheart style on Steve Jobs ;)

      Then the world would be better. Fewer dumb ppl in the gean-pool. Seriously, Im an Amiga fan - first computer back in '85. But Im not rubbing it in everyone's face. I use A PC cause i need to do certian things. Id use a mac, if i wanted to be:

      1) GAY
      2) Look at HOOKERish graphics
      3) Waste CPU on worthless UI features
      4) Try to use a UNIX environment, and wish I was using WINDOWS.

      PROPS TO ALL WHO DONT USE MACS!

    7. Re:Think Different by Laglorden · · Score: 5, Interesting

      If they would have just taken Gcc "out of the box" and benchmarked what you said would have been true. But they heavily optimised gcc by adding G5-specific code (from IBM's compiler? I hope IBM hasn't stolen it from someone else ;) and specific "lax" malloc() routines etc...

    8. Re:Think Different by hype7 · · Score: 3, Informative

      that's like saying because they used GIMP instead of Photoshop on the Xeon, the Xeon is at a disadvantage.

      SO? The image may turn out the same, but Apple were doing benchmarks using GCC compiler. Until Intel want to provide a compiler for the PPC 970, it's the only way to standardise the test.

      The other thing that really shits me about this is that all the same people crying "foul" were the same ones pointing at that Adobe Premiere article not so long back, where the P4 beat the G4. Well, other than the fact the stupid reviewer had enabled the server renderer trick to take advantage of the 2nd CPU on the G4, all it shows is Adobe Premiere performance.

      Just like, all this shows is SPECs compiled with GCC.

      -- james

    9. Re:Think Different by Anonymous Coward · · Score: 1, Insightful

      I completely understand that Apple has been optimizing gcc, while gcc on a P4 is not very optimized. However, when I see specs, I would prefer to see them using gcc. I run apache, mysql, postfix, cyrus, and jabber. I compiled all of them with gcc. I never used Intel's nifty super optimized compiler. So personally, even though I could theoretically run it faster with Intel's compiler, I won't. So I'm happy to see the gcc specs.

      Not a Real Coward! Stupid Login!
      ~Niessner

    10. Re:Think Different by PhoenixK7 · · Score: 4, Insightful

      According to the linked article though, Apple used different optimizations on each platform. Personally I'd like to see both platforms with all optimizations on, compiled with GCC. Not that this really means much anyways, and it does _not_ really simulate "real world" application performance because all you're running is the benchmark on a minimal system install.

      Of the benchmarks displayed I'd believe the Photoshop and Mathematica ones to some extent. The emagic comparison seems a little fishy though. The composition on the PC didn't look all that complicated, it shouldn't have sputtered and died the way it did.

      That said, I'm sure each of the current leading CPUs shows better performance in one area or another. I'm sure things suited for altivec optimization will be way faster on the G5, and things suited for raw integer performance will be faster on the P4.

      In any case, we have a rather fast, 64 bit, UNIX-based machine, that exhibits excellent polished design both software and hardware wise. I for one am lusting after a Dual 2 GHz G5 with at least 1 GB of DDR RAM, and I can't wait to see how it performs with Panther.

    11. Re:Think Different by Anonymous Coward · · Score: 0

      Another big problem is that they didn't include Opteron scores. Opteron doesn't depend much on compiler optimization and scores with GCC almost as much as with ICC.

    12. Re:Think Different by globalar · · Score: 1, Troll

      We should be thinking different. One reason the reaction to Apple's new machines is so positive is because Intel/AMD have made us believe their products are the performers, the standard of performance in the PC market. Suddenly we are brought back to reality and things actually are different.

    13. Re:Think Different by mi · · Score: 4, Interesting
      gcc produces inferior code on both platforms. Intel's C compiler kicks the shit out of gcc

      Was not my experience, actually... With gcc-3.2.x (the 3.3 is, supposedly, even better for SSE2/MMX2) on Windows (under Cygwin) I produced an executable, that worked slightly better than that produced by Intel's compiler (a lot of double-precision math).

      Both of them were about 4 times faster, than the binary produced by the Visual C compiler -- from Microsoft.

      YMMV, of course...

      --
      In Soviet Washington the swamp drains you.
    14. Re:Think Different by WileyWiggins · · Score: 2, Insightful

      He had me going until I saw the responses at the end. I just have a hard time believing that every single person who would respond would be a drooling illiterate imbecile. Looks like a troll. I'd like to read a real discussion of what he has to say, though.

    15. Re:Think Different by hype7 · · Score: 4, Informative
      Well, other than the fact the stupid reviewer had enabled the server renderer trick to take advantage of the 2nd CPU on the G4, all it shows is Adobe Premiere performance.


      oops, not HAD enabled it, but HADN'T enabled it. Stoopid me :)
    16. Re:Think Different by Anonymous Coward · · Score: 1, Informative

      Why is a processor benchmark sensitive to the performance of malloc()? It shouldn't be.

      Mac OS X (Jaguar) ships with a single implementation of system library routines (like malloc) that work on dual as well as single processor systems. Therefore, they pay the overhead of cross-processor synchronization even on single processor systems. I've heard this is "fixed" for Panther.

      Maybe Windows has the same issue (and needs the same hack), but I doubt it. I think this was more a "level the playing field" kind of thing (so that you're measuring the processor and not the library routine).

    17. Re:Think Different by Anonymous Coward · · Score: 0

      This benchmark is valid in that it shows that the G5 has become at least closer to the Intel speeds. This is helpful in many ways, since in some ways OS X is faster running a BSD kernel rather than a Windows kernel.

      As a user of both Mac PCs and Intel based PCs, I have found things I like in both, specifically because of the differences.

      As to pricing, yes both Intel and Apple high end multi-processor machines will be in the $3000 range, but the lower end single processors will show that Intel based systems are less expensive for essentially the same feature set.

      For example, which Mac laptop model can I get with 2.4 Ghz processor, 40Gb HD, 512MB RAM, CD-RW/DVD, 15" LCD, for less than $1,000? I bought the Toshiba. (I do have an iMac 15", 800Mhz, 60Gb HD, DVD-RW/CD-RW, 768Mb RAM for which I paid nearly $2,000 just to get OS X--I could have paid significantly less than $1,000 for a more powerful Intel based desktop PC combined with a separate 15" LCD. Just look at eMachines.com.)

      As to software pricing-- The Student version of MS Office for the Intel PC is only one-third the cost ($127 at Costco) of the MS Office X for the Mac ($295 at discount price). Software costs are overall lower on the Intel based platform. Except for the fact that I can use many BSD based software that is GPL on the Mac, though this is beyond the capability of most end users on the Mac, most software for the Mac is far higher in price than equivalents on the Intel based platform. Just buy yourself a Mac magazine and an Intel PC magazine and compare prices in ads for hardware and software. In addition, freeware equivalents for the Intel PC are usually low priced shareware on the Mac.

      Until the iMac flat panel I was an Intel PC only user. (To be fair, I had only a Macintosh from 1984 until 1996 when Windows 95 became available. The variety and significantly lower price of available software/hardware killed my interest in the Mac at that time.)

    18. Re:Think Different by Anonymous Coward · · Score: 0

      Nice sig :-) I assume it's a 'Clerks' quote.

    19. Re:Think Different by debrain · · Score: 4, Interesting

      gcc produces inferior code on both platforms. Intel's C compiler kicks the shit out of gcc, and likewise metrowerks C and IBM's C compiler kick the shit out of gcc too.

      not necessarily. we've production code that is 8x faster on x86 w/gcc than intel's icc 7.0. we're in discussion with their engineers about why. that blew my mind, though.

      just a note, so you don't take it for granted :)

    20. Re:Think Different by Anonymous Coward · · Score: 2, Funny

      I resent your implications.
      As a gay computer user, I find the accusation that I would be caught dead using a Mac to be highly insulting.

    21. Re:Think Different by Blkdeath · · Score: 1
      He had me going until I saw the responses at the end. I just have a hard time believing that every single person who would respond would be a drooling illiterate imbecile. Looks like a troll. I'd like to read a real discussion of what he has to say, though.

      Much like The Death Clock and its "Dead Letter Office", I'm sure those were examples of the extremes found in his inbox, posted for effect. After all, he did mention how some Mac users are fanatics; those messages were simply case in point.

      --
      BD Phone Home!

      Shameless plug. Like you weren't expecting it.

    22. Re:Think Different by Anonymous Coward · · Score: 1, Insightful

      It would be interesting to see intel's C on x86 vs IBM's C on PPC.

      Actually, that would NOT be interesting. It wouldn't tell you anything. You can't test with two variables; the results of such a test are meaningless.

    23. Re:Think Different by moongha · · Score: 1

      They weren't even posted to his inbox - they were harvested from the www.macnn.com story thread on his article.

      BTW, this guy is known to anyone that is up on mac news (there is a trollish article on his site slagging macs & mac users every month).

    24. Re:Think Different by Anonymous Coward · · Score: 0

      Man, if you are going to encourage holocaust on stupid people to clean the "gean" pool, start with yourself.

    25. Re:Think Different by wulfhound · · Score: 3, Insightful

      Except that GCC for PPC and GCC for x86 are already different beasts. So it's no different. You simply change the test from "which chip is fastest with the GCC compiler for that chip" to "which chip is fastest with the manufacturer's compiler for that chip".

    26. Re:Think Different by Ledskof · · Score: 1

      Perhaps to not see the truth in his criticism it takes a "drooling illiterate imbecile". Thus I wouldn't be surprised if most of his hatemail came from that type. And he did say "hatemail", not "criticism".

      Can you think of a better example of hatemail that he might have gotten?

      --
      This is my sig. The post is over.
    27. Re:Think Different by JoeBuck · · Score: 1

      Intel tunes heavily to score well on important benchmakrks, while gcc doesn't. So, while on average icc generates faster code, the ratio is much smaller than SPEC ratings would suggest, and there are some anomalies like the one you mention, where one compiler or the other generates really slow code.

    28. Re:Think Different by Anonymous Coward · · Score: 1, Informative

      Your post is overrated. A processor benchmark is dependant on the code that is being run to benchmark the processor. If you have a malloc that actually attempts to efficiently utilize memory and to follow all the rules and then you have a malloc that is sufficient to run the benchmark but not capable of running general applications and doesn't actually behave the way apps expect malloc to behave but does whatever it does in one tenth the time of the aforementioned malloc, then the malloc will impact benchmark performance.

      There are almost no CPU synchronization issues wrt memory allocation. You need to put a critical section in your sbrk() syscall, but that's it. Each CPU does not have it's own internalized concept of the state of the userland or for that matter the kernel. The kernel associates processes with a particular CPU, but a processes attributes and characteristics are stored in system memory and kernel tables. Whichever CPU happens to be running the code that examines that memory or table will get the proper perspective on what the system state is for a particular process.

      Feel free to sprinkle periods throughout the post as appropriate.

    29. Re:Think Different by Anonymous Coward · · Score: 1, Interesting

      You don't get it. The only relevance the compiler has is with how good the resulting code is. I could write a compiler that generates code for x86 line and for the PPC line and in the PPC code generation I could emit a short loop after every actual instruction which caused the code to run at 2% the CPUs actual ability. Would that make it a fair comparison? No. If I just generated bad code would that be a fair comparison? No. So the point is that you should be using the best available compiler for each architecture. Use intel's compiler for x86 chips. Use IBM's compiler (assuming that they have one) for PPC chips.

    30. Re:Think Different by Hawthorne01 · · Score: 2, Funny
      Another big problem is that they didn't include Opteron scores.

      There's a reason for that. I'll let you figure out what it is.

      --
      "Only two things are infinite, the universe and human stupidity, and I'm not sure about the former."
    31. Re:Think Different by Anonymous Coward · · Score: 0

      Wow ... every once in awhile I hear an experience like this. My own personal experience with heavy FP number crunching under linux generally put the intel compiler 15% to 20% ahead of gcc. The first 5% to 10% is free ... after that you have to do some mucking about with options.

    32. Re:Think Different by asmussen · · Score: 1, Informative

      This was my original experience with the Intel compiler also. However, after figuring out all of the right options to use, I ended up with an executable that was something like 25% faster than the one I got with gcc 3.2. My number crunching app was mostly integer math though. I haven't done any kind of comparison on a program that was heavily FP.

      --
      Shawn Asmussen
    33. Re:Think Different by Shinobi · · Score: 3, Interesting

      That would be a first. Everyone I know who write FP-heavy code other than for playing around or proof-of-concept type of apps tries to avoid GCC due to it's low performance, just like I do. On x86, Microsoft's, Intel's and Metrowerk's compilers all outperform it(Don't know about Inprise's compiler, haven't used it in a long while). On Mac's, Metrowerks(The only one I've used on Mac's) compiler outperforms GCC. On MIPS, it's MIPSPro or Metrowerks that counts, GCC is right out, the performance so abyssmal that one sometimes thinks it's interpreted code, rather than compiled.

      And GCC's focus is not on getting maximum performance, but to be an Open Source compiler. Lots of target platforms, too many cooks involved in the soup, so performance will never be optimal, but you will find it on many platforms instead.

    34. Re:Think Different by goldengoose7 · · Score: 1

      No Wintel box and user can compete with me on my Mac with OS X when it comes to the SPEED of my productivity. The thing most Wintel nerds always fail to comprehend is that the Mac is running on a far better OS than anything they have ever used on their box. Taking that into account, this whole processor speed debate is pointless. (Since so few of them have ever "Actually" used a MAC you can't expect them to understand what I am talking about.) I mean come on! All it takes is one crash of your Windows machine and the Mac OS X user is already ahead of you for the rest of the day! And that is just accounting for ONE crash for the entire day. We all know how unusual that is right? LOL! We could also talk about viruses and security leaks, but I digress. ;)

    35. Re:Think Different by Lars+T. · · Score: 4, Insightful

      Well, if SPEC benefits from a "malloc that is sufficient to run the benchmark but not capable of running general applications and doesn't actually behave the way apps expect malloc to behave", then it fails as a benchmark supposedly being real-app(s) like.

      --

      Lars T.

      To the guy who modded me down from perfect to terrible Karma - Apple haters still suck

    36. Re:Think Different by Anonymous Coward · · Score: 0

      Steve Jobs: I know, I know, there's been a lot of complaints about the benchmarks we used when we introduced the power mac g5.

      Well, we've had some really smart folks working on the problem, and they've come up with a "kick-ass" solution to the problem. I think it's really great and that you're gonna love it. It's called iBench. It's benchmarking for the rest of us...

    37. Re:Think Different by Alan+Partridge · · Score: 2, Insightful

      Funnily enough, Mac users have been almost completely ignorant of SPEC up until now precisely BECAUSE Apple hadn't been trotting out these "bogus benchmarks".

      FWIW, it makes sense to me why Apple would use GCC and why they would have SSE2 optimisations (and Altivec) disabled.

      Quite why they decided to disable HT on the Xeon is completely beyond me - maybe someone could clue me in on that one...

      --
      That was classic intercourse!
    38. Re:Think Different by Anonymous Coward · · Score: 0

      Nobody ever claimed that the SPECint and SPECfp series of benchmarks are "real-app(s)" like. They aren't conformance tests to validate proper c library compliance. They are tests of certain aspects of a CPU. You're saying that they fail to act like "real-app(s)" indicates that you don't understand what they actually are.

    39. Re:Think Different by Dixie_Flatline · · Score: 1

      I'm not sure it's a really big deal. I've seen benchmarks in the past that sometimes indicate that Hyperthreading is slower. In some cases, it's certainly faster, but it's never anything more than a few percent faster. It's not like Apple is taking out an order of magnitude difference.

    40. Re:Think Different by Alan+Partridge · · Score: 1

      Still, HT is an advanced and valuable architectural feature of the P4 / Xeon. Intel DO deserve credit for implementing such a fine bit of technology, just as IBM deserve credit for all the powerful features of the PPC 970, Moto for their Altivec achievements and AMD for their breakthrough Opteron design.

      I'd like to know the REASON why they turned HT off.

      --
      That was classic intercourse!
    41. Re:Think Different by hesiod · · Score: 1

      stop before you start, the only thing I am talking about here is OS stability, not which computer is "better."

      > We all know how unusual that [OS crash] is right

      Well, to be fair, Windows doesn't crash much at all any more. The last time I had Win2K crash (out of ~50 PCs) was a few months ago. Granted, most of them don't run much software at all, but MS has definitely started creating better OSes. I still hate them because they suck, but they don't crash as much. That said, OSX probably is a much better System, and despite MS getting better, OSX is still a million times more stable. But we need a bit of perspective here -- a large part of the reason that OSX doesn't crash as much is because the hardware it runs on will never change, beyond a few add-on cards or upgrades.

    42. Re:Think Different by Zork+the+Almighty · · Score: 1

      Forget that, I just want to know how many BogoMIPS the G5 has :)

      --

      In Soviet America the banks rob you!
    43. Re:Think Different by BinxBolling · · Score: 1
      Quite why they decided to disable HT on the Xeon is completely beyond me - maybe someone could clue me in on that one...

      If this report published by Dell is any indication, HT actually hurts performance on the SPEC benchmarks.

      From the conclusion of the report:

      Incorporated into Intel Xeon processors, Hyper-Threading technology can provide great benefits to server applications. Unfortunately, it can also degrade system performance in certain scenarios such as those simulated by the compute-intensive SPEC CPU2000 and Linpack benchmarks.

      At the very least, it's not clear that disabling HT was a deliberate attempt to hurt the P4 or Xeon's performance.

    44. Re:Think Different by Anonymous Coward · · Score: 0

      Yeah. Virii... The first one ever was written for a Mac, i believe?

    45. Re:Think Different by Lars+T. · · Score: 1

      Nobody? Sure. I must be imagining all those people who told me how SPEC was such a "real" benchmark because it consists of subtests that are (parts) of actual applications - like gzip, gcc, crafty (chess), perlbmk (something from perl), bzip2, mesa (3D library), and other apps you never heard of, because the don't come from id.

      --

      Lars T.

      To the guy who modded me down from perfect to terrible Karma - Apple haters still suck

    46. Re:Think Different by Anonymous Coward · · Score: 0

      I would seriously guess it was slowing stuff down, especially if they were running the tests on Windows.

      HT is great when properly used, but treating it as a two-cpu system isn't always that hot when your going for peak performance.

    47. Re:Think Different by Anonymous Coward · · Score: 0

      >I think it's fair to say pretty much every
      >single chip maker does whatever they possibly
      >can to skew their results

      true! But up to now I've have never seen somebody rerunning a banchmark on the competitors platform with unfair settings!

      That's not marketing that's cheating!

      And also stupid cheating since everybody can go at www.spec.org and lookup the result submitted by Dell.

      By the way apart from this cheating (result of Jobs' disgusting superego) I love these machines. At the Univeristy where I work we can definitely afford them...

    48. Re:Think Different by marko123 · · Score: 2, Funny

      I don't think you should be basing your tests on timing Hello World with a stopwatch.

      --
      http://pcblues.com - Digits and Wood
    49. Re:Think Different by Jonner · · Score: 1

      Are you basing this on experience with recent versions of GCC, which are supposed to generate much better code than older ones? An unbiased comparison would have to include versions of each compiler. I have done no such comparisons myself, but I'm skeptical of anyone who doesn't give enough detail, including both you and the guy you responded to.

    50. Re:Think Different by mgbastard · · Score: 1

      I've never gotten much of answer out of developer relations on this: Why the hell doesn't apple use Motorola's or IBM's set of compilers instead of gcc?

      Is it masochism?

      Apple says they've made lots of PPC specific optimizations in the compiler, but they NEVER prove it head to head against IBM or Metrowerks (motorola) compilers. I don't believe that Apple's tweaks to gcc make it faster, or even marginally close, to the code performance of alternative compilers.

      At least they could compile the OS with the best compilers available, even if licensing issues would prevent them shipping free tools to everyone and their dog.

      --
      Anyone seen my low uid? last seen 10 years ago while panning the #@$# out of Taco's 'web based discussion system'
    51. Re:Think Different by Namarrgon · · Score: 1
      MMDIV, yes. We are finding gcc's results to be around half the speed of the Intel compiler's results, sometimes quite a bit worse. In fact, it's coming out slower even than VC++.

      This is in a 2D compositer, code with intensive integer and FP operations and quite a bit of bandwidth usage.

      --
      Why would anyone engrave "Elbereth"?
    52. Re:Think Different by robhancock · · Score: 1

      There's no reason for the system library routines to care if the system has multiple CPUs. It may care if the program being compiled is single-threaded or multi-threaded (MS Visual C++ has different runtime libraries for each), and the kernel may be different for single processor or SMP (SMP or non-SMP configurations on Linux, or ntoskrnl.exe vs. ntkrnlmp.exe on Windows), but the runtime library cares not about the number of CPUs.

    53. Re:Think Different by Anonymous Coward · · Score: 0

      Actually, from my own experience it is because the FreeBSD and OS X malloc() performance absolutely sucks compared to windows or linux.

      The Dell machine isn't penalized by this, but YOU will be when you compile normal programs on OS X and rely on their standard malloc().

    54. Re:Think Different by Anonymous Coward · · Score: 0

      Actually, that would NOT be interesting. It wouldn't tell you anything. You can't test with two variables; the results of such a test are meaningless.

      Gee...

      Absolutely. So, if I want my compiled code to run as fast as possible, there is NO way I would use the best compiler available on the platform. That would be completely meaningless. I would of course always use gcc instead.

      Hint: the people designing SPEC are significantly smarter than you.

    55. Re:Think Different by HuguesT · · Score: 1

      This is the reputation that Gcc has, but it's not quite true anymore.

      Gcc improves all the time. They have been using the SPEC benchmarks to monitor performance at every build for quite some time now, and it shows. There are commercial players behing Gcc (and Apple is one of them), for whom performance is really an issue.

      The numbers for recent versions of GCC aren't that bad, really. In an objective comparison you will find that Gcc sometime yields faster code than the native compiler of choice. This has been true for me on Alphas, PPCs, Sparcs and x86. Sometimes this is not true and the native compiler produces significantly better code, but this only points out where things can be improved in Gcc. There is nothing set in concrete there.

      I don't think that there are too many cooks. Each of them can focus on a particular back end.

      Also I've consistently found native compiler buggier. As recently as yesterday the Intel Compiler (latest version: 7.1) could not compile tth, on Linux RedHat 7.3. It does after allocating all the available memory in the system (tth is a very long single-file program). Try it yourself if you don't believe me.

      Finally Gcc is the cornerstone of the Free Software movement. Without it no Linux, no *BSD, nothing. It's probably the most tested and solid compiler on the face of the Earth.

    56. Re:Think Different by Anonymous Coward · · Score: 0

      I believe that Apple uses GCC b/c it was previously the only compiler for Objective C. Before Apple bought NeXT, Apple (and presumably Metrowerks) had no interest in Objective C.

    57. Re:Think Different by Shinobi · · Score: 1

      Yes, I've tested the 3.3 version of GCC lately, compared to Metrowerks compiler in CodeWarrior Pro 8, ICC 7.1 and VS .Net's compiler, and for x86 my target platform is a dual Xeon 1.9GHz with 512kb cache each, and 2GB RAM. For Mac, I've only used GCC 3.3 and Metrowerk's compiler, with a G4 800MHz and 512MB RAM as the target platform. For MIPS, I've used GCC 3.3, Metrowerks latest, as well as MIPSPro 7.4, on an Origin 300 with 2 R14k@600MHz, 2MB L2 cache each, and 4GB RAM.

      The stuff I do is airflow simulation in buildings, some CFD calculations, particle simulation and animation rendering for architects(often with radiosity) with some custom tools etc as a consultant.

      Most often, the difference between the fastest and the slowest is measured in about an hour over a week-long run, but over a 2-week long run, it can be measured in days, depending on how complex it is, and how well one can use vector instructions and similar. The hardest part is actually finding good libraries that give you all the stuff you need in an optimized way.

    58. Re:Think Different by Shinobi · · Score: 1

      Read my comments to the other person who replied about the tasks that I do.

      And, the only instances where I've found GCC to yield code of equal speed, or just narrowly faster is in programs that use little FP math, and few arrays. But that's for the kind of code I work with. Could be different when working with less math-heavy code(And I _did_ state that my findings were for FP-heavy code)

      As for it being the most bug-tested and solid, I can't agree. For example, 3.3 has choked on me when using libraries such as BLAS and ATLAS.

      As for it being "Free", I don't really care, since it doesn't work well enough for me to be happy with it.

      Hmmmm, what error message do you get with ICC 7.1?
      Version 3.40 compiles without problem on my RH8.0 box and ICC 7.1. It also compiles without problems when using Metrowerk's compiler.

    59. Re:Think Different by Jonner · · Score: 1

      Well, that level of detail definitely inspires much more confidence. Out of curiosity, have you tried different versions of GCC and found significant differences in the speed of the results? Would you guess that your typical applications benefit from vector instructions more than typical floating point stuff?

      Do you know if Apple is using some PowerPC code generation enhancements that will be made available in the future? I'm genuinely interested in comparisons and pleasantly surprised to hear from someone with real experience rather than speculations.

    60. Re:Think Different by Shinobi · · Score: 1

      Well, yes, GCC 3.3 gives me somewhat faster code for FP-intensive code, compared to earlier version, in some cases up to 5-10% faster. And it's mixed, both vector instructions and normal FP stuff is used. I just wish I had access to better vector units, such as MDMX, but unfortunately, it's never been fully implemented in any of the MIPS CPU's that SGI uses.

      And no, I don't know if Apple has any such enhancements right now, and I would really love to get them. The 970 looks like it would be a nice CPU to work on, with Altivec being better than SSE2, and having a decent bus architecture to pump data through.

    61. Re:Think Different by Anonymous Coward · · Score: 0

      Optimized asm is sometimes difficult to figure out, but last time I looked at the differences between gcc and icc, I had the distinct impression that icc was agressively using the stack to optimize for the p4's register renaming. This could fall down if code is recursive.

    62. Re:Think Different by nrkmann · · Score: 1

      This is so stupid. The name of the game is thruput. Until about 18 months ago I used a DUO 230 for my Power Point presentations becuse I could do them more quickly on the DUO than on a PC. I only give up the 230 because the 12 mb of memory would not support modern browsers.

      The real question is how do we measure product output and not processor speed?

      Regards, NRK

    63. Re:Think Different by Anonymous Coward · · Score: 0

      Maybe if the readers and posters were to do all their research... they would find that the claims for the G5 are more than fair and accurate.

      Why? Look at Dell's very own benchmark tests for Intel's processors to find why disabling HT increases performance. http://www.dell.com/us/en/esg/topics/power_ps3q02- khalid.htm

      Better still - Apple didn't really hide anything, just the opposite... both Apple and the independant firm doing the testing documented the tests results for all to review. That is why this conversation is at hand - and why so many have spouted off with out knowing what they are talking about

    64. Re:Think Different by HuguesT · · Score: 1

      I get no error messages from icc_7.1 with tth_3.40. It just crashes, after trying to compile it with no message for about 1 minute. Gcc compiles the same code correctly in about a second.

      I do a lot of math but mostly the integer variety (for image analysis). For this gcc is very good, I find.

      I haven't used gcc-3.3 yet. I tend to wait for .1 releases.

      I have hacked into gcc in the past to remove annoying messages and default behaviours (no to improve the compilation), I certainly appreciate
      having the source around.
      Thanks for responding.

    65. Re:Think Different by Shinobi · · Score: 1

      Hmmm. Could be that the problem is with an old version of a library or something, that is part of Red Hat 7.3.

      What kind of image analysis?

  2. whatever by boomerny · · Score: 1, Interesting

    They're giving us a desktop UNIX running on 64-bit hardware, what else can you ask for? sheesh

    1. Re:whatever by AlgUSF · · Score: 2, Interesting

      Not to mention a FRESH LOOKING desktop UNIX running on 64-bit hardware.

      --


      I want my rights back. I was actually using them when our government stole them after 9/11.
    2. Re:whatever by Angry+White+Guy · · Score: 1

      How about a desktop UNIX running on fast 64 bit hardware?

      --
      You think that I'm crazy, you should see this guy!
    3. Re: whatever by Black+Parrot · · Score: 4, Insightful


      > They're giving us a desktop UNIX running on 64-bit hardware, what else can you ask for? sheesh

      Who wants 64-bit for 64-bit's sake? I want fast, cheap computation. I'd be happy with an 8-bit computer if it gave sufficient bang for the buck.

      --
      Sheesh, evil *and* a jerk. -- Jade
    4. Re: whatever by akpcep · · Score: 1, Insightful

      I agree. This all smacks of desperation on Apple's part.

      --
      Hmmm.
    5. Re:whatever by Anonymous Coward · · Score: 0

      Yeah, and I'm sure your desktop unix also did fun stuff like photoshop and office and indesign and whatnot. You can pull apart the details and find someone who tried almost any part of it first, but Apple has done a good job of bringing a whole lot together in a way that actually works. That's a decent innovation. But yeah, their marketing is out of control. Geeky specs only sell to the /. type crowd, which are not apple's biggest market. Flashy advertising sells to everyone else. Every company is guilty of taking advantage of that, and that's going to be the way it is forever till the end of time.

    6. Re:whatever by IamTheRealMike · · Score: 1
      Honesty?

      I mean by that logic we should never criticise Microsoft because they gave the world Office, or something.

    7. Re:whatever by Sj0 · · Score: 1

      AMD released the Opteron in March.

      SuSe and Mandrake have, or will have 64 bit versions of their distribution.

      So...

      --
      It's been a long time.
    8. Re:whatever by Ageless+Stranger · · Score: 1

      How about them not lying to us for starters?

    9. Re: whatever by pigeon · · Score: 5, Funny

      Well.. you can have my 8-bit commodore 64 for free.. so the bang for the buck is infinite..

    10. Re:whatever by BWJones · · Score: 5, Insightful

      I had a desktop UNIX (Solaris) running on my desktop 64-bit hardware (Sun Blade 100) a couple of years ago.

      Yeah, me too. But unlike the Mac, I could not run Office, Photoshop, function as a web server, surf the web, compile code, run bioinformatics searches, do molecular modeling and have wonderful text aliasing all at the same time. Now with OS X, I can do all this and network seemlessly with Wintel and UNIX machines while maintaining my sanity by only having one software library to keep up with and have one system on my desk instead of three. Oh, and when I am on the road (like now on the other side of the country), I can take all of this with me by using a Powerbook.

      No other company has been able to give me these tools, and for that.....I have to say, "Thank you Apple Computer".

      --
      Visit Jonesblog and say hello.
    11. Re:whatever by jgalun · · Score: 5, Insightful

      Believe it or not, some of us want both a desktop UNIX on 64 bit hardware AND legitimate benchmarks. I don't see why one excuses the other.

      Listen, Apple made a good product because they needed to stay in business. They didn't do it out of the good of their hearts. And their good product in no way changes the fact that I don't appreciate being lied to by corporations.

      Don't get me wrong, this is not the world's biggest lie or corporate misdeed. I don't put much faith in benchmarks anyway, and I wouldn't make my decision between a Mac or a PC based on them (although for others the specs might be more important). But it's still sleazy. And it's very unfair to act like it's "ungrateful" or "trollish" to demand that Apple set up legitimate benchmarking tests.

    12. Re:whatever by Anonymous Coward · · Score: 0

      So, you don't disagree that Apple is lying that they're producing the first 64-bit desktop? I'm glad, because you'd look foolish. Alpha and UltraSPARC have been doing 64-bit desktops (even at affordable home-user prices in the last few years) for a long time now.

    13. Re:whatever by pigeon · · Score: 1

      I agree.. a unix with a good gui, and more important: that runs logic audio 6 (nog available for windows or linux), final cut pro (same thing) etc etc.

    14. Re:whatever by nehril · · Score: 5, Funny
      this guy may have some points but he is whacked out:


      Misleading Prices

      Both Apple and Dell are guilty of using misleading prices. For example, Apple gives the price of the low-end G5 as "$1999", and the high-end G5 as "$2999". In other words, they have subtracted $1 from a $3000 computer to make it seem cheaper, which is absolutely ridiculous. This demonstrates that both Apple and Dell are willing to mislead people when stating their prices.


      Next crackpot, please.

    15. Re:whatever by tolan-b · · Score: 1

      apart from office and photoshop (and tbh although they're not there yet, gimp and OOo are coming on by leaps and bounds) you can get all that on linux. (i haven't noticed anything on my redhat+ximian2 system not anti-aliased, and ximian gives seamless smb and nfs browsing out of the box.)

    16. Re:whatever by Squidgee · · Score: 0

      Well, considering the 2ghz is a bit faster then what Intel/AMD are offering in the 64bit arena, and way faster than what Sun is offering...

    17. Re: whatever by Anonymous Coward · · Score: 0

      Sure you would, what happened to all those nice steam powered vehicles from the turn of the LAST century? As long as they give me the bang for the buck.

    18. Re: whatever by splutty · · Score: 1

      If I can use Linux on this thing, I want the 64bit for the 64bit sake, since I'm running into 2TB block device limits at the moment with a 32 bits kernel..

      In that respect: 64 bits is better.

      ps. I laughed my ass off about the flame answering bit.

      --
      Coz eternity my friend, is a long *ing time.
    19. Re:whatever by wetshoe · · Score: 1

      It's actually not UNIX. If you would have read this article you would know that they are in a legal battle with The Open Group. They are technically a UNIX-like OS, similar to the situation Linux, FreeBSD and OpenBSD are, as well as others. They are UNIX-like, not UNIX. To be able to call yourself UNIX, you have to follow specifications set up by the Open Group, as well as be certified by them. This is the road taken by IBM, SUN and HP. That's why they sell UNIX, and why Linux, Mac OS, and the BSDs are UNIX-like.

    20. Re: whatever by PhxBlue · · Score: 2, Funny

      Even if it had a four-bit operating system made by a two-bit company? :)

      --
      !#@%*)anks for hanging up the phone, dear.
    21. Re:whatever by Shadow99_1 · · Score: 1

      Um so is AMD... You know the makers of Opteron & Athlon64? The ones who have several linux distro's already supporting AMD64? Unless you mean '64bit RISC hardware', but then again the Opteron is internally a RISC design so I guess that doesn't work either... Maybe... No... hmm.. Well I guess if you'd said "on 64-bit hardware that has no native support for x86" you might have been right...

      --
      we are all invisible unless we choose otherwise
    22. Re:whatever by HobbitGod42 · · Score: 3, Insightful

      Actually.... He has a good point. People think that things are cheaper if they see a lower number in it. IE something for $1.99 will sell better than something for $2.00. It is because they think they are getting something for cheaper.

      Companies have been doing this for years and its been working flawlessly.

    23. Re:whatever by Anonymous Coward · · Score: 0

      Maybe not on his Solaris box, but I think you'll find that Irix users have been doing much cooler graphics work on their 64bit desktop Unix workstations for a decade longer than you've been doing page curl effects with your warezed copy of Photoshop.

    24. Re:whatever by SpaceRook · · Score: 0, Redundant

      If a smart person wants $2.00, they'll charge $2.99, not $1.99.

    25. Re:whatever by jusdisgi · · Score: 1

      Hrmf. You've gone and busted my bubble. I had my eye on this nice Sun box on Ebay...but I thought I could use it to compile code and run a webserver.

      Thanks for the heads-up though; I'm really glad I have you around to tell me just what can't be done in Solaris.

      --
      Given a choice between free speech and free beer, most people will take the beer.
    26. Re:whatever by Anonymous Coward · · Score: 0

      Apperently you have no clue about AMD's offerings. They'll have they're 64-bit 2GHz+ Opteron out this year.

      I think you had better stroll on over to other sites besides macworld. ;)

    27. Re: whatever by d99-sbr · · Score: 1

      Actually, the major reason behind 64 bits is more memory. You _could_, of course, implement some kind of elaborate paging scheme to have your 8-bit processor access tons of memory... but let's not.

    28. Re:whatever by jpc · · Score: 1

      And its not SPEC. Apple havent submitted results to SPEC, and cant use the trademark. They are going to be very annoyed. Thats what official results are for, controlled comparisons.

    29. Re:whatever by Anonymous Coward · · Score: 0

      I had a desktop alpha box 4 years ago.

    30. Re:whatever by nanojath · · Score: 2, Funny

      Holy shit! Now that you mention it, all KINDS of manufacturers have been pulling this "knock off a dollar" trick on me. I've been getting duped! No wonder the money goes so fast...

      --

      It Is the Nature of Information to Transgress Artificial Boundaries

    31. Re:whatever by Anonymous Coward · · Score: 0

      So, you don't disagree that Apple is lying that they're producing the first 64-bit desktop?

      Apple never said they produced the first 64-bit desktop. Never said it. Ever.

      They said they made the first 64-bit personal computer.

      Which is true.

    32. Re: whatever by bofkentucky · · Score: 1

      Why not, it worked well for the worlds richest man and his company.

      --
      09f911029d74e35bd84156c5635688c0
    33. Re:whatever by Anonymous Coward · · Score: 0

      Really? Where iTunes for Linux? And before you answer, make sure you know what iTunes does. Make sure you know about smart playlists, about CD burning, about Rendezvous streaming.

      Where's iMovie for Linux?

      Where's iPhoto for Linux?

      These three programs come FOR FREE with EVERY MAC. We're not even talking about third-party applications here. We're talking about stuff that's BUNDLED.

      No. You cannot "get all that on Linux."

    34. Re:whatever by NulDevice · · Score: 1

      I will be getting a G5 for the sole purpose of running Logic6.

      My Dell may be faster than a g5, but...damn, Logic 6! Logic Freaking 6!

      --

      ----
      "I used to listen to Null Device before they sold out."

    35. Re:whatever by tolan-b · · Score: 1

      lol...

      where were they mentioned in post i was replying to?

      dick...

    36. Re:whatever by Squidgee · · Score: 1
      Yea, this year. Not now. NOW it's the fastest.

      That's like saying "Sometime there will be safter chips than the pentium 4s."

    37. Re:whatever by Anonymous Coward · · Score: 0

      Wake up, this isn't by far the first time such shit happens.

    38. Re:whatever by Anonymous Coward · · Score: 1, Funny

      OH MY GOD Apple bundle ALL THAT?! All three applications THAT I'LL NEVER USE?! In EVERY MAC?

      Well shit, here, take my $3000! Quickly!

    39. Re:whatever by Captain+Large+Face · · Score: 1, Informative

      It is because they think they are getting something for cheaper.

      Erm.. if someone pays $0.01 less for a product, they are getting it cheaper. The fact is that the attraction to something which is psychologically priced is that is seems cheaper to a disproportionate degree.

    40. Re: whatever by Anonymous Coward · · Score: 0

      Meanie. You'd lump some poor guy with a 1MHz Commodore 64 in this day and age?

      I mean, come on, this is the 21st century. Give the guy a real computer. Like this one, sheesh. If you're going to have the guy use a Commodore 64, at least give him one with a 105MHz front side bus, screaming 20MHz 8bit CPU and 1gb of SD ram. Yeah!

    41. Re:whatever by Anonymous Coward · · Score: 0

      Can just anyone GET (not just pay for, but take possession of) a PowerMac G5 right NOW? I didn't think so.

    42. Re:whatever by Anonymous Coward · · Score: 1, Informative

      Believe it or not, some of us want both a desktop UNIX on 64 bit hardware AND legitimate benchmarks.

      Before you go drawing conclusions from what a known anti-Mac nut says, you should read the actual test whitepaper. From Veritest, not from Apple. Apple, as you should know by now, did not actually conduct any of these tests. They just provided the hardware and the OS. Veritest did the actual testing.

      Read the whitepaper. It's on the Apple site. It tells you everything you need to know. It tells you, for example, that the EXACT SAME COMPILERS were used on each machine: GCC 3.3 and NAGware FORTRAN. That's a level playing field. It tells you that SSE2 was not used on the Dells... but that the vector registers were not used on the G5, either. That's a level playing field, too. It tells you, right there in the results, that on single-processor integer performance the G5 is slower than the P4 or the Xeon. Right up front. No lies here.

      What's trollish is to look at PERFECTLY ACCEPTABLE AND LEGITIMATE TESTS and to declare them bogus just because you hate Macs. Which is exactly what the Haxial guy did.

    43. Re: whatever by JollyFinn · · Score: 3, Insightful

      >Who wants 64-bit for 64-bit's sake? I want fast, cheap computation. I'd be happy with an 8-bit computer if it gave sufficient bang for the buck.

      Heck. perhaps you don't wan't to consider a possibility of running out of VIRTUAL address space,perhaps programmer who intends to continue selling their product in next year starts worrying it today. Perhaps the guys who complain that they run out of memory all the time buy it. Or guys who do troublesome hacks to have their program run with more than 2gig of data. 64 bit is convenience for programmers, and it gives performance boost where it counts for apples target market. People don't buy power Mac's primary for 3D shooters, nor office productivity apps nor RTS. Their primary market is image editing, and when your image is over 500MB in size and program wan't to have temporary copies of it and other temporary structures that are function of image size you start up having troubles with 32bit address space. Oh wait you just didn't realize that macs are used to edit something that goes to high resolution PAPER. 64 bit is BIG issue for some people while its not issue for majority, Apples target market happen to be those with big issues related to that.

      64bit desktop is just neat, but its the business users that need truckloads of RAM.

      BTW: 8 bit computer could store upto 64kb of stuff with address space extension (16bit) normally, so you would be screwed up badly no matter how many THz it would run, the amount of bang doesn't matter if your problem is too large for it to solve, for instance edit 300*400*8 sized image, or compile linux sources or... Oh wait even if it would be the fastest computer on planed doing stuff that fits in the 64kb area it would suck on things that don't. And there are businesses which have similar problems with 32bit these days.
      Image editing, 3D rendering(no not games), business databases, simulations, and...
      Sure thats not apps that average slashdotter would use but those do exist and Apple does fine for those.

      --
      Emacs is good operating system, but it has one flaw: Its text editor could be better.
    44. Re:whatever by jo42 · · Score: 1
      AMD released the Opteron in March

      Then why can't I buy an Opteron and motherboard locally? Hint, ATI is 10 minutes down the highway from here...

    45. Re: whatever by Anonymous Coward · · Score: 0

      Obviously they didn't give the bang for the buck.

    46. Re:whatever by Anonymous Coward · · Score: 0

      Alpha and UltraSPARC have been doing 64-bit desktops (even at affordable home-user prices in the last few years) for a long time now.

      The difference is that Joe Q Public doesn't give a fuck about your shitty UltraSPARC 1 or Alpha DS10, and has only become interested in 64 bit computing in the last 12 months. History is written by the victors, and Apple will sell more 64 bit machines in the next 12 months than Sun and Digital/Compaq/HP/WalMart or whoever the fuck buys them next managed to sell in last 12 years. Thank you for not being important.

    47. Re:whatever by Anonymous Coward · · Score: 0
      this guy may have some points but he is whacked out:

      Misleading Prices

      [about knocking off a $1 on prices, so that you have a 9 instead of an 0, so that one can say "almost 3 grand" and not "3 grand"]

      Next crackpot, please.

      Except, of course, he's right about that, too. It's a psychological trick to make you think it really is less expensive, even if the difference is just chump change.

      This is why big ticket items are sold for xxx9.99, and even gas (in the USA) is sold for $x.yy and 9/10s. Ever see a 1/10th of a cent? no? then why for the love of Pete price something in terms of a 1/10th of a cent?

    48. Re:whatever by IamTheRealMike · · Score: 1

      You can run MS Office and Photoshop via CrossOver. Which does indeed use antialiasing.

    49. Re: whatever by Anonymous Coward · · Score: 0

      How many desktop users are bumping into the 4Gb virtual address limit on IA32? If you are, you're using the wrong hardware; switch to IA64 or X86-64. If you can't afford it, just use an OS that supports Page Addressing Extensions.

      PAE might be a hack, but it handily tides over those IA-32 users who need more than 4Gb of virtual address space. Then we're up for X86-64 (Or God forbid, IA64) desktops next year anyway.

      They'll cost less than £3000 (Sorry, $2999) too.

    50. Re:whatever by Sj0 · · Score: 1

      You live in Ottawa? Groovy.

      Yeah, it's canada. You have to order in anything useful. My entire PC is made from ordered parts. It's just something you have to live with. If you have a good source, you can have overnight delivery anyway, so it doesn't usually bother me.

      --
      It's been a long time.
    51. Re:whatever by caveat · · Score: 1

      Um...$1.99 IS cheaper than $2.00. Not by much, but it is, and it doesn't break the magical $2 barrier (or $2,000 barrier)...it's a classic marketing-psychology trick, like the 9/10Â prices on gas, but it's not "misleading" like the author claims - i think that's the crux of the issue.

      --

      Facts do not cease to exist because they are ignored. - Aldous Huxley
    52. Re:whatever by MORTAR_COMBAT! · · Score: 4, Funny

      Well, when I go to buy, say, a new processor, and one store has it for $199 and the other has it for $200, I'm going to buy the $199 for the sole reason of being able to answer "Oh, 100-something dollars" to my wife's question of "How much did that stupid thing COST?" instead of having to say "200 dollars".

      --
      MORTAR COMBAT!
    53. Re:whatever by Anonymous Coward · · Score: 0

      So... what? You concede that Linux can't hold a candle to a Mac?

    54. Re:whatever by Lispy · · Score: 1

      Ok, take a look at that.

      All of this comes FREE (as in GPLed) with version 9 of Slackware-Linux, and before you answer make sure youÂve read your Eulas for iTunes and alike.

      Btw: Did it ever cross your mind that you PAID for these Software Packages by purchasing your Apple Hardware? Just an idea... ;-)

      PS: I like Apple as much as the next guy but this just makes no sense...

    55. Re:whatever by boomerny · · Score: 1

      responses to comments: - I should have said "64-bit Personal Computer", because yes Sun and others have had 64-bit desktops for years but they are classified as Workstations(not meant for the average home user) - to be lawful I should have said "Unix-like" or something like that because yes we all know they aren't certified Unix My point is manufacturer benchmarks are bunk(see recent Nvidia articles) and if you are considering buying this machine based solely on SPEC then this machine is not for you. I think researchers will appreciate the 64-bit architecture and artists will love having 8 gigs of RAM (if they can afford it).

    56. Re:whatever by Anonymous Coward · · Score: 0

      god I wish I had mod points right now...

      +1 really funny

    57. Re:whatever by Shadow99_1 · · Score: 1

      You do realize that's exactly why people may be interested in Athlon 64 which launches at almost exactly the same time as the G5's do. Though The Athlon 64 could be considered a more tested product since it's just a varient of the Opteron which you can already buy (though sicne it's meant as a server cpu currently it's not on the DIY market).

      Though "64-bit Personal Computer" is also soemthign of a misnomer since the G5's are very much 'workstations' more than Personal Computers (since PC implies a different use).

      It may also be nice to know that Apple used several AMD technologies without ever once mentioning AMD in their market speil yesterday. The '1 Ghz' bus is a hypertransport link just like the Opteron uses & the technology was originally developed by AMD. Not to mention the best thing I found which is that the '133MHz PCI-X' controller on the Apple baords is in fact the same AMD made chip as all the current Opteron boards use... Nice to know Apple owes alot of their platform to another company while not even giving them credit for it...

      --
      we are all invisible unless we choose otherwise
    58. Re:whatever by swordboy · · Score: 1

      They're giving us a desktop UNIX running on 64-bit hardware, what else can you ask for? sheesh

      Ummm... WATERPROOF!?

      --

      Life is the leading cause of death in America.
    59. Re:whatever by Anonymous Coward · · Score: 0

      Would you please stop trying to dilute the Open Group's Trademark. Apple has no right to use the UNIX â name.

    60. Re:whatever by Anonymous Coward · · Score: 0

      All of WHAT comes free (as in draconially licensed) with Slackware? I still don't see an equivalent to iTunes, iMovie, or iPhoto, much less iDVD (which is bundled with SuperDrive-equipped Macs only).

      Try again.

    61. Re:whatever by Anonymous Coward · · Score: 0

      A bit of critical thinking would go a long way in a case like this, Louise. The linked piece of crap doesn't even qualify as an article; it's a rant. It's full of half-truths and whole-lies, and it comes from a source who is known for having an anti-Mac bias as big as the whole outdoors.

    62. Re:whatever by Anonymous Coward · · Score: 0
      IE something for $1.99 will sell better than something for $2.00. It is because they think they are getting something for cheaper.

      Dear HobbitGod42:

      On behalf of Microsoft's Intellectual Property Security Team, we hereby give notice that you must immediately discontinue your unauthorized use of the IE trademark. Furthermore, you use IE in the same sentence as "$1.99", suggesting that our high quality product is cheap.

      We at Microsoft are benevolent citizens and we give IE away for free out of the kindness of our hearts. We do not, however, give away our intellectual property or our code. So please cease and desist, because lawyers aren't nice enough to give away their products for free like we do.

      Sincerely,

      Microsoft Intellectual Property Security Team

    63. Re:whatever by Anonymous Coward · · Score: 0

      and that is what the dope switcher chick needs a mac for? modeling the THC molecule?

      "whoa dude, it's like, psychedelic... I've never been able to order iDope in the online Apple Headshop this fast before!"

    64. Re:whatever by nitehorse · · Score: 1

      Oh, right. So I must have imagined that Apple told the truth on their own web site about winning 3 out of the 4 SPEC benchmarks, using the same compiler on both platforms.

      Please.

      And they do admit that the only area where the P4 beats them is on the low-end single-processor SPECint test.

      But for Slashdot, I guess that doesn't matter, since even when Apple tells the truth, all they get is "THEY LOST ONE BENCHMARK IT ISN'T AS FAST AS THEY SAID OMG THEY MUST BE LYING TO US". ::sigh::

    65. Re: whatever by balaam's+ass · · Score: 1

      Informative post. Mod up.

      Although I'm not sure I'd agree "the primary market is image editing." Maybe this guy works in image editing, but there are plenty of other fields where more memory is better -- music and signal processing for example. Digidesign (makers of ProTools) has an article saying they're rather excited about the G5, and I seem to remember it saying somewhere in the ProTools docs that the performance of the software is memory-limited.

      Another big app is scientific computing. Granted, most scientific users are more likely to buy an Intel machine and put Linux on it. -- But hey, I "made the switch" and some other scientific colleagues did the same. Maybe Apple knows what they're doing...

    66. Re:whatever by nsxdavid · · Score: 1

      Yeah, I'd have to agree that he is out to lunch on the pricing issue.

      Anyone who has even a ounce of marketing experience knows that the "one penny less" technique is effective. It is not misleading, because it *is* the price you sell it at.

      But the reason you do it is based on competition. If you sell a widget at $1000 and your competition sells it for $999, they get a larger marketshare. It is just that simple. It would be hard to go to your shareholders and explain why your pricing strategy is obviously out to lunch.

      Gas stations are the funniest, though... with their one-tenth-of-a-cent difference.

      --
      David Whatley
    67. Re:whatever by mesach · · Score: 1

      gas isnt sold with a 9/10Â

      you are paying $1.79 for 9/10th of a gallon

      --
      moo.
    68. Re:whatever by boomerny · · Score: 1

      why would they mention AMD? cuz they invented Hypertransport? Do Dell or Sony mention Apple when they release a Firewire product? Not a flame, just a point to consider. As for the PCI-X controller, I don't think Apple manufactures any of it's own motherboard components, even their Firewire controllers are outsourced(Tandy I think). They have the same choice of suppliers as every other board-builder.

    69. Re:whatever by chundo · · Score: 1

      Gee. Sounds a lot like my Linux laptop running KDE 3.1 (except for the Photoshop thing... I haven't warmed up to Gimp yet). Or even like my previous Windows laptop, for that matter.

      I won't deny Macs are good. But I don't understand the constant quest for approval by insisting everything Mac is head-and-shoulders above the rest. They're good machines. They've got very competitive technology. But they're not revolutionary.

      This isn't flamebait. I just don't understand the zealotry, particularly when the story has a valid concern about a hardware manufacturer's benchmarking procedures.

      -j

    70. Re:whatever by Anonymous Coward · · Score: 0

      Go jerk off to your steve jobs poster. You fucking troll.

    71. Re: whatever by Anonymous Coward · · Score: 0

      Imagine a Beowulf CLuster of these.

    72. Re:whatever by Martin+Blank · · Score: 1

      Then maybe you can explain why it is that my last receipt from the gas station showed the price as $1.939 (California 91 octane)? Was that last 9 a misprint? If so, it must have been a misprint for the last 10 years in which I've been driving.

      --
      You can never go home again... but I guess you can shop there.
    73. Re:whatever by Anonymous Coward · · Score: 0
      I can do all this and network seemlessly with Wintel and UNIX machines

      Um ... "without seem"?

    74. Re:whatever by Anonymous Coward · · Score: 0

      i would take a sun blade with solaris over any mac crap anyday ! ...and wtf are you talking about not running office, surfing the web etc on a sun blade "at the same time" ?

      solaris is a proven OS, the applications you talk about were available on this platform a long time ago !

      did apple stuff a wad of cash in your wazoo for talking like a naive asslicker that you are !

      "now with OS X i can lick that and this " ...and "thank you apple computer" !! seesh ! get a life sir !

    75. Re:whatever by Squidgee · · Score: 1
      But hey, the actually exist. You beloved 64 bit AMDs do not.

      Moronic AC too afraid to post logged in.

    76. Re:whatever by Anonymous Coward · · Score: 0

      The mac zealots are very aware of the legal battle, that is why they are trying to use the term UNIX as much as possible. They want to make it seem as if it has become a generic term. The only question is if Apple is behind this or not.

    77. Re:whatever by dextr0us · · Score: 1

      Not to mention this guy is a douche. If you read his article, it all seems to make perfect sense, but then he gets in flame wars with his hate mailers. I mean if someone hate mails you, post an elegant response, as opposed to a conversation like this:

      "MACS R0x0r S0x0rz!!!"

      well, i'd have to disagree, because my benchmarks and analysis R0X)R S0X0rzzz !111!! LOL OMG!!

      --
      "Martha Stewart can lick my Scrotum......do i have a scrotum?" -- Sharon Osbourne
    78. Re:whatever by Shadow99_1 · · Score: 1

      I was just pointing out they owe a large portion of their platform to AMD, while they ignore AMD in any way when they compare their platform to others. Which is odd seeing as how the 1XX (single cpu systems) series Opteron's due out any time now & the 2XX series Opterons which are already out are the most direct competitor to the PPC 970 & it's platform. Both are 64-bit ALU designs with very similiar platform features... Yet they aren't mentioned at all... I just find it more ironic that large protions of the platform where made by AMD, yet when it comes time to compare Apple would rather face Intel than AMD...

      Also Sony doens't release "Firewire" products, they release I-link products... & Dell releases "IEE 1394" products... In that case Apple doesn't get mentioned because they aren't using the Apple name... In the case of Hypertransport since it's a 'selling point' of the system, they could at least bother to tell it like it is... Since they seem to imply it's 'their' tech when it's part of the Hypertransport consortiums tech, to me it seems dishonest to imply it's theirs when they can't really claim that...

      --
      we are all invisible unless we choose otherwise
    79. Re: whatever by poot_rootbeer · · Score: 1

      Your bang/buck calculations are incorrect.

      C64 / $0 = divide-by-zero exception

    80. Re:whatever by Anonymous Coward · · Score: 0

      Hahaha... that's the funniest thing I've heard in a long time. Mod parent up as funny (or clueless)!

    81. Re: whatever by the+bluebrain · · Score: 1

      Dude - you're giving away C-64s?
      Sling one my way!

      :)

      /pathetic 80s dude stuck in a rut

      --
      yes, we have no bananas
    82. Re:whatever by Anonymous Coward · · Score: 0

      "Oh, and when I am on the road (like now on the other side of the country), I can take all of this with me by using a Powerbook." ....oh my !
      you must the smartest f*** i have ever had the fortune of knowing. your mother must be proud of you !

      SHUT UP BEEYATCH !

    83. Re: whatever by metalslinger · · Score: 1

      Mod this please. Calm and well put.

      --
      /. Heroics - 99.999%
    84. Re:whatever by Anonymous Coward · · Score: 0
      No other company has been able to give me these tools, and for that.....I have to say, "Thank you Apple Computer".


      Did achieve orgasm over your G4 before or after typing that final line?


      Seriously, while it's easy to call bullshit on all benchmarks and the whiner mentioned in the article clearly just likes the sound of his own voice, why the fuck do you Apple zealots have to respond like someone's defiled an icon of the image of St Steve?


      In case you didn't know, NT 4 ran on Alpha's over half a decade ago with dynamic recompilation so you could run all x86 desktop apps. Before Compaq killed it all off, the same technology was being ported to their 64-bit Unix offerings.


      Web server, surfing, compilation, searching, modelling, and "wonderful text aliasing" were also not a problem, and you had a choice of Digital Unix, VMS, NT, Linux, BSD to do it on... running Office itself would require NT, and is better done by booting up an x86 OS on an add-on PC card (vs the relatively horribly slow Virtual PC, or the not-always-compatible-and-maybe-to-be-discontinued Office v.X).


      So, I'd like to say: Thank you Digital, for doing all this 6+ years ago, for creating a lot of the technology in the first place rather than just assimilating it (and I'm not saying Apple hasn't done a good job of integration -- they have). And a big fuck you to HPaq for getting into bed with Intel to please the short-term-profit shareholders.


      Thank goodness Apple isn't publicly owned and at the mercy of investors.. oh.

    85. Re:whatever by Nogami_Saeko · · Score: 1

      I'm going to write a new compiler, just for benchmarking - it'll run on all platforms.

      Now, of course, by run, I mean it will finish the test on all platforms, however on one platform due to additional plugins and tweaks being made, it will finish in 30 seconds. On the other platform it takes 3 weeks because it's somewhat "less optimized".

      But it's the same compiler, so hey, everything is fair, right?!!

      Duh.

      If you want a realistic benchmark, you take the fastest compiler for either platform you're testing and optimize it as much as possible for the absolute BEST results on each platform. Then you compare.

      Anything less and you might as well not bother, except for the gullible people who will buy anything...

      --
      "Nothing strengthens authority so much as silence." - Charles de Gaulle
    86. Re:whatever by Anonymous Coward · · Score: 0

      You can run Office on Windows I've heard. Heck, if you use Win4lin, you can run it on Linux too!

      You know, since about Windows 98, Windows has antialiasing, heck, Windows XP has two versions of it, one version (cleartype) optimized for LCD displays and the regular optimized for CRT displays. It works system wide (unless some programs decide to waste the time rendering their own proprietary fonts, which is a rarity in the Wintel world).

      Photoshop runs great on Windows (heck, given the general bad taste Apple (continues) put(ting) in Adobe's mouth, I wouldn't be surprised if Adobe slowly phases out support for Mac computers altogether).

      Microsoft has a little web server of their own (IIS), and if you don't like IIS, you can use Apache 1.3.x or Apache 2.0.x on Win32 which are coming along admirably!

      I wasn't aware that Apple's were the only machines out there that "run bioinformatics searches, do molecular modeling". Interesting.

      I've heard there are compilers out there for Intel processors (prove me wrong, please, though). Oh yeah, and Wintel / Linux machines can also network with Apple, now that they finally dropped their proprietary Appletalk in favor of the standard TCP/IP (thanks to the underlying *nix operating system of OSX).

      Also, I've heard that there are some Intel-based notebook computers out there. Correct me if I'm wrong. Heck, some manufacturers (SONY) even make ones as expensive as Powerbooks, though it's far less common to see Intel-based notebooks that pricey anymore.

      And, finally, I had no idea you could do multi-tasking on an Intel based PC! Say it ain't so, but I'm a State of Florida Employee, I don't want to be more efficient with this newfangled multi-tasking thing!

      "Thank you Intel-based PC" for making sure I can't do any of the things that make Apple users lives easier. Uncle Steve, can I have my time at the MAC G5 now, I need to grate some anti-aliased cheese!

    87. Re: whatever by b-baggins · · Score: 1

      Apple is actually pretty big in biotech, where the stuff is all FP-intensive. 64-bit with 8GB of RAM for only $8000 is going to make them drool.

      --
      You can tell a great deal about the character of a man by observing those who hate him.
    88. Re:whatever by low-k · · Score: 1

      I was just in Germany last week, and I saw that they sold gas with an extra 4/10th of a cent per liter instead of the usual 9/10th. I totally didn't understand why they didn't bother with just going with 9/10th.

    89. Re: whatever by nacturation · · Score: 1

      Don't make me break out my calculus stick on you!

      --
      Want to improve your Karma? Instead of "Post Anonymously", try the "Post Humously" option.
    90. Re:whatever by b-baggins · · Score: 1

      The hypertransport consortium consisted of several companies, including Apple.

      Sheesh, and I thought Mac zealots were bad

      --
      You can tell a great deal about the character of a man by observing those who hate him.
    91. Re:whatever by Epistax · · Score: 1

      Well that's actually a well known tactic for making things look like they cost less. Look at all the things that cost $?9.99, etc. Of course it's simple trickery, as there is no rationalization otherwise to cut out a couple pennies. If they were at all intelligent, they would price things so that once tax was included, it would be a whole dollar amount. A lot of small stores are starting to do that (so that things like a soda are $1 even), and I like it a lot.

      That said, a lot of stores are now doing the reverse. Something costs $1? Why not $1.10. That's basically a dollar. Hell, inflate all prices by up to twenty-five cents no one will know the difference.

    92. Re:whatever by divisionbyzero · · Score: 1

      yes, but it isn't exactly news... the fact that he feels he needs to point it out tells you something about what he thinks of himself and what he thinks of his audience... He seems to think he is very clever, and he might be for all I know, but I don't think he is an authority on anything except his crap bbs software. I'll wait till Tom's or Extremetech or Ars gets their hands on one...

    93. Re:whatever by J2000_ca · · Score: 1

      I always thought it was due to taxes, if something is only $1.99 it is charged 15 cents tax (Canadian). If it is $2 it is 30 cents tax. Double

    94. Re:whatever by Anonymous Coward · · Score: 0

      Define legitimate benchmarking tests. I'm waiting.

    95. Re:whatever by FLEB · · Score: 1

      Yeah, and why I have this big pile of pennies!

      --
      Information wants to be free.
      Entertainment wants to be paid.
      You just want to be cheap.
    96. Re:whatever by TobyWong · · Score: 1

      You realize that the way it works is you decide you want some nice benchmarks to promote your product so you hire an "independent" testing firm to conjure you up some results. Obviously they are not going to bite the hand that feeds them so they generate as favourable results as possible. You think veritest did this out of the goodness of their hearts or for the betterment of humanity? lol a little healthy skeptecism is definitely in order when reading benchmarks like this no matter who they are coming from.

      --
      - Toby
    97. Re:whatever by Anonymous Coward · · Score: 0

      Actually, this is a pratice of ODD-EVEN pricing. All the company do the samething. It is the only thing I didn't agree with him from his article.

    98. Re:whatever by RoundTop-VJAS · · Score: 1
      WRONG! Taxes are calculated as a percentage of overall price, not by whole dollar amount.

      jeez...

      If you buy a $2.00 item in British Columbia you have 7% GST (14 cents) + 7.5% PST (15 cents), giving you a total of $2.29.

      Now, let us use $1.99, 7% = 13.94 cents, 7.5% = 14.925. This is 2.27865, rounded up to $2.28.

      Wow, you paid 1 less cent, like the one you had different on the price. It is a psycological pricing.

      --
      RoundTop

    99. Re:whatever by Aqua+OS+X · · Score: 3, Insightful

      It's been said a hundred time before; however, I'm going to say it again.... every other major PC and Semicondcutor manufacturer does this stuff.

      Intel says they have the fastest solutions, AMD says they have the fastest solutions, and Apple/IBM says they have the fastest solutions. People have been putting skewed test results on the web for years.

      Honestly, I'm not going to take any of these benchmarks for real. I want to see a review from ARS Technica or John Carmack. :)

      --
      "Things are more moderner than before- bigger, and yet smaller- it's computers-- San Dimas High School football RULES!"
    100. Re:whatever by yatesatron · · Score: 1

      Come on! Companies have been doing this for ages! Like Apple (and Dell for that matter) invented this crazy pricing scheme? That's just reaching.

    101. Re: whatever by dspeyer · · Score: 1

      But then you die on bus speed. If you need more than 4Gb of RAM, then you need to be able to access it quickly. The G5s ship with 167MHz busses! P4 or Xeon use 533; Athlon uses 400, IIRC, UltraSparc (the other 64-bit Unix workstation) uses 733. I guess if you really need 64-bit addressing, your stuck with G5 until Sparc or Alpha becomes affordable, Itanium becomes effective, or x86-64 becomes available, but it's not going to perform well.

    102. Re:whatever by banal+avenger · · Score: 1

      Ever see a 1/10th of a cent? no? then why for the love of Pete price something in terms of a 1/10th of a cent? I calculated it up once, and they do charge you in 9/10s of a cent per gallon. So, if you buy ten gallons, it'll be a penny less than if it wasn't in 9/10s of a cent. They'll round up, of course, on all the ones in between, but it's essentially a "buy 10, get a penny off." A penny saved is a penny earned, my friend.

    103. Re:whatever by Anonymous Coward · · Score: 0

      Digital Performer 4. Digital Performer Freaking 4! ;-)

      And I already have a G4 for it. Just gotta pay the upgrade price one of these days and finally retire my trusty old 7600...

    104. Re:whatever by Anonymous Coward · · Score: 0

      You know, this crap would partially go away (well, not really, just be different) if they got rid of pennies. It's about freaking time. There is only one use for a penny: to avoid getting more pennies. Think about it. Something costs $3.91 after tax. Do you hand them $4 and get a nickel plus FOUR pennies back, or do you hand them $4.01 and get a single dime back?

      Netcraft has confirmed it: the penny is dying...

    105. Re:whatever by Anonymous Coward · · Score: 0

      Opteron? (note: I am not the same AC, and yes, I am too afraid to login; don't know about the other guy)

    106. Re: whatever by nek · · Score: 1

      Dork. The G4 had a 167Mhz bus speed, the G5 starts at 800Mhz and goes up to 1Ghz for the dual-processor.

    107. Re: whatever by rekoil · · Score: 1

      Agreed, albiet I think that Digidesign is more excitied about the speed of the memory than it is capacity. 2GB is plenty for pre-fetching or recording tons of pro audio tracks, but the memory bandwidth on the existing G4s, with the broken shared-bus design that eliminates most of DDR's speed advantages, can become a bottleneck with some high-end DSP algorithms. The G5's memory bus design solves that problem.

      However, the thought of having your entire mix pre-fetched into RAM from the hard drive is kinda neat :)

    108. Re:whatever by PaizuriTatsujin · · Score: 1

      We'll see whos laughing when I buy my computer for $1999 and you buy yours for $2000. I'll be chewing my gum ball all the way home, Sucker.

    109. Re:whatever by BLKMGK · · Score: 1

      Sure they do, there are several of them running at my corporate Hq. Granted they're rack mount servers and not desktop systems but yes they DO exist.

      --
      Build it, Drive it, Improve it! Hybridz.org
    110. Re:whatever by Anonymous Coward · · Score: 0

      But this is precisely why benchmarks are ridiculous to all but the most obsessive hardware geeks (note that I am not saying that there's anything wrong with being an obsessive hardware geek, it's just that it's not relevant to most people). They DO NOT, under any circumstances, measure anything approaching real world performance. Unless it's your job to run benchmarks all day.

      I was going to reply and say that it would be more "realistic" to use the most common compilers on each platform, not necessarily the most optimized. That would get somewhat closer to real world. But then, see the point above: benchmarks are very specific tests and don't mean shit unless your app spends most of its time doing the same things.

      The only tests that matter as far as performance goes are testing things that any given user is likely to do. As a fan of Apple, I was very impressed with the various head-to-head application tests they ran, where the dual G5 basically beat a dual Xeon by a factor of 2 every time. However, I am also a skeptic and don't doubt for a second that these were hand-picked tests. It'll be interesting to see what happens when the G5s actually ship and people can perform more real world tests. Until then, we can only assume that WE KNOW NOTHING. The G5 could be much faster than Intel in real world tests, or it could be much slower. And what about AMD?

      August will be interesting.

    111. Re:whatever by Anonymous Coward · · Score: 0

      > gas isnt sold with a 9/10Â
      > you are paying $1.79 for 9/10th of a gallon

      Uh, no. When a gas station lists $1.79 and 9/10, which corresponds to $1.799, it means exactly what it says - nine tenths of a cent is being charged for each gallon of gas sold. This, in turn, allows more pennies to be collected on each fillup. That's why gas stations do it.

      This is so elementary it is frightening to think people have difficulty comprehending it.

    112. Re:whatever by dafoomie · · Score: 1

      Yeah, me too. But unlike the Mac, I could not run Office, Photoshop, function as a web server, surf the web, compile code
      , run bioinformatics searches, do molecular modeling
      and have wonderful text aliasing all at the same time.

    113. Re:whatever by Anonymous Coward · · Score: 0

      KDE? WTF? You are a PC user, and a Linux user at that. ROTFLMAO, go back to your pathetic kernel compiling and grepping and leave those of us who know what computers are about alone. This supposed benchmark controversy is just FUD aimed at Apple by the PC/Windows/Linux people designed to keep them looking good in comparison to technology that is clearly far ahead of what any of their systems can offer.

    114. Re:whatever by Anonymous Coward · · Score: 0

      Your wife is retarded then. I hope she has big boobies.

    115. Re:whatever by Anonymous Coward · · Score: 0

      Nobody ever said that you should use them, or that you should buy a Mac. Freak.

      Obviously it has nothing to offer you, so don't buy one! Wow, that was hard. I can see why you might read this article, since you may be wondering if the Mac offers anything you really want. But what's the point of letting us know that you won't be buying one. To feel your superiority over us? Oooh, I bow down before you, oh great one who does not need Mac! Ooooh! Whoopee. Feel better? I know I do.

      Oh wait, you're just a troll. IHBT. Darn, sorry. I'll stop now, since it's pointless to continue responding rationally. Have fun trolling!

    116. Re:whatever by Anonymous Coward · · Score: 0

      See, to some of us, what Mac has is revolutionary. Unix + all those nifty commerical apps.

      To you, and many other linux users, it's not. That's cool.

      See, the big secret is that we can coexist on the same planet. Many people in both camps refuse to believe it, but it's true! It's all good!

    117. Re: whatever by Anonymous Coward · · Score: 0

      If you guys actually paid attention to bang for the buck, you'd all be running Macs, and been doing so since 1995.

      Objectively, Macintosh hardware has been cheaper and faster than PC hardwarse since that date.

      Instead you guys fabricate benchmarks to justify your prejudice.

      Its ok to have a preference-- just stop lying about Apple's machines being overpriced--- they haven't been for at least 7 years.

    118. Re:whatever by entrox · · Score: 1

      Because it was 9/10 Deutsche Mark before, which doesn't exist anymore. 4/10 Euro is roughly equivalent to 9/10 DM, so there you have it.

      --
      -- The plural of 'anecdote' is not 'data'.
    119. Re:whatever by Anonymous Coward · · Score: 0

      Your wife is retarded then.

      He, at least, has a wife. You, on the other hand, have your right hand.

    120. Re:whatever by Anonymous Coward · · Score: 0

      Yes. Thank you Apple computer for not gouging me on prices quite as badly as Sun does.

    121. Re:whatever by Alan+Partridge · · Score: 1

      91 octane !?!

      Maybe things are a LOT different in California to the way they are in the UK (actually, no maybe about it) but we only have 95 or 98 octane petrol (gasoline) here, albeit priced at my local station at a rather scary 72.9 pence ($1.31) per LITRE (for the 95).

      --
      That was classic intercourse!
    122. Re:whatever by mesach · · Score: 1

      next time you roll to the gas station...

      put in exactly how much you believe 1 gallon is worth, then check how gas has been pumped

      eg: 91 octaine @ $1.939 as you say

      put in $1.93... the pump will read that you have transferred 9/10 gallon to your car. its always said that its a 1.939 so everyone think's that it's 9/10cent

      that's how they get you... you think you are getting a gallon of gas for $1.93 or even close

      another example.. put in 9 gallons... you will be charged 19.93 if gas is $1.939 as you say, Gas stations make a HELL of alot more money at $1.93 9/10 gal versus 1/10 of a penny per gal.

      --
      moo.
    123. Re:whatever by Anonymous Coward · · Score: 0

      Well, here's one to blow your mind, 91 octane is considered "Premium" and the regular octane is 87 here in the US (California is no different). It usually goes 87, 89, 91 (instead of 91 it could be 92 or 93... it depends)

    124. Re:whatever by Alan+Partridge · · Score: 1

      Fuck!

      At least we get SOMETHING for our enormous price premium.

      Not enough, though.

      --
      That was classic intercourse!
    125. Re:whatever by hesiod · · Score: 1

      > you are paying $1.79 for 9/10th of a gallon

      Hehe, I hope that's a joke, because I laughed my ass off.

    126. Re:whatever by mesach · · Score: 1

      which method do you think anyone with a decent grasp of math would prefer for makeing themselves money?

      sell 1 gallon of gas for $1.939 being $1.93 9/10Â
      or
      sell 9/10th gallon of gas for $1.93

      lets do the math shall we?

      10 gallons @ your rate $19.39

      10 gallons @ my rate $21.44

      WHICH do you think the gas companies want to do, and which do you think they want you to believe is the fact?

      dont believe me? go fill up!

      --
      moo.
    127. Re:whatever by mesach · · Score: 1

      you shouldnt be laughing... check out this and you will know why everyone thinks wrong

      --
      moo.
    128. Re:whatever by Anonymous Coward · · Score: 0

      > Your wife is retarded then

      She's not retarded, he's manipulative :)

      (See, boy, that's a joke, you're supposed to LAUGH)

    129. Re:whatever by klui · · Score: 1

      Actually, I was hoping that VeriTest used Windows and GCC rather than Linux and GCC. The reason being the runtime environment under OS X is optimized for AltiVec. So unless the white paper specifically says that the runtime dylibs were recompiled without AltiVec support (it doesn't say so), I would assume that AltiVec support is enabled--not for the SPEC suite, but for the underlying runtime support.

    130. Re:whatever by Martin+Blank · · Score: 1

      Found a receipt. Here are the numbers:

      14.932G at $1.779
      Total: $26.56

      That's right from the receipt. Pulling open a calculator, I find that

      14.932 * $1.779 = $26.564028

      Or, rounded off, $26.56.

      Time to put away the conspiracy theories.

      --
      You can never go home again... but I guess you can shop there.
    131. Re: whatever by rodgerd · · Score: 1

      The ought to be drooling over Opterons, then. Cost less, do the same!

    132. Re:whatever by bmad · · Score: 1

      >This is why big ticket items are sold for xxx9.99, and
      > even gas (in the USA) is sold for $x.yy and 9/10s. Ever
      > see a 1/10th of a cent? no? then why for the love of
      > Pete price something in terms of a 1/10th of a cent?

      It's an industry ploy to convince people to finally put those wasted FPUs to use. Wait! NO! It's an *Apple* ploy to distract people from their lower integer performance! He's right... they *are* a bunch of lying bastards!

    133. Re:whatever by Anonymous Coward · · Score: 0

      Uh. What part of the C standard library could possibly be vectorized?

      The underlying parts of Mac OS X that are compiled with vector optimizations are things like the window server that benefit from vectorized iterative loops. That sort of thing. Very high-level stuff.

    134. Re:whatever by Squidgee · · Score: 1

      But not at the speeds he's talking about.

    135. Re:whatever by Anonymous Coward · · Score: 0

      But unlike the Mac, I could not run Office, Photoshop, function as a web server, surf the web, compile code, run bioinformatics searches, do molecular modeling and have wonderful text aliasing all at the same time.

      No. With your sun box, you could only function as a web server, surf the web, compile code, run bioinformatics searches, do molecular modeling and have wonderful text aliasing all at the same time.

      Heck, if you were doing all that _simultaneously_, I'm guessing OpenOffice and GIMP wouldn't have driven you any more insane than you already were? :)

    136. Re:whatever by Anonymous Coward · · Score: 0
      1999 $ is low-end ? I dont get it, for 2000 Euros, what basically is something like 2000 Dollars, I get from a local company a high-end System that would satisfy ALL my needs.
      1 GB RAM, 200 GB Serial ATA
      Wanna see specs ? I give you specs. Dont forget : prices are in Euros.

      Intel P4 3066 Mhz
      367,90
      Cooler Arctic Super Silent 4 TC
      19,90
      Gigabyte GA-8KNXP
      212,00
      DDR-RAM 1024 MB PC 266 CL2,5 PC2100
      138,90
      128 MB Sapphire RadeOn 9800 PRO
      409,00
      Creative Soundblaster Audigy Player with FireWire 72,80
      ATX Enermax EG465AX-VEW-FCA
      139,00
      ATX Midi Silentmaxx ST-12 blue - Aluminium
      219,00
      200 GB Maxtor 6Y200M0 SATA
      299,00
      Plextor PX - 116A/T3
      43,70
      LiteOn LTR-52246S 52x24x52x Retail
      44,90
      1,44MB Floppy Mitsumi
      7,45

      • Total : 1973,59
    137. Re: whatever by dspeyer · · Score: 1
      My apologies, you are right.

      This actually makes the situation stranger. Having such a faster FSB is a bigger advantage over Intel than any chip-design advantages they may have -- they should have chosen benchmarks that point it out. These systems will make truly excellent heavy-duty graphics/video workstations or mid-weight database servers.

      Now if the price would only come down into my range....

    138. Re:whatever by waveman · · Score: 1

      "Misleading Prices...subtracted $1 from a $3000 computer... next crackpot please"

      While anyone will tell you that $2999 is close to $3000 once they think about it, the fact is that people are subject to all sorts of cognitive biases and weaknesses. One of them is they use invalid rounding techniques (round to next lower).

      So this sort of thing is actually misleading. Why else would they do it?

      Read up about behavioural finance. There is a whole field that studies this. If you think people are economically rational, ask yourself why people were pouring money into dot.coms in 1999?

    139. Re: whatever by Black+Parrot · · Score: 1


      > Well.. you can have my 8-bit commodore 64 for free.. so the bang for the buck is infinite..

      Good point (as well as funny). It calls attention to the fact that for any serious evaluation on the basis of bang/buck there is likely to be a lower bound on the amount of bang required and an upper bound on the amount of bucks you can spend, so that certain regions on a bang/buck graph are going to be "shaded out" and excluded from purchase considerations.

      Also, the boundaries of those exclusion regions are likely to be fuzzy. Although the mathematical model for the value of money is linear, our subjective valuation of it surely isn't, so that if you have two systems with the same bang/buck ratio they may not have the same appeal to the purchaser.

      --
      Sheesh, evil *and* a jerk. -- Jade
    140. Re:whatever by chundo · · Score: 1

      My point exactly... I like Macs, I just don't happen to use one. I'm happy to coexist. And I'm happy there are Mac users like you who understand that.

      -j

    141. Re:whatever by Anonymous Coward · · Score: 0

      Both Apple and Dell are guilty of using misleading prices. For example, Apple gives the price of the low-end G5 as "$1999", and the high-end G5 as "$2999". In other words, they have subtracted $1 from a $3000 computer to make it seem cheaper, which is absolutely ridiculous. This demonstrates that both Apple and Dell are willing to mislead people when stating their prices.

      I think they added $999 to $2000 to to make it seem cheaper ;-)

    142. Re:whatever by wetshoe · · Score: 1
      This is a good point. It very well seems that Apple is behind them, because they keep calling OS X Unix.

      Now the argument becomes, is Unix a generic term. You have to think of several non-computing terms to get an understanding of this. Scotch tape, Band-Aids, and Kleenex come to mind. These are all products that were trademarked by their respective companies which became so successful that people just started associated these names with all the other brands of the same type. When was the last time you heard someone say, "Gee, I hurt myself, I need an adhesive bangage." No, they say, "I need a Band-Aid." But yet the respective companies still protect their trademarks. You can't go buy Safeway Band-Aids, you still have to buy Safeway Adhesive Bandages.

      The same can be said for the computing world. Just as you said, many people consider Unix a generic term, but this does not mean that others can use it. Just as Safeway can't call their tissues Kleenex, even though they are the exact same thing and many people call them Kleenex, they still can't do that, similarly, Apple still can't call their product Unix.

  3. I'm shocked, shocked, by Black+Parrot · · Score: 5, Funny

    ...to find that people would use benchmarketing to make a product look better than it is!

    --
    Sheesh, evil *and* a jerk. -- Jade
    1. Re:I'm shocked, shocked, by pnix · · Score: 1

      I know! Who would'a ever thought that a company would EVER use misleading benchmarks to try to increase sales? What a scandal! What an outrage! /me shakes head at anyone who believes a benchmark run by the seller of the product...

    2. Re:I'm shocked, shocked, by Surak · · Score: 4, Funny

      He probably works for nVidia. :)

    3. Re:I'm shocked, shocked, by Anonymous Coward · · Score: 0

      Your comment is a waste of space.

      Thanks!

    4. Re:I'm shocked, shocked, by thamaht · · Score: 1

      Or, an older ATI employee!

    5. Re:I'm shocked, shocked, by dslbrian · · Score: 1

      Yeah, what will they do next, air a TV commercial claiming its a supercomputer and surround it with tanks?!?

      DOH, sorry that was the G4...........

  4. Here we go again by Anonymous Coward · · Score: 0

    Another fanboy-o-rama. The Intel fanboys, the AMD fanboys, the Apple fanboys, they'll all come out to play. Shouldn't these mindless dick size wars be going somewhere else?

    1. Re:Here we go again by Anonymous Coward · · Score: 0

      But you have to ask yourself what Slashdot is for, if not mindless dick size wars.

    2. Re:Here we go again by AndrewHowe · · Score: 2, Funny

      No doubt in a couple of days time a new Amiga will be announced... Twice as fast as the G5, with integrated hardware um stuff, and all that.
      Then we can really start the fan wars.
      The Mac zealot replies to this guy's site were pretty funny, but Amiga worshippers are in a different league...

    3. Re:Here we go again by TonyMillion · · Score: 1

      I'm still waiting for my 4 simultaneous streams of HDTV amiga promised me about 4 years ago.

  5. Back to old mantra... by Moschaef · · Score: 0, Redundant

    Speed isn't everything....

  6. eh? by cfscript · · Score: 5, Funny
    Both Apple and Dell are guilty of using misleading prices. For example, Apple gives the price of the low-end G5 as "$1999", and the high-end G5 as "$2999". In other words, they have subtracted $1 from a $3000 computer to make it seem cheaper, which is absolutely ridiculous. This demonstrates that both Apple and Dell are willing to mislead people when stating their prices.

    translation :

    i am too stupid to round up.
    --
    Are you MORE than your SPINAL COLUMN?
    1. Re:eh? by Anonymous Coward · · Score: 2, Funny

      I was just going to post that, EVERY industry does this. Hell, that's $1 out of $1000, the oil companies even feel the need to 'mislead' you out of a tenth of a cent every time you pump premium into your SUV.

    2. Re:eh? by MuckSavage · · Score: 2, Insightful

      Both Apple and Dell are guilty of using misleading prices.

      So are Ford, Chrysler, Dodge, Microsoft, Taco Bell, Comcast, Best Buy...
      Sorry, I have to go to work at some point, and I don't have time to list EVERY OTHER COMPANY IN THE WORLD. That is the stupidest comment ever, and shows that this whole article shouldn't be taken seriously.

    3. Re:eh? by phliver · · Score: 1

      Yeah, but you see that EVERYWHERE. If you walk into a grocery store, or any other store for that matter, you'll notice almost every item is marked 2.99, 4.95. Its the way it works.

    4. Re:eh? by slimak · · Score: 2, Insightful
      In other words, they have subtracted $1 from a $3000 computer to make it seem cheaper, which is absolutely ridiculous.

      I guess I fail to see how pricing something at $2999 vs $3000 is absolutely ridiculous. Maybe its just me, but when i'm looking at a $3000 system, a single dollar will not sway me one way or the other. Americans should be used to this... bottled soda and water are typically $0.99 and for some unknown (to the general public at least) reason, gas is sold with a price having 10ths of cents.

    5. Re:eh? by Niteshade · · Score: 1

      so, Apple uses miselading prices, just like Downy, Coca-Cola, Nike, Ziploc, Crisco, Ford... must be a conspiracy.

    6. Re:eh? by PhxBlue · · Score: 1

      "Misleading prices" hardly starts or stops with Apple and Dell; and it's not all that bad, considering they're giving you an up-front price, at least. Consider manufacturers that sell their hardware at "Just $299! (After $400 rebate that will take 6 months to arrive) The $?99 price scheme has been around for as long as I can remember - just look at gasoline prices if you want to see what I mean.

      --
      !#@%*)anks for hanging up the phone, dear.
    7. Re:eh? by WIAKywbfatw · · Score: 2, Funny

      Ridiculous, isn't it? Virtually every company the whole world over rounds its pricing up or down a bit to just under a round number.

      Flick through any computer magazine and you'll see hundreds of systems priced at $/£/â x99. And the same is true of cars, houses, TVs and just about every other non-grocery item.

      To suddenly attribute this to just Apple and Dell is like picking on a kid just because he's got two legs and two arms.

      --

      "Accept that some days you are the pigeon, and some days you are the statue." - David Brent, Wernham Hogg
    8. Re:eh? by Anonymous Coward · · Score: 0

      ... and?

      That's so important to *waste* space here? Maybe you should open your eyes and read the rest of the article which contains more important information.

      Good luck!

    9. Re:eh? by pnix · · Score: 1

      I agree - anyone who is stupid enough to look at $2999 versus $3000 and think "Wow, that's so much cheaper!" is yet another idiot who deserves to be taken in!

    10. Re:eh? by ankit · · Score: 2, Insightful

      How does having one "stupid" comment show taht the article should not be taken seriously? To me the article makes sense. The numbers are in the open. If you dont trust the article, do your own research, and you would come to the same conclusion!

      --
      Don't Panic
    11. Re:eh? by cHiphead · · Score: 1

      surely im not the only one that simply reads $1999 as $2000 automagically?

      =-=-=
      There are police officers on horses outside. what the hell is going on downtown.

      --

      This is my sig. There are many like it, but this one is mine.
    12. Re:eh? by Jad+LaFields · · Score: 1

      In a way, it almost looks like more, three zero's looks somewhat 'cleaner' than 999 to my eyes. Oh well, a buck saved here a buck saved there... =)

      --
      [SIG] It's like putting a moose in the blender -- a recipe for disaster!
    13. Re:eh? by Anonymous Coward · · Score: 0

      Ok nearly every reply to the parent missed his point. He's saying everyone chooses misleading prices, so why is it a big deal for Apple or Dell? However much to blame they are for setting the prices,

      [we are] too stupid to round up.

      It's the consumer that doesn't think around the price.

    14. Re:eh? by guido1 · · Score: 1

      Ridiculous, isn't it? Virtually every company the whole world over rounds its pricing up or down a bit to just under a round number.

      We got ya... For whatever reason the author tried to make a stupid point in his article.

      But what of the other 5 optimization/de-optimizations he discussed?

      To suddenly attribute this to just Apple and Dell is like picking on a kid just because he's got two legs and two arms.

      That's just hilarious. :)

    15. Re:eh? by Sj0 · · Score: 1

      Sorry, I don't. It's 73.0 cents per litre where I live(Yeah, a bit much, but we just finished a 2 year long gas war, so we deserve it. :P). How does that equate to .99?

      --
      It's been a long time.
    16. Re:eh? by Squidgee · · Score: 1
      i am too stupid to round up.

      Or:

      "I don't know what sales tax is."

    17. Re:eh? by Anonymous Coward · · Score: 0

      this maybe true but at least dell & maybe apple & certainly others do something far more anoying. In a lot of ads they quote the price as say starting at $699 but when you log on you and see the price $1199 you then have to go through a zillion steps just to get back to $699 price. And for me, there were a handfull of times when I couldn't for the life of me figure out how to get back to the quoted price. I am not saying that it's false advertising, but if it isn't it's the closest you can come to false advertising without actually being false advertising.

    18. Re:eh? by Jad+LaFields · · Score: 1

      My favorite example of this was an ad in Nintendo Power way back in the days of the 8bit NES for that crazy light-gun thing (the Super Shooter 6?) that said in gigantic text " LESS THAN $60!!! " and then in tiny text: "msrp: $59.99".

      Ah, good old Nintendo Power...

      --
      [SIG] It's like putting a moose in the blender -- a recipe for disaster!
    19. Re:eh? by PhxBlue · · Score: 1

      Ahh, well, it's about US$1.319 here at the moment. Effectively the trailing 9 means gasoline is really $1.32--but most people, myself included, unconsciously forget about the last nine-tenths of a cent.

      --
      !#@%*)anks for hanging up the phone, dear.
    20. Re:eh? by Jad+LaFields · · Score: 1

      Um, now that I think of it, the super shooter, or whatever it was called, was actually for the SNES. Oh well. Memory's blurring =)

      Still could never beat Duck Hunt.

      --
      [SIG] It's like putting a moose in the blender -- a recipe for disaster!
    21. Re:eh? by MyDixieWrecked · · Score: 1
      That's a lot like what watiers/ waitresses do. My friend's GF got fired for rounding people's bills up. Everyone in the place did it, she got caught.

      Their reasoning for doing that was that if the bill was 29.82$, the tip would be significanly less (for people who are cheap/ can't do math) than if it was $30.02.

      --



      ...spike
      Ewwwwww, coconut...
    22. Re:eh? by DJPsychoChild · · Score: 1
      Where are you from exactly? Here in Nebraska, USA gas is 1.499/gallon. I've never seen a gas station that didn't charge 9/10ths of a cent per unit (gallon, litre, or whatever you want).

      I agree that this pricing plan is stupid, it isn't fooling anyone, and that the comment from the article was quite useless, but does one bad comment invalidate the entire article?

      --
      CODITO, ERGO SUM: I Code, therefore I am.
    23. Re:eh? by hummassa · · Score: 1

      I tought it would be a counterexample, but it is not: where I do live, one litre of gasoline is R$ (Brazilian Real) 1,976 (yes, one real ninety-seven centavos [=cents] and six milavos [=tenths of cent]). And no, we don't have milavos coins. It saves me R$ 0,18 (about a US-nickel for the USians around here, but I won't convert from the UI units, nor use the decimal point instead of the comma:) each time I fill the 45,5 litre tank of my car, as compared to what R$ 1,98 per litre would cost.

      --
      It's better to be the foot on the boot than the face on the pavement. ~~ tkx Kadin2048
    24. Re:eh? by Blondie-Wan · · Score: 1
      How is pricing something at $2999 instead of $3000 misleading? It is $1 cheaper. It's true that's not a significant difference, but then any price over a thousand dollars isn't going to be significantly different from a price one dollar higher. If the computers were priced at $3000, he could just as easily gripe about how misleading it is that they aren't priced at $3001.

      Yes, it's true that they (and darn near everyone else) price things a unit one below a sort of numerical milestone, and this is known to "help" consumers see the machine as being somehow magically more affordable, but the truth is, it is more affordable - not by much, but then they aren't making outlandish claims regarding price. It costs $2999, and there it is. If it's so unfair, what is this guy's solution, exactly - price it at an even $3000? Does he actually want it to cost a dollar more??

      The only legitimate gripe one might have with the pricing is that one will actually pay more than the stated price because of sales tax and/or shipping, but that's not the manufacturer's fault.

    25. Re:eh? by Carbonite · · Score: 1

      My friend's GF got fired for rounding people's bills up. Everyone in the place did it, she got caught.

      I don't feel sorry for her at all. She was blatantly cheating people out of money. It makes not difference that it was only a small amount or that it was common practice. They are plenty of people (myself included) who round up when figuring out the tip. I'd bet that most people would leave a $7 tip instead of a $6.88 tip.

      I've always wondered why restaurants don't include "suggested" calculated tips on the bill for 15%, 18% and 20%. It would be trivial to implement and would assist those who are math impaired. It would also "hint" to poor tippers that perhaps they should leave a few more dollars.

      --
      ich muß mehr Kuhglocke haben
    26. Re:eh? by INMCM · · Score: 1

      It's posible to BEAT duck hunt? I thought it just went on and on till you got tired and missed.

      --
      Caffeine Good
    27. Re:eh? by Blondie-Wan · · Score: 1
      Oh, right, of course, heaven forfend, let's do our utmost not to waste any space on Slashdot. God knows we certainly wouldn't ever want to see any wasted space on Slashdot.

      Can you imagine the disaster that would result if Slashdot's sterling history of 100% efficiency in communication and always-rational discourse were to be suddenly impinged by a single errant, trivial comment? Oh, the horror!!! It'd be a madhouse...

      ;)

    28. Re:eh? by fitten · · Score: 1

      I heard that the reason why things are $2.99 instead of $3.00, for example, is because some group did a study on numbers and prices and found that people look more favorably on prices ending in a '9' or are just under the next higher increment. IIRC, this study was done for Little Golden Books. The story I heard was that when the books were first sold, they were priced at $0.25 each and weren't selling. The study was conducted and as a result, the book publisher raised the price to $0.29 and the books started selling very well. I think the idea is that it is common to look at the leftmost digit to assume the magnitude of the value and the rest of the number has less weight. Thus, $2999 has the illusion of being a much smaller value than $3000 to the general public, even though the actual difference is only $1. I guess it's kind of like thinking $2000 and some change vs. $3000.

      I can't find any web references to back this, though, but I do remember someone telling me this at one time.

    29. Re:eh? by jeblucas · · Score: 1
      Psychology of cost aside, a lot of businesses online only have to gain from using $*99 pricing schemes because of the manner in which "price-grabbing" engines work. A lot of people will type into an engine looking for a computer that costs LESS THAN $2400 for example. Most engines treat this literally and will not find a $2400 machine or will put it at the bottom. Rare is the consumer whose budget is $2401.

      Side topic: those 10ths of cents? They are called "mills". That's some good nerd trivia there.

      --
      blarg.
    30. Re:eh? by Fishstick · · Score: 1

      Feh, I always just double the tax (as a base -- if the service was good I round up to the next buck and then add a couple more for good measure).

      I suppose that wouldn't work everywhere, but tax here is 8% so doubling that on a meal puts me ~ 15% for starters.

      --

      There is much cruelty in the universe, John.
      Yeah, we seem to have the tour map.

    31. Re:eh? by rekoil · · Score: 1

      Well, I guess that means that there are a lot of idiots out there...This is a ubiquitous practice for a reason.

    32. Re:eh? by mausmalone · · Score: 1

      Yeah... that $1 difference is a terrible example, but both do use misleading prices. "Starting at" is a buzzphrase that just shouldn't exist. Those wonderful G5 prices? That's for a barebones tower. What good is "up to" 8 GB of RAM when it costs you $2k to get the model with 256 MB? To get your system up to something worth bragging about, you're probably talking about a $3k machine in the end.

      I know it's an unfair comparrison, but $3k goes a very very very long way at a computer show, or on Pricewatch for that matter.

      I'm a generic spare-parts PC user because I refuse to pay Dell, Gateway, or Apple a premium price just so I can defend my purchace to message board script kiddies.

      So what's my hardware? I run what I run, and it keeps me happy. The underlying silicon is largely inconsequential.

      --
      -=-=-=-=-=
      I'd rather be flamed than ignored.
    33. Re:eh? by Anonymous Coward · · Score: 0

      I've usually heard it as a holdover from the days of much lower sales taxes. Stores would price things a penny or two short of a whole coin/bill amount and the tax would bump it up. Made the cashier math nice and easy. Somewhere along the way the marketing people probably noticed the other benefits of such a scheme, and thus we still have it even though it rarely matches the sales tax level.

    34. Re:eh? by MyDixieWrecked · · Score: 1
      I don't feel sorry for her because she got fired, I feel sorry for her because she was the only one to get fired for doing this after someone complained.

      The bartenders had gotten caught for that several times ("It clearly says that that each beer is 4.75, how come you said 20$ for 4 beers?"); I was there for one such event.

      Anyway, I actually forget what my point was, or if I had one for that matter.

      Pre-coffee spike posted that. Post-coffee spike is posting this. *shrug* ;)

      --



      ...spike
      Ewwwwww, coconut...
    35. Re:eh? by Anonymous Coward · · Score: 0

      My favorite are the commercials that say,

      "You could save up to 15%, or more!"

      So you could either save more or less than 15%? What, did they just pull the number 15 out of nowhere?

    36. Re:eh? by Anonymous Coward · · Score: 0

      What about Donny's Discount gas?

    37. Re:eh? by eMartin · · Score: 1

      "...and shows that this whole article shouldn't be taken seriously."

      That comment alone makes me not take your post seriously.

    38. Re:eh? by ziriyab · · Score: 1
      Regarding gas, I used to get really annoyed at the signs that had the price of gas at "1.34 9/10" instead of "1.34 9/1000" or simply "1.349". But, hey. I'm anal :)

      Back to the topic at hand, it is just you :), because psych studies have shown that people will think $2999 is MUCH cheaper than $3000 (not just by a dollar) That's why everyone and their mom does this.

      Anyway, the point being made in the article is that such pricing is misleading. It misleads the majority of people into thinking they're getting a better deal. Just because everyone else does it, doesn't mean it's right. Many people have flamed the poor guy (I'm assuming it's a guy), but his problem may be just that he's a bit naive about how things work in this country. That would also explain why he answers every drooling lunatic that sends him an email, and why he feels it necessary to debunk astrology. Give the kid a break, you guys.

      Of course, if he is a grown-up who's lived in the US for decades, then flame away :)

    39. Re:eh? by Kintanon · · Score: 1

      Heh, I tip to the next highes tens didget for most of my meals. A $23.17 gets a $6.83 tip. I like round numbers on my statements.

      Kintanon

      --
      Check out JoshJitsu.info for Brazilian Ji
    40. Re:eh? by Anonymous Coward · · Score: 0

      That's what I do too. I don't even write in the tip amount, too much work to figure out all these numbers. Figure out the rough amount (double the 7% GST) add a bit for good measure, if the service was good, round up to the next nice round number.

    41. Re:eh? by Maserati · · Score: 1

      Hey doofus, your epidermis is showing !

      --
      Veteran, Bermuda Triangle Expeditionary Force, 1992-1951
    42. Re:eh? by Anonymous Coward · · Score: 0

      Doh, I'd hate to be your server for a $29.87 meal!

    43. Re:eh? by Dixie_Flatline · · Score: 1

      I've done the research and I don't really come to the same conclusions at all. The differences are minor. The fact that Apple modified GCC doesn't really matter in my mind, but I admit to not understanding the full implications of the changes. However, I DO know that GCC on Intel is likely to have had a lot more work put into it over the years, and is probably works a bit better than its PPC counterpart. I have no proof for that, but it seems logical enough.

      I'm also taking this as a small indicator of speed of the final system. The G4 had problems where the Altivec unit would stall because the bus was too slow to feed it data. The whole design of the machine must be taken into account before reasonable benchmarks can be made.

    44. Re:eh? by h3 · · Score: 1
      "Starting at" is a buzzphrase that just shouldn't exist. Those wonderful G5 prices? That's for a barebones tower. What good is "up to" 8 GB of RAM when it costs you $2k to get the model with 256 MB? To get your system up to something worth bragging about, you're probably talking about a $3k machine in the end.


      While I agree with your general sentiment, in this particular case it's not as bad as you might think. The G5s actually "start" at $1770 - you can chose to downgrade the SuperDrive to a combo drive and ditch the modem.

      I don't know why Apple chose to call the $1999 model their starting point.

      -h3
    45. Re:eh? by Kintanon · · Score: 1

      Nah, I usually go up to 40$ on something like that.>:) I'm very popular at resteraunts where I eat regularly.

      Kintanon

      --
      Check out JoshJitsu.info for Brazilian Ji
  7. Benchmarking Across Platforms by RobRancho · · Score: 3, Insightful

    While the methods Apple used may not have been in the best of intentions and possibly missleading, this just underscores the greater difficulties of benchmarking across platforms, specifically processor architectures. The playing field will never really be level using SPEC. The only way to truly determine which machines are "faster" is at the application level, where real work is done.

    1. Re:Benchmarking Across Platforms by MaestroSartori · · Score: 5, Insightful

      I was going to mod you down, but...

      Apple has deliberately turned off processor features on the other platforms that would have led to their 'fastest in the world' claim being untrue. That's the point of the article. Cross-platform benchmarking IS hard, but deliberately crippling what you benchmark against in order to look better makes it seem that your software/hardware/whatever just isn't as good as what you're comparing it to...

    2. Re:Benchmarking Across Platforms by Jad+LaFields · · Score: 4, Interesting

      Absolutely correct. I was somewhat bemused by all the hoopla yesterday about the G5 and it's 'speed'. I need to know how it will run programs that I will use. I don't run benchmark software very often. =)

      I'm not a graphic artist, so Photoshop is unimportant to me. I don't render video, or manipulate sound, so that's not for me. I actually mostly use my home comp for games, the internet, watching movies and listening to music. Maybe it was optimistic of me to think that I was going to find a Mac that would fit my needs, but with all the hype about the G5, I thought I would finally have some reason to be interested in Macs. Does anybody have any numbers for any other programs other than Photoshop? At least some fps in Quake 3? (I don't play it, but it's a good game benchmark)

      --
      [SIG] It's like putting a moose in the blender -- a recipe for disaster!
    3. Re:Benchmarking Across Platforms by Theaetetus · · Score: 1
      At least some fps in Quake 3? (I don't play it, but it's a good game benchmark)

      Quake benchmark

      -T

    4. Re:Benchmarking Across Platforms by rob+colonna · · Score: 5, Insightful

      While the article linked does indeed make it look somewhat shady, it's worth pointing out that a major weakness of his argument is that he implies (credibly) that this lab test commissioned by Apple is not trustworthy, and then compares it with tests by Dell and Intel, which he seems to present as implicitly true. How do we know that's the case? If Apple did indeed gain anything by mucking about with the configurations (and it sounds like they did), who's to say that they did anything more than offset similar mucking about on the other side of the fence?

    5. Re:Benchmarking Across Platforms by paranoidsim · · Score: 3, Insightful

      Exactly, Does anybody remember watching the Adobe Photoshop Demo? Unless Adobe did some secretive optimizations for the G5 (which is unlikely as they have not yet released the optimizations for the G4/OS 10.2), then its hard to scoff at the fact that the new G5 did it twice as fast as the Intel Chip. Also, umm a little something called...PCI-X, serial ATA, hypertransport, 8GB RAM, DVD-Burning, among other shite, standard!

      C'mon now.

      Fuck SPEC benchmarks. How could you trust them unless you did it yourself?

    6. Re:Benchmarking Across Platforms by FrenZon · · Score: 5, Informative
      Does anybody have any numbers for any other programs other than Photoshop? At least some fps in Quake 3?
      You mean like the G5 Quake3 benchmarks on this page?

    7. Re:Benchmarking Across Platforms by Anonymous Coward · · Score: 3, Informative

      Lazy-sorry about the AC.

      I remember a couple of years back when folks were amazed to find out that Intel had cooked their Spec benchmarks by putting Spec specific code in their compilers! I.e., the compiler recognized Spec code and had special super optimized routines for it. Running Spec against gcc is probably the more honest test. possibly the most honest test of both CPU's in the present environment in whiich gcc has been pretty well hand nursed to give optimum results for both CPUs if you use the correct -xxx options. Result: the Apple benchmarks are probably closer to reality than the Dell benchmarks (although turning off hyperthreading is a bit outrageous).

    8. Re:Benchmarking Across Platforms by cHiphead · · Score: 2, Insightful

      why not just max the optimizations for each processor architecture and have at it? id accept such a result as more valid than the current b-s.

      --

      This is my sig. There are many like it, but this one is mine.
    9. Re:Benchmarking Across Platforms by putaro · · Score: 1

      Well, if speed isn't important to you, then if you like the iMac style, buy one of those. Sony's also making some nice looking all-in-one Vaio's that are widescreen and play movie nicely.

    10. Re:Benchmarking Across Platforms by LordKaT · · Score: 1
      While the methods Apple used may not have been in the best of intentions and possibly missleading

      I'd hate to burst your bubble, but this is Marketing 101. This is misleading - in Apple's favor. What? Did you actually think that they would advertise their machine as being slower? This does not underscore the difficulties benchmarking across platform, this underscaores how people are trained in marketing.

      --LordKaT

    11. Re:Benchmarking Across Platforms by phasm42 · · Score: 1

      I think what he's trying to point out is that Apple's own optimized scores for the G5 don't match up to Intel and Dell's optimized scores. The scores he is arguing are wrong the ones Apple presented on behalf of Dell.

      --
      "No one likes working in a hamster wheel, and your shop smells of cedar shavings from here." - TaleSpinner
    12. Re:Benchmarking Across Platforms by Anonymous Coward · · Score: 3, Insightful

      Apple has deliberately turned off processor features on the other platforms that would have led to their 'fastest in the world' claim being untrue.

      If you'll notice, Apple turned those features off on BOTH platforms. They didn't test SSE2, but they didn't test the vector processing features of the G5 either.

      Read the testing methodology in the Veritest whitepaper. The test was as fair as it could have been.

    13. Re:Benchmarking Across Platforms by umrgregg · · Score: 1
      Always read the fine, greyed-out print:
      Testing conducted by Apple in June 2003 using preproduction Power Mac G5 units with application software optimized for the PowerPC G5.
      So, of course their optimizations make it run faster. Look how ATI and nVidia have been behaving; a couple more months of 'optimized' Win drivers and quake III will be running at ERROR_OVER_RUN frames per second:

      "Our card runs it so fast, it's immesurable!"

      --
      NMG
    14. Re:Benchmarking Across Platforms by pimpinmonk · · Score: 1
    15. Re:Benchmarking Across Platforms by tolan-b · · Score: 4, Informative

      hmm.. that image seems to suggest they've tested a dual g5 against a single proc p4...?

    16. Re:Benchmarking Across Platforms by Jugalator · · Score: 1

      Hmm, isn't Q3 starting to become a rather aging engine for benchmarks? It's not like it stresses the hardware very much anymore.

      Besides, wouldn't it make a G5 look even better if they picked a demanding game it could perform with 45 fps on and comparing it to another modern system where it got 25 fps on average (choppy in certain cases). Or isn't there such a game? :-)

      It's not like they can say a G5 plays noticeably better on Q3, regardless of what it would score. :-/

      --
      Beware: In C++, your friends can see your privates!
    17. Re:Benchmarking Across Platforms by Anonymous Coward · · Score: 0

      I actually mostly use my home comp for games, the internet, watching movies and listening to music.

      Then why the hell do you even care? A two-year-old computer from ANY vendor will do that job handily.

    18. Re:Benchmarking Across Platforms by Anonymous Coward · · Score: 0

      Deliberately turned off 'features'? No.

      Anyone that's look at what these high-end compiler vendors do to the SPEC benchmark will realize that they have highly-tuned their compilers to specifically target SPEC.

      Need proof? Look at the recent advances on Solaris's compiler on SPEC - and some of the restrictions placed on these special optimizations. I recall on the art benchmark the optimization had several pages of restrictions (eg, "program cannot free any memory")

      They could have easily used IBM's xlC or Codewarrior to generate the PPC code, but they chose GCC.

      (also, isn't there a general feeling that GCC is more optimized for x86 than PPC?)

      Tom

    19. Re:Benchmarking Across Platforms by adamofgreyskull · · Score: 5, Insightful

      The G5 benches were provided by Apple, they optimised it as much as they could.
      The Dell/Intel benches were provided by Dell/Intel, they optimised them as much as they could.
      However, what he didn't include was benchmarks for a G5 which had been crippled by Dell and Intel..

      I usually hate analogies, but sometimes it's my only way of getting my point across:
      If Ford tweaks their engines and suspension set up before a test. OK!
      If Nissan tweaks their engines and suspension set up before a test. OK!
      If Nissan tweaks their engines and suspension set up, and pours sugar in the Ford's "gas" tank before the test. NOT OK!

    20. Re:Benchmarking Across Platforms by tolan-b · · Score: 1

      i think his main point is that apple deliberately crippled the p4 and xeon systems.

    21. Re:Benchmarking Across Platforms by duffbeer703 · · Score: 4, Insightful

      I've never used a Mac... but I disagree that it wouldn't meet your needs.

      I'm running 1.3Ghz Athlon at home and a 1.2Ghz dell laptop at work. These machines are obsolescent by today's marketing standards.

      With the exception of Sim City 4000 (which is a fundamentally slow program) I've never had any kind of chronic performance problem.

      The organziation where I work has over 75,000 PCs and about 2,500 servers. 75% of these are 700Mhz or less and about 40% are 350-500Mhz. The only performance problems we run into are network problems... nobody has complained about a slow PC in years.

      --
      Conformity is the jailer of freedom and enemy of growth. -JFK
    22. Re:Benchmarking Across Platforms by MaestroSartori · · Score: 1

      Nope, that's not right - the Dell/Intel benchmarks were provided by Apple, and had been taken with Hyperthreading turned off (sugar put in the petrol tank, to use your analogy).

      Still think its OK?

    23. Re:Benchmarking Across Platforms by Jad+LaFields · · Score: 1

      Benchmarkers are probably waiting for Doom III, Carmack has been known for writing kickass highly-efficient and optimized engines with good cross-platform support.
      But yeah, I'd like to see at least some UT2003, EQ, unpatched Battlecruiser 3000 (just kidding), etc. specs, too.

      --
      [SIG] It's like putting a moose in the blender -- a recipe for disaster!
    24. Re:Benchmarking Across Platforms by roukounas · · Score: 1
      You say:

      a major weakness of his argument is that he implies (credibly) that this lab test commissioned by Apple is not trustworthy, and then compares it with tests by Dell and Intel, which he seems to present as implicitly true

      He only mentions the results that Dell and Intel produced for Dell and Intel platforms (all the Apple results are the ones given by Apple). In other words, if Apple wants to be biased in favor of G5, so should Dell/Intel and that is exactlly what he presents. It sounds like a valid argument to me!

    25. Re:Benchmarking Across Platforms by simong_oz · · Score: 1

      I don't run benchmark software very often. =)

      I'm guessing you're obviously not a l33t hardcore gamer then ? ;)

      --
      "Because it's there." - George Mallory, when asked why he wanted to climb Mt Everest, March 18, 1923 (New York Times)
    26. Re:Benchmarking Across Platforms by Anonymous Coward · · Score: 0

      The G5 benches were provided by Apple, they optimised it as much as they could. The Dell/Intel benches were provided by Dell/Intel, they optimised them as much as they could.

      No. That's untrue. Go read the whitepaper. Apple provided nothing but the hardware. That's all they provided. Veritest built the test programs and executed them. On BOTH sets of hardware.

      If Apple wanted to release super-optimized G5 benchmark numbers, you can be sure they would have. But they didn't. They just used off-the-shelf GCC 3.3 and NAGware FORTRAN 95 on both the Mac and the Dells.

      Now, let's see here. If you take the standard benchmarking tool and compile it on two different computers using the same compilers and get bogus results, it seems to me that the only thing you're indicting is the whole idea of benchmarking itself.

      If you want to know about benchmarks, Apple provided benchmarks. If you want to know about real-world application performance, Apple provided that data, too. Take your pick. Either way, these G5's are FAST, as fast or faster as the fastest thing the competition has at 2/3rds the clock rate on an unoptimized operating system with beta compilers!

    27. Re:Benchmarking Across Platforms by adamofgreyskull · · Score: 1

      *ahem* Huh?
      If you read the article, he also provides benchmarks which have been supplied by Dell, Intel and AMD.
      No-one is naieve enough to think that their benchmarks are on stock systems but at least they didn't compare them to an apple that they filled with water or something.

    28. Re:Benchmarking Across Platforms by TheSunborn · · Score: 2, Insightful

      I am waiting for the hardware itself. Then I can make a benchmark using the software I use. That would be usefull.

    29. Re:Benchmarking Across Platforms by __aaklbk2114 · · Score: 1
      Unless Adobe did some secretive optimizations for the G5 (which is unlikely as they have not yet released the optimizations for the G4/OS 10.2), then its hard to scoff at the fact that the new G5 did it twice as fast as the Intel Chip.

      True, however given Apple's tactics in the SPEC "benchmarks", maybe they had Hyperthreading disabled for the Dell machine on stage?
    30. Re:Benchmarking Across Platforms by jeffasselin · · Score: 5, Insightful
      Apple has deliberately turned off processor features on the other platforms that would have led to their 'fastest in the world' claim being untrue. That's the point of the article. Cross-platform benchmarking IS hard, but deliberately crippling what you benchmark against in order to look better makes it seem that your software/hardware/whatever just isn't as good as what you're comparing it to...

      OK, I mostly skimmed the article, but he's among other things complaining that they turned off SSE2. May I mention that from what I could gather, the benchmarks used on the Apple platforms had NO Altivec optimisation? With that in mind it seems that disabling SSE2 was simply done to level the field. If there had been Altivec optimisations, then for comparison's sake it would make much better sense to use Altivec and SSE2. Actually, they might have chosen to disable SSE too, but they didn't!

      The other feature he's complaining about is the disabling of hyperthreading. From other benchmarks I've seen before, hyperthreading in SMP systems usually results in equal or slower performance, or at most a 10% addition in certain benchmarks. It was probably better to leave it off.

      Finally, about the discrepancy between Veritest's/Dell's/Intel's benchmarks, this is to be expected. Veritest compiled the benchmarks with GCC 3.3, and certainly used different compiling options and different testing options than Dell used. Unless you use the same options and methodology on every test, comparing benchmarks is useless.

      I'm not saying Veritest and Apple didn't do their best to look good, of course they did! But at least you have to give them credit for going with an independent firm with a full report (where everything is laid out), instead of absurd and evidently fabricated application benchmarks like they've done in the past.

      As another poster mentioned, benchmarking is HARD, and harder across platforms, especially on a new CPU platform with no optimizations and no way to use some of the CPU features. When we get a benchmark version that allows for full use of al the features of the 970 (G5) and the x86 CPUs, then we might get a clearer picture. It also doesn't remove the fact that these machines are MUCH, MUCH better than the G4s, or that Apple also promised the processor would scale to at least 3GHz within a year.

      Oh of course one of his arguments about his righteousness is "Look at all these Mac fanatics who flame me". He's not much better than them, from what I can see. One fanatic from one camp doesn't make all of them fanatics, and doesn't validate his points one iota (neither does flaming him destroy his points, which is why intelligent rebuttal would be better, but I have the feeling he would most likely not publish that).

      --
      If he explores all forms and substances Straight homeward to their symbol-essences; He shall not die.
    31. Re:Benchmarking Across Platforms by Anonymous Coward · · Score: 0

      I actually mostly use my home comp for games, the internet, watching movies and listening to music.

      Yeah, with my new system I can watch The Matrix in 27 minutes and listen to The White Album in only 10. But it's over-clocked.

    32. Re:Benchmarking Across Platforms by IonSwitz · · Score: 3, Insightful

      It's hard to tell from that Apple page what tests they ran on Quake3 Arena.

      However, Tom's Hardware ran Q3Arena on a P4 3.0GHz/Radeon9700Pro at 1024x768/32Bit and the
      result was 402.9 FPS and not 275 FPS as on the Apple page.

      The Tom's Hardware review is available Here

    33. Re:Benchmarking Across Platforms by Rothron+the+Wise · · Score: 1

      It's funny. Apple claims to get 275fps on a
      P4 system, yet on this test, firingsquad get almost 370 also using a Radeon 9800 Pro.

      I have no doubt however that you can get a "mediocre" result like 275 on a P4 3GHz if you configure it improperly.

      --
      A witty .sig proves nothing
    34. Re:Benchmarking Across Platforms by Mocenigo · · Score: 1
      Does anybody have any numbers for any other programs other than Photoshop? At least some fps in Quake 3?

      You mean like the G5 Quake3 benchmarks on this page?

      Ok Dual 2Ghz G5 against single Ghz P4. And against a Dual P4?

    35. Re:Benchmarking Across Platforms by ThrasherTT · · Score: 1

      Does anybody have any numbers for any other programs other than Photoshop? At least some fps in Quake 3? (I don't play it, but it's a good game benchmark)

      A good game benchmark? Huh? Did anyone mention to you that it is nearly halfway through 2003 now?

      Oh, wait... maybe Q3 is the most recently Mac-ported game.

      Quake III Arena(tm) ©1999 Id Software, Inc

      --

      All Your Memory Are Belong To Java
    36. Re:Benchmarking Across Platforms by Anonymous Coward · · Score: 0

      yeah right,

      nVidia AND Apple in the same benchmark, sure dude...

    37. Re:Benchmarking Across Platforms by babbage · · Score: 5, Informative
      If Apple did indeed gain anything by mucking about with the configurations (and it sounds like they did), who's to say that they did anything more than offset similar mucking about on the other side of the fence?

      There is no saying which is right, and I don't think this guy was really trying to. If you read his writeup, he says that Apple claims a certain Dell model benchmarks at value $X, while Dell claims that the same model can do $Y.

      He doesn't actually say that one or the other is correct -- he says that the most charitable thing you can do is split the difference and go with the average -- and the kicker is that even that midway point is higher than what Apple claims for the G5.

      You've got a good point, but I think this guy is aware of it as much as you are. He's not saying that each vendor's analysis is authoritative, but that the truth probably lies somewhere in the middle, and that middle ground might or might not look to be in Apple's favor (in fact, it doesn't seem to be in Apple's favor).

    38. Re:Benchmarking Across Platforms by merger · · Score: 2, Informative

      Announced today, Adobe had optimized photoshop for the G5 processor. The details are vague but you can read them on the Press Release. Now I have to say that I love the G5 for everything it is but I'll stay imparitial about it until the first units are in the hands of people who can test it with applications similar to what I run.

    39. Re:Benchmarking Across Platforms by etijburg · · Score: 1

      I notice that it took a dual processor G5 to beat the single P4.

    40. Re:Benchmarking Across Platforms by Anonymous Coward · · Score: 0

      The linked article claimed optimizations WERE made to GCC on the G5. He quoted the whitepaper. Are you claiming that this is not the case?

    41. Re:Benchmarking Across Platforms by OoSync · · Score: 1

      Apple has deliberately turned off processor features on the other platforms that would have led to their 'fastest in the world' claim being untrue. That's the point of the article. Cross-platform benchmarking IS hard, but deliberately crippling what you benchmark against in order to look better makes it seem that your software/hardware/whatever just isn't as good as what you're comparing it to...
      A surprisingly reverse example of this is AMD and the Opteron benchmarks. When benchmarking against Intel processors, AMD often uses the 32-bit Intel compiler. This cuts off the reportedly large benefit the Opteron gains from the extra registers and such in 64-bit mode. I'm really waiting for someone to use a compiler that supports Intel ia64, ia32, and amd64 on the same platforms. The Portland Group have their pgi compiler, with Opteron support in 5.0 Beta. I think those tests may be a bit more of a fair playing ground as they also will support all of the vector unit extensions as well as 64-bit mode on the Opteron.

      --

      I always get the shakes before a drop.
    42. Re:Benchmarking Across Platforms by Anonymous Coward · · Score: 0

      The G5 Runs Quake 3 Arena At Around 327 FPS.

    43. Re:Benchmarking Across Platforms by mausmalone · · Score: 1

      hrm... that's a little vague... I wish I knew what the "Competitor" system is. Is it dual processor (like the G5 it's compared to)? Is it using a Radeon 9800 Pro also? If so, Apple should say so... it will make their benchmark stronger. If not, they should pull the stat, as it's intentionally skewed.

      After all, my Duron 600 wiht a Radeon runs Quake 3 faster than my Athlon 1200 with an S3 Verge... doesn't make the Duron better.

      --
      -=-=-=-=-=
      I'd rather be flamed than ignored.
    44. Re:Benchmarking Across Platforms by Anonymous Coward · · Score: 0
      Ok Dual 2Ghz G5 against single Ghz P4. And against a Dual P4
      Repeat after me: Dual P4 systems do not exist...
    45. Re:Benchmarking Across Platforms by Anonymous Coward · · Score: 0

      Yes. Read the whitepaper yourself. No optimizations.

    46. Re:Benchmarking Across Platforms by dnoyeb · · Score: 1

      That is not true. He is not saying the tests are fake. He is saying the tests are true. He is pointing out the *small print* and letting you understand the significance of it. Note that he uses Apple's own information to explain this, he has NOT done his own comparative tests.

      He contents that Apple is misleading its customers. Not lying to them, misleading them. Misrepresenting the truth. Their is a suttle difference here.

    47. Re:Benchmarking Across Platforms by Anonymous Coward · · Score: 0

      The SPL guy has no clue. He points out that the PC bench does not use SSE2, but then dismisses the fact that the G5 did not use Altivec on integer and FP tests either. Same goes for the Hyperthreading: the G5 did not make use of any SMP-specific stuff either (because there ain't, but if there would have been, I believe Apple would have it turned off). Basically, he complains that the Apple benchs have disabled a lot of PC specific stuff, but completely overlooks the fact that Apple has also disabled a lot of Mac-specific stiff in order to get the fairest benchmarks possible.

      And he boldly compares a fair, dumbed-down, non-optimized, non-altivec-using bench of the G5 to a specifically-fine-tuned bench of PCs !

      I wasn't a reader of this guy's articles, but now there is absolutely no chance I'll ever be.

    48. Re:Benchmarking Across Platforms by Anonymous Coward · · Score: 0

      although it makes sense in some way, your answer is not quite relevant to the guy's question: just try to play QIII on a PII-350...

    49. Re:Benchmarking Across Platforms by Glock27 · · Score: 1
      Apple has deliberately turned off processor features on the other platforms that would have led to their 'fastest in the world' claim being untrue. That's the point of the article. Cross-platform benchmarking IS hard, but deliberately crippling what you benchmark against in order to look better makes it seem that your software/hardware/whatever just isn't as good as what you're comparing it to...

      Yes, it is very strange that they ran the SPEC benchmarks on their competitors machines instead of just using the already published results for those vendors. In particular, using gcc vs. the Intel compiler makes a huge difference. The whole point of SPEC is to let each vendor do the best optimization job possible, so that each system runs as fast as possible on the given tasks. Where it gets misleading (kind of like the video card benchmarks) is when vendors implement compiler 'optimizations' for specific SPEC benchmarks. Even given it's flaws, SPEC is the best game in town.

      One thing that the author complained about was the testers turning off hyperthreading (or HYPEthreading as I prefer to call it). In fact, that was almost certainly the correct thing to do on the Xeon system. After all, it has two real CPUs, it has no need to simulate more at the cost of some overhead. It would be interesting to repeat the test with hyperthreading turned on to see the difference.

      One thing going against the Mac was that it was running a 32-bit OS that's not yet fully optimized for the G5.

      Gone unnoticed in all this is the fact that Opteron is substantially faster than either, with a 2-processor system coming in at 25.0 CINT2000.

      At any rate, the new Macs look to be a good value for the money. Even if they are essentially neck-to-neck with the Xeons, they are 64-bit and running a nicer OS than available for that system A dual processor Opteron 244 workstation will set you back substantially more than $3000 at this point. You are also stuck running Windows on it if you want a decently supported commercial OS.

      Ah well, at least the world is more interesting than it was two days ago. :-)

      --
      Galileo: "The Earth revolves around the Sun!"
      Score: -1 100% Flamebait
    50. Re:Benchmarking Across Platforms by p7 · · Score: 1

      What he implies is that the numbers given for the intel machines by Apple are not accurate. In no way does he question the numbers given by Apple as their top numbers. What he did was discredit the numbers he knew were not accurate. He then accepted each vendors top numbers for their own products. So the only flaw exists if one of those vendors provides numbers they didn't actually achieve. My guess is the numbers were actually achieved by all, running their own optimized tests.

    51. Re:Benchmarking Across Platforms by p7 · · Score: 1

      That is patently false. It specifically says all configurations files for SPEC CPU2000 testing on the Mac were provided by Apple. It also says that they used Apples version of GCC for the apple testing, and downloaded GCC for the intel machine. They also state that a trial version of NAGware Fortran was used on the Dell, full version on the Mac. They then go on to discuss platform specific features they turned on for the Mac and then tell us they turned off hyperthreading on the Dell. So no they did not use the same compilers for this test.

    52. Re:Benchmarking Across Platforms by Anonymous Coward · · Score: 0

      So if we assume that both Intel and Apple cheated by the same amount and take the mid-point..

      Hang on a minute, didn't he actually do this, and yet the Dell box still came out faster.

      Seems Apple is using some pretty dubious methods. I stopped caring about the results when I realised it was on unreleased hardware, using an unreleased G5 optimised version of GCC, etc.

      Choose whatever computer you are most comfortable with, or runs the applications you want. Even if you pick horribly bad, both best case and worst case will typically be good enough for all but those users that religiously update their hardware when the newest and fastest comes out anyway.

    53. Re:Benchmarking Across Platforms by slyguy420 · · Score: 1

      337 FPS? is that all?

      Looks like you just barely managed to beat the low end hyperthread P4

      --


      C:\earth\humans\del *.m0ronz
    54. Re:Benchmarking Across Platforms by Cthefuture · · Score: 1

      Quake3 is one of the very few games that can scale well. Most games fall on their face as you increase processing power due to suboptimal design issues.

      Quake3 uses nearly every bit of the hardware processing power available and will just keep scaling with faster/better hardware.

      In other words, Quake3 is a more raw "bare metal" benchmark than most games.

      --
      The ratio of people to cake is too big
    55. Re:Benchmarking Across Platforms by Anonymous Coward · · Score: 0

      And not only that, but the P4 system was a single proc versus Apple's dual proc.

      I've seen even higher numbers for the P4. Tom's Hardware shows 400+ FPS for the same setup.

      Fucking Apple retards.

    56. Re:Benchmarking Across Platforms by Anonymous Coward · · Score: 0

      Ok, if you're gonna pull that bullshit, then at least place the fact that wasn't even done with a production G5, and was run with specific G5 code optimizations.

      That is NOT THE RESULT any normal user is going to see. Want proof? Go to the apple website where they show that graphic and read the note sitting next to it....

    57. Re:Benchmarking Across Platforms by Anonymous Coward · · Score: 0

      It also says that they used Apples version of GCC for the apple testing

      That's because Apple CREATED the GCC port for the G5, you dickhead. Of course they used Apple's version; Apple's is the only version that exists! If you go download GCC 3.3, it's Apple's version.

      And the only difference between the trial version and the full version of NAGware is the license.

      And you seriously need to read the whitepaper again. It talks about the platform-specific features they ENABLED and DISABLED on BOTH platforms.

      And of course they turned off hyperthreading, you dickhead. The tests were the base test, which is single-threaded, single-core, and the rate test, which is full system. Duh.

      The problem here is not that Apple's tests are bogus. Apple's tests are sound. The problem is that Slashdot teenagers don't know how to read a fucking report.

    58. Re:Benchmarking Across Platforms by Anonymous Coward · · Score: 0

      While the article linked does indeed make it look somewhat shady, it's worth pointing out that a major weakness of his argument is that he implies (credibly) that this lab test commissioned by Apple is not trustworthy, and then compares it with tests by Dell and Intel, which he seems to present as implicitly true. How do we know that's the case? If Apple did indeed gain anything by mucking about with the configurations (and it sounds like they did), who's to say that they did anything more than offset similar mucking about on the other side of the fence?

      Problem is, Apple did not only tweaked its own configuration to make G5 look good, but it also tweaked the other side's configuration to make P4 look bad. That's the point of the article.
    59. Re:Benchmarking Across Platforms by dafz1 · · Score: 1

      One thing no one has seemed to notice is Veritest did their benchmarking on machines running RedHat9. The SPEC benchmarks he quotes were run on machines running Win XP(with HyperThreading enabled).

      Another interesting note: the dual PowerPC 970(according to the Veritest bench) beats a dual Athlon MP2400 system(AMD bench).

      SPECint_rate_base2000:
      PPC 970: 17.2
      MP2400: 15

      SPECfp_rate_base2000:
      PPC 970:15.7
      MP2400: 10.5

      Sources: Veritest pdf and http://www.aceshardware.com/SPECmine/top.jsp

    60. Re:Benchmarking Across Platforms by Anonymous Coward · · Score: 0

      Announced today, Adobe had optimized photoshop for the G5 processor.

      "Optimized for G5" means nothing more or less than "recompiled with GCC 3.3." And GCC 3.3 has been available for download to Apple Developer Connection members since yesterday at noon Pacific time. (And ADC membership is free, free, free.)

    61. Re:Benchmarking Across Platforms by Grahf666 · · Score: 1

      why is this not modded higher?

    62. Re:Benchmarking Across Platforms by Anonymous Coward · · Score: 0

      Well, unless you count $2690 as substantially more than $3K, the guys at Xi would prove you wrong:

      Xi NetRaider

    63. Re:Benchmarking Across Platforms by Anonymous Coward · · Score: 0

      You mean like the G5 Quake3 benchmarks on this page?

      According to the Apple results, G5 gets 337 fps, and a "3GHz P4-based" system gets 275 fps. However, take a look at the Quake3 results
      here, which show that 3GHz P4 with Radeon 9700 Pro running Quake3 "Demo001" achieves 402 fps. Since Apple did not bother to explain the details of its tests (e.g., configuration of the P4-based system, game level used, etc.), its numbers are not very meaningful.
    64. Re:Benchmarking Across Platforms by p7 · · Score: 4, Informative

      My guess is the did use Altivec optimizations. See this section

      For the Mac

      â Installed theTachyon development environment version 6K452. This provides the appropriate development tools for generating the SPEC binaries and installs Appleâ(TM)s version of the GCC compiler ( version 3.3 build 1379 ) on the test system

      For the Dell

      â Downloaded GCC version 3.3 ( gcc-3.3.tar.gz ) from http://gcc.gnu.org.
      â Followed the documented steps to build and installed GCC v 3.3 on the system.

      And here from the appendix

      -fast
      This flag is used with C and C++ and specifically targeted to the G5 and enables G5 specific instruction usage, tuning and 64 bit arithmetic. In addition to enabling the -O3 optimization level, it also enables the use of C99 aliasing rules and relaxed IEEE math operations.

      G5 Specific instruction usage sounds suspicious. I really like the relaxed IEEE math operations.

      I also like this part

      â Installed a high performance, single threaded malloc library. This library implementation is geared for speed rather than memory efficiency and is single-threaded which makes it unsuitable for many uses. Special provisions are made for very small allocations (less than 4 bytes). This library is accessed through use of the â"lstmalloc flag during program linking.

      Doesn't say anywhere that they did the same for the Dell.

      I don't think Apple was looking for to even of a field for this test.

    65. Re:Benchmarking Across Platforms by b-baggins · · Score: 1

      Yeah, Apple is misleading their customers so much that all this guy had to do was read Apple's own press materials.

      Jobs needs to FIRE his head of Conspiracies and Coverups immediately!

      --
      You can tell a great deal about the character of a man by observing those who hate him.
    66. Re:Benchmarking Across Platforms by Anonymous Coward · · Score: 0
      Well, I have always found it funny about CPU speed and benchmarks. Basically, I don't believe in them. I make my own, which is my day-to-day use.

      I have an almost 4 year old pIII 800Mhz, and it has worked very nice since I bought it. I run Photoshop on it without a problem (yes, new computers would save me a couple minutes of my) and I also run a couple 3D apps, also without a problem.

      Based on how *MY* apps perform on *MY* computer I have decided *NOT* to upgrade my PC for a while. But I did need a laptop and went for a 12" PB G4.....guess what, I'm soooooo happy I don't think I will be buying *ANY* computer for a looooong time.

      All this B.S. about GHz and this and that is just non-sense...well, unless you have a very specific app that *really* needs that extra oomph...

      Do people really need a 3.06Ghz P4 to run M$ Word, read e-mail and surf the web? I don't think so......I think most of the time people just love to get into pissin' contests....oh, and the braggin'

      Anyway.....do we really need a G5....not really....would I buy one? Maybe in a couple years......but then again, if my pIII 800 and my G4 866 can do the job, why should I?

    67. Re:Benchmarking Across Platforms by Glock27 · · Score: 1
      Well, unless you count $2690 as substantially more than $3K, the guys at Xi would prove you wrong:

      That isn't a workstation, it's a server. No AGP port, and no high performance graphics. I think Boxx is the only one offering Opteron workstations at this point...go check out it's prices. ;-)

      --
      Galileo: "The Earth revolves around the Sun!"
      Score: -1 100% Flamebait
    68. Re:Benchmarking Across Platforms by medscaper · · Score: 0, Offtopic
      benchmarks at value $X, while Dell claims that the same model can do $Y.

      Stop mixing apples and oranges.

      Oh, wait, you're a PERL programmer?

      Never mind. Mix away.

      --
      Any sufficiently well-organized Government is indistinguishable from bullshit.
    69. Re:Benchmarking Across Platforms by natet · · Score: 1

      The difference is that Dell and Intel only benchmarked their own machines. They optimized them, to be sure, but in the benchmarks quoted in the article, they didn't cripple the benchmarks of their competitors. If Apple had simply ran the specINT and specFP benchmarks on the G5 (optimized for their platform, of course), compared them to the optimized benchmarks of their competitors, and then could still claim to be the fastest personal computer, then that would be saying something.

      Benchmarks are dubious at best, it seems a little silly to compare yourself at your best to your comptetor at its worst and claim victory. That being said, I wouldn't mind getting my hands on one of these, just to play and compare it to the Itanium workstation I have...

      --
      IANAL... But I play one on /.
    70. Re:Benchmarking Across Platforms by Anonymous Coward · · Score: 0

      Not really. The only way to sort these things -- not guessing what value in the middle is correct -- is to have an independant authority test both systems separately from the influence of either Dell or Apple.

    71. Re:Benchmarking Across Platforms by p7 · · Score: 1

      Very brave of you, AC.

      The post I replied to said they used the same version of GCC. They did not. He said there are no special optimizations. There are see this from the section of Appendix E.

      -fast
      This flag is used with C and C++ and specifically targeted to the G5 and enables G5 specific instruction usage, tuning and 64 bit arithmetic. In addition to enabling the -O3 optimization level, it also enables the use of C99 aliasing rules and relaxed IEEE math operations.

      He makes it sound like they downloaded the same version of GCC 3.3 compiled the program and ran the test. That isn't true. If you read the white paper, you would see this...

      â Installed a high performance, single threaded malloc library. This library implementation is geared for speed rather than memory efficiency and is single-threaded which makes it unsuitable for many uses. Special provisions are made for very small allocations (less than 4 bytes). This library is accessed through use of the â"lstmalloc flag during program linking.

      They didn't do the same for the Dell.

      Now if you had actually read the whitepaper, you would have seen that in all the tests where Veritest had removed or disabled the second processor, they made sure first thing that Hyperthreading was enabled. So for some reason when they wanted only one processor from the dually systems running, they enabled Hyperthreading. Then when they reenabled the extra processor on the dually machines, they disable Hyperthreading on both the single processor machine and the dually P4. So in the one test where it could have helped, they disable it.

    72. Re:Benchmarking Across Platforms by SefTarbell · · Score: 1

      Altivec is a Motorola technology, I don't think that the G5 - an IBM product - incorporates that particular tech.

    73. Re:Benchmarking Across Platforms by The+J+Kid · · Score: 1

      That's only logical, as the High-End Intel system at the moment for personal use is the P4 and the High-End Apple system is the Dual G5.

      They probably cost around the same too.

      --
      Moderation: +4. Modded 70% Funny and 30% Overrated. 100% Saturated.
    74. Re:Benchmarking Across Platforms by lambadomy · · Score: 1

      It is OK for the writer of the article to use the Dell-provided benchmarks for dells. It is OK for the writer to use the Apple provided benchmarks for apples. It is NOT OK to use the Apple provided dell benchmarks. This is what the poster said. So, what you should have said was:

      Yep, that's right - the Dell/Intel benchmarks were provided by Apple, and had been taken with Hyperthreading turned off (sugar put in the petrol tank, to use your analogy).

      This is EXACTLY what the parent post is saying.

      To answer your "Still think its OK" question:

      No, he never thought that it was ok to put sugar in the gas tank, turn off hyperthreading, whatever, that was the whole point of his post, that it is not ok. He can't still think it's ok, since he never did.

      Apple is in the wrong, because they (probably) optimized their own benchmarks and (definitely) crippled dells.

      The writer of the article is correct, as he just takes everyones own personal optimized benchmarks. Not perfect, but much better than apples alternative.

    75. Re:Benchmarking Across Platforms by EvanED · · Score: 1

      Given that many people on /. can't even agree on the meaning of the contents of the report, I think that's a bit of a stretch to say that Apple expected their customers to understand the report.

    76. Re:Benchmarking Across Platforms by Theaetetus · · Score: 1
      Don't know why I'm replying to an AC...

      Ok, if you're gonna pull that bullshit, then at least place the fact that wasn't even done with a production G5, and was run with specific G5 code optimizations.

      That is NOT THE RESULT any normal user is going to see. Want proof? Go to the apple website where they show that graphic and read the note sitting next to it....

      The note: "Testing conducted by Apple in June 2003 using preproduction Power Mac G5 units with application software optimized for the PowerPC G5."

      Hmm... Well, you've got a point - they used a pre-production G5, and they- hey, wait a minute. There AREN'T any production G5s yet. This is what's called a 'new' system. In June, when these benchmarks were made, they used a prototype. That's entire reasonable, and it's also reasonable to assume that the production models are equal or better. Very few things are released that are substantially worse than the pre-pro models.

      Oh, and application software optimized for the G5? Don't know about you, but if/when I get a G5, I'm going to run software written for it on it. I'll run Panther, and whatever patched versions there are of other things that take advantage of the code.

      This is just a troll - it's equivalent to someone saying that you can't use code that's optimized for SSE2 on the Intel side, 'cause it's been altered. Of course it has, that's the point. You don't make 'generic chip', you make 'chip with these special optimizations' and write code to take advantage of them. Otherwise, we'd still be working on the same circuit designs as the ENIACS, just faster and smaller. Processor designs change to incorporate new technologies - code is then optimized to utilize these technologies. This is what I'd expect. And it's the performance I'd expect at home doing the same test, since I'd run the same optimized software.

      If you disagree with this, then tell me how your system benchmarks while running Win 3.11. Oh, wait, you use a more optimized system? You've gone away from FAT16? Oh, my, that's not what 'normal users' will see, right?

      -T

    77. Re:Benchmarking Across Platforms by blunte · · Score: 1

      All of your points are reasonable, but you fail to comment about the single-threaded, highly optimized (for this test) malloc that Apple used.

      SSE2/Altivec/HT/etc. aside, there's no way someone is going to have their Mac perform like the benchmark shows, because they won't be running apps/OS built with this malloc.

      The malloc thing is where Apple shows that they were indeed purely out to cheat. Maybe the other cases were reasonable, but this malloc point makes it obvious their ultimate intentions.

      --
      .sigs are for post^Hers.
    78. Re:Benchmarking Across Platforms by jeffasselin · · Score: 1

      I'll answer to everyone who replied to me in one big message:

      G5 Specific instruction usage sounds suspicious. I really like the relaxed IEEE math operations.

      These look like compiler optimisation routines, not benchmark optimisation. I agree that it DOES make a difference, but probably not such a big one.

      As for the malloc special implementation, it's suspect, I admit, but I don't know enough about that to make a serious analysis, and it falls into the "of course they cheated in some places". I just don't think they cheated to the extent that's talked out in the posted article.

      And yes, Altivec is in the G5, IBM incorporated the Motorola tech for them. Check here you can see the Velocity engine core.

      Finally, as for the SMP bench, I tried to find them before but couldn't find my reference. Here's what I could find now for SMP and Single-CPU. The benchmark that the other guy posted are somewhat suspicious, as it shows a better increase from 2-way to 2-way with HT than from 1-way to 2 way. Not sure it makes much sense.

      --
      If he explores all forms and substances Straight homeward to their symbol-essences; He shall not die.
    79. Re:Benchmarking Across Platforms by Anonymous Coward · · Score: 0

      Yeah, but Apple tweaked THEIR tests. So it's fair to compare them to Dell optimized Dell tests, etc. Dell shows off their best numbers, and so does Apple.

      And if you're gonna compare SPEC ratings, the 'official' numbers are on SPECperf's site, not on Apple's.

    80. Re:Benchmarking Across Platforms by steronz · · Score: 1

      275 fps for a p4 3.0 seemed a little bit low, so I jumped over to Anandtech to see what they're used to getting. This link shows that the newest p4 (3.2) running on an nforce2 board with a radeon 9700 (not the 9800 used in the apple comparo) gets over 400 fps at the same resolution. Seems like a significant discrepancy.

    81. Re:Benchmarking Across Platforms by shotfeel · · Score: 1

      The PPC is essentially a collaborative work betweein the AIM (Apple-IBM-Motorola) alliance. So, while Motorola calls its vector engine Altivec, IBM calls their implementation "instruction set compatible" (or something like that) and Apple just calls them both Velocity Engine.

    82. Re:Benchmarking Across Platforms by metamatic · · Score: 1

      I actually mostly use my home comp for games, the internet, watching movies and listening to music. Maybe it was optimistic of me to think that I was going to find a Mac that would fit my needs, but with all the hype about the G5, I thought I would finally have some reason to be interested in Macs.

      Nice troll, but you can do all those things quite happily on today's 800MHz iMac. In fact, just over a year ago I was downloading from the Internet while watching a DVD in a window and running PhotoShop to touch up some photos... on a 350MHz G4 tower running OS X 10.1.

      Just make sure you get 512MB of RAM and you'll be fine with any current Mac for what you want to do.

      --
      GCHQ Quantum Insert installed. If only our tongues were made of glass, how much more careful we would be when we speak
    83. Re:Benchmarking Across Platforms by shotfeel · · Score: 1

      Why not just compare raw benchmarks then? IIRC IBM and Intel have both published their benchmarks for their respective processors.

    84. Re:Benchmarking Across Platforms by shotfeel · · Score: 1

      I wouldn't, primarily because that would make the performance even less a good reflection of "eveeryday" use.

      Of course the only benchmarks that matter to me is how fast it runs the apps I want to run, the way I want to run them (none of this lets hit integer performance for a while, now lets test fp).

    85. Re:Benchmarking Across Platforms by Anonymous Coward · · Score: 0
      And of course they turned off hyperthreading, you dickhead. The tests were the base test, which is single-threaded, single-core, and the rate test, which is full system. Duh.

      They turned off hyperthreading on the Rate test, dickweasel. Read the paper.

    86. Re:Benchmarking Across Platforms by Quikah · · Score: 1

      Xi's Opteron workstation. Only single processor.

      --
      Q.
    87. Re:Benchmarking Across Platforms by Karn · · Score: 1

      If you don't trust Dell's reported score for their Xeon line, then you must not trust Spec's online database:

      Here

      I would believe the results submitted to by Dell themselves before I believed the results subitted by Apple on Dell's behalf.

      If Dell is lying on their benchmarks, it will show when other system makers submit their benchmarks. I'm sure spec doesn't want their benchmark database to be tained with bogus results, and they will not allow such activies to persist. That said, I've never seen big discrepencies in their submitted results.

      That said, Apple's benchmark of the Dual Xeon system is much different from the ones sitting on SPEC's site.

      --


      Why do I keep typing pythong?
    88. Re:Benchmarking Across Platforms by Rura+Penthe · · Score: 1

      Interesting because the HQ 1024 benchmarks on firingsquad.com are at just under 400 for a 3.2ghz P4 clocked to 3.5ghz with a radeon 9800 pro. WTF is Tom's Hardware doing?

    89. Re:Benchmarking Across Platforms by Scudsucker · · Score: 1

      I notice that it took a dual processor G5 to beat the single P4.

      Games are a perfect example where a dual proc can actually be a little slower than a single. Quake 3 is about the only game out there that supports multiprocs, so it really would be cheating on Apple's part if they did that. But in my experience, Quake 3 is soooo unstable with r_smp 1 that you're lucky to get in a timedemo before it crashes on you.

    90. Re:Benchmarking Across Platforms by Scudsucker · · Score: 1

      To everybody else in this thread pointing to other sites showing the P4 with higher frame rates: anti aliasing. We don't know for sure because Apple didn't say what flags they used, but something like anti-aliasing could account for the discrepancy.

    91. Re:Benchmarking Across Platforms by baboyer · · Score: 1

      One note up front: I'm guessing based on knowledge of the PowerPC architecture...

      > G5 Specific instruction usage sounds suspicious

      This one would probably be the instructions that exist in a 64 bit PPC chip but not in a 32 bit version. Things like 64 bit loads/stores and 64 bit shifts/rotates.

      > I really like the relaxed IEEE math operations.

      The PPC floating point unit has a few instructions that don't follow the IEEE spec. In particular, there are combined multiply/add and multiply/subtract instructions that are much faster than doing the two operations separately. However, they don't round the intermediate results, so they don't always result in the exact same output. Because of this, they normally aren't allowed to be used in any program expecting exact IEEE compliant results.

      I'll agree that the malloc thing does look somewhat suspicious. There's was a big flamewar over the performance of the default malloc on OSX on one of Apple's mailing lists not too long ago.

    92. Re:Benchmarking Across Platforms by dnoyeb · · Score: 1

      Its better to say he interpreted the report for the layman. The report is definitely misleading if they disabled things. Its like testing CPU A with 1GB of RAM and testing CPU B with 128MB of RAM, then putting that in the small print while a huge graph in the center shows CPU A to be so much faster.

    93. Re:Benchmarking Across Platforms by Anonymous Coward · · Score: 0

      IN Soviet Russia PC slow down yuo!!!

    94. Re:Benchmarking Across Platforms by Jeremy+Erwin · · Score: 1
      Yep, that's right - the Dell/Intel benchmarks were provided by Apple, and had been taken with Hyperthreading turned off (sugar put in the petrol tank, to use your analogy).

      Eh? The Register speculates
      Xeon, we must add, has SMT (HyperThreading) which shouldn't help at all with SPEC data sets, but should help with real performance.


      Indeed, these benchmarks show that hypethreading doesn't make much of a difference at all.

      With hyperthreading, a pentium IV 3.066 Ghz (850EMVR chipset) achieves 1073 in floating point, 1085 in integer. Without, it achieves 1069 floating point and 1085 integer.

      The astute observer will notice that these scores outdistance apple's gcc 3.3 tests by a considerable margin, but the difference is not due to hyperthreading.

      Now scroll down. Notice the ASUS P4PE system. This system also uses a 3.066 Ghz Pentium IV, but boasts only a 872 fp, and 1034 integer score. And the tester used Intel compilers!

      It's still a far cry from 889 int/693 fp (Dell Dimension 8300) but perhaps it demonstrates that Hyperthreading doesn't mean shit when computing spec2000 and that spec2000 scores vary a great deal from platform to platform.

    95. Re:Benchmarking Across Platforms by Anonymous Coward · · Score: 0

      Because slashdot is not about truth, it's about throwing up your arms and getting all upset about the latest conspiracy theory craze. Try it. It's kinda fun. :)

    96. Re:Benchmarking Across Platforms by alienw · · Score: 1

      Read the testing methodology in the Veritest whitepaper. The test was as fair as it could have been.

      No, it's not. That would be like benchmarking videocards in 16-color mode. It's not a realistic test, so the results cannot be trusted. Besides, why would you turn off features that greatly increase performance other than to cheat in the test?

    97. Re:Benchmarking Across Platforms by Lucidwray · · Score: 1

      Real-world productivity is the only thing that matters. I edit DV for a adult site and I process about 6-10 hours of DV video a day.

      I can honestly say that I never been paid to run a benchmark on my machine. What i do get paid for is editing and compressing DV.

      Now, the more video I can get compressed in Cleaner 6 in a 24 hour period the more money I make. Its that simple. I dont care what SPEC benchmarks show. I need to be able to import, edit and compress video as fast as possible, and it looks to me like the G5 is going to be my new machine.

      --
      My sig can beat up your sig.
    98. Re:Benchmarking Across Platforms by Anonymous Coward · · Score: 0

      Fine. Then let's do the test over with SSE2 turned on on the PC and vector code inserted on the Mac. THEN we'll see.

      (HINT: vectorized BLAST runs TWENTY TIMES faster than SSE2-enhanced BLAST. Source: Genentech. Look it up.)

    99. Re:Benchmarking Across Platforms by Anonymous Coward · · Score: 0

      Right, but try to find a difference between playing Q3 on 1Ghz PC, and a 3Ghz PC (using the same video card)

    100. Re:Benchmarking Across Platforms by zygote · · Score: 1

      The G5 demo'ed Monday is aimed at the "Pro" user. Your description of yourself would lead me to believe that you're not who Apple is targeting with this machine.

      Wait for the G5 iMac and see if it is tuned toward all the activities you mentioned using your computer.

      --
      the future is here, it is just not evenly distributed - w. gibson
    101. Re:Benchmarking Across Platforms by Anonymous Coward · · Score: 0

      Okay, you get 300+ fps and your eyes and brain can't deal with more than about thirty. What a bargain to pay $3000 for that overkill.

  8. Changing Fast by SlayerofGods · · Score: 0

    Thats the way it goes.
    One day your the top, the next day your not

    --

    Technology, the cause of and solution to all of life's problems.
  9. Apple's benchmarks by Pendersempai · · Score: 5, Insightful

    Apple is always a little sketchy when it comes to speed measurements. I can't count how many questionable run-offs Steve Jobs has demonstrated during his keynotes.

    They're always a little suspect. I love Apple as much as anyone, but their talk of the megahertz myth and the amazing clock cycle of the G4/G5 and the biased tests they use are starting to sound a little shrill. Apple needs to admit that their machines aren't as fast as the fastest Intel has to offer. They're much cleaner and much more elegant, though, and that's why they're in the market. That's what they should stress, since it actually attracts customers -- rather than THE NEED FOR SPEED.

    1. Re:Apple's benchmarks by cactopus · · Score: 1

      What the G5 does is introduce a much cleaner and more elegant platform overall than x86. I think it will be some time before the Mac will catch up in raw speed on the few things that directly compare... but... WHO FSCKING CARES!

      Speed really isn't everything... in fact it's not even something I consider as valid for touting x86. x86 is one of the most unelegant and uninspired architectures, is positively ancient, and is nearing the end of what can be wrung out of it performance-wise.... and to what end?... what will need to happen is Intel will need to develop an Itanium 3 that runs 32 bit x86 code full speed, is 64 bit ready, and costs consumer prices... with the arrival of the G5 and x86-64 later this year they will be on thin ice.

      But most people bash the Mac because they aren't mac users and never will be... people use the Mac for the "Mac experience"... you cannot get this experience on any other platform..though you may come close with NeXT black hardware. (What is OS X based on?... *hint*) People complain about price (those aren't mac customers... they are not important to the platform)...they complain on raw speed (go buy a gaming PC).... they complain when not enough apps are OS X compatible (now this is a huge and legitimate complaint... though it's less the case now that we're up to 10.2)...they complain that the Apple design is falling behind PC's in overall performance (legitimate... and addressed by the G5...they have nowhere to go but up now...the gap narrows... and narrows enough)

    2. Re:Apple's benchmarks by SqueakyFerret · · Score: 1

      How about that ridiculous comparison of Logic Audio on the G5 to Cubase on the PC (don't remember if it was on the Xeon or the P4)? First of all, they're different programs, for god's sake. Given the same hardware, Logic is way better optimized for running lots of virtual isntruments. I've used both Cubase and Logic on the same machine (500 MHz TiBook), and the reason I now use Logic is that I can run more synths at once. I can't speak for Cubase's performance on the PC, but in what way did that little demo compare ANYTHING head-to-head? It told us nothing about the underlying speed of the hardware. It wasn't even a fair comparison of the applications.

      Not that I'm outraged, or anything. These sorts of on-stage comparisons during keynotes (whether it's Steve Jobs or any other executive from any other company) have never been a good place to get your information.

    3. Re:Apple's benchmarks by luther · · Score: 1

      And do you not think that intel or others don't pull similar tricks ? Just watch AMD and Intel fight over wether HyperThreading speeds or slows the P4. Also, it is well known that intel uses special intel optimized compilers to run benchmarks and i am sure they also used the same malloc tricks as apple used, it is standard industry tactics when benchmarking.

    4. Re:Apple's benchmarks by li99sh79 · · Score: 1
      How about that ridiculous comparison of Logic Audio on the G5 to Cubase on the PC (don't remember if it was on the Xeon or the P4)? First of all, they're different programs, for god's sake. Given the same hardware, Logic is way better optimized for running lots of virtual isntruments. I've used both Cubase and Logic on the same machine (500 MHz TiBook), and the reason I now use Logic is that I can run more synths at once. I can't speak for Cubase's performance on the PC, but in what way did that little demo compare ANYTHING head-to-head? It told us nothing about the underlying speed of the hardware. It wasn't even a fair comparison of the applications.

      It was mostly to demonstrate that logic is a cool app that can beat the pants off of the "best in class" for windows. Sure, it wasn't a truly valid comparison, but it was still pretty impressive, and it looked good to the folks in the audience, which is really what this shindigs are about.
      -sam

      --
      I was just here, where did I go?
    5. Re:Apple's benchmarks by pmiller396 · · Score: 1

      A little off topic, perhaps, but ...

      I was helping my Father-in-law shop for a laptop for Father's day. Trying to cause trouble, I asked a salesdroid at BestBuy why the new Centrino chip was so much slower than the P4. He gave me a song and dance about optimization, integration, blah, blah, and ended up telling me that clock speed is not that important for overall speed.

      It seems like Intel is now playing both sides of the Megahertz gap. This could be a good thing for Apple. If Intel wants to sell the Centrino they will have to convince the public that the "slower" chips are "faster" or "better" and will give away much of their hype advantage. The Centrino tops out at something like 1.6 GHz, well below P4 and G5 clock speeds.

    6. Re:Apple's benchmarks by Anonymous Coward · · Score: 0

      Perhaps the BestBuy "salesdroid" was not acting in an official capacity for Intel? Busting the guy's balls just for fun doesn't sound very mature. Personally, I learned long ago to never ask them any questions, especially ones that are only intended to make some kid in highschool feel stupid. I mean, you already knew the answer right? I've never worked in a sales position, but I can imagine that it sucks badly when people like you come in. I guess you could say that he should know his stuff, but that hardly seems like an excuse to be a dick.

    7. Re:Apple's benchmarks by Anonymous Coward · · Score: 0

      The Mac experience: Paying more to a company that habitually lies and misleads its customers, for a slower computer with less software.

      Sounds to me like I wouldn't want the Mac experience.

    8. Re:Apple's benchmarks by nonsuchworks · · Score: 1

      Apple needs to admit that their machines aren't as fast as the fastest Intel has to offer.

      Yep, that'll sell more Macs all right.

    9. Re:Apple's benchmarks by Anonymous Coward · · Score: 0

      LOL, biatch.
      How come you guys always have only one app of every type, but it's always something like 256% better than the Windows counterparts?

      Muhaha!

    10. Re:Apple's benchmarks by Anonymous Coward · · Score: 0

      I can't count how many questionable run-offs Steve Jobs has demonstrated during his keynotes.

      At least Steve hasn't had one of his computers crash on him while he was on stage :)

    11. Re:Apple's benchmarks by Anonymous Coward · · Score: 0

      I think that all of this is going to come out in the wash in the next twelve months.

      As a Mac guy, while I think that it's worthwhile to be sceptical of the current benchmarks, I think that some of the more shrill "it's an obvious scam" comments are a little overstated.

      We'll see.

      As these machines get into the hands of real people, and as their successors get pushed into the marketplace by the IBM/Apple combo, then it will become obvious whether this is just a marketing gimmick, or whether these machines prove to be a bellweather for a renewed race for processor superiority.

      -Vic

    12. Re:Apple's benchmarks by li99sh79 · · Score: 1
      How come you guys always have only one app of every type, but it's always something like 256% better than the Windows counterparts?

      errr, you mean Logic, ProTools, Digital Performer, Peak, Deck, Spark etc? Yeah, there's only one app for audio work available on OSX

      -sam :)

      --
      I was just here, where did I go?
    13. Re:Apple's benchmarks by pmiller396 · · Score: 1

      For what it is worth, I treated the SalesDroid respectfully, nodded my head, didn't argue, and said "Thank You". I was actually impressed by his knowledge and the way he explained it (although I admit this isn't clear from my first post). I didn't even come *close* to "Busting the guy's balls".

      My fun came at Intel's expense -- they are intentionally watering down one of their own "proofs" that their chips are better than what Apple is using.

      I'll try to be more clear should I post again :)

  10. Flaming by Anonymous Coward · · Score: 0

    Holy shit, did any of you look at all of the hatemail he's been getting? You'd think he spoke out against music piracy or something.

    1. Re:Flaming by Sheetrock · · Score: 4, Interesting
      That is a little wierd, although not wholly surprising. It's kind of a variant of the little man syndrome, where folks who adopt a platform not in the mainstream have to justify themselves either via inflated specs in some obscure area or, failing that, vitriol.

      It seems to me that if somebody wanted to use an inferior product, the first thing they'd do is develop a thick skin and at a minimum ignore the criticism being lobbed at their platform of choice. That, or choose to adopt something that seems to work better for the majority so that they don't have to feel left out all the time; obviously when you get to the point of chewing out people who are trying to show you why your choice is flawed it's become a popularity contest for you already (competing, not computing).

      --

      Try not. Do or do not, there is no try.
      -- Dr. Spock, stardate 2822-3.




    2. Re:Flaming by Snagle · · Score: 1, Flamebait

      How can you say that using a mac is using an inferior product? Sure the G4 cant keep up with the P4 no matter what apple sais. But anything lost in processor speed is, for me at least, gained back by the OS. Now that the G5 is out and around the speed of intels 3.06ghz processor, how is the new powermac an inferior product? It has faster hardware and i think most of us can agree OS X s a "better" operating system then XP, hands down. I see what you are saying and you're partially right, just dont go calling macs inferior no matter how inflated the benchmarks are.

    3. Re:Flaming by Surlyboi · · Score: 1

      That is a little wierd, although not wholly surprising. It's kind of a variant of the little man syndrome, where folks who adopt a platform not in the mainstream have to justify themselves either via inflated specs in some obscure area or, failing that, vitriol.

      Yes, except in this case, the vitriol seems to be
      coming from the X86 fanboys and the PPC fanboys in
      equal measure. Guys like the one that wrote the page
      we're all talking about now lost a lot of sleep
      last night poring over the specs in an effort to
      debunk Apple's claims. Much like the Apple fans
      went out of their way to defend them.

      Your assertion that Mac users are the only ones
      looking at little man syndrome are a bit one-sided
      at best, patently absurd at worst.

      It seems to me that if somebody wanted to use an inferior product, the first thing they'd do is develop a thick skin and at a minimum ignore the criticism being lobbed at their platform of choice.

      A thick skin only lasts but so long when you have
      people with nothing better to do but take shots at
      you because of your perceived "difference". The
      thing about being in the minority is that the
      majority automatically thinks their better than
      you, (whether its' true or not) and some of them
      take every opportunity to poke you with that stick.

      That, or choose to adopt something that seems to work better for the majority so that they don't have to feel left out all the time; obviously when you get to the point of chewing out people who are trying to show you why your choice is flawed it's become a popularity contest for you already (competing, not computing).

      Your argument right there reveals your bias quite
      plainly. Just who are you to judge what the best
      platform is for me? No one. You're as much a pawn
      of that popularity contest as anyone else, hell,
      probably moreso, becuase you've fallen in with the
      other 95%.

      Perhaps you should better heed the words in your .sig...

      --
      Mod me down and I will become more powerful than you can possibly imagine...
    4. Re:Flaming by Zeriel · · Score: 1

      Which is exactly why I wish mac zealots would get less offended when it's pointed out that Macs consistently benchmark slower.

      I use all three major platforms, myself. I like the Mac's software support and desktop, I use Win2k for gaming, and Linux is where my development work happens because of the plethora of free tools.

      Sure, in raw clocks the Linux/Win2k box outperforms the Mac. But Mac has other things going for it.

      So stop trying to claim you're faster in raw speed. You're wrong, and more importantly, your fans don't really care.

      --
      "America has done some terrible things. But I know that Americans don't cheer when innocents die." -Dave Barry
  11. This only shows me one thing... by oilisgood · · Score: 1, Flamebait

    Al Gore has definately been able to spread his political spinnery into Apple's culture pretty quickly since joining their board. :-)

    1. Re:This only shows me one thing... by jusdisgi · · Score: 1

      Maybe I missed the connnection...but these guys have been lying on benchmarks as long as I can remember (which, admittedly, is only about a decade)

      Does anyone remember "bytemarks?"

      If anything, I would say Gore is over at Dell someplace demanding a recount.

      For my own part, I'm not going to put much stock in any Windows vs. OSX benchmarking; if I want to know raw hardware performance, I'll wait for linux to linux benches. If I want to know application performance, I'll look at specific application benches...for the apps I care about.

      --
      Given a choice between free speech and free beer, most people will take the beer.
  12. Picking and choosing benchmark results?! by Astrorunner · · Score: 3, Funny

    OMG, you mean benchmarks are subjective? Marketing execs get a hard on the size of Georgia when they hear the term "benchmark." Let us all hope and pray AMD and Intel don't hear about this, lest we never be able to trust an ad campaign again!

    1. Re:Picking and choosing benchmark results?! by dipipanone · · Score: 0, Troll

      Marketing execs get a hard on the size of Georgia

      Pal, I hate to break this to you, but that Georgia that you've been seeing so much lately? From what I've been hearing, she was probably originally christened 'George'.

    2. Re:Picking and choosing benchmark results?! by Jerf · · Score: 2, Insightful

      OMG, you mean benchmarks are subjective?

      No, the benchmarks aren't subjective, that's why this is such a big deal. A benchmark consists of a well-specified objective task a computer can do, with objective measurements of how quickly that task was completed.

      That's why, if Apple really tweaked the Intel computers sufficiently to nearly cut their performance in half, it's not a "matter of interpretation", it's not "a thing valid for Apple but not valid for me", it's a lie. A computer that can score a 24 can score a 24, period; if you tweak it until it only scores a 15, it can still score a 24, and your tweaks are lies.

      You should be able to assemble identical computers, run identical tests, and get the same numbers within an error factor. That's almost the very definition of objective in a scientific sense.

      Now, how you interpret the benchmarks is subjective, because no benchmark can possible match everybody's daily use of the computer, so even though Machine A gets a 24 on an integer test and Machine B gets a 22, Machine B may significantly faster for the real-world tasks I do, whereas Machine A may be even faster then B then the test numbers would indicate for somebody else's tasks.

      But the whole point of benchmarks is to provide an objective measurement.

      (Which you probably knew, but careless word usage leads to careless thinking; "subjective" is the wrong word here. The phrase is "open to interpretation", but you see, that doesn't let Apple off the hook for lying the way that "subjective" would.)

    3. Re:Picking and choosing benchmark results?! by Astrorunner · · Score: 1

      You're absolutely correct. I tip my hat to you.

  13. spl=troll by christurkel · · Score: 2, Informative

    The author of this little essay is a known troll in the Mac community. His previous essay made sure to bash Apple for copying the original windows GUI for the Mac(!).

    This guy is a known troll. He MAY have valid points but his credibility is zero.

    --

    CDE open sourced! https://sourceforge.net/projects/cdesktopenv/
    1. Re:spl=troll by Anonymous Coward · · Score: 1, Funny
      Yes, it's "slam Apple time" here on Slashdot. Submit your anti-Apple articles and we'll post them.

      Don't worry, I'm sure they'll be a "praise Apple time" soon, but for now we're going to treat Apple the way Bill Gates wanted to when he found out about Safari.

    2. Re:spl=troll by A_Non_Moose · · Score: 4, Funny

      He MAY have valid points but his credibility is zero.

      Ummm...this is /. you know.

      Are you new here?

      (yeah, yeah, pot, kettle, black)

      --
      Have you read the moderator guidelines? Well, have you, PUNK? (and I want a Karma: Gnarly option)
    3. Re:spl=troll by T40+Dude · · Score: 1

      +1, Informative I'm new, so no mod points for me yet, :(

    4. Re:spl=troll by Anonymous Coward · · Score: 0

      If He is a known troll, why is it so hard for someone to refute his claims?

    5. Re:spl=troll by Anonymous Coward · · Score: 0

      I've found that anyone who is not willing to orally pleasure Steve Jobs is considered a troll by the "MAC commune". Please spare us the already rabid defenses.

      The last couple of years while MAC processor speed has been stagnant, all we hear is Mhz myth and all sorts of dodges. Now suddenly yesterday, the MAC queens are tromping around like they own the place with their "fastest desktop in the world". I thought Mhz was a myth and it does not matter? You girls sure are having fits trying to defend your speed now.

    6. Re:spl=troll by Anonymous Coward · · Score: 0

      Post on Topic, or ur karma will never be good enough to get mod points.

    7. Re:spl=troll by ankit · · Score: 2, Insightful

      Does it make any difference? What he writes about makes sense! The numbers are out in the open. He is simply presenting it in a readable fashion...

      --
      Don't Panic
    8. Re: spl=troll by Black+Parrot · · Score: 3, Insightful


      > He MAY have valid points but his credibility is zero.

      That claim really doesn't make a heck of a lot of sense.

      If his points "MAY" be valid, then is credibility is not zero.

      --
      Sheesh, evil *and* a jerk. -- Jade
    9. Re:spl=troll by Mr_Silver · · Score: 5, Insightful
      His previous essay made sure to bash Apple for copying the original windows GUI for the Mac(!).

      If you're talking about this (section entitled "Apple Copies Ideas From Microsoft") then you'll find that he admits that Microsoft copies stuff from Apple, but that Apple have copied things from Microsoft too. Which wouldn't seem a too unreasonable claim.

      If you're going to claim someone is a troll, the least you could do is give us an example which isn't guaranteed to mislead us.

      --
      Avantslash - View Slashdot cleanly on your mobile phone.
    10. Re:spl=troll by IamTheRealMike · · Score: 5, Insightful
      This is what really gets my goat sometimes. Calling him a "known troll" and saying "his credibility" is zero does not address his points.

      Are you going to deny that Apple cheated at the benchmarks by disabling various optimizations on the competition? Are you going to deny that most software uses integer math, as one "software coder" clearly did (hint: i write a lot of software, and integer math practically always dominates)?

      The guy may, or may not be a troll. However, the sheer amount hate mail, and the level of it, was stunning. What kind of people write stuff like that? Very few of them even attempted to address the guys points, and those that did made a hash job of it (nobody uses int math? wtf?).

      The fact is that anybody outside the Mac community, having read that essay, is going to come away with a bad impression of said community. Nobody deserves to get hate mail like that for pointing out the other side of the statistics.

    11. Re: spl=troll by Black+Parrot · · Score: 2, Funny


      > Yes, it's "slam Apple time" here on Slashdot. Submit your anti-Apple articles and we'll post them.

      No problem; the daily SCO story will be up in a little while and then everyone will forget about Apple until tomorrow!

      --
      Sheesh, evil *and* a jerk. -- Jade
    12. Re:spl=troll by PhxBlue · · Score: 2, Insightful

      Trolls, by definition, don't make valid points. Just because he dares to disagree with Mac fanatics doesn't make him a troll - there has to be a more compelling reasoning behind that statement if it's to stick.

      There may well be aspects of MacOS X that Apple copied from the Windows GUI. Gods know, it certainly went the other way. But if he substantiated his case, then he's still not a troll.

      Of course, calling someone a troll is easier than actually refuting his arguments; but that won't really make your point well, either. The way to refute the guy's "maybe-valid" points is to reason through them logically.

      --
      !#@%*)anks for hanging up the phone, dear.
    13. Re:spl=troll by haa...jesus+christ · · Score: 1

      His previous essay made sure to bash Apple for copying the original windows GUI for the Mac(!).

      what a bastard! since we all know that the REAL order of events was: apple creates the GUI out of thin air, which is stolen by xerox, and then stolen by microsoft. damn those bastards at parc for their lack of orginality! :)

    14. Re:spl=troll by Borg_5x8 · · Score: 1

      Agreed, christurkel needs to look up the meaning of ad hominem.

    15. RE:spl=troll by Chris+Y+Taylor · · Score: 3, Insightful

      I thought everyone copied from Xerox.

    16. Re:spl=troll by Randolpho · · Score: 3, Informative

      Actually, they *don't* make sense. He compares, for example, numbers generated by Apple to numbers generated by Dell in each of his tests. He uses those numbers against each other; he makes the claim that Apple is boosting their numbers, yet never once takes a look at Dell's numbers (or any of the rest) and the possibility that they may be boosted as well.

      In short, I agree with the grandparent. This is a very well-crafted troll.

      --
      "Times have not become more violent. They have just become more televised."
      -Marilyn Manson
    17. Re:spl=troll by ankit · · Score: 1

      Did you even read the article? His main argument is that apple disabled various hardware features on the dell while conducting the tests. They used underpowered compilers, and made various hacks on their own system to boost the performance.

      And even then apple's performance was either slightly ahead (floating point) or lagging behind the dell (integer). He then took dell's own performance figures, which are undoubtedly arrived at by using specialized compilers, and hacks in the system to boost performance. But this is only fair, since apple did this in the first place!

      I think your post is more of a troll than the article!

      --
      Don't Panic
    18. Re:spl=troll by moonbender · · Score: 1

      The article doesn't look trollish. It's pretty well written. He might very well be wrong and I disapprove of his attitude of replying to mails in the end, but I don't see why that'd make it viable to shrug off his complaints as being a troll. Unless his previous articles are significantly worse, it'd appear that he's more of a pariah than a troll in the Mac community.

      --
      Switch back to Slashdot's D1 system.
    19. Re:spl=troll by Anonymous Coward · · Score: 0

      Him and every politician on the face of the planet

    20. Re:spl=troll by cilix · · Score: 1

      That may well be true, but it's also not really relevant. Being a known troll doesn't mean that his 'essay' is wrong - something that a lot of people seem to have missed.
      I thought most of the same things as he did when I read the detailed description of the benchmarks, and if you understand anything about benchmarks then you probably would have too.

      You can get the pdf which describe the process here.

      The thing that everyone needs to remember though is that EVERYONE CHEATS, the point of releasing benchmarks to the public is very rarely to ensure that they can make an informed discussion, it is to make your product look better than everyone else's. They should be viewed with a healthy dose of scepticism.

      Another thing to remember - especially if you are about to flame someone - is that few people, if any, are saying that these new Macs are anything but very good. What they are saying, is that Apple may not be presenting the facts in a clear and unambiguous fashion.

      Be grateful that the specifics of the testing are available.

    21. Re:spl=troll by Anonymous Coward · · Score: 0

      Reading the "hate mail" section on this guy's page, it seems like the Mac community believes anyone with an opinion outside of the majority is a troll. God forbid he should actually criticize anything Apple does.

      Mac fanatics should read "The Emperor's New Clothes". If Steve Jobs shit on a G5 and sold it as a Limited Edition Souvenier G5, Mac fanatics would praise him for his creativity and marketing genious. Apple has done things right for so long that they've successfully stayed in relative obscurity for almost two decades! Way to go! Mediocrity is king!

    22. Re:spl=troll by DJPsychoChild · · Score: 1
      Umm, actually, it's a documented fact that Apple stole their windowing system (at least the theory for it) from Xerox. They were invited in to look at the new Xerox systems, saw what they were doing, and decided they needed it for themselves. It's really surprising, in light of that fact, that they allowed Microsoft to do the same thing.

      And although I would never walk into a Mac convention and loudly proclaim that their windowing system is stolen from Xerox, you can't label someone a troll just for telling the truth.

      --
      CODITO, ERGO SUM: I Code, therefore I am.
    23. Re:spl=troll by Anonymous Coward · · Score: 0

      What do you expect? I mean, Xerox makes copiers...

    24. Re:spl=troll by minister+of+funk · · Score: 1

      I totally agree. Because of my rigid requirement of intimately knowing someone's character before hearing their arguments, I only read reviews by JeffK.

    25. Re:spl=troll by Anonymous Coward · · Score: 0

      Amen brother.

    26. Re:spl=troll by martingunnarsson · · Score: 1

      "this is /." = Informative!

      Haha!

      --
      Martin
    27. Re:spl=troll by Coretti · · Score: 5, Interesting

      The guy may, or may not be a troll. However, the sheer amount hate mail, and the level of it, was stunning. What kind of people write stuff like that? Very few of them even attempted to address the guys points, and those that did made a hash job of it (nobody uses int math? wtf?)

      Did you notice how almost all of the hatemail was addressing him in the third person?

      He went onto a discussion board somewhere about the post (probably MacNN, probably one of the worst reputation Mac websites in terms of brainpower) and just cherry picked the comments he could take apart easily.

      It's not like he actually *got* that hatemail. He didn't even post an email address with the article.

      Isn't it funny how you can bend things to make you look favorable - just like Apple may have done?

    28. Re:spl=troll by martingunnarsson · · Score: 1

      You got it all mixed up. Everyone copies using Xerox'es. :-)

      --
      Martin
    29. Re:spl=troll by Anonymous Coward · · Score: 0
      And even then apple's performance was either slightly ahead (floating point) or lagging behind the dell (integer). He then took dell's own performance figures, which are undoubtedly arrived at by using specialized compilers, and hacks in the system to boost performance. But this is only fair, since apple did this in the first place!

      There's a matter of degree. Apple seems to have applied some hacks to get gcc to spit out faster code, sure. But Dell's numbers were probably measured using icc, which is known to special-case the SPEC tests and spit out hand-tuned machine code for them.

    30. Re:spl=troll by Anonymous Coward · · Score: 0
      I'm not replying/refuting anything you've said, this seemed like an appropriate place to post this idiocy

      In MacOS X, next to the time there is a little sound icon, same as Windoze.

      --omg it's been there longer then X buddy

      The way that you sort columns in a file list has changed to the Windoze way -- instead of the ascending/descending triangle being in the right-top corner like MacOS 9, now in MacOS X it is actually on the column itself, like Windoze.

      Apples TextEdit program in MacOS X produces files in RTF format, a format developed by Microsoft.

      --

      Apple copied the idea of showing a little arrow on aliases/shortcuts.

      --oh wow, an arrow. windows copied having arrows on the sides of each window...oh yeah they're called scrollbars

      And the idea of arrow cursors with an extra symbol added, such as arrow and a plus sign (copy).

      --

      A major idea that Apple borrowed from Microsoft is Context Menus.

      --

      In MacOS X, when you move the mouse over the close box in the window titlebar, it shows an "X" for the close box, a dash for minimize, and a plus for maximize, just like MS Windoze.
      And then there is the Dock in MacOS X. It's a suspiciously similar idea to the Start/Task Bar in Windoze -- the things you have open listed horizontally on a bar across the bottom of the screen.

      --which Windows ripped straight out of unix. so technically windows is copying apple on these, even though apple did it after MS

      MacOS X also has the "Computer" icon, like the "My Computer" in Windoze.

      --that's a bit like saying apple uses pixels, just like microsoft. No wait, it's like saying windows strongarmed apple into letting them use the concept of a window manager in the first place. fuck scully.

      MacOS X is shifting towards using file name extensions ("myfile.doc") instead of type/creator codes.

      --You poor retard. Windows requires file extensions to know what type a file is. OS X, like every other flavor of unix, uses but doesn't require them. I've been putting extensions on the end of my files since i started using Windows in addition to Macs, just to do away with the ridiculous tast of having to add them later if I move them over for some reason. And do you think MS invented file extensions? what about helloworld.c, i'm sure someone made a file of that name shortly afte ritchie did.

      For a long time, MS Windows could update your clock for Daylight Savings Time automatically, whereas Mac users had to do it manually. Apple eventually realized that automatic updating was a good idea, and copied the idea.

      Apple noticed how well the .DLL (Dynamic Link Library) idea worked in Windoze so they copied the idea and produced their own version of it called a "Shared Library".

      --heh i have no idea how you twisted this one in your favor but Windows did not think of libraries.

      Let's not forget the many hardware technologies that Apple borrows from the PC world. For example, PCI, AGP, IDE/ATA/UDMA, USB, PC100/PC133 RAM, DDR RAM, etc.
      1. Windows is not a piece of hardware, nor is (well until recently) Micrsoft a hardware manufacturer
      2. Those are not PC parts. Those are standards for computer parts. I could make a damn dvd playr out of the stuff if i wanted to. Why aren't you happy that apple has decided to make computers that use standard specs?
      Also worth mentioning is that Apple copied GUI ideas from Xerox PARC.

      --Incorrect. They flat-out bought the ideas, not copied

      ok my point is all the things this troll listed are not innovations. list things windows has stolen from apple/other and you'll have a list of amazing features, not lists of 8x8 pixel graphics

    31. Re:spl=troll by Anomylous+Howard · · Score: 1

      You, of course realize that he choose the most outrageous inflamatory emails to respond.

      This technique is not new. He is "marketing" his own reasonableness and civility by contrasting him self with the most ludicrous of his attackers.
      The technique is so old and wornout that it detracts from his very valid points.

      In summary: Never trust a marketer!

    32. Re:spl=troll by IamTheRealMike · · Score: 1
      Of course they are boosted. But Apple didn't compare themselves against Dells own benchmarks. They did their own and crippled the Dells while they were at it.

      THAT is the point of this article. You don't have to examine Dells numbers, you can already be assured that they had all optimizations enabled (but they are published on the spec website so they aren't just making them up either)

    33. Re:spl=troll by Anonymous Coward · · Score: 0

      An outside example are Jews that claim anti-semitism for any criticism or questioning of their recounting of events. No discussion allowed.

    34. Re:spl=troll by Jucius+Maximus · · Score: 1
      "If you're talking about this [haxial.com] (section entitled "Apple Copies Ideas From Microsoft") then you'll find that he admits that Microsoft copies stuff from Apple, but that Apple have copied things from Microsoft too."

      True. Even in the WWDC keynote speech, Job specifically mentioned that Windows had the 'fast user switching' before OS X.

    35. Re:spl=troll by Anonymous Coward · · Score: 0

      It's not that Apple boosted the G5 scores, it's the fact that they crippled the scores of the machines they were comparing against. Comparing their boosted G5 scores against Dell's boosted scores would be a fair comparison, this is not.

    36. Re:spl=troll by sakusha · · Score: 1
      This is what really gets my goat sometimes. Calling him a "known troll" and saying "his credibility" is zero does not address his points.

      Yeah right. That's why Mr. Haxial responds to his critics by calling them trolls and criticising their spelling instead of dealing with the actual accusations. I guess that's the best he could do to defend his position.
    37. Re:spl=troll by DrWhizBang · · Score: 4, Funny

      no, everyone copies with Xerox.

      --
      Schrodinger's cat is either dead or really pissed off...
    38. Re:spl=troll by DChristensen · · Score: 1

      No, everyone copies *with* Xerox...

      --

      --
      Mac OS X--Unix without the assholes^Whassles.

    39. Re:spl=troll by Moschaef · · Score: 1

      he makes the claim that Apple is boosting their numbers, yet never once takes a look at Dell's numbers (or any of the rest) and the possibility that they may be boosted as well.

      Actually, the fairest way to compare benchmarks is exactly what he did. Let each manufacture squeeze the most out of any given measure independently and then compare the scores... Compare the best Apple's best against Dell's and gee... Guess who wins?

    40. Re:spl=troll by Blondie-Wan · · Score: 1
      There may well be aspects of MacOS X that Apple copied from the Windows GUI. Gods know, it certainly went the other way. But if he substantiated his case, then he's still not a troll.

      FWIW, while demoing Panther in his keynote yesterday, Jobs specifically noted Windows XP had beaten Apple to one of its features, fast user switching. He did qualify this by saying "it's the only feature I can think of like that," but I think it's remarkable he was honest enough to acknowledge even one thing that XP had first. Can you imagine Gates or Ballmer or someone else from M$ demoing a new version of Windows, and acknowledging one of its features as an Apple innovation?

    41. Re:spl=troll by pmz · · Score: 1

      He is simply presenting it in a readable fashion...

      No, not really. As many others have pointed out, the article suffers from its own fallacies.

      The only conclusion we can draw is that Apple's claims, while great marketing, need to be indpendently verified. Big deal.

      Every computer maker needs their turn in the spot light. Hell, a while ago, the "fastest" workstation was the 1GHz Sun Blade 2000 (see how long that lasted). For a while after that the "fastest" was the Pentium 4/Xeon. Now, the "fastest" is the G5/POWER4. Does HP sell any Alpha-based desktops, anymore?

      Basically, "fastest" is at best temporary; perhaps we should give Apple a pat on the back and move on.

    42. Re:spl=troll by AndrewRUK · · Score: 2, Funny

      I think you'll find everyone copies their jokes from martingunnarsson ;-)

    43. Re:spl=troll by roard · · Score: 2, Insightful
      Ok ... so we could responds point-by-point :
      • Sticky menus : you could trace their origin to others sources than windows (damn, even on my old Atari I didn't have to click to get a menu)
      • Apples TextEdit program in MacOS X produces files in RTF format, a format developed by Microsoft. : what a big deal :-) microsoft crippled their own format in fact. And TextEdit come directly from NeXTSTEP, were the RTF format was the default to save enriched text
      • A major idea that Apple borrowed from Microsoft is Context Menus. Contexts menus didn't existed on Unix then ?
      • In MacOS X, when you move the mouse over the close box in the window titlebar, it shows an "X" for the close box, a dash for minimize, and a plus for maximize, just like MS Windoze. And you never looked at the NeXTSTEP UI vs Windows 95 UI ?
      • And then there is the Dock in MacOS X. It's a suspiciously similar idea to the Start/Task Bar in Windoze -- the things you have open listed horizontally on a bar across the bottom of the screen. Honnestly, I think he's kidding... The Dock's origin is obviously NeXTSTEP, even if the behavior is a bit different
      • MacOS X also has the "Computer" icon, like the "My Computer" in Windoze.No, NeXTSTEP strikes again.
      • MacOS X is shifting towards using file name extensions ("myfile.doc") instead of type/creator codes.Nope, again, a NeXTSTEP's heritage.
      • Apple noticed how well the .DLL (Dynamic Link Library) idea worked in Windoze so they copied the idea and produced their own version of it called a "Shared Library". Ok, that one is stupid. Shared libraries came from Unix, and as NeXTSTEP, MacOS X use them.
      • Also worth mentioning is that Apple copied GUI ideas from Xerox PARC. NO, they LICENSED it ! I'm not at all in favor of software patents and such, but Apple licensed the idea, they didn't copied it. And they came with a bunch of their own improvments.
      Then, what I didn't answered :
      • In MacOS X, next to the time there is a little sound icon, same as Windoze.
      • The way that you sort columns in a file list has changed to the Windoze way -- instead of the ascending/descending triangle being in the right-top corner like MacOS 9, now in MacOS X it is actually on the column itself, like Windoze.
      • Apple copied the idea of showing a little arrow on aliases/shortcuts.
      • And the idea of arrow cursors with an extra symbol added, such as arrow and a plus sign (copy).
      • For a long time, MS Windows could update your clock for Daylight Savings Time automatically, whereas Mac users had to do it manually. Apple eventually realized that automatic updating was a good idea, and copied the idea.
      Indeed, what a bunch of astounding ideas. Come on, they are pretty straightforward improvements.
    44. Re:spl=troll by TomGroves · · Score: 1

      Most of the writers had no points to address. They were just upset at the fact that he was being critical of Apple.

    45. Re:spl=troll by DWIM · · Score: 1

      What difference does it make whether the "hate mail" was personally delivered to him? The comments are clearly about him. And, further, they are pathetic and should be embarassing to anyone who considers themselves a member of the Mac community. It doesn't even matter that he cherry-picked the comments. The lameness of the comments amply illustrate his earlier point that some members of the Mac community are rabid, fanboi zealots who leave logic at home when making hardware/software decisions. The many, many other Mac community members who are intelligent and can actually think for themselves should be disgusted by these types.

    46. Re:spl=troll by Anonymous Coward · · Score: 0
      • In MacOS X, next to the time there is a little sound icon, same as Windoze.
      • The way that you sort columns in a file list has changed to the Windoze way -- instead of the ascending/descending triangle being in the right-top corner like MacOS 9, now in MacOS X it is actually on the column itself, like Windoze.
      • Apple copied the idea of showing a little arrow on aliases/shortcuts.
      • And the idea of arrow cursors with an extra symbol added, such as arrow and a plus sign (copy).
      • For a long time, MS Windows could update your clock for Daylight Savings Time automatically, whereas Mac users had to do it manually. Apple eventually realized that automatic updating was a good idea, and copied the idea.
      Indeed, what a bunch of astounding ideas. Come on, they are pretty straightforward improvements.

      If they are that straightforward, why didn't Apple have them first?

    47. Re:spl=troll by poot_rootbeer · · Score: 1


      If you tried using Xerox's original GUI today, you'd be surprised at how little it resembles the modern Windows/OSX/Gnome/KDE GUI's you're used to. A lot has changed.

      So yes, everyone borrowed initially from Xerox, but since then they've been borrowing from each other depending on whomever comes up with the best ideas.

    48. Re:spl=troll by ankit · · Score: 1

      I still dont understand. I can claim my rusty old 8086 machine to be the "fastest", and post incomplete performance graphs that dont even conclusively prove that it is "fastest". What I do is write "fastest" at about 50 places on the page, and make the performance graphs needlessly complex so that no one can understand what they clearly mean. That doesnt deserve a pat on the back.

      Dont get me wrong. I really admire apple's computers, and had they updated the 15" powerbooks, I was considering getting one myself. I dont really care much for the "fastest"; it should be fast enough to do what I want. But claiming "fastest" when you clearly are not is false advertising. I dont think such actions should be condoned.

      --
      Don't Panic
    49. Re:spl=troll by wonderdog · · Score: 1
      Okay:
      • In other words, most people should ignore floating-point results because they do not use floating-point anyway (or not much).
      Yeah, we may as well just leave the FPUs off of CPUs since no one actually uses them.

      Not sure which is worse, the author or those people so enamored with him simply cuz he's calling out Apple for something every 'puter mfg does.

    50. Re:spl=troll by quantum+bit · · Score: 4, Funny

      Neo: Whoa, deja vu.

      Trinity: What did you just say?

      Neo: Nothing, I just had a little deja vu.

      Trinity: What did you see?

      Cypher: What happened?

      Neo: Someone posted about Xerox, and then there was another post that looked just like it.

      Trinity: How much like it, was it the same post?

      Neo: Might have been, I'm not sure.

      Morpheus: Switch, Apoc.

      Neo: What is it?

      Trinity: Deja vu is usually a glitch in the Slashcode. It happens when they change something.

      Shamelessly stolen from an Anonymous Hero

    51. Re:spl=troll by Anonymous Coward · · Score: 0

      I happen to use a Mac, but why should I feel embarrassment for something someone else who uses a Mac does? It doesn't reflect on me, and if you think it does, you're the idiot.

      I'm sure you don't cringe everytime the office idiot jams up the copier, even though you and him use the SAME BRAND OF CORRECTION FLUID. Delineating a community based on computer use is almost as stupid.

      Dick-waving with benchmarks is even more stupid, no matter what side of the fence you're on.

    52. Re:spl=troll by dasmegabyte · · Score: 1

      LICENSED from Xerox. Apple LICENSED from Xerox. They fucking paid them. It's not IP theft, Xerox knew about it, Xerox didn't care.

      What Microsoft did was theft, kinda. But everybody was going there anyway. It doesn't matter who did it first. Other variants include GeOS and Workbench.

      Did Linus copy, steal or license for his "UN*X LIKE" environment? Is X licensed, copied or stolen? I don't know. And I'm not going to speculate...one way or another, SCO will find out for us.

      --
      Hey freaks: now you're ju
    53. Re:spl=troll by sakusha · · Score: 1

      And you know this to be true because of ... what?

      He cherry-picked the complaints that he could flame over spelling, while ignoring valid criticisms. He'd have done better to acknowledge the legitimate criticism. If he doesn't, how can we consider his own remarks to be legitimate criticism?

    54. Re:spl=troll by Anonymous Coward · · Score: 0

      he makes the claim that Apple is boosting their numbers, yet never once takes a look at Dell's numbers (or any of the rest) and the possibility that they may be boosted as well.

      No. Dell/Intel published benchmark results of their own machines. Apple published benchmark results for BOTH their machine AND Dell's machine.
      He claims that Apple is lowering the Dell machine's score to make its own numbers look good, and that is just wrong.
    55. Re:spl=troll by Anonymous Coward · · Score: 0

      hey, i think it was a great idea. if he uses the numbers that dell gives, and theyre inflated, it really just becomes a battle of who can lie more, and THATS what i look for in a pc maker.

    56. Re:spl=troll by jvkjvk · · Score: 1

      The way I see it, he compares numbers from Apple, which have been boosted to the max by Apple, to numbers from Dell, which have been boosted to the max by Dell.

      Or are you saying that Apple did not perform any optimizations on their tests of the G5, and that is the reason Dell's numbers are so much higher that the G5's numbers?

      Somehow, I find that hard to believe.

    57. Re:spl=troll by Anonymous Coward · · Score: 0

      Isn't licensing a form of copying while paying money, anyways? You're playing with words trying to make Apple look good. Then again, nothing would get done if we didn't copy from someone else.

    58. Re:spl=troll by dschuetz · · Score: 1
      Then, what I didn't answer:
      • In MacOS X, next to the time there is a little sound icon, same as Windoze. This one is new, I think
      • The way that you sort columns in a file list has changed to the Windoze way -- instead of the ascending/descending triangle being in the right-top corner like MacOS 9, now in MacOS X it is actually on the column itself, like Windoze. I think the NeXT finder had this
      • Apple copied the idea of showing a little arrow on aliases/shortcuts. Nope, that came from NeXT, though I think it was italicized names instead (it's been years since I used NeXTStep extensively).
      • And the idea of arrow cursors with an extra symbol added, such as arrow and a plus sign (copy). NeXT again -- it used modifier keys during a drag to force link, copy, or move (shown visibly with little green icons that would float over whatever you're dragging)
      • For a long time, MS Windows could update your clock for Daylight Savings Time automatically, whereas Mac users had to do it manually. Apple eventually realized that automatic updating was a good idea, and copied the idea. I'm pretty sure NeXTStep did this. They also had a world-map timezone chooser, a better dock clock (that actually shows the date), and NTP support (which is still bloody difficult in windows)
      The fact is, the look and feel of Windows 95 was VERY much influenced by NeXTSTEP, perhaps even more so than the Mac influence (desktop icons, etc).
    59. Re:spl=troll by Anonymous Coward · · Score: 0

      But they licensed the Xerox GUI! That makes it all better!! They didn't copy!! </macfanboy>

    60. Re:spl=troll by Anonymous Coward · · Score: 0

      Ok, here's some examples from the list of stuff that he claims Apple "stole" from Microsoft (along with my comments):

      # In MacOS X, next to the time there is a little sound icon, same as Windoze.
      In highschool, we had a mac lab, and they had a nice little sound icon next to the time. Some of those Macs weren't even *color* yet. Although looking at some screenshots, maybe it was an add-on. Either way, it's nothing 'from Microsoft'.

      # Apples TextEdit program in MacOS X produces files in RTF format, a format developed by Microsoft.
      Duh, it's so they can send pretty formatted files to everybody else. RTF is a well documented format that you can tack a .doc extension to and Word will open without complaining about a format change (useful if you want to email a resume to someone these days).

      # Apple copied the idea of showing a little arrow on aliases/shortcuts.
      I can't be sure, but I seem to remember those on older versions of Mac. (OS 8 I think, but I definitely see one in 9.2 here: http://www.headgap.com/~macstar/images/os9-2.jpg)

      # In MacOS X, when you move the mouse over the close box in the window titlebar, it shows an "X" for the close box, a dash for minimize, and a plus for maximize, just like MS Windoze.
      When did Windows move to + and - symbols for maximize and minimize. I've got W2K here and I've got an underscore and a box.

      # And then there is the Dock in MacOS X. It's a suspiciously similar idea to the Start/Task Bar in Windoze -- the things you have open listed horizontally on a bar across the bottom of the screen.
      The taskbar look actually came from OS/2 and OS/2 Warp. Those would be what MS were working on w/ IBM before they dropped it to go with Win95.

      # MacOS X also has the "Computer" icon, like the "My Computer" in Windoze.
      Take a look at some of the original Macs, they had the computer icon then. Take a look at the upper right corner of this one, for example: http://www.headgap.com/~macstar/images/centris-dt. jpg

      # MacOS X is shifting towards using file name extensions ("myfile.doc") instead of type/creator codes.
      They're 'shifting' towards using extensions instead of type/creator codes for those file formats that don't *have* type/creator codes.

      # Apple noticed how well the .DLL (Dynamic Link Library) idea worked in Windoze so they copied the idea and produced their own version of it called a "Shared Library".
      He honestly seems to think that DLLs are a Microsoft invention.

    61. Re:spl=troll by startled · · Score: 1

      The author of this little essay is a known troll in the Mac community. His previous essay made sure to bash Apple for copying the original windows GUI for the Mac(!).

      What a relief! Now I can feel good about myself again.

      Now quick, someone h4x0r this guy's site before someone with credibility reads it and finds out about Apple disabling hyperthreading on the Intel procs while using invalid memory allocation optimizations on its own. If that kind of information was posted by someone who wasn't a "known troll", it could really damage my self-esteem!

    62. Re: spl=troll by medscaper · · Score: 1
      Insightful? I think not. Wake up, mods.


      > He MAY have valid points but his credibility is zero.

      That claim really doesn't make a heck of a lot of sense.

      Actually, it does. MAY have valid points But his credibility is zero. Mutually exclusive ideas. Neither relies on the other.

      If his points "MAY" be valid, then is credibility is not zero.

      The possiblity of valid points does not imply credit >= 0, and don't forget that If -> then is bad programming practice these days. The simple fact that credibility may be 0 does not require validity and vice-versa.

      Of course, if you're trying to be logical, always check creditibility AND validity for non-zero or else you'll wind up with a divide-by-creditibility error and you'll have to throw the entire fucking article out when the compiler pukes. Which is what should happen in this case.

      Duh.

      --
      Any sufficiently well-organized Government is indistinguishable from bullshit.
    63. Re:spl=troll by Legionary13 · · Score: 1

      What you say about the posts reflecting badly on the Mac community is fair. But it's common with most public forums, the more so when "religious" issues (e.g. Mac vs PC) are involved. The word religious is to the point - few of us are open to having our opinions changed by a posting or article.

      I am a Mac enthusiast, but find the Mac zealots as obnoxious any other sort - and agree these ad hominem attacks are of no use. Fortunately Slashdot always has some comments from people with insight/information. Like your point about integer math.

      My theory is that there's something about electronic communication that deadens us to the likely emotional content (hence the emoticon).

    64. Re: spl=troll by Anonymous Coward · · Score: 0

      A chronic-lier who occasionally tells the truth (by mistake as much as anything) has zero credibility even though his points may be valid. A broken clock is correct 2 times a day, although I don't look at it and think, hmm, this time it may be valid. I don't give it any credibility.

    65. Re: spl=troll by TaliesinWI · · Score: 1

      One can be correct without having any credibility. As they say, even a broken clock is right twice a day.

    66. Re:spl=troll by prockcore · · Score: 1

      I thought everyone copied from Xerox.

      You mean everyone xeroxed Xerox?

    67. Re:spl=troll by pmz · · Score: 1

      I still dont understand. I can claim my rusty old 8086 machine to be the "fastest", and post incomplete performance graphs that dont even conclusively prove that it is "fastest".

      Each time a manufacture claims "fastest", they usually back it up with some vendor-produced SPEC scores that are complete and quantitative at first glance. Sun did it with the Blade 1000/2000 workstations, and Apple is doing it with the G5. Of course the SPEC scores are always debatable; even Sun was accused of tweaking their compiler when they were making their claims.

      Apple is living high, right now, due to the G5 and the buzz surrounding it. By saying we should give them a pat on the back, I am saying we should recognize that they did do some pretty darn impressive work, regardless of the ultimate conclusion of the benchmarking debate.

      Besides, I think most people are willing to give Apple a chance, even if they are a little mischievous. It's not like they're Microsoft :)

    68. Re:spl=troll by roka · · Score: 1

      Is this kindergarten?
      I hate those "discussions" who had anything first, it _does not_ fucking matter!

      Well go ahead, as long as you don't come over to my house and propagate who first used alphanumeric characters in the terminal.

    69. Re:spl=troll by ankit · · Score: 1

      I agree with that. I want apple to do well. I was really impressed by the G5 yesterday. The cost is exhorbitantly high, but I thought it was worth it. However reading this article today made me think otherwise.
      I hope apple can compete head to head with intel, but unfortunately I dont think that has happened yet!

      --
      Don't Panic
    70. Re:spl=troll by Anonymous Coward · · Score: 0

      No, everyone Xeroxes with Xerox.

      (Yay for verbing nouns)

    71. Re:spl=troll by Anonymous Coward · · Score: 0

      Well, I'm guessing you don't hang out on whiteout-network.com talking about your brand of correction fluid all day.

      I know a half-dozen real-life Mac users and only one of them (maybe) has border-line "zealot" thoughts, although he doesn't hang out on Mac web sites. The rest of them have no opinion on the matter other than "I do my job with Macs. G5 > G4". And that's the group Jobs is targetting with his claims.

    72. Re:spl=troll by Chad+E+Dirks · · Score: 1

      Well, unless we have reason to believe that Dell and Intel are exaggerating their claims significantly more than is Apple, the Dell still wins out by rather large margins in many important tests.

    73. Re:spl=troll by Anonymous Coward · · Score: 0

      However, I notice that you choose not to divulge this "list of amazing features"...

    74. Re:spl=troll by Have+Blue · · Score: 1

      No, trolls make invalid points carefully worded and covered with misinformation so that they appear enough to be valid points. If his previous articles turned out to match this pattern, who says this latest one doesn't?

    75. Re:spl=troll by Anonymous Coward · · Score: 0

      And this troll doesn't have much credibility either: "We can clearly say we've caught up with the PC and passed them," said Jobs

    76. Re:spl=troll by shotfeel · · Score: 1

      And if they hadn't disabled those "features", they would have been slammed for not having done so.

      We're talking Apple. They're damned if they do, damned if they don't.

    77. Re:spl=troll by DWIM · · Score: 1
      You don't have to feel embarassed by what anyone says or does. OTOH, if you feel you are part of a community that you feel proud about, I think you might wish the jackass who makes a fool out of himself advocating your community would just shut the f*ck up. I'm not too up on folks who build up a fan base around whiteout fluid, but its quite obvious there are communities like that for the Mac, for Linux, for emacs, for C++, for the iPod, whatever.

      Delineating a community based on computer use is almost as stupid.

      I agree, but it doesn't change the fact that this does happen. Which just returns us to my original point that the assinine comments directed at this guy are indeed stupid and he shouldn't be faulted for posting them for all to see.

    78. Re:spl=troll by Scudsucker · · Score: 1

      I find it interesting that the author of the article harps all over fact that Apple disabled SSE2 instructions, but didn't bother to mention that Apple also disabled Altivec. Makes me wonder what else he missed.

    79. Re:spl=troll by Scudsucker · · Score: 1

      They used underpowered compilers

      No, they were trying to use the same compiler to get a better comparison. If they really wanted to cheat they would have used an IBM compiler for their tests and Visual C++ for the PC's.

      and made various hacks on their own system to boost the performance.

      Oh, like disabling Altivec on the 970?

      Look, its certainaly possible that Apple should have enabled this flag or that flag, but its not the hand-caught-in-the-cookie-jar type cheating that the article author makes it out to be. Hell, most of his so-called "hate mail" he actually got from forums.

    80. Re: spl=troll by Kjella · · Score: 1

      He MAY have valid points but his credibility is zero.

      That claim really doesn't make a heck of a lot of sense.

      If his points "MAY" be valid, then is credibility is not zero.


      If I pick a number between 1 and 6, and you throw a dice, you *MAY* get the right number. But the dice has no credibility, it doesn't make you pick correctly any more often than if you guessed.

      Kjella

      --
      Live today, because you never know what tomorrow brings
    81. Re:spl=troll by StillAnonymous · · Score: 1

      The whole "troll" comment has totally lost it's entire meaning on this message board. People have turned into complete idiots and whenever they find a statement they don't agree with, don't like, or just plain rubs them the wrong way, they INSTANTLY label it a troll. It's pathetic, and these people need to come back down to earth and take a good, long look at what they're posting.

      A troll is a post specifically designed to get responses (usually angry ones). Before you throw out the troll label, actually READ the comment, ok? 95% of the posts I see people calling trolls, are simply a person stating their view on a subject. Nothing more. Yes, that's right, some people actually have a different viewpoint than YOU! I figured once people reached the age of 10, they would know this. Apparently a lot of folks on this board never mentally matured past that point though...

    82. Re:spl=troll by Anonymous Coward · · Score: 0

      Maybe SSE2 performed far better than Altivec did and the results were more favourable to disable them both? Ever thought of that? I'm not saying it's true, but it's definitely suspicious.

    83. Re: spl=troll by Black+Parrot · · Score: 1


      > > > He MAY have valid points but his credibility is zero.

      > > That claim really doesn't make a heck of a lot of sense.

      > Actually, it does. MAY have valid points But his credibility is zero. Mutually exclusive ideas. Neither relies on the other.

      Not IMO. If for example 10% of someone's posts are worth considering and 90% aren't, I'd say they had a 10% credibility rating.

      --
      Sheesh, evil *and* a jerk. -- Jade
    84. Re:spl=troll by PhxBlue · · Score: 1

      No, trolls make invalid points carefully worded and covered with misinformation so that they appear enough to be valid points. If his previous articles turned out to match this pattern, who says this latest one doesn't?

      All well and good - but if you want to prove he's a troll, establish the incidents where he deliberately uses misinformation. The post I originally replied to didn't do that--it just said "this guy is a troll," without offering any proof. At the very least, it's a weak argument; and at worst, the poster is doing exactly what he accused spl of doing in the first place!

      --
      !#@%*)anks for hanging up the phone, dear.
  14. Ati ... Nvidia ... now Apple by valisk · · Score: 2, Insightful
    It's a shame if Apple have resorted to this sort of thing, I thought it was bad enough that nVidia had produced drivers designed to give false results, but actually crippling your opponents hardware, to show that your product beats it, is pretty low.

    Lets hope we can look at some independent tests in the coming days and see which unit is really value for money, because if Dell's benchmarks are correct their unit is 20-30% faster and only 2/3rds the price.

    --

    Economic Left/Right: -0.62
    Social Libertarian/Authoritarian: -3.69
  15. Who cares?!? by Anonymous Coward · · Score: 0

    My next boxen will be PowerMac G5.

    1. Re:Who cares?!? by Anonymous Coward · · Score: 0

      My next boxen will be PowerMac G5.

      That means your next partner will be a man.

    2. Re:Who cares?!? by WillAdams · · Score: 3, Interesting

      I'm leaning towards a similar conclusion (``My next boxen will be PowerMac G5'') for when it's finally time to retire my NeXT Cube.

      The new case design addresses most of my complaints about the old G3/4 design (funky round handles and irregular surfaces make stacking / arranging things around those problematic, noisy (but grant it is quieter than my NeXT Cube) drive panel access---I guess the SuperDrive has no buttons on the face plate beyond eject?)

      and Panther finally brings most of the missing features from NeXTstep (Faxing, PostScript support, speed) and Mac OS 9 (Labels, apparently working QuickDraw/GX like font support).

      I'd give my interest in Hell though for a way to change the monolithic, immovable main menu to a movable vertical menu a la NeXTstep (w/ top-level Print and Services!), esp. w/ tear-off sub-menus, and really wish that there was a language option which would give one concise NeXT-style menu shortcut descriptions....

      William

      --
      Sphinx of black quartz, judge my vow.
    3. Re:Who cares?!? by alib001 · · Score: 1

      All the people commenting about it.

      Next question please.

    4. Re:Who cares?!? by Anonymous Coward · · Score: 0

      Unless he's already got a G4, in which case He's been apple's bitch for years.

    5. Re:Who cares?!? by dankow · · Score: 1
      I guess the SuperDrive has no buttons on the face plate beyond eject?

      So now Apple gets flamed for only putting one button on their SUPERDRIVE? Exactly how many buttons do you expect on a drive??

      --
      I am the hub of Jack's digital lifestyle.
    6. Re:Who cares?!? by WillAdams · · Score: 1

      Sorry, ``buttons'' was a poor choice of words. Probably should've said ``controls / widgets''.

      As an example of what I mean, I've pried the faceplate off of my PowerMac G4 (Yikes! 400MHz to be exact) and that reveals:

      CD-ROM
      - headphone jack
      - volume control
      - eject button (I really hated the clunky drop-down door)
      - access light

      Zip drive
      - eject button
      - access light

      All but the eject button on the CD-ROM were hidden---and I've found the Zip drive's eject button invaluable for ejecting bad Zip disks infected with the ``click of death''

      William

      --
      Sphinx of black quartz, judge my vow.
    7. Re:Who cares?!? by cruppel · · Score: 1
      I am the hub of Jack's digital lifestyle.

      You, sir have just been marked as my friend :)

    8. Re:Who cares?!? by sevenofnine · · Score: 1

      Superdrive doesn't have any buttons period... The eject button is part of the apple keyboard on the right side... so its either that or drag the cd/dvd to the trashbin (anyone other than me find this rather unlogic for a burner?)

    9. Re:Who cares?!? by WillAdams · · Score: 1

      Uh, in Mac OS X when you grab the disk icon of a removable media drive the trash bin changes into a universal ``eject'' symbol....

      William

      --
      Sphinx of black quartz, judge my vow.
  16. Oh well by digitalsushi · · Score: 2, Insightful

    He had me thinking he was insightful and thoughtful until the end where he replies to all of his hate mail individually. Woulda made his point better if he just left it alone.

    --
    slashdot: where everyone yells sarcastic metaphors to themselves to understand the issue
    1. Re:Oh well by mbourgon · · Score: 1

      It's amazing, it's one of those times you should read the article. He starts out by making a couple good points, but then he gets progressively sillier. By the time I got to the end, I was laughing damn hard. Thanks, man. If this article had been rated, it would be a -2 Troll, +2 Funny

      --
      "Sometimes a woman is a kind of religion, she can save your soul & set you free from all your sins" - Bad Examples
  17. the chap is wrong by Anonymous Coward · · Score: 0

    I've looked over his article and website, and verified the figures Apple are quoting from
    http://www.veritest.com ... and the guy is simply WRONG in his arguments and in his detail!

    1. Re:the chap is wrong by MikeMo · · Score: 1

      OK, if he is, supply us with some facts to back up your conclusion. Your arguments will have much, much more weight.

    2. Re:the chap is wrong by Anonymous Coward · · Score: 0

      my facts? http://www.veritest.com

      its called reading

    3. Re:the chap is wrong by MikeMo · · Score: 1

      Well, yes, ok, but I'm not getting the same conclusions as you are, and I assume I just don't see the data the same way that you do. I'm hoping you could be a little more specific as to how you arrived at your conclusions.

  18. Since when is Apple about speed? by heironymouscoward · · Score: 1

    Apple is the new Sony: give people the gadgets they want, and charge a premium for it. Speed
    is not the killer argument. As long as it's
    fast enough to digest whatever you throw at it,
    who cares?

    --
    Ceci n'est pas une signature
    1. Re:Since when is Apple about speed? by Anonymous Coward · · Score: 1, Insightful

      Apple's been selling computers far longer than Sony. In this arena, Sony are trying to be the new Apple.

    2. Re:Since when is Apple about speed? by Anonymous Coward · · Score: 0

      Apple is the new Sony: give people the gadgets they want, and charge a premium for it.

      Since when does Sony charge almost twice what RCA does for similarly configured products? Apple's more like a Philips than a Sony...Sony's commodity, Apple is "luxury"

    3. Re:Since when is Apple about speed? by duffbeer703 · · Score: 1

      Go to an electronics store. Sony DVD player ~ $150. Phillips with same features, ~ $79. No name Korean crap, ~ $49.

      --
      Conformity is the jailer of freedom and enemy of growth. -JFK
    4. Re:Since when is Apple about speed? by Anonymous Coward · · Score: 0
      Apple's more like a Philips than a Sony...Sony's commodity, Apple is "luxury"

      If Sony is a commodity, Apple is more like Marantz
  19. in other news ... by jamesbrown1000 · · Score: 3, Insightful

    YOUR HOME TOWN (AP) -- You were not "the most handsome boy in school," contrary to what your mother may have said at the time, officials today announced.

    "Mothers always say things like that to their gangly, awkward teenage children," one official said on condition of anonymity.
    ----
    Point is ... no shiat! Apple marketing spins things; Dell marketing spins things ... everyone spins. Don't take it so seriously.

    --
    Mindy: "Well...desserts aren't always right." Homer: "But they're so sweet!"
    1. Re:in other news ... by danheskett · · Score: 1

      But the point is that Apple is supposed to be *better*. That's why Apple people use Apple, and not PCs - because Apple is better.

      If Apple just goes and starts to do things like everyone else we have a big problem. Apple loses its shine, you might as well buy a Dell for 50% the cost and be done with it.

    2. Re:in other news ... by Anonymous Coward · · Score: 0
      You mean my mother tweaked the benchmark?

      That can't be true! I am the hansomest!

    3. Re:in other news ... by Anonymous Coward · · Score: 0

      Um no I use an Mac because I like the feel of working on one. Everything else means shit. If I had an ethical conscious about buying products I would never buy a computer or any electronics for that matter. I know that somewhere, someplace, effluent from a manufacturing plant producing some part that is used in the machines is being poured into someone's drinking water supply slowly killing them. I don't particularly like knowing this however it is a fact of life that I do live with. However as large as apple tries to rip me off (and I am not saying they are) it calls only a fraction of the outrage of what I said above.

      I am a computer user, not Ghandi.

  20. hyperthreading is a different breed by stonebeat.org · · Score: 1

    hyperthreading is like having 2 processor, when you only have 1 physical processor.
    So If you want compare a hyperthreading processor vs G5, you have benchmark 1 (single) hyperthreading CPU vs 2 (dual) * G5.
    We have to be fair.

    1. Re:hyperthreading is a different breed by Anonymous Coward · · Score: 0

      Except that hyperthreading doesn't cost nearly as much as a second CPU? Did you think about that?

    2. Re:hyperthreading is a different breed by phobix · · Score: 1

      That wouldn't be fair at all. Just because hyperthreading allows a processor to act like two processors, it is still just one processor.

      --
      - The early worm gets eaten by the bird.
    3. Re:hyperthreading is a different breed by linuxkrn · · Score: 1

      That is not true at all. Hyperthreading is NOT like having two processors. Hyprethreading only gives you two sets of registers to fill. The CPU can still only execute ONE bank at a time. While this can free up the OS to keep filling the banks with multi-threaded apps, it's NOT like having two CPUs. While you _can_ see increased performance of up to 25% it's not always the case. True Linux sees 4 CPUs...but I digress And yes, I have dual Xeon's with hyperthreading. 2.4.20 compile times: make -j2 = 160 secs make -j4 = 120 secs make -j5 = 110 secs (as low as 96 with > /dev/null for stdout/err) Bottom line is, you can't compare a dual to a single even with HT. And just FYI, the new P4s (not Xeons) have HT now too.

    4. Re:hyperthreading is a different breed by TheViffer · · Score: 2, Interesting

      Not really ...

      Hyperthreading does not make you have 2 processors. In a "high level" nutshell, it allows queueing of thread processes to utilize periods of inactivity in the processor to execute them. In other words, Intel took a processor optimization, and slapped a "cool" name to it. Its like calling mmap() "HyperCache". Maybe on RISC chips with the reduced instruction set we should tag that as "Hyperpumped Instruction Path"

      In running a single threaded benchmark, it has very little bearing on the final outcome.

      So no, hyperthreading is not like having 2 processors. More like 1 processor optimized for threads.

      --
      -- Knowing too much can get you killed, but knowing who knows too much can make you rich.
    5. Re:hyperthreading is a different breed by astrox · · Score: 1

      If you actually read the PDF document he refers to in his brilliant insight, you'll notice that Hyperthreading is only turned off on the dual processor systems. It is specifically turned ON for the single processor tests.

      I don't think they were really trying to mislead anyone on the speed of the new Power Macs by decreasing the speed of the Dells. If they had been trying to do that, they could have easily left everything the way it was on the Dell by not updating the Red Hat software, or they could have run the tests under Windows.

      What I saw in the G5 tests looked like optimizations more than anything else. They put in a couple of speed switches, similar to -O3 in that it would use memory less efficiently but make it run faster.

      As with any benchmarks, YMMV.

    6. Re:hyperthreading is a different breed by justsomebody · · Score: 1

      C'mon, what you're benchmarking is top speed of two cars which one is faster. But the second one has to have nitro and turbo turned off because it would be unfair since the first racing car doesn't have them.

      HT Processor is still ONE processor and top speed is still top speed.

      --
      Signature Pro version 1.13.2-3 release 83.5 beta3try7 after-breakfast edition
  21. Summary by DougMackensie · · Score: 1, Insightful

    Anti-Apple Troll vs. Apple Troll

    How terribly interesting.... o_O

    1. Re:Summary by jgalun · · Score: 3, Insightful

      It is unfair to summarize it that way. It's more like, "man examining available evidence" vs. "trolls with no evidence." Why is it trolling to show that Apple's benchmarks are wildly misleading? Would it also be trolling if I, say, posted to Slashdot evidence that nVidia was scamming certain graphic benchmarks?

      Hell, how is this different from when Microsoft posted benchmarks about web server throughput on Windows vs. Linux? Then, all Slashdot was up in arms that Microsoft had heavily tweaked its Windows set up but left the Linux box plain vanilla. Why is it that when Apple does the same thing so many of us say "It's an Anti-Apple Troll"?

      Jesus, the guy even says that there are things that he likes Mac for. How does that make him a troll?

    2. Re:Summary by TedCheshireAcad · · Score: 1, Redundant

      Everyone knows that any hardware/software manufacturer will "fudge" the benchmarks a bit.

      This article is just one big flame war.

      Next...

    3. Re:Summary by jgalun · · Score: 3, Insightful

      Everyone knows that any hardware/software manufacturer will "fudge" the benchmarks a bit.

      That's true. But on the other hand, every hardware manufacturer doesn't get lead stories on Slashdot AND CNN (it's still on the front page as I post this, but yesterday it was one of the lead stories too) about how they've introduced the world's fastest personal computer. A misleading claim like that - debunked even before anyone gets their hands on their computer, just by reading the testing setup - deserves to be debunked, and is not simply a flamewar invitation.

    4. Re:Summary by Improv · · Score: 2, Insightful

      It's good that he took the time to dissect Apple's
      benchmarks, and I would be interested to see new
      benchmarks (although I do think that using gcc
      on x86 isn't unreasonable). What really struck me
      as childish about the author was that he actually
      took the time to meet snide comments on his website
      with snide comments of his own.

      --
      For every problem, there is at least one solution that is simple, neat, and wrong.
    5. Re:Summary by echucker · · Score: 1

      But on the other hand, every hardware manufacturer doesn't get lead stories on Slashdot AND CNN (it's still on the front page as I post this, but yesterday it was one of the lead stories too) about how they've introduced the world's fastest personal computer.

      Methinks you overrate Slashdot. They don't really have stories of their own, except for the Ask Slashdot articles. The stories that get top billing here can be quite subjective also, just like mainstream media. Remember all the excitement about sharks to summers ago, and all of the excitement last year about child kidnappings? Shark attack numbers were at or below the average. I'd also bet that if you checked kidnapping stats, it wouldn't be an unusual year, either. Bending benchmark results is a hot topic, so it'll appear in stories everywhere more often in the coming weeks, whether or not the instances of fudged results have increased or not.

    6. Re:Summary by Anonymous Coward · · Score: 0

      His article is at the very least as misleading as the benchmarks he claims to be analyzing. His sole motivation is to generate traffic to his site in a "I've had x million hits so I must be someone" way, so he's a troll.

    7. Re:Summary by Anonymous Coward · · Score: 0

      You seem to suffer from the delusion that something has been debunked. Your claim is that since an editorial sought to debunk something, criticism of that editorial is invalid since something was debunked. Yes, true things are true if we assume them as such. Sort of hard to argue against them then.

    8. Re:Summary by Anonymous Coward · · Score: 0

      He is a troll because he is spreading FUD about Apple in a clear attempt to make Windows and Linux appear superior to Apple. All it has done for me is make want to buy a new G5 even more than I did before. While other people will be choking their way through yet another Windows install or Linux kernel compile, I'll be bling-bling in my G5.

  22. Different Benchmarks by YomikoReadman · · Score: 5, Insightful

    Well, it certainly isn't the first time that a company has used a benchmark to make a product look better than it is, and it certainly won't be the last time. I think what we should all learn from this is as follows. Don't worry about Statistics, Benchmarks, or any Media Hype. Just go to the store, buy whatever kind of computer you want that floats ur boat, Be it a Mac, Linux Box, Windoze Box, or god forbid, a compaq. Set it up, get broadband internet, and read lots of Slashdot and play Starcraft.

    --
    I have no regrets, this is the only path.
    My whole life has been "UNLIMITED BLADE WORKS"
    1. Re:Different Benchmarks by Anonymous Coward · · Score: 0

      Ahhh yes... the typical retort, Starcraft. One of the few new games on the Mac.

    2. Re:Different Benchmarks by Kref1 · · Score: 1

      That would be all fine and dandy, if everyone had an ton of money and the only choices were about which pretty color to get, but if im going to spend a considerable amout of money on something, I would like to have a way to compare my options and make an informed decision. There has to be a way to compare.

    3. Re:Different Benchmarks by YomikoReadman · · Score: 1

      Here's how I look at it, without most of the sarcasm seen in my previous comment. These days, nearly every new computer that comes out is more than enought to run any title out on the market. When buying a new computer, what software you buy, what OS you buy, it all comes down to a matter of preference. Most benchmarks can be manipulated, as we have seen with Nvidia, ATI and most recently, Apple. As far as usability goes, Every OS out there has software that is equally suited for various applications. Even for gamers, choosing an OS can fall to preference, rather than selection due to the fact that more and more companies are releasing PC games on all systems, including Linux, of late. The bottom line is that it really doesn't matter what you buy, as long as you are happy with it in the end. If not, then sell it and buy something else. As far as a way to compare options and make an informed decision goes, hardware wise, everyone is equally overpowered. But for information on that sort of thing, read reviews done by your peers, CNET.com has a lot of those.

      --
      I have no regrets, this is the only path.
      My whole life has been "UNLIMITED BLADE WORKS"
  23. So does this mean ... by Anonymous Coward · · Score: 0

    So does this mean that Linux will overtake
    Apple in the desktop market after all?

    The road to Redmond goes through Cupertino.

    1. Re:So does this mean ... by justsomebody · · Score: 1

      That won't be a problem to achieve.

      Power of Linux desktop will be mainly in corporation use at first, and Apple is just too expensive to be used for that purpose.

      But bussiness desktop is still a desktop, so... Desktop market counts home and company desktop computers.

      Home desktop computer figures would be different probably, but that second opinion raises question, if it has some sense to use different OS at home and at office. Second favorable look in that direction is Joe User. Joe User likes system that he's used to. And if that's Win then Win, Linux then Linux, OSX then OSX.

      --
      Signature Pro version 1.13.2-3 release 83.5 beta3try7 after-breakfast edition
  24. imagine.. by chef_raekwon · · Score: 1

    imagine that...a company fudging the specs to sell product. this is absolutely unheard of!! we must stop this travesty now!!!

    (this is sarcasm - and should be modded as such ;)

    --
    We're like rats, in some experiment! -- George Costanza
  25. Well, this'll send den Beste right into orbit. by Anonymous Coward · · Score: 0

    Somebody warn the space station--incoming!

  26. Really smart guy by T40+Dude · · Score: 5, Funny
    Both Apple and Dell are guilty of using misleading prices. For example, Apple gives the price of the low-end G5 as "$1999", and the high-end G5 as "$2999". In other words, they have subtracted $1 from a $3000 computer to make it seem cheaper, which is absolutely ridiculous. This demonstrates that both Apple and Dell are willing to mislead people when stating their prices.


    Mislead people ??? $2999 IS cheaper than $3000.
    1. Re:Really smart guy by Josuah · · Score: 1

      Mislead people ??? $2999 IS cheaper than $3000

      Yeah, and a buck gets you 20 minutes with 1010-321.

    2. Re:Really smart guy by Theaetetus · · Score: 1
      Yeah, and a buck gets you 20 minutes with 1010-321.

      Yeah, or 15 minutes with that cheap whore down the- what?

      -T

    3. Re:Really smart guy by nanojath · · Score: 1

      You know, I mocked this too, but think about it... everybody and their brother wouldn't knock that dollar off the priceif they didn't believe that there was a real psychological effect greater than just "saving a dollar" (because honestly, unless you're obsessive, who thinks about a dollar when you're dropping $2-3K?) Of course this doesn't say much about Apple since tons of manufacturers do this. I wonder - has this been tested, or is it just a retail myth that has pervaded the culture... every time a product gets released the accountant says it needs to cost $X and some marketing guy says yeah, better knock that down to X-1.

      --

      It Is the Nature of Information to Transgress Artificial Boundaries

    4. Re:Really smart guy by GoofyBoy · · Score: 1


      This is really what OS/CPU/"I am right and you are wrong" wars really come down to.

      Nitpicking over things that really don't matter, while ignoring big things that go against stand.

      --
      The surprise isn't how often we make bad choices; the surprise is how seldom they defeat us.
    5. Re:Really smart guy by cactopus · · Score: 1
      Both Apple and Dell are guilty of using misleading prices. For example, Apple gives the price of the low-end G5 as "$1999", and the high-end G5 as "$2999". In other words, they have subtracted $1 from a $3000 computer to make it seem cheaper, which is absolutely ridiculous. This demonstrates that both Apple and Dell are willing to mislead people when stating their prices.


      It's important that Apple raised the price of the bottom of the line and lowered the top price... so we have $1799->1999, and 3499-->2999.... What is your problem?... the Dual 2G machine is a whole lot of machine in that config for 3G's.... a comparable PC is still just a plain old PC by comparison... another thing to note is the bang for the buck... for a neat 3G you get a dual 2G 64 bit workstation with a 1G FSB, Serial ATA (something that is still extremely expensive), 512 MB RAM (capable of 8GB... only a Sunblade 2000 competes with this right now and not on the end-user level), PCI-X, extremely quiet and easy to work on, the option of a great graphics card in the 9800 for professional work, no - cost GigE, and optical audio... it's the sheer number of things you get and how well they are sewn together that makes that a steal even if the number is high.
    6. Re:Really smart guy by Dephex+Twin · · Score: 1

      Well, this practice is FAR less common in Europe... and, as far as I know, people still buy things.

      --

      If you want to make an apple pie from scratch, you must first create the universe. -- Carl Sagan
    7. Re:Really smart guy by Anonymous Coward · · Score: 0

      But are they consumer whores like they are here in the US?

  27. Does anyone care anymore? by 91degrees · · Score: 5, Insightful

    I mean computers are so fast that there's very little that I might want to do at a consumer level that makes a difference. Most applications are responsive on my ancient 500MHz Pentium 3.

    The only things that really need speed are things like 3d rendering, video compression and compiling large appllications. 3D rendering in games is influenced by the speed of the graphics card a lot more than the speed of the CPU, so we're left with the long slow scenes. Personally, it makes very little difference to me if a rendering a scene or compressing a video takes 30 minutes rather than 40. If I can kill 30 minutes, I can kill another 10 quite easily.

    In the past, I'd have been able to tell you whether I was using a 20MHz or a 25Mhz 386 just by using it. I can hardly detect the difference between a 1.5GHz machine and a 3.0GHz machine without using a benchmark.

    In the end, it's just numbers.

    1. Re:Does anyone care anymore? by Shalda · · Score: 1

      I think you answer your own question. There are processor intensive tasks out there that will make a difference. Specifically Video rendoring and compression, audio compression, image editing, scientific calculations, application servers, etc. If, say, you're doing a complex rendor that takes 30 minutes on one machine, but 40 on another and you do it 10 times in a day, well, that's an extra hour and 40 minutes you could be spending with your wife/kids/dog/porn colelction/whatever. I'd pay a lot of money for an extra hour a day with my family.

      Will anyone typing documents on MS Word notice the difference? Of course not. Gamers? Only if the framerate drops below 30-40 fps. For most games, there's usually a point below which performance is unaceptable and above which extra gains go generally unnoticed. The transition range is usually pretty small (maybe 50-100 mhz for current games/hardware).

      In the end, the numbers won't sway a lot of people. The Mac heads will still buy Mac, the PC people will buy PCs, and the trolls will continue to post homo-erotic porn.

    2. Re:Does anyone care anymore? by 91degrees · · Score: 1

      Which is all well and good, but surely I'm not the only one who leave my machine doing what its doing, then wander off to read or something whilst it works. That extra hour and 40 minutes is just spread throughout the day.

    3. Re:Does anyone care anymore? by pmz · · Score: 1

      I can hardly detect the difference between a 1.5GHz machine and a 3.0GHz machine without using a benchmark.

      A lot of this has to do with most computers shipping with 5400 RPM and 7200 RPM IDE disks, because anything faster is too expensive. Disks are slow, and, every time the computer boots or a new application runs, you are constantly waiting on the disk.

      This is why an OS like Solaris 8 or 9 uses all free RAM as one big-ass file cache. It makes a very noticable difference, too, when launching applications several times in a row or doing repeated file system operations.

      I would bet that most computer users spend much more time waiting on disk operations than any other CPU-oriented operation, except, perhaps, when using computers more than four years old (sub-400MHz territory). On sufficiently old computers, launching apps like Mozilla becomes more CPU-bound.

    4. Re:Does anyone care anymore? by Have+Blue · · Score: 1

      If your job is compressing video, a 25% gain means 25% more video compressed in a workday, with the corresponding gain in clients and income.

    5. Re:Does anyone care anymore? by PgDn · · Score: 1

      On this topic here you do not need dual 2ghz processors to run a text document, its true that Mac has great visual editing programs and thats why its used but in regards to people who ask "with these benchmarks why would you use a PC" well it's a simple answer . . . we can play more games and don't have to wait years for their outdated arrival on Mac. So for the Mac lovers who say all PCs suck, I say to them "Hey go play Half-life 2 or Half-life for the matter and get back to me"

    6. Re:Does anyone care anymore? by Anonymous Coward · · Score: 0

      But nobody's job is compressing video. Most of the time will be spent editing video and stuff. The compression takes a trivial amount of time compared with that The 25% gain in rendering speed will give you an extra 10 minutes over the course of a day.. Anyone who needs to do a lot of work will have a dedicated box to do it.

    7. Re:Does anyone care anymore? by aliens · · Score: 1

      If you can't tell the difference between a 1.5 and 3.0GHz you must be using one of those old style brains. Personally with faster CPU's I can work even faster!!! Hopefully they'll hit 1TerraHz so it can more evenly match my brain.

      I'm kidding by the way,

      1 TerraHz is no where near enough ::)

      --
      -- taking over the world, we are.
    8. Re:Does anyone care anymore? by Anonymous Coward · · Score: 0

      Sure, I'll go play Half-Life if you go play Escape Velocity Online.

    9. Re:Does anyone care anymore? by Have+Blue · · Score: 1

      Sure, but some people's jobs really do consist of performing Photoshop filters on gigantic images all day. With that minor change, the argument stands.

    10. Re:Does anyone care anymore? by Anonymous Coward · · Score: 0

      You are genius, and I fully agree. My current macintosh is a 600MHz G3, and to me it is fast enough for almost anything I do. Personally, I think if I had a 1GHz G4 system or above, I wouldn't need a new system for years.

    11. Re:Does anyone care anymore? by andrewski · · Score: 1

      Yeah, I agree. When it comes to performance that the user feels, delays below about 10 ms are very hard to notice. So if one machine is even quite a bit faster than the other, if most UI tasks take 10ms than subjectively, the user wouldn't really be able to tell. It becomes much more difficult to tell if the computers aren't right next to each other, as well.

      My P3 450 runs Tribes2 beautifully, thanks to the GeForece2 that it has. With a gig of ram, .6TB of HD space, and all the fun add-ons it is a nice box.

      I now game on my Media Center Edition PC from fucking HP that I won at the state fair. XP is about as responsive on that machine (P4 2.4 gHz) as 98 is on the P3. The GeForce4 absolutely spanks the GF2 on the P3 though.

    12. Re:Does anyone care anymore? by andrewski · · Score: 0

      Supposed to read:

      if most UI tasks take less than 10ms than subjectively

  28. The Big Difference by klupo · · Score: 1

    The Big Difference may not be the out and out raw speed of the hardware but I'm betting that in conjunction with their new 64 bit OS it will scream and I don't know of any other company putting out a 64 OS to the desktop.

    --
    "Talent does what it can; genius does what it must."
  29. Seems Apple has learned its lessons from M$ by plj · · Score: 1

    Hadn't Microsoft just done the same when they compared Windows SMB performance against Red Hat. Sad to see Apple is using same crappy methods.

    --
    “Wait for Hurd if you want something real” –Linus
  30. Real World Performance by aftermath09 · · Score: 2, Interesting

    Ultimately, it will be interesting to see the real world performance of the G5. I own a 2100+ amd athlon, but I don't feel much of a speed increase from my old 1 Ghz. As usual, a processor is only one part of a computer's performance, and the 1Ghz bus that the G5 will use will greatly contribute to the percieved speed of the system. Also, the interaction with OS X will be important. I use a G4 powerbook running jaguar, but occassionally there are slow downs - not sure why.

  31. Floating Point *is* important on the Mac by Anonymous Coward · · Score: 1, Interesting

    "When interpreting these FP results, let us keep in mind that most people use Integer (not FP) most of the time. Therefore, integer results (SPECint) are much more important than floating-point results (SPECfp). In other words, most people should ignore floating-point results because they do not use floating-point anyway (or not much)."

    Well that may be true in Windows, but from what I recall the Cocoa API and PDF display model relies on floating point exclusively for screen coordinates. IOW, floating point may not be so important on Windows but it is on the Mac.
    I also recall the implementors of Mathematica complaining about the integer centric nature of the Windows API.

  32. The Photoshop and Mathematica benchmarks rock by putaro · · Score: 5, Interesting

    I watched the video. (http://stream.apple.akadns.net/ - requires QuickTime). Now, I'm sure there's many ways you could tweak the benchmarks and so forth but the Photoshop and Mathematica benchmarks rocked. The G5 was 2x faster than the Xeon.

    I used to get involved doing benchmarking back in the good old days of Whetstone when I worked on supercomputers. Every manufacturer had a different nasty tweak to the compilers that were pulled out only when it was time to do benchmarks for a customer. The mantra then as now was: the best benchmark is the app you want to run (since most buyers of supercomputers write their own apps, porting them for a benchmark was a possibility).

    The G5's may not be the hottest thing on the planet but they're close enough to get Apple back in the ball game. Nice systems architecture, nice case and the claim is they're quiet as well. Oh, and don't forget you can put in 8GB of RAM. Now even OS X doesn't need to swap :-)

    1. Re:The Photoshop and Mathematica benchmarks rock by Remlik · · Score: 1

      How excatly do you get 8 Gig of ram into one of these machines? Even if you could get 1gig pieces you'd still need 8 slots. Even some of my servers only have 6 slots.

      --
      Apple free since 1990!
    2. Re:The Photoshop and Mathematica benchmarks rock by putaro · · Score: 1

      They put 8 DIMM slots in it. They do make their own motherboards you realize. Funny, when I worked at Apple we built up a 4GB 9500. This was in 1996. However, that was $30,000 worth of RAM. We had to keep the machine locked in a cabinet - which kind of defeated the purpose of putting it together which was testing large memory configurations, especially with Copland. Just goes to show you that Dilbert is equally applicable to Apple.

    3. Re:The Photoshop and Mathematica benchmarks rock by word+munger · · Score: 3, Funny
      How excatly do you get 8 Gig of ram into one of these machine

      Ummm... Put 1 gig in each of its 8 slots?

    4. Re:The Photoshop and Mathematica benchmarks rock by lederhosen · · Score: 1

      Yeah, but how do you use more than
      4 gig on a 32-bit os?

      Run GNU/linux?

    5. Re:The Photoshop and Mathematica benchmarks rock by cactopus · · Score: 1

      Run 10.3 a 64 bit OS ... it will come out a month after the first machines ship. There's probably some tricks built-in to 10.2.7 as well.

    6. Re:The Photoshop and Mathematica benchmarks rock by lederhosen · · Score: 1

      Yeah, but you can not use more than
      2, 3 or 4 gig ram (per process, do
      not know much of mach/bsd/darwin, but
      I would guess the limmit is 2 gig)

      And in no way can you use 64 bit pointers.

      So what you do have is a nice 64-bit machine
      running in 32-bit mode at a speed of a budget
      athlon/p4. I myself do prefer PowerPC ISA,
      but hey, who program in assambly language
      today.

    7. Re:The Photoshop and Mathematica benchmarks rock by Anonymous Coward · · Score: 0

      Memory remapping. The Memory Management Unit (MMU) (or whatever they're calling that unit) of a processor already does the job of remapping memory from what the process thinks it is to what the actual hardware address is.

      This is how virtual memory works. A process will request some data (or instructions) at a particular address and the MMU will remap to the actual address, which might also generate a page fault as the actual location might be in swap on the hard drive somewhere, and return the data.

      So an 8 gig machine whose processes only support 32-bit address could have 8 1 gig, data heavy processes in memory without ever needing to swap. As long as the process asks for data from somewhere and the processor returns that data (usually from a remapped location anywhere in memory), it doesn't care how large the address space is. Of course, without actual usage of 64-bit addressing by the applications, they are still limited to the 32-bit maximum size, which numerically is 4 gigs, but practically is 2.

      Jason

    8. Re:The Photoshop and Mathematica benchmarks rock by Smurf · · Score: 1
      Even if 10.2.7 does not support more than 2 or 4 GB, you can use enjoy the additional speed of the G5 for a month or two while 10.3 and 64 bit optimized software are launched, and THEN buy the rest of the RAM to maximize it.

      Anyway you should NOT be buying the obscenely overpriced RAM from Apple. After waiting for so many years, a couple of months are nothingâ¦

  33. Want to compare computer performance, do it yourse by thbigr · · Score: 1

    I still havn't seen an independent organization that does performace comparisons that I would trust. If you need to REALY know, do the testing your self.

    Sure it would be expensive for a private user, but for corperations it would be feasiable. I still haven't seen many companies do their own performance measurement.

    --
    Come the revolution, the Bourgeois, Capitalistic, "A PARKING STICKER HOLDERS", will be first against the wall!
  34. Quite by turgid · · Score: 5, Insightful

    And what's more, when you start running programs that use more than 2GB of data, the 64-bit machine is going to beat the pants off the 32-bit one, since the 32-bit machine (i.e. intel) is going to have to resort to slow and hacky solutions such as segments and paging. The intel may me "faster" but only as long as 32-bit are enough for you. The days of 32-bit machines are numbered, just as they were for 16-bit machines when 32-bit machines started to appear.

    1. Re:Quite by keiferb · · Score: 5, Funny

      And what's more, when you start running programs that use more than 2GB of data

      Oh, Please. We all know we'll never ever need more than 640k.

    2. Re:Quite by Jad+LaFields · · Score: 2, Insightful

      Alright, I've been wondering about this for a while. Exactly what kind of programs, and what programs, have a need for more than 2GB of RAM? (I assume that's what you mean by 'data')

      I have 256 RAM on my athlon/winxp machine at home, and it runs all modern games and office-type programs fine. Is that kind of ram more useful for Photoshop-type apps? If so, why should a person like me (who doesn't use photoshop/video editing/sound mixing software, I have no artistic talent =) get a G5. I can think of two reasons: pretty OS and iTunes (I'm waiting for the windows verson of that).

      --
      [SIG] It's like putting a moose in the blender -- a recipe for disaster!
    3. Re:Quite by Angry+White+Guy · · Score: 4, Interesting

      Database applications are the biggies, followed by cad/cgi. These also happen to be the applications which essentially pay the bills to may companies, so signifigant gains in processing can greatly impact profits.

      --
      You think that I'm crazy, you should see this guy!
    4. Re:Quite by splanky · · Score: 5, Informative

      32 bit memory addressing is 4GB not 2GB.

    5. Re:Quite by Anonymous Coward · · Score: 0

      Exactly what kind of programs, and what programs, have a need for more than 2GB of RAM?

      All programs.

      You see, modern operating systems use a technique called "lazy flushing." When filesystem pages are read into RAM and then released, those pages are not actually freed. They're merely marked inactive. If a program requests that that a given page be read back into RAM, the OS will be able to serve that request without having to go back to disk. RAM acts, then, as a sort of L5 cache, speeding up the entire machine.

      The more RAM you have, the faster your computer will be. Period. The exact improvement will depend on your usage patterns, but it will be measurably, noticeably faster.

      That said, yes, Photoshop benefits from more than 2 GB of RAM. So does Maya. So does Final Cut Pro. So does Shake. So does After Effects. So does Logic. So does Pro Tools. So does Sybase. So does WebObjects.

      why should a person like me... get a G5

      You shouldn't. Go buy yourself a $249 PC from Wal-Mart.

    6. Re:Quite by Gaijin42 · · Score: 4, Interesting

      Database applications dont have the database running on the client machine. They have it running on the oracle cluster or mainframe in the back room. The client side wouldn't need 2G of memory. And nobody in their right mind is going to run their DB server off of a client box.

      I would say CAD only pays the bills at an engineering or architecture firm, and I think the best CAD packages are currently for PC. While the new apple box certainly opens the door up to porting to Apple, the lag time before Intel comes out with 64 bit proccessors wont be long enough for significant entrenchmant.

    7. Re:Quite by Glonoinha · · Score: 4, Insightful

      Everquest recommends 512M - and by 'recommends' I mean 'does not run with less than.' Well that isn't entirely true, it is possible to play the Everquest slide show at roughly 1 fps on 128M - but that is akin to playing the original SubLogic Flight Simulator on a C=64.

      The days of 512M machines on the desktop are coming, and so are the days of 1G gamer desktops. God only knows what Doom III is going to require.

      --
      Glonoinha the MebiByte Slayer
    8. Re:Quite by jusdisgi · · Score: 3, Informative

      If I'm not mistaken, the limit for physical memory without paging is 4GB. *Windows* has had an arbitrary limit of 2GB for some time.

      (Of course...I could be mistaken ;-)

      --
      Given a choice between free speech and free beer, most people will take the beer.
    9. Re:Quite by emilng · · Score: 2, Funny

      Exactly what kind of programs, and what programs, have a need for more than 2GB of RAM?

      Probably Minesweeper on Microsoft's next OS.

    10. Re:Quite by Glonoinha · · Score: 1

      Jesus. Where are my mod points when I need them. Good catch Splanky.

      --
      Glonoinha the MebiByte Slayer
    11. Re:Quite by Anonymous Coward · · Score: 0

      "And what's more, when you start running programs that use more than 2GB of data"

      2 GB's? That's one helluvan orgy!

    12. Re:Quite by Blondie-Wan · · Score: 5, Funny
      Damn straight. My Atari 800 XL has 64k of RAM, and it works just fine (well, it used to, anyway... it's inoperative now, but not because of the RAM). You could use a word processor, a spreadsheet, or even some genuinely kickass games like Lode Runner, Centipede and Miner 2049er on it. Therefore, it's obvious no one needs all these obscene amounts of RAM people have in their comps now. 64k was good enough for me then, and it should be just fine for all these spoiled brats now.

      Why, I remember how appalled I was when my friend had an Apple IIgs with 1 MB - 1 megabyte!!! - of RAM, a decade or so ago. What kind of hedonist needs that much? Bah.

      These damn kids today, with their gigabytes and their FireWire and their "rock 'n' roll" music and the hair and the clothes...

    13. Re:Quite by fitten · · Score: 3, Insightful

      The OS memory map for the 32-bit Windows variants (since Windows NT 3.1) is 2G for user and 2G for system (which adds to 4G of memory map). You can get Windows 2000 Advanced server to run as 3G of user and 1G of system if you want, which is useful if you have larger databases and want more RAM for your DBMS. I've seen plenty of Windows server boxes with 2G+ of physical memory, mostly ones that run DBMS.

    14. Re:Quite by Jad+LaFields · · Score: 1

      Yeah, I'm probably going to upgrade some of my components for Doom III, DX2, and (most importantly) Half-Life 2. But I still don't think I'm going to need 4 or even 2GB to run those (I just can hear the clueless parents now: "So litte Jimmy wants me to get him this Doom III game, huh? Well lets look at the requirements. What?!? Typo! I can't believe this won't run on my $800 eMachine!")

      --
      [SIG] It's like putting a moose in the blender -- a recipe for disaster!
    15. Re:Quite by KenRH · · Score: 1
      In the world of buisness there is always room for more RAM and more disk and more CPU power. Some computational problems soak up computerpower so fast you hardly notices its increasing.

      When it commes to games you can easily spend RAM and cpu by better grapics and bigger and more interactive worlds. Think about a model of London where every window is breakable, every door can be opened. Ever car on the streets can be stolen. Every house has items that can be manipulate.

      When the power is there someone will find a use for it.

    16. Re:Quite by Kai_MH · · Score: 1

      32-bit computer may be nearing its end, but I don't think that Apple will be the ones leading its demise. Some of the points this guy brings up are quite valid. I myself use PCs only because I can build them. I think the Athlon64 will be much more widely adopted, and it will hopefully overthrow the P4s... We'll see

    17. Re:Quite by Anonymous Coward · · Score: 0

      1) How many users need more than 2Gb of virtual address space all at once?
      2) Do you have any idea how the flat memory model of modern IA32 processors in protected mode works?
      3) Do you even know what paging is?
      4) I think you'll find Intel released the Itanium and Itanium-2 before Apple, and AMD are of course due to release their X86-64 Opterons this year.

      The day of 32bit CPU's may be numbered, but we're on top of it, thanks.

    18. Re:Quite by Ath · · Score: 1

      Applications that use more than 2GB of memory will run faster? I guess Microsoft Office will continue to be a best seller for the Mac.

    19. Re:Quite by simong_oz · · Score: 2, Informative

      Finite element models with large numbers of degrees of freedom (more degrees of freedom => greater accuracy and also more computation time, so it's always a matter of juggling the two) can take up massive amounts of memory and the output files can easily get to the point where they're consuming >10GB of hard drive space for a single model (ie. you can't use it on a system with the 2GB file size limit).

      Also stuff like CFD (computational fluyid dynamics - the type of thing used to design Formula 1 cars and turbine blades) can really eat away at memory.

      The high-end CAE/CAD/CAM programs like Unigraphics, IDEAS, MSC (Nastran, Patran etc), Pro/Engineer can use a lot of memory when the model gets really complex and you wnat to manipulate. Basically these programs will use as much memory as you canb give them.

      Admittedly these are not particularly common applications (like office).

      --
      "Because it's there." - George Mallory, when asked why he wanted to climb Mt Everest, March 18, 1923 (New York Times)
    20. Re:Quite by Anml4ixoye · · Score: 2, Interesting

      On the development machines we run, we have no less then 1 GB of RAM. We are compiling various apps, and though it would work with 256 or 512 of RAM, cutting 5 minutes off the compilation time is worth it.

      Also, though I don't do graphics, I have several friends that do, and they regularly work with *huge* graphics files.

      I think that for most end users and casual users 256 and 512 is enough for now. It is when you start pushing the bounds that the extra memory really helps.

    21. Re:Quite by AndrewHowe · · Score: 1

      Yes but your OS probably reserves some of it. I know Windows does, couldn't care less about what Linux does, but it probably does.

    22. Re:Quite by Gawyn · · Score: 0

      Maybe old versions of Windows.

      Windows XP supports over 2GB, and Windows2003 can support up to 512GB (with 64-bit Datacenter Server).

    23. Re:Quite by meshko · · Score: 3, Informative

      One of the biggest CAD packages, PRO/Engineer , runs on HP-UX, IRIX, Solaris and Linux.

      --
      I passed the Turing test.
    24. Re:Quite by Anonymous Coward · · Score: 0

      No, it's 2 GB. Pointers (for reasons that make no sense, really) are signed.

    25. Re:Quite by Anonymous Coward · · Score: 0

      Unless you're running your code in ring 0 with a single 4Gb segment, the OS will have taken a chunk of that 4Gb space for itself. Linux is 2:2, Windows NT is 1:3 & other OS's vary.

    26. Re:Quite by sirket · · Score: 4, Informative

      4 GB is for the OS and application TOGETHER. The stock behaviour on Linux and Windows is to give 2 GB to the OS and 2 GB to the application. You can go as high as 3GB to the application Linux, but there are some serious warnings against going even that high.

      -sirket

    27. Re:Quite by Anonymous Coward · · Score: 0

      "...since the 32-bit machine (i.e. intel) is going to have to resort to slow and hacky solutions such as segments and paging."

      Do you mean virtual memory? I beleive all modern operating systems incorporate this as a cornerstone of their kernel. In fact, unless someone has more than 2GB of data installed on their machine, and are running a program with a working set > 2GB (more than 2GB of data lying on pages that have been referenced in the last ~100-200 ms) there will be negligable difference in the performance.

      Moving to 64 bit is a good idea for the future, but for now, users other than those running HUGE CAD programs (such as someone viewing a 3d model of an entire jet engine design) will not notice any difference at all.

    28. Re:Quite by Jucius+Maximus · · Score: 1
      "And what's more, when you start running programs that use more than 2GB of data, the 64-bit machine is going to beat the pants off the 32-bit one..."

      I already use files larger than 2 GB on my Athlon machine, thank you. I just converted the appropriate partition to NTFS and it was all good. It's very commonplace when you deal with raw DV capture which clocks in at 13 GB/hour. Not that I don't love my iBook or anything.

    29. Re:Quite by ornil · · Score: 1

      Yes, but I think in user mode you can only address up to 2GB, the rest being reserved for the system

    30. Re:Quite by Anonymous Coward · · Score: 0

      Ever heard of "the point of diminishing returns" or "price-performance"? I didn't think so.

    31. Re:Quite by Jucius+Maximus · · Score: 4, Informative
      "Alright, I've been wondering about this for a while. Exactly what kind of programs, and what programs, have a need for more than 2GB of RAM? (I assume that's what you mean by 'data')"

      Obviously you have never run CAE/CAM programs. (That being Computer Aided Engineering / Computer Aided Manufacturing.. I-DEAS, Pro Engineer, SolidWorks, Catia, etc.) This is the hard core stuff that Boeing, Ford and Toyota use that cost hundreds of thousands of dollars for one license. At my university, the undergrads get to use it on P4 machines and the grad students get to use it on 64 bit HP-UX workstations.

      Even if you use a fairly simple FEA (finite element analysis) on something, for example finding the levels of stress in some objects you have modelled when it is bent in different ways, or modelling the flow of water or air through some pipe bends, this amount of RAM is very desireable. Basically the program builds and solves a bunch of 2000x2000 matrices for you. Even a simple one like the pipe bend took something like 3 hours on a P4/512MB and there was a multi-GB swap file needed. I was in the lab very late that night. That is where super-large amounts of RAM are necessary.

    32. Re:Quite by Anonymous Coward · · Score: 0
      Oh, Please. We all know we'll never ever need more than 640k.
      I'm sorry, but this is an urban legend. 16bit CPUs can natively address up to 16mb of ram, not 640k. There are a few old computers around with 16bit CPUs that are maxed out with 16mb of ram. Fortunetly, the 386 appeared long before even 1mb of ram was commonplace, so it never became a problem. Likewise, the 64bit AMD Athlon will appear before the 2gb limitation with 32bit CPUs becomes a problem.
    33. Re:Quite by mausmalone · · Score: 2, Informative

      "And what's more, when you start running programs that use more than 2GB of data, the 64-bit machine is going to beat the pants off the 32-bit one, since the 32-bit machine (i.e. intel) is going to have to resort to slow and hacky solutions such as segments and paging."

      a few problems:
      (A) the barrier on 32 bit addressing is 4 GB, not 2. Not to be a hardass, just pointing out a typo.
      (B) Both Windows and OSX use paging as their method of memory management all the time. It's not a "hacky" solution, it's how you maintain independent memory for separate processes. The 64-bit processor gets the advantage here because it can pull the entire memory address in a single read, where the PC (unless there's a way around it) would have to read the address as 2 successive 32-bit uints.
      (C) Windows has a 4 GB barrier (~2GB stack, ~2GB heap) for each program. It's the maximum amount of RAM any single process is allowed to chew up. This is done so that programs can still use uints for their pointers (I'd assume).
      (D) You're right, the days of 32-bit are numbered. In the PC world, we're already on negative numbers, though. 64-bit AMD Opterons came out recently, but Intel's Itanium chipset has been on the market for years. G5's aren't on the market just yet (though admittedly they're extremely close). I would love to see IBM's brand new G5 offering up against AMD's slightly less new Opterons. Especially the quads!

      Oh wait... that's right... you can't get a quad G5.

      --
      -=-=-=-=-=
      I'd rather be flamed than ignored.
    34. Re:Quite by antirename · · Score: 1

      So does Catia, which is IBM's high end modeling software. Reason? You NEED more than two gigs of RAM if you're going to model a 707.

    35. Re:Quite by Vollernurd · · Score: 1

      Video editing, man.

      I am not experienced in this arena, but 30 mins of high-quality video requires a lot of storage space. This of course will only sit on the hard drive until needed, though for adding fancy effects and editing it in something like Final Cut Pro (an arbitrary example) takes a lot of memory to get going nicely.

      This is also the most likely application of a new G5, IMO. But I'm probably wrong. Again.

      --
      Smokey, this is not 'Nam, this is bowling. There are rules.
    36. Re:Quite by Anonymous Coward · · Score: 0

      That's not an urban legend, it's a quote from Bill Gates. He was defending the design of DOS to only use 640k of memory, even if you put 16 (or more) in your system. When it became clear 640 wasn't enough, there were a few methods hacked together to essentially page swap from memory above 640k to below. The most common ones were XMS and EMS. Even if you had 16 meg in your 386 which was capable of directly addressing far more, it still had to page swap to use more than 640k. The legacy of the 640k limit still exists at least through windows98.

    37. Re:Quite by Tjp($)pjT · · Score: 2, Insightful

      Database applications dont have the database running on the client machine. They have it running on the oracle cluster or mainframe in the back room. The client side wouldn't need 2G of memory. And nobody in their right mind is going to run their DB server off of a client box.

      It is the hidden databases that are important to the client machines like iTunes, which if they sucked the songs into the DB would be that large , and the registry / preferences (in all its various names and forms). Mostly the current mode is to use the file systems as a non-relational DB, but very soon relational DB based file systems will start being useful (OK a prediction, but one based on current trends). Not to mention the DB built into graphics applications, etc. Apple should consider a MySQL license and bundle it as a generic service (like spell checking is) with a known API to access it (like SQL for example ...) That would get people to start considering the use of a generic DB instead of all the proprietary ones built into the applications. And Apple's service concept allows for pretty easy plug-in replacements and for operation in parallel of multiple similar services, so the proprietary-for-ratioanl-reasons DB and legacy DB support could sit along side a "standard / default" DB service.

      As to CAD uses, you are a bit narrow minded. it is used for all manner of ancillary uses (like network layout, furniture design, which while able to be in either architecture or engineering still broadens it in the same manner as separating arcitecture from the super class of engineering).

      Time to market means nothing. Marketing is the end all. Else the 64 bit Dec Alpha would have won the battle a decade ago. Still IMNSHO a contender for best all around RISC processor and still, unfortunately, horribly undersupported with a dismal future since it directly competes with its current owner's own processor architecture suffering from HUGE not-invented-here problems at HP.

      --
      - Tjp

      I am in wallow with my inner money grubbing capitalistic pig. ... Oink!

    38. Re:Quite by Anonymous Coward · · Score: 0

      No, it's an urban legend.. Bill Gates never said that... don't believe everything you read.

      Oh.. "just because I read it on the internet, it must be true!"

    39. Re:Quite by dnoyeb · · Score: 1

      CAD does not require that much RAM. cgi can get intensive when large textures are used. Same, CAD can also get intensive if you have shaded parts with textures. other than that, the CAD system does not require googobs of RAM. Well, it requires googobs of *video* RAM.

    40. Re:Quite by Bvardi · · Score: 2, Funny

      "These damn kids today, with their gigabytes and their FireWire and their "rock 'n' roll" music and the hair and the clothes..."

      You'd rather see kids running around naked, bald, and listening to classical music coming from an apple II? :)

    41. Re:Quite by SuperQ · · Score: 4, Interesting

      actualy, if you read the source, you would notice a few things tweaked in the linux kernel (talking about 2.4.20ish kernels)

      to quote linux/include/asm-i386/page.h: /*
      * This handles the memory map.. We could make this a config
      * option, but too many people screw it up, and too few need
      * it.
      *
      * A __PAGE_OFFSET of 0xC0000000 means that the kernel has
      * a virtual address space of one gigabyte, which limits the
      * amount of physical memory you can use to about 950MB.
      *
      * If you want more physical memory than this then see the CONFIG_HIGHMEM4G
      * and CONFIG_HIGHMEM64G options in the kernel configuration.
      */

      This is speaking about kernel memory limit, which leaves you with up to 3 gigabytes of space for user processes. That is the default, if tweaked, you can get it up higher to 3.5gigabytes... but that limits the kernel to about 500megabytes.

      There are _other_ issues, when dealing with single processes, if your code staticaly allocates memory , like...

      int foo[1000][1000];

      the system normaly uses brk(); to allocate the memory.. this is done from the bottom up.. but if you use mmap(); to grab memory, it comes from the top down.

      in include/asm-i386/processor.h there is another parameter that tweaks the memory used for mmap(); /*
      * User space process size: 3GB (default).
      */
      #define TASK_SIZE (PAGE_OFFSET) /* This decides where the kernel will search for a free chunk of vm
      * space during mmap's.
      */
      #define TASK_UNMAPPED_BASE (TASK_SIZE / 3)

      this limits brk(); to the first gig of memory.. which causes some of my users's fortran code to blow up.

      thankfully glibc is smart, and will brk() from the bottom if it runs out of mmap space. so i just tuned TASK_UNMAPPED_BASE to be TASK_SIZE - 0x40000000 for my cluster nodes. now I can use up to 2gig of memory for a single fortran process.

    42. Re:Quite by renderhead · · Score: 2, Insightful

      I am a graphic guy (just graduated from Purdue University in Computer Graphics), and I can confirm that it is easy to use up all of your RAM doing graphics work. When working in 3D, a scene of any complexity will soon slow down your system if you have insufficient RAM. The normal solution to this is to make your scenes less complex. That's good practice, but additional RAM sure helps a lot.

      Example: When Pixar was making Toy Story 2, they ran into problems with a scene at an airport terminal? Why? Because it was the most complex scene in the movie, but their hardware at the time could not support any more than 1GB of RAM. The solution? Reduce the complexity of the scene. A couple of years later, when they made Monsters, Inc., they treated us to amazingly complex scenes that would have been impossible before.

      Other programs that use a lot of RAM are 2D compositing programs like After Effects or higher end programs like Shake. If you've ever built a really complex Photoshop file, you know that heavy use of layers will slow your computer down in a hurry. With compositing, you can multiply the effect by the number of frames in your footage (not literally, but the effect is noticeable).

      I don't generally get too much into the hardware side of things, but the other time-consuming part of CG is rendering. I know that processor speed is the most important part of rendering, but can anyone tell me what role RAM plays in rendering either 2D or 3D graphics?

      --
      I wish that my inferiority complex were as good as yours.

      -RenderHead

    43. Re:Quite by Anonymous Coward · · Score: 0

      Very true, but most of us consider PRO/E to be a major pain in the a$$.

    44. Re:Quite by Anonymous Coward · · Score: 0

      1) the Bill Gates 640k thing was a misquote
      2) I was talking about the urban legend that 16bit CPUs are limited to addressing 640k of ram

    45. Re:Quite by ball-lightning · · Score: 1

      God only knows what Doom III is going to require.

      Well, when I played the 'demo' It actually was playable at some points (while still looking really good) on my:

      1.2ghz T-bird
      512mb SDRAM
      GF4 4200

      So I can't imagine the requirements will be that high.

    46. Re:Quite by Anonymous Coward · · Score: 0

      can I see a source for that? Search for "640k ought to be enough for anyone", and you'll find over a hundred sites crediting the quote to Billy.

      "just because I read it on the internet, it must be true!"

      Actually, I first read about it on a BBS in the early 80's.

    47. Re:Quite by Arslan+ibn+Da'ud · · Score: 1

      Exactly what kind of programs, and what programs, have a need for more than 2GB of RAM? (I assume that's what you mean by 'data') Anything written in Java

      --

      Practice Kind Randomness and Beautiful Acts of Nonsense.

    48. Re:Quite by Anonymous Coward · · Score: 0

      Did you make up the "urban legend" about 16bit CPU's being limited to 640k of ram. That's an incredibly stupid comment. It's like saying "a friend of a friend told me that 30 degrees celsius is colder than 30 degrees fahrenheit, so it must be true."

      Urban legends are ambiguous enough to be hard to prove or disprove. The specs of a CPU are absolute and the documents are easy to find.

    49. Re:Quite by borgboy · · Score: 1

      There is corresponding functionality in Win2k SP3 EE via the /3GB switch in boot.ini. Note this is different than PAE.

      --
      meh.
    50. Re:Quite by Anonymous Coward · · Score: 0

      Other machines that ran MS DOS from 1.0 could access more than 640k. The 640k was a IBM PC thing. Most othere MS-DOS machines would allow 768k.

    51. Re:Quite by Shinobi · · Score: 1

      With 2D, for basic 24bit, no alpha, it's basic requirement is image file size X 3, and then add overhead for effects such as filters etc. For 3D graphics.....Depends on the complexity of the scene. I've worked with scenes that took less than 4MB RAM to render, and I've worked with scenes were 2GB is not enough RAM, so it has to start swapping, and that's not fun. Of course, I had 42 light sources, reflections, particles(with reflection), diffraction and refraction, around 4M polygons after the NURBS were tesselated, as well as some 15-layer shaders...

    52. Re:Quite by Anonymous Coward · · Score: 0

      Database applications are the biggies, followed by cad/cgi. These also happen to be the applications which essentially pay the bills to may companies, so signifigant gains in processing can greatly impact profits.

      Actually, Photoshop comes to mind for me as an application that would benefit from increased memory addressing. I work with large files on a daily basis in Photoshop. If you don't allocate (or have installed and be able to address it) 4-6 times the RAM to Photoshop of the largest file you normally work on then you'll use the _amazingly slow_ scratch disk.

      Do the math. My average file size for tradeshow booths, posters and other large format printing is 400-800 MB and can sometimes go over 1GB. Bigger than the average user but definately not unusual for the graphics pro that makes up Apple's core customer. An 8' x 10' display photo montage at 150dpi with 15-20 layers can get big in a hurry. And they are getting bigger. That means I should have 1.6GB of RAM or more installed or allocated to Photoshop.

      In addition, Photoshop has a current file size limit of 2GB and can't address or use more than 2GB of RAM. A 64-bit version of Photoshop that ups that limit (which was promised to be available when these new machines ship) will give those of us who work on huge files a decent speed boost. And that's not even taking into account the bigger and faster pipeline to the DDR400 RAM in the new machines or the faster processor/P

    53. Re:Quite by turgid · · Score: 1

      (1) Quite a few, mainly CAD and scientific users.
      (2) Yes. I write kernel code
      (3) Yes. Do you know about segmented memory? Do you know how the 8086, 80186 and 80286 (all 16-bit CPUs) accessed more that 64k of RAM? Have you ever programmed for MS-DOS or Windows 3.1? I have.
      (4) Every one else has had 64-bit CPUs since the 1990s. UltraSPARC, MIPS, Alpha, PA-RISC, intel i960 (actually, 1980s!), POWER....
      Let me ask you this: are you a dumb troll, or is that a stupid question?

    54. Re:Quite by ToastyMunch · · Score: 1

      Plus, I don't see why we need to limit ourselves to just loading the executables -- after all, with up to 8GB of addressable RAM, you could load the game's executables, all related maps, textures, etc., plus all of your OS and associated applications.

      I recall in the MacOS 9 and earlier days you could define a persistent RAM disk and install your OS and games in there -- if MacOS X still has that capability, then that'd be a pretty sweet performance boost, albeit pricey to get that much RAM...

    55. Re:Quite by Anonymous Coward · · Score: 0

      I already use files larger than 2 GB on my Athlon machine, thank you.
      So what? You can't load one into memory all at once, can you? That's what I'm getting at. I have 64-bit machines with 4 processors and 8 gigabytes of RAM. I could load one of your damned 2 gig files into the address space of a single process if I wanted, in fact I could load 4 or more... then it would start swapping. That's what I'm talking about.

    56. Re:Quite by Anonymous Coward · · Score: 0

      CAD != AutoCAD. There are many other types of CAD that don't even use graphics.

    57. Re:Quite by dvrabel · · Score: 1

      You also need to leave some of the address space available for hardware: boot ROMs, PCI memory regions (e.g. video card memory), memory mapped I/O and the like.

    58. Re:Quite by Anonymous Coward · · Score: 0

      Gee, and all this time I thought AutoCAD was the industry standard (general market) and that the other programs were serving their respective niche markets.

    59. Re:Quite by Anonymous Coward · · Score: 0

      1) On the desktop? CAD is workstation work. How many CAD running iMac users do you see?
      2) Then you should know better.
      3) Who the hell still uses segmented memory in real mode on IA32 these days? Unless you're an embedded systems developer you'll never touch it, accept to set all those descriptor selectors to point at your flat GDT entry. Tell me how paging is a bad thing or how it in anyway has anything to do with segmented memory or the 4Gb virtual address limit?
      4) Yes how nice. None of them are desktop chips and they are not competitive in the consumer market place. I never claimed that Intel or Apple were first with a 64bit chip, either.

      Nice avoidence of the questions in an attempt to cover your ass so that you don't look like an idiot on the basis of your original post though.

    60. Re:Quite by Anonymous Coward · · Score: 0

      Can I sux0r your c0ck, mr. l33t programmer d00d?

    61. Re:Quite by Anonymous Coward · · Score: 0

      and the registry / preferences (in all its various names and forms).

      Your ignorance of all things Mac is showing. NSUserDefaults uses XML files to store preferences. These XML files are broken up into domains, one file per domain and usually one domain per program. Your application reads the property list corresponding to your application domain when you first call NSUserDefaults standardUserDefaults. This property list is parsed and stored in memory as an NSDictionary.

      The Mac has no registry, and no preferences database to speak of. These things are handled differently in Mac OS X.

      Apple should consider a MySQL license and bundle it as a generic service (like spell checking is) with a known API to access it (like SQL for example ...)

      For what? There's nothing that a DBMS can do that plists can't do equally well or better, and plists are much more reliable.

      And Apple's service concept allows for pretty easy plug-in replacements

      You don't have any idea what Services are, do you?

    62. Re:Quite by Anonymous Coward · · Score: 0

      They're not talking about virtual memory paging, they're talking about Address Windowing Extensions. Get off your high horse; you don't know everything. AWE is hacky; it's like bank switching. It has shit-all to do with standard virtual memory. This is about fitting > 4GB worth of physical memory access in a SINGLE PROCESS, just not all at once.

      The overall ignorance of your post is astounding. When people say there's a 2G limit, they mean there's a limit to the size of user-mode accessable memory. The kernel reserves some of it (1-2GB, depending on the OS).

      Stack and heap both come from the user 2GB.

      The limit is a total of 4GB addressable because it's a 32-bit addressable machine. The size of a uint is going to mirror this.

    63. Re:Quite by 2sides · · Score: 1

      Even though I use a PC, I did use and still use a mac on occasion. Archicad, one of the first parametric modelers, was originally released for the Mac and/or became big cause of running on that platform. AutoCAD (for architects) is the most populair but not neccecarely the best. Recently the industry is changing to parametric modelers like ArchiCAD. Autodesk( makers of AutoCAD and 3d Studio) bought Revit, the latest and one of the best parametric modelers. Prior to this they developed ADT a parametric spin off of AutoCAD. Summarizing, the CAD industry seems to go the way that once was started on a different platform...

    64. Re:Quite by TheMatt · · Score: 1

      Just a shoutout, but how about scientific computing? You know, the guys whose boxes lead the Top500 (Earth Simulator, ASCIs, NCAR, NOAA)? For us we need 64-bits for both the memory and better precision.

      --

      Fortran programmer...oh yeah. Array math for life!

    65. Re:Quite by redhat421 · · Score: 1
      God only knows what Doom III is going to require.

      Or Duke Nukem Forever!

    66. Re:Quite by inflexion · · Score: 1

      You're saying that the memory architectures of 64 bit machines don't use "hacky" solutions like segmentation and paging? How the hell did this post get moderated as 5:insightful?

    67. Re:Quite by operagost · · Score: 1

      Don't forget the "body art".

      --

      Gamingmuseum.com: Give your 3D accelerator a rest.
    68. Re:Quite by paradesign · · Score: 1
      yea its no wonder they all use 64bit stations already. just looking arround teh engineering office here i see, SGI, SUN and IBMs. all 64bit, all running serious CAD software CATIA and IDEAS i believe. maybe this is where apple can take off, by taking existing 64bit programs and making them run on their hardware, which is a fraction of the cost.

      the time has come for apple to step up and move forward with corporations. all they need are a few specific programs.

      --
      I want 2D games back.
    69. Re:Quite by Anonymous Coward · · Score: 0

      You seem to think parents actually look at system reqs before purchasing software. Where I work, that's not even close to true.

    70. Re:Quite by Anonymous Coward · · Score: 0

      Don't feed the trolls.

    71. Re:Quite by Anonymous Coward · · Score: 0

      Yes, they are all wrong.

    72. Re:Quite by divisionbyzero · · Score: 1

      You don't think there will be a significant CAD package ported before 2007-2010 (the date intel intends to have 64-bit desktops)? It's really moot anyway, AMD will have 64 bits on the desktop in August as well.

    73. Re:Quite by Anonymous Coward · · Score: 0

      I hear bitboy's new graphics card is supposed to run DNF quite well.

    74. Re:Quite by MowserX · · Score: 1

      It would be nice if people would stop saying "Intel this" and "Apple that" ... so Intel won't have a 64-bit desktop CPU to match Apple's 64-bit desktop CPU.

      Why not compare AMD to Apple??

    75. Re:Quite by prockcore · · Score: 1

      And what's more, when you start running programs that use more than 2GB of data

      Holy crap, that's a huge word document!

    76. Re:Quite by prockcore · · Score: 1

      God only knows what Doom III is going to require.

      Well considering Doom3 is supposed to run on the xbox, I'd say less than the 64 megs of ram the xbox has.

    77. Re:Quite by ProtonMotiveForce · · Score: 1

      How is this insightful?

      I think you mean "more than 3GB or so of data", for one thing. What wrong, wrong orifice did you pull 2GB out of?

      Second, what evidence do you have that PAE are "slow and hacky"? Just your sense of how things work in the universe?

    78. Re:Quite by Krondor · · Score: 1

      Why, I remember how appalled I was when my friend had an Apple IIgs with 1 MB - 1 megabyte!!! - of RAM, a decade or so ago. What kind of hedonist needs that much? Bah.

      He doesn't need 1 MB of Ram!! Please tell me what software and operating system you're using to browse and post on slashdot. It can't be lynx that's far too bloated.

    79. Re:Quite by pmz · · Score: 1

      ...I think the best CAD packages are currently for PC.

      Not necessarily. The cheapest ones are certainly for the PC but definitely not the best.

      One thing that is important is that PCs configured to produce similar display quality relative to, for example, higher-end Sun graphics begin to approach the cost of Sun workstations ( $1000+ video cards, etc.). One thing in particular is the quality of the anti-aliased display in a CAD system, which many low to mid-range PC cards simply don't do well.

      If I have to spend hours a day staring at a CAD model, I would want to, first, do it using the best graphics and monitor combinations available, and, second, use the fastest CPUs/RAM available.

    80. Re:Quite by Jarlsberg · · Score: 1
      While the new apple box certainly opens the door up to porting to Apple, the lag time before Intel comes out with 64 bit proccessors wont be long enough for significant entrenchmant.
      Given that Intel is already producing a 64 bit processor, there won't be a lag time per se. However, since Intels initial offering seems destined not to be a popular chip, most Windows users will have to wait until AMD releases their Athlon64 to enjoy 64 bit computing. So, yeah, I get your point, but it's not for lack of an Intel processor, just the lack of a decent, fair priced Intel processor.
    81. Re:Quite by TheNetAvenger · · Score: 1

      after all, with up to 8GB of addressable RAM

      This is really getting to be quite funny in this thread. 8GB - like it is a big 'new' number for desktop PCs.

      There are 32bit platform solutions today that already can use up to 64GB of RAM, and other vendors 64bit CPUs, such as AMD and Intel can use up to 512GB of RAM.

      So the 'vast' 8GB of RAM is really not something to be touting, in fact, it is a little embarrassing.

      Windows2003 Server for example supports 64GB of RAM on 32bit systems, and the full 512GB of RAM on Intel and AMD 64bit CPUS.

      So 8GB, give me a break, what a disappointment - the limitation should be more like 128GB, 256GB or 512GB, not measly 8GB which is already available in 32bit based AMD/Intel systems.

      I am embarrassed for Apple and the people that buy into this as being a âvastâ(TM) amount of RAM.

      Sorry, I just had to point this out.

    82. Re:Quite by turgid · · Score: 1

      2GB kernel, 2GB user. OK maybe 1GB kernel, 3GB user, but it's that order of magnitude. As for slow and hacky, I remember the 286. You young 'uns don't know you're born...

    83. Re:Quite by mashx · · Score: 1
      Hey it's a late comment, but no-one else mentioned it, and it is kind of amusing.

      The primary situation I can think of when my TiBook strains because of lack of memory is when I have Virtual PC running with a Win2K session going. Unfortunately, there is nothing equivalent of MS Project that I have found, and my job requires me to work with Project. As soon as I give the W2K Virtual PC anything less than 256Mb, it becomes unbearable to use easily, but of course, I then reduce the Powerbook to low amounts of memory for running everything else.

      I quite often have Word, Excel, Powerpoint, Outlook, five or six SAP sessions, Safari/iTunes/Toast/Mail perhaps, and the memory does make a difference. I will be soon be upgrading to 1Gb, just to make it fly.

      --

      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~
    84. Re:Quite by turgid · · Score: 1

      ...because a 64-bit machine could "see" all the data at once (in a single 64-bit segment - fast) whereas a 32-bit one would have to share it between several address spaces (32-bti segments) and switch back and forth between them (slower) to get at the data.

    85. Re:Quite by TheNetAvenger · · Score: 1

      Yes but your OS probably reserves some of it. I know Windows does, couldn't care less about what Linux does, but it probably does

      You are right, it does; however, Windows 2003 Server can use up to 64GB of RAM on 32bit based systems (Source Microsoft.com) and 512GB of RAM on Intel and AMD 64bit processors.

      Therefore, the 8GB of the 64bit Apple CPU is not using the full address range of a 64bit CPU for memory access â" or OSX is simply not capable of truly using the full 64bit memory addressing.

      In fact for a 64bit chip, this is quite embarrassing. Even using 512GB on the Intel and AMD chips is using only 48bits of the 64 for addressing the memory. (Source microsoft.com & intel.com)

      As for the OS using part of the RAM, yes it does, and so does Apple's OSX. They all do. Period.

      Also to clarify some of the other posts here, 32bit CPUs can directly access 4GB of RAM. Multiprocessor 32bit systems can often have up to 64GB of RAM.

      In addition, with WindowsNT XP specifically, the UserMode is NOT limited to 2GB as stated in another post, it is 4GB per application. (source Microsoft.com)

    86. Re:Quite by Anonymous Coward · · Score: 0

      How the hell did this post get moderated as 5:insightful?
      Because this is slashdot, and in the land of the blind, the one-eyed man is king.

    87. Re:Quite by ToastyMunch · · Score: 1

      At my old job I've played Doom on an SGI Origin server with 512GB of RAM. It still played like crap though.

      I don't know about "desktop" solutions, but definitely there are server class solutions, even with 32-bit processors, that surpass this. But I think the cool part is to bring this type of availability to the masses, hopefully eventually driving down RAM prices even more. I don't want to run a server OS -- I want to run XP/Mac OS X/whatever, have gobs of cheap ass RAM, and run everything in memory at a bargain basement price. These new Macs definitely aren't cheap, but it's a good trend to see, and things only get cheaper.

    88. Re:Quite by TheNetAvenger · · Score: 1

      4 GB is for the OS and application TOGETHER. The stock behaviour on Linux and Windows is to give 2 GB to the OS and 2 GB to the application. You can go as high as 3GB to the application Linux, but there are some serious warnings against going even that high.

      WindowsNT, specifically XP/2K, gives 4GB of RAM per application, not the previous 2GB application limit. This only comes into play when used on dual CPU configurations that can have more than 4GB of RAM.

      With Windows Server

      With previous versions of WindowsNT, you were correct about the 4GB of RAM being split, giving 2GB to the OS, and 2GB to the Application.

    89. Re:Quite by Anonymous Coward · · Score: 0

      Solaris requires only a few megabytes of the user address space for kernel use.

    90. Re:Quite by Anonymous Coward · · Score: 0

      Many of the games for the Atari are STILL kickass. For learning about how computers work, the machine is still great (once you get your hands on a copy of the Assembler Editor cartridge and some programming documentation).

      But for serious software development in a high-level programming language, or any sort of productivity application, you've got to be joking. That machine has 40-column by 24-line text display (with fuzzy text at that), really slow network connectivity (300 baud acoustic coupler, IF you have the Atari 850 interface module and the acoustic coupler), etc.

    91. Re:Quite by Anonymous Coward · · Score: 0

      "32 bit memory addressing is 4GB not 2GB."

      4 GiB even.

      (not that we're pedantic here)

    92. Re:Quite by CERDIP · · Score: 1

      "These damn kids today, with their gigabytes and their FireWire and their "rock 'n' roll" music and the hair and the clothes..."

      [ Reply to This | Parent ]
      ^^^^^^^^^^^^^^^^^

      this was just too funny to let slide into oblivion ...

      --
      ---- ---- --- -- --- ------ Keep Cool But Do Not Freeze
    93. Re:Quite by keno1929 · · Score: 1

      Well, actually most CAD program are ported to the PC after they are written for a UNIX server to run them. What is nice about the MAC is that with X11 built in now you will be able to run to unix version for the important CAD programs like I-Deas, ProE, UG, etc. You will also be able to use the standard FEA package ANSYS. And be much more stable than the PC version. I don't think there will be much work needed on the software side of things for this to happen.

      I also don't see many engineering firms upgrading their hardware cause unless you are a high performance CAD drafter or you do tons of number crunching on your PC you won't need a big computer to do these things.

      I think the companies that could afford to make a PC->Mac switch for their engineers wouldn't do it anyways cause they have their engineers work on a UNIX on their PCs. Which is what I do :-), gets annoying when the stupid SUN server crashed. At least it gives me some time on /.

    94. Re:Quite by Anonymous Coward · · Score: 0

      I'm a heavy Revit user. Revit likes as much Ram as you can give it, for it's running a Relational Database under it's hood. The 'drawing' part of the program is probably only %20 of what's really going on within a fully parametric 3D CAD system. The big thing is the constant self-updating and checking it's doing, so that when I move something in plan it moves *everything* else that refers to that object, and those parametric relationships play out like I set them up to. So the more raw horsepower and Ram you've got the better off you are. This relational parametric 3D CAD is just like non-linear movie editing or CGI: it BRINGS YOUR HIGH END MACHINE TO IT'S KNEES.

      So speak for yourself, buddy, about people not needing machines like this. Even on my Dual Athon MP box Revit can be slow.

      I can only dream of what running Revit would be like on one of these new Macs!

    95. Re:Quite by TheNetAvenger · · Score: 1

      I don't know about "desktop" solutions, but definitely there are server class solutions, even with 32-bit processors, that surpass this. But I think the cool part is to bring this type of availability to the masses, hopefully eventually driving down RAM prices even more. I don't want to run a server OS -- I want to run XP/Mac OS X/whatever, have gobs of cheap ass RAM, and run everything in memory at a bargain basement price. These new Macs definitely aren't cheap, but it's a good trend to see, and things only get cheaper. .

      My following response is not only for your post, but also for many in this thread â" Iâ(TM)m using your post as a lead-in.

      The thing wrong with what you said is that it is NOT Apple that has started this trend on the desktop. People just haven't been paying attention.

      WindowsXP â" the 64bit version - has been shipping for almost a year now for Intel Itanium 64bit systems.

      In addition, this is the Professional (Desktop) version of WindowsXP â" not the server. It also supports up to 16GB of RAM in the initial release, which is twice what you can get with OSX on the G5.

      (Source link: http://www.microsoft.com/windowsxp/64bit/evaluatio n/overview.asp )

      Therefore, I ask, how and why up to 8GB RAM and a 64bit CPU in the G5 is the 'first' in any respect for a desktop or as a personal computer? Moreover, how can you conclude that Apple is 'starting the trend' when it has been around already?

      I'm not an anti-Apple person at all, but it is alarming that people are buying the hype around the G5, especially when this stuff has been available in the non-Mac PC world already.

      Apple's OSX and the G5 are a formidable force, but they are NOT the first or the fastest, period.

      As a side note, the new Panther update looks like a features list from Windows 2000 and Windows XP.

      Donâ(TM)t get me wrong, this is stuff that Apple needs to have in OSX, but they should not be so foolish to market this stuff as their 'innovative ideas'.

      Features like Expose, File Vault, iChat, Faxing, Finder enhancements, and iDisk are all features that have been in the Windows world since the release of Windows 2000, and some of them years before hand. Additionally Fast User Switching has always been in Windows XP.

      The G5 and Panther are news, but not the cutting edge of technology news, sorry.

    96. Re:Quite by AnyoneEB · · Score: 1

      8GB is the max of the computer, not the processor. It has 8 slots for RAM and each one can take up to 1 GB up RAM. I've never seen RAM sold in sizes over 1 GB.

      --
      Centralization breaks the internet.
    97. Re:Quite by NNland · · Score: 1

      Yeah...file size limits are the result of drive formatting, not how many bits of addressing the machine can handle. I've got a 32 bit machine, yet I have a 6 gig file (growing to 13.6 over the course of the next few hours). That is well beyond your '2 gig limit'. Most decent operating systems and programming languages running on the system will return a 64 bit integer for file sizes, because most modern operating systems (with a modern filesystem) support file sizes larger than 2 gigs.

      But otherwise, you are correct.

    98. Re:Quite by jo_ham · · Score: 1

      My university used I-deas for FEM and 3D stuff - a bit more advanced than the AutoCad stuff that you did in the first year.

      One of our tasks was to construct an object and do some Finite Elephant Modelling (as our tutor so humeously calls it), working out stresses and strains and so on.

      My friend got to the part where you define your element size and shape and she selected some rather small values.

      As a result, the model looked like it was coloured in with solid green since the boundries of the elements all merged together, even at a closeup view.

      I told her to fetch a sleeping bag before she set the computer off working it out!

    99. Re:Quite by mlyle · · Score: 1

      A 64 bit address space gives you access to 2^64 bytes of ram-- or 4 billion gigabytes. I don't think anyone will be sticking that in a computer anytime soon. Still, it's useful to have a larger address space than physical RAM, so that virtual addresing for processes and mmap'd files can behave nicely.

      32 bit Intel CPUs access up to a 36 bit address space (64GB) using bank switching. No process can have more than 4GB of memory directly accessible at once, and even the kernel has to flip segment registers around (somewhat like the segmented memory architecture on 8088/8086) in order to access the whole 64GB. This can make things very difficult to work with and add overhead and additional copying.

      The user mode of an XP application is close to 4GB, but not quite there. The total address space for an app is 4GB, and the kernel needs certain data structures to have available mappings from the processor's memory space when a trap occurs (whether it's an interrupt or a system call). 3.6-3.7GB seems typical based on my experience, but it could, at times, be far worse. Not having a fixed kernel/user memory split makes things more complicated.

      64 bit processing makes all this better. You can have 2 billion gigabytes for user space and 2 billion gigabytes for a physical/kernel mapping, and every process can have everything mapped in. Copying should never be necessary to make data available to a process in a properly designed VM. And it is unlikely we're going to need anything more than 64 bits of addressing in the next century.

      Both the OS and the hardware have limitations. It uses memory to have space for page tables-- and it doesn't make sense to set up your data structures to be able to hold information on a terabyte of memory when the most you can buy in a machine is 64GB (it also can strain the MMU depending on the complexity of your mappings). Likewise, the number of DIMM slots will vary based on the market segment the machine is aimed at and current technology. Making the OS be able to map more physical memory as hardware evolves will not be hard (probably mostly changing a few constants)

    100. Re:Quite by mlyle · · Score: 1

      Correction-- 16 billion gigabytes, 8 billion gigabytes for user space, 8 billion gigabytes for phys/kernel. Just a correction for the pedants out there. ;P

    101. Re:Quite by TheNetAvenger · · Score: 1

      Virus info: W32/Explorer.exe, Known aliases: Windows, Effect: Causes computer to crash often

      Disclaimer, this virus does not cause failure on Windows 2000 or WindowsXP. :)

      LOL

    102. Re:Quite by Anonymous Coward · · Score: 0

      Please tell me what software and operating system you're using to browse and post on slashdot. It can't be lynx that's far too bloated.


      He is probably using a Commodore 64 with the contiki desktop and web browser.

      Yes, this software lets you post to Slashdot from an Atari 800, but his '800 broke down. So he must be psoting from his Commodore 64).

    103. Re:Quite by Jucius+Maximus · · Score: 1
      " My university used I-deas for FEM and 3D stuff - a bit more advanced than the AutoCad stuff that you did in the first year. One of our tasks was to construct an object and do some Finite Elephant Modelling (as our tutor so humeously calls it), working out stresses and strains and so on. My friend got to the part where you define your element size and shape and she selected some rather small values."

      Hey, do we go to the same university or something? That sounds exactly like the exercise I had to do. Was this part of a project where you have to model it in I-DEAS and do the same experiment with equipment in the materials lab and then write that 1-page report to compare?

    104. Re:Quite by TheNetAvenger · · Score: 1

      8GB is the max of the computer, not the processor. It has 8 slots for RAM and each one can take up to 1 GB up RAM.

      Ok, Anyone find the specs of what OSX and the CPU actually support then? And if it can handle more in the future, why does Apple make the 8GB size sound like the upper end limit?

      I've never seen RAM sold in sizes over 1 GB.

      You may not have seen them, but 2GB chips are already available.

    105. Re:Quite by Jeremy+Erwin · · Score: 1

      The 640 k limit derives from the fact that the 8086 and 8088 used a 20 bit addressing nus, allowing the computer to address 1,048,576 bytes. As the original IBM PC used a the eight bit 8088 chip, this address space was divided in 16 pages of 65536 bytes each. Of that original meg, 384k (the upper memory) was set aside for video RAM (128k), bios ROM, and other miscellaneous features. This left 640k for real programs.

      The PC was soon succeded by the PC/AT, which used the 16bit 80286. The 80286 could be used in one of two modes-- real (which was architecturally identical to the 8086, and thus limited to a 20 bit address bus), or protected virtual mode, which could use a 24 bit address bus to address 16MB of memory.

      Unfortunately, DOS doesn't run in protected mode, and thus the programmer is foced to use all sorts of hacks to access extended memory (memory beyond 1024 k). On the 8086, one could use expanded memory, which switched up to four 16k pages of memory into the upper memory area.

      For some odd reason, the 80286 while running in real mode, is also able to address another bank between 1024k and 1078k This is called high memory. Portions of DOS can remain resident here, freeing up 45k of lower memory. Woohoo!

    106. Re:Quite by TheNetAvenger · · Score: 1

      A 64 bit address space gives you access to 2^64 bytes of ram--................memory as hardware evolves will not be hard (probably mostly changing a few constants)

      Thanks for posting the additional detailed information.

      I was just going for the basics, I find that either my point or the readers easily get lost when I try the detailed specs type of posts.

      It is nice to see that you are able to pull off the additional info without losing most users.

      You have a gift of geek to novice translation. :)

      Take Care,
      The Net Avenger

    107. Re:Quite by Anonymous Coward · · Score: 0

      Man you're stupid. either a 32-bit or 64-bit machine can handle 2GB of memory as well, all else being equal. The bechmarks show that Intel still kicks IBM's ass.

    108. Re:Quite by Rauser · · Score: 1

      Apple has always been conservative with its claims for maximum installed RAM. They usually make claims based upon the largest commercially available modules at the time of release.

      This may be the case with the G5 hardware, and as PC3200 DIMMs increase in capacity, the hardware will likely recognize them just fine.

      BTW, just how large will PC3200's eventually

      scale to?
      --
      The white zone is for loading and unloading only. If you need to load or unload go to the white zone. It's a way of life
    109. Re:Quite by noewun · · Score: 1
      I was working on 4 GB Photoshop files years ago.

      CMYK, 30 inches x 20 inches x 300dpi x 21 layers, 19 of them with layer masks most with effects gives you a 4 GB Photoshop file. For the record, this was for a very complicated folder for some drug company. Lots of die cuts, lots of flash blah blah blah.

      Now, this file was not 4 GB on disk. But keep in mind that Photoshop keeps two copies of the file you're using in memory, one for undo and one for various other purposes, and you'll 1) understand why it used 4 GB of RAM and 2) Why I could've used 5 GB of RAM in that machine. I'm given the advances in Photoshop and printing in the last few years I could easliy top that today with a complicated, large Hexachrome job.

      --
      I am a believer of momentum and curves.
    110. Re:Quite by cpeterso · · Score: 1


      This is BS. Why would the number of processors affect the maximum size of a process' virtual address space? Can you please provide a link that documents this new Windows 2K/XP feature?

    111. Re:Quite by Chris+Colohan · · Score: 1
      It is actually not always true that using a 64-bit address space will result in a faster program if your code needs to access more than 2GB of data.

      64-bit pointers give you two things:

      1. An easier to target programming model for large datasets
      2. The ability to simultaneously access larger amounts of data.

      Note that neither of these instantly lead to better performance -- instead, they make it easier to write programs. If you are simultaneously accessing a dataset this large (i.e., if you have such a huge working set) then your cache performance will probably suck. This will be true whether you have 32-bit or 64-bit pointers. But if you have 64-bit pointers, you will also have more data to store (since your pointers are twice as large). This may hurt performance badly.

      Most programs switch to 64-bit pointers since it is easier than trying to fake a large address space throguh segments and paging. It is by no means always faster.

    112. Re:Quite by mnemonic_ · · Score: 1

      I think by "CAD packages" he meant "CAD software packages".

    113. Re:Quite by Anonymous Coward · · Score: 0

      Um, no.

      Address 0xFFFFFFFF is never address -1. It is always address 0xFFFFFFFF.

      cf Intel's documentation. Where does execution start after reset? Is it -10h? No, it's FFFFFFF0h.

      If you want to say that addresses are unsigned but pointers are signed... you need help.

    114. Re:Quite by zzyp · · Score: 1

      You might want to point your lab admin to
      http://www.cs.wisc.edu/condor/

    115. Re:Quite by TerryMathews · · Score: 1

      Well considering Doom3 is supposed to run on the xbox, I'd say less than the 64 megs of ram the xbox has.

      Not exactly true. If the game is properly optimized and not simply a port, there are lots of ways the Xbox version can execute faster and with less RAM, mostly derriving from the fact that most games on the Xbox only render a field of 640x480.

      --
      -- Terry
    116. Re:Quite by Anonymous Coward · · Score: 0

      And what's more, when you start running programs that use more than 2GB of data...

      Oh, Please. We all know we'll never ever need more than 640k.

      Wait until Office XI comes out. Word itself will probably need 2 gigs.

    117. Re:Quite by unclebulgaria · · Score: 1

      I think he means memory bandwidth, not file size.

    118. Re:Quite by adri · · Score: 1

      Err, there's a difference.

      Its 8gigabytes of _addressable RAM_.

      You'll find that >8gigabyte RAM space isn't fully addressable. Go do some research on PAE (which, to me, is EMS for the 21st century.)

      Then, go do some research on VM space. That 8 gigabytes, if you really wanted to, could be mapped into a _single process_. Try doing that on a 32 bit platform.

    119. Re:Quite by TheNetAvenger · · Score: 1

      Then, go do some research on VM space. That 8 gigabytes, if you really wanted to, could be mapped into a _single process_. Try doing that on a 32 bit platform

      Sorry, would rather just use Windows XP 64bit edition on the Intel Itanium and be able to use 16GB of 'addressable' RAM.

      Alternatively, Windows 2003 Server and access from 64GB to 512GB of RAM on a 64bit CPU like the Itanium or the Opteron. Which both allow more than 8GB of addressable space into a single process, unlike OSX.

      Geeshâ¦

      Apple amazes me once again. The G5 is what it is; why not just bill it as what it is instead of standing on stage and telling the world that it is better than all other computers, which is plain marketing crap. Why is there even the need to demonstrate it is superior to anything, instead just tell the world what it can do?

      It reminds me of speeches by Ellison, instead of telling us why his products are great or what they can do, he instead spends the whole time bashing Microsoft or trying to compare his products to Microsoft. If I was him, I would not have even mentioned Microsoft and just tell the world how great my software is. By even comparing it to Microsoftâ(TM)s products, he gives Microsoft credibility as the âstandardâ(TM) to un-throne.

      Apple is almost doing the same thing, and it is just sad. The G5 is a great system, but Apple is going to make a fool of it by proclaiming it is the âgreatest, or firstâ(TM) ever. And the rest of the industry is going to challenge this in every aspect as we have been doing here at Slashdot instead of just evaluating it for what it is.

      Sure the G5 is great, but it isnâ(TM)t the âfastestâ(TM) or the âfirstâ(TM) at any of the stuff Apple is proclaiming.

      Besides, if the G5 processor is truly the best in the world, then maybe Microsoft will reopen the NT for the PPC development and there will be WindowsXP on the G5â(TM)s processor. Just like there was WinNT for the PowerPC in the mid 90s. :)

      I wasn't telling the world that 32bit CPUS were better, or that they could address more than 4GB per process. I was just making a comparison.

      Sorry you didn't understand.

    120. Re:Quite by Glonoinha · · Score: 1

      Can we even buy commercial machines built on either the Itanium or Opteron just yet?

      Note this is a serious question that I do not know the answer to yet, and in all fairness the G5 isn't available yet so it is a fair question also.

      Last I checked, over the past 12 months I have not been able to go to Dell and buy a machine with either 64bit cpu ...

      Whoever actually has these machines commercially available first (esp if the others don't come through for a few months or a year) is going to have some pretty cool claims, but right now everybody is claiming the Duke Nukem Forever equiv of hardware ... the best, but you just can't buy it yet.

      --
      Glonoinha the MebiByte Slayer
    121. Re:Quite by TheNetAvenger · · Score: 1

      Can we even buy commercial machines built on either the Itanium or Opteron just yet?

      Just because a MAJOR vendor does not yet offer them in their line, does not mean they are NOT on the market.

      Look for smaller companies to be putting them out first.

      Additionally, it is very COMMON for pc users to build their own systems piece by piece. (A foreign concept to Mac Users, but none the less, very common in the PC world)

      I would imagine that the Opteron will be widely available by major vendors by the time the G5 is shipping.

      This isn't like we are talking about fictional CPUs, the Opteron and the Itanium are real and here.

      Hence why it was a slap that Apple only used Xeon processors to compare their G5 too, they could of used Itanium or Operton just as easily - as the G5 itself is not shipping yet.

    122. Re:Quite by Glonoinha · · Score: 1

      -Additionally, it is very COMMON for pc users to build their own systems piece by piece.

      I have been hand building machines for which I hand picked each piece for 12+ years, so I agree with you.

      Ok, rephrased ... can we buy the parts to hand build a 64 bit (Intel or AMD cpu based) machine using commercially available (ie, something other than engineering samples provided to TomsHardware for review) chips, mobos, etc?

      I wasn't slamming or trying hide meaning in my questions, I am genuinely curious. The new uberApple is interesting but until I am ready to abandon the software I use and develop, I sort of need a Wintel based solution.

      --
      Glonoinha the MebiByte Slayer
    123. Re:Quite by TheNetAvenger · · Score: 1

      Ok, rephrased ... can we buy the parts to hand build a 64 bit (Intel or AMD cpu based) machine using commercially available (ie, something other than engineering samples provided to TomsHardware for review) chips, mobos, etc?

      I wasn't slamming or trying hide meaning in my questions, I am genuinely curious. The new uberApple is interesting but until I am ready to abandon the software I use and develop, I sort of need a Wintel based solution.


      Yes, the pieces are available. Go to amd.com and do a search for suppliers and vendors of the Opteron. They have recommended mainboards and suppliers by zip code that can get the Opteron and even sell Opteron assembled systems.

      The G5 is attractive, but keep in mind that the numbers that Apple is using are primarily based upon flawed testing.

      Additionally, they are touting the FP performance of the machine compared to the Intel Xeon, and even the AMD Athlon is much faster than the Xeon when it comes to FP operations.

      There are many sites popping up that pull data directly from SPEC to demonstrate that the G5 is not as impressive as it sounds. In several cases, even a SINGLE CPU 32bit Athlon beats the DUAL G5 on both the INT and FP operations.

      Also donâ(TM)t forget that with the Xeon tests that Jobs touted, they are from an older DELL model, and even DELL has faster performance numbers for this system now.

      Add that to the fact that Apple turned off things like HyperThreading on the Xeon chips and other little mistakes to make the Xeonâ(TM)s performance less than what it really is.

      Check out http://www.wininformant.com/Articles/Index.cfm?Art icleID=39381 â" and do some investigating of your own, there are plenty of articles about the G5 performance claims popping up all over the web.

      So if you are truly looking for the ultimate âdesktopâ(TM) computer, there are faster solutions (for less money) than the G5.

      Also remember that the specs Jobs was using to demonstrate they had the fastest PC was a âdualâ(TM) processor 2.0ghz G5, which starts at 2999 without a monitor. For 2999, you can get a very fast dual processor AMD Althon or probably even a dual processor Opteron with better supporting hardware and even have a monitor. That WILL run fasterâ¦

    124. Re:Quite by AnyoneEB · · Score: 1

      Either Apple expects no one to be using 1GB RAM or the motherboard does not support it. I guess we'll find out when the G5 comes out.

      --
      Centralization breaks the internet.
    125. Re:Quite by TheNetAvenger · · Score: 1

      Either Apple expects no one to be using 1GB RAM or the motherboard does not support it. I guess we'll find out when the G5 comes out.

      What would 'really' be nice to know if this is a constraint of the 'mainboard' in the G5, the CPU, or OSX itself? All three could be the cause of it supporting only 8GB of RAM with a 64bit CPU - which is pretty ridiculous.

      If we do not push Apple to do better, who will? Especially if they believe their own marketing⦠- The Net Avenger

  35. What about the backplane???? by JWW · · Score: 5, Interesting

    The 1GHz backplane is the real news. No processor benchmark test really takes into account the total real speed of the system when running applications.

    The fast backplane will speed up IO, which is a common bottleneck. 1GHz for a PC backplane is huge. The only machine I had seen a 1GHz backplane in so far is a HP-UX server. It cost wayyy more than $2000 or even $3000.

    I really believe that with this new chip alliance with IBM Apple will finally be able to put that "the OS is really cool, but PCs are always faster" stuff behind them.

    Yesterday was a good day for apple.

    1. Re:What about the backplane???? by dnadig · · Score: 1

      Uhh...

      Is this any different than my P4 with the 1ghz FSB? Granted, I had to OC it a teensy weensy bit, but that took all of 30 seconds...

    2. Re:What about the backplane???? by Anonymous Coward · · Score: 0

      busses aren't created equal dipshit.

    3. Re:What about the backplane???? by dnadig · · Score: 1

      Ohh... thank you for the erudite and technical rebuttal...

    4. Re:What about the backplane???? by rosewood · · Score: 1

      Never heard it called a backplane before. Where are you from, if you dont mind my asking?

      IF you mean what I think you mean, you can thank AMD's Hyper Transport tech for that.

    5. Re:What about the backplane???? by Anonymous Coward · · Score: 1, Funny
      Is this any different than my P4 with the 1ghz FSB?

      Yes. It's under warranty.

    6. Re:What about the backplane???? by Lebannen · · Score: 2

      I don't think the P4 bus is point-to-point; that is, I think that on the P4 bus each subsystem effectively shares the same bus so you have overhead and bus contention. The G5 uses a point-to-point bus with each subsystem talking directly to what it should.

      Or as least that's what I understood... someone care to educate me further?

      As for the benchmarks, hmmm. The huge difference between Apple's SPEC of Dell and Dell's SPEC of Dell is easy to explain - Apple used GCC 3.3 on both machines, Dell uses Intel's optimised compiler. Similarly, IBM's compiler should produce better results on the PPC 970 than GCC 3.3. I can't quite figure out whether they have cheated on hyperthreading, so I'll stay mum on that (although I wouldn't be surprised if they had).

      Also, despite his protestations that he's a mac user, his screenshot looks like it's on a Windows machine to me. No antialiasing...

      --
      Diplomacy is the art of saying "nice doggie" whilst looking for a rock
    7. Re:What about the backplane???? by larien · · Score: 1
      Yup, I was reading the spec of it and thinking that it was more than a Sunblade which comes in at over $10,000. CPU benchmarks are all well and good, but high-end Unix kit has tended to outperform x86 stuff at tasks like databases even where the x86 SPEC scores were higher.

      I'll wait until we see properly run benchmarks on tasks like Photoshop (in 64-bit mode) before passing final judgement, but it's looking pretty good.

    8. Re:What about the backplane???? by tomcio.s · · Score: 3, Informative

      Common name for the bus in 'big-iron' business.
      I.E. Nortel's Passport 15k backplane can do something like 60Gb/s throughput (been a while since I looked up spec. Might be more, and I have no idea about the frequency of it)
      The main reason for calling it backplane vs a bus, is typically the differrence in the connection types, etc.

    9. Re:What about the backplane???? by Anonymous Coward · · Score: 0

      Commonly used when referring to switches and routers, where the backplane is often an actual "plane at the back" into which the switch interface modules plug.

    10. Re:What about the backplane???? by Glonoinha · · Score: 1

      If I had to guess I would say this more like a case of a 200MHz FSB that is quad pumped to 800MHz, and the tweaking involved upping the frequency to 250MHz so that it was (quad pumped to) 1GHz.

      If I had to guess.

      --
      Glonoinha the MebiByte Slayer
    11. Re:What about the backplane???? by jtharpla · · Score: 1

      I assume you mean a real SunBlade, not the SunBlade 150, which costs only $900 or so and is basically a low-end PC with a SPARC chip instead.

    12. Re:What about the backplane???? by Anonymous Coward · · Score: 0

      Please note that this is specs for _unreleased_ hardware.

      Earlier this year a P4 had an effective bus of 533Mhz, now they have an effective bus of 800Mhz.

      I'll have you note that the difference in speed between this future bus, and the current bus, is less than the speed difference between the FSB of current P4s and the previous model.

      All I'm saying is that this hardware better be available real soon now, otherwise it will be superceded possibly before retail release.

      (I'm not a roadmap junkie)

      I'll leave the claim of "first 64-bit desktop" until hardware is available for actual purchase. This claim may prompt AMD to fast track their release schedule.

    13. Re:What about the backplane???? by larien · · Score: 1

      D'oh, yes, the Sunblade 1000, 2000 etc which use the US-III chips.

    14. Re:What about the backplane???? by drinkypoo · · Score: 1
      The 800MHz FSB on the P4 is nearly there. I suspect that in a revision or two they'll be back. Okay, so now the PC world actually has to play a little catch-up, for the first time in nearly a decade.

      However, now that Apple is finally out in front on hardware (for how long? I'm guessing not very - in order to maintain a lead for any length of time you have to leapfrog by more than this) they're only just catching up on software. Doubt it? See MacNN's live wwdc 2003 coverage page which, while not still live for obvious reasons, is still there. Little tidbits like...

      • Next Mac OS X new feature: Fast user switching. "Windows beat us to this, to be honest, but we're doing it nicer, though. A menu in the top right corner allows to you switch between users with our without passwords.
      • Mac OS X has a built-in fax functions with a new Fax button on all print panels.
      • Jobs then demonstrates FileVault, a new Mac OS X feature. It was requested by companies who lost notebooks/sensitive info. It secures your entire home folder, encrypts/decrypts everything in/out of the folder on-the-fly. It happens in the background with a single checkbox.
      • Apple has added over 100 major new features. Mac OS X is the No. 1 Unix OS. He lists many of the Unix features of Mac OS X, including the latest version of Samba, which can be browsed in the Finder. Other features include IPSec-based VPN, better Active Directory support, a new Finder that is User-centric. All the user stuff is on the left (i.e., much like "bookmarks"). (Some of the UI stuff is neat here, but the rest of it is catchup.)

      That's right, MacOSX is just now getting IPSec-based VPN, encryption, bundled fax support, and "fast user switching". All of which has been in Windows since Win2k. The VPN stuff has been available though not bundled since Win98, at least as a client.

      Yeah I know, this looks like sour grapes. Actually I'm looking forward to a blue and white G3 someone is supposed to be shipping me soon so that I can play with MacOSX. I'm just not that impressed with anything but the GUI, is all. The POSIX environment is cute but I don't much care how one gets there. The hardware is certainly fast and Apple has not had a performance edge in a long time, so this is nice to see, but I suspect that they'll be surpassed completely in about a week. Opteron is due to go up to ~3GHz on this design, Athlon 64 has yet to ship but it should reach similar speeds before the end of its life. iTanic will be getting faster in the near future as well, though it's priced right off of the desktop; P4 reputedly has a little way to go before it doesn't work... And as this story illustrates, it is definitelt a worthy competitor to the G5 already.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    15. Re:What about the backplane???? by redhat421 · · Score: 1
      I can't quite figure out whether they have cheated on hyperthreading

      I'm sure they did not disable hyperthreading on some tests in order to make the results better for the Dell's :)

      his screenshot looks like it's on a Windows machine to me. No antialiasing...

      He actually answered a troll in his "Answering the Hate Mail" section that included this point, he said...

      ... Also, what you think is Windows-style anti-aliasing is actually NO anti-aliasing. That's right, anti-aliasing is DISABLED in that screenshot, I turned it off.
    16. Re:What about the backplane???? by Lebannen · · Score: 1

      I'm sure they did not disable hyperthreading on some tests in order to make the results better for the Dell's :)

      Hehe, too true!

      He actually answered a troll in his "Answering the Hate Mail" section that included this point, he said... ... Also, what you think is Windows-style anti-aliasing is actually NO anti-aliasing. That's right, anti-aliasing is DISABLED in that screenshot, I turned it off.

      Good spot! I'm still not convinced, though - all he says is that he's turned off antialiasing, and it's far easier to do this on XP than on Mac OS X. On Mac OS X, you have to tweak plists to switch it off, and Quartz non-antialiased fonts look like ass (the tracking and kerning get mushed, or at least they used to). However, that screenshot looks exactly how this XP machine renders text without antialiasing.

      Not that that has any real effect on his arguments, but hey, picking holes in his opening statements is fun too :)

      --
      Diplomacy is the art of saying "nice doggie" whilst looking for a rock
    17. Re:What about the backplane???? by Anonymous Coward · · Score: 0

      It was on XP. That's why "that screenshot looks exactly how this XP machine renders text without antialiasing."

    18. Re:What about the backplane???? by Anonymous Coward · · Score: 0

      That's right, MacOSX is just now getting IPSec-based VPN, encryption, bundled fax support, and "fast user switching".

      Mac OS X has had those things, except fast user switching, since 10.0. The new features in Panther are basically new (or improved) UI's on top of existing OS features. IPsec, for example, has been there since the beginning, but is just now getting a built-in user interface.

      And Apple bundled fax support because their third-party fax partner... I forget who, but they make FaxSTF, sucks incredibly hard.

      P4 reputedly has a little way to go before it doesn't work... And as this story illustrates, it is definitelt a worthy competitor to the G5 already.

      It isn't, though, because it can't do multiple processors. The only real competitor to the G5 is the Xeon, and admittedly it's marginally faster at integer performance (10%), it's slower at floating point performance (20%), and Mac OS X is almost all floating point math. Everything from Quartz to QuickTime is implemented with single-precision floating-point math, which is why the floating point performance of the G5 is so key.

      And here's the other important point: the G5 is more or less equivalent to the Xeon at 2/3rds the clock rate. IBM has already announced 2.5 GHz PowerPC 970's (that's the chip that's in the first-generation G5) for their servers, and they'll be at 3 GHz by next summer. Intel's chips will be faster then too, of course, but fast enough to beat the G5?

      It looks like for the next year or so at least, the top-of-the-line chips from Apple and Dell/whoeverelse are going to be pretty much neck-and-neck.

    19. Re:What about the backplane???? by Jeff+DeMaagd · · Score: 1

      It's not just the 1GHz, but if Apple is right, it's point to point, and I think they imply it's a crossbar switch system, which is one of the things that allowed AMD to keep up with Intel for a good while. A higher bus does really help a lot, as some of the the 800MHz vs. 533MHz bus performance comparisons have shown.

    20. Re:What about the backplane???? by Anonymous Coward · · Score: 0

      sooooooooo, this alpha sitting on my desk, isnt a desktop? oro?

    21. Re:What about the backplane???? by RzUpAnmsCwrds · · Score: 1

      Intel has an 800mhz FSB, and AMD's Opteron/Athlon has an integrated DDR400 controller and a 6.4 GByte/Sec HyperTransport link, so memory and I/O bandwidth really isn't a problem on PCs anymore.

    22. Re:What about the backplane???? by Durandal64 · · Score: 1

      Mac OS X has been out for about 3 years now. Windows 9x/2000/XP has been out for 8. XP is a much more mature OS than Jaguar, though the development pace of OS X does make Microsoft look like cows chewing cud.

    23. Re:What about the backplane???? by crayz · · Score: 1

      And one more thing...since when does Win2k have fast user switching?

    24. Re:What about the backplane???? by Quikah · · Score: 1

      Fast user switching debuted in XP. Unless there is something I am missing in 2000?

      --
      Q.
    25. Re:What about the backplane???? by Anonymous Coward · · Score: 0
      Actually I'm looking forward to a blue and white G3 someone is supposed to be shipping me soon so that I can play with MacOSX. I'm just not that impressed with anything but the GUI, is all.


      Don't get too excited. I actually like the Mac quite a bit, for a variety of reasons. My Ti is my main computer, and the only one I keep on my desk, but the GUI...kind of blows. It's a major step backwards from OS 9, and it might even be worse than windows. There are a lot of problems with it:

      • There is no feedback. The glowy buttons don't signal you've clicked them at all
      • The whole thing feels laggy (on my half-gig ram 667 g4). The combination of this and the above made me accidently delete an iTunes playlist the other day because I thought maybe I missed the key. Turned out, OS X was just sitting there thinking without telling me anything and it queued the commands. There is no Undo for this.
      • Keyboard control blows. Especially compared to that disease-ridden turdpile X. For all it's shortcomings, once you get an X system with a wm you like set up decent, you can fly through things like the coding 'turnaround' without touching the mouse. The mouse becomes like a specialized tool for gfx and web. In OS X, it's like a part of your arm.
      • the Meta+Tab app-switch key is dain bramaged.
      • The Dock == The Waste of Space
      • The Finder is atrocious. Apparently, that might get fixed in panther.
      • The entire thing gives off a feeling that it was created to have maximum curb appeal, rather than long-term useability. It's irritating to be aware of that. Like, why the hell do the gumdrop buttons only reveal what they do when you mouse over them? I realize you quickly learn what they do and so on, but why do that at all? What savings is there at all? The whole GUI gives off that attitude
      • The Help system, should you ever have to use it or should you accidently invoke it, is also atrocious


      Some of these things I'm not sure how to fix: I like sloppy focus. It makes a lot of sense with key-mousing. But it makes absolutely no sense with App-Menu-at-top-of-screen (which I also like, and in any case, would never leave the mac platform. These types of things also frustrate virtual desktops.


      I think it would be sweet if it had like, 'virtual workspaces' rather than just desktops. Each one could have a foregrounded app, and you could switch with hotkeys. I don't know...just sayin, aqua kind of isn't that sweet.

    26. Re:What about the backplane???? by Scudsucker · · Score: 1

      As other people have pointed out, Win2k didn't have fast user switching, but I would also like to point out that Apple has had encryption since OS 9. Not as easy has having your home directory automatically encrypted (though people have done it with scripts and Apple's disk image software, which supports encryption) but they *have* had it.

    27. Re:What about the backplane???? by Anonymous Coward · · Score: 0

      Because it hasn't even shipped yet?

  36. No! Surely not Apple! by Anonymous Coward · · Score: 0

    Apple playing fast and loose with benchmark numbers!

    No! Heaven forfend! Surely not.

    I'm a Mac user from way back, but I don't mean this as a defense of Apple:
    This is marketing at its best in computing. It's all about exaggeration, benchmarks that don't bear too much scrutiny and hype. Apple excel in all three areas, and have for years.

    These machines look truly great, but I'll hold off on gloating over the benchmarks until I see real user tests, not Apple 'tests'.

  37. Doesnt' really matter by TheDredd · · Score: 1

    The big new is that they have new chips, and these suckers can scale and perform well with SMP, who cares if there not the fastest in the world, If apple can't outperform they'll just stick more processors in

  38. Prices by Anonymous Coward · · Score: 0

    *Every* retailer does this, take off a penny or a $1 to make it look $29.99, $299.99 etc etc

    Don't you dare to single out Apple or Dell for this pratice.

    Both Apple and Dell are guilty of using misleading prices. For example, Apple gives the price of the low-end G5 as "$1999", and the high-end G5 as "$2999". In other words, they have subtracted $1 from a $3000 computer to make it seem cheaper, which is absolutely ridiculous. This demonstrates that both Apple and Dell are willing to mislead people when stating their prices.

  39. I work for... by Anonymous Coward · · Score: 1, Funny


    I am a Mac user. I have been using Macs for years. I am writing this article on a PowerMac G4. I enjoy using Macs.

    ...oh, and I work for Intel, but nevermind that part. ;)

  40. The benchmarks always show the high-end by Junks+Jerzey · · Score: 0

    In the little graphs, the benchmarks always pit the Dual 2GHz G5 against the Dell. Realistically, though, the Dual 2GHz is the least affordable of the G5s (really, even for professional graphics use, who pays more than about $1800 for a PC any more, and you can even get a bang-up $1800 system with an 18" LCD monitor). So in all honesty, most purchasers would opt for the $2000 G5 vs. the $3000 G5. And the question is: How well does the 1.6GHz G5 stack up against Dell's dirt-cheap 2.66GHz P4s? In any case, you can't really put the 1.6GHz G5 on a page touting the world's fastest desktop, because it very obviously isn't.

    1. Re:The benchmarks always show the high-end by Frobozz0 · · Score: 1

      Who uses machine over $1800 these days?

      *ahem*

      Apparently you. Maybe even a couple other people ... but to say that even a quarter of the professional market is not willing to pay for the high end $3k machine is crazy. The fact is, neither of us have numbers to talk about, but I can safely say your $1,800 for a graphics machine statement is at best influenced heavily by your opinion and not by fact.

      A lot of people pay for the top of the line stuff because if you think for a second that a $3k deduction and the productivity you gain by buying the top of the line is not worth it, well, you're not considering all the factors.

      Everyone runs their own business with the same "I'm right" attitude, but buying a new $3k machine every 2 years makes more sense for my business than a $1,800 machine. Now, if I was to fill out a workshop full of 20 machines for production-grade work... I think the low or mid grade G5 would be more than capable at (drum roll) $1,999. That's just me, but I can afford to pay someone cheaply to work an extra 20 seconds on something if I deal with volume.

      --
      "Politicians find new names for institutions which under old names have become odious to the people."
    2. Re:The benchmarks always show the high-end by imsabbel · · Score: 1

      Not very well...
      Mostly because of reduced memory bandwith...

      --
      HI O WISE PRINCE. WHT TOOK U SO DAM LONG?
  41. Real World by Anonymous Coward · · Score: 0

    How you do you explain the differences in the 'Real World' tests ?

    I watched the keynote last night and it looked like Photoshop, Mathmatica,etc completely blew away the PC.

    I'm okay with using the SPEC tests for comparing the same chip/different mhz but companies routinely change the compilers etc to get better results. Just look at database tpc numbers from Oracle/IBM/Microsoft.

    Last time I installed RedHat it didn't come with the Intel compiler and I didn't see a 'Xeon-optimized' version of RH either.

  42. Stop the madness by reiggin · · Score: 2, Insightful
    Apple made it's claims based on the DUAL 2ghz model. In the benchmarks this guy uses to show that it's not the fastest, it is stated that the second processor is disabled. Well, of course, that would injure their claims! As someone else has already pointed out, hyperthreading on the P4 makes it act as a dual processor so if you want to compare single processor to single processor, disable the hyperthreading on the P4 as well as the second processor on the G5. And it's really not surprising to me that a single processor G5 at 2ghz is slower than a P4 at 3ghz. Isn't that they way it should be? I'm just glad that it seems to hold good up against it at all where as the G4 would honestly be blown away by it. Let's all just admit that IBM has definitely put their best foot forward. I'm sure it won't be long before we'll see true 4ghz G5's compared to 4ghz P4's.

    Finally, I'm sure the real world testing, once available, will be of more interest to most people than any of these silly lab tests.

    1. Re:Stop the madness by IamTheRealMike · · Score: 1, Redundant

      No dude, he said that the 2nd processor wasn't used by the nature of the SPEC test. So even when running that test on a dual CPU machine, the 2nd CPU would have always been idle.

    2. Re:Stop the madness by phasm42 · · Score: 1, Flamebait

      "...As someone else has already pointed out, hyperthreading on the P4 makes it act as a dual processor..." How many times must this be explained... hyperthreading does not equal dual processor. It's simply an optimization for multi-threaded apps. In the end, you still only have one CPU core; the difference is that task switches are performed faster.

      --
      "No one likes working in a hamster wheel, and your shop smells of cedar shavings from here." - TaleSpinner
  43. PC people are missing the point! by mcgroarty · · Score: 1

    SPECfp ratings don't matter! Thanks to *mumble* Apple SPECfps are faster per SPEC mark. Stop buying into the SPECfp myth!!!

  44. Re:similar info from a different source by elwinc · · Score: 4, Informative
    Tom Yager, on his infoworld blog has similar info:
    The test results are invalidated by severely lopsided testing conditions. Among them, Apple used a prototype G5 running its special GNU compiler and an unreleased version of OS X. The Dells used shipping hardware, vanilla GNU compilers and Red Hat 9.

    ... Dell's published results on the SPEC site--regarded as the definitive repository for SPEC results--are best-case. They're far better than the results cited by Veritest in the Apple report. That bit takes no special knowledge to ferret out.

    Thank you, Apple, for a fine lesson in how to lie with statistics.

    --
    --- Often in error; never in doubt!
  45. Serial vs Parallel ATA by Davoid · · Score: 1

    Strange that they didn't bother to test serial ATA on the Mac vs serial ATA on the PC. Seems kinda bogus for them to use two different busses. Look up Serail vs Parallel ATA on a PC and you will see that kind of performance boost.

    Last time I checked Apple is also running a somewhat "cooked" version of Bonnie for these tests.

    -DU-...etc...

    --
    "Don't sweat the technique."
  46. you insensitive clod by Anonymous Coward · · Score: 0

    I'm still using my 486!

  47. Well, what do you expect? by dpbsmith · · Score: 1

    Steve Jobs' assistants roll out the two carts... they open Photoshop... they click on the "Gnorglize foodlefacets" effect... the progress bars start moving... the Pentium's pulls ahead... the Pentium completes... the Mac is still grinding away... ...and Steve Jobs says, "Well, as you can see, the Pentium really IS a little faster at this particular task. But, hey, the Mac has a prettier case and it's easier to use?"

    I'd really like to see this someday, but somehow I don't expect to.

  48. So what does this tell me? by w3weasel · · Score: 2, Insightful
    Is the G5 only 1.8 times faster than the P4 rather than the 2.1 times faster that I was lead to believe?
    First nVidia, now this... how am I supposed to go bankrupt buying more computing power than I could ever hope to use?

    seriously... so now we might think that in real world usage, the G5 is maybe just a little faster than the x86 competition instead of a S*** load faster. Considering the performance point of Apple's previous offerings, I'm not exactly dissapointed

    --

    Just as irrigation is the lifeblood of the Southwest, lifeblood is the soup of cannibals. -- Jack Handy

  49. Exactly by BoomerSooner · · Score: 1

    He turns hyperthreading on but only counts one processor at 2ghz for the apple. Either leave them all on or all off.

    That guy is a dipshit.

    1. Re:Exactly by Anonymous Coward · · Score: 0

      That's Niven's Law.

  50. Benchmarks...who cares? by beavis88 · · Score: 5, Funny

    Anyone who's followed the computer industry for more than a couple minutes knows that there are lies, damned lies, and benchmarks.

    Go use a machine, for tasks you'd typically perform -- that's the only benchmark that matters.

    But if you must assign a number to the size of your virtual phallus, by all means, benchmark away...

    1. Re:Benchmarks...who cares? by Anonymous Coward · · Score: 0

      You can prove anything with statistics.

  51. A push over the edge by 1nt3lx · · Score: 1

    Perhaps the benchmarks and fanfare are only being used to push those who were interested in purchasing a Mac for the OS but were not going to spend $3000 on a G4 when a G5 was expected.

    Those who are deeply entrenched are not going to switch sides because of a benchmarks. There are still people swearing that AMD chips are faster than Intel chips, and when the benchmarks show they are then the Intel fans will swear it's not true. Blah blah blah. Who cares?

    People use Macs for reasons other than Benchmakrs against Intel/AMD chips. I have used PCs for a very long time, but I have also been using Mac OS X at work and as often as I could. It really is a terrifically designed system which offers significant benefits. The only thing holding me back what the overpriced G4. Now there is nothing, thank you Apple.

    1. Re:A push over the edge by Sj0 · · Score: 1

      Keep in mind that the Opteron does beat a Xeron in some tasks -- especially in 64-bit mode. I'm waiting anxiously for the Athlon 64. I'm hoping it's performance is comperable, (and hopefully, that their clock rates are comperable to the P4, which would make the Athlon 64 so ultimately powerful I'd have to break out in evil laughter when I open the package. ;) )

      --
      It's been a long time.
  52. Give us a meaningfull measure of speed... by mustrum_ridcully · · Score: 0, Redundant

    like Quake 3 fps ;-)

    But seriously, the average punter (i.e. your non-/.'er) only cares about the headlines "oooh it's SO much faster than a PC!" and won't bother reading the small print and Apple KNOW IT.

    1. Re:Give us a meaningfull measure of speed... by Wyatt+Earp · · Score: 2, Informative

      http://www.apple.com/powermac/graphics.html

      337 fps with a twin 2.0 GHz and Radeon 9800 Pro @ 1024x768, 32 bit color

    2. Re:Give us a meaningfull measure of speed... by elohim · · Score: 1

      http://www.apple.com/powermac/graphics.html

      There you go. 337 fps for the g5 vs 275 fps for a 3 ghz P4.

    3. Re:Give us a meaningfull measure of speed... by Anonymous Coward · · Score: 0

      I think that should end;
      "and Apple, Microsoft, Dell and Intel know it."

      Let's not single out Apple for this and assume that all the others are so honest.

      The fact that Intel keeps upping their clock speeds while delivering minimal performance increases is in my opinion far more dishonest than what Apple seems to have done here.

    4. Re:Give us a meaningfull measure of speed... by phasm42 · · Score: 1

      Interesting that they didn't benchmark against a dual processor Intel system...

      --
      "No one likes working in a hamster wheel, and your shop smells of cedar shavings from here." - TaleSpinner
  53. Strikes me by akpcep · · Score: 0

    That Mac users use Macs because they want to use a Mac, rather than any performance benefits over a PC. They have specific needs regarding applications etc they feel are best served by a mac, and they're willing to pay extra for it.

    Which is cool.

    Does anyone else think the whole tedious Mac vs PC argument is a bit like comparing apples to oranges (excuse pun)?

    --
    Hmmm.
  54. Yes ... by SuperDuG · · Score: 3, Insightful
    This is nothing new. nVidia and ATI play with 3DMark, Apple and Intel put instructions on their chips to make photoshop run better. This really isn't anything new.

    Benchmarks aren't what sells apples and price certianly isn't the drawing point. People use macs because they like macs. Hence why the mac market doesn't increase that much, they're too pricey and don't act like a PC. Granted as a user who uses windows, linux, and Mac OS, and all the subvarients between I can tell you that there are perks to all the operating systems. But as far as hardware goes x86 wins hands down.

    Why is x86 better than apple? Simple, they're more tweakable, upgradeable, provide more selections, and are used by more people. Apple makes up for the "not used by many people" by making every mac an exact clone of another. Hence why when you get a file for a mac to be installed you just drop a binary in, every mac is the same (to an extent), whereas every PC is not, but the components are the same some just perform better than others.

    Apple's prices are outrageous, and let me get into it a little more. A first time computer buyer is wary of a computer. They don't want to invest a whole lot of money in something they don't know if they're going to be able to use. But for $600 they can have a pretty decent machine that plays most every x86 game out there and runs most every x86 OS out there with little or no trouble. For $600 you might be able to score an old iMac. That old iMac MIGHT be able to run Mac OS 10.2, but it's going to be hella slow and not be able to do half the things the same priced PC will be able to do.

    People who buy computers are looking for the most they can get with the least amount of money. Most people's computers are still beige. Most peoples computers have all the same applications. And Most people rely on somoene other than themselves for computer help, hence more PC's more help available.

    I like OS X (especially with a two button mouse). I like linux (especially when everything works right). And I like windows (especially when XP loads correctly and doesn't crash and doesn't require me to kill processes in the task manager all the time to get some of my memory back).

    All of these systems have their perks and they all have a place in the market, just they all want more of a place in the market, hence the competition. If Apple wanted to procreate so much they'd come up with a bargain computer other than the eMac or iMac. Something that has the ability to be upgraded (even if the user never wants to) and has the ability to run popular programs, hence MS, hey MS if I buy a copy of Word I want to be able to install it on either my PC or my Mac, I don't want to have to buy two different copies.

    Anyways, these computers will be blasted out of the water in no time when Intel and AMD roll out their 64-bit badboys. Remember the 970 is actually an older chip in comparison to the AMD and Intel varients. Granted x86 isn't exactly new ... but neither were the moto's.

    --
    Ignore the "p2p is theft" trolls, they're just uninformed
    1. Re:Yes ... by Marc2k · · Score: 1

      Hence why when you get a file for a mac to be installed you just drop a binary in, every mac is the same (to an extent), whereas every PC is not, but the components are the same some just perform better than others.

      No, that's because every Mac .app is actually a directory (you can't view the directory in Finder [at least, I couldn't figure out how], but it's perfectly clear from a console) which contains the binaries, resources, and user config files. Windows (barring Win16) is mostly the same, it just uses the registry for some of those purposes and scatters resources in a user-viewable directory. That's not so much a trait of the Mac's common software environment as it is of a *better* software environment (at least for users, in my opinion).

      --
      --- What
    2. Re:Yes ... by HeghmoH · · Score: 3, Informative

      For $600 you might be able to score an old iMac.

      For $800 you "might" be able to score a brand-new eMac, which will run OS X like a dream, and be able to do anything you can do on your economy PC.

      --
      Mod down posts with a "Free Mac Mini/iPod" sig, they're spam!
    3. Re:Yes ... by cultobill · · Score: 1

      No, that's because every Mac .app is actually a directory (you can't view the directory in Finder [at least, I couldn't figure out how], but it's perfectly clear from a console) which contains the binaries, resources, and user config files. Windows (barring Win16) is mostly the same, it just uses the registry for some of those purposes and scatters resources in a user-viewable directory. That's not so much a trait of the Mac's common software environment as it is of a *better* software environment (at least for users, in my opinion).

      "Yeah! The Mac just puts everything for a program in one folder. Windows does the same things, except spread across the system instead of in one folder..."

      Wait, what? That's not remotely the same thing? Damn it!

      --
      -- Bill "Houdini" Weiss
    4. Re:Yes ... by Marc2k · · Score: 1

      Err...that *was* confusing, sorry. I didn't mean Windows does the same things with the files, I was referring to where he stated that Mac binaries can be passed around Macs, and my point was that Windows binaries can be passed around in the same way, the .apps are just packaged more nicely.

      --
      --- What
    5. Re:Yes ... by Anonymous Coward · · Score: 0

      Does anyone even read the -comments- here any more? This guy is blatantly trolling and he gets modded up to 4. Fucking stupid moderators.

    6. Re:Yes ... by Anonymous Coward · · Score: 0

      I'm about to sell a 450 MHz G4 Power Mac to a friend for less than $300. It has 10.2 and runs it just fine, thank you.

      And, there is no question about it, every iMac ever made can run 10.2. But why you'd want to run OS X on an original iMac is beyond me (the equivalent of running XP on 233 MHz Pentium).

      You can, however, get a brand-new 1.25GHz Power Mac G4 for $1,299. Which explains why old iMacs (unless they have LCD displays embedded, and thus G4 chips) don't fetch $600.

    7. Re:Yes ... by freeweed · · Score: 1

      For $800 you "might" be able to score a brand-new eMac, which will run OS X like a dream, and be able to do anything you can do on your economy PC.

      Except cost twice as much, and be a real pain to find cheap replacement parts for, and work with the rest of your PC hardware, run any Windows application not specifically ported to Unix/MacOS...

      --
      Endless arguments over trivial contradictions in books written by ignorant savages to explain thunder in the dark.
    8. Re:Yes ... by Scudsucker · · Score: 1

      Except cost twice as much

      And probably last 10 times as long....

      and be a real pain to find cheap replacement parts for

      Yeah, IDE hard drives, PC133 and USB keyboard/mice are all real hard to find these days...

    9. Re:Yes ... by Anonymous Coward · · Score: 0
      riiight.. so i can just move my word.exe from one computer to the other and it will 'just work'??!?! WOW....

      NOT!!!!!

  55. Standard Pratice by ebuck · · Score: 5, Informative

    I can vouch for those unfortunate enough to have worked in the grocery industry (and have an idea of what that kind of mechandising entail) but this is hardly insightful. It happens on nearly everything that you buy.

    When asking the pricing managers (which work for the chain, not an individual store) they replied that there was a study once done, indicating that there is a psychological tendancy to shy away from certain "maker" numbers as being too big. For example, the masses statistically believed that twenty dollars was too much to pay for item x, but for some reason, nineteen ninety-nine was not too much to pay for the same item. Funny thing is that with the same item, eighteen dollars would again be too much, but seventeen ninety-five wouldn't.

    Even if the study is flawed or bogus, it is still being taught in the "front-line" marketing schools, (ie. grocery, drug-store, clothing, etc.) , and so I expect we will see nineteen ninety-five for many many years to come.

    1. Re:Standard Pratice by Surak · · Score: 4, Interesting

      Actually, the practice originally comes from a tactic that store owners used to keep their cashiers honest.

      If the product is $10, then they could just make change for $20 out of their pocket, i.e., hand the customer back a $10 bill and stuff the $20 in their pocket.

      Of course cashiers would conveniently "forget" to stuff that $20 back into the drawer.

      But if the product is $9.95, then they have to open up the drawer to get a nickel out.

      When you add up that most customers would be like at least 2-3 items, products priced at $9.95 and $19.95 would cause the cashiers to *have* to make change out of the drawer, thus keeping them honest.

      Little known fact, but it's true.

    2. Re:Standard Pratice by jsahol · · Score: 1

      Even if the study is flawed or bogus, it is still being taught in the "front-line" marketing schools, (ie. grocery, drug-store, clothing, etc.) , and so I expect we will see nineteen ninety-five for many many years to come. For 19 years, at least.

    3. Re:Standard Pratice by easyfrag · · Score: 1

      I can see this working for lower-priced items but damn, we're talking real money here. Really, who thinks to themselves "the apple at $1999 is cheaper than the orange at $2000"? It gets even more ridiculous when you look at automobile and house prices. Is there any evidence that the .99 theory works with big budget items?

    4. Re:Standard Pratice by Anonymous Coward · · Score: 0

      I'm not sure this explanation makes any sense. Why couldn't the cashier take 5 cents from the drawer, $10 from their pocket, and still pocket the 20? For that matter, why couldn't they just make change from the drawer, and then pocket the 20?

    5. Re:Standard Pratice by smallpaul · · Score: 1

      It is simple: people emotionally want the thing but can't justify the price. The 19.95 bit helps them to rationalize that it is "around $19.00". They don't round, they truncate, because that lets them get what they really want to get. Their emotions are in collusion with the retailer to undermine their rational mind.

    6. Re:Standard Pratice by Qzukk · · Score: 3, Interesting

      From what *I've* heard the reason for the weird numbers wasn't necessarially to keep the cashiers from stealing, but to keep the stores from doing their sales under the counter (so to speak) and not reporting the sales tax. To get the drawer to open to get that nickel (actually, after taxes it would be more like 83 cents or something), you have to ring it up in the cash register, where the sale is recorded.

      Either way, its a pretty good explanation ;)

      --
      If I have been able to see further than others, it is because I bought a pair of binoculars.
    7. Re:Standard Pratice by Sloppy · · Score: 1

      But .95 pricing is still used in places where there is sales tax. Even if the marked price were exactly 20.00, by the time it gets to the cashier it's going to be some odd amount over that and require change anyway.

      --
      As copyright owner of this comment, I authorize everyone to defeat any technological measure which limits access to it.
    8. Re:Standard Pratice by Octagon+Most · · Score: 1

      "Is there any evidence that the .99 theory works with big budget items?"

      It depends on the target consumer. Certainly it is used with large items like cars. It's typical to see prices like $18,995. But in luxury goods the tactic is rarely used. A room at a luxury hotel may be $300 a night and not $299. The fillet mignon at an upscale restaurant may be $38, not $37.99. In fact it will probably be written as "38" with no dollar sign or decimals. Going further down the scale you see an even more extreme example in gasoline prices where fractions of a cent are used (e.g., $1.299/gallon). My comments apply specifically to the U.S. market.

      Scott

    9. Re:Standard Pratice by stienman · · Score: 1

      Another interesting (though OT) item about grocery pricing, is that it used to be (and may still be for some stores) that the cents field, which is nearly ALWAYS 99 was used as a product code.

      A cashier could look up a product, and seeing a 95, or 65 or something in the cents would know that the line is discontinued, backordered, etc. It was helpful to work with non-updateable cash registers that could barely pull the price and product description from the server, nevermind status codes.

      Of course, for item under $10 this did not work so well. Perhaps they only used the last digit in these cases (99 was the same code as 49, 29, etc)

      -Adam

    10. Re:Standard Pratice by jagilbertvt · · Score: 1

      Because when they counted the drawer at the end of their shift, they'd be short $20. Duh.

    11. Re:Standard Pratice by dnoyeb · · Score: 1

      Bizarre. All those 9s makes the number look quite large to me.

    12. Re:Standard Pratice by Gorphrim · · Score: 1

      Actually, I believe the practice of selling things for 99 cents, etc. came from a merchant in the early 20th century who was trying to get people to buy cheap stuff in the store, like penny candy. How better to make sure people have a steady supply of pennies to spend than to price everything else so that people always get pennies back for change.

      --

      Queens of the Stone Age - they rule
    13. Re:Standard Pratice by Surak · · Score: 1

      It's a buggy whip, I think.

      It might be that the psychological difference between $19.95 and $20 is what kept it going and spread it to stores that do have to charge sales tax. I dunno.

    14. Re:Standard Pratice by orim · · Score: 1

      And I thought it was because people realized that kids who had cashier jobs really couldn't add or subtract anymore (with 'Counting' being a college-level course these days), so instead of having kids try to do difficult arithmetic like $20-$10, they just made it impossible, requiring kids to type it all into the register so they wouldn't give out wrong change anymore.

      I mean, have you seen the looks on their faces when power goes out? Sheer panic!

      --
      "If you could only see what I've seen with your eyes..." - Roy Batty
    15. Re:Standard Pratice by redhat421 · · Score: 1
      the weird numbers wasn't necessarially to keep the cashiers from stealing, but to keep the stores from doing their sales under the counter

      That might make sense, except the manager of the store is the one who would set the prices. So if he wanted to do sales under the table and not report it for tax evasion reasons, he could set his prices to whatever he wanted (ie this is not some mandated thing, so it would not work for any kind of enforcement). The manager could also just do nothing to the prices and keep two separate books which seems like it would be less suspicious then making change out of your pocket :).

    16. Re:Standard Pratice by Tower · · Score: 1

      This all goes to heck with sales tax most of the time (non-prepared grocery is usually tax exempt, and gas pumps with their $1.399 are with tax already included). Ooh, that's only $1.99... what do you mean it is $2.11 (eval your own tax here). It would be nice if at stores all the prices would show tax included for items.

      --
      "It's tough to be bilingual when you get hit in the head."
    17. Re:Standard Pratice by Dun+Malg · · Score: 1
      there is a psychological tendancy to shy away from certain "maker" numbers as being too big. For example, the masses statistically believed that twenty dollars was too much to pay for item x, but for some reason, nineteen ninety-nine was not too much to pay for the same item. Funny thing is that with the same item, eighteen dollars would again be too much, but seventeen ninety-five wouldn't.

      Totally of topic, I know, but I've noticed the same thing where I work. Several years back my boss upped his hourly rate from $50 to $65. When it was $50/hr, a good 60% of customers said something to the effect of "50 dollars! Wow that's pretty expensive!" Going up to $65/hr however, cut those complaints down to maybe one customer in twenty. We charge $85/hr now and still almost no complaints. I suspect if we ever get to $100 people will complain again. I suspect that 20, 50, and 100 dollars are all "big numbers" in people's minds and the ones between somehow aren't. Like Iexplained to my boss after he noted the drop in complaints: "You see, $50 is half of a hundred, which is a lot. $65 isn't half of a hundred, so it's less."

      --
      If a job's not worth doing, it's not worth doing right.
    18. Re:Standard Pratice by Surak · · Score: 1

      Well, actually the *cashier* might do under the counter sales. Take the money for an item, give the item to the customer, don't report it to the *store* owner.

      That's what I meant by keeping the cashier honest, I was just not too clear. The parent poster is right.

    19. Re:Standard Pratice by EvilBudMan · · Score: 1

      --Of course cashiers would conveniently "forget" to stuff that $20 back into the drawer.--

      What about when the register is counted down after hours. The stolen $10 would surely show up then. I still think there was some psychology involved.

    20. Re:Standard Pratice by Dun+Malg · · Score: 1
      It would be nice if at stores all the prices would show tax included for items.

      What, like some commie-european VAT tax? Nah. I think people should see their taxes. I think the feds should use quarterly payments for EVERYONE instead of withholding per-paycheck too.

      --
      If a job's not worth doing, it's not worth doing right.
    21. Re:Standard Pratice by Anonymous Coward · · Score: 0

      What a load of crap! Where's your evidence for your "fact"? It's just standard pricing theory.

    22. Re:Standard Pratice by nolife · · Score: 1

      Sams club uses xx.91 for thier clearance and items that must move quickly. Thier buying agreements with companies must include some type of stock "buyback" clause as you almost never see out of season items and slow sellers often have instant manufactor rebates applied at the checkout. I guess it is up to the supplier to take the items back that did not sell or let Sams offer it a reduced price to get it out of the store to free up space.

      --
      Bad boys rape our young girls but Violet gives willingly.
    23. Re:Standard Pratice by Anonymous Coward · · Score: 1, Funny
      Little known fact, but it's true.


      The mating call of the not-at-all-endangered urbanis legendoptera.
    24. Re:Standard Pratice by Surak · · Score: 1

      How would the register show $10? The cashier never rang it. The customer gave the cashier $20, the cashier gave the customer back $10, and the cashier pocketed the money. Nothing was ever entered into the cash register (you have to ring things up usually in cash register to get the drawer to open)

    25. Re:Standard Pratice by Tower · · Score: 1

      >What, like some commie-european VAT tax? Nah.
      Not intimately familiar with VAT or the specific PoS implementations, especially the "commie-european" kind, so I'll not comment on that...

      >I think people should see their taxes.
      Gas pumps in most states clearly show the amount of taxes on each gallon of gas (state/federal), and I think that kind of thing should be clear at other stores (as was my previous statement, if somewhat unclear). Tell me the new Ultra-Wdget 3000 is only $39.99 on the big sign, but make sure it shows the after-tax price as well, perhaps in smaller print (all a matter of how much regulation people want to add).

      >I think the feds should use quarterly payments for EVERYONE instead of withholding per-paycheck too.

      You can make that happen if you want to, I know people who have done it. There's nothing stopping you in the US.

      --
      "It's tough to be bilingual when you get hit in the head."
    26. Re:Standard Pratice by poot_rootbeer · · Score: 4, Insightful

      Little known fact, but it's true.

      Do you have a cite? I don't believe it for a second. It doesn't take sales tax into consideration.

      A $20 item, plus 6% sales tax, comes out to $21.20.
      A $19.99 item, plus 6% sales tax, comes out to $21.19.

      What are the chances a cashier would be able to provide exact change for either of those without opening the register?

    27. Re:Standard Pratice by jaoswald · · Score: 1

      No, the order is not rung up in this scam. The cashier uses his pocket instead of the cash drawer and does not generate a receipt.

      Result: Inventory "shrinks" by one $10 item, cashier $10 richer.

    28. Re:Standard Pratice by Kintanon · · Score: 1

      I think you misunderstand the craftiest method of cashier theft.
      Someone walks up to the counter with a candy bar, you have a pocket full of bills and change or a small box of them or something. You tell them the price of the candy bar, they give you money, you give them change.
      The candy bar is never scanned, the transaction is never entered into the register. The customer gets their candy bar, the cashier gets the money, the store gets nothing.

      Kintanon

      --
      Check out JoshJitsu.info for Brazilian Ji
    29. Re:Standard Pratice by EvilBudMan · · Score: 1

      Then where does the receipt come from? Of course if this was a long time ago, maybe no receipts was the way things were done. I still would be suspect. No receipt. Nothing being rung up. If I were a customer, I would be suspisious.

    30. Re:Standard Pratice by Grotus · · Score: 1

      REI still does something like this. All its sale items end with .93 (or something like that), I guess so that it would be obvious on returns that the item was a sale item.

      --
      "From my cold, dead hands you damn, dirty apes!" - CH
    31. Re:Standard Pratice by happystink · · Score: 1

      Just a note, this is only crafty if you pick someone who doesn't notice this and report it. I have worked at places where someone did this, a customer saw it, and then phoned the manager later to tell them. I've noticed people doing it myself but not bothered phoning cause it was a small item, but when I think back I probably should have.

      --

      sig:
      See the "..for smart people" banners Wired runs here? Look elsewhere guys.

    32. Re:Standard Pratice by Surak · · Score: 1

      Kids these days :) You probably don't remember when it used to still be common practice to hand out *hand written* receipts. :)

    33. Re:Standard Pratice by GregWebb · · Score: 2, Informative

      Something that bugged me when I was visiting Canada a while back, that.

      Over here, the sales tax (VAT) is included in the sticker price. So, if I see an item which says 'Buy me for £20' and I've got a £20 note in my hand, I know I can afford it. I don't have to practice my 1.175 times table to work out prices, or to work out of the shops are cheating me for that matter.

      Why on earth are prices across the pond shown pre-tax even when you're charged the tax? Surely you should be shown the price you're charged?

      --

      Greg

      (Inside a nuclear plant)
      Aaaarrrggh! Run! The canary has mutated!

    34. Re:Standard Pratice by jfisherwa · · Score: 1

      You think someone planning to steal from their employer is going to bother calculating sales tax? :P

    35. Re:Standard Pratice by japhmi · · Score: 1

      Surely you should be shown the price you're charged?

      This is why I hate sales tax over here, and I'm glad I live in a state that doesn't have it.

      Every time I go to a neighboring state and buy a $.99 item, and pull out my dollar bill, only to be charged $1.03 or something, I fume.

      --
      "Giving money and power to government is like giving whiskey and car keys to teenage boys" P. J. O'Rourke
    36. Re:Standard Pratice by JackHart · · Score: 1

      I've had this happen to me. Do you know how much it sucks to have to take a pen and paper or calculator and add up all the shit you people buy?? Now imagine that your job is to do this as fast as possible... and when you're slow people get really really pissed off at you. I might be good at math but speed adding under pressure was not one of the requirements I normally think of when I think of intelligence... and the union definitely didnt require it! LOL :-)

    37. Re:Standard Pratice by thx2001r · · Score: 1

      Ever bought a gallon of gas where an Integer was the price per gallon?

      --

      -Joe
      If we're all god's children, what's so special about Jesus? - Jimmy Carr

    38. Re:Standard Pratice by EvilBudMan · · Score: 1

      You got me there, but I still see them for certain things. Repair shops come to mind. Still if something was priced $9.99, how hard would it be to give change $10.01 out of pocket? By that logic prices should be something like $9.91 so that the clerk would have to have more pennies on hand for the scam to work. $1999 for a computer seems based on psychological reasons to me. Even a $9.99 DVD from Wally World seems to be too. If it was priced $10.13 I would be more inclined to believe the scam argument. That figure would be harder to make change for. EOF.

    39. Re:Standard Pratice by theCoder · · Score: 2, Interesting

      I assume it's just the laws don't require the price to reflect sales tax. The store isn't going to put a price any higher than it has to. But in a way, that does keep the taxes lower. I think people would be much more upset if they bought 10 gallons of gas at 75 cents/gallon and had to pay $12.50 for it (gas prices in the U.S. are always shown including tax). There are occasionally other places such as movie theaters that also include tax in their price.

      Of course, the real kicker is that coupons seem to be applied after the sales tax is calculated. So, you pay sales tax on the marked price of the item, not the actual price you're paying. That, or the stores are pocketing the difference...

      --
      "Save the whales, feed the hungry, free the mallocs" -- author unknown
    40. Re:Standard Pratice by stinkfoot · · Score: 2, Insightful
      Little known fact, but it's true.

      no, it's not:

      http://www.straightdope.com/classics/a3_166.html

    41. Re:Standard Pratice by Surak · · Score: 1

      Um, Cecil Adams admits that he does know. From the article you linked to:

      So what's the real explanation? Having spent two hours poring over the microfilm--no guarantee that I'm not full of BS, but at least it's scientific BS--

      (emphasis mine).

    42. Re:Standard Pratice by Rich0 · · Score: 1

      I mean, have you seen the looks on their faces when power goes out? Sheer panic!

      I have a minor in math... I do know how to add. That doesn't mean I'd make a good replacement for a cash register...

      Keep in mind the other reason why panic sets in is the fact that NOTHING has a price sticker on it these days. Prices are on the shelves and are retrieved from a database after the UPC is scanned. I don't care how much the database server vendor has fudged their benchmarks - my guess is that the cash register can query the prices just a little faster than the operator can run to and from the aisles...

    43. Re:Standard Pratice by Rich0 · · Score: 1

      Nah - the $1999 computer is so that when you hand the cashier 20 Ben Franklins he doesn't just give you back a George Washington without ringing up the sale. I mean, when was the last time you bought a computer and didn't make sure you got a receipt? People don't worry about returning little things like pencils, gum, and the fastest PC you can buy...

    44. Re:Standard Pratice by divisionbyzero · · Score: 2, Informative

      I know it's hard to believe but there wasn't always sales tax and not all states have it. The tradition could have started a long time ago... Although my guess is that it was first studied in the 50's when advertising and marketing came into their own and completed America's transition into a consumtion obsessed country.

    45. Re:Standard Pratice by Bloodshot · · Score: 1

      That sounds interesting, but the reason for $9.95 is also *marketing* related. My wife and I have been shopping for a new TV and I've lost track of the number of times my wife has said to me "Hey, that thing is only $X00!" when in fact it is $X99.95. (X being a number usually between 6 and 9).

      Marketing is all about deceiving people into believing your product is better than it really is, so if you can make people think an item that cost a nickel less than $800 really costs $700, then you're doing a good job.

      Besides, if cashiers really want to steal money, they'll figure out a way. I worked at a grocery store while in high-school and saw all sorts of scams pulled by dishonest cashiers.

    46. Re:Standard Pratice by Fascist+Christ · · Score: 1

      Actually the head of our sales department says that people feel more comfortable seeing a small digit on the right of the number. He continues to set prices like 21982.48 or 24667.96. Close your eyes and tell me if you remember the numbers. I think he's just trying to confuse people, or distract their attention away from the price.

      --
      TodayTM BillyJoelTM GoogleTMd for StitchTMes due to WindowsTM while RollerbladeTMing with an AppleTM and a PopsicleTM
    47. Re:Standard Pratice by Anonymous Coward · · Score: 0

      I remember when I was in college there was this place on campus that would hire bright but poor students. This place charged $4.25 for a pizza, which I bought often, usually with a $5 bill. This one girl who worked there would often get me my pizza and take my money then walk over to the cash register to ring it up. After a while she would recognize me and looked a little surprised if I paid with anything other than a 5 dollar bill. So next time I hand her a five and look carefully at what she does. She goes over to the cash register, rings up a 75 cent item, and with the $.75 showing on the display, hands me my change. As I'm leaving, she puts 75 cents in the drawer and pockets the five. Really sneaky.

      The next year there were no more students working there.

    48. Re:Standard Pratice by beta21 · · Score: 1

      I wish had modpoints for this.

      Its fun debunking urban myths

    49. Re:Standard Pratice by Anonymous Coward · · Score: 0

      Dude, life's too short to fume over something silly like that. Yeah it's stupid and it sucks, but don't have a heart attack at age 30 because of it! We care :)

    50. Re:Standard Pratice by Keeper · · Score: 1

      Coupons have to be applied after the sales tax is calculated. The coupon does not effect the sale price of the item -- if the item costs $10 and you have a coupon, the sale price of the item is still $10; the store is required to tax you on that amount, not the subtotal reflected on the receipt (though there may be some states were it works differently; the variety of tax laws out there throughout the states is crazy). Think of coupons as a type of instant rebate.

      And if you think that's a pain in the arse, try writing software that correctly reports the amount of taxes collected that deals with all of the rounding crap correctly. :) (if I ever have to fix another "off by one penny" error again it'll be too soon).

    51. Re:Standard Pratice by Anonymous Coward · · Score: 0

      TOTALLY OFF-TOPIC and it gets a score of 5? SlashiDiOTs!!

    52. Re:Standard Pratice by jovlinger · · Score: 1

      You're applying rational arguments to a psychological study?

      Don't get me wrong: I mean to riducule YOU, not the people in the study. Everyone knows and has accepted that people act in irrational ways. Arguing rationally about these results is a waste of time.

    53. Re:Standard Pratice by oren · · Score: 1

      AFAIK the practice originated with the first automated (mechanical) cash registers. By taking that $.01 off the price they ensured there would always be some change, forcing the "ring" of the sale (which would log it).

      However it is likely that the survival of this abominable practice is due to the psychological effect you describe. Or at least to retailes belief in it :-)

      BTW, in Israel the smallest coin is 5 "agorot" (pennies). In a rational world the prices would always divide by 5, right? In practice we see prices like "19.98". There's a *law* that defines how to round your change to the nearest 5... It is truly amazing how irrational people can behave as a group.

    54. Re:Standard Pratice by NathanBFH · · Score: 1

      I wish I had mod points!!! Oh! how I wish I had mod points

    55. Re:Standard Pratice by alexburke · · Score: 1

      Something that bugged me when I was visiting Canada a while back, that.
      [ ... ]
      Why on earth are prices across the pond shown pre-tax even when you're charged the tax? Surely you should be shown the price you're charged?

      In Atlantic Canada (New Brunswick, Nova Scotia, Prince Edward Island, and maybe Newfoundland & Labrador), they have converted the GST (federal Goods and Services Tax, 7%) and PST (Provincial Sales Tax, which varies by province) into HST (Harmonized Sales Tax, which because of the varying provincial portion isn't the same percentage from province to province), which is then built into the displayed price. (What a sentence, sorry.)

      So over there (I haven't been there yet, just relaying what I've heard), when something is displayed at $19.99, your $20 bill will suffice, and you'll get a penny in change (which I generally tell the cashier to keep). This was supposed to be a test before introducing the HST system nationally, IIRC, and I would rather deal with that than having separate taxes. So bring it to Ontario already!

      On the topic of pennies, we should do what I've heard the Aussies do -- round everything up or down to the nearest nickel ($0.05 coin). I've heard some people complain that makes things more expensive, but that's FUD -- the number of instances that get rounded up is equal to the number of instances that get rounded down. I would find this system to be very convenient, and I don't think I'm the only one!

    56. Re:Standard Pratice by mibus · · Score: 1

      Not everyone has to pay sales tax. And, as others have pointed out, many coutries where you do (eg. Australia when the GST was introduced) it _has_ to be included in the "sticker price".

    57. Re:Standard Pratice by buck_wild · · Score: 1

      "Remove MEAT to reply "

      Not that I was tempted or anything, but you don't even post an email address that I can remove 'meat' from.

      --
      If all you have is a hammer, everything looks like a nail.
    58. Re:Standard Pratice by buck_wild · · Score: 1

      I remembered the numbers. Of course, now my brain is full and I can't remember my middle name, but what are ya gonna do, huh?

      --
      If all you have is a hammer, everything looks like a nail.
    59. Re:Standard Pratice by enigma48 · · Score: 1

      This is offtopic, but this entire topic is :)

      Ontario, and many other provinces, never got on the HST bandwagon for two official reasons:

      1) GST is applied in more places (covers services that PST doesn't, I think more food items, books, etc) so this means a sales tax increase.

      2) Atlantic provinces were offered $1 billion to switch over to the new system; Ontario (and other provinces) wanted a similiar incentive. But with a FAR larger part of the economy, they likely wanted a far larger brib...incentive.

      I like the penny idea; statistically you're probably right. Even if we buy certain prices more often (no more random distribution) we might be out tiny fractions of a percent. Governments can even up tax rebates to those affected the most and get a few more votes.

    60. Re:Standard Pratice by Dun+Malg · · Score: 1
      Not intimately familiar with VAT or the specific PoS implementations, especially the "commie-european" kind, so I'll not comment on that...

      Basically, the "Value Added Tax" is a tax that is applied every time goods change hands, as opposed to "Sales Tax", which only gets applied when the item is sold to the end user. It's a typical "cast the net wide and tax the living doodoo out of everyone" scheme like they've been doing in europe since feudal times. It was crap like that that Thomas Jefferson, Ben Franklin, etc. were pissed off about when they wrote the Declaration of Independence. Taxation has always been unpopular in the US.

      Gas pumps in most states clearly show the amount of taxes on each gallon of gas (state/federal)...

      Well yeah, that's easy because gas is taxed per gallon at a rate that rarely changes.

      and I think that kind of thing should be clear at other stores. Tell me the new Ultra-Wdget 3000 is only $39.99 on the big sign, but make sure it shows the after-tax price as well, perhaps in smaller print

      Problem with that is that sales tax rates vary from city to city, county to county, and state to state. Also, one of the reasons why taxes are added "after" is to make sure people realize that it is THEY that are paying the tax, not the seller. This is a good thing, in my mind.

      >I think the feds should use quarterly payments for EVERYONE instead of withholding per-paycheck too.

      You can make that happen if you want to, I know people who have done it. There's nothing stopping you in the US.

      Yes, and I do already pay quarterly. What I want is for EVERYONE to pay that way. As it is now, people get X% withheld from each check and, come tax time, they get a refund and treat it like it's free money, when actually it's money they've lent the government interest-free! I think it'd be better if the government was HONEST about it and sent a tax bill every 3 months.

      --
      If a job's not worth doing, it's not worth doing right.
  56. Dual CPU: it depends by klubar · · Score: 1

    The real issue is that you need a dual CPU on the Mac to be comparable to the single CPU on the PC (for some applications/uses). When comparing prices, look for machines that can do equivalent amount of "useful" work (whatever is relevant in your business/pleasure). I think that you'll find for most users (business, home, academic) that the PCs prices out at 20 to 30% cheaper (after adding software, monitor, other stuff). Of course, for some applications the Macs will be cheaper and for others perhaps an XBOX or homebrew is appropriate. Remember, many other companies quote prices that include monitors (apple doesn't, except for the built-in e/iMacs.) Also, if you need it, Office is much pricier on a Mac than as a included item from a PC manufacturer. (Also, I don't think there is a boxed cheap version of home/academic Office for the Mac.) Don't forget to add a couple of bucks for an adaptor if you don't want to be a pricy (but gorgeous) Apple monitor.

    1. Re:Dual CPU: it depends by Anonymous Coward · · Score: 0

      klubar says, "Don't forget to add a couple of bucks for an adaptor if you don't want to be a pricy (but gorgeous) Apple monitor"

      store.apple.com says, "Choose from the latest graphics card options from both ATI and NVIDIA. Standard configurations offer 64MB of fast DDR SDRAM. The Advanced ATI Radeon 9800 Pro option includes a 128 MB DDR SDRAM frame buffer. All feature both ADC and DVI ports with dual display support and include a DVI to VGA adapter."

      In other words, you don't have to "add a couple of bucks for an adaptor if you don't want to be a pricy (but gorgeous) Apple monitor."

    2. Re:Dual CPU: it depends by jokell82 · · Score: 1

      Not sure about a home version (which last I checked wasn't offered on the PC side either), but the academic version is available from Apple's own store for $199, and I've found it much cheaper (around $160) at my campus computer store.

      --
      I dunno who it is
      but it prolly is fhqwhgads.
    3. Re:Dual CPU: it depends by Anonymous Coward · · Score: 0

      Hah! I get it for free!(MS Office, Windows OS, Visual C)

      some schools have academic licensing so that
      students can borrow it or buy it cheap. I mean
      like 10$ cheap

      uhh 64 bit rules

  57. Misleading prices?? by mahdi13 · · Score: 1, Interesting

    Misleading Prices

    Both Apple and Dell are guilty of using misleading
    prices. For example, Apple gives the price of the
    low-end G5 as "$1999", and the high-end G5 as
    "$2999". In other words, they have subtracted
    $1 from a $3000 computer to make it seem cheaper,
    which is absolutely ridiculous. This
    demonstrates that both Apple and Dell are willing
    to mislead people when stating their prices.


    Geez, that's so tricky of them, I fell for it!!
    Fools, this is not something that Dell or Apple invented, this has been a standard marketing trick for at least 50 years if not more...and EVERYONE does it!

    --
    "Some things have to be believed to be seen." - Ralph Hodgson
    1. Re:Misleading prices?? by Digital+G · · Score: 1

      And have you ever looked at the gas pump and seen that the gas isnt 1.39 but 1.399? Socking revelations. This is just going to cut the world to peices.

      --

      End Transmission....
  58. No, not giving us! by Laglorden · · Score: 1

    I think we still have to pay for it?

  59. Wake Up !! by Anonymous Coward · · Score: 0

    CmdrTaco : don't you have anything better to offer us on the front page than these overdiscussed "corporate benchmarks are worth nothing" related news ?

  60. True by turgid · · Score: 1

    However, Apple have the marketing power, user base, application software, user-friendliness and pretty GUI to make a commercial success of their 64-bit desktop machines (which, incidentally, run at a competitive speed).

  61. Hey remember by leifm · · Score: 1

    That the Pentium III made the internet faster and the P4 makes digital media better. Both camps pump out a lot of bullshit. I actually expected Apple to go the 64bit@2Ghz == 4Ghz @ 32bit route, so this isn't so bad.

    --

    "Windows Me offers tremendous reliability and stability improvements..." -- Paul Thurott
  62. I was suspect as well.. by Anonymous Coward · · Score: 0

    I was also curious and read the PDF ... also I found on aces hardware some SPEC scores for the opteron. The opteron basically beats the pants off the G5. I'm not sure on the prices of the opteron, but it's gotta be close. And I know people will say that opteron isn't a desktop platform, but it is possible to be used as such, just like the Xeon(not really desktop either). I also must point out that P4/Xeon are 32bit, while G5 and Opteron are 64bit. I assume this would have some effect on the tests. I'll apologize to the Mac fans, but the G5 isn't all its cracked up to be.

  63. If anyone is to "blame" by Anti+Frozt · · Score: 1

    it would be Veritest. After reading the PDF myself, they draw their own conclusions that the G5 outperforms the two Dell machines they tested it against.

    So how would Apple be at fault for saying they have the fastest CPU benchmarks based on independent testing? Unless of course "a very stupid man decided to take the large stack of money."

    --
    In C++, friends can touch each others private parts.
  64. A few points by BinxBolling · · Score: 2, Insightful

    I really can't understand why the author of this piece takes the SPEC numbers provided by Intel and Dell at face value, rather than investigating them in detail the way he has with Apple's; Those guys have certainly done as much twiddling to perform well on those tests as Apple has.

    And I can't understand why there's a problem with using GCC on the intel over ICC. Sure, GCC doesn't produce the fastest code for the x86. But it doesn't produce the fastest code for the PPC, either; For that you'd want to use the IBM compiler.

    And the repeated claim that for "most people" integer performance is what matters is somewhat stupid: For the "most people" who are mostly exercising integer performance (i.e for web browsing, emails, word processing), a top-end box like the ones being compared here is overkill. For the people who do need this sort of speed, it's much more likely that there will be a large amount of FP in the mix.

    1. Re:A few points by jgalun · · Score: 2, Informative

      I really can't understand why the author of this piece takes the SPEC numbers provided by Intel and Dell at face value, rather than investigating them in detail the way he has with Apple's; Those guys have certainly done as much twiddling to perform well on those tests as Apple has.

      You're missing the point. He's not claiming that Apple's benchmarks on the new G5 aren't real. He's claiming that Apple tweaked the G5 but not the Dell.

      There's anything wrong, with tweaking your system to get the most speed out of it. It's just unfair to compare a tweaked Mac to an untweaked PC. So what this author did was compare the tweaked Mac benchmarks (that Apple provides) to tweaked PC benchmarks (that Dell provides). Both benchmarks are legitimate and real. And this comparison is much more accurate than comparing a Mac with AltiVec enabled to a PC with SSE2 disabled, for example.

    2. Re:A few points by PenguiN42 · · Score: 1

      You're right. But it's even worse: They didn't compare a tweaked Mac to an untweaked PC. They compared a tweaked Mac to a crippled PC.

      --
      The following sentence is true. The preceding sentence was false.
  65. well... by Anonymous Coward · · Score: 0

    ...its not an outrage... it just shows that the G5 isn't really very impressive in comparison with the alternatives available... Get an Intel box and run Linux :-)

    1. Re:well... by Anonymous Coward · · Score: 0

      A G5 is faster than the fastest Intel box with Linux. Read the benchmark whitepaper. It describes the testing methodology in precise detail. In a side-by-side, controlled test, the single-processor G5 was 10% slower on integer performance but 20% faster on floating point performance than the Pentium 4 with Linux. The dual-processor G5 was faster than the dual-processor Xeon with Linux, and of course there is no such thing as a dual-processor Pentium 4.

    2. Re:well... by pnix · · Score: 1

      Get one?
      Why not get two, like me :) Free OS + cheap AMD procs == good times!
      I'll never give up my Linux for a fruit company, let alone a company who claims that their software is "micro"!

    3. Re: well... by Black+Parrot · · Score: 2, Interesting


      > A G5 is faster than the fastest Intel box with Linux. Read the benchmark whitepaper. It describes the testing methodology in precise detail. In a side-by-side, controlled test, the single-processor G5 was 10% slower on integer performance but 20% faster on floating point performance than the Pentium 4 with Linux.

      Apparently they never got so far as Chapter 1 in Hennesy & Patterson, where you learn the mantra of "make the common case fast".

      --
      Sheesh, evil *and* a jerk. -- Jade
    4. Re:well... by Brian+Knotts · · Score: 1

      How about a dual Opteron 244? Not even close.

    5. Re:well... by pnix · · Score: 1

      Very good point - The Opterons munch thru data real well, and hopefully with a little sales and some price drops will become a great platform. I cant wait to get me some of that 64 bit action...

    6. Re: well... by Anonymous Coward · · Score: 1, Informative

      Apparently they never got so far as Chapter 1 in Hennesy & Patterson, where you learn the mantra of "make the common case fast".

      Apparently YOU never got so far as Chapter 1 of the Mac OS X system architecture guide where it says "we use single-precision floating point arithmetic for everything."

      When you draw something to the screen in OS X, whether it's through Quartz 2D or a higher-level API, you specify pixel locations as floats. That's right, your window is 200.0 pixels by 300.0 pixels. And you can use fractional values, too. A pixel at 200.5 gets antialiased between 200 and 201.

      Mac OS X is a VERY floating-point intensive operating system. The only ints in the system foundation APIs are bools and enums. Everything else is floats, floats, floats.

      (By the way... aren't you the Black Parrot who about a year ago got stone-cold-busted for making false claims about Microsoft? Something about your company being put out of business by Microsoft or something? Claims that later turned out to be false? Just asking, because I want to know whether I'm talking to a troll or not.)

    7. Re:well... by Anonymous Coward · · Score: 0

      Good for you. Now come back when you're ready to actually get some work done.

    8. Re: well... by Have+Blue · · Score: 1

      You don't think losing by 10% with a clock speed handicap of 30% is fast?

    9. Re: well... by alienw · · Score: 1

      The only two relevant metrics here are:
      a) performance alone
      b) price/performance

      The Apple loses on both of these. It's not only slower, but also more expensive. I don't see how there's a "clock speed handicap" -- nobody forced Apple to make them so slow.

    10. Re: well... by Anonymous Coward · · Score: 0

      It's not only slower, but also more expensive.

      1995 called. They want their bitch back.

      The dual-processor Power Mac G5 is both FASTER and CHEAPER than a top-of-the-line PC.

      Deal.

    11. Re: well... by Black+Parrot · · Score: 1

      > > Apparently they never got so far as Chapter 1 in Hennesy & Patterson, where you learn the mantra of "make the common case fast".

      > Apparently YOU never got so far as Chapter 1 of the Mac OS X system architecture guide

      Of course not. While it's reasonable to suppose that a chip designer is familiar with the contents of Hennessey and Patterson, there's no reason to suppose that a Linux dweeb would have read any of the OSX documentation.

      > where it says "we use single-precision floating point arithmetic for everything."

      > When you draw something to the screen in OS X, whether it's through Quartz 2D or a higher-level API, you specify pixel locations as floats. That's right, your window is 200.0 pixels by 300.0 pixels. And you can use fractional values, too. A pixel at 200.5 gets antialiased between 200 and 201.

      > Mac OS X is a VERY floating-point intensive operating system. The only ints in the system foundation APIs are bools and enums. Everything else is floats, floats, floats.

      That's very interesting, and it surely indicates that OSX is more fp-intensive than other platforms. But I'm not sure it means that fp operations are the common case. Surely a typical application will do more than make calls to that API? Surely all the counters, indices, and addresses that do so much of the grunt work in any program are still processed by the integer ALU?

      And lots of integer operations don't even show up explicitly in a program's source code. You can't even print a string without iteratively incrementing an index. And a simple expression like A[i] hides two integer calculations required for accessing the value, regardless of the data type of the array. So unless the G5 has a special ALU in the data path for performing these rudimentary operations, almost any program is going to be soaked in integer calculations at the machine-code level which would have to be handled by the same ALU tested by the integer benchmark.

      [Of course, that's not an argument that integer operations are the common case. I don't know how you could tell without instrumenting your code to count integer and fp operations.]

      Also, notice that even if we suppose that fp operations are in fact the common case, that would tell us something very interesting about these benchmarks: it would say that the purported 20% fp speedup vis-a-vis Intel is no longer an interesting comparison for programs that use the OSX API; the interesting comparison would be whether OSX can do these things faster in fp than an Intel OS can do the same things with integers. The relative performances on the SPEC benchmarks are no longer useful for the analysis.

      Don't get me wrong; I think the x86 architecture is a kludgey piece of crap. I'd certainly rather have a G5, if all else were equal. But KPoC or not, we should still think critically about the claims of benchmarketers and fans.

      > By the way... aren't you the Black Parrot who about a year ago got stone-cold-busted for making false claims about Microsoft? Something about your company being put out of business by Microsoft or something? Claims that later turned out to be false?

      Heh, I remember that thread. Some lamer was arguing incessantly that Microsoft had never crushed any of the competition, and since he couldn't actually win that argument he decided instead to crow when I didn't give him some meatspace biographical information he wanted, as if he had actually scored a point in the debate.

      But I'm curious why you say 'busted'. Ignoring the slim, slim possibility that some overzealous idiot mistook a wisecrack for a statement of fact, wouldn't 'busting' someone require some actual knowledge of the fact? I.e. in this case knowing the complete employment history of the person or persons posting as Black Parrot, and going down that list to ensure that none of those companies had ever been crushed by Microsoft?

      > Just asking,

      --
      Sheesh, evil *and* a jerk. -- Jade
  66. Meh. by MuckSavage · · Score: 1

    You have to have a license to drive a car, but any asshole can have a website.

    1. Re:Meh. by jokell82 · · Score: 1

      And we all know how well licenses weed out the bad drivers... ;)

      --
      I dunno who it is
      but it prolly is fhqwhgads.
  67. Exactly by roystgnr · · Score: 1

    Has anyone ever known a cause so perfect (much less a cause like "computer technology evangelism") that it didn't have at least a few vocal morons supporting it?

  68. There is always one... by Marx_Mrvelous · · Score: 2, Insightful

    But I still fail to understand why. If you don't want a faster computer, then don't buy one. But you're completely wrong that "it's just numbers." Sure, one step up a mountain is only one little step where no one can tell the difference. But then you take another step. And another. Before you know it, you've travelled 10, 100, 1,000 feet. That 40-minute video compression might take 39 minutes on the next step up, then 37, but eventually it will only take 1 minute, or less.

    So don't dismiss numbers, especially if you can't see far enough to add them up!

    --

    Moderation: Put your hand inside the puppet head!
  69. Who can you trust? by Anonymous Coward · · Score: 0

    Sheep fleeing from one end of the corral to another as arms reach in to grab their pound of flesh.

  70. Sound's like Bill O'Reilly by Sir+Holo · · Score: 1

    The "I get to pick and choose what comments I respond to, and I get the last word at the end, so nyeah!" section at the bottom reveals this article for what it is â" flamebait.

  71. Wow, read the article! by Anonymous Coward · · Score: 0

    And I thought console fanboys were bad!

  72. Pentium 4 3.2GHz by Martin+Kallisti · · Score: 1

    I do not fully understand how the writer could claim that Apple have done something wrong when benchmarking in the "there is a faster Pentium"-aspect. The 3.2GHz was just released when the new G5s were presented, and even if Apple have had access to a preview sample, I do not believe that they would ever use such things in benchmarks. I mean, what if Intel suddenly decided not to release the 3.2GHz at that time, then Jobs would have stood at the keynote saying "well, we have benchmarked against a processor that is not available yet". It would not seem credible.

  73. Mod this shit up by akpcep · · Score: 0

    Very well said.

    Have a ghetto candy.

    --
    Hmmm.
  74. Single vs. Dual processor by MarkedMan · · Score: 4, Informative

    The author of the article makes the point that most programs use a single processor unless specifically written for using two, so we should downplay the dual processor results. A good point on the surface but examine it more deeply and it has two flaws:

    1) This is Apple's Pro machine and many of the users are in the Graphic Arts, Audio and Film industry. The most siginificant programs in these fields do get optimized for the Mac platform.

    2) I don't know about you, but it is normal for me to be doing several things at once on my computer. Listening to music, downloading email, munging video, plus about a hundred background tasks. The OS itself balances these separate tasks between the processors, so there is a very real and significant advantage to the dual processor even if the individual programs don't take advantage.

    -I have no Sig yet I must scream...

    1. Re:Single vs. Dual processor by IamTheRealMike · · Score: 3, Insightful
      2) I don't know about you, but it is normal for me to be doing several things at once on my computer. Listening to music, downloading email, munging video, plus about a hundred background tasks. The OS itself balances these separate tasks between the processors, so there is a very real and significant advantage to the dual processor even if the individual programs don't take advantage.

      That's true. However, those hundreds of backgrounds tasks are normally asleep. As an example, open up ten different desktop apps, run top or whatever and note that CPU usage is only a few percent. Those apps are blocking in an event loop, and until they receive events the kernel won't allocate them any timeslices.

      Because of the way pre-emptive multitasking works however, having a dual CPU machine generally simply gives you more cycles to burn. You could get the same effect by buying a chip that's twice as fast - in fact, performance would be better as you don't have the overhead of the communication between the two CPUs.

      So, this is useful if you spend a lot of your time doing very processor intensive things, because adding extra CPUs is generally easier than finding chips double the current speed of what you're using (assuming you're already on the cutting edge).

      But, for most desktop users, it wouldn't make any difference, because no matter how many apps they have open, only a few of them will actually be doing any processing at any given time.

    2. Re:Single vs. Dual processor by tgibbs · · Score: 1
      don't know about you, but it is normal for me to be doing several things at once on my computer. Listening to music, downloading email, munging video, plus about a hundred background tasks. The OS itself balances these separate tasks between the processors, so there is a very real and significant advantage to the dual processor even if the individual programs don't take advantage.
      I can attest that in routine use, a dual processor 450 MHz G4 "feels" faster than a single-processor 800 MHz G4.
    3. Re:Single vs. Dual processor by johnpaul191 · · Score: 1

      the thing with OS X is that the OS itself splits up the workload between the processors (if there is moe than one). If you are running one intensive game or AV app, or if you have 20 apps all running together... it's the OS that does the management and does not require the actual application to be written to split its work. That was a problem with multi processor machines under OS 9, the app itself had to be written to split the workload. It really only helped you out a lot if you were running one big processor intensive application THAT was specifically written for dual processors, not some goofball running 25 things at once (i am guilty of that).

      There was something i read yesterday that Mac OS 10.3 is even more intended for multi processors than other versions of OS X. I can only guess they will be making all (but maybe the entry level) machine multi processor asap. It would make sense, from what info has been out, the 970/G5 chip costs Apple a lot less than the G4. The other innards of the machine are not cheap, but it doesn't seem like adding the second processor is a big financial task (if they are available).
      The case definately has the cooling capacity for 2 processors. Can't wait to actually see them in MWNYC in July....

    4. Re:Single vs. Dual processor by Matthias+Wiesmann · · Score: 2, Insightful
      That's true. However, those hundreds of backgrounds tasks are normally asleep. As an example, open up ten different desktop apps, run top or whatever and note that CPU usage is only a few percent.
      The examples he gave (playing music, background video transformation and network downloads) are not task that sit in the background idle, they all use CPU and thus benefit from a second processor.
      But, for most desktop users, it wouldn't make any difference, because no matter how many apps they have open, only a few of them will actually be doing any processing at any given time.
      Mmh, you are right, but for most 'desktop usage', prefering a single fast processor to two slow ones does not really make sense: face-it, processing power is way above what is needed for 'desktop usage'.

      Then again 'typical desktop usage' has changed quite a lot lately. Many people consider that using a word-processor with animated help while listening to MP3s, burning a CD, downloading stuff from the internet on an emulated modem and spooling a huge printing file is typical desktop usage. This is a workload that can be split between multiple processors easily.

    5. Re:Single vs. Dual processor by IamTheRealMike · · Score: 1
      The only real thing that would take CPU time there is video transformation, which is hardly a common desktop activity.

      The other two wouldn't push usage above two or three percent, and there's little to no benefit in dual CPUs when your current one is multitasking just fine.

    6. Re:Single vs. Dual processor by Anonymous Coward · · Score: 1, Insightful
      But, for most desktop users, it wouldn't make any difference, because no matter how many apps they have open, only a few of them will actually be doing any processing at any given time.

      I have to, respectfully, disagree. If you interact with the OS at all from that application, you gain a benefit. In a single processor system, your precious Quake has to be interrupted in order to process a network packet. That can be several milliseconds of missed frame updates. Do an asynchronous I/O to get the next room's textures, and, on a UP, your application still has to be preempted to copyout the results. Again, milliseconds wasted.

      On an MP, with proper system support (like in Mac OS X), these activities happen on system-provided threads on the other processor.

      Now consider the same results when you aren't playing a game, but instead are doing Audio mixing. Now it's a really big deal.

      And all this is still only talking about a single application.

    7. Re:Single vs. Dual processor by IamTheRealMike · · Score: 2, Informative
      Not really.... for starters there's no guarantee that an app will have an entire CPU to itself. Secondly, no OS I know of, not even MacOS X, takes several milliseconds to process network packets.

      Anyway, bear in mind that the OS controls IO on the system, so your game of quake has to synchronize with the other parts of the system on the other CPU at some point.

      Finally for audio mixing, that's why buffers are used. What matters in pro audio work is latency, ie the amount of time it takes for audio to travel through the system. That can affect things like synchronization of multiple audio streams and so on. Again multiple processors don't necessarily lead to lower latency, if anything, they can sometimes increase it.

    8. Re:Single vs. Dual processor by Anonymous Coward · · Score: 0

      Your current one is NOT multitasking just fine. You just think it is.

      Do some reading on the concepts of the "context switch penalty", the "cache miss", the "cache flush" (which is even worse), and "processor affinity." You'll learn some things.

    9. Re:Single vs. Dual processor by Raffaello · · Score: 1

      Multiple processors will only increase latency when they get in each other's way. The whole point of the G5 is that it is an entirely new architecture (for Apple, not IBM) in which *each* of the Dual procs has its own 1/2 speed (1GHz for the dual 2GHz machine) bus.

    10. Re:Single vs. Dual processor by b-baggins · · Score: 1

      Stating that video transformation is not a common desktop activity just shows you as a non-mac user. Good grief. iMovie and iDVD are a couple of the best reasons to buy a Mac. For many Mac users, video transformation is a very common desktop activity.

      --
      You can tell a great deal about the character of a man by observing those who hate him.
    11. Re:Single vs. Dual processor by droleary · · Score: 1

      The other two wouldn't push usage above two or three percent, and there's little to no benefit in dual CPUs when your current one is multitasking just fine.

      I think the most amusing thing about this 1x vs 2x thread is that most of the arguments against 2x could also be applied to raw 1x speeds, MHz Myth or not. So all the people who argue that the P4 kicks G4 ass are really bragging that that their big thrill is using 10% of the machine instead of 20%? How pathetic is that?

    12. Re:Single vs. Dual processor by Anonymous Coward · · Score: 0

      Wow, Apple has HyperTransport! *envy*

    13. Re:Single vs. Dual processor by Anonymous Coward · · Score: 0

      MarkedMAn Wrote

      "1) This is Apple's Pro machine and many of the users are in the Graphic Arts, Audio and Film industry. The most siginificant programs in these fields do get optimized for the Mac platform."

      Some of that optimization though is a bit slack. Adobe After Effects really doesn't use two processors at all. See, for example the hack to convince After Effects to use both processors at the same time by using the network render on the same box. Photoshop suffers from a similar lack of support for dual processors for many functions.

    14. Re:Single vs. Dual processor by andrewski · · Score: 1

      You could get the same effect by buying a chip that's twice as fast

      On a Unix or Unix-like OS, performance on a DP machine would 'feel' much faster than on a uniprocessor machine at twice the speed. Maybe running benchmarks would show more work being done by the single processor machine, but because a lot of the time under heavy load you wait() a lot on a uniprocessor, versus the DP probably wait()ing less. A Mac already 'feels' faster than an Intel box running a Unix-like OS because the default timeslice on the PPC is 1/10000th of a second instead of 1/1000th. Those of you who poo-poo the importance of the default timeslice need to read your 'Design and Implementation of the 4.4BSD OS' by McKusick et al. again.

    15. Re:Single vs. Dual processor by CTho9305 · · Score: 1

      But you are incorrect. Playing music uses well under 5% of the CPU time on my Athlon 700... playing high-quality DivX videos maybe 10%, and the rest (mozilla, instant messaging apps, main apps, etc) use nearly no CPU time at all. MOST tasks just sit idle.

  75. turnabout is fair play by w3weasel · · Score: 1

    I seem to recall some rediculous test of a Gateway flatpanel iMac wannabe, where the machines were compared by examining start-up times. The catch? The iMac was timed until classic desktop was completely started, as in; the iMac had booted two OS's in slightly more time than the Gateway had booted one.
    The gateway is therefore 1.6 times faster!

    --

    Just as irrigation is the lifeblood of the Southwest, lifeblood is the soup of cannibals. -- Jack Handy

  76. Hyperthreading disabled on dual test?? by biozal · · Score: 1

    Just my two cents

    I do believe Apple used Windows XP for the tests between the G5 and the Dell PC. They would have to disable hyperthreading because Windows XP only supports up to 2 Processors and Microsoft does count each processor w/hyperthreading as being two processors (dual Xeons would count as 4 processors). If they wanted hyperthreading enabled on both processors they would have used Windows 2003 Server or Windows 2000 Server.

    1. Re:Hyperthreading disabled on dual test?? by Anonymous Coward · · Score: 0

      just read the damn PDF
      they used RedHat linux

    2. Re:Hyperthreading disabled on dual test?? by Anonymous Coward · · Score: 0

      my dual xeon shows up as 4 cpus in windows xp.

    3. Re:Hyperthreading disabled on dual test?? by megabyte405 · · Score: 1

      Yes, turning off Hyperthreading allows dual processors under Windows XP. However, you can't truly say that Apple couldn't afford the smallest version of Win 2003 Server that Microsoft sells. Personally, I feel that all benchmarks are just for marketing hype and bragging rights. When you get down to it, your SPEC scores do not indicate anything about the user experience, which is why you're buying the computer (You're actually going to use it, not just run benchmarks on it)

      --
      I recognize people by their sigs. Is that a bad thing?
  77. What about the bus? by RevMike · · Score: 1
    I'm not a Mac user, although if I had the extra $ around I wouldn't mind buying one.

    I always chuckle when I see someone spend extra for a 100 Mb or 1 Gb ethernet card, then plug their PC directly into a cable modem that does 1.5 Mb. I want to tell them to go to their local PC builder and get an ethernet card from the spares pile.

    I thought that a big part of the excitement over the new Mac products was the high performance bus? Raw processor speed is always only part of the story. If the Mac can move data amongst ram, disk, processor, and video card much faster than the Intel/AMD systems, the net result is a more powerful PC.

    I run a 633 celeron based eMachines. I pulled the OEM hard drive and replaced it with a 7200 RPM model. My user experience performance doubled - although the bechmarks wouldn't have changed. This is reasonable, since on an average desktop machine, the user's waits at boot and when loading an application from disk. Both those processes ran much faster with the high speed hard drive.

    Just a note, besides web browsing/word processing I develop in Java. Tools such as Ant do a very good job of incremental compiling so I never have to kick off a make script and wait.

    1. Re:What about the bus? by Lt+Razak · · Score: 1

      I often share files large files over my home network. So a 100Mb card is definately worth it for me, instead of a 10Mb card.

  78. I told you so. by Cthefuture · · Score: 1

    And I got modded as flamebait and troll yesterday for stating the same thing.

    Zealots suck.

    --
    The ratio of people to cake is too big
    1. Re:I told you so. by nullard · · Score: 1

      If we could moderate articles, it would be moderated in the same fashion. Look at the end of the article. As another poster noted, that part proves it as flamebait.

      Apple doesn't make G5 processors. IBM does. I wonder what the scores would be using IBM's compiler? Oh, that's right! Apple did use the compiler that most OS X developers will actually use for writing applications. Just as they used the compiler that most Linux developers will use on the Linux machine.

      The whole article is designed to attract flames. Thus, it is Flamebait!

      --


      t'nera semordnilap
    2. Re:I told you so. by Cthefuture · · Score: 1

      Maybe, but it's not all about the compiler.

      - On the Dell they had hyperthreading disabled.

      - The Mac was using a memory cheat.

      - On the Dell they disabled some Pentium optimizations.

      - ???

      They tweaked out the Apple with every imaginable setting but disabled all kinds of stuff on the Dell. Instead of Apple being the fastest, it's just another marketing lie.

      --
      The ratio of people to cake is too big
    3. Re:I told you so. by Anonymous Coward · · Score: 0

      - On the Dell they had hyperthreading disabled.

      Possibly because that was a single-cpu benchmark and HT would have hurt performance? Don't believe everything Intel feeds you either, you know. HT helps in some situations and slows things down in others. Still, it would have been nice to see results with and without HT. Until then, who knows.

      - The Mac was using a memory cheat.

      Good point. Without further explanation, I can only assume this was a cheat.

      - On the Dell they disabled some Pentium optimizations.

      They disabled SSE2 but left SSE enabled. They also disabled Altivec on the G5. Sounds fair, no? If anything, a little better for the Dell, right?

      You know, 99% of the posts in this article are bullshit. Apple haters point out things that make it less fair for the Intel machines. Apple lovers point out why those things don't matter, or that Apple didn't use some super-optimized compiler from IBM, or that GCC is known to be better optimized for IA32. But it's all bullshit, because benchmarks are, by definition, bullshit. Bullshit bullshit bullshit.

      Who fucking cares? Remember Intel saying the P3 or P4 speeds up the internet? What a bunch of fucking crap. All companies do this, the point is don't fucking believe it, don't even pay attention. I'm skeptical of the photoshop/mathematica/etc tests Apple did yesterday too, but they sure seem a lot more legitimate since they're real world. But we still don't fucking know because I'm sure they picked things that make them look good. Hint: first rule of marketing 101 is you don't make your product look bad! Duh! Ever wonder why Opteron was nowhere to be found? Because it makes Apple look bad??

      Lies, damned lies, and statistics, all of it. Until these systems get out into the general public and people test REAL WORLD situations, these discussions are all flamebait bullshit.

      BULLSHIT!

      (and flamebait) :)

    4. Re:I told you so. by BinxBolling · · Score: 1
      - On the Dell they had hyperthreading disabled.

      If anything, this probably worked to the Dell's advantage.

      - The Mac was using a memory cheat.

      This may be a fair point, but it's not yet clear; Given the guy's track record on other issues, I'm not giving him the benefit of the doubt, here.

      - On the Dell they disabled some Pentium optimizations.

      The disabled optimizations were the SSE2 instructions. Considering that Altivec was disabled on the G5, this doesn't seem particularly unfair.

  79. Re:MAC PROBLEM! by MuckSavage · · Score: 2, Funny

    If I had a dollar for every time I've seen thius EXACT same comment. Seriously, do you just cut and paste this thing every time there is something related to apple on slashdot?

  80. Article author picks and chooses, too. by KFury · · Score: 1
    From the article:
    " You can pick up a Dell 8300 with 3.0 GHz P4 (the one Apple tested), 512MB RAM, 120GB HD, CD-RW, SoundBlaster for LESS than $2000 and it is FASTER than the top-of-the-line PowerMac G5 Dual 2.0 GHz costing $3000. (Faster on integer single-processor tasks, which is what most people use most of the time.):"
    Ignoring all the other differences between the two machines (superdrive, bus-intensive tasks, etc.) the author chooses to ignore the G5's second processor, erroneously claiming that 'well, most people wouldn't use the second processor, anyhow'.

    The multithreading in the G5 architecture is tight. If you were performing enough integer math to saturate the CPU, which is the only time these sorts of comparative speed evaluations are relevant, the G5 damn well would be taking serious advantage of the second CPU.

    Everyone has an agenda, and this article's author is no exception.
  81. Worms? by Jim_Hawkins · · Score: 0
    Sounds like there's worms in these Apples.

    I think I'll stick with my PC.

  82. Turns out the guy is an idiot by 91degrees · · Score: 1
    I was sort of enjoying his responses to hate mail, then I got to this one:
    What a jack ass - This jerk doesn't know jack squat about programming. He claims that most people don't use floating-point. Clearly, this clown has no idea what floating point is as he claims most people use integer, even for decimal. Well, decimal is floating point, and in this day and age where every processor has a floating point unit built in, there isn't a software coder out there that still unrolls floats into ints for speed gains. Those days were over 10 years ago. I use floating point in even the most simple of programs. Every code example I have seen for the last 10 years has included extensive use of floats. So yes, the floating point specbench results are the MOST important results to anyone using software from the mid '90s or later. This guy is a discredit to PC users as a whole. He should keep his trap shut.
    Aha, you clearly know what you're talking about, so I shouldn't argue with you. Perhaps you should send this important information to SPEC to let them know that their SPECint2000 benchmarks were obsoleted 10 years ago. Hell, since even the most simple programs use floating-point, why not remove integer operations from CPU's entirely? And ofcourse, nobody will be bothered by the fact that floating-point arithmetic is rarely exact. You should let Intel, AMD, IBM, and Motorola know that they have been wasting their time making integer units in their CPUs. I'm sure they would thank you profusely and declare you a hero for cutting their CPU die size in half. Wait, maybe you can even patent this brilliant idea! But why stop there? You should send a memo to all the millions of jackass programmers in the world that have been foolishly programming using integers.
    Most speed critical consumer apps do use floats! Just about all consumer level apps that actually require speed use floating point. Most people are not going to be buying a Mac for physics simulations. Spreadsheets probably use ints, but they don't exactly need a G5. Quake uses floats in most of its speed critical sections, and I bet that will take advantage of a fast CPU.

    SPEC still indicate integer performance because some people care!
    1. Re:Turns out the guy is an idiot by koehn · · Score: 1

      The great majority of the code that most applications execute uses integer math. That's not to say that some apps (mostly dealing with a/v) don't make heavy use of FP, but still, integer is where the work gets done.

      Consider this: in a typical 1000x100 cell Excel spreadsheet (which is bigger than many), you might have 2/3 of the 100,000 cells containing FP data, which you actually use in a calculation. That's ~70,000 FP ops.

      But to render a _portion_ of that to the screen involves several MILLION integer ops to draw the text and numbers, lines, scroll-bars, menus, organize memory, parse formulas, etc. None of which will use FP (except to rasterize the fonts if you're anti-aliased, but that only happens once and gets cached). Even using accellerated video (which offload most graphics primatives to the video h/w), Excel does way more integer math than FP for the vast majority of users.

      Now consider web browsers, Word, Oracle, and let's not forget the OS, which uses integer almost exclusively for allocating memory, managing storage, networking, etc.

      There's a reason why Intel, IBM, and Motorola optimize for integer: their statistical analysis of real code tells them that's what makes machines faster.

      Again, FP is not unimportant: it makes certain high-profile apps really fast. But w/o good integer performance, those apps (and all the others that don't make heavy use of FP) wouldn't have a chance.

    2. Re:Turns out the guy is an idiot by 91degrees · · Score: 1

      But do people really need a fast CPU to run Word and Excel that little bit faster? Even Microsoft are having trouble slowing down multi GHz CPUs enough that you can actually notice. Several million integer operations will take several milliseconds.

      Most apps that use the integer unit a lot will benefit more from faster memory more than faster integer performance.

      About the only task that I need integer performance for is a compiler. The biggest bottleneck with most apps that are mainly integer based is the speed of memory.

  83. You know what they say.... by djupedal · · Score: 1

    ...any publicity is good, and good publicity is even better.

    Everyone is talking about the G5, and from a marketing standpoint...chingChing!

    You chumps are a laugh a minute...want some cheese with that whine? Apple is laughing all the way to the Bank! Go Steve, go!

  84. Interesting Article but... by MarkedMan · · Score: 4, Insightful

    there is a bit of a bias there. He complains about Apple tweaking its benchmarks. I have no problem with that. Companies should get blasted for running bogus benchmarks. But then he compares Apple's results to Dell's and AMD's without questioning their tweaks.

    Perhaps what he meant to say is: "If we are going to use bogus benchmarks, let's compare them to the bogus ones from the competition."

    1. Re:Interesting Article but... by IamTheRealMike · · Score: 1
      Well the Dell benchmarks are on the SPEC site itself, and more importantly Dell don't use them to try and make the competition look bad (or not in a way quite as obvious as Apple are).

      So, the problem this guy has is not that Apple are tweaking their machines to get the best results, but that they didn't do the same for the competition. They then used that to make their products look better than they really are, which is lying.

    2. Re:Interesting Article but... by Junta · · Score: 1, Insightful

      It is not so much that Apple tweaked their systems, but that they crippled competitors and used those results for comparison. If Apple can not, for all their tweaking get their own systems up to the cheaper x86 boxes performance levels when those boxes are tweaked, there is a severe problem there...

      --
      XML is like violence. If it doesn't solve the problem, use more.
    3. Re:Interesting Article but... by hibiki_r · · Score: 1

      In this case, "crippling" the competititon is just much easier .Using a vanilla compiler or changing some bios settings is way easier and cheaper than making a developement team spend a few weeks tinkering with the Fortran compiler.

    4. Re:Interesting Article but... by Anonymous Coward · · Score: 0

      You did see the bit where he averaged between the two (Dell's version and Apple's version) and the Dell still one out, right?

  85. Re:Quite, indeed by Anonymous Coward · · Score: 0

    Well, you know, as soon as we start using programs that call more than 8GB of data, that those 64-bit chips will have to resort to hacky solutions like segments and paging. We should really just make a 256-bit chip now, just in case.

    Why is it that back in the day, it was considered a good hack to get a chip to bend it's own rules, but now it's just a hacky solution?

  86. i hate benchmarks by spav · · Score: 1

    Benchmarks are shite...the simple fact is that Apple has some fine machines coming out that are a huge improvement over what they have now. Oh look they render in the same amount of time, or the Dell is .5 seconds faster.

    It's all marketing spin. Of course Apple is gonna optimize things to make it look better. It's not like noone has done it before.

  87. True, but... by Lysol · · Score: 1

    Hyperthreaded cpus show up as 2 in Lin and Win, so there should be a clear cut application for this type of 'marketecture'. Either it is or it's not and since it does show up as 2 cpus, then I don't mind if it's disabled for benchmarks.

    That said tho, the benchmarks are not taking full advantage of the cpu, so yah, that's screwy.

    On the top of it, I don't mind the skew because, at least, it's not some Windows dominion marketing deal. But in the honest scheme of things in the galaxy, yah, that's pretty lame of Apple to pull that shit.

    Will it prevent me from buying a still phat 64-bit (tho I honestly won't use the 64-bits) OS super system? No. But remember, it's not just the cpu but also the bus/hyper transport, the faster DDR and busting the 4GB memory barrier. Regargless of the fudging, I still think this is a great machine. Linux will stay on my servers while OS X will stay on my desktops.

    1. Re:True, but... by Anonymous Coward · · Score: 0

      On the top of it, I don't mind the skew because, at least, it's not some Windows dominion marketing deal. But in the honest scheme of things in the galaxy, yah, that's pretty lame of Apple to pull that shit.

      So... it's ok to lie (although it is a crappy thing to do) as long as you aren't Microsoft? Interesting...

  88. The rules for benchmarking by bdsesq · · Score: 3, Insightful

    There is only one rule --- WIN.

    I have worked for six different computer companies over the years. All they ever wanted to do was win ONE test. This is so the literature and marketing droids could focus on that test showing that we had the faster computer in the known universe.

    At one place there was a choice. We could have a C compiler that either ran the customers work faster OR gave better spec marks. I don't have to tell you which one management picked.

    The results are never that useful. Each manufacturer runs their soon-to-be-released hardware and software against the competition's already released product. It is always unfair. Everyone in the industry knows that and no one really cares.

    Apple now has a machine that stands up to the best for performance. Recognize that and move on. Because next month someone else will have another machine that gives "better" numbers. The only thing any of us care about is -- is it fast enough for what I want to do?

    1. Re:The rules for benchmarking by Anonymous Coward · · Score: 0

      Well, the funny thing is that there already are machines that give "better" numbers. In fact, they are included in the machines that apple benchmarked against. Apple just crippled them to make them look worse.

    2. Re:The rules for benchmarking by Anonymous Coward · · Score: 0

      You didn't read a damn thing bdsesq said, did you? EVERYONE does what they did. EVERYONE. Do you understand the meaning of that word? EVERY ONE.

      Move on already, fucking whiner.

  89. Re:similar info from a different source by mistered · · Score: 1
    I just read the infoworld blog page and it's a good read. Tom talks about the impressive real-world performance demos and suggests that apple shouldn't have stooped to rigged benchmarks. His piece finishes with this concise summary:

    The Power Mac G5 shows major ass-kicking potential. Apple's got too much class to resort to sketchy benchmarks.

    --
    Enjoy your job, make lots of money, work within the law. Choose any two.
  90. Honesty? by iCoach · · Score: 1

    I am trying to imagine a world where manufacturers hand over the idiotic marketers that think they are going to get away with stuff like this. It isn't so much a desire to severely beat a marketing exec, but perhaps a few examples would lead us to.. honesty in marketing? ::gasp!::

    First it was NVidia/ATI, now Apple - at least in recent months. I am positive there have been many more dating all the way back to the 8-bit days. Some may slip through the cracks, but with the proliferation of the Internet it takes one curious individual to bring to the house of cards.

    -iCoach

    --
    "Never upset a goalie, getting hit with a blocker is an unpleasent experience - facemask or not." -Me
  91. The article only focused on CPU performance... by MarkedMan · · Score: 1

    and pretty much ignored the overall system performance. Back in the days, Byte magazine had a "WinMark" (or something like that) benchmark that ran real world tasks on various machines. For Apple pro machine users, Photoshop and Mathematica are probably pretty good real world benchmarks simply because so many Photoshop users (both PC and Mac) spend so much time sitting in front of their screens waiting for things to happen.

    That said, his points about the bogus tweaks for the G5 and the bogus downgrades for the Intel systems seem legitimate. After all, it was Apple who put the SPECmarks out there for comparison.

  92. What apple really does by Anonymous Coward · · Score: 0

    Phsycologically, what most people don't even think about is that you have to add on a nice $600 dollars Studio Display to buy with the G5. Another things is the 8-15% taxes on all the above. So think about the total price to pay.

    1. Re:What apple really does by Anonymous Coward · · Score: 0

      Yes of course what Apple SHOULD do is price their machines inclusive of a decent monitor and add on whichever state's sales tax is the highest (in the interest of fairness and like all their competitors do).

  93. Your post shows me only one thing... by edw · · Score: 1

    ...You are perpetuating the lie that Al Gore claimed to invent the Internet.

    http://www.snopes.com/quotes/internet.htm

    1. Re:Your post shows me only one thing... by Daniel+Dvorkin · · Score: 2, Insightful

      There's a pretty deep irony here. As you note, Al Gore never claimed to have invented the Internet -- but the hysterical right-wing press claimed he did, and repeated the lie so often that people believed it. Similarly, I suspect that Apple's claims are in fact much more honest than the author of the article claims -- but he's clearly hoping that if he's loud and shrill enough, people will believe him.

      --
      The correlation between ignorance of statistics and using "correlation is not causation" as an argument is close to 1.
    2. Re:Your post shows me only one thing... by Anonymous Coward · · Score: 0

      Yeah, and he also won the election, and he would have the Dow at 14,000 right now.

      Thank you for the insight on the Democratic voter tool's mentality.

      You took the initiative in creating an incredibly stupid excuse for an incredibly stupid claim.

    3. Re:Your post shows me only one thing... by Anonymous Coward · · Score: 0

      So I guess I was just drugged by the nasty Republicans when I saw a video segment where I saw Al Gore was saying "...when I and others created the internet...", or words very similar to that.

      Never trust a politician completely, even one that APPEARS to be on your side.

    4. Re:Your post shows me only one thing... by Blondie-Wan · · Score: 1
      You took the initiative in creating an incredibly stupid excuse for an incredibly stupid claim.

      Except that some of the people who have a legitimate claim to having helped to invent the Internet publicly came out and supported what Gore said. Al's claim might have been a bit self-aggrandizing (from a politician?!?! noooooo...), but no matter how you try to spin it, what he said was a fair statement in and of itself. It's only once it got twisted by certain Republicans and their media lackeys into something it emphatically wasn't meant to mean that it became complete balderdash (and it wasn't Gore who was lying).

      Oh, just so you know, since you're obviously thinking to yourself that I'm just another Democrat apologist who'll defend anything said or done by any Dem, you should know I'm not a Democrat and I've never voted for Gore or Clinton. I simply object to lies, like the one about Al Gore having claimed to have invented the Internet.

    5. Re:Your post shows me only one thing... by Graff · · Score: 1
      Al Gore never claimed to have invented the Internet -- but the hysterical right-wing press claimed he did, and repeated the lie so often that people believed it.

      Oh he didn't? If you take a look at this site you will see the actual statement made by Al Gore in an interview on CNN when he was talking about how he is different from his rival, Bill Bradley:
      "During my service in the United States Congress, I took the initiative in creating the Internet."
    6. Re:Your post shows me only one thing... by weave · · Score: 1

      When in doubt, turn to snopes

    7. Re:Your post shows me only one thing... by HBI · · Score: 1

      Regardless, what he did say was a stupid thing to say in retrospect. Diarrhea of the mouth I suppose.

      If I had been his adviser I would have suggested something a little more tactful and less boastful, that still would have gotten the point across. "I was intimately involved with the development of the Internet during my days in Congress." ...sounds about right.

      Gore failed the test in any event. He placed his foot in his mouth too often to win the election and in the aftermath. He knew he was a political corpse and got himself out of the way this time around. I have to admire him for that. It would have been too easy for him to emulate William Jennings Bryan or Adlai Stevenson and try again and again to win.

      Incidentally, when the hysterical left-wing press talks about Republicans starving school children by cutting school lunch programs, or taking away senior citizens' Social Security, do you have the same beef?

      Media obfuscation of issues is like a bank error. I suppose most would only complain when it isn't in their favor.

      --
      HBI's Law: Frequency of calling others Nazis is directly correlated with the likelihood of the accuser being Communist.
    8. Re:Your post shows me only one thing... by Anonymous Coward · · Score: 0

      The people who defended him tended to be a little left of center, and tended to rely on government handouts (which flow copiously from Reps as well, to be fair).

      I'm not a Democrat and I've never voted for Gore or Clinton.

      Ah, so you merely took the initiative in supporting Democrats while strenuously asserting that you're not actually claiming to support Democrats. Got it. ;)

    9. Re:Your post shows me only one thing... by Graff · · Score: 1
      When in doubt, turn to snopes

      OK, I did and here is what they had to say:
      When asked to describe what distinguished him from his challenger for the Democratic presidential nomination, Senator Bill Bradley of New Jersey, Gore replied (in part):
      During my service in the United States Congress, I took the initiative in creating the Internet. I took the initiative in moving forward a whole range of initiatives that have proven to be important to our country's economic growth and environmental protection, improvements in our educational system.
      Clearly, although Gore's phrasing was clumsy (and self-serving), he was not claiming that he "invented" the Internet (in the sense of having designed or implemented it), but that he was responsible for helping to create the environment (in an economic and legislative sense) that fostered the development of the Internet.

      I would contend that this is not what Gore was saying. If he had intended people to believe that created the proper environment for the internet then why didn't he say "I took the initiative in creating the environment in which the internet grew.", or "I took the initiative in helping to create the Internet.", or even "Myself and teams of experts worked together to help the Internet grow into what it is today."

      No, what Gore said was "I took the initiative in creating the Internet." The only thing that you can properly infer from that statement is that Mr. Gore wanted people to think that he alone was the smart guy who came up with the Internet. He gave no credit to the true people who created the Internet, the teams of hardware, software, and system engineers who pieced the Internet together so it could grow from a few educational and military institutions to encompass the entire Earth.
    10. Re:Your post shows me only one thing... by HBI · · Score: 1

      I know this sarcasm!

      --
      HBI's Law: Frequency of calling others Nazis is directly correlated with the likelihood of the accuser being Communist.
  94. Sound familiar? by svenjob · · Score: 1

    "640K ought to be enough for anybody." Well, I think that 4GB ought to be enough for Personal Computers for quite some time. What possible use is another 4GB for personal use? I can see it in use for corporate or scientific uses, but personal? Apple's trying to make it seem like 4GB is insufficient. They sound like a used-car salesman. (Before you bash me: I'm going to get a G5 early next year. OS X is beautiful and my 800MHz Mac will be showing its age by then.)

    --

    Totally Life!

    ALL replies

  95. Why don't trolls get it? by Anonymous Coward · · Score: 1, Informative

    Who CARES!? I'd stand in line for a week to get kicked in the balls and throw the best PC money can buy in that trash, just to use a Mac as fast as the new G5s....

    Screw PCs. They suck. Macs rock.

    When will the trolls understand that:

    WE DON'T GIVE A SHIT ABOUT HOW FAST THEY'RE FUCKING PCS ARE,

    HOW STUPID ALIENWARE CAN MAKE A CASE AND PAINT IT NEON GREEN,

    HOW MANY FPS GAMES THERE ARE AND HOW MANY FPS THEY CAN ACHIEVE.

    OFFICE SUCKS,

    EXPLORER IS A DUMB IDEA

    BRUTE FORCE DRM IS A DUMB IDEA

    WINDOWS LOOKS STUPID

    but most of all....

    T-H-E-Y A-R-E N-O-T M-A-C-S.

    Jesus, get it through your thick, fucking skulls.

    1. Re:Why don't trolls get it? by Anonymous Coward · · Score: 0

      You just epitomized everything negative he said about mac users. Way to go. Maybe they use macs in your grade 5 class, but in many places, a mac is not a choice.

  96. Old G4 Specs still up ?!?! by dublisk · · Score: 1

    Well, it doesn't seem like we are getting what they claim. Head over to the Apple Store, under 'Choose Your Powermac G5' it still lists the old G4 specs!! I guess they were a bit freaked out by the previous info leak.

  97. Who actually believed them? by wirelessbuzzers · · Score: 1

    Seriously. Apple has such a history of doctoring benchmarks to make their own proccies look faster that I didn't even parse the headline as "World's fastest PC!" Rather, I read it as, "Capable of being doctored to look like the world's fastest PC!" Which, you have to admit, is a quantum leap over the G4.

    That said, I use Photoshop a lot, and given their claims I would expect it to be at least competitively fast at Photoshop. And hopefully we'll get an optimized version of POV-Ray for the G5 (more likely MacMegaPOV), which would be great for my render jobs. While compile speed will probably remain slower than the competition, Apple's new IDE should soften that with its precompiling etc.

    So when it comes down to it, I'll probably get one of these systems, maybe after they drop in price (combo drive anyone?) and sport Panther. After using OS X, Linux and Windows for a few years, I'd say that the Mac operating system, unlike the processor, is decidedly superior, and when I'm writing a term paper, surfing the web, or serving a low-traffic site, that's what counts more than speed. While the price is an issue, it's worth it not to need tech support.

    --
    I hereby place the above post in the public domain.
  98. damn by jr87 · · Score: 1

    I wish I got hatemail like he did...

  99. Benchmarl Smench mark by Chanc_Gorkon · · Score: 1

    The SPEC bench marks don't show REAL world performance. SHOW me how these things run Photoshop and don't turn anything off because as everyone knows, it's not going to be turned off when a user runs it and also Adobe and others will make versions optimized for the G5. If I can get Photoshop running faster (or any other app) then thats a good thing! Personally, the G5's are still cool....regardless of how fast they are, they will still do everyting I want and more.

    --

    Gorkman

    1. Re:Benchmarl Smench mark by Anonymous Coward · · Score: 0

      Go watch the keynote stream on the Apple site. The dual G5 did the same job twice as fast as the dual Xeon.

      At 2/3rds the clock rate.

  100. well, duh! by nxs212 · · Score: 1

    "The fastest" desktop -- they mean the fastest desktop that is RUNNING Apple applications and Apple OS. AND since no one else can legally manaufacture Apple hardware, they win by default.
    Imagine how embarrassed Steve would have felt if some Taiwanese close mfg. came out w/ an Apple clone that was 30% faster and cost 30% less AND came out a week before their "fastest desktop" in the world launch...they wouldn't even be able to claim that it was the fastest Mac for a week.

  101. turning off features in bios by YeeHaW_Jelte · · Score: 3, Interesting

    Apple turned off hyperthreading in the Dell precision machines, and disabled SSE2. These are modifications you're gonna notice using photoshop, so those benchmarks say nothing.

    --

    ---
    "The chances of a demonic possession spreading are remote -- relax."
    1. Re:turning off features in bios by jusdisgi · · Score: 1

      Do you have evidence to that effect? I am aware that they crippled the Intel chips this way for the specmarks, but I have seen no evidence of them doing the same to the application benchmarks.

      --
      Given a choice between free speech and free beer, most people will take the beer.
    2. Re:turning off features in bios by tgibbs · · Score: 1
      Apple turned off hyperthreading in the Dell precision machines, and disabled SSE2. These are modifications you're gonna notice using photoshop, so those benchmarks say nothing.
      And how do you imagine Apple did that? Recompiled Photoshop from Adobe's source code (as if Adobe would share that with Apple)? I think that you are confusing the compiler options for the SPEC tests with the application tests. However, considering how little time Adobe has had to optimize Photoshop for the G5, and how little economic incentive they have to do so, I wouldn't be surprised if the Photoshop tests understate the advantage of the G5.
    3. Re:turning off features in bios by King+Babar · · Score: 1
      Apple turned off hyperthreading in the Dell precision machines, and disabled SSE2. These are modifications you're gonna notice using photoshop, so those benchmarks say nothing.

      As somebody else pointed out, *Veritest* turned off hyperthreading and SSE2 when doing the SPECmark tests. I have not found (but would love to know about) any similar tweaking in the application benchmarks.

      Another reason that I am suspicious about this claim for the application benchmarks is that they had reps from Adobe and Wolfram Research on-hand saying very nice things about the Mac, even though I do not see any particular reason for them to with to favor it over their Windows versions of the same thing.

      Actually, I think the rep comments were quite revealing about this. They were glowing recommendations...but not quite as glowing as Apple would have been alone. So, in the case of Adobe, all the rep would say in the promotional video was that the G5 was (so far) twice as fast as any previous Mac rather than twice as fast as any Dell. A big, meaningful difference, since the "Finding Nemo" poster really did seem to be designed to hit the G5's sweetspot. For Mathematica, on the other hand, the rep really did make a very, very strong statement in favor of the Mac; that was something that I really took notice of.

      One omission from the public presentation was any mention of BLAST; I believe Apple trumpets this on the website, but for one of their core markets, BLAST is the only app that matters. :-) Another omission was Matlab, which might be more understandable due to the relative immaturity of Matlab on newer Mac hardware. Given that, it would be really cool to know about Octave performance on the G5 with optimized BLAS; guess we'll have to wait to see that, though.

      --

      Babar

    4. Re:turning off features in bios by Anonymous Coward · · Score: 1, Insightful

      Nobody is claiming Apple turned off hyperthreading and SSE2 for the photoshop runoff.

      The claims levelled against Apple:

      1. hyperthreading was turned off for the SPECrate benchmarks, *and* that this actually impaired the P4 somehow in those tests. Frankly, I'm not sure it doesn't actually help those results. When a benchmark has 2 threads running in parallel, would you rather they run on 2 real CPUs or share a single CPU? For all we know, the hyperthreading was disable to avoid being called cheats by allowing threads to compete for a single CPU rather than forcing them onto their own. (What we need to know is the setting Intel/Dell used - and I don't think we know that)

      2. That Apple disabled SSE2 in the SPEC benchmarks as well. In fact they didn't. What they did was use a compiler which only optimized for SSE. Since the G5 compiler didn't optimize for Altivec at all, I'd hardly call this "cheating" on a processor benchmark. Most people in the know agree that Altivec trounces SSE2. So, using two compilers that each optimized for SIMD would probably favor the G5 anyway (but GCC doesn't do that - maybe xlC from IBM will).

      What we really should be taking from all this: How come Intel/Dell's numbers are so much higher than what you can get from a compile you can do yourself with a compiler that is supposed to generate pretty good results on IA32?

      Maybe that the Intel compiler is designed to cheat/be-hand-optimized for code that it recognizes as "SPEC" code? And when IBM/Apple actually get around to submit real results to SPEC themselves, they'll probably do it with a compiler that cheats equally well?

      Nah! Couldn't be! ;-)

    5. Re:turning off features in bios by YeeHaW_Jelte · · Score: 3, Insightful

      And how do you imagine Apple did that?

      Eeeeuh, they might have just turned off the option 'Hyperthreading' in the BIOS. And yes it's there, I can know, I own a precision myself.

      --

      ---
      "The chances of a demonic possession spreading are remote -- relax."
    6. Re:turning off features in bios by ViVeLaMe · · Score: 1

      and for SSE2? "turn off SSE2" option in BIOS? didn't see it..

      --
      i had a sig, once..
    7. Re:turning off features in bios by dylan_- · · Score: 2, Funny
      And how do you imagine Apple did that? Recompiled Photoshop from Adobe's source code?
      You'll find that the Subject line appears above your username in your post.
      --
      Igor Presnyakov stole my hat
    8. Re:turning off features in bios by fitten · · Score: 1

      I can't remember for sure, but at one time, I believe you could use certain environment variables or somesuch with certain compilers to force an application to avoid certain code paths, even if they were usable. For example, you could force it to use software IEEE floating point libraries instead of the math coprocessor. It wouldn't be a stretch to figure they could force the app to not use SSE2 in this way.

    9. Re:turning off features in bios by Watts+Martin · · Score: 1

      The application tests were done live by Apple on stage, not by Veritest. There is no evidence either for or against the assertion that Apple turned off anything when the machines were running on stage.

    10. Re:turning off features in bios by SefTarbell · · Score: 1
      So, in the case of Adobe, all the rep would say in the promotional video was that the G5 was (so far) twice as fast as any previous Mac rather than twice as fast as any Dell. A big, meaningful difference, since the "Finding Nemo" poster really did seem to be designed to hit the G5's sweetspot.

      The adobe 'rep' Greg Gilley, VP of Engineering for Adobe, actually said, "...on some areas of PhotoShop we have seen performance that's more than double of any other machine that we have ever seen." That's not talking specifically about Mac's although that could be what he meant... You decide.
    11. Re:turning off features in bios by Anonymous Coward · · Score: 0

      Ahhh PEE CEE users... Hyperthreading is USELESS in the vast majority of actual computation situations, it is yet another limitation of the pathetic x86 instruction set, which Apple thankfully did not adopt. True performance comes from being a properyl designed and implemented RISC CPU, with a full Unix (and the #1 Unix, at that) OS underneath. The G5 is clearly in a class of its own, as are those people intelligent enough to buy them.

    12. Re:turning off features in bios by Anonymous Coward · · Score: 0

      YEEEEHAH!!! MAC 4EVAR!!!

    13. Re:turning off features in bios by King+Babar · · Score: 1
      The adobe 'rep' Greg Gilley, VP of Engineering for Adobe, actually said, "...on some areas of PhotoShop we have seen performance that's more than double of any other machine that we have ever seen."

      OK, so the comments I was talking about were the ones on the G5 promotional video. There, Bruce Chizen makes the comparison explicitly to previous Macs.

      But hey, it's still plenty fast enough. :-)

      --

      Babar

    14. Re:turning off features in bios by alienw · · Score: 1

      Nice troll. Actually, OS X is NOT Unix, despite what apple brainwashed you to believe. It's also pretty shitty, given its microkernel nature.

    15. Re:turning off features in bios by andrewski · · Score: 0

      Or maybe the G5 is just spanking the shit out of the Pentium, as a better designed processor on a faster bus should.

      Is it really that impossible to believe?

    16. Re:turning off features in bios by lowmagnet · · Score: 1

      Hyperthreading reduces performance when an application can't see beyond one processor. SSE2 was disabled on the compile of SPECint, not photoshop. I don't know of any way to disable AN INSTRUCTION SET.

      --
      Heute die Welt, morgen das Sonnensystem!
    17. Re:turning off features in bios by dhovis · · Score: 1

      Well, a new /. article came up about this, but I'll post the answer here.

      1. Apple turned off HT for the single processor test, where HT would have dragged down performance (and Dell does the same thing).
      2. Apple did use SSE2, it just happens that the switch for that in GCC is: -mfpmath=sse.
      --

      --
      The internet is the greatest source of biased information in the history of mankind.

  102. Erm... by Marx_Mrvelous · · Score: 1

    With the single exception of Photoshop (and maybe anti-aliasing), I don't see why you couldn't do all the rest of that stuff at the same time. Maybe you just needed to learn how to use Solaris!

    --

    Moderation: Put your hand inside the puppet head!
    1. Re:Erm... by Anonymous Coward · · Score: 0

      Gee, could the answer be that the Blade 100 was PIG slow ???

      DING, DING, DING

  103. pack of fools.. by jspectre · · Score: 1

    Anybody who buys a computer based on benchmarks or hype gets what they deserve.

    Buy a computer based on what it can do and how it meets your needs.

    Sheeh people.. It's marketing hype. Please don't tell me this is a new concept to you. If it is, I have a few bridges and plots of swampland on the moon to sell you. I have the deeds right here. Please email me for further details.

    --

    abcdefghijklmnopqrstuvwxyz

  104. Re:Sound's like Bill O'Reilly by Enry · · Score: 1

    The difference is that this guy has actual facts to back up his claims.

  105. Please feel free to educate yourselves... by DAQ42 · · Score: 4, Informative

    Go read Jon "Hannibal" Stokes article about the world of benchmarking., over on his site, Ars Technica.

    http://arstechnica.com/cpu/2q99/benchmarking-1.h tm l

    This will give you at least a basis for understanding why benchmarking is used, and what makes or breaks any given set of results. Also, feel free to argue about anything and everything that is said about these benchmarks, since, apparently, everyone of you is in the benchmarking labs day in and day out, testing systems and looking at the results on a scientific level.

    I also think benchmark scores are, quite frankly, marketing bullshit. A processor designer can tweak a program and a compiler any number of ways to increase thier scores. The true test would be to use the SPEC benchmark suite with no flags set on the compiles for either platform. That way you are testing just the base processor, with no SIMD instructions, no disabling of the software prefetch algorhythms, no "cheats" as it were. Then test those same systems with every trick in the book thrown in. Then look at the difference. This will probably give you a better picture of the performance you will see in real world activities.

    If you have a machine that absulotely sucks donkey when using no "cheats" and then you see this amazing boost in performance when the "cheats" are enabled, you probably are dealing with a highly optimized and specialized instruction set, which can be either very good for specific applications, but absolutely horrible for programmers who don't have access to, or don't bother to research, the abilities of that processor.

    These are the benchmarks I'm interested in most. And it'll be at least late September before we see any of that.

    Also, while all this is interesting, in an intelllectual sort of way, what about the actual perfomance gains over the current crop of G4's? Why not take a look at the difference between the SPEC scores of the dual 1.42GHz G4 towers, vs. the dual 2GHz G5's? That alone will tell you more about the increase in speed and power that has been delivered. If Apple had been smart, instead of trying to impress and piss off the x86 sparkheads they should have posted those scores as well, to give a real side by side comparrison between the speed and power of the G5 vs the bottlenecked, processor starving, gimp that is the G4. But that would make too much sense, wouldn't it? And you know marketing is all about confusing your consumer into beleiving that the latest and greatest is really what they want, not some old machine from 3 months ago...

    --
    Don't Ask Questions. I don't know the answers and even if I did I wouldn't tell you.
    1. Re:Please feel free to educate yourselves... by rgraham · · Score: 1

      Problem with Apple comparing the G4 to the G5 is that Apple still sells G4 powered Macs. Is it better for Apple to piss of current G4 Mac owners/loyalists or x86 "sparkheads"?

    2. Re:Please feel free to educate yourselves... by KinCross · · Score: 1

      > I also think benchmark scores are, quite frankly, marketing bullshit.

      Speed holes, to make the Mac go faster!

      --
      -- secret asIAN man (not Secret Asian Man)
    3. Re:Please feel free to educate yourselves... by Anonymous Coward · · Score: 0
      The true test would be to use the SPEC benchmark suite with no flags set on the compiles for either platform. That way you are testing just the base processor, with no SIMD instructions, no disabling of the software prefetch algorhythms, no "cheats" as it were. Then test those same systems with every trick in the book thrown in. Then look at the difference.


      Which is probably a fascinating and interesting thing to do, and no doubt a hit at kids' parties. Unfortunately, it doesn't give you any indication of the performance of either platform in any situation. Under what situation would you want to know how fast your P4 is without SIMD/SSE2 etc? Equally, why would you want to know how fast your G4 is without Altivec?
    4. Re:Please feel free to educate yourselves... by Creepy · · Score: 1

      There are other factors as well - you may be able to boost the performance on a mac (or UNIX box)simply by renicing the process. I do this occasionally on compiles that generally take several hours and shave off a few minutes.

      Windows has, at least in the past, been notorious for bad multiprocessing, as well, leaving the second processor idle a large percentage of the time. I don't know if that has been fixed, as I don't use any dual processor PCs. That alone could skew dual processor benchmarks, especially with applications like Photoshop, that don't write directly to the hardware (where a SPEC test probably would). In reality, that's a real world test of performance, but you may get better scores running Linux (or some other OS) on the same machine.

  106. Apple 2.3x faster in BLAST, 2.3x faster in Adobe p by Anonymous Coward · · Score: 0

    Apple has MANY benchmarks but the fact that it uses benchmarks that USE two processors is no surprise.

    The fastest personal computer SHOULD have at least two processors.

    AMD and Pentium 4 fan boys do not get it.

    A 3.0Ghx XEON TODAY on pricewatch is 711 dollars!!! and you need two of them and that is still much slower in any "dual cpu" benchmark than apples two 2ghz 1ghz FSB mac g5s.

    can't these mac bashers get over it.

    rc5 was 3 times as fast (sometimes 4 times faster on mac) and they cried fowl.. now they claim Adobe Photoshop, Blast, Spec FP-base, and opengl (on cpu) , ar not good enough tests!?!

    Ha!

    The mac is fsatests and that guys rantings are hilarious! (he wants all tests done using one cpu only!)

  107. Just wait. by pmz · · Score: 2, Insightful

    Just wait and see if Apple releases benchmark numbers to spec.org. There, they would have to pull out all stops (not use GCC, etc.) to get as high a number as they possibly can.

    Considering the IBM pSeries benchmarks already trounce the P4 and Xeon using 1.7GHz POWER4 CPUs, it would be interesting to see how the G5 does with its smaller cache but at 2GHz (don't forget the 1GHz bus, either).

    I think we would find the benchmarks at Apple.com were off, but probably not by much. Another thing that is not denyable is that the G5 scaled to two CPUs much much better than the Xeon (look at the rate numbers--this is unsuprising given the POWER4 heritage).

  108. Marketing and Prices by Anonymous Coward · · Score: 0

    A price like $9.99 or $999 indicates a good value

    A price like $10 or $1000 indicates a good quality.

    Make your own conclusions.

    1. Re:Marketing and Prices by Anonymous Coward · · Score: 0

      You rode the short bus to school, didn't you?

  109. bad logic by Anonymous Coward · · Score: 1, Insightful

    Say after me: there is more to a computer's speed than the CPU's speed.

    This 2ghz G5 may only be as fast as an Athlon XP 2800+, but it has got a ONE GHZ FRONT SIDE BUS (!!!) man.

    How long has it been since computers last used x2 multipliers: the likes of the DX66, DX4 100, and Pentium 133mhz.

    So while the CPU may be a tad slower than the very top AMD & Intel chips (which cost insane amounts of money and nobody much buys for good reason), the significant front side bus advantage will give overall better system speed.

    Of course MacOSX is slow and bloated, but so too is Windows XP.

    Probably the Gensi Pegosis and Castle Iyonix are the snappiest computers for everyday computer use - yet they both use 600mhz CPUs.

    A computer's usage speed is dependent on the following in this order:
    *software efficiency (by far the most important)
    *front side bus speed / ram bandwidth
    *hard drive speed and transfer bandwidth
    *CPU (least important)

    but that list has been reversed in popular perception.
    Hence why billions is spend on making CPUs more efficent and faster every year, while front side bus speeds increase at a crawl and software takes a full 100x more resorces to do the exact same thing it did a mere decade ago.

    Our priorities and perceptions are every bit as messed up as Apple's marketing. If modern OSes like WinXP and Linux only used 4x as much resources as Windows 3.1 to run, which is not unreasonable, then we'd get better real-world performance out of a PII 500 than our P4 3000s give us.

    1. Re:bad logic by The+Analog+Kid · · Score: 1

      Yes but 2ghz aren't due out until next year or even 2005 buy that time all the new processors will have 1ghz or higher fsb.

    2. Re:bad logic by PotPieMan · · Score: 1

      Uhh, what? The Apple Store has the dual 2.0 GHz machines right now, and they will be shipping in August.

  110. ITS FASTER period.... get over it. many benchmarks by Anonymous Coward · · Score: 0

    WRONG! There are MANY 3rd party apps benchmarked by outsiders as well.

    Apple has MANY benchmarks but the fact that it uses benchmarks that USE two processors is no surprise.

    The fastest personal computer SHOULD have at least two processors.

    AMD and Pentium 4 fan boys do not get it.

    A 3.0Ghx XEON TODAY on pricewatch is 711 dollars!!! and you need two of them and that is still much slower in any "dual cpu" benchmark than apples two 2ghz 1ghz FSB mac g5s.

    can't these mac bashers get over it.

    rc5 was 3 times as fast (sometimes 4 times faster on mac) and they cried fowl.. now they claim Adobe Photoshop, Blast, Spec FP-base, and opengl (on cpu) , ar not good enough tests!?!

    Ha!

    The mac is fsatests and that guys rantings are hilarious! (he wants all tests done using one cpu only!)

  111. Re:similar info from a different source by Anonymous Coward · · Score: 0

    Uh? The exact same compilers were used on both systems: GCC 3.3 and NAGware FORTRAN. Same versions of everything.

    And as for the "unreleased version of OS X," it's a new system. Of course the OS hasn't been released yet. Duh. But note that the tests were not done with Panther. They were done with 10.2.7, which is identical to 10.2.6 except for adding hardware support for the new chipset.

    Apple didn't lie. They leveled the playing field. Using the same compiler and systems that were as close to identical as they could be, the G5 came out pretty much the same in single-processor tests, and substantially ahead in dual-processor tests.

  112. Who *really* cares? by rgraham · · Score: 1

    So what if the new G5 PowerMacs are not as fast the PIV or Xeon counterparts? Are they faster than the G4 machines they replaced? Does it now appear that Apple has processor that will continue to get faster at very nice clip (3GHz in 12 months). Hell, yes!

  113. gcc by Anonymous Coward · · Score: 0

    yay and i looked at veryblabla PDF too.
    The tests are the ones apple used, with all the optimisations and configuration process written down. Apple used a fast malloc library replacement which i would call cheating. yep they did and it's written down in the PDF. But the guy didn't read it or didn't understood it. Of course this cheating isn't much, but well.

    But what's important is that both machines used GCC (which is, IMHO quite much more optimised on the x86 side,and near to ICC (Intel's compiler) which is used in the other benchmark the guy took.

    Oh yeah, just to add, the main G4 power was altivec. SPEC doesn't know about altivec, but GCC used the P4's sse to help (it's written down again). and.. G5's altivec is twice faster than G4 on the paper.. So guess how the G5 is that fast in real world apps, like photoshop (optimised)

  114. Wow, and I thought it was because GCC was sucking. by PenguiN42 · · Score: 1

    Geez, I looked at the discrepancy between the apple results and the official SPEC results and I thought it was because GCC was having trouble with Intel for some reason. But disabling SSE2 and using the 387 instead? That alone makes the floating point results worthless.

    Using a tweaked malloc? Using special hardware prefetch tweaks? Disabling hyperthreading? Gah...

    --
    The following sentence is true. The preceding sentence was false.
  115. This isn't something I find relevent by JudgeFurious · · Score: 4, Insightful

    First off, yesterday we have the day when all the Mac fanatics go overboard. Hey, I'm one of them and I went overboard. Enthusiasm goes right over the top and reality slowly slips away inside the Reality Distortion Field of the great and mighty Jobs. Yesterday was for the Mac users

    Today we get the backlash and debunking. I honestly don't know if it's completely true or not but I'm inclined to believe it. I've grown accustomed to the idea that benchmarks and anything else like them (side by side tests of any kind) can't be trusted so this seems to fit.

    The only thing that really makes any difference to me personally is how much faster the G5 is than the G4 it's replacing. The rest of it I just don't care about.

    I use a Mac for a lot of reasons and flat out speed isn't one of them. It has to be fast enough obviously but it doesn't have to be the fastest and never has had to be the fastest.

    I use a Mac because I have found it to be very stable and a pleasure to work and game on. If the benchmarks were rigged then it's a shame. They didn't need to do it and it wasn't worth the risk of negative press IMO.

    --
    Appended to the end of comments you post. 120 chars.
    1. Re:This isn't something I find relevent by Junks+Jerzey · · Score: 4, Insightful

      The only thing that really makes any difference to me personally is how much faster the G5 is than the G4 it's replacing. The rest of it I just don't care about.

      That's the key. Windows PCs have been beyond the point of general sluggishness for a some time now. I'd say they passed that point when the PII (yes, 2) hit 450-500MHz or so. Past that point, especially with the ridiculous speeds available on even the lowest end Dell, speed has lost most of its meaning except to the hardcore hardware fanboys (and people with specialized, professional needs). OS X is heavier duty than Windows, and the sluggishness is still there on the lower end G4 processors. The G5 finally puts Macs in the realm of not caring, just like PCs.

      The big difference, though, is that you have to pay quite the premium price to get a Mac in the "plenty fast enough" range, whereas you can go to dell.com and pick *anything*. In short, the G5 is a toy for the rich until the PPC970 starts showing up in the $1300--with LCD screen--iMac. That will probably happen in January, IMO.

      (I just priced a "bottom end" 2.2GHz, 256MB Dell at $658 before a $50 rebate. They also have free shipping--normally about $100--every few weeks.)

    2. Re:This isn't something I find relevent by marnerd · · Score: 1
      Unfortunately, they did have to do this. If they had released honest benchmarks, that show the G5's to be even slightly slower than the fastest Intel/AMD platform, the headlines in todays computer rags would be:

      FASTEST MACS STILL SLOWER THAN INTEL

      Neither consumers nor the press is as enlightened as you regarding the relative unimportance of raw performance in these days of abundant CPU power.

      --
      Not so much a sig as a lack of one.
    3. Re:This isn't something I find relevent by Drakonian · · Score: 2, Interesting
      The big difference, though, is that you have to pay quite the premium price to get a Mac in the "plenty fast enough" range, whereas you can go to dell.com and pick *anything*. In short, the G5 is a toy for the rich until the PPC970 starts showing up in the $1300--with LCD screen--iMac. That will probably happen in January, IMO.

      That's a really good point. I've been thinking about it, and I really want a G5, but it's just not worth it at this price point. If it comes in at around $2000 CDN ($1300 USD as you mentioned) in something like an iMac, I'm in. I'll keep my fingers crossed.

      --
      Random is the New Order.
    4. Re:This isn't something I find relevent by datawar · · Score: 1

      You are serious? PII 500 Mhz?

      I have a Dell PII 600 Mhz and a Dell Inspiron laptop with a 2.2 Ghz. One takes almost 1/2 minutes to boot XP or Debian, and other takes ~3 seconds for XP and slightly more for Linux (mostly because A LOT of services get started).

      On one Mozilla loads cold within seconds, on the other it takes seconds, even when using the system tray loader.

      I notice differences when using my friends' 1.2 Ghz and 1.5 Ghz systems too...

      Speed matters! I'd rather be halfway down the /. frontpage 60 seconds after pressing the 'On' button than waiting for 'User settings' to load.

    5. Re:This isn't something I find relevent by Junks+Jerzey · · Score: 1

      I have a Dell PII 600 Mhz and a Dell Inspiron laptop with a 2.2 Ghz. One takes almost 1/2 minutes to boot XP or Debian, and other takes ~3 seconds for XP and slightly more for Linux (mostly because A LOT of services get started).

      That's hard drive speed, not processor speed!

    6. Re:This isn't something I find relevent by JudgeFurious · · Score: 1

      I think more goes into it than you're covering. I agree with the previous poster that sometime around the PII 450-500 things got very comfortable. Yes, obviously more speed is faster and that's better. I don't think he was arguing that you're just as well off with that PII 500 as you are with your 2.2Ghz machine (though he might have sounded that way to you, understandable)

      I think he meant that at around that time you could do most of the things you wanted to do in a respectable amount of time and it's been that good or better ever since. If you had to go back to your PII 600 and that was the only machine you could have then you could do a lot of what you need to without much trouble. Certainly you would have to back off on some things but it would be usable. You could get something done on it without growing old waiting for it.

      --
      Appended to the end of comments you post. 120 chars.
    7. Re:This isn't something I find relevent by g0_p · · Score: 1

      From the NYT

      Even Apple's strongest businesses, like the home computer market in the United States, where it now has a 3.4 percent market share down from more than twice that percentage in the mid-1990's, are weak, Mr. Kay said.

      The numbers just prove the parents point I think. It still is just too much money to spend to get a "forget-the-OS-sluggishness" type of a system that the average user in the market really needs.

      I am also looking to buy a new laptop soon and yes I am in love with the Mac but I still would not spend $500-800 more since I know that Windows XP/2K is stable and responsive enough AND I can always install Linux on dual boot giving me a really good *nix environment as well when I need it. Of course if and when I do development work on my laptop the chances that I would be developing for a windows system are far too great to ignore.

  116. At the risk of being modded down... by adamofgreyskull · · Score: 0
    What kind of people write stuff like that?
    Apparently Mac users.
  117. Commission indicator by autechre · · Score: 1

    In some stores, you can tell the commission a salesperson gets by the last digit in the price of the item. For example, if something is $24.55, they get 5% commission on that sale.

    But as another poster mentioned, most places just do it because it does have a psychological effect on many people; $299 really does look significantly better than $300.

    As for the benchmark part of this article, it's good that people investigate this sort of thing, but every company stacks benchmarks in their favor. Always. They do it because they want their stuff to look the best so that they can make more money, and because they know all the other companies are going to do it too. This is less blatant than some I've seen over the years (no, too lazy to find examples).

    --
    WMBC freeform/independent online radio.
  118. They used GCC for all! by phobokleon · · Score: 1

    I dont know how much this would affect the benchmarks, but Apple made a point of using standard GCC for all of the benchmarks, rather than the platform specific benchmark tweaked compilers. If this does lower the dell/intel scores, maybe Dell and Intel need more attention??

  119. That guy is insane nut. Mac is faster in most test by Anonymous Coward · · Score: 0

    That guy is insane nut who LOATHES multi-processing.

    There are MANY 3rd party apps benchmarked by outsiders as well. Apple has MANY benchmarks but the fact that it uses benchmarks that USE two processors is no surprise.

    The fastest personal computer SHOULD have at least two processors.

    AMD and Pentium 4 fan boys do not get it.

    A 3.0Ghx XEON TODAY on pricewatch is 711 dollars!!! and you need two of them and that is still much slower in any "dual cpu" benchmark than apples two 2ghz 1ghz FSB mac g5s.

    can't these mac bashers get over it. Apple is 2.3 times faster on many benchmarks than a >4000 dollar dual 3.06 Ghz XEON from dell (with dvd-r) but apple includes a 4x dvd-r and ability to use EIGHT 1 gig ram modules.

    Mac is fastests and pc people hate that fact, even though the "fastest" chip passes back and forth every year. This year the mac is fsatest.

    rc5 was 3 times as fast (sometimes 4 times faster on mac) and they cried fowl.. now they claim Adobe Photoshop, Blast, Spec FP-base, and opengl (on cpu) , ar not good enough tests!?!

    Ha!

    The mac is fsatests and that guys rantings are hilarious! (he wants all tests done using one cpu only!)

  120. Hate Mail by mofochickamo · · Score: 1
    If you haven't already, you need to read the hate mail section. It is hilarious. Here is an excerpt:

    Hate Mail: Oh no! Apple produces kick ass machines once again and someone wants to piss on our parade.
    Response: I apologize for pulling you out of your wet dream and bringing you back to reality.

    --
    Honk if you're horny.
  121. Who cares, really? by scottme · · Score: 5, Insightful

    A. Benchmarking is a black art, and benchmark results more often than not bear little or no relation to reality (i.e. the actual performance you will get, today, running your particular workload). Talk to anyone who does it for a living and they are the first to admit that.

    B. Benchmarks are very rarely impartial. Whoever is footing the not inconsiderable bill for a properly-done benchmark will have a result they want to see, and the benchmarkers can do a lot to make sure they do see it.

    C. "Perception is reality" is a well-known saying in marketing. It doesn't actually matter whether the perception is correct. If Joe Sixpack believes he has bought the fastest PC in the world, he will be happy. More so since he most likely has nothing on hand to compare it to.

    D. The speed this industry moves at, there will be a faster one along in a month or less, so if you really want something faster, wait for it.

    E. All this debating about which is faster is more like masturbating. And "Masturbation, although an inherently pointless way to pass time, is at least enjoyable. Comparing PC performance is equally pointless, but rather less fun. The conventional epithet applied to those who engage in the former to excess is equally applicable to those who persist in the latter."

    1. Re:Who cares, really? by jvkjvk · · Score: 1

      I really don't know.

      I like the benchmarks that utilize real world applications to do real world things, such as file compression, mp3 ripping, compilation, etc.

      These tell me how the system will perform in tasks that I am likely to do quite frequently.

      If I can compress a 100 meg file in 1:00 on one system but :30 on another system, it may be worthwile for me do upgrade, if I do that much compression.

      If compilation of mozilla (for example) takes 3:00:00 on one system, but 1:00:00 on another, it may make me much happier to utilize the newer system (and increase my productivity).

      These types of benchmarks are not a black art, and *do* bear some relation to reality.

      They can certainly be impartial, and in this case perception is reality is more than just a marketing slogan.

  122. Man? by Anonymous Coward · · Score: 0

    When they're that young they're called "boys"

  123. surprise, surprise by BenjyD · · Score: 1

    Benchmarks produced by the company selling the product are tweaked to make the product look better. Excuse me if I'm not shocked.

    Spec results for the P4 aren't defined by what Apple (or Dell) say - they're defined by the listing at www.spec.org. Surely anyone who is actually buying for the processor speed (ie, not many Mac users) can just go and look up the numbers themselves.

  124. And the best quote is... by cesarcardoso · · Score: 0, Redundant

    Both Apple and Dell are guilty of using misleading prices. For example, Apple gives the price of the low-end G5 as "$1999", and the high-end G5 as "$2999". In other words, they have subtracted $1 from a $3000 computer to make it seem cheaper, which is absolutely ridiculous. This demonstrates that both Apple and Dell are willing to mislead people when stating their prices.

    Incredibly true!

    --
    Cesar Cardoso can be found at cesar at zyakannazio dot eti dot br (or at least I believe so)
  125. Everyone does it. by MyDixieWrecked · · Score: 2, Interesting
    Everyone will choose tests that make their product appear better than it is. I wouldn't call it cheating, per se, but this is the whole purpose for independant studies, no?

    I'm sure that the actions, filters, and files that apple uses for their photoshop performance displays highlight the mac's prowess as much as possible while, at the same time, try to bash the x86 machine as much as possible.

    I think apple's purpose for these claims goes beyond the fact that their trying to sell machines. They're trying to exterminate all of these myths that have been going around for the longest time about their hardware/ software. 90% of the people I know that don't like macs don't like them because the ones in their middleschool/highschool were horribly upkept and would not work or crash too often to be usable. I think that a major reason why apple went with the BSD underbelly in OSX.

    Also, these fucken trolls on slashdot with that story of "my 350mhz g3 is barely usable if I'm copying a file and playing an mp3." Fuck that, I had my 132mhz 7600 (604 based machine) running fucken OS 7.6 and I could download, listen to mp3s, chat, and surf the web with minimal problems. Granted, I had 256mb of RAM in there, but it was fine. Only when the applications started getting more robust that that computer began getting unusable, and by that time, I had a 450mhz G3 which is STILL in use.

    Although, apple does piss me off sometimes with their claims which, although true, ARE misleading and cause these mac fanatics to make outrageous claims based on Apple's statements/ demonstrations.

    Although many mac users (fanatics?) are idiots, I think that there's a much higher percentage of windows users who are, too. And the windows users are much more likely to pick a fight about it.

    Platform choice is a preference! Use what you like. Use what likes you. Use what makes you whole.

    --



    ...spike
    Ewwwwww, coconut...
  126. Huh, I think I've seen this argument elsehwere... by Shadow99_1 · · Score: 2, Interesting

    I could swear I've seen this somewhere else today... hmm... yes that would be this article on AMDzone. Take a look at the second page for the SPEC score comparison...

    --
    we are all invisible unless we choose otherwise
  127. Re:From his Hate Mail by Lt+Razak · · Score: 1

    He had to switch to the MIS major after finding out he couldn't hack Software Development II.

  128. iMovie/CG model/render Platform economy by aphor · · Score: 2, Insightful

    Its obvious that the new PowerMacs are aimed at early adopters doing things that people have not really caught up with. DVD burners are cheap now. Make your own movie. Play with the iMovie effects plugins. I'd like to see (later) DV/HDTV rendering performance compared on different systems: AFTER the iMovie plugins crowd has a chance to catch up.

    Oh, and in case you don't understand where games are going or you never saw "The Matrix" or any other VR sci-fi, convincing virtual reality relies on MASSIVE databases of objects filtering out the things that would get obscured by other objects, and streaming them to a rendering engine/GPU. I could just say CG animated movies, but really we will be playing *in* the CG scene and not just watching it play. I want to see the NEXT game made for the PowerMac.

    Also, benchmarks are putting the cart before the horse. A new architecture or platform is a challenge to programmers: Saturate THIS! Imagine as a programmer if you took turns completely exploiting a machine at a time and simply reported the results. If you do a test that is a greatest common denominator of two platforms, you ignore the value of the incompatible feature sets of each respective platform. A real benchmark illustrates the full potential of each compared system, which provides an illustration of their differences. What happens when there isn't really any software to exploit the potentials of either/both of the platforms?

    PCs are cheap and fast, but not really that advanced. There isn't much unexplored potential to attract the early adopters and the fatter profit margin supplying their hardware. I understand if you want to get the most for your money, but for some people, money isn't the top criterion.

    Consider as a side note that after a year, top end Mac computers only lose half of their market value. So, after a year, you can almost trade-in your old high-end Mac whereas you're stuck with the comparative PC model. What can you get with a $1500/year budget over 5 years? Can you push the envelope on a PC? That's a tough question.

    --
    --- Nothing clever here: move along now...
    1. Re:iMovie/CG model/render Platform economy by phasm42 · · Score: 1

      I like your point about the depreciation of PCs... it's incredibly fast. However, I don't think you've been watching PC prices much. $1500/year could definitely push the envelope on a PC. Especially if you cannibalize hardware from the previous computer.

      --
      "No one likes working in a hamster wheel, and your shop smells of cedar shavings from here." - TaleSpinner
    2. Re:iMovie/CG model/render Platform economy by aphor · · Score: 1

      I also edited out the paragraph about my experience collecting shamefully worthless shells/mobo-CPU-RAM-Video-combos of past PCs. I can only justfy powering a couple of old boxes running network services. Example: my old Athlon 600 FIC SD11 mobo system is plenty fast enough to do almost everything on my network. The case is a new Antec quiet case (nice), but what will I do with it when I upgrade my current desktop machine (Athlon XP 2100)? Ebay is even almost too much of a hassle. I like the prospect of selling my system outright when it is upgrade time. TCO of PCs makes Mac up-front prices look more reasonable.

      --
      --- Nothing clever here: move along now...
  129. He's either a troll or a wing nut by p3d0 · · Score: 1
    This guys says a number of crazy things, but this one takes the cake:
    Both Apple and Dell are guilty of using misleading prices. For example, Apple gives the price of the low-end G5 as "$1999", and the high-end G5 as "$2999". In other words, they have subtracted $1 from a $3000 computer to make it seem cheaper, which is absolutely ridiculous. This demonstrates that both Apple and Dell are willing to mislead people when stating their prices.
    I'm speechless. This statement is completely absurd.
    --
    Patrick Doyle
    I mod down every jackass who puts his moderation policy in his sig. Oh, wait a sec....
  130. On the Price Comparison and SMP by bill_mcgonigle · · Score: 4, Informative
    I think the author's a little confused about how well SMP works. He writes
    Faster on integer single-processor tasks, which is what most people use most of the time.
    This might be true for a tight code loop, but nowadays most every large program is written using threads. With Jaguar Apple did a good job of getting the OS using threads, and if you're running a Cocoa app, at least (I'm not sure of the current state of Carbon), the frameworks handle a good deal of threading for you. I don't think Windows XP is much worse in this regard - SMP offers a noticable improvement in system preformance today. It's very important to remember that applications depend on system performance, of which cpu performance is one important component. It's a fallacy to suggest, however, that system A is faster than system B because of a CPU benchmark. (e.g. if the CPU is memory-starved it doesn't matter how fast its clock is oscillating)

    With regard to price, if you're after a high-end system, he represents that the high end of the Dell line comes in at $3680, yet rapidly returns to promoting the idea that a $2000 Dell is equivalent. In an effort to configure up an Intel system comparable to the new high-end Apple PowerMac G5, I ran the Dell configurator. It clocks in at $3939:

    Dell Precisionâ Workstation 450 Desktop: Intel® Xeonâ Processor, 3.06GHz, 512K Cache
    Intel® Xeonâ Processor, 3.06GHz, 512K Cache
    512MB,DDR266 SDRAM Memory,ECC (2 DIMMS)
    Keyboard: Enhanced Performance, USB (8 Hot Keys)
    No Monitor Option
    ATI, FIRE GLâ E1,64MB,2 VGA or 1 VGA and 1 DVI,(dual monitor capable)
    120GB 7200RPM IDE Hard Drive with DataBurst Cacheâ
    1.44MB FDD,Full-size,no-bezel
    Microsoft® Windows® XP Professional with Media using NTFS
    USB,Logitech,2 button OPTICAL w/ scroll
    56K,v.92 data/fax modem,PCI
    4X DVD+RW/+R with Roxio® Easy CD Creator and DVD decode
    Sound Blaster® Audigy II with onboard 1394
    3Yr Parts + Onsite Labor (Next Business Day)
    No Installation
    1394 Controller Card
    and that's with a lesser video card and a smaller, slower IDE hard drive (add $840 for SCSI, a better comparison with Serial-ATA). I don't think I was being unfair in my selection of components. (OK, add $30 for a USB floppy on the Mac if necessary)

    This guy certainly has a point about the non-optimized Intel benchmarks, but he reveals his prejudice by not offering a fair price comparison.
    --
    My God, it's Full of Source!
    OUTSIDE_IP=$(dig +short my.ip @outsideip.net)
    1. Re:On the Price Comparison and SMP by bill_mcgonigle · · Score: 1

      Sorry to respond to myself... the comparable top-end G5 with 3-year warranty is $3,248.

      --
      My God, it's Full of Source!
      OUTSIDE_IP=$(dig +short my.ip @outsideip.net)
    2. Re:On the Price Comparison and SMP by illumin8 · · Score: 1

      What he's saying you should do is build up a comparable 3.0 ghz. Dell Dimension 8300 (single proc box) and compare it to the $1999 1.6 ghz. G5. The Dell will completely blow it away.

      --
      "When the president does it, that means it's not illegal." - Richard M. Nixon
    3. Re:On the Price Comparison and SMP by ivan256 · · Score: 1
      Here's the price I came up with on the Dell site:

      • Pentium® 4 Processor at 3GHz w/800MHz front side bus/ HT Technology
      • 512MB Dual Channel DDR SDRAM at 400MHz
      • Dell® Quietkey® Keyboard
      • No Monitor
      • ATI RADEONâ 9800 Graphics Card with TV-Out and DVI
      • No Floppy Drive
      • Microsoft® Windows® XP Home Edition
      • Optical USB Mouse
      • Dell Gigabit Ethernet
      • 56K PCI Data Fax Modem
      • 4x DVD+RW/+R Drive w/CD-RW
      • Sound Blaster Audigy 2 sound card
      • 3 Yr Ltd Warr plus 3 Yr At-Home
      • Save $100 with mail-in rebate.


      Price: $1,818.00

      The price goes up by $140 if you want image and video editing capabilities comprable to what comes with MacOS. It goes up another $70 if you want XP Professional, the system doesn't include Firewire (400 or 800), doesn't have a cool aluminum case, is louder, doesn't support serial ATA, and the DVD drive is slower.

      I'd say that the Mac compares quite favorably to the Dell you suggest. The Dell certainly doesn't blow it away.
    4. Re:On the Price Comparison and SMP by ivan256 · · Score: 1

      Replying to myself....

      That was a Dell 4600. The 8300 with the same features is (for some unknown reason) $2,047, so the Mac is actually cheaper. The Dimension XPS is yet more expensive (but doesn't seem any better).

      If you want to compare Apple to home built PCs your see a significant price difference, but Dell has higher margins, and higher prices than Apple.

    5. Re:On the Price Comparison and SMP by illumin8 · · Score: 1

      If you're smart you buy a Dell using Coupons or other online deals. I got my system like this:

      * Pentium 4-C 2.6 Ghz. Processor w/ 800 mhz. FSB (and hyperthreading)
      * 256 MB Dual Channel DDR SDRAM at 400 Mhz.
      * No Monitor
      * ATI RADEON 9800 Graphics Card with TV-Out and DVI
      * No Floppy Drive
      * Microsoft Windows XP Home Edition
      * On-board 100megabit ethernet
      * No Modem
      * Internal 16x DVD-ROM drive

      Total price: $956.00 minus $200.00 mail-in rebate (already received it): $756.00

      Added the following:

      * IBM Hitach 120GB 8MB cache ATA-133 hard disk: $97.00 (newegg.com)
      * 2x Geil 512MB PC3200 DDR400 memory: $71.00 each, for a total of $141.00 (newegg.com)

      So basically, I got 1 GB of DDR 400 memory and a 120GB fast hard disk.

      Total price of upgrades: $238.00

      Total price of system after upgrades: $994.00

      That is one smoking system after upgrading it, and for less than $1000.00. Apple needs to compete with this on the low-end, at least. This system rocks for gaming, and can seriously challenge any Apple G5 workstation (except maybe the dual 2.0 ghz.) on the high end stuff.

      I love Apple's OS X as well as their new G5 systems, but they need to compete better on the low-end, entry level. The high end they are doing really well at.

      --
      "When the president does it, that means it's not illegal." - Richard M. Nixon
    6. Re:On the Price Comparison and SMP by ivan256 · · Score: 1

      You can't even compare that to an Apple system. There's so much that you didn't get or got at a lower quality that the price difference is more than justified. Let's see how the components of your computer fall short compared to the Mac:

      - AC97 audio doesn't compare to Apple's sound processor
      - No gigabit ethernet
      - No Firewire
      - No DVD writer
      - Half the memory
      - No (Well, minimal) Warranty

      There's more you didn't get but that's enough to more than justify Apple's price difference. There's more to a system than the video card an the processor. You can't compare a Power Mac (Apple's high end) to a low end machine.

    7. Re:On the Price Comparison and SMP by illumin8 · · Score: 1

      I already have these things (from my last system) so I just stole them, but lets see, if I had to buy them:

      - $90 Digital In/Out MAudio sound card
      - $41 Gigabit Ethernet PCI card
      - $18.99 Firewire PCI card
      - $173.99 Pioneer DVR-105 4x DVD burner
      - Actually, did you see, I upgraded the memory to 1GB, 4 times as much as the entry level PowerMac.
      - Minimal warranty? The Dell has 3 years On-Site, next day service. The PowerMac only has 1 year of warranty service and you have to bring it into an Apple repair shop. You have to buy Applecare if you want a decent warranty.

      So let's see, total all those things up and I still have a system that is only $1317.98.

      With all of the same high-end features in your precious PowerMac. About $700 cheaper.

      I'm not saying the PowerMac isn't a sweet machine, but please, the low-end model is a rip-off. Apple should have kept the low-end model at the same $1499 price point that the last entry level PowerMac was at. Then it would be a good deal.

      --
      "When the president does it, that means it's not illegal." - Richard M. Nixon
    8. Re:On the Price Comparison and SMP by Anonymous Coward · · Score: 0

      Hun, my dual 2.4 xeon dell sever with a small 15K rpm ultra scsi 320 drive and 3 of thoses 'amazing' pci-x slots costed under 900.

      What are you adding widows 2000 server with 100 licences to the cost.

    9. Re:On the Price Comparison and SMP by bill_mcgonigle · · Score: 1

      Hun, my dual 2.4 xeon dell sever with a small 15K rpm ultra scsi 320 drive and 3 of thoses 'amazing' pci-x slots costed under 900.

      Show me the model I can configure like that. I've never seen one.

      --
      My God, it's Full of Source!
      OUTSIDE_IP=$(dig +short my.ip @outsideip.net)
  131. Re:Wow, and I thought it was because GCC was sucki by BenjyD · · Score: 1

    Just how much x86 code out there is SSE2 optimised to the extent that Intel probably did with the SpecFP benchmarks? 5% ? Maybe 10%? Even MMX isn't always used when it could be, and that's been around much longer. Personally I think the Intel P4 spec scores are a little misleading as well.

  132. AMD Zone also question the Spec scores by joshwa1 · · Score: 2, Interesting
  133. "Faster for single processor tasks" by Jeremiah+Blatz · · Score: 2, Insightful

    The author claims that the P4 is "Faster on integer single-processor tasks, which is what most people use most of the time."

    This is patently false. Typically, users run more than one program at a time. At the very least, there's an application, and the operating system. The machine I'm typing this on has 40 processes going, totalling a few hundred threads. Single-porcessor systems may have been king back in 1995, but these days you can typically make excellent use of multiple processors.

  134. Intel compiler.... for AMD? by mausmalone · · Score: 1

    I know Intel has its own compiler, but the AMD 3200+(2.2 GHz) beat it out too. Is there an AMD specific compiler, or do they use GCC?

    Also, Apple did add G5 specific optimizations to GCC for this benchmark.... that's probably not on the scale of the Intel compiler, but it certainly makes a difference.

    --
    -=-=-=-=-=
    I'd rather be flamed than ignored.
    1. Re:Intel compiler.... for AMD? by PCBman! · · Score: 1

      Nah, AMD's not a platform provider, and as such don't have an in-house compiler. They do work hard to make sure other compilers do an adequate job on their processors though (reference Aceshardware.com's early SSE/SSE2 benchmarks and compare MS's vs Intels on the Intel and AMD systems).

      --
      So, when's lunch?
    2. Re:Intel compiler.... for AMD? by Anonymous Coward · · Score: 0

      Wouldn't Intel's compiler work just fine on and AMD? Or does every x86-compatible app out there know which processor it is running on and keep a separate instruction set around in case it runs on an Athlon.

  135. Are those guys idiots? by Hackie_Chan · · Score: 0, Troll

    Mod me down on this if you like, but I just need to slap some sense in to them who have no clue.

    Excuse me, but how stupid are people?
    Anybody who say that the Intel and AMD processors are faster than the G5 are complete and utter morons. Apple had speed tests in various applications and it kicked the shit out of them. I saw it with my own eyes. There were thousands of developers and even more thousand of people who watched the stream afterwards. Apple is not lying when they say the G5 is faster! These idiots seem to disregard the speed tests that were done on stage, at the same time, infront of thousands of people, with Mathematica, Logic/Cubase, Photoshop and other software.
    If you think the G5 is slower than a dual Xeon or Pentium, then you must have seen the keynote backwards.

    --

    What's so bad about being lazy? What if there was a war and nobody showed up?
  136. Stop and think for a minute... by Anonymous Coward · · Score: 0

    You will soon be able to get a Mac with computing power compareable to high-end PCs. If, like me, you appreciate macs for their other virtues but wish they had more processing power for the money then this is a Very Good Thing. If you want to know which computer will get you the most horsepower for your buck, your going to have to wait and see. Does anybody seriously think that benchmarks given at a product launch are going to be the real dirt? Of course Apple is going to try and make their product look good, and so are all their competitors. If you want a real, detailed, unbiased comparison of G5s vs. P4s then your going to have to wait until the hardware websites get their hands on some test systems. This really isn't news.

  137. The hate mail by T40+Dude · · Score: 1

    As the site is alrady down, here are some email that the author (www.haxial.com) recieved.

    Answering the Hate Mail

    Idiot Got Single CPU Test
    Need not say more. If you had actually read beyond the first table of results, you would have seen that I go on to discuss the "Rate" benchmarks, which are for multi-processor computers (according to SPEC).
    PC invasion? Hey PC weenee stay on your PC boards. Longhorn won't even be out 'til 2005. Most of the cool new features M$ is touting are in OS X NOW! Plus Panther, which WILL be 64-bit aware will be out before the end of the year further extending the gap. Longhorn won't be competing with Panther it will be competing with whatever iteration Apple has out in 2005. 10.5? What's faster than a Panther? uh, a Cheetah is faster than a Panther. Cheetahs are the fastest land animals, not Panthers.
    Oh no! Apple produces kick ass machines once again and someone wants to piss on our parade. I apologize for pulling you out of your wet dream and bringing you back to reality.
    Apple basher... This isn't the first time this guy's posted negative anti-Apple comments on his "soapbox." Definitely a PC whiner disguising himself as a Mac user. Apple's new boxes will leave PC's in the dust and they can't stand it. Now, not only do we have a superior OS but we also have superior hardware to run it. Now all you need is a superior race of humans to use these new superior macs.
    Back on top! Damn the PC trolls are coming out the woodwork aren't they. There was more than a Photoshop bake-off today. Luxology (founders of LightWave) previewed their 3D animation program and the G5 outperformed your beloved Xeons. Dual 2GHZ 64-bit processors, 1GHZ bus, up to 8GB DDR SDRAM. Eat your heart out PC trolls. The Mac is BACK! Beloved Xeons? I don't even own a Xeon. But you obviously do own your beloved Mac.
    This guy is the same guy that wrote all the Haxil programs. He is a extremely large Mac bigot. (And an idiot too) That screenshot is from a windows machine (as you can tell by the style of Anti-Aliasing) http://www.haxial.com/spls-soapbox/ read any of them. He says Copy/Paste is easier than Drag & Drop (Look at the example he used) and he says the screen menu bar is the worst idea he's seen. PC weenie. One that can't make valid points either. Oh yes, the "And an idiot too" part will definitely convince adults to switch to Mac. Also, what you think is Windows-style anti-aliasing is actually NO anti-aliasing. That's right, anti-aliasing is DISABLED in that screenshot, I turned it off.
    Did he even watch Steve. He said that the single proccessors are slower in some test by a small margine. The really designed the system for MP. I can't find the 3.2Ghz Xeon he's whinning about. I think he got those mixed up with the P4s. I put a Dell together and Apple was right on the money with a similar equiped machine. During the presentaion they gave real world test. Was this guy not paying attention. This guy says he is a Mac user. I hope he gets a PC. He is making the rest of look bad if he is. Whiny beotch. Xeon, P4, they're all the same, they're all just evil demons from hell, right? I never said there was a 3.2 GHz Xeon. I said there is a 3.2 GHz P4. Since you apparently have difficulty distinguishing between different types of processors, I will help you find where the 3.2 GHz P4 is mentioned on the Dell website:
    http://www.dell.com/us/en/bsd/products/m odel_dimen _dimen_8300.htm
    what an idiot.. the proof is in the PUDDING!!!!! specmarks are just crap anyways.. look at REAL apps and you'll obviously see the G5 beat everything easily.. where is mr. haxial (pirate) now???????????????? so why isn't PS or mathematica or luxology faster on PCs?!??!? people are forgetting specmarks are just crapmarks.. The pudding? So you're suggesting I won't be able to understand the glory of all things Mac until I eat one? Maybe I should take one to bed with me too, to help me learn to love them. As for "specmarks" being "crapmarks", Apple chose to publish SPEC benchmarks on their

  138. Overclocking this beast by Saint+Mitchell · · Score: 2, Interesting

    Ug... /.ed so soon.

    Since I was bored, I went to look at apple's site. Something struck me as odd. I think they are using the same chip for all three models. From a "hurry and get these out the door" view it makes sense to use the same chip, why take the extra effort to detune them, just run it at a lower FSB.

    1.6GHz PowerPC G5
    800MHz frontside bus
    200*8=1600

    1.8GHz PowerPC G5
    900MHz frontside bus
    225*8=1800

    2GHz PowerPC G5
    1GHz frontside bus
    250*8=2000

    Quad pump them and there you have your 800,900,1000 FSB.

    I'll be willing to bet that someone figures out how to make a the 1.6 a 2.0 within two months. Then again, I've been way off before. The MB could be waaaaay different.

    1. Re:Overclocking this beast by illumin8 · · Score: 1

      The G5's FSB is only dual-pumped, not quad pumped. A 2.0 ghz. G5 is actually running at 500 mhz. FSB dual pumped.

      I also think IBM had stated earlier that they were fabricating 1.4, 1.6, and 1.8 procs. They never mentioned 2.0 ghz., which is why the specs took everyone by surprise. Of course, Apple could be already overclocking them with the 9 fans they have cooling them.

      I wouldn't be surprised if someone finds out that you can setenv an OpenBoot variable to bump up your FSB speed and thereby overclock the processor.

      --
      "When the president does it, that means it's not illegal." - Richard M. Nixon
  139. apple has fastest QUAKE 3 scores, etc by Anonymous Coward · · Score: 0

    apple has Fastest QUAKE 3 scores, etc

    Thick skinned? Since when does emotion interfere with reading a stopwatch analytically?

    There are MANY 3rd party apps benchmarked by outsiders as well.

    Apple has MANY benchmarks but the fact that it uses benchmarks that USE two processors is no surprise.

    The fastest personal computer SHOULD have at least two processors.

    AMD and Pentium 4 fan boys do not get it.

    A 3.0Ghx XEON TODAY on pricewatch is 711 dollars!!! and you need two of them and that is still much slower in any "dual cpu" benchmark than apples two 2ghz 1ghz FSB mac g5s.
    can't these mac bashers get over it.

    rc5 was 3 times as fast (sometimes 4 times faster on mac) and they cried fowl.. now they claim Adobe Photoshop, Blast, Spec FP-base, and opengl (on cpu) , ar not good enough tests!?!

    Ha!

    The mac is FASTEST and that guys rantings are hilarious! (he wants all tests done using one cpu only!)

    Now you insult everyone by ignoring technicalities such as whopping 96K L1 caches, 1 Ghz backplanes, 16 megabyte per second bidirectional parallel memory controller chips, 133 Mhz pci-x slots, etc etc etc

    Mac beats teh pants of the fastest dual-cpu intel money can buy in EVERY benchmark.

    People trying to time one cpu only are deluding progress. Apple has sold multi-processor macs for years and years.

  140. Re:similar info from a different source by DJPsychoChild · · Score: 2, Informative
    That's the point of statistics: to mislead as much as possible, without ever actually lying.

    Take this benchmark for instance. Apple disclosed all the information they had to. They never LIED to the public (at least with this), but by burying necessary information deep and showing only numbers they have managed to mislead anyone who is too stupid to do further research. If you can't find the little link underneath the data shown and click on it, they figure you deserve to know only what they say.

    --
    CODITO, ERGO SUM: I Code, therefore I am.
  141. rtfa? by PenguiN42 · · Score: 3, Informative

    Apple used G5 specific optimizations in GCC. They also used a specialized malloc(), which they didn't use for the PC. Also, they disabled SSE2 on the PC. And hyperthreading on the Xeon. And they used specific hardware tweaks on the G5.

    (besides, even if GCC isn't poorly optimized for the x86, one could argue that the NAGWare Fortran compiler, used for most of the floating point tests, is.)

    --
    The following sentence is true. The preceding sentence was false.
    1. Re:rtfa? by Anonymous Coward · · Score: 0

      Dude, I read the article AND the Veritest docs.

      The article is wrong in at least one respect, -mfpath=sse does enable SSE2 (at least as of gcc 3.1)

    2. Re:rtfa? by Anonymous Coward · · Score: 0

      "For i387 you need to use -march=cpu-type, -msse or -msse2 switches to enable SSE extensions and make this option effective. For x86-64 compiler, these extensions are enabled by default." - from the GCC 3.1 (Apple 1175) man page

      I think they did use SSE2, but I think it's from the -march=pentium4 flag.

    3. Re:rtfa? by shotfeel · · Score: 0

      WRT SSE2, they also didn't use Altivec on the G5 did they?

      Also, (don't know for sure) isnt SSE2 faster partly because it reduces the precision? That really wouldn't be a "fair" test (whatever "fair" is).

    4. Re:rtfa? by Anonymous Coward · · Score: 0

      If people would actually check the Veritest documentation, they would notice that both P4 optimisations, and SSE were enabled. With these flags set SSE2 is used on a P4.
      That would appear to give the P4 an advantage, as it doesn't appear that Altivec code was enabled on the G5.

    5. Re:rtfa? by Smudgie · · Score: 1

      BTW, disabling Hyperthreading may have actually improved the SPEC scores for the Xeon.

    6. Re:rtfa? by Smudgie · · Score: 1

      Oops... the previous message was posted in the wrong thread.

    7. Re:rtfa? by afantee · · Score: 2, Insightful

      >> Also, they disabled SSE2 on the PC.

      This is only fair because Apple didn't use Altivec on the G5 either, otherwise the G5 would have a even greater advantage.

  142. So what? It's fast. by Anonymous Coward · · Score: 0

    Whatever the benchmarks say, the G5's did run applications faster than the x86's, and a 100-400% speedup can't be blamed on disabled Hyperthreading. I could care less if Apple used a special malloc library - it either works w/ Photoshop (yay!) or Photoshop is faster even without it.

    I don't use any of the apps they tested, and I'm sure they picked the best (no Office test). I'm just hoping these things can run OS X as fast as our last round of G4's ran OS 9 several years ago, for around the same money. They'd be worth the money for that alone.

    As a bonus, they may make software development practical on OS X (it isn't now, for a project of any size. I feel for the Maya guys, it must take them 10 minutes to start up a debugger.)

  143. Mostly good by Anonymous Coward · · Score: 0

    But what was this conclusion ---
    'Both Apple and Dell are guilty of using misleading prices. For example, Apple gives the price of the low-end G5 as "$1999", and the high-end G5 as "$2999". In other words, they have subtracted $1 from a $3000 computer to make it seem cheaper, which is absolutely ridiculous. This demonstrates that both Apple and Dell are willing to mislead people when stating their prices.'

    This makes little to no sense. Apple charges you $2999 for the computer not $3000 it's not misleading at all. Many products price themselves close to threasholds so the end user feels like it's a good price. It's just under $3K or my car is $24,999 oh it's not quite $25K so I can afford it.

    Remove this crappy conclusion and the article would improve.

  144. best flame ever by Fishstick · · Score: 4, Funny

    I especially liked the hatemail at the end. This was my favorite:

    People that go to ivory league schools that live in trailers are a very low population, lets say 1% so since there are 99% of the people living in houses then you can clearly see that people that live in trailers are stupid, when compared to they're counter parts. Or put it this way, any finite number divided by infinity results in a number so small it does not exists. So any people that live in trailers that go to ivory league school you meet in passing are just figments of your imagination. Point is if you like Macintosh use it, if you don't then well don't use it.

    Heh. That sure dispels this guy's critique of Apple's benchmarks, eh?

    --

    There is much cruelty in the universe, John.
    Yeah, we seem to have the tour map.

    1. Re:best flame ever by Anonymous Coward · · Score: 0

      Ivory league schools? Where are those? India?

    2. Re:best flame ever by Alcohol+Fueled · · Score: 1

      "People that go to ivory league schools that live in trailers are a very low population, lets say 1% so since there are 99% of the people living in houses then you can clearly see that people that live in trailers are stupid, when compared to they're counter parts. Or put it this way, any finite number divided by infinity results in a number so small it does not exists. So any people that live in trailers that go to ivory league school you meet in passing are just figments of your imagination. Point is if you like Macintosh use it, if you don't then well don't use it."

      Wow. With all the spelling errors, I bet he's never going to even see an ivy league school, or their counterparts. =(

      --
      Ah am not a crook! (\(-__-)/)
    3. Re:best flame ever by MarkCollette · · Score: 1

      The headquarters of the Order of the Phoenix may be found at number 12 Grimwald Place, London.

      What are you doing !?! You're giving away the secret!
      :)

    4. Re:best flame ever by Anonymous Coward · · Score: 0

      OFF TOPIC! (hence a slashdot score of 5!!)

    5. Re:best flame ever by sammy+baby · · Score: 1

      Ironically, I think the guy is (badly) cribbing from Douglas Adams. Adams had a similar line in the Hitchhiker's Guide, something to the effect that the odds against life existing anywhere within the universe were so infinitesimal that anyone you happen to meet is just a figment of your imagination.

    6. Re:best flame ever by Anonymous Coward · · Score: 0

      I'm a believer in the "if you don't know the language, don't insult someone with it" school.

      This guy might as well have just written "your stupid and u smel."

  145. Re:Quite, indeed by pe1rxq · · Score: 1

    8GB is not the maximum of a 64 bit address space, it is just the maximum of this particular machine...
    A 64 bit machine gives an address space of 4G*4G (A lot).

    btw those things are hacky solution because you need to do even more dirty tricks to get your programs to work... Programs expect a flat address space...

    Jeroen

    --
    Secure messaging: http://quickmsg.vreeken.net/
  146. The most interesting thing... by mfh · · Score: 2, Informative

    The most interesting thing about that page is the collection of hate mail that he got. Nevermind all that benchmark stuff that he yammers on about - everybody knows benchmarks are bullshit anyway.

    Those comments really demonstrate the applicability of the bell curve to real-life situations, especially things like intelligence of a population.

    --
    The dangers of knowledge trigger emotional distress in human beings.
    1. Re:The most interesting thing... by Arcturax · · Score: 1

      Actually, that wasn't email he posted. Those were comments from the MacNN board. He just grabbed the more flamebait like posts and made it sound like it was emailed to him. Now who is being misleading?

      Also notice the few posts he answered that were rational, all he could do was bitch about their spelling. One guy he accused of saying Intel and others should just remove integer units altogether. But the guy didn't say that. He just pointed out that many programs DO make extensive use of floating point.

      Anothing hole in his logic is that he used Dell's own benchmarks to refute Apple's. So we should trust Dell to use fair benchmarks more than Apple? I think real world application performance is the real test. He seems reluctant to mention the real world software tests that were done, such as that DNA sequencer software which beat the hell out of the dual xeon machine.

      So I don't think this guy knows what he is talking about. Me, I'll wait for Ars Technica and others to do tests on the real thing. Then we will see.

      --

      --Won't that be grand? Computers and the programs will start thinking and the people will stop. - Dr. Walter Gibbs
  147. Wow by Gay+Nigger · · Score: 1, Interesting

    I hate to say it, but I told you so.

  148. nasty and misleading rant by uncadonna · · Score: 3, Insightful
    In summary, if you buy a two processor box with an amazing new bus architecture that is optimized for floating point operations from Apple, and you run single-processor integer non bus-intensive apps on it and avoid multitasking like the plague (never run background tasks), you may be getting slightly less performance per dollar.

    Ok, ok, if you use both processors on an integer task, continuing to ignore floating point and bus performance, all you have to do is use a different benchmark on the Intel box to show the Intel box being a hair faster.

    No comments on using the G5 on appropriate applications or application mixes.

    Why rain on Apple's parade like that? They continue to do amazing work. The G5 appears to be dramatically faster than the competition in some perfectly realistic applications and at least comparable everywhere else.

    The people giving this anti-Apple rant any credence seem not to have read it very carefully. It exemplifies exactly the sort of spin-doctoring that it claims to be offended by.

    --
    mt
  149. If Apple is capable of this? by clckwrkMalChick · · Score: 2, Funny

    Does this mean that my Pentium III doesn't really make the internet any faster? It was all a facade to sell me more processing power? Oh, the humanity.

    --

    -=-=-=-=-=--=-=-=-=-=-=-
    What would Yossarian do?
  150. And again... by Quila · · Score: 1

    The POWER4 and PPC970 specs have the FSB going at 1/4 of the chip speed, DDR. So whatever the processor speed is, the FSB will be half that.

  151. Too much crack! by Anonymous Coward · · Score: 0

    Absolute addresses are NOT signed. Indexed addressing modes can use signed offsets, but the resultant address is NOT signed. Regardless of how the CPU interprets numbers, there still remain 32 address lines, not 31. Idiot.

    1. Re:Too much crack! by Anonymous Coward · · Score: 0

      You're out of your mind. (void*) is a SIGNED value.

    2. Re:Too much crack! by Q+Who · · Score: 1

      You are an idiot. void* is not even an integral value.

    3. Re:Too much crack! by Anonymous Coward · · Score: 0

      void* is not even an integral value.

      Heh. What is it, then? A float? A boolean?

      Pointers are integers, moron. And a void pointer is a SIGNED integer. In 32-bit code it's a signed long. In 64-bit code, it's a signed long long.

    4. Re:Too much crack! by Q+Who · · Score: 1

      You are the moron.

      Go read ANSI C standard. Pointer is not an integral value.

      I don't know why I waste my time on someone who obviously doesn't even know assembly... Here's a clue - mov eax, [ebx] - contents of ebx is treated as unsigned value.

    5. Re:Too much crack! by Anonymous Coward · · Score: 0

      Go read ANSI C standard. Pointer is not an integral value.

      The only thing the standard says is that void* is not guaranteed to cast into integer. Duh. On 64-bit architectures, for example, void* cannot cast into integer. It has to cast into long. There are innumerable other examples as well.

      Test it for yourself. Write a program and try to malloc more than 2 GB of memory. You'll be unpleasantly surprised. Because VOID* IS SIGNED, SHITHEAD!

    6. Re:Too much crack! by Q+Who · · Score: 1

      int main()
      {

      void *p = "you are an idiot";
      void *p2 = -p;
      }

      a.c(4): error: expression must have arithmetic type

      Gee, I wonder why... Oh, I know - you have no clue!

  152. Tom Yager has something to say about this by Anonymous Coward · · Score: 1, Informative

    http://weblog.infoworld.com/yager/

  153. Conspiracy by bassmastergeneral · · Score: 1

    I think it may be that there is a good reason for a discrepancy in the testing, then again their may not. A Windows user can speculate, a mac user can defend, yet at the end of the day neither will change their mind. I have a mac at home (PBG4 & PMG4), and they are much slower than my work PC, but the difference is not the speed, its the feel of it. The user experience, the crispness of a mac vs the sloppiness of the windows machine, or sorry to say linux especially. I think osx is a bit more refined in some ways, personally I like it much better than Windows 98/2000, now I think that I would like XP a bit more, but I haven't gotten to play with it much. Thing about it, I like computers - as do all of you - only I don't really care one way or another! They both have usefullness, one is just faster than the other, but also onle looks a lot better than the other. A corvette is much faster than a Rolls, but one takes you there is style and class... but if all of this is true, and Apple has deceived us with marketing!! Well thats not what I buy a Mac for, and I definately don't like being lied too! I think that when the new G5 is shipped another side by side comparison should be made - for all of us too see? Who would do that, without bias?

  154. But can I play Unreal or Wolfenstien with it? by AwesomeJT · · Score: 1

    What can I say. I like my games -- which is the one of the primary reasons I have a Winblows box. Also, I have a rather large investment in PC/Windows based software. When I can, I just into Linux. As far as the Mac review. I seen no problems here. He makes some good points, some arguments could be refined and other points are not brought to light. What is the fastest desktop anyways? How many Teraflops can it do? It's all a bunch a numbers anyways and there doesn't seem to be a great to definatively measure the difference in performance between a Mac and PC -- fundamentally you are comparing Apples and Oranges (he, he). I don't think he was down on the Mac, just wanted to shed light on some misleading info by the Apple marketing crew. There are a lot of good things about Macs, raw speed has never been a major part of it. Really, how long did it take Apple to make it to 1Ghtz? The whole theology of Mac, is "speed isn't everything" -- which tends to be THE Intel way of thinking. Personally, I don't own a Mac and don't plan to right now. However, I can see their use -- especially in certain niche markets. For general consumer use -- it depends. If you do standard stuff and not much gaming then a Mac is good for that. Especially if you gravitate to the geeky *nix side of OS X. For heavy gamers, I just don't see it. Yeah, there are more games out for Mac than there ever was, but typically *if* there is a Mac version coming it tends to be at least 6 months after the PC version. Works for other types of software too.

    --
    SPAM solution made easy: 1 spammer, 5 cords of rope, 5 hourses, and fireworks. Be creative.
    1. Re:But can I play Unreal or Wolfenstien with it? by Arcturax · · Score: 1

      There are Mac versions of both of those games, as well as of many other games out on the PC as well. They still tend to come out a bit later on the Mac, but they are no less fun to play.

      --

      --Won't that be grand? Computers and the programs will start thinking and the people will stop. - Dr. Walter Gibbs
  155. I don't even care by Durandal64 · · Score: 3, Informative

    I really don't give a shit if Apple fudged their benchmarks on SPEC. I expect as much from them, AMD and Intel. I take those numbers with a grain of salt. However, it's difficult for me to believe that they could have fudged the systems to such an extent that the G5 is twice as fast in Photoshop and Mathematica. I don't care what the benchmark is, you can't have results like that without the chip actually being faster than the competition. At this point, it's just a matter of degree. Maybe the G5 is only 1.8x faster in Photoshop under ideal conditions in both tests; who knows? Do I care? No, because it'll be faster.

    The guy from Wolfram Research made it clear that the G5 outclasses the Pentium 4 in the scientific computing arena to such an extent that it doesn't even compete with it anymore; it competes with high-end UNIX workstations (and beats them, too, apparently ... but come on Apple; where's double-precision AltiVec?!). The audio tests were also very telling. While I'm a bit skeptical about the applications not being the same, I think it does say a lot about the audio capabilities of the G5 and what it can do with a scant 25% of its CPU power.

    Bottom line, people are starting to try and eek out the edge on Mac vs. PC performance, and that's a good thing. With the G4, that was impossible because the G4 boxes were outclassed by such a huge margin by the x86 ones. Any way you look at it, these machines are competitive. And they run Mac OS X; the Pentium 4 does not. Therefore, I'll be buying the G5 next because I'll get competitive performance with the best OS on the planet.

    1. Re:I don't even care by alienw · · Score: 1

      However, it's difficult for me to believe that they could have fudged the systems to such an extent that the G5 is twice as fast in Photoshop and Mathematica.

      If Photoshop and Mathematica were a realistic set of applications, I would have agreed with you. They are not. Photoshop has always been known to be optimized for Macs. With Mathematica, everything depends on the problem you are solving. Clearly, Apple picked two quite odd apps which were known to run faster. I'm sure this is in no way representative of the actual peformance.

  156. You make a good point - but Apple doesn't. by aksansai · · Score: 1

    Apple's hardware focus is misdirected. Instead of catering to the vast majority of Mac users (like yourself), Apple has the mission of migrating (the "Switch") PC users to the Mac world. Although Apple does say "our new box is faster than our old box", it attempts to use smoke and mirrors to get their machine up to par with the newest offerings from the PC world. Then, Apple goes so far as to claim that their machine is the fastest a consumer can buy?

    One thing car salesman figure out quick is to never claim the trophy - only claim rights that his car is "one of the best".

    Apple would be smart to recognize that a person that has used a PC since "DOS became graphical" will more likely stick with a PC (and its ultra cheap components) than make the switch to the proprietary Mac world. Instead, APple risks its credibility to make PC consumers think they are buying into inferior hardware.

    Knowing that companies taint their benchmarks is definitely common knowledge; however, that does not make it a good practice. nVidia caught major flak from the 3DMark benchmarks. AMD is currently catching hell from their XP rating system. Apple should focus on their user base and continue to offer the public high quality components, software, and services - which all leads to increased market share.

    What's left? Just as you said - the G5 is indeed faster than the G4 that it is replacing. It's technologically superior and still does a hell of a job for the Mac consumers out there. There was a point in time where I figured Apple would simply advertise "We're Apple - we're not a PC" and get the point across.

    Apple should drop its comparison with the PC world considering the application and core hardware base are vastly different.

    --
    Ayup
    1. Re:You make a good point - but Apple doesn't. by JudgeFurious · · Score: 1

      I agree with you but I'm not so certain that I believe that Apple should drop it's comparison to the PC world (though I think we're in agreement there too at least in principle)

      I think their focus needs to be on comparing things other than just hauling ass speed and brute strength. There are lots of things about Macs that they can win points on over PC's (just as I will freely admit there are plenty of areas where a PC fits the bill, that's why I own several of them as well as my Macs).

      Your "We're Apple - we're not a PC" comment puts it best. That's what I want out of Apple.

      --
      Appended to the end of comments you post. 120 chars.
    2. Re:You make a good point - but Apple doesn't. by bubbasixpack · · Score: 1

      Apple would be smart to recognize that a person that has used a PC since "DOS became graphical" will more likely stick with a PC (and its ultra cheap components) than make the switch to the proprietary Mac world.

      Except that proprietary doesn't really describe the Mac world anymore... Mac OS X is pretty darned standards compliant, and Macs, after the switch to PCI and especially with the new world machines are basically made from off-the-shelf components.

      Now, I'll give you the price differential... Macs might come at a slight premium, but it always depends upon the model/configuration. (The flat panel iMac was way cheaper than comparable wintel FP machines when it was introduced.)

  157. Thank the Lord for SPL's Soapbox by jcsehak · · Score: 4, Funny

    "In other words, they have subtracted $1 from a $3000 computer to make it seem cheaper, which is absolutely ridiculous."

    Those lying fucking bastards. I've never seen that before in my life. Never - I repeat - never, have I seen a product priced at anything less than a perfectly round figure. I'm so glad I read spl's soapbox. I mean, I went to the Apple store, and saw that it was $1999, and I admit it, I said "I could afford this." But thanks to the philanthropy of spl, I was forced to examine it further. If you actually sit down and do the math, $1999 is not, in fact, a thousand dollars and a little more - no, innocent consumer! $1999 is nothing less than a dollar shy of $2000!

    --

    c-hack.com |
    1. Re:Thank the Lord for SPL's Soapbox by bmckeever · · Score: 2, Funny

      Only you suckers who are stuck on decimal are fooled by this. I prefer my prices expressed in base 2999, so the expensive G5's cost just $10!

      --
      Your favorite .sig sucks
    2. Re:Thank the Lord for SPL's Soapbox by Anonymous Coward · · Score: 0

      [ Only you suckers who are stuck on decimal are fooled by this. I prefer my prices expressed in base 2999, so the expensive G5's cost just $10! ]

      But base 3002 would let you say $9.99!

    3. Re:Thank the Lord for SPL's Soapbox by Anonymous Coward · · Score: 0

      Um, no.

      In base 3002 your number would be one digit. That digit would be whatever the digit for 2999 would be.

  158. that is specf by Anonymous Coward · · Score: 0

    They compared spec base , specf is for the best optimez version

    THe point is that the poster in the url proved that the G5 is less speedier WITH THEIR OWN numbers.

    What he forgot to mention in his rage is that it is positive the numbers were actualiy there. Ever noticed it is nealy impossble to find a test of the AMDxp 2100+, hoe did they fabricate 2100 ? whyno 2000+ or 2200+

  159. Riddle me this... by Anonymous Coward · · Score: 1, Insightful

    So, I guess you guys all benchmark your cars before you buy them, right? I mean, you study torque curves, run them on the dyno, analyze fuel consumption, record 0-60 acceleration and skid pad figures, right?

    If all those numbers are the best, it must be the best car, right?

    Or do you just go test drive one? Maybe two? I'll bet most of you don't have a clue how much horsepower you make at the drive wheels.

    Yes, Apple hasn't fooled you with thier bogus numbers for a second... But somehow Intel and AMD are completely honest. And Windows really is worth all the trouble just because it's mainstream and you can play MOO3 a few months earlier. And Linux is worth all the trouble because it's free.

    Uh huh. Have fun.

  160. Announcing 3Ghz within a year? by babbage · · Score: 1
    Waitaminute, the new CPU is going to go slower?!?! But, but, but they can't say that, can they?

    Okay, you convinced me then -- when the faster-than-a-Dell model G5 comes out, and it's the most super-duper top speed computer ever -- and not to be surpassed by any rinky-dink peecee -- then I'll put down my shiny nickels.

    You just lost yourself a sale, Jobs!

    1. Re:Announcing 3Ghz within a year? by Anonymous Coward · · Score: 0

      you crackhead. the top of the line g5 that will ship in august will be a dual 2.0Ghz system. ...and last time i checked my math, 3 was still larger than 2. (and yes, i'm sure there will be dual 3ghz systems)

    2. Re:Announcing 3Ghz within a year? by babbage · · Score: 1

      Sorry, it was just a joke...

  161. Imagine that. by supabeast! · · Score: 1

    Apple is making silly claims about their processors being faster than they really are, that nobody else has made desktops with a powerful RISC architecture, and backs it up with benchmarks based on SPEC and Adobe products? Wow, what a surprise.

    Why is this news? Apple has been spewing this BS since they started using the PPC architecture. The same goes for Sun. Nobody believes it, and in the long run, people buying systems for serious performance will stick with intel, who doesn't need to make any speed claims because their CPUs speak for themselves.

    If Apple's marketing department ever starts speaking the truth it will be taken as a sign of the apocalypse. Not that the truth about Apple systems (That speed should not be the big concern when you want solid hardware and a great OS.) is a bad thing, but really, I think if they stopped spewing hype, we would all die of shock.

  162. What about the live comparison tests? by ekimneems · · Score: 2, Insightful

    I hope this doesn't make me sound naive, but didn't they actually do comparison tests with Photoshop, Mathematica, Logic, and a couple others in front of a live audience? Didn't the G5 cream the competition? C'mon people, yesterday was a reason for Mac fans to get boners, and today some guy who really thinks Apple and Dell are horrible companies for knocking $1 off their prices is gonna give the PC fans boners? Enough with the boners already, they're just benchmarks and they mean next to nil.

    1. Re:What about the live comparison tests? by dead+sun · · Score: 1
      Don't everybody yell at me at once because I honestly don't know the answer to the question I'm about to ask. I haven't seen any of their live demos.

      Did they show the configuration of the competition or just show two machines run side by side?

      I have no doubt that they could cripple or at least harm the performance of their competition and with no basis of comparison other than the G5 it may seem like the G5 really was just fast. Also, even with live demonstration it isn't like they couldn't cheat by telling the G5 to run optimized code (or do the nVidia thing and run different code) while making sure things like quality settings were all the way up on the Xeons.

      Hell, how different would it be to cheat during a live demonstration than with benchmarks? Turn off SSE2 use and Hyperthreading in a live demo and you get dips in PC performance just like in benchmarking. Maybe that's just the cynical view of things, but frankly I don't trust benchmarks for much either, especially when they're trying to sell something.

      On the side, it would appear that Apple does have a nice product here. They were in desperate need of something faster than the G4s. Now if they could leash their marketing machine a little bit they might gain a little more respect. How many techies ask where the catch is when they see a number from Apple?

      --
      If not now, when?
    2. Re:What about the live comparison tests? by ekimneems · · Score: 1

      The thing that bothers me is when you say "running optimized code." The thing about the G5 is that it will ALWAYS be running optimized code (ahem, MacOS X in itself), while the Xeons certainly aren't running software nor an operating system optimized specifically for it.

      To be honest, I haven't yet trusted even one benchmark. Anyone that buys products because of benchmarks isn't doing their job as a consumer. This is why there are Apple retail stores now; in order for the Mac-haters to really know what they're talking about, I think when it's available to them they should be in the Mac stores playing around with these things and actually finding out for themselves instead of trying to nab us on technicalities (like Apple is the first to dabble in the arts of tweaking their benchmarks).

      And finally there comes the "who cares" debate. I'm a Mac user, and this can only mean good things to me. On the PC side of the fence, it may mean bad things and it may not, but honestly whether any of you "switch" or not is not of my concern. Sure, more users might mean more money for Apple which in turn may lead to more money for RD and ultimately better products, but it's nothing for me to be concerned with.

      Think about it this way: not any amount of arguing will change the fact that I'll be happier than a fly in shit using my new G5. Not even if you can prove to me that my G5 radiates something that will give me cancer will change the fact that it's only computing platform for me.

    3. Re:What about the live comparison tests? by dead+sun · · Score: 1
      Not saying anybody that gets a G5 shouldn't be happy with it. It looks to be a quite capable machine that's probably in the near performance neighborhood of PCs, whether higher or lower I don't know. If nobody ran anything different than the mainstream there certainly wouldn't be as big of a push for improvements anywhere. I certainly wasn't trying to advocate one machine or another with my previous post (though I do constantly question Apple's claims about their machines more than some other companies'), but instead I merely intended to question whether the live comparison was fair or like the SPEC numbers. It was perhaps a cynical response to the question about the live tests being realistic representations of performance though the benchmarks may not be. Perhaps my intentions are not clear or it is easier to assume that I'm on the Mac hating platform because I'm willing to question Apple's claims. For the record I'm more wary of what Apple is saying than about their new machines. I rather think the G5 looks like a pretty nice computer and the Unix underpinnings make it intriguing as well.

      Not that it really makes much difference to me either, but congrats on sticking up for your platform of choice without the need to "validate your purchase" if you will. As long as your machine interfaces with mine (or the machines it needs to rather) then it hardly matters what the machine is.

      --
      If not now, when?
    4. Re:What about the live comparison tests? by Anonymous Coward · · Score: 0

      As long as your machine interfaces with mine

      Dude, did you just ask him out??!?

      Kidding aside, I pretty much agree. I saw the live demos yesterday watching the video stream, and I was very very impressed. However I am a skeptic, so I have no doubt that those demos were specifically chosen for maximum effect. We'll know soon enough, when people start getting these babies in their hands, plenty of unbiased websites (well, heh, is there really such a thing as 100% unbiased?) will post their own REAL WORLD results. Nothing else matters.

  163. Are Dells specs any more reliable? by Anonymous Coward · · Score: 0

    He points out how biased Apples specs are against Dells. Everyone is out to make their own product look the best it can, so how can we trust Dells specs any more than we can trust Apple's?

    1. Re:Are Dells specs any more reliable? by aksansai · · Score: 2, Insightful

      Apple tweaks the specs to make their system look faster.

      Dell tweaks the specs to make their system look faster.

      Apple does not use Dell's tweaked specs but instead chooses to cripple Dell's machine for benchmarking purposes. Dell did not cripple an Apple machine for comparison.

      Any questions?

      --
      Ayup
    2. Re:Are Dells specs any more reliable? by Trickster+Paean · · Score: 1

      Yeah, here's a question: Where exactly did Apple tweak their specs to make their system look faster?

      They didn't use the IBM compiler. They didn't use the Altivec optimization.

      They used the worst case scenario for both machines and theirs came ahead.

    3. Re:Are Dells specs any more reliable? by squarefish · · Score: 1

      Apple does not use Dell's tweaked specs but instead chooses to cripple Dell's machine for benchmarking purposes. Dell did not cripple an Apple machine for comparison.

      I think your missing something here- Apple didn't cripple the Dell, it came with Windows!

      --
      Creationists are a lot like zombies. Slow, but powerful and numerous. And they all want to eat our brains.
    4. Re:Are Dells specs any more reliable? by Anonymous Coward · · Score: 0

      People still fail to see the point: The Spec results you see posted that show all the fantastic performance of the PCs are NOT NECESSARILY the standard. But most here continue to make claims based on them, or relative to them, as if they were.

      The whole "crippling" issue is ridiculous. It is "crippled" compared to a number that is dubious at best. From what I've read, the numbers shown by Apple (not Apple's test, however), seem a lot more realistic of the PCs performance than the numbers put out by Intel.

      So stop saying that the tests are bad because the numbers are lower than Intel's. Ask why are Intel's numbers so much higher than Apple's.

      But given that there is so much argument over the validity of Spec tests and how easy it seems to affect results, why are we even using them?

    5. Re:Are Dells specs any more reliable? by Anonymous Coward · · Score: 0

      Actually, Apple may have given the P4 an advantage by disabling Hypterthreading... Read it here from the mouth of Dell...

    6. Re:Are Dells specs any more reliable? by Anonymous Coward · · Score: 0

      Apple didn't cripple the Dell, it came with Windows!

      Actually, it came with RedHat, so it looks like they did cripple it!
      </flamebait>

  164. Re:similar info from a different source by fitten · · Score: 1

    So? I can write one program that has a check:

    for (big loop benchmark)
    {
    if (systemType = "Apple")
    sleep(100);
    }

    and compiles for every OS. Everybody is running the same thing then but I can assure you that you'll have very different results. It *is* possible for a compiler to produce fast code on one architecture and suck on others. For example, prior to version 3 of GCC, gcc did fairly well on load-store architectures like SPARC and SGI machines but was horrid on Intel x86 compared to other compilers available on those platforms (such as Intel's and Microsoft's).

  165. Even in Jobs keynote he showed it slower by ScottGant · · Score: 3, Informative

    This guys site is jumping all over Apple about being slower...when using a single processor!

    This guys site even says:
    "SPECint_base2000 is a single-processor test, so in the following results, where the computer has a second processor, it is either disabled or not used." then goes on to say after the benchmarks using only single processors: "As you can see, the PowerMac G5 is NOT the world's fastest personal computer. In fact, the Dell Dimension 8300 beats the PowerMac G5"

    Well a big DUH is in order. Steve Jobs even SAID it was slower. He had a graphic up that showed how the single processor G5 was slower on INT based benchmarks etc etc. It was when they used benchmarks using DUAL processors that it really shined.

    Yes, after all this in the article, THEN he goes on to rate the dual processors, but not before he trashes the Mac on something that the Mac had already admited to. I mean, that's pure trolling.

    Bottom line, Apple used certain results in all the tests to market the new computer...just like this guy used the same tests to filter out what HE wanted everyone to see.

    Also, Apple should never use benchmarks to market anything. No one should. It's too easy for others...no matter what the system to say "well, if you configure blah blah blah with this and compile with blah blah blah you'll see the Commodore 64 is really blah blah blah.

    Enough already.

    --

    "Music is everybody's possession. It's only publishers who think that people own it." - John Lennon.
    1. Re:Even in Jobs keynote he showed it slower by luzrek · · Score: 4, Insightful
      Read the rest of the article. He goes on to talk about the dual processor performance. Also, for many applications, even on dual processor machines, single processor performance is key. Very few applications (certainly very few desktop applications) are designed (or even can be designed) to take advantage of multiple processors.

      However, speeds of processors asside, if you want the Mac, buy the Mac, if you want a Windows machine, buy a windows machine. If you don't want to pay either the Apple Tax or the Microsoft Tax, buy a machine without an operating system and install GNU/Linux or BSD.

      --

      Galium Arsenide is the material of the future, and always will be.

    2. Re:Even in Jobs keynote he showed it slower by dasmegabyte · · Score: 2, Insightful

      I love how Linux/BSD users refer to the price of an operating system as a "tax." Tell me, when you buy a house, do you ask if you have to pay the "foundation tax?" Are you upset about the insidious "chassis tax" when you buy a car, or the diabolical "stiching tax" we have to pay for new shirts?

      I mean, come on. The OS on a new machine costs about $50 (okay, $100 if your vendor doesn't have a deal with MS). Is $50 worth your time to download, configure and install an OS, as well as downloading, configuring, and installing any applications you want because you can't buy them at a store?

      I have a machine running Gentoo -- but it's a SERVER. Window's SERVER OS is too expensive for a home user, so it was worth the hassle. But it's not worth the hassle to save $50 over the cost of computer that's already running me close to $2000.

      Geez. When you read this, are you going to complain about the ".sig" tax?

      --
      Hey freaks: now you're ju
    3. Re:Even in Jobs keynote he showed it slower by Jeffrey+Baker · · Score: 3, Insightful

      Well smart guy, if you bought a house and you were forced to buy an extra foundation that you didn't want and planned to rip up anyway, then you WOULD call it the foundation tax!

    4. Re:Even in Jobs keynote he showed it slower by Anonymous Coward · · Score: 0

      "Very few applications (certainly very few desktop applications) are designed (or even can be designed) to take advantage of multiple processors."

      Um...Mac OS X makes all software take advantage of duel processors without having to code anyhting special. Thats right - if it runs on OS X it is already designed to use and take advantage of them. The only application for the mac that wont use it are Classic (OS 9 and lower) programs, however OS X fixes this disadvantage by treating all Classic applications as on big OS X application. So in effect every program writen for OS X are designed for multiple processors.

    5. Re:Even in Jobs keynote he showed it slower by geniusj · · Score: 1

      Nope. If it's not threaded properly, it will not take advantage of multiple processors. The application will run on one processor. Otherwise you will have contention in which 2 processors are doing the same thing and not aware of what the other is doing which runs out of control. That's why generally there is a controller thread which delegates jobs to each worker thread. So on a dual processor system there would probably be 2 threads doing the real work and others for various GUI functions. The point though is that no, just having an OS X app doesn't mean it takes advantage of multiple processors. Just that the OS will in the fact that you can run 2 intensive applications comfortably.

    6. Re:Even in Jobs keynote he showed it slower by Winjer2k · · Score: 1

      ...However, every application that Apple has written uses multiple threads. If you have the developer's tools installed, run the Thread Viewer application and attach it to apps like Safari or iTunes. Right now, Safari is running 5 threads as I type this, and iTunes is running 12 threads. Even Microsoft Word runs 4 threads. Too bad I only have a single G3 :(

      So, who ever wrote the article (slp?) is a bit misled in thinking that having two processors won't help real world performance.

      --
      I sig for world peace
    7. Re:Even in Jobs keynote he showed it slower by Megor1 · · Score: 1

      Well smart guy, if you bought a house and you were forced to buy an extra foundation that you didn't want and planned to rip up anyway, then you WOULD call it the foundation tax!

      No, you would call that being stupid.

      --
      Everyone that disagrees with me is a paid shill
    8. Re:Even in Jobs keynote he showed it slower by FatAlb3rt · · Score: 1

      This just in: apples are different than oranges.

      A better analogy would be that every new house comes standard with a swimming pool and a swing set, regardless of your death fear of water or your lack of children. If I don't want it, why do I have to pay for it?

      So yes, many consider it a tax, and justifiably so.

      Is $50 worth your time to download, configure and install an OS, as well as downloading, configuring, and installing any applications you want because you can't buy them at a store?
      If you're so non-chalant about $50, I'll take it off your hands. But hey, you ask a fair question, and I'm glad that you did ask it. Because nobody did when I bought my laptop.

    9. Re:Even in Jobs keynote he showed it slower by Raffaello · · Score: 1

      Which would be true if you really wiped your drive, and *never* dual booted the machine into Windows, but how many Linux/*BSD users *really* do that for a desktop machine (i.e., *not* a server)? Not many, I'll warrant.

    10. Re:Even in Jobs keynote he showed it slower by dasmegabyte · · Score: 1, Insightful

      Um, that happens all the time man. When I bought my house it had a bunch of carpet over the hardwood floors, I had to pay to have it removed. There was a bunch of peeling paint I had to strip and redo. There was a broken water supply system.

      You see, in the real world, things aren't always as cheap as we want them to be, nor are they in perfect condition. Sellets have an opinion of how much they want for an item, and buyers have an opinion of how much they'll pay. Once the price has been set, then you haggle over the conditions of the sale.

      Another condition of the sale was that we had to pay for insurance for the "title." This protected the house during the 5 minute period between the seller surrenderring the title and us receiving it. I didn't want to pay it, but nobody would deal with us unless we did. I didn't want to pay it, but it wasn't a tax.

      One of the conditions of sale for a Windows PC is that it has Windows on it. Because their deal with Microsoft probably demands that they do so. This is to establish partnership between the two, so Microsoft is more accountable and more likely to help the vendor out if and when there's a problem such as hardware compatibility. I guarantee you that a Dell works flawlessly with windows, whereas a noname machine, even if it has "better" parts, might have trouble. The noname vendor just doesn't have any pull. So the "Windows Tax" is better for their business, better for Microsoft, and if you want Windows, it's better for you.

      If you don't want Windows...find a vendor that doesn't have the deal. But it's not a fucking "tax" for the vendor to help protect its business and deliver what 90% of the world wants anyway (foolish mortals).

      --
      Hey freaks: now you're ju
    11. Re:Even in Jobs keynote he showed it slower by Halo1 · · Score: 2, Informative
      Also, for many applications, even on dual processor machines, single processor performance is key. Very few applications (certainly very few desktop applications) are designed (or even can be designed) to take advantage of multiple processors.
      First of all, that's exactly why we have multitasking OS'es, so that even though one program may not be able to saturate your processor(s), you can run many at the same time. Additionally, even if your processor isn't fully taxed, having two processors and a multitasking OS can improve responsiveness. After all, if XCode is compiling in the background, Mail getting new mail and checking it for spam, a couple of browser windows with animated gifs or Java applets are open, some terminals are showing some data (e.g. top), iTunes is playing some music etc, all these things essentially happen at the same time.

      As long as no two processes want to do something at the same time, two processors indeed won't gain you anything. After that, it depends on when the delays become perceptible for the user (which may happen only every now and then or very often, depending on the speed of the cpu). Further, your claim that most consumer apps don't take advantage of multiple processors, is incorrect. Most applications for Mac OS X are multithreaded nowadays. The last column in the following partial top output are the number of threads that process has (sorry for the formatting, slashdot doesn't accept PRE tags):

      362 dnetc 68.0% 82:52:25 2
      5950 top 12.2% 0:00.53 1
      2767 Terminal 5.4% 2:13.61 8
      2720 Safari 1.3% 17:17.35 9
      0 kernel_tas 0.6% 29:48.20 26
      2595 Window Man 0.6% 13:22.23 2
      2709 Mail 0.0% 13:11.21 4
      170 ATSServer 0.0% 9:36.61 2
      2736 TruBlueEnv 0.0% 3:11.28 16
      2839 Project Bu 0.0% 2:58.67 3
      315 lookupd 0.0% 2:24.75 2
      361 cupsd 0.0% 1:37.86 1
      105 configd 0.0% 1:25.05 3
      2711 UniversalA 0.0% 1:09.67 1
      70 update 0.0% 1:08.17 1
      2717 SecurityAg 0.0% 1:01.98 2
      2705 Finder 0.0% 0:56.42 1
      490 slpd 0.0% 0:52.49 8
      5602 Xquartz 0.0% 0:46.08 4
      339 ntpd 0.0% 0:38.68 1
      2710 iCal 0.0% 0:29.20 2
      307 netinfod 0.0% 0:28.61 1
      2703 Dock 0.0% 0:21.06 2
      444 sendmail 0.0% 0:20.68 1
      483 AppleFileS 0.0% 0:19.75 2
      486 httpd 0.0% 0:18.37 1
      385 coreservic 0.0% 0:11.38 3
      2732 System Pre 0.0% 0:11.19 1
      375 autodiskmo 0.0% 0:09.75 13
      2719 AppleSpell 0.0% 0:08.05 1

      The processes are sorted by cpu usage. As you can see, most programs have more than one thread (although since my system is pretty idle currently, most are simply blocked waiting for input). The kernel alone has already 26 of them... Some of them also spawn extra threads when they're asked to do something (like lookupd).

      I do agree having a second processor generally won't speed up things like surfing, unless you're the type that continuously opens several sites at the same time, possibly with flash and java applets etc. However, the "snappiness" of a system can increase a lot...

      --
      Donate free food here
    12. Re:Even in Jobs keynote he showed it slower by dasmegabyte · · Score: 1

      You're welcome to my $50. I'll gladly give it to you. In exchange, however, I expect you to come to my house and install a world class operating system on my PC. Since that's what I'm getting for my $50 from Dell.

      Sure, Linux or BSD or QNX are fine (I prefer Gentoo or FreeBSD, if you care). Just make sure whatever you install can run Microsoft Word, Photoshop and AOL's Instant Messenger. I need these for work. No, OpenOffice, The Gimp, and Jabber are NOT ok. They don't work natively with the file fomats and networks that I have at work, nor am I willing to learn a new program to do what I already know how to do. I guess I'm just stubborn, but hey, you're geting half a Benjamin here. I'm gonna make you sweat for it.

      I'll also need a DVD player, photo management software, web browser, graphical email program, C++/Java IDE, MP3 Player and a calculator would be nice.

      Get those working and the $50 is yours

      --
      Hey freaks: now you're ju
    13. Re:Even in Jobs keynote he showed it slower by JoeBuck · · Score: 1

      The reason it's often called a tax is that paying that $50 is not optional in most cases (especially for laptops), even if you don't want to use the OS at all.

      As you say, it might not be worth the hassle to most people to figure out how not to pay that $50.

    14. Re:Even in Jobs keynote he showed it slower by FatAlb3rt · · Score: 1

      You got your $50 worth...I didn't get mine. OpenOffice, The Gimp, and Jabber ARE ok for me, so I don't have a need for WinXP. Installation of SuSE & relevant apps takes 20-30 min, so the $50 savings IS worth my time. The point I was debating was calling a pre-installed OS a tax. To some, it is. To others, such as yourself, it isn't. That's fair, isn't it?

    15. Re:Even in Jobs keynote he showed it slower by dasmegabyte · · Score: 1

      Nor should it be. Think about it: a laptop manufacturer wants to have a competitive price of $1000. Microsoft tells them they don't want people to have to pirate an OS, so they give them a deal: $100 per license if they don't offer a machine without an OS, or $50 per license if they offer the machines with windows only.

      As a manufacturer, what's your option? Your price point is $1000. If you offer people $100 off to install their own OS, then to stay under $1000, you have to eliminate $50 worth of equipment. Making your machine $50 shittier. That's the price of another 512 meg of ram, or 20 gig more hard drive space, or a Combo drive instead of a CD Reader. That's a firewire port and USB 2.0. That's a higher resolution screen. One of these options has to be reduced or eliminated to make room for the ability for some of your customers to not use windows.

      On top of this, the manufacturer does not want any support calls asking why the machine that jr. ordered doesn't have an OS, or what display driver should I use with my obscure flavor of BSD, etc. Each call could cost $10 or more -- and you're probably making less money off that PC. Less money, more work. How does this make sense?

      Even with all these hassles, there are manufacturers who make Linux based laptops. They are not always top-of-the-line, but they're out there. Buy one of these if you really want to avoid the "microsoft tax." But realize that the money you're saving for bucking the "system" is only about $50...and for that price, you can get a system from a more stable company, possibly better support, and almost definitely better hardware.

      --
      Hey freaks: now you're ju
    16. Re:Even in Jobs keynote he showed it slower by dasmegabyte · · Score: 1

      Not really. It's either a tax or it isn't. It doesn't matter whether I get my money's worth out of my federal taxes...i can't get out of paying them by moving to a different state. Since you can avoid this charge by buying a laptop from a different vendor, you're essentially avoiding the "tax." Ergo, no tax.

      Of course, you might not get as good a PC. I've noticed smaller vendors often times don't offer the loadout or the features on their PCs that larger, windows-only operations like Dell can. They just don't have the clout.

      So I'd consider it a "better fucking laptop" tax. The fact that it has XP on it (which I'd probably replace with 2k anyway) is inconsequential.

      --
      Hey freaks: now you're ju
    17. Re:Even in Jobs keynote he showed it slower by Anonymous Coward · · Score: 0

      > Another condition of the sale was that we had to
      > pay for insurance for the "title." This protected
      > the house during the 5 minute period between
      > the seller surrenderring the title and us receiving it.

      False. Title insurance protects you from defects in the title. In other words, let's say the guy selling you the house got a second mortgage. He didn't tell anybody about this, and managed to hide it. The mortgage company has a claim on the house. This means that they can get it back from you if he stops paying them - since the house isn't in his name anymore, he has nothing to lose.

      An extreme example, and unlikely, but basically title insurance (at least in Pennsylvania) fundmentally means that the title is "free and clear", without any conditions you don't know about. Your mortgage company doesn't want to find out that there is some extra special condition on the title that they didn't know about, because it might rape them in the ass. The title insurance company does, I believe, do the research themselves into the title. So it's not just insurance.

      I hope this makes it a bit clearer as to why nobody would deal with you without this. It's quite important for them to know the title is without conditions or liens.

    18. Re:Even in Jobs keynote he showed it slower by mellon · · Score: 2, Insightful

      If you went to buy a *new* house that hadn't been built yet, and the builder insisted on installing and charging you for wall-to-wall carpet over the hardwood floor you'd specified, and then charged you extra to take it out and fill the holes he'd nailed in the floor, you probably wouldn't be so philosophical about it... :'/

    19. Re:Even in Jobs keynote he showed it slower by David+Jao · · Score: 1
      Microsoft tells them they don't want people to have to pirate an OS

      We use the word "tax" for the same reason you use the word "pirate": while neither word is literally correct (the OS price is not really required by law, and likewise copyright violation is not really invasion and theft on the high seas), the choice of word serves to further an agenda. In this case, "tax" suggests that the OS license is compulsory, which in many practical situations it is (e.g. laptops).

      No matter how passionately you extoll the virtues of your Windows platform, the fact is that different people want different choices and I find it reprehensible that you would suggest lack of choice is a good thing.

      Note: I work for Microsoft. I think Windows has many advantages too, but unlike you I do recognize that some people may have valid reasons to choose differently.

      Even with all these hassles, there are manufacturers who make Linux based laptops. They are not always top-of-the-line, but they're out there. Buy one of these if you really want to avoid the "microsoft tax."

      The majority of new Linux-based laptops on the market are laptops that originally had windows on them. Linux is provided on these laptops by actually removing windows and replacing it with Linux. Needless to say, this operation still results in the payment of a windows "tax" which mostly defeats the point of the entire exercise.

    20. Re:Even in Jobs keynote he showed it slower by Mr.+Shiny+And+New · · Score: 1

      What if you already own a copy of Windows from a previous computer? I'm not using any of my hardward that's > 2 years old, but I still run Windows 98, because I already had it. Luckily, I only buy clones so I don't have to buy an OS. But I'd hate it if I couldn't buy a system without Windows installed; then it really would be a tax. And for all brand-name computers you pretty much have to buy windows.

    21. Re:Even in Jobs keynote he showed it slower by Eil · · Score: 1

      First, you have to realize that the Apple tax is completely different from the Microsoft tax.

      With the Microsoft tax, you pay an extra $90 for the operating system on top of the cost of the hardware and the price markup of the retail vendor. I consider it a "tax" because I neither want nor use Microsoft's software yet I must pay for it if I want to buy the manufactured machine. If you actually use Windows on the new computer, then fine, $90 is actually a discount compared to the $200 retail version of Windows, plus it's already installed for you. But to people like me, it's a tax.

      The Apple tax is different. People don't buy Macs because for the same reason they buy a Wintel machine. The reasons vary wildly of course, but some of the common ones are that they like the features, the physical design of the machine, the operating system, ease of use, or they just like Apple's public image. Whatever the reason, these people are willing to pay a premium for their Macs. This premium is the Apple tax. There's only one company that makes them, and Apple takes full advantage of this by pricing their machines far above the average Wintel machine with nearly equivalent performance and features. The Apple tax is different from the Microsoft tax in that it scales with the overall price of the machine: the bigger the hardware, the larger the tax.

      To combat the Microsoft tax, I build my own machines. Every last one. I put free operating systems on them because I'm more comfortable with Linux and FreeBSD than with either Windows 2000 or XP. There's currently no good way to get around the Apple tax, save piecing together your own from spare parts (which is apparently illegal for the parts distributors). But I sure wish there were, because I would love to give OS X a shot one of these days. I secretly covet one of those sexy 17" Powerbooks, but they are well outside of my price range and probably will be for decades to come.

    22. Re:Even in Jobs keynote he showed it slower by FatAlb3rt · · Score: 1

      ok, fine. [unveiling true colors...] i hate that ms strong arms vendors. there i said it.

      while i'm at it: i hate wal-mart, i hate people who follow me in the parking lot as i walk to me car, and i hate that the heat index is 109 today.

      [sigh]

    23. Re:Even in Jobs keynote he showed it slower by Anonymous Coward · · Score: 0

      That is substantially correct. I work for a closing attorney and I can tell you that no lender will loan money without a title insurance policy. It protects you from hidden defects in the chain of title that include liens, missing heirs, fraud, forgery, etc. If any errors exist, they could cause you to not only lose your property, but still be liable for the mortgage payments as well!

    24. Re:Even in Jobs keynote he showed it slower by dasmegabyte · · Score: 1

      'Sokay. I hate things too. Check out my website.

      But everybody strongarms their vendors a little. What's that about RedHat not "supporting" ReiserFS, or certain version of the kernel?

      --
      Hey freaks: now you're ju
    25. Re:Even in Jobs keynote he showed it slower by Anonymous Coward · · Score: 0

      Pansy.

    26. Re:Even in Jobs keynote he showed it slower by DAVEO · · Score: 0

      Right here. I've only bought one computer, that was in 1996, a Gateway P-200 system with Win95 for home use. I've upgraded components twice since then, including cpu/mobo. In mid-1998, having heard good things about Linux and wanting to hack with it, I bought a copy of Sams' TY Linux in 21 days, which included Red Hat 5.2. I dual booted that with Win95/IE4 until the end of the year, wiped my Windows partition, and have been running only Linux since, most of the time Slackware. Of course, I run a personal web site on it, and occasionally a tetrinet server, but that's about it. I would say I use desktop functionality far more than server functionality.

      --
      -DAVEO
    27. Re:Even in Jobs keynote he showed it slower by arkanes · · Score: 2, Insightful

      The OP is a doofus, but there is a specific, reasonable meaning for the "Microsoft Tax". It's nonsesical applied to Apple. The "Microsoft Tax" is the additional cost to ALL computers from an OEM, because MS licensing requires them to pay for an OEM version of Windows for every machine shipped, not just the ones actually sold. This means that even an empty machine from one of the OEMs with this kind of licensing (every major one, at least at the time people started using this term) has it's price increased by the cost (to them) of an OEM Windows license. That's the Microsoft Tax.

    28. Re:Even in Jobs keynote he showed it slower by TheRaven64 · · Score: 1

      As a comparison, anyone who is running an NT based OS can find out how many threads they have running in the performance tab in the Task Mangler. I currently have around 550, and I'm not really doing much more than my usual system load of having most applications I use frequently open (I hibernate my system instead of turning it off, so I never need to open them).

      --
      I am TheRaven on Soylent News
    29. Re:Even in Jobs keynote he showed it slower by meme_police · · Score: 1
      "...but how many Linux/*BSD users *really* do that for a desktop machine".

      Me for one. Back in the old days when I was still enamored with Linux my desktop was Linux-only. For a short period after that I had a Sun Blade 100 due to Solaris being our work platform. But I sold the Blade when OS X reached 10.1 and have been extremely pleased ever since.

      --

      The meme police, They live inside of my head

    30. Re:Even in Jobs keynote he showed it slower by jroysdon · · Score: 1


      A more appropriate analogy would be buying a house without the flooring - say if you worked for a carpet and tile company and wanted to do it yourself.

    31. Re:Even in Jobs keynote he showed it slower by nathanh · · Score: 2, Insightful
      Um, that happens all the time man. When I bought my house it had a bunch of carpet over the hardwood floors, I had to pay to have it removed. There was a bunch of peeling paint I had to strip and redo. There was a broken water supply system.

      Your analogy is not quite right. Consider instead that you buy a brand new house with hardwood floors but a condition of sale is you have to buy brand new carpets from a specific company. You have no choice in colour nor weave and the carpets are poorly laid over your new hardwood floors. You then have to pay additional money to have the carpets removed and the floors sanded and sealed. You complain to the real-estate agent that this isn't fair but he informs you that all real-estate agents do this and it's perfectly fair because otherwise some people will steal carpets. Somebody tells you that you should have bought from a different real-estate agent, one that isn't bound by this carpet-scam, but that's not very helpful when you wanted THAT particular house not some OTHER crappy house. In the end you simply bear the cost of carpets you didn't want, you tear them out, you chuck them on the tip, and you contribute to the coffers of a carpet company who then uses sales figures to proclaim that 95% of the world prefers carpets instead of hardwood floors.

      You see, in the real world, things aren't always as cheap as we want them to be,

      It's nothing to do with being "as cheap as we want them to be". It's about being forced to pay for something you didn't want and didn't need.

    32. Re:Even in Jobs keynote he showed it slower by dasmegabyte · · Score: 1

      Well, it's not exactly the same. Unfortunately, Windows and Linux are not directly compatible. So it's NOT like choosing one carpet over another...if you've got programs that run on one, they won't run on another.

      What if you bought the house and none of your furniture fit inside anymore? Choosing Windows or Linux is a decision akin to choosing Mac or PC. It completely changes the future of your machine. And people will need to be educated of this choice. Some of them will make a decision solely based on price, have a bad experience and blame your company.

      Operating systems are so low level that the choice is not moot, not arbitrary, and not simply something that can be selected from a list like a slower processor or smaller hard drive. If you want to run windows programs, then having windows installed is essential. Allowing people to deselect it is asking for trouble. It's more expensive. And it's not really necessary, since a guy wanting to run Linux can just reformat anyway.

      So you're asking manufacturers to do more work, to possibly confuse people by giving them a immense decision when they're first buying their machine, all so that a very, very small segment of the market (less than 5% installed, probably even less of new sales) can save $50?

      How big do you think you are?

      --
      Hey freaks: now you're ju
    33. Re:Even in Jobs keynote he showed it slower by alienw · · Score: 2

      As long as no two processes want to do something at the same time, two processors indeed won't gain you anything.

      You do realize that computers have shared RAM, right? They can't access it at the same time. They also have shared hard drives, video memory, and pretty much everything else. This extra overhead pretty much kills any speed advantage you may get from 2 procs. Almost always, a single processor with a 2x higher clockspeed is significantly faster than a box with two slower processors. The only time you might get an advantage is if you are doing intensive calculations with zero I/O. But that's almost never the case in real-world usage.

    34. Re:Even in Jobs keynote he showed it slower by ealar+dlanvuli · · Score: 1

      There are two counter points to this.

      1: There aren't any 4ghz PPC970's right now, so thats not really an option.

      2: For people who generally multitask on a computer (I think that describes most people now) each individual application will be "snappier" to the user, giving a rather huge overal performance increase. This snappiness sometimes isn't given by 2x the speed single proc, since it can still only schedule one thing at a time.

      --
      I live in a giant bucket.
    35. Re:Even in Jobs keynote he showed it slower by Hooded+One · · Score: 1

      Since when is avoidablity a requirement for being a tax? You can avoid federal taxes by moving to another country, anyway. Dell PCs might have better hardware, but the OS certainly isn't free, so you're still paying more for it.

    36. Re:Even in Jobs keynote he showed it slower by Anonymous Coward · · Score: 0

      While it's true that you have to compile specifically for Dual Processors to get the benefit of them on the x86 side, you don't need to on OS X apps. The programmer doesn't have to do any extra work to get the benefit of Dual Processors because the OS handles the task of dividing work up.

      Thanks,
      M

    37. Re:Even in Jobs keynote he showed it slower by Thorkytel+Ant-Head · · Score: 1

      No matter how passionately you extoll the virtues of your Windows platform, the fact is that different people want different choices and I find it reprehensible that you would suggest lack of choice is a good thing.

      He didn't suggest that lack of choice is a "good thing"; he said that in some cases, having fewere choices can result in overall lower costs for all customers, even if some customers may end up paying a little more.

      Here's another example: Some people complain that the computer that they buy has some part built in that they don't want, like a 56K modem for example. So they say, "Hey, I'm paying for a modem that I don't want or need! Why should I do that? That's not fair!" And since the company buys the modems in bulk, they only pay about $10 apiece, so the customer thinks he should get $10 back.

      But in reality, the manufacturer gets the $10 price because they buy so many modems. So if they started making the modems optional, then they have to pay a higher per-modem price (since they can't guarantee that they will buy as many, so they get them on an as-needed basis), plus they have to pay for the manufacturing facilities to allow for modems on some boards and not on others, plus they have to pay for the changes to the order system, plus the support calls, and so on. All of these changes will easily exceed the $10 per-modem cost, and so the prices of everyone's machine will go up by, say, $15. Plus, if you then want the modem, it's another $15 on top of that. So, because some people want "choice," and don't want to pay for something that they won't use, everyone else has to pay higher prices, for zero benefit.

      Far from being "reprehensible," that is the reailty of the computer industry. And many people who might have complained about the extra parts may one day find themselves in a position where they need that modem, or that ethernet port, or that USB port, and they're glad that it was "forced" on them. Choice shouldn't be an end unto itself, and it is insulting to imply that it is a solution for every problem.

    38. Re:Even in Jobs keynote he showed it slower by nathanh · · Score: 1
      Well, it's not exactly the same. Unfortunately, Windows and Linux are not directly compatible. So it's NOT like choosing one carpet over another...if you've got programs that run on one, they won't run on another.

      Except we're not talking about carpet vs another carpet. We're talking about carpet vs *no* carpet.

      So you're asking manufacturers to do more work, to possibly confuse people by giving them a immense decision when they're first buying their machine, all so that a very, very small segment of the market (less than 5% installed, probably even less of new sales) can save $50?

      No, I'm not asking for anything. I'm showing you how the original analogy is flawed. My analogy was more accurate.

    39. Re:Even in Jobs keynote he showed it slower by Anonymous Coward · · Score: 0

      All software is free...on Kazaa.

    40. Re:Even in Jobs keynote he showed it slower by Halo1 · · Score: 1
      You do realize that computers have shared RAM, right? They can't access it at the same time.
      No, but a processor does a lot of other things besides accessing RAM, especially on a register-rich architecture like the PowerPC. It's true that there will be contention for RAM and other resources, but not so much that it'll nullify most of your gains. After all, each processor still has its private L1 and L2 caches.

      Also, since the system controller provides point-to-point connections from the processors to RAM (and to other I/O "devices"), there will never be contention for the bus. I have to be honest that I don't know whether the fact that they're using DDR RAM means that both processors can get something from RAM in the same bus cycle, or that it only allows you to get a double data rate in the context of one transaction. I assume it's the latter.

      They also have shared hard drives, video memory, and pretty much everything else. This extra overhead pretty much kills any speed advantage you may get from 2 procs.
      Unless your system is memory starved or if you are working on huge data sets, the hard drive isn't accessed all that much on modern *nix systems. Also, under Mac OS X an application normally doesn't access video memory directly. All windows are double buffered by default and only the window manager/server compose all these windows and flush it to the screen (with the windows treated as OpenGL textures).
      --
      Donate free food here
    41. Re:Even in Jobs keynote he showed it slower by Anonymous Coward · · Score: 0

      Why would anyone use windows 2K over XP.
      Is it because you dont want to take time to learn anything new. That is just lazy. Windows XP is better than 2k in every aspect. I could see not upgrading because of money issues but downgrading.... Thats just absurd

  166. Apple took a risk by Stu+Charlton · · Score: 1

    and now have egg on their face for it.

    I'm a happy 17" powerbook user, I like Apple's products, but they've never been a perfect company. This incident is an example of that.

    Frankly, I'm a bit surprised, Steve Jobs is a very smart guy - he knows that the Internet works this way, that this benchmark would be studied and exposed as unacceptably flawed. Of course, all cross-architecture benchmarks are controversial, but intentional crippling is a bit much. All that needs to happen now is a posting on News.Com and Apple has a PR fiasco.

    The first order of business, perhaps, could be to take down the SPEC benchmarks from their marketing web pages and focus on the performance increase beyond the G4, which is what existing Mac users really care about.

    Beyond that, they better work on other ways to get Intel people to switch other than processor speed - it seems they're still trailing Intel on this curve, and will be for years.

    --
    -Stu
  167. G5 is not the first 64-bit desktop. by $criptah · · Score: 1

    Correct me if I am wrong, hasn't Sun been selling its own 64-bit desktop solution, Blade 1000, for several years?

    1. Re:G5 is not the first 64-bit desktop. by Anonymous Coward · · Score: 0

      Read the statement again: They claim they have the fastest "personal computer".

    2. Re:G5 is not the first 64-bit desktop. by $criptah · · Score: 1

      Well what is a *personal computer*? I used Sun's Blade on a daily basis to do my everyday tasks.... doesn't it make it a personal computer?

    3. Re:G5 is not the first 64-bit desktop. by expro · · Score: 1

      Redefine "personal computer" enough and they could claim to have the only personal computer. Or others could claim that Mac's are clearly not PC's and therefore not personal computers.

      It is all in the marketing spin, but I used a nice Digital Alpha workstation many years ago that was 64 bit, and had personal computer software such as WordPerfect and Corel Draw 8 running on it natively as it ran Windows NT.

  168. good news by el_dirtball · · Score: 1

    The reaction to Apple's announcement shows that it hit the mark very well.
    Suddenly, the Wintel world is on the defensive and they will grab at all sorts of straws to explain away the news - just like the Apple fans did when they were on the defensive until yesterday.
    We will hear about flawed benchmarking, false advertising(like Intel did not do it the MgHz myth), pricing manipulation(like no one else does it), and so on. The reality is... evolution. The 32 bit replace the 16 bit and gradually the 32 bit will give way to the 64 bit.
    I am sure that no Wintel supporter will change their mind over the G5 claims but they will hurry to buy the next Wintel machine sporting a 64-bit capability.
    Cheers mates, thanks for making my day.

    1. Re:good news by Hrothgar+The+Great · · Score: 1

      Way to explain the flaws in the guy's argument there, buddy... oh wait, you didn't - you just issued a generic blanket statement with no factual usefulness whatsoever. Good show!

  169. Re:Quite, indeed by stanmann · · Score: 1

    Well, since a 64 bit machine can address 8 TBytes natively using a 44 bit addressing and up to 2 Exabytes with 64 bit addressing, I don't think 8GBytes will be that big of a speedbump

    --
    Food not Bombs is a nice platitude but it breaks down when you notice that the Bombees are usually well fed
  170. What about IBM's 970 numbers? by caveat · · Score: 2, Insightful

    Apple used gcc, which did give the 970 an advantage - but is hardly 'tweaked' for the Mac. I'd like to see IBM's own 970 numbers, using a compiler optimized for POWER/PPC in the same way ICC is optimized for x86. I haven't checked them personally, but somebody in the G5 announcement article has, and pointed out (too lazy to link up, sorry) that if you look at both optimized sets of benchmarks, the magnitude grows, but the relationship stays pretty much the same.

    Anyway, as a longtime Mac guy, it's nice to see some LEGITIMATE argument about who's fastest, and it gives me a warm feeling deep down inside to know that the *initial* release of the 970 is this fast - I look forward with much anticipation to what IBM does with this chip in the next 12-18 months (coincincidentally the practical timeframe for replacing my dual 1.25, which suddenly doesn't have nearly the appeal it used to...)

    --

    Facts do not cease to exist because they are ignored. - Aldous Huxley
    1. Re:What about IBM's 970 numbers? by cgori · · Score: 1

      "I look forward with much anticipation to what IBM does with this chip in the next 12-18 months"

      From following these processor wars for the better part of a decade I have learned one thing well: Never, ever, ever bet against Intel in that kind of timeframe. You do realize that 4GHz+ "P5" chips should be available by then? (probably 3.6GHz in your 12 month timeframe, and as high as 5GHz on the 18 month end)

      If AMD manages to put much pressure on Intel via the Athlon64 this fall, expect Intel to turn up the wick sooner rather than later. That is the beauty of the x86 market, real knock-down drag-out competition. The customer really does benefit.

  171. Hold up by MasTRE · · Score: 2, Funny

    You mean to tell me you guys actually thought material that starts with "As PC users know only too well" [http://www.apple.com/powermac/architecture.html] is credible? It reeks of deceit and lies.

    People, people. Fruits are not faster than Pentiums. Don't believe the hype!

    --
    Must-not-watch TV!
  172. Jump in CPU Perf NOT the big thing ... by Anonymous Coward · · Score: 1, Interesting

    I know people are all ga-ga over the "G5" CPU and all of it's 64-bit capabilities, but the main thing for a LOT of people that will make these new Macs a lot more attractive is the rest of the system. We finally get a decent system bus, PCI-X and Serial ATA. Imagine how much this is going to better music and video production, being able to shove data in and out of various sub-systems that much more quickly. Top that off now with the CPU, and these machines DO smoke !!

    The other issue raised in the article is "most user" tasks depend on integer performance, rather than FP. Well, at our institution (where we do medical imaging), we like (rather NEED) that FP rating. Right now, the system of choice has been Dell PCs, that people set up on their own with RedHat or Mandrake in dual-boot. We used to buy ASL, but have had just too many component failures to keep buying them. What people do is they do their processing and analysis in Linux (FP) and reboot or VMware into Windows to do their papers and presentations. So while we are not a huge market, the reasearch community is NOT a small one, and we are less price-sensitive than home consumers or industry. We need hardware to do what we need it to do, and we don't mind forking out the extra $$ to get it.

    These new machines are better for us on two fronts. We can now do our analysis on a single OS and not have to bother about 2 OSes on our systems and also, we don't have to worry about setting up Linux, and the compatibility issues with hardware, etc ...

    So when the time comes, I'll be asking my boss for one of these ;-)

  173. But why disable SIMD? by PenguiN42 · · Score: 2, Insightful

    Using SIMD instructions is a huge part of the performance of modern processors. Heck, even using SSE2 for scalar arithmetic is faster than using the old 387 instructions.

    Saying "disable SIMD -- it's an optimization" is almost like saying "don't use shift instructions for power-of-two multiplies -- it's an optimization". Or "don't keep loop variables in registers -- it's an optimization." If the compiler can do it without weird tweaky flags turned on, then let it be done, i say!

    --
    The following sentence is true. The preceding sentence was false.
  174. I hope that you have developed a thick skin by Anonymous Coward · · Score: 0

    When I stab you with a knife you'll probably die otherwise.

  175. It's about the applications used for benching... by aksansai · · Score: 1

    You are correct in that modern operating system kernels attempt to take advantage of that fact that there is more than one processor in an SMP box. However, applications written for SMP machines take more advantage of more than one processor than the kernel simply selecting the processor affinity of particular thread (or process).

    Apple chose processor intensive benchmarks in its suite of testing (which makes perfect since). Applications that are processor intensive and SMP-aware usually are designed to calculate things in parallel (spawning N threads on N processors to calculate an end result). Applications that are not processor aware will usually spawn 1 thread on N processors - this makes perfect sense.

    It is very true that more than one processor helps take the load off the system. I/O, music, background threads, etc. all consume processor time. Modern kernels know how to distribute the threads to the processors for maximum responsiveness. But 8 processors does not make a calculator produce a result faster if it is not SMP-aware.

    Apple's disabling of hyperthreading takes the edge away from Intel that it worked hard in implementing for the Pentium 4. Hyperthreading for the modern Pentium 4s (3.06GHz+) and the P4-Xeons are considered "standard equipment". Although minor issues have cropped up with hyperthreading in the Windows world, Intel's logical processor implementation is excellent and considered stable for production use.

    For the scenario you provided, a single HT-enabled P4 would not receive much benefit for background threads (such as I/O, for example) since it still only has one physical processor layer - just two perfectly copied states of the physical layer. As such, no performance advantage would be necessary gained.

    However, SMP-aware applications that parallelize their calculation to the number of processors in a machine would do so in a manner that the P4 could implement the instructions in a more parallel fashion on the physical processor layer, thus increasing performance (albeit marginal). But even still, this marginal performance increase makes the modern P4s what they are. Intel would not have included the technology had they not wanted it to be a part of their processor.

    1 HT-enabled P4 would still be slower than 2 HT-disabled P4s.

    The yester-year equivalent (roughly) would be Apple comparing a floating point benchmark with their 68040 processor with a FPU-disabled 486DX processor.

    --
    Ayup
  176. MOD UP by Anonymous Coward · · Score: 0

    This is very true... it's not like Apple didn't optimize things to make them look best, but this guy's claims should not be taken at face value either. This "hatemail" + that crazy shit about $1999/$2000 should be the most obvious clues of that.

    1. Re:Mod up by Anonymous Coward · · Score: 0

      Hehe, no shit. Where are my mod points from last week!

  177. Nope, it's undefined. by caveat · · Score: 2, Funny

    Assuming it's bang/buck, and buck = 0, then bang/buck is Undefined. (division by zero!)

    --

    Facts do not cease to exist because they are ignored. - Aldous Huxley
    1. Re:Nope, it's undefined. by Anonymous Coward · · Score: 0

      I was at a tournament a while back, and the tournament organizers were keeping round-by-round stats and posting them. It was amusing to see that whereever there was a divide-by-zero error, inf was printed.

    2. Re:Nope, it's undefined. by Anonymous Coward · · Score: 0

      n/0 (where n>0) is not undefined, it is equal to +INF.

    3. Re:Nope, it's undefined. by Anonymous Coward · · Score: 0

      Actually, it IS undefined.

      The limit as x approaches 0 of n/x is inifinity.

      n/0, however, is still undefined.

    4. Re:Nope, it's undefined. by Saucepan · · Score: 1
      It's only undefined if you haven't defined it :)

      It's true that division-by-zero is undefined in the field of real numbers. But engineering applications occasionally make use of other systems in which the result has a well-defined value.

      IEEE 754-compliant floating point operations define the additional elements NA, NaN, -Inf and +Inf to enable calculations to continue after divisions by zero are encountered.

    5. Re:Nope, it's undefined. by webster · · Score: 1

      Assuming it's bang/buck, and buck = 0, then bang/buck is Undefined. (division by zero!)

      It's been a very long time since I studied number theory (and so I could be remembering incorrectly), but I seem to recall that dividing any number by zero gives a result that is equal to every (rational?) number that exists. And that's a lot more interesting than being undefined.

      --

      Information is not Knowledge
    6. Re:Nope, it's undefined. by EvanED · · Score: 1

      ...because it's an undefined operation. Hence the set of classic proofs (of which this is an example):

      let a = b
      Then:
      a - b - 2 = a - b - 2 (reflexive prop.)
      a(a-b-2) = b(a-b-2)
      a^2 - ab - 2a = ab - b^2 - 2b
      a^2 - ab = ab - b^2 - 2b + 2a
      a^2 - ab = ab + 2a - b^2 - 2b
      a(a - b) = a(b + 2) - b(b + 2)
      a(a - b) = (a - b)(b + 2)
      a = b + 2
      b = b + 2
      0 = 2

      The step to get to a=b+2 is wrong because b-a=0 since a=b.

      Think about it... if a number over zero *truely* equaled every rational number that exists, then by the transitive property every rational number would be equal to every other rational number which would kind of mane it difficult for math teachers who would no longer be able to say that 2+2!=5 since 4 = 5.

    7. Re:Nope, it's undefined. by Physics+Dude · · Score: 1

      Yes, you are remembering incorrectly. ;)

    8. Re:Nope, it's undefined. by hesiod · · Score: 1

      > 2+2!=5

      Well, it does, for large values of 2...

  178. HIGHLY DUBIOUS by visionsofmcskill · · Score: 2, Insightful

    I find this "article" highly dubious... and am amazed slashdot let this slide... actualy im not... it seems /. is intent on fueling the platform war fires for more hits and such, because this was blatant flmae-bait trash.

    While it has been discussed that the differences between GCC and ICC(??) on the two platforms makes for a supposed im-balance, the subjects are highly subjective. The main grip is that it is extremely hard to determine what IS a fair test of raw CPU power. This guy continuously claims that the number one score to rate by should be the specint_2000 test (which favors intel considerably) because most people will "never" use FP...

    that is a pile of bullshit... aqua alone (doing all of your interface goodies) must use FP constantly, in fact i would dare say that FP is constant and highly important on OSX, it contributes immensly to the look and feel of it. dual-processing is NOT an exclusive to specialy coded programs. That was true to OS 9, but more recent builds split tasks far better than before (although nowhere near a perfect balence).... and so buying a dual machine isnt a pointless expenditure.

    the guy claims that you can buy a dell at 3.06 for less than 2.5k with ALL of the equivilent features of the powermac..... i encourage you ALL to go to dell.com and config a dell with a DVD-r along with firewire, serial-ata (cant do it), bluetooth, 1gig ethernet, 802.11g, PCI-x (cant do it), 8gb RAM cpacity (cant do it) etc.... Now you cant add some of these features from dell... which will send some of you off to www.pricewatch.com to find the ABSOLUTE rock bottom prices on the extra parts and pieces... but you can all see the price difference for an equivilent system is tiny if not reversed.

    if someone could link me to a PC with equivlient features (pci-x, agp 8x, 802.11g, 1gig ethernet, serial-ata, p4 3.06, bluetooth, etc...) i would love to see honest comparisons of the price. The 8gb limit simply can't be done, so the value of it is hard to quantify, as a music guy myself i can actualy see it's value, but many people can effectivly argue it is above and beyond current consumer demands. but current consumers arent looking for pro boxes.

    my main point of contention is that there is too much LACK of knowledge in regards to spec and architecture. We don't know if these tests are balenced or not, or why they were performed however they were performed. This may have been the best way to compare the two on a bit for bit level, or maybe not. Apple has it's own intrests, how solid is veritests credibility? did money change hands? how much? etc.... GCC has been reputed to being apples baby as far as compliing.... but does that mean it was fully optimized towards PPC, and the vice versa agasint the PC?

    What we DO know is that the PPC is scalable in MP configs, it is a FP monster, and the P4 is NOT MP (hence the xeon tests, which really are not consumer class chips) and the P4 is an INT monster. I expected the P4 to smoke the G5 on int, and it didn't (smoke it, just beat it well). As well i find it laughable that the first fab of a new chip (970) running 30% slower (in mhz) performs so well against the top p4. The G5 has come out the gate on a level of extreme competitivness and has a significant space to grow in... 3ghz in under 12 months? putting the G5 at 3ghz about when the p4 will hit 4ghz. The speed tests there will probably favor the G5 FAR MORE than these.

    One last point, we can say much about how these tests are scewed towards apple in that the Compiler along with the "cheats" all seem to point towards manipulation.... but at the same time two HUGE benefits of the G5 arent being quantified either.... 64 bits AND 8gb of RAM are huge advantages that if fully utilized would lend such a huge performance gap it isnt funny (look at the genome matching with 40 bit words). So in a sense maybe these tests were balanced.

    Too many variables to call this one, the G5 i suspect is faster on FP, but not on int (as apple indicated)... but

    --
    --Idiots, Every single one of YOU, A flaming mass of conglomerated morons, hey wait a second, isnt that how RAID works?
    1. Re:HIGHLY DUBIOUS by cenobita · · Score: 1

      Actually, AGP 8x, gigabit ethernet, serial-ata connectors, firewire, and usb 2.0 are all pretty de-facto on most modern PC motherboards. Since wireless stuff is still hit or miss for a lot of people, it's generally not included (though I have seen a couple boards with dual-ethernet ports). PCI-X slots are generally de-facto on all dual-proc motherboards these days, too. I'm not sure on Xeon motherboards, since most of them came out awhile ago, but I know that at least for the Opteron boards (strangely missing from Apple's benchmark), it is standard.

      Look, the vast majority of cost for modern systems comes from the CPU and motherboard; the rest is pretty much icing on the cake, and can vary wildly depending on what you as a user are looking for. That said, i'd say the prices for equivalent systems are pretty much equivalent to what Apple's charging, which i'm actually pretty happy to see. For a long time, I held back from Apple predominantly because their price didn't really justify the performance. Congrats to them for finally giving me a product that seems worth every penny (at least to me; i'm not exactly loaded with cash).

      Personally, I don't see why anyone is arguing about this. Virtually everything coming from Intel, AMD, *and* Apple, collectively, simply shows that we're living in an exciting time for computer users. At this point, I think we can all breathe a sigh of relief and reap the benefits, regardless of platform choice.

  179. Actually by Sycraft-fu · · Score: 1

    He specifically acnowledges that the Dell numbers are boosted. They are boosted by means of using the Intel compiler, which produces extremely efficient code. Well, this would seem to make sense. If youa re going to test two systems against each other, you would want to use the most optimised code in both cases.

    However, supposing you don't want to use Intel's compiler for some reason, you should then at least do an equal compilation. Use the same revision of GCC with the same options on both systems. If you want to use SIMD (AltiVec/SSE2) do it on BOTH system. If not, don't use it on either.

    Thing about SPEC is that it is a highly compiler dependent benchmark since it is distributed as source. Taht is actually part of the idea, to be able to bench compiler efficency. So, when benching hardware you need to decide how you want to do it. The accepted standard for the stuff that gets submitted to SPEC most of the time is to use the compiler that does the best job. In the case of Intel chips it is, unsupprisingly, Intel's own compiler.

    Now this isn't a cheat, Intel's compiler doesn't do anything unfair. It's not like it cuts corners so the code won't run or has bugs or anything. It simply does a better job at optimization than GCC does.

    So again, if you want a fiar benchmark you either need to do best optimisation in both cases or as close to equal as possable optimisation in both cases.

  180. Straight from the horse's mouth... by aksansai · · Score: 3, Interesting

    If you visit the Apple store, click on the big advertisement on the center to select your PowerMac G5. In the upper-right part of the screen it states:

    "Just how fast? Get the proof here.". Following this link will take you to Apple's own site where you can read details about the benchmark.

    What's missing?

    The comparison between G4-optimized benchmarks and the current G5-optimized benchmarks.

    --
    Ayup
    1. Re:Straight from the horse's mouth... by cenobita · · Score: 1

      Why would you need a comparison chart between the two? G4..meet G5, your new, shiny, faster brother.
      Is this really that confusing that you need benchmarks?

      Unless you expect the G4 to pull ahead in some areas?

    2. Re:Straight from the horse's mouth... by aksansai · · Score: 1

      For the same reason the P4-2.8GHz clocked down to 1GHz would be faster than the P3-1GHz processor. The architecture has changed - but by how much?

      --
      Ayup
    3. Re:Straight from the horse's mouth... by Anonymous Coward · · Score: 0

      Wrong! The P3 is faster clock-for-clock!

    4. Re:Straight from the horse's mouth... by Anonymous Coward · · Score: 0

      For the same reason the P4-2.8GHz clocked down to 1GHz would be faster than the P3-1GHz processor.

      It's wouldn't be. The PIII is faster than the P4 at the same clock.

  181. FPU registers used by glibc to optimize mem copies by HowdyDoody · · Score: 2, Informative

    The idea that an FPU is totally useless is untrue. glibc will use the large FPU registers for optimized memory copies if they are not being used for real floating point operations.

    I work on an embedded PowerPC product that has no FPU so we had to build a special glibc that does not use the FPU registers.

    I don't know if Apple is using a glibc with these optimizations. If they are then their customers could appreciate some use of the dual FPU cores in everyday integer types of computing.

  182. No, Apple put G5-specific optimizations in GCC by Anonymous Coward · · Score: 0

    Wrong. GCC *is* apple's tweaked compiler. Read the article! (They aren't even using real floating point!)

  183. Re:Show Package Contents by NetFusion · · Score: 1

    If you open contextual menus on a .app there is a menu item called 'Show Package Contents' to step inside the .app folder and inspect it.

  184. What I Simply Do Not Understand by blinder · · Score: 4, Insightful

    Okay, I did RTFA, and well, as boring and tedious as benchmark tests result analysis is to me, I generally glossed right over it. What I found to be the most compelling part of this article was the "hate mail" section at the bottom. I read each one, and came away scratching my head.

    I simply do not understand how people can be so consumed with obvious hatred for another person debating COMPUTERS! Why do Mac users feel so threatened? Why do Linux users feel so threatened? Why do Microsoft users feel so threatened?

    I've been using Macs (since 92), Windows (since 93) and Linux (since 96) and FreeBSD (since 96) for years and well, I have yet to find anything about these systems that demand that I stand up and scream at the top of my lungs how wonderful any of them are, and to attack with such spiteful hate those who don't just fall in line.

    Having started out in the computer world as a designer, I used Macs. I like them, they are cute, and fun and make many things easy. They are also slow, crash a lot and the cause of a lot of frustration. I started using Windows (3.0) because I wanted a PC, but couldn't afford a Mac at the time. Windows was cool, it crashed a lot, and I had the hardest time trying to configure hardware with it, but I got the job done. I was introduced to Linux looking for a way to get up to speed with Unix. I had a hell of time first installing it, it was cool, seemed very powerful (I was in over my head) and never crashed. Same with FreeBSD. But I still have yet to understand the mindset required to say things like: "This guy is an idiot, and his article should be pulled and his email box should be flamed."

    or:

    "I can't believe the haxial web site is still up, you would think by now someone would have hacked it."

    Good grief, what is WRONG with people???

    A while back I chose Linux as my primary OS for my day-to-day computing, on an Intel chip. I love it, its fun, its cute (thanks KDE) and it hardly crashes, and low and behold, I get my work done. My girlfriend (she's a designer) has a few Macs. I like them, but, well, it doesn't feel right to me so I stick with Linux. Sure, we get into our little OSX vs. Linux debates, but it never gets down to where she threatens my life and I launch DoS attacks on her machine. They usually end as "we should all just go back to Amiga" or something like that.

    I would love to ask someone who is so delluded in their thinking to feel real hatred for someone who simply prefers not to use the computer/os/whatever that they use, what exactly do they have to fear? Why the need to act like a savage? Is it just because they are posting in a message board, and well, its time to be macho, because its safe and anonymous, and well, the need to act the tough-guy just overwelms better judgement?

    1. Re:What I Simply Do Not Understand by Jon+Abbott · · Score: 1

      The Church of Yoda has a passage on this:

      "Fear leads to anger. Anger leads to hate. Hate leads to suffering."

      Seriously though, people are just plain irrational... I think we have a lot of "left-over" emotions from our hunter-gatherer days that haunt us now in the form of superiority complexes, hate, wars and the like. Sadly, removing the basis of those emotions would remove the very thing that makes us human -- the capacity to "feel".

    2. Re:What I Simply Do Not Understand by trashme · · Score: 1

      I skimmed this "hate mail". The words "MacNN" are mentioned more than once. It seems that this isn't hate mail, but instead the most extremist and unintelligent posts plucked from a message board. I won't defend those rants, becuase they are silly. But it seems to me that the author of the article is no better.

    3. Re:What I Simply Do Not Understand by kitzilla · · Score: 1

      Bravo. I'd mod you up if I had points right now.

      I probably buy a G5 because I'd like to dual-boot Linux (PPC, of course) with OS X. I spend 90% of my time on a KDE desktop, but require some pro graphics programs I'd rather run on a Mac than --eeewww--- Windows.

      We know Apple is a hardware company. You can bet their latest and greatest software, including their OS, will be optimized for 64 bits in the next year or two. They push their users to upgrade every few years.

      That's about how long I'll own my next computer. While I can certainly build an x86 box today that will perform favorably to the bottom-end G5 and save me maybe $500, the G5 will end up being the better buy. I know it'll be fully supported by Apple and its primary commercial software vendors for the service life of my machine (without slapping aftermarket cards into it to keep up with what developers do with 64 bits).

      In the meantime, I get to run Linux on an attractive, nicely thought-out box that I will resell for about 75% of what I paid for it when it's time to upgrade.

      Benchmark hype or not, the G5 is a no-brainer for those who need to run commercial apps.

      Ah...I see Photoshop just announced a G5 patch. Time to go wrap pennies....

      --
      This is my post. There are many others like it. If you don't like what you read here, go try one of the others.
    4. Re:What I Simply Do Not Understand by TPIRman · · Score: 1

      I simply do not understand how people can be so consumed with obvious hatred for another person debating COMPUTERS!

      So if they were debating politics, or maybe religion, it would be all right? Why is computing an especially ridiculous reason to hate another person? There is no good reason, in any context. If reading the puerile hate mail attached to the article was the first time you realized that there is a great deal of unjustified hatred in the world, then count yourself lucky for the years of bliss.

      It's great for people to be passionate about computers. I am. It can be a joy to find your passion. As with anything, some people direct their passionate energies toward hatred, and it's sad. Hatred is a waste in any context.

    5. Re:What I Simply Do Not Understand by Anonymous Coward · · Score: 1, Informative

      You said it yourself:

      What I found to be the most compelling part of this article was the "hate mail" section at the bottom.

      If it wasn't for the fanatics/zealots the benchmarking tests would be some obscure feature of a computer, and everybody would use the OS they felt more comfy working with. At this point, benchmarking is more a marketing tool than an engineering one.

      Eventually, the zealots only tend to scare people away from a computer OS/platform they so voraciously claim they are promoting.

    6. Re:What I Simply Do Not Understand by Sloshed_dot · · Score: 0

      I admit that I quite often get into hot debates over the old 'Linux vs MS' subject. The thing that sets me off is, well, our sysadm's.
      We have two - both Linux/Unix fans. On the other hand, most of the users have MS. When we need help the reply is ALWAYS of the type 'What OS are you using? Oh MS, you should try Linux it is so great and free and if you had used it you would never bla bla bla (this is when I stop listening)'.
      It really pisses me off! I don't mind a bit what anybody else uses, but PLEASE let me use what I think works for me! And don't give me that stupid argument that it is EXPENSIVE with MS! The cost is soo infinetisimal when compared to my salary.
      Whenever I hear an anti-MS opinion I see our smug bald little rat of a sysadm (or his greasy toad of a collegue) in front of me and see red! And of course people notice that you are annoyed and get angry in turn, and then the war is started. Maybe someone else recognize this pattern, I don't know. The thing is, much of the problems we have is because they clearly don't know sufficiently about MS. But instead of looking into the problem they blame MS and go off whining how bad it is. AAAArg now I have even got upset arguing with MYSELF!

      --
      fart/faart/(coarse) (v.intr.): emit intestinal gas from the anus. (n.): emission of intestinal gas from the anus.
    7. Re:What I Simply Do Not Understand by ChuckleBug · · Score: 1

      So if they were debating politics, or maybe religion, it would be all right? Why is computing an especially ridiculous reason to hate another person? There is no good reason, in any context.

      Oh, come on. Do you really think there's a moral equivalency between these two cases:

      1 - I hate that guy because he killed my dad.
      2 - I hate that guy because he uses a Mac.

      Maybe hatred is a bad thing, and if we were all saints we'd just let go of it and the world would unite and drink coke together. But the fact is, there are some really awful things happening in the world, things that engender completely understandable, and sometimes justified, hatred. Choice of computing platform *is* ridiculous in comparison.

    8. Re:What I Simply Do Not Understand by Anonymous Coward · · Score: 0

      The correct beverage in that context is Pepsi, not Coke.

      Pepsi-hating pigfucker. I hate you.

    9. Re:What I Simply Do Not Understand by Anonymous Coward · · Score: 1, Insightful

      You should talk to one of these people. Really try to listen and understand them. You will (if you're a stable, balanced individual);

      (1) probably find several so-called "character flaws" in their personalities, probably stemming from their ignorance more than anything else,
      (2) Learn something about their world from their perspective that you likely never considered before (since you say you simply don't understand them),
      (3) ultimately be more shocked and dismayed than you are now that SO MANY PEOPLE are "like that" for one reason or another.


      I speak from the perspective of someone who is similarly confused about the world and often terrified when I encounter the radically violent views of my fellow human beings. I can see where they're coming from most of the time, and I'm convinced it can be equally terrifying for them.

      They have no response to being threatened but to lash out primally. Many of us have this type of personality trait buried deep inside.

      Some, like Ghandi and Yeshua Ben Joseph manage to bring it the fore and face it down with courage, deep faith and long-suffering patience.


      That said, the fear that Mac fanboys often manifest as rage is the fear of obsolescence of this way of life they've built up. Microsoft can sneeze and wipe Apple off the face of the earth. Apple can decree that all Finder windows should be brushed metal and it will be done (not that I personally mind). It makes one feel democratically powerless.

      The artificial environment of the computer user is dangerously addictive. It can seem like "real life" to be posting to /. every day, building the fantasy of virtual reality into a lifestyle that only exists thanks to the force of capitalist greed. One's desires to participate and contribute are honest, but not protected in the least from the whims of finance.

      We can get too involved. Our choices are made for us by forces that don't give a damn, but try to make it look like they've got our best interests at heart. The successful general will persuade the troops that they're fighting the devil itself, while not necessarily believing inside that the fight requires the sacrifice of his own mortal life.

      I can understand Linux users' sense of superiority. It takes a bit of skill to maintain that environment (so I've heard) especially when compared to Windows & the Macintosh platforms. If I knew I played a deciding role in the direction of my OS of choice due to my contributory coding skills, I think I'd feel a lot more secure in the knowledge that neither Billy G. nor Stevie J. (nor L. Torvalds, for that matter) could flip my world upside down tomorrow.

      Ultimately, no one computes in a vacuum. There is pretty heavy peer pressure to "compete". Witness political supporters, for a near-perfect example. Some are willing to kill to get "their" parties in power, knowing all the while (but not acknowledging) that the head honcho could margininalise them at a moment's notice.

      Perhaps it's the flaw in the human condition, this sheep mentality. Obviously, it doesn't apply to us all. We should all aspire to being individual enough that we require nothing from anyone to be happy and at peace.

      Please forgive the gross oversimplifications and apparent rambling in this post. It may be boring (which that may also mean it's light on marketing hype:-), but perhaps it may be informative.



      slide

    10. Re:What I Simply Do Not Understand by WileyWiggins · · Score: 1

      Here here. People get the same way about movies on the internet. Directors and actors are "scum" and "idiots" and deserve to die, because Falcon-Man doesn't wear the same color suspenders in the movie as he did in the cartoon. I think it's something about internet-writing's roots in usenet flame-warfare that seems to make any debate there instantly escalate to nigh-death-threats. I think too many people inject the discourse that takes place on the internet with their own personal stress and neurosis, and it makes me want to go outside and have a picnic instead of reading the infallible and holy opinions of a bunch of people who were never properly socialized.

    11. Re:What I Simply Do Not Understand by TPIRman · · Score: 1

      So, then, which hatred is justified? Draw the line. My point was not that there is moral equivalency across the board, but that all hatred is wasteful to some degree. This gets obscured when people start deciding for themselves that some hatred is inherently "justified." Extreme examples of people who thought they were "justified:" Matthew Shepard's killers, the 9/11 bombers, both sides in the West Bank. I'm not calling you a murderer; I'm sure you're an upstanding citizen. My point is just that none of us has the right to be an arbiter of hatred.

    12. Re:What I Simply Do Not Understand by Anonymous Coward · · Score: 0

      Wish I had mod points. If only such an insight would sink in with more political and religious leaders ...

    13. Re:What I Simply Do Not Understand by ChuckleBug · · Score: 1

      So, then, which hatred is justified? Draw the line.

      Why? There are few, if any, lines in ethical matters. But the extremes are easy to identify. I don't need to be able to draw a line in order to make judgments at the extremes.

      Extreme examples of people who thought they were "justified:" Matthew Shepard's killers, the 9/11 bombers, both sides in the West Bank.

      Sorry, but I really think this is a copout. We all have to make moral and ethical judgments. They made theirs, I made mine. But in this case, you are trading "hatred" for "murder." I never said killing people is justified, I said hatred can be. A feeling and an act are very different things.

      I'm not calling you a murderer;

      That's the nicest thing anyone's said to me all day! (Really; I work tech support.)

      My point is just that none of us has the right to be an arbiter of hatred.

      I really don't know what an arbiter of hatred is. What I can tell you is this: Hate is a normal human emotion, one that should probably be moderated so we can live together peacefully. But if someone killed my child, I would hate that person, and anyone who tells me otherwise, I'd say that person is the one overstepping his rights.

      My point is that by any rational standard, computing preference pales by comparison as a reason for hating anyone.

    14. Re:What I Simply Do Not Understand by Anonymous Coward · · Score: 0

      It's because when you slam something somebody owns, you are slamming their decision and indirectly them. Imagine shopping for a sports car. After spending time reading reviews, test driving, and negotiating with the dealer you decide to purchase a Hyundai Tiburon. Imagine how you would feel if, after pulling into work the next morning, your coworkers lambasted the car. "You bought a Hyundai?" Same thing with computers, OSes, watches, clothes, etc... You slam something someone has chosen to own, you slam them.

    15. Re:What I Simply Do Not Understand by TPIRman · · Score: 1

      if someone killed my child, I would hate that person, and anyone who tells me otherwise, I'd say that person is the one overstepping his rights.

      My point is that by any rational standard, computing preference pales by comparison as a reason for hating anyone.


      Sure, I don't disagree with that. On a side note, your journal is a bit telling... ;-)

      Good luck in the tech support trenches.

    16. Re:What I Simply Do Not Understand by ChuckleBug · · Score: 1

      Sure, I don't disagree with that. On a side note, your journal is a bit telling... ;-)

      Yes, well.. um.. ahem...

      Actually, the object of my ire and I are related, and decided to make each other foes because we felt left out for not having any. :) I don't think he's read my journal entry yet. CURSE HIM!!!

    17. Re:What I Simply Do Not Understand by ChuckleBug · · Score: 1

      The correct beverage in that context is Pepsi, not Coke.

      Obviously someone too young to remember the Coke commercials.

      "I'd like to teach the world to sing in perfect harmony..."

      You are right that I hate Pepsi, though. Vile swill. I resent, however, being called a pigfucker. I quit fucking pigs years ago.

    18. Re:What I Simply Do Not Understand by Anonymous Coward · · Score: 0

      low and behold, I get my work done.

      For future reference, that's "lo and behold".
      "Lo" is an exclamation used to call attention, as in "Lo! in the orient when the gracious light / Lifts up his burning head", and has nothing to do with "low".

      Unless of course, you're talking to cattle, in which case you might be asking them to take the two seemingly unrelated actions of mooing and looking at something. :)

    19. Re:What I Simply Do Not Understand by Anonymous Coward · · Score: 0

      People can basically have one of two different world views. In world view 1, everyone is in competition with each other. The ONLY thing that matters is WINNING. There is no sharing, there is only fighting. People with this world view cannot know true cooperation. EVERY other person they encounter is a potential adversary. People in world view 1 are very insecure about themselves. They must defend themselves from potential threats, both real and perceived. They must also take every opportunity to get ahead of the competition, whether by advancing or by holding the enemy back.

      People in world view 2 strive to work together, share, cooperate, and jointly make the world a better place. They are happy and secure with themselves and see other people as potential partners with which to make great things happen. They generally live longer than people in world view 1.

      Unfortunately most people these days exist only in world view 1. It is pervasive throughout our society. The symptons are numerous and far reaching. Road rage, abusive relationships, war, terrorism, bar fights, Enron, politics, lawsuits, etc. This is what we see in the computer platform holy wars.

      Mac people feel a need to "defend" themselves against the perceived threat of PC users. They feel very insecure in their choice, despite the fact that it is an amazing platform. Nevermind that they enjoy using their Macs immensely, they can't help but feel that they are somehow inferior for choosing the platform that most other people DON'T use. So they fight. They make themselves feel better by making PCs and PC users look bad. They exaggerate and use any possible technique. When a PC user says something derogatory about Macs or Mac users, they can't let it go. It eats away at them because they are fundamentally insecure in themselves. It's a perpetual battle.

      Oh, and by the way, everything about applies to PC users, with a few minor details switched around. Same for Linux users (especially vs. Windows). The war never ends until everyone chooses to enter the reality of world view 2. And quite frankly, the human brain is not wired to do this. Cooperation and sharing is a relatively new thing in the evolutionary history of the species. Finally our intelligence is capable of overriding those nasty impulses to fight and become king of the hill -- the very impulses that ensured our survival until very recently. But for most people, those impulses still remain, rooted at a very deep level. They can't let go for very long, no matter how hard they try. Fear and anger are hard to ignore.

      That's not to say competition is bad. Friendly, and even fierce competition is a wonderful thing. Technology wouldn't be anywhere near where it is today without it. But most competitors haven't realized that it doesn't matter whether you beat the other guy. It only matters whether you beat yourself -- outdid yourself, performed better than you thought you could. If the other guy beat you fairly, fine. Prepare and do it better next time! This is a fundamental shift in how humans approach competition, and until/unless we ever truly accept such a mindset, wars and unnecessary conflict will plague our society.

      So, in a nutshell, that's why Mac (insert PC/Windows/Linux/Amiga/etc) zealots are such idiots! :)

    20. Re:What I Simply Do Not Understand by jaylene_slide · · Score: 1

      Very well put. More concise and to the point than I was able to get across.


      I'd like to also add re: competition. Much of this competition today is competing for the approval of external agents such as one's peers, and ironically, one's customers.


      Hence the major fault of most marketing (and in essence the capitalist infrastructure). The best marketing is the one that wins the most customers. Period. Almost without regard to ethics.

      Witness for example, a Communication Arts article indicating the amount of creative effort that goes into a "successful" ad campaign.

      What I'd like to know is if the people responsible for fulfilling their individual, essential, niche roles in that juggernaut of slick promotion ever ask themselves whether their valuable time and amazing creative energies couldn't be better spent actually helping needy people live better lives.

      Yeah, I read Adbusters (among other things :-).

      And yeah, I used to work for an ad agency.

      I'm going to go outside soon, I'm losing focus.

      Conclusion. I look forward to a period of personal accountability in human affairs. A period where decisions are made honestly and individually.

      Sure it'll take more time and effort, but then again...





      What's the rush?





      slide

      --
      "Your proactive bipartisan synergy is indemnifying. Good work, carry on."
  185. Argh, no. 2Gig for user land; rest is OS by Vicegrip · · Score: 1

    64bit isn't just about greater than 2gigs memory either. The availability of 64bit machines, for instance, will permanently solve a lot of nigly little programming problems such as the reams of software that use time_t for time definitions.
    Also, good filesystems already use 64bit addressing.

    64bit will matter for graphics and video too in a big way: all your doubles will now nicely fit in a register which will make for much nicer machine code.

    --
    Do not spread "09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0" over the internet, thank you.
    1. Re:Argh, no. 2Gig for user land; rest is OS by ProtonMotiveForce · · Score: 1

      Good lord. Where do you people get your "information"?

      64-bit machines will do nothing for the time_t problem. That's a software problem, not a hardware problem.

      Crickies.

    2. Re:Argh, no. 2Gig for user land; rest is OS by Vicegrip · · Score: 1

      um... it's called recompiling.

      time.h from Windows SDK
      #ifndef _TIME_T_DEFINED
      #ifdef _WIN64
      typedef __int64 time_t; /* time value */
      #else
      typedef _W64 long time_t; /* time value */
      #endif
      #define _TIME_T_DEFINED /* avoid multiple def's of time_t */
      #endif

      So where do you get your information?

      --
      Do not spread "09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0" over the internet, thank you.
    3. Re:Argh, no. 2Gig for user land; rest is OS by rabidcow · · Score: 1

      That's a software problem.

      __int64 works perfectly well on win32 (if slower than long), but the OS uses 32-bit time_t. Microsoft simply took advantage of the fact that everything needs to be recompiled anyway to expand the time_t width in the api.

    4. Re:Argh, no. 2Gig for user land; rest is OS by Vicegrip · · Score: 1

      A software problem whose solution comes for free on a 64bit problem. Ergo my original post.

      --
      Do not spread "09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0" over the internet, thank you.
    5. Re:Argh, no. 2Gig for user land; rest is OS by ProtonMotiveForce · · Score: 1

      Umm, no. You still have to recompile _everything_. 64-bit processors help in absolutely no meaningful way - you can use a 64-bit time value on a 32-bit machine.

      It's not like the miniscule efficiency improvement of fitting the whole value in a single register matters when you're dealing with a single 64-bit value.

      Pshaw.

    6. Re:Argh, no. 2Gig for user land; rest is OS by ProtonMotiveForce · · Score: 1

      Umm, I get my information from myself because I understand software. Clearly you either don't develop software, or you do it in a high-level language where you don't have to worry about those nasty, nasty bits.

      To get past the 32-bit time_t you need to recompile everything. You can do this with absolutely no difference in effort on a 32-bit machine vs. a 64-bit machine.

    7. Re:Argh, no. 2Gig for user land; rest is OS by Vicegrip · · Score: 1

      Sorry to hear compiling is such a chore for you. I like to write my software so that it re-compiles very easily. In fact we re-compile our 900k+ lines of code every night.

      --
      Do not spread "09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0" over the internet, thank you.
    8. Re:Argh, no. 2Gig for user land; rest is OS by ProtonMotiveForce · · Score: 1

      It's not a problem for me, it's a problem for _everything_ else.

      You can't just decide to use a 64-bit time_t in your program. The kernel, libraries, and all the tools on the system have to be recompiled to use it. This includes any commercial binaries you use that use time_t.

    9. Re:Argh, no. 2Gig for user land; rest is OS by Vicegrip · · Score: 1

      Obviously... the point of original statement, was that a 64bit platform (which, last I checked, includes the kernel and libraries needed for software) allows people to solve problems such as time_t -- which was just a simple example I thought of on the fly -- without coding changes and by just recompiling them for that platform.

      The problem of un-available 3rd party 64bit libraries is solved by my company by insisting we get source with libraries we use. It is also solved by having compiler warnings for dangerous pointer arithemetic and having coding practices.

      Anyways.... Personally, I find the being able to play with a 2^64 value in a single general-purpose register quite sexy and am glad I won't have to be waiting on Intel for affordable 64bit computers.

      Missunderstanding a post isn't a reason to be rude.

      --
      Do not spread "09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0" over the internet, thank you.
  186. How to blow away the PCs by Quila · · Score: 1

    This simple method is how they could make "top of the line, maxxed out" G5 vs. the top Dell workstation face-off rock:

    Run a CAD app (or DB or whatever) with a seven gigabyte dataset.

    G5 100x faster, 200x? Would the PC even finish it?

    1. Re:How to blow away the PCs by Creepy+Crawler · · Score: 1

      >>>G5 100x faster, 200x? Would the PC even finish it?

      If the pc doesnt finish it, it means either the hardware or software is bugged seriously.

      Next time, try running it debugged.

      --
  187. no shit, sherlock...but only for Intel by dh003i · · Score: 3, Insightful

    Duh. Intel knows everything about Intel chips. They designed them.

    Intel's ICC won't produce code nearly as good on AMDs, and won't produce anything on non x86.

    Let's not go around talking about how gcc sucks because it doesn't -- and can't, and never will be able to, unless Intel opens up all of the specs -- compete with Intel's ICC.

    GCC is designed to compile code on many different platforms, to unite development efforts as much as possible accross different CPU types.

    1. Re:no shit, sherlock...but only for Intel by Anonymous Coward · · Score: 0

      Like some asshole really needed to mod this comment down to 0. Goes to show what's really wrong with slashdot. And just for the record, I am not the poster of the parent, just a concerned reader with no mod points. (because my perfectly decent posts keep getting modded back down after they get modded up to 5)

    2. Re:no shit, sherlock...but only for Intel by amorsen · · Score: 4, Informative

      In reality, icc produces really good code for Athlon/Opteron. So good in fact that the SpecInt scores of Opteron with icc in 32-bit-mode are better than the scores with gcc in 64-bit-mode. -- Despite the extra 8 registers in 64-bit-mode.

      --
      Finally! A year of moderation! Ready for 2019?
    3. Re:no shit, sherlock...but only for Intel by dh003i · · Score: 0

      Maybe so, but it produces a big fat zero for anything outside of x86. Nothing.

      ICC developers have an unfair advantage over GCC developers, because they know x86 architecture inside out -- they make it. This does not mean that the comparisons between ICC and GCC are unfair because ICC is better.

      What it does mean is that it is inappropriate to say "GCC sux0rs".

    4. Re:no shit, sherlock...but only for Intel by amorsen · · Score: 0

      I agree to everything you are saying here. I was just correcting the minor point about icc's performance on AMD processors. For me icc's performance is totally irrelevant, actually. I probably have not run a program compiled with icc ever, and I most likely never will.

      --
      Finally! A year of moderation! Ready for 2019?
    5. Re:no shit, sherlock...but only for Intel by Anonymous Coward · · Score: 0

      do you get to stand in shorter lines at the store with a higher mod number? Does it make your teeth whiter? Go out in the sunshine my friend...

    6. Re:no shit, sherlock...but only for Intel by crucini · · Score: 1

      ICC is really the KAI (Kuck and Associates) compiler. Intel bought KAI because the compiler rocked; Intel didn't make it fast. It was developed by outsiders, not by Intel. Therefore I think it reflects the efforts of some serious and hard-working compiler writers, not some secret Intel tricks. Simply reading and understanding the publicly available information on Intel hardware and compiler optimization is a big task.

    7. Re:no shit, sherlock...but only for Intel by dh003i · · Score: 1

      Yea, and then Intel didn't bother using any of their natural knowledge of x86 to make it a good compiler. Come on. Are you implying that those who write GCC aren't hard-working coders and don't read publicly available information? I think that's absurd. They simply have to split their efforts among the several different architectures that they have to support.

    8. Re:no shit, sherlock...but only for Intel by HuguesT · · Score: 1

      The KAI contribution is only relevant to C++. For straight C it doesn't help. For C++, as you said, it was very good, particularly at optimizing template code and generally getting rid of abstraction layer penalties.

    9. Re:no shit, sherlock...but only for Intel by crucini · · Score: 1
      Yea, and then Intel didn't bother using any of their natural knowledge of x86 to make it a good compiler...

      Looks like we're both speculating. I don't think we know exactly what happened to KAI after Intel bought it. I am nowhere near informed enough about this area to make an educated comment. But I think you could be overestimating the value of such knowledge. Linus Torvalds made an interesting comment that's somewhat appropriate:
      You see, when you do a large enough survey of things like page table implementation and you make a decision based on your observations ... you find later that you could only have done it that way if you were truly interested in having high performance.

      I'm not sure if that conveys the whole idea - basically, catering to the peculiarities of one architecture is not as good for performance as it seems.

      I think that someone with a strong general knowledge of compiler design and computer architecture, and all the public documents on Intel chips, will write a faster compiler than someone with less general knowledge and unlimited access to Intel's secrets. Remember, the secrets could lead you off in the wrong direction.
    10. Re:no shit, sherlock...but only for Intel by CTho9305 · · Score: 1

      You apparently have not ever looked at the VOLUMES of information Intel publishes about optimizing for their processors. You think they'd rather have you write sub-optimal code so their CPUs look slower than they could look? Intel benefits when you write optimal code on their platforms.

  188. Benchmarks Only Part Of Demonstration by pribut · · Score: 1

    While we may debate whether using a compiler optimized for a 64 bit computer is fair when comparing it to a 32 bit computer (but hey - isn't the 64 bits part of the attraction of this computer?) there was another section of the demonstration that used application testing to demonstrate the speed of the G5.

    The applications included:

    Adobe Photoshop - rendering a poster of Looking For Nemo - out did the Double Xenon 3 (not a single xenon ) by 2X

    Adobe Acrobat - individual page rendering in a long document. Outdid the Dell by about 2

    Mathematica - which relies heavily on FP calculations. Fractal or pattern creation. Outdid the Dell.

    Music Playing/Rendering - Score by the composer of the music to the Matrix. The Dell hiccuped and then choked totally. I was quite surprised to see this happen and don't exactly know how or why it happenned.

    Studio Quality Video - codec made for Quicktime. This will be beyond what most of us need or use. Microsoft has gone far with the new media player. This is for a niche audience.

    There is much that Geeky people do that requires FP calculation. There is much that arty people do that requires graphics, music, video
    While one would expect application benchmarks to favor the platform - these were all very impressive. And reality is usually more important than just looking at a set of numbers that does not represent what use you will be making of the machine.

    A combination of the numerical benchmarks and the application benchmarks are what is needed. There will be more on the way.

    And - I think most of us /.'ers will like the appearance of the new machine. Now, we just need a MacLinux if we don't want to live in BSD :-)- and the new Panther will include XWindows.

    Aside: There was a funny scene in the keynote with a video of a stealthy looking black panther slinking through the jungle - then a comparison to the competitor - a Long Horn chewing its cud in a grassy field with Home on The Range playing.

    Conclusion: Don't rule this computer out. The architecture is interesting. We've been waiting for a 64 bit machine. This one has a choice of impressive graphics cards. The limiting areas seem to be the memory and disk speed. Next, we need to see how it plays games.

  189. Benchmark suggestions by Atryn · · Score: 2, Insightful
    First let me say that I love Macs but do not currently own one. I do not consider myself biased toward either platform. My next purchase is expected to be a Mac (probably ~6 months from now).

    All of the talk about benchmarks is basically noise to me. I could care less about the tests that ALL companies in this industry run. Here are some suggested benchmark tests that WOULD matter to me (an average user):

    1. Time it takes to order the computer.
    2. Time it takes for computer to arrive.
    3. Time it takes to unpack and set up hardware.
    4. Time it takes to first boot up and configure for use.
    5. Time it takes to install standard applications (MS Office, Netscape Communicator, or Kazaa for example).
    6. Time it takes to start up said applications on subsequent uses.
    7. Time it takes to access removable storage devices (like CDs or DVDs) for directory listings, opening files and playing media.
    8. Time it takes to shut down machine.
    9. Time it takes to "restart" machine.
    10. Time it takes to change users.
    These are some basic tasks that most average users perform day to day. The configuration of the machine mentioned in step 4 should be basic, with no "options" that the average user wouldn't know to use. I have no idea who would win these tests. Now, I don't know if this is the market that Apple is going after, it's just me.

    More important that speed is what I can run. Can I run my favorite games? My favorite browser? My favorite office applications? Apple does fairly well here except in the game category (at least last I checked... which as an average user was a while ago).
    --
    Come play Moral Decay!
    1. Re:Benchmark suggestions by valkraider · · Score: 1

      With Mac OSX - you don't need #s 8 and 9.

      (It's a funny, laugh people.....)

  190. Mod up by Anonymous Coward · · Score: 0

    +5,000 Insightful

  191. Re:similar info from a different source by Anonymous Coward · · Score: 0

    Your post is devoid of meaningful content. What are you trying to say here? That Apple's benchmarks are invalid? That they *might* be invalid? That your world-view is threatened by the prospect of a Mac that kicks ass computationally as well as in all the other ways?

  192. Game developer sit down at WWDC by Critter92 · · Score: 1

    For what it's worth, at WWDC the Blizzard guys said that Warcraft 3 was running around twice as fast on the dual 2GHz G5 as on a dual 1.4GHz G4, and that it ran out of the box. So, for this single data point, performance scaled faster than clock rate, which is a nice change for all of us who experienced the P3 to P4 transition.

  193. VMWare by battjt · · Score: 1

    Running our app in W2K/VMWare(single threaded) on Linux on a dual PIII/800Mhz was faster than running our app on a native P4/1.3Ghz.

    Joe

    --
    Joe Batt Solid Design
  194. Bench Marks? by choctotha · · Score: 1

    I can understand wanting to state your opinion on something. I can understand doing something to state that opinion. But I have a hard time reading an article when his whole point is to show how justified he is in being upset at apple "Using publicly available information, I am going to show you how Apple is attempting to deliberately mislead its loyal customers and fans when it claims that "The Power Mac G5 is the world's fastest personal computer"". I would like to read a truly objective article on this subject. But this article is hard for me to take with any seriousness. What you do speaks so loudly that I cannot hear what you say. â" Ralph Waldo Emerson. 1803-1882

  195. Missing the point by enigma971 · · Score: 2, Insightful

    A lot of people seem to be missing his point here, saying that "Well, AMD and Intel probably manipulated their results too, but he accepts those." His point isn't that Apple optimized the benchmark so that their system would perform well, his point is that they crippled the competition, turning off important new features. There is no doubt that AMD and Intel had every optimization turned on when they did their tests, and that's fine. The problem that he raises is that Apple disabled the competition in their own tests.

    1. Re:Missing the point by Anonymous Coward · · Score: 0

      Thats right!
      and it only proves that apple cant prove its statement of the faster desktop computer with its shaded form of "benchmarks". Also appears that apple paid this company to do the benchmarks - that is real objectivity there folks.

  196. Hard Drives by OS24Ever · · Score: 2, Interesting

    I went from an Atari 800 with a Atari 410 Cassette drive to a Compaq Plus with a Floppy Drive & a 10MB Hard Disk Drive.

    I refused to use the hard drive for like six months because floppy disk was more than enough for me.

    Of course, I was like eight at the time too and had no real idea what a system running from a hard disk would perform like...

    --

    As a rock-in-roll Physicist once said, No matter where you go, there you are.

  197. The reality of benchmarks by MacGod · · Score: 1

    The reality of benchmarks is that they are almost completely useless.

    Even if you could make all variables identical on each computer (RAM, HD, compiler speed etc), it's going to whip out some arbitrary number that is larger or smaller than your competitor. But that number is based on the set of operations defined in the benchmarking tool

    In daily use, your mix of operations will vary. It may be similar to the benchmark's set, it may not be.

    If you do a ton of database and 3D rendering, your FP speed is going to be much more important than your integer scores, as opposed to a person who does a lot of programming.

    Why do you think Apple always does Photoshop tests in their introduction presentations?

    1. Because Photoshop has been highly optimized for the G3/G4/G5
      and
    2. Because so many people who use Macs rely on Photoshop that it represents a much more accurate use of many of their users' daily activities.

    These are the same reasons they show movie compressions, audio programs etc.

    For many Mac users, these are more important than arbitrary benchmarks.

    --
    "Reality is merely an illusion, albeit a very persistent one " -Albert Einstein
    1. Re:The reality of benchmarks by Corydon76 · · Score: 1
      Because Photoshop has been highly optimized for the G3/G4/G5

      So, uh, the G5 computer has been out, what, a couple hours, and magically, Photoshop is optimized for it? Riiiiiiiight.

      And you also believe that Photoshop is NOT optimized for P3/P4? Riiiiiiiiight.

      Adobe isn't stupid. They tweak Photoshop's performance, so it works well on both architectures. And they certainly have tweaked performance for the G3 and G4. But that's not the same as tweaking performance for a new processor that they've never seen yet.

      But you're right. This is precisely why the Photoshop test is so influential. It's a little easier to wrap your mind around, given that you probably have seen Photoshop in operation. Most of us don't run benchmarks on our computer "just because". But we do run applications and seeing those applications at work is certainly one way to compare performance.

      Personally, though, what I do most is write programs. There isn't that much performance difference between vim on a 2GHz G5 system and vim on a 133MHz Pentium MMX. I suspect the same is true for many of Slashdot's readers. :-)

    2. Re:The reality of benchmarks by MacGod · · Score: 1
      But that's not the same as tweaking performance for a new processor that they've never seen yet.

      Well, the PowerMac G5s ahve only been out for a few days, but a lot has been known about the processor for awhile. Ars Technica has done 2 articles on it already (here and here), and I don't think it's a stretch to assume that Apple and IBM let Adobe in on much of the structure for the 970 so they could produce an optimized version of PhotoShop in time for the WWDC bake-off.

      And yes, I realise that Adobe optimizes PhotoShop for the Pentium series as well, I was just pointing out that their optimization for the G3/G4/G5 processors makes it a better choice for speed demos than arbitrary benchmarks.

      As for programming, vim may run the same, but compilation varies. IANAHCP (where HCP=hard-core programmer), so I'm not sure what the mix of integer vs FP operations is in compilation, so I don't know how much the speed will vary between a P4 (better INT scores) and a G5 (better FP scores).

      --
      "Reality is merely an illusion, albeit a very persistent one " -Albert Einstein
  198. Don't buy the GHz hype by dh003i · · Score: 2, Insightful

    How much does it cost to add an extra Intel 3GHz CPU to your personal desktop? Certainly not enough to make up the difference between the Dell's and Apple's 2CPU computer.

    In terms of price/performance, x86's are still the best. You just need to add and extra CPU for ?300? bucks (I haven't kept up to date on CPU prcies). So, why would anyone who wants CPU-performance waste the money on a Mac?

    All of this obsession with CPU-performance is pretty lame, in my opinion. My 1.1GHz is still plenty fast. More important than a fast CPU is a fast hard drive. Most wait-time is waiting for programs to load, since most ordinary uses of a computer aren't CPU-intensive. And of course RAM.

    Spend your money getting faster hard-drives (e.g., 10,000rpm ATA-166 hard-drives) and faster RAM (e.g., DDR RAM).

    If your a gamer, don't be fooled by the CPU-obsession. GPU's is where gaming performance is at. Getting a CPU twice as fast might increase your fps by 2 frames per ssecond -- for another $100 bucks. If you're a multi-media person, again, the graphics card (GPU) is where it's at. If you're a casual or amatuer, you can just get the gamer-line GPUs. If you need perfect quality, you'll probably want the QUADRO GeForces.

    The only people who really *need* CPUs faster than 1GHz are people who do a lot of number-crunching. Usually scientists. And maybe people who compile their own software, if you want it to compile faster (though the whole point of compiling yourself is to get better performance without having to upgrade your CPU). A better thing to do if you want to compile your own software (e.g., if you use Debian, *BSD, or are a developer), would be to find a high-end *nix computer that you can use to compile it on, with options for your computer.

    Don't buy the GHz hype. More GHz will not make your programs load faster, and will most certainly not make your computer much more responsive.

  199. The Marketing Conspiracy! by SpeedRacer · · Score: 1

    -- sarcasm on --
    Guess what everyone! I just found out that sales, marketing, and advertising departments are PAID to present corporate products in the BEST POSSIBLE LIGHT, even if that means not telling the reader all the facts! Who could have possibly guessed?
    -- sarcasm off --

    OK, for those of you who don't already know this: There are a lot of caveats and unlevel playing fields in the world of marketing, advertising, and sales. Companies pay these people to sell product, even if it isn't the best or fastest or whatever by whatever standard someone likes to choose. Every company does this -- whether they're selling computers or trucks or detergent. This is not news.

    So Apple presents the benchmarks in the best possible light and puts a lot of fine print in to cover themselves. Who cares? The benchmarks are only vaguely interesting in an academic way. The only real way to know how the system will perform is to do your own homework.

  200. Lied to by Corporations? by OS24Ever · · Score: 1

    You don't like being lied too by corporations?

    let's see.

    do you:

    A) not drink beer because gigantic parties with tons of super attractive women don't show up scantily clad happy to dry hump dance all over you?

    b) not drive a car, because you don't get that 'feeling' that Toyota claims or you can't go winding down a canyon road to cure your hiccups without getting arrested or flying off the road abecause the suspension on the car can't do what it did in the commercial?

    c) not live in a house because you can't get a mortgage rate the rates advertised because your credit rating isn't in the right phase of the moon to get the right score to get the super low rate that made you call them in the first place?

    Find me a corporation that doesn't mislead you, and we'll find one that goes out of business.

    Lying is a strong word, misleading would be a better one, or even misdirection. That's what marketing is. Creating a non-existant need for you to want their product.

    --

    As a rock-in-roll Physicist once said, No matter where you go, there you are.

  201. who cares? by asv108 · · Score: 3, Interesting
    I noticed a lot of people are making comments like it looks true, but who cares?

    The reason people care is when you go to the Apple site there is a big headline that the Apple G5 is the world's fastest desktop computer, when in fact any way you cut it, it is not. If any other company pulled this kind of shit it would be ridiculed in a minute, but Apple abuses the loyalty of its users. As someone who uses macs occasionaly at work and home, I like the product but hate the BS tactics of the company and stupidity of a small but vocal portion of its user base.

    1. Re:who cares? by Trickster+Paean · · Score: 1

      If you actually quoted it, it's not saying that it's the fastest desktop computer, it is saying that it is the world's fastest "Personal computer". Apple was the company that coined the term personal computer, and it actually can make an argument that it is the fastest personal computer.

      Whether it's the fastest desktop is another question - there are probably some workstations that are quicker than it, but as a personal computer, I do believe that it has regained the speed crown.

    2. Re:who cares? by jeffasselin · · Score: 1
      If any other company pulled this kind of shit it would be ridiculed in a minute, but Apple abuses the loyalty of its users.

      That's bullshit and you know it! Really, EVERY company does this. It's called marketing, and marketing is nothing else than institutionalized lying.

      --
      If he explores all forms and substances Straight homeward to their symbol-essences; He shall not die.
  202. RAM is good by nullard · · Score: 1

    Well, WebSphere Studio reccomends 768MB. I also need to run test browsers (Moz & Konq), Konsole, gimp, gaim (inter-office messaging), etc. In order to avoid paging like crazy, it would be nice to have enough ram to keep everything in physical memory.

    Back before System 7, I used to load entire applications into ram (I had 4mb in a Mac Plus) to improve system speed. In portable enviroments (PB 165c) I used to do the same (under System 7) to conserve battery life by not spinning the HD at all.

    Additionally, tasks like DVD authoring would benefit from enough ram to hold most of the DVD in memory at once.

    RAM is good

    --


    t'nera semordnilap
  203. SSE2 complaint makes no sense by Anonymous Coward · · Score: 0

    GCC 3.3 does not do auto-vectorization on PowerPC, the idea that it is unfair then to not compile SPECfp using SSE2 on the P4 when it would not be vectored on the PowerPC 970 is absurd. You're going PowerPC 970 FPU against P4 and Xeon FPU here, and that is the most valid comparison.

    The small byte size/low precision probably favors the P4 rather than the PowerPC 970, since the 970 has parallel double precision pipes and the P4 and Xeon have nothing of the sort. Also unlike the 970, the P4 and Xeon cannot run all thier vector and FPU pipes in parallel, which brings me back to th vector point one last time.

    On the vector side, anyone that wants to play a game of whose vector unit is better can find the answer on distributed.net. There you have two highly optimized vector implementations on the G4 and the P4, and the G4's vector unit cracks keys more than twice as fast on a per clock basis, and a top end parallel G4 machine stomps a top end parallel Xeon. The PowerPC 970's VMX implementation is certainly not going to be slower per clock, in fact IBM published dnetc benchmarks for the processor, though I can't find them right now I am sure some industrious /.'er will.

  204. Re:Apple 2.3x faster in BLAST, 2.3x faster in Adob by Anonymous Coward · · Score: 0
    Apple's BLAST benchmarks do not at all represent a fair or accurate comparison of hardware performance, and here is why: Apple's BLAST benchmarks do not compare the same software running on the different platforms. Apple modified the BLAST source code to run faster in certain situations, like long word lengths. Apple also eliminated many slow calls to malloc/free, which particularly help with shorter word lengths. None of these modifications requires a G4 processor or AltiVec instructions, except that Apple commingled irrelevant AltiVec instructions with them, such that the resulting C code will only compile, link and execute on a G4.

    The public BLAST source code has also been markedly improved in speed, features and the elimination of bugs, since Apple released its modified version. Given Apple's penchant to mislead, though, it seems likely that Apple is still publishing benchmarks of its old code against the old original BLAST code, not more recent versions.

  205. is the speed really that important? by kleznik · · Score: 1

    A lot of people argue about whether PC's have more bang for your buck than a mac. I happen to agree with them, but I still own two macs (a 7 year desktop and a 1 year old laptop) mostly because I find the mac operating system more open to finding and fixing problems, and I happen to love how beautiful OS 10's quartz extreme works for displaying 2D graphics.

    I have felt for years that a lot of people's problems often stem from the fact that money enters into decisions that they make. Consequently, whenever possible I try to leave the cost out of the decision. Once a decision is made, I this do whatever it takes to make that decision happen.

    Now, I'm fortunate in that I make enough money to be able to afford a new mac every couple of years or so (not so for many, I realize), so I have been lucky in that I could decide on a computer and not have price be that much of an issue. Assuming that price did not come into your decision, would people prefer a PC or a mac? Let's assume that for some reason you had a rich uncle or aunt that offered to spend a couple of thousand dollars on you to buy your dream machine. What would it be? I'm not that experienced with PC's, but I'm thinking that the following might factor into your decision:

    • PC pros:
    • Can find almost anything developed for your machine.
    • Lots more games than on the mac.
    • Love windows XP interface.
    • PC cons:
    • Problems can be difficult to diagnose and fix (based on my experience of having to fix several friend's PC problems).
    • Hate Microsoft's history of proprietary code, undocumented "features" that violate constitutional rights, etc.
    • mac pros:
    • All of the free applications from Apple (itunes, imovie, etc).
    • Love the OS 10 interface.
    • Can run lots of UNIX applications side by side with standard desktop apps. (I personally LOVE this - I work in a protein crystallography lab, and I love being able to build structures while watching the keynote address).
    • Lots of the OS is open source, and Apple regularly contributes back to the open source world.
    • mac cons:
    • Charges for upgrades to the operating system every year (although this may not count if you are not letting money affect your decision).
    • Applications often delayed to come to the mac, if ever.
    • Much fewer games.

    I'm curious to hear what people think.

    -Dan

  206. No excuse though by siskbc · · Score: 1, Interesting
    I think it's fair to say pretty much every single chip maker does whatever they possibly can to skew their results. It's what happens when we let the marketing droids control corporate policy and direction.

    That's true, but for decades Apple has had the perception in some circles as a company that does things "differently." Hell, that's their whole reason for existence, right? So I think there are people who will be genuinely surprised to discover that Apple has so THOROUGHLY cheated. I mean, this makes nVidia look like saints.

    No, I am not a Mac zealot who thinks that Intel or Gates, or whoever it is that day is the devil.

    I think that's obvious from the fact you aren't threatening to kill the guy who wrote the article. Evidently unlike most of the people writing him email. Seriously, what's with these people coming so unglued?

    --

    -Looking for a job as a materials chemist or multivariat

    1. Re:No excuse though by NetCurl · · Score: 4, Insightful

      Apple has so THOROUGHLY cheated

      Just because one guy posted an argument and used what facts he felt backed his claims, doesn't nearly support your statement. I think the only thing that EVER settles any of the damn benchmark arguments is real-world, side-by-side testing of applications people use every day.

      It's long been known almost all types of benchmarks can be skewed, and cross-platform benching is a completely subjective science. This fuss is ridiculous. Let's wait until someone gets their hands on a box, and lets us know what it really is like.

      --

      It's only when we've lost everything, that we are free to do anything...

    2. Re:No excuse though by Anonymous Coward · · Score: 0

      You shouldn't believe everything you read. The guy in question has a history of anti-mac articles to his name.

      The 'people writing him email' were actually just anonymous respondents to the macnn story thread that he picked up and posted on his site.

    3. Re:No excuse though by Anonymous Coward · · Score: 0

      Guess what, "Think differently" is from the Apple marketing department, too...

  207. Apple used GCC ! by greenskyx · · Score: 1

    Atleast if they 'cheat' by making GCC much better for their G5 chipts (they haven't), we can not only see exactly what they did, but those changes also become part of GCC. It's a double win.

    I really think that using GCC is the way to do. If the video card companies had to do something like this maybe we wouldn't be wondering which video card is actually faster now...

  208. Mod-Bastards by blunte · · Score: 1

    So yesterday I was modded as Flaimbait for suggesting the new Mac wasn't actually the fastest desktop in the world.

    So here's a big Told-You-So to the modders.

    And why is this benchmark cheating not a surprise? They've been fudging facts for years.

    Now what gets me is why companies do this? Don't they know they'll be discovered? Unbelievable.

    --
    .sigs are for post^Hers.
  209. this guy had me by bob+dobalina · · Score: 2, Insightful

    ...right up until he wrote about how Apple and Dell are "misleading" customers by pricing their their boxes at $x-1 instead of $x. As if their sales really are dependent on nitwits saying "hot damn, I can get that machine for under $x! I never would've bought it for that much!" In short, his whining about a "marketing ploy" is a complaint about a pricing policy so common that, well, almost everyone, from computer companies to car companies to the corner grocer selling apples for 99 cents a pound are "misleading the public". And if people can be so mislead by a one cent/dollar reduction in price, who would be intelligent enough to read his review?

    He also casually mentions that "most people use Integer (not FP) most of the time. Therefore, integer results (SPECint) are much more important than floating-point results (SPECfp)." What qualifies as "most people" using integer "most of the time"? Doesn't he have any data on FP usage?

    And was I the only person that noticed almost all the results he posted had a caveat that such a benchmark "is a single-processor test, so in the following results, where the computer has a second processor, it is either disabled or not used."? Aren't these dual processor Apples we're comparing with single processor Oranges? (sorry, couldn't resist.) It might make sense if Apple actually ships machines with useless second processors where architecture and OS make them essentially uniprocessor machines. But if Apple does indeed sell multiprocessor machines, and I understand it, they are, shouldn't that be taken into account? What I read was not that Apple claimed that the PPC 970 is the fastest chip, but rather the dual processor G5 is the fastest desktop computer.

    About all he convinced me of is that Apple perhaps twisting benchmarks for their own ends. But his review is hardly a clear and unambiguous refutation of Apple's statements.

    --

    B

    "I'm payin' taxes, but what am I buyin'?" -- James Brown

  210. veritest don't make these SPEC marks official... by Anonymous Coward · · Score: 1, Informative

    What amazes me is that people don't know that the SPEC database of results exists for a reason - they are the only OFFICIAL results SPEC recognize. To get your figures posted, you must follow the so-called "reportable run" guidelines which dictate what you can and cannot do with compilers, etc.

    Until SPECint/fp figures for these new macs appear on http://www.spec.org, take whatever you hear from ANY vendor (G4, G5, P4, Xeon or whatever) with a BIG apple-sized grain of salt.

  211. Don't pimp your website's articles by Anonymous Coward · · Score: 0

    AMD Zone are morons. They are just a bunch of fan boys who barely can use a spell checker.

    Not convinced? Read a paragraph in their article. The opinion written there is blatantly praising Opteron, which is not surprising, because they are, after all, fanboy central.

  212. Oh shit! Apple presented its products... by FortranDragon · · Score: 1

    in the most favorable light (for Apple). What is the world coming to?

    Better go tell your nearest open source or free software advocate that they had better change their tactics. After all, using the words (in all their senses) open and/or free is a form of marketing... ;-)

    Seriously, whether you agree with the benchmarks or not, hate or love Apple, at least Apple has included some transparency in the process. That's more than most companies are willing do to these days. We don't want more cases of Benchmarks In, Gospel Out.

    --
    "All the darkness in the world can not quench the light of one small candle."
  213. A True Benchmark that means something to me... by bluesangria · · Score: 1

    would be to have each vendor pick their machine, optimize it to their hearts content software and hardware wise. Then load 3-5 common apps like Photoshop, MS Office, Illustrator, Premier, etc. Working with the same graphics or test files on both platforms, run them through their paces. Just to spice things up, have the persons doing the testing be an "expert" for each platform - a power user that prefers a PC and a power user that prefers a Mac.

    Then see how long it takes each to accomplish 1) particular tasks like color rendering a photo, and 2) the total overall time it takes to complete all the tasks.

    This is the kind of "benchmarking" that exists in the real world and I want to see a test of that. No whining about "Altivec" or "SSE/SSE2" - it means nothing to me and won't mean anything to me unless the sofware I'm using happens to take advantage of it.
    To me, this eliminates the "But they left out BLAH optimization and disabled BLAH functionality that REALLY speeds things up!" If the vendor can't figure out how to optimize their own hardware, then that's something you have to consider when deciding your purchase - along with the final cost of all the "mods" and "extras".

    THOSE are the results that would impress me more than some vague reference to floating point vs. integer performance.

    blue

    1. Re:A True Benchmark that means something to me... by BenjyD · · Score: 1

      Exactly. The problem for the companies is that almost every computer would come out with very similar results. What difference does it make if it takes 30 seconds or five seconds to apply a filter to an image if it took me an hour to draw the image first?

      But then, I am working on the Palm platform at the moment, so I think 33Mhz is fast...

  214. math prevails again! by Suppafly · · Score: 1

    Once again, math can be used to show that 2ghz 3ghz.

    1. Re:math prevails again! by Suppafly · · Score: 1

      there should be a less than in there.. slashdot ate it..

  215. Re:similar info from a different source by fitten · · Score: 1

    Nope, I'm saying the previous AC poster knows nothing about compilers or much about benchmarking.

    I'm not a zealot, whether or not the Mac "kicks ass computationally as well as in all the other ways" doesn't give me wood.

    However, I am convinced by the evidence that Apple's benchmarks are flawed and, as such, are pure marketing, typical of what we've seen in the past.

  216. I conducted my own test... by DavidBrown · · Score: 3, Funny

    ...using a G5 that fell off the back of a truck and the latest computer from Dell. Borrowing Apple's technique of "tinkering" with the systems, I optimized the Dell system to it's highest level of performance. I made only a single modification to the Apple system: removing its power cord.

    Interesting enough, the Dell system matched the numbers found on the SPEC website, but the G5 was unable to complete the benchmark.

    I think that this test, which can be easily duplicated, shows conclusively that Apple's G5 marketing is a complete lie.

    --
    144l. ph34r my 133t l3g4l 5k1lz!
  217. YOUR REALITY DISTORTION FIELD IS GLOWING by Anonymous Coward · · Score: 0

    Please turn it down.

  218. MOD UP by SuperKendall · · Score: 1

    I've seen no good explanation to explain how if the Xeon is really so much faster, the app demos were so much better on the G5. Obviously there are a lot of things like internal bandwidth that help out the apps - but isn't that what we should be really concerned with? Instead of comparing compiler writers to see who can wring the most out of a CPU alone.

    The reality is that we need to wait until the machines are shipping and then evaluate them, to get a more objective picture. The Dell benchmarks are as full of exaggeration as the Apple ones, and until you compare real world apps you can't really say which is faster or by how much. Until then the application demos alone are compelling enough to suggest the G5 really is a fast machine.

    --
    "There is more worth loving than we have strength to love." - Brian Jay Stanley
  219. Easy, now... by saab900 · · Score: 1

    What I find funny is that most of us that read /. have BOTH systems available to us (maybe at a friend's place, maybe in an adjascent office), and can recognize that a machine's OS and hardware play second fiddle to the EPERTISE of the person using it. I can guarantee I could give a top-end Windows, Linux, OR Mac machine to my father and any one of them would be on fire within days.

    1. Re:Easy, now... by saab900 · · Score: 1

      EXPERTISE, even...;)

    2. Re:Easy, now... by DinkyDoorknob · · Score: 1

      Ivory league schools: very clean. And EPERTISE, sounds like a late nineties marketing slogan: we have ePertise in eMachines.

  220. Re:Don't be gay! by Anonymous Coward · · Score: 0

    Anybody can check for themselves the Spec results from spec.org. It's not surprising they are praising AMD results considering they are much faster than Apple's.

  221. It does not matter by Anonymous Coward · · Score: 0

    In the end it does not matter if the fudged the results everyone fudges the results. One thing it does show is that apple is now at least competitive with the top of the line intel processors and probably will be for some time. That is what really matters.

    The price may be high but its better than running the alternatives.

  222. What About the Most Important Benchmark? by Nintendork · · Score: 5, Funny
    How long does it take for a SETI@Home work unit to complete???

    -Lucas

    1. Re:What About the Most Important Benchmark? by Hard_Code · · Score: 1

      the answer is of course: 5 seconds if use the right "optimizations" ;)

      --

      It's 10 PM. Do you know if you're un-American?
    2. Re:What About the Most Important Benchmark? by Anonymous Coward · · Score: 0

      Wait until this autumn when they actually ship the G5 and find out.

    3. Re:What About the Most Important Benchmark? by godawful · · Score: 1

      a friend of mine is at wwdc and was on one of the machines, it seems to do about 1% every two minutes, at least on the version of the OS it was running

      --
      Live EVERY week... Like it's Shark Week
  223. No Athlon by minkwe · · Score: 1

    So that is why there was no Athlon benchmarks in the comparison -- because the athlon does not care what compiler you use.

    --
    "Fighting terrorists with millitary might is like killing a mosquitor on your Dad's forehead with a rifle."
  224. audio comparison by jcsehak · · Score: 2, Insightful

    The emagic comparison seems a little fishy though

    Not sure if it's on the site, or just on the tech specs pdf (where I'm pretty sure I saw it), but the audio comparison is really bugged out. First of all, the title bar says "Logic vs. Cubase," but we're not comparing apps, we're comparing procs. Does that mean they're running Logic on the Macs and Cubase on the PCs? If so, the comparison is absolutely meaningless.

    Then they say "with 5 plug-ins." Which ones? Which brands? Waves? Different plug-ins take up different amounts of proc usage. I can only do one high-quality reverb at a time, but lots of eq's. And were there 5 plug-in on each track, or 5 plugins that each track was routed through?

    Then their results: 52 track, 115 tracks, etc. That's a lot of tracks. But again, meaningless.

    A good benchmark would be:

    Digidesign's Pro Tools Free, no audio hardware except what came with the computer. Record 8 tracks of 24-bit/96khz audio (or whatever). Then pile the plugins on, and use the exact same ones in the exact same places on each machine. Let us know when the interface gets sluggish, and then when it craps out. Also let us know how it craps out. Crash? Doesn't respond? But for crying out loud, don't give us worthless numbers.

    --

    c-hack.com |
    1. Re:audio comparison by Anonymous Coward · · Score: 1, Interesting

      A good benchmark would be: Digidesign's Pro Tools Free

      Bzzt. There's no free Pro Tools for Mac OS X.

      The Logic versus Cubase test was perfectly valid. It tells us that Logic on a G5 can do much more than Cubase on a Dell. Just because the test doesn't tell you what you want to know, that doesn't mean it's not a valid or useful test.

    2. Re:audio comparison by jcsehak · · Score: 2, Insightful

      D'oh. That's right. Well, then, Pro Tools LE.

      Oh sorry, I thought they were trying to compare proc speeds.

      Photoshop on a G5 can do a lot more than Mathmatica on a Dell, but it still doesn't tell me shit. You gave to use the SAME freaking app if you want to get meaningful results. Even Cubase on both machines would've been acceptable.

      --

      c-hack.com |
    3. Re:audio comparison by Watts+Martin · · Score: 1

      The current version of Logic isn't available for the PC, and Cubase is (we're told, and it's plausible) the most popular "professional" music sequencer on the platform. We can argue about whether or not that's "fair," but when you're comparing tasks and looking at them as being performed by "best of breed" applications, I think it's defensible.

      What's not being made clear in this discussion is that the Mac and the PC weren't merely sequencing, they were sequencing and doing software synthesis, which is considerably more CPU and bandwidth-intensive. This is, I suspect, where the PowerMac G5's advantage really comes in for this application--regardless of the CPU's SPECint scores, the system is damn good at moving a lot of data around very quickly.

    4. Re:audio comparison by Anonymous Coward · · Score: 0
      Photoshop on a G5 can do a lot more than Mathmatica on a Dell, but it still doesn't tell me shit. You gave to use the SAME freaking app if you want to get meaningful results. Even Cubase on both machines would've been acceptable.


      That's not true. A skilled mathematica user could reproduce in mathematica anything that photoshop can do. It may be slower than using photoshop to do it, but they could do the same operations on the same data.

      A skilled photoshop user cannot use photoshop to do everything that mathematica can do. It's very likely that a skilled photoshop user wouldn't even understand the intermediate and advanced functionality of mathematica.

      So it's obvious that mathematica can do more than photoshop. There.
    5. Re:audio comparison by Anonymous Coward · · Score: 0

      A skilled mathematica user could reproduce in mathematica anything that photoshop can do.

      No kidding? I'd love to see somebody PAINT with Mathematica.

      Remember, painting is an artistic, iterative process. You put a little color down, see how it looks, undo it, change it. Once you've got the finished work (represented as 3-dimensional array of numbers) you can reproduce that in Mathematica, but you can't create it in Mathematica.

    6. Re:audio comparison by jcsehak · · Score: 1

      Cubase is a fine app. I believe Kruder & Dorfmeister used (and still use) it for their mixes, and this includes remixes for madonna. There's no reason why they couldn't compare with Cubase on both platforms. Or Pro Tools for that matter. Pro Tools is more "professional," but like the other guy said, it's more of a hard disk recording system with plugins than an actual sequencing program.

      Now, Reason, that's a fat app.

      I was under the impression they were just playing back audio tracks, not MIDI data, which is of course much more CPU intensive, especially when you put lots of plugins on them. For all we know they test could've had just midi on the mac and just raw audio on the PC.

      More importantly though, I'd like to know if they're using Seagate Barracuda hard drives or some other brand. Barracuda's are like a million times quieter.

      --

      c-hack.com |
    7. Re:audio comparison by hesiod · · Score: 1

      > you can't create it in Mathematica

      Sure you can, but it'll take about 1000x as long. But it can be done.

    8. Re:audio comparison by junkgrep · · Score: 1

      They should benchmark it using Half Life 2.

      Intel: 120 FPS
      Mac: 0 FPS

      :) I mean, seriously: what do most regular people need to blow 3000$ on a top-end computer for if they aren't hardcore gamers? All the greatest hardware and OS development in the world (and, to be honest, I definately think they have both for a mainstream system, though a little pricey for a market underdog) isn't going to convince me, or gamers like me, to switch if the greatest in desktop gaming is either forbidden or 12 months late.

    9. Re:audio comparison by jcsehak · · Score: 1

      WCIII. What more do you need? FPS? You got the new Doom coming out. That's more than enough for me, but I guess I have less free time than most people.

      --

      c-hack.com |
    10. Re:audio comparison by Anonymous Coward · · Score: 0

      No. It cannot be done. Period. Painting is, by definition, a feedback loop. The artist creates, observes, creates some more. This is NOT POSSIBLE with Mathematica. Period.

    11. Re:audio comparison by Anonymous Coward · · Score: 0

      Oh I don't know... Maybe all those TV shows you watch created themselves, or the movies out there in all those theatres just "happen" - again, more to life than games, go outside, and experience direct sunlight.

    12. Re:audio comparison by tyrione · · Score: 1

      I've worked/developed on HP-UX, DECstations, NeXTSTEP/Openstep on Motos/HP-PARISC/x86/SPARC Windows on all sorts of boxes and soon I can't wait to get my hands on a G5 Dual 2Ghz.

      Have I ever bought a fucking game for any platform?

      No!

      Have I played a lot of games. Yes. On Macs, PCs, etc. running from Doom to Quake to Metal of Honor but do I give a shit to spend hundreds and hundreds of dollars running around in first person thrashing people during my days?

      No.

      I save gaming for the Playstation/PS2 where it is just that a Gaming Platform.

      Don't penalize the sales of superior hardware by the lack of your current favorite Video Game.

      It's a chicken before the egg scenario.

      If the hardware/software is compelling and the market share increases any intelligent gaming company will port without being asked to port.

      It helps from all ends.

      It starts with productivity apps, not Games, though having a topknotch gaming platform is a must to ease the transition.

      Gaming is huge in the World and I'm happy for that because we can't always be serious but it is not Life.

    13. Re:audio comparison by Anonymous Coward · · Score: 0

      wrong. it can be done. now, can you do it by dragging a mouse pointer across an image and put down color by clicking your button in mathematica? probably, but you'd have to write up the code to do it. mathematica is programmable and it does have primitives to allow interactivity with a user.

      even if it didn't, you could write up a program that drew pixel-by-pixel. the fundamental feedback is still available, it's just the mechanism that is used that isn't the same.

    14. Re:audio comparison by junkgrep · · Score: 1

      In which case, I STILL don't need a high-end Mac.

    15. Re:audio comparison by junkgrep · · Score: 1

      You're so obssesed that you ranted and mused right over any semblance of a point: you somehow end up telling me that gaming is not important... not important to what? Gaming? I wasn't trying to build a life around it, just a computer purchase cycle.

      What I said was that the amount of money this system is going to cost is the kind of price that is really only worth highend gaming for MOST people (i.e. those who buy computers for other reasons than just to crow over them and berate others). And the Mac platform is too underdeveloped for gaming for me. You can complain about chicken and the egg all you want: that's your cross to bear. I am just a gaming enthusiast who's sitting around triyng to figure out what's worth my money. I'm not going to blow 3000$ on a system just to smugly sit back and figure that my act will one day change the market. I'm not interested in being on the front lines of some platform pissing match. I'm going to blow 3000$ on something if it has he things I want to play.

      So yes: I AM going to penalize a system for a lack of my favorite games. I'm a gamer. You're not (and apparently, you like to steal: nice job). Big deal. You like to spooge over hardware specs and rack up silicon. That's your thing, not mine. Don't hold it argainst me.

    16. Re:audio comparison by junkgrep · · Score: 1

      I guess you do.

  225. Re:spl=troll: totally off topic by jeremyp · · Score: 1

    I agree in general that this guy's reputation does not make his point invalid, but I can't resist bringing up this soapbox about Infinity and the Universe. It's totally hysterical. Among other things, it refutes Einstein's theory of relativity and the law of conservation of energy. It's got absolutely nothing whatsoever to do with the topic in hand, but if you have a basic knowledge of physics or mathematics, it's a great laugh.

    --
    All I want is a secure system where it's easy to do anything I want. Is that too much to ask ~~ Randall Munroe
  226. Don't forget AMD in all this... by Anonymous Coward · · Score: 0
    Found a link to this article on The Inquirer I believe :

    http://www.amdzone.com/articleview.cfm?articleid =1 296

    This isn't a troll, just some more info to those who interested.


    TPF

  227. Design & Speed by Macka · · Score: 1


    More to the point, Intel drive their performance forward on two fronts, architecture design and clock speed. While the G5 is a strong contender from an architecture stand point, that still isn't enough on it's own over throw Intel's crown.

    Fortunately, if Steve J's prediction of 3GHz in a year are on the money, the new G5 systems will be considerably more competitive on clock speed than their predecessor, complementing the G5's design strengths even further.

    Given that Intel aren't planning any more speed bumps to the Pentium 4 for another year (http://www.theinquirer.net/?article=10121) until the Pentium 5 emerges, they could find themselves playing second fiddle to the G5 on anyone's benchmarks within 12 months from now.

    Should be interesting.

    Macka

    1. Re:Design & Speed by gid · · Score: 3, Funny

      until the Pentium 5 emerges

      So are they going to call that new chip the "Pentium Pentium"?

    2. Re:Design & Speed by lowmagnet · · Score: 1

      I think IBM really did the right thing with their new fab in fishkill. They took the humans out of the system, and let the machines run the place. This way they can mechanically control *everything* in the process, and to the benefit of better yields. I'd not be surprised if IBM is already running at 3 or 4 GHz at the prototype level. I remember something a while back about IBM and some process that should scale to 1GHz. If I understand it correctly, that is what this new plant was designed for.

      --
      Heute die Welt, morgen das Sonnensystem!
    3. Re:Design & Speed by Have+Blue · · Score: 1

      If that's the case, I can't wait to see the acronym-happy lamer boards get a hold of them.

      "I'm upgrading my athlon to a PP!"

    4. Re:Design & Speed by Anime_Fan · · Score: 1

      No, that's PPC for Pentium Pentium Computer ...

      Wait... Does that mean Apple beat them to it?

  228. Re:similar info from a different source by Anonymous Coward · · Score: 0

    However, I am convinced by the evidence that Apple's benchmarks are flawed

    What evidence? How are they flawed? Thus far you have said nothing to indicate that this is true.

  229. Linux is also 3:1 in bigmem mode. by moogla · · Score: 1

    [n/t]

    --
    Black holes are where the Matrix raised SIGFPE
  230. Results don't matter, it's still cheating by siskbc · · Score: 0, Flamebait
    Just because one guy posted an argument and used what facts he felt backed his claims, doesn't nearly support your statement. I think the only thing that EVER settles any of the damn benchmark arguments is real-world, side-by-side testing of applications people use every day.

    Horseshit. First, I'm not talking about the results here, I'm talking about their skewing of them, which you can examine yourself. Turning off hyperthreading on a dual-processor system is FLAT CHEATING. Crippling Dell's floating-point is CHEATING. I don't care how it turned out, as that is irrelevant.

    It's long been known almost all types of benchmarks can be skewed, and cross-platform benching is a completely subjective science. This fuss is ridiculous. Let's wait until someone gets their hands on a box, and lets us know what it really is like.

    In other words, let's make it as subjective as possible so no conclusions can be drawn that might be embarassing to Apple, huh?

    --

    -Looking for a job as a materials chemist or multivariat

    1. Re:Results don't matter, it's still cheating by jtrascap · · Score: 0, Flamebait

      Gee whiz - you sound like an Intel zealot!

      "CHEATING! CHEATING! CHEATIE-CHEAT-CHEAT-CHEATIE!"

      Oh get a life - it's just a fscking computer.

    2. Re:Results don't matter, it's still cheating by renoX · · Score: 1

      >Turning off hyperthreading on a dual-processor system is FLAT CHEATING.

      Actually on some benchmark turning off hyperthreading has IMPROVED the score.

      I doubt that it is the case here, but I just wanted to tell you that hyperthreading is not necessarily a magic thing which always improves performance.

    3. Re:Results don't matter, it's still cheating by junkgrep · · Score: 1

      I agree: but that's exactly the problem. It's well know that HP is slower for single threaded aps, and faster for aps that take advantage of many things at once. These benchmarks had HT turned ON for single threaded aps, and OFF for mutlithreaded aps: exactly the opposite of what it does best.

  231. steve jobs reality distortion field by Master+Bait · · Score: 1
    There. I've said it. Kudos to the person who invented the term. Reading yesterday's Slashdot postings, one can get the picture of what it would feel like if the new Macs actually were the "Fastest Desktops in the World".

    --
    "Only in their dreams can men truly be free 'twas always thus, and always thus will be."
    --Tom Schulman
  232. DUH by Andy+Dodd · · Score: 1

    He's not going to post every single mail he gets publically.

    He's just going to post the stuff that really stands out.

    --
    retrorocket.o not found, launch anyway?
  233. Re:similar info from a different source by fitten · · Score: 1

    Umm... maybe read this whole thread and the posted article? It pretty much states why the Apple benchmarks are flawed.

    But... since Mac zealots have problems reading information that casts their beloved machines into non-favorable light or speaks disparagingly of their their beloved Temple Apple, here are but a few (summarizing the original link and pretty much these ~1000 forum posts):

    - explicitly disabling SSE2 optimizations on FPU intensive benchmarks for the x86
    - using gcc instead of the better Intel compilers for the x86 while using an optimized G5 gcc compiler
    - using a speed optimized malloc libraries for the G5 tests but using the standard malloc libraries for the Intel tests

  234. The benchmarks are fair!! by EccentricAnomaly · · Score: 5, Informative

    At work, we just bechmarked the Dell systems a month ago and got very similar results to Apple for the "base" rate. The article seems to be quoting the "peak" rate for the Dells. It's not valid to compare peak rates yet because gcc 3.3 and os 10.3 aren't really fully optimized yet.

    The article also complains that using the NAGWare compilers is not a valid test since they're too slow. But I think the NAGWare compiler is a more vallid comparison than intel's compiler because most real-world computing is done with NAGWare because it fully implements the F95 spec and is more portable. In addition NAGWare is well tested for accuracy and it also very much cheaper.

    The Dell benchmark numbers are pure fantasy. They never occur in real-world use.

    --
    There are 10 types of people in this world, those who can count in binary and those who can't.
    1. Re:The benchmarks are fair!! by prockcore · · Score: 1

      But I think the NAGWare compiler is a more vallid comparison than intel's compiler because most real-world computing is done with NAGWare because it fully implements the F95 spec and is more portable.

      But do most people use the NAGWare 30 trial version?

      The Intel tests were run on the 30 trial version, but the OSX tests weren't. Plus NAGWare on OSX was compiled with gcc 2.95.2, while NAGWare on Linux was compiled with egcs 2.91.66. EGCS! My god how old is that piece of crap?

    2. Re:The benchmarks are fair!! by Jeremy+Erwin · · Score: 1
      NAG doesn't specify the gcc they used, but they do indicate that the Redhat 9.0 version of NAGware is compiled against glibc-2.3.2. From what I've seen, glibc is usually used in conjunction with gcc-3.2.

      The "trial version" is a bit of a red herring. NAG states
      These are full and complete NAGWare f95 Compiler implementations. If after the trial period you obtain a full licence from NAG there is no need to reinstall the compiler.
    3. Re:The benchmarks are fair!! by Anonymous Coward · · Score: 0

      I don't think you understand the mechanics of programming, because NAGWare is going to produce exactly the same code no matter how NAGWare was built.

      The build process for NAGWare may affect how quickly it compiles Fortran code, but that isn't measured in these benchmarks.

  235. So tell me what's wrong about his argument by siskbc · · Score: 2, Insightful
    You shouldn't believe everything you read. The guy in question has a history of anti-mac articles to his name.

    I don't. However, his analysis is easily replicated and interpreted. Instead of discounting what he says because he frequently debunks Mac propaganda, why don't you attack him on the points that he made? I'd be interested in seeing that.

    Additionally, being a mac user, why would it make sense for him to have it out for the mac?

    --

    -Looking for a job as a materials chemist or multivariat

    1. Re:So tell me what's wrong about his argument by Kashif+Shaikh · · Score: 1

      I don't. However, his analysis is easily replicated and interpreted. Instead of discounting what he says because he frequently debunks Mac propaganda, why don't you attack him on the points that he made? I'd be interested in seeing that.

      He's using Dell "advertised" spec numbers. That in itself fucks up the whole article. Rather he has no right to make an opinion until a) He does the tests himself or b) Finds someone todo the tests for him independantly.

      Heck, to test the FPU he could have used games to stress that number.

    2. Re:So tell me what's wrong about his argument by Jherico · · Score: 1

      He used Dell 'advertised' numbers probably because he didn't want to go out and pay $2000 for a dell just to test on. Therefore he only had access to Apple's numbers and Dell's numbers. Rather than present one as the truth he presented both, probably understanding that the astute reader would recognize that the truth most likely lie somewhere in the middle.

      --

      Jherico

      What can the average user can do to ensure his security? "Nothing, you're screwed"

    3. Re:So tell me what's wrong about his argument by siskbc · · Score: 1
      He's using Dell "advertised" spec numbers. That in itself fucks up the whole article. Rather he has no right to make an opinion until a) He does the tests himself or b) Finds someone todo the tests for him independantly.

      Certainly we should hold Dell as accountable for potentially sketchy resuts as Apple.

      And while I can't vouch for the veracity of Dell's results, I'm not encouraged by the *method* used by Apple. That in itself is interesting.

      --

      -Looking for a job as a materials chemist or multivariat

    4. Re:So tell me what's wrong about his argument by Anonymous Coward · · Score: 0

      Dell's numbers have been officially submitted to SPEC. Unlike Apple's numbers.

    5. Re:So tell me what's wrong about his argument by Kashif+Shaikh · · Score: 1

      Then he doesn't have an opinion. It's like trying to find the difference between one wrong and another wrong.

      Who's wrong is wrong?

      kashif

    6. Re:So tell me what's wrong about his argument by Arker · · Score: 1

      He uses a mac (if he really does, we just have his word on it) for the same reason a certain type of racist makes a point to associate publically with blacks/jews/whatever.

      And sure, he debunked some mac propoganda. That's not a problem, we all know that Apple indulges in it just like everyone else, and debunking it, whenever it occurs, is a good thing. But the point is he doesn't stop with debunking it, he goes on to push specious arguments and 'debunk' the baby with the bathwater. Read what he writes. Smell the fanaticism? He can't stop with the truth, he always has to push past it and sling some baseless slurs of his own. Not a reliable source.

      Apple benchmarks emphasise their product, just like Dell does for their own. That's nothing new.

      --
      =-=-=-=-=-=-=-=-=-=-=-=-=-=-
      Friends don't let friends enable ecmascript.
  236. Undefined for good reason: by roystgnr · · Score: 1

    The limit as x approaches 0 of n/x is inifinity.

    No, it isn't. Only one side of that limit is infinity; to see the other side (assuming n is positive) try evaluating at x = -.1, -.01, -.001, etc. Then the limit is negative infinity.

    If you try to put those both together into a normal limit expression, you can form series with no upper bound, series with no lower bound, and series with neither. It doesn't get much more undefined than that.

    1. Re:Undefined for good reason: by Anonymous Coward · · Score: 0

      If you try to put those both together into a normal limit expression, you can form series with no upper bound, series with no lower bound, and series with neither. It doesn't get much more undefined than that.

      That sounds like a challenge! How about:

      lim (-1/x)^x
      x->0

    2. Re:Undefined for good reason: by Anonymous Coward · · Score: 0

      Well, it's quite obvious that this is a positive limit because he isn't going to give someone cash to take his C64. Therefore, as x aproaches 0, the limit of n/x is infinity.

  237. Actually... by Anonymous Coward · · Score: 0

    A 16-bit machine can only address 64k of RAM at a time (natively, using 16-bit registers). Back in the days of 16-bit machines, 64k was something of a small limit, so many of the processors of the day (8086, 80186, 80286) used segment registers to get around this limit. The segment register was 16 bits as well. On the 8086, it was "multiplied by 16" and added to the offset to give the physical address, giving a total of 1 megabyte of addressable memory. On the 286, the segment register was multiplied by 256 (shifted left a whole byte) before being added to the offset to get the physical address, giving a maximum 16 megabytes of addressable memory.
    The Motorolla 68000 was different. Internally ot was 32-bit (32-bit data and address registers) but externally had a 16-bit data bus and 24-bit address bus (giving 16 megabytes of addressable memory) like the 80386sx, which it predated by about 7 or 8 years...

  238. Think Different by !Da_BLaRGiNaToR! · · Score: 0

    Sounds like the 3DMark 03 fiasco all over again!

    --
    I am BLaRG!
  239. Integer Vs Floating Point Operations by AlanS2002 · · Score: 1

    Is this guy serious when he says that the number of Floating Point Operations is irreleveant.
    Hello genious, super computers are measored in FLOPS (Floating Point Operations).

    --
    Not all conservatives are stupid,
    but it is true that most stupid people are conservative.
    - Hume
    1. Re:Integer Vs Floating Point Operations by efextra · · Score: 1

      It true that processing speed is measured with FLOPS (floating-point operations per second), but it isn't a very relevant measurement because it fails to take into account many equally important factors. Graphics applications are faster with floating point. But with most other applications the floating-point usage is much lesser than integer. Embedded processors like StrongARM don't even have a FPU (the floating point instructions can be emulated though) and seem to perform pretty well (in the applications they are supposed to).

    2. Re:Integer Vs Floating Point Operations by AlanS2002 · · Score: 1

      Fair enough. I was pointing out that his statement that FLOPS are irrelevant is ridiculas, especially on a high end 64bit machine as the 2Ghz G5 was marketed.

      --
      Not all conservatives are stupid,
      but it is true that most stupid people are conservative.
      - Hume
  240. Here's a more objective look at the benchmarks. by merdark · · Score: 5, Informative

    I just read the veritest document myself. This guy did not show the complete picture at all. First, in favour of Apple, these tests were run on Mac OS X 10.2.7. I don't think this is the 64-bit kernel that can really take advantage of the G5. I'm not a mac head, but I'm guessing this is Smeagol?

    So right from the start the G5 is seriously crippled in these tests. Especially if they don't even take advantage of 64-bit as seems to be the case. Now, on the the other points that the spl dude makes.

    Sure the special malloc library seems a bit unfair. But then again, do these tests really focus on memory allocation? I'd think they are limited by CPU power more than memory allocation. In any case, it'd be nice if we saw results without this library.

    Now for the comfusing part. The 8300 only has a single cpu. For the base tests, they use hyperthreading and an SMP kernel. They do the exact same test for the 650's base test, hyperthreading with a single processor and an SMP kernel. The G5 system is run with a single processor as well.

    So it seems this test is well balanced and fair. The confusing part is the rate tests.

    For the 8300 they have no hyperthreading and a uniprocessor kernel. For the 650 they have no hyperthreading and an SMP kernel with two processors. The G5 system is run with two processors. It's unclear why they chose not to use hyperthreading on the rate test. It could be that hyperthreading actually reduced the scores of these tests. I'm no expert on the SPEC tests and hyperthreading, but what I do know is that hyperthreading is an intelligent technology. It can't always increase speed, it depends on what kind of code it's running. In the rate test it's possible that hyperthreading is unable to yeild any improvements, in which case the overhead of enabling hyperthreading may make the scores worse than without hyperthreading.

    At anyrate, the tests were a LOT more fair than the dpl guy makes them out. And considering that the G5 could be seriously crippled by not running 64-bit and who knows what other optimisatoins, I'd say that the numbers are still impressive.

    1. Re:Here's a more objective look at the benchmarks. by Anonymous Coward · · Score: 0

      I'd just like to point out that at 1024x768 on IE6 (maximized) on Windows your post just screams "hyperthreading".

    2. Re:Here's a more objective look at the benchmarks. by mcgroarty · · Score: 1
      Rather than guessing and hypothesizing, go to spec.org and look up the Pentium 4 SPECCPU results to see the values from the folks who made the benchmark in the first place.

      Apple understates the Intel speeds by more than a third, compared to the findings you see on the benchmark authors' own site.

    3. Re:Here's a more objective look at the benchmarks. by Anonymous Coward · · Score: 0

      spec.org. URL missing http:// part.

    4. Re:Here's a more objective look at the benchmarks. by Grip3n · · Score: 1

      just read the veritest document myself. This guy did not show the complete picture at all. First, in favour of Apple, these tests were run on Mac OS X 10.2.7. I don't think this is the 64-bit kernel that can really take advantage of the G5. I'm not a mac head, but I'm guessing this is Smeagol?

      A 64-bit processor being benchmarked against a 32-bit processor is obviously completely ridiculous and would only stand to add more FUD to the benchmarks, I'm glad they at the least shyed away from that.

      Sure the special malloc library seems a bit unfair. But then again, do these tests really focus on memory allocation? I'd think they are limited by CPU power more than memory allocation. In any case, it'd be nice if we saw results without this library.

      Now you're just turning an absolute naive and blind eye. Thats like saying we're benchmarking two cars against each other, but we upgraded the fuel injector in one of them. Does it really make a difference? Of course it does! Suddenly its not a controlled test, plus since when are any reliable benchmarks based on hypothesis? "We don't think it'll make much of a difference"? It doesn't matter.

      For the 8300 they have no hyperthreading and a uniprocessor kernel. For the 650 they have no hyperthreading and an SMP kernel with two processors. The G5 system is run with two processors. It's unclear why they chose not to use hyperthreading on the rate test. It could be that hyperthreading actually reduced the scores of these tests. I'm no expert on the SPEC tests and hyperthreading, but what I do know is that hyperthreading is an intelligent technology. It can't always increase speed, it depends on what kind of code it's running. In the rate test it's possible that hyperthreading is unable to yeild any improvements, in which case the overhead of enabling hyperthreading may make the scores worse than without hyperthreading.

      Somehow I don't think Apple was thinking "Oh wow, Hyperthreading really makes this CPU slow...lets not enable it so the competitions CPU looks better". What did you do with your brain? Flush it down the toilet?

      Yeah, it was a very unfair test. Please try to look at things more objectively instead of blindly throwing yourself into Steve Job's arms.

      --
      To make a pun demonstrates the highest understanding of a language
    5. Re:Here's a more objective look at the benchmarks. by Performer+Guy · · Score: 1

      Running in 32 bit vs 64 bit is not a performance issue, it is more to do with addressable space. If anything 64 bit mode would be slower if it has to go use 64 bit pointers etc, of course it doesn't do that anyway because that would require a recompile etc. what actually happens is even with a 64 bit OS 32 bit code is still run in 32 bit mode, and you'd see no performance difference. Just like SGI systems, where 32 bit executables have been running alongside 64 bit executable for years, and even then 64 bit executables are relatively rare for most users.

    6. Re:Here's a more objective look at the benchmarks. by merdark · · Score: 1

      The scores on spec.org were achived with a different compiler. To be fair to Apple, you would have to compare those agains a compiler and operating system that excells at supporting the G5. The OS 10.3 is not ready yet. I assume that sometime a compiler that is good with the G5 will also be released.

      Right now all you can do is guess. The current comparison is demostrating the performance for a typical usage. This is not understating anything. More likely it's just clever marketing.

    7. Re:Here's a more objective look at the benchmarks. by merdark · · Score: 1

      If benchmarking a 64-bit processor against a 32-bit is obviously ridiculous, then why do you have a problem with Apple claming that this processor is more powerful than the P4?

      I guess since the G5 doesn't have SSE and hyperthreading than it's also ridiculous to use those right? Really, get a damn grip.

      Your car analogy is incorrect. If I create a program that allocates a huge array once, then just munches the data in it, the allocation library will have zero performance impact. If I allocate and deallocate constantly, then I'm benchmarking the memory manager and not the CPU. Spec designed this test to test the CPU. Good design for high performance code is to reuse data structures so you don't get the penalty of construction and deconstruction.

      I said it's unclear what performance impact the allocation library will have. It is certainly not likely that it will make drastic changes to the results and if it does, them perhaps the CPU benchmark is not doing the greatest job of really benchmarking the CPU.

      Do you really need to use insults to get your point across? It really doesn't help your argument.

    8. Re:Here's a more objective look at the benchmarks. by merdark · · Score: 1

      True, but if the OS can't use a 64-bit address space, can it use the G5 SIMD? What if you are working with large floating point values, or long integers? Even 32-bit procesors have 64 or 128 bit extensions for special math operations.

      What other features of the G5 can't it use? We really don't have enough information to know much of anything. It's interesting that the G5 peformed as well as it did in the test environment.

      It depends very much on the chip design. It may be that the G5 is optimised for running in 64-bit mode. We really have to wait for the hardware to be avaliable before we know real world performance.

    9. Re:Here's a more objective look at the benchmarks. by RedWizzard · · Score: 1
      The scores on spec.org were achived with a different compiler.
      What's your point? These benchmarks are system level benchmarks intended to show which system is quicker. You should use the fastest compiler for each system when comparing them. Apple's use of an inferior compiler on the Dells is another black mark against the objectivity of their benchmarks.
      The current comparison is demostrating the performance for a typical usage.
      No it's not. It's a synthetic benchmark, inwhich Apple is understating the performance of the opposition.
      This is not understating anything. More likely it's just clever marketing.
      Clever marketing it may be, but it borders on fraud. They are quite clearly understating the performance of the Dells in order to mislead the consumer.
    10. Re:Here's a more objective look at the benchmarks. by RedWizzard · · Score: 1
      True, but if the OS can't use a 64-bit address space, can it use the G5 SIMD? What if you are working with large floating point values, or long integers? Even 32-bit procesors have 64 or 128 bit extensions for special math operations.
      For SIMD it does not matter whether the OS includes support or not - it only matters whether the application is compiled to support them. The Veritest PDF states that they used a G5 optimised compiler for Apple, and a compiler that was set to not use SSE2 for the Dells. The systems that are getting underoptimised here is obviously the Dells.
    11. Re:Here's a more objective look at the benchmarks. by Performer+Guy · · Score: 1

      Large type operations are supported, even on some 32 bit chips. I doubt the loads & stores would be any different, but you might see a marginal win there (I doubt it).

    12. Re:Here's a more objective look at the benchmarks. by Performer+Guy · · Score: 1

      Well, not necessarily, this really depends on how good a job the compiler does at this. Intel's compiler might do a good job at optimizing for SSE2 but few others do. I heard that Intel released some back end compiler work to help with this but it's not in the compilers most people use yet AFAIK.

    13. Re:Here's a more objective look at the benchmarks. by merdark · · Score: 1

      And I suppose gcc is not inferior on the G5? Yes you should use the fastest compilers on each system. But we have yet to see any results, or any good compiler for Apples system.

      If they are understating performance, they are doing it to themselves as well. They are in no way lying. It's not like they are hiding the raw results or the configuration of the machines. Really, get a grip. If you really think that a heavily optimised G5 will be super slow compared to a heavily optimised P4, then great. We'll all find out once the tools are avaliable.

      Until then, these results are certainly more informative to me than comparing gcc on G5 to icc on P4.

    14. Re:Here's a more objective look at the benchmarks. by RedWizzard · · Score: 1
      And I suppose gcc is not inferior on the G5?
      We don't know, and if it is we don't know to what degree.
      If they are understating performance, they are doing it to themselves as well.
      Again, we don't know. We do know that they are understating performance for the Intel machines and we do know that they are using a compiler that optimises for the G5.
      Until then, these results are certainly more informative to me than comparing gcc on G5 to icc on P4.
      No they are not. We don't know to what degree GCC is optimising for the G5 so we can't assume that the compiler is a non-issue here. The results are presented as "accurately demonstat[ing] the performance of a dual processor system". Clearly they don't accurately demonstrate the performance of the Dell because the compiler used does not produce fast code on that system. It is not a useful comparison in any way. As you say we'll find out when independent reviewers have their hands on the machines, but in the meantime Apple appear to be misrepresenting the performance of the G5 Mac relative to the Dells. They are certainly under-representing the Dells performance and it is highly doubtful that they are doing the same, to the same degree, to the Mac.
  241. Problems with the article.. by sudog · · Score: 2, Insightful

    ..because most people have apparently not read through the whole thing.

    "[...] In other words, most people should ignore floating-point results because they do not use floating-point anyway (or not much)."

    This is utter bullshit. Floating point is extremely important for many productivity applications--anything graphics, 3D, modelling, scientific, CAD, etc. Ignore floating point?! What the hell crack is he smoking?

    The whole article is filled with this kind of fart-biting. The data are far more interesting without his stupid inane conclusions muddying the waters.

  242. It doesn't work for me by roystgnr · · Score: 1

    When I see something that costs $1.99, mind thinks "One hundred and ninety-nine". When I see something that costs $2.00, my mind thinks "Two". I can't imagine that I'm the only person with this reaction, either. I'd like to know if there have been any sort of rigorous studies done to show which sorts of prices people perceive as being higher.

    1. Re:It doesn't work for me by arkanes · · Score: 1

      I've seen them, although I can't provide any refrences (I'm lazy). Part of the technique is that cents are often written smaller than the "Dollar" price. One of the people I knew in school habitually referred to stuff by the dollar amount - if it was 1.49, she'd say it cost a dollar. Drove me nuts.

  243. Mac User? by Anonymous Coward · · Score: 0

    Right. I looked at your web site. Not a single reference to macs, and you do list and describe all of your PCs. No mention of macs in your resume either.

    1. Re:Mac User? by asv108 · · Score: 1

      Well if I'm not a mac user, what is a TiBook doing in my computer room.. I just received an ibook too.

    2. Re:Mac User? by MoneyT · · Score: 1

      Sitcking feathers in one's ass does not make one a chicken.

      Seriously, I have a Sparc 2 lying arround in my room that I turn on from time to time, I certainly would not call myself a SUN user though.

      --
      T Money
      World Domination with a plastic spoon since 1984
    3. Re:Mac User? by asv108 · · Score: 1

      If your definition of user is someone who uses a platform exclusively, then no I am not a "Mac User." If your definition of a user is someone who uses a platform on a regular basis, ie weekly then yes I am a mac user.

    4. Re:Mac User? by Anonymous Coward · · Score: 0

      hi you fucking anime loving sexless fat fag. you nevre used sparc hardware in your life. quit fucking lying you god damn fat prick. you fucking asshole zealot.

  244. The _system_ is more important than the processor by deviator · · Score: 1

    I'm not too happy about the fact that Apple may have tweaked the benchmarks in their favor--but everyone does that now, so they're just playing "fair."

    What's really important about these G5 systems is the newness of the architecture--each processor runs full speed on the system bus, which runs at 1GHz. That's very difficult to benchmark when you're just doing math, but this foundation seems much beefier & smarter to me than Intel's current offerings--8GB/sec memory rate _per processor_. Since Apple is just at the beginning of the G5 changeover, I expect we'll see huge things in this area in a very short time.

  245. Mac Has WRONG SPECS!! G4 Specs! by Richardsonke1 · · Score: 1

    Interestingly...if you go to go to mac's store right now, they put up the G4 specs under the G5 area! This is the exact opposite of a couple days ago. If it's not there anymore, here's proof: http://us.share.geocities.com/richardsonke/G5.bmp. It's on geocities, cause i'm at work and i don't have access to my normal ftp server. Can someone mirror it? Thanks. And NO, this has NOT been photoshopped.

    --
    "Men lie."
    "Yeah, about sleeping with other women, but never about bioluminescent plankton."
    -Dan Brown
  246. The thing about cpu speeds.... by greymond · · Score: 2, Interesting

    is it's all crap. I don;t care if your Intel, AMD, or Apple. They all lie about how fast there cpu's are and benchmarks can always be easily scewed - whether its by turning off SSE2 (as in this article) or if they change the bios settings from the default on one machine (as toms hardware said AMD recommended for their 3200+ benchmarking) - its all made up.

    I'm never going to ALWAYS have the latest and greatest system (My pc is a P4 1.6 and the mac i'm using to type this is a Dual G4 500) but what makes my choice for what System to use comes down to one simple thing....

    WHAT THE SOFTWARE I AM USING RUNS BETTER ON.

    When I want to use telnet, ssh, ftp (cuteftp, dreamweaver), or any internet related app - I find that for my setup they seem to work better on my pc for some reason, when I want to run Photoshop (although when working with files over 80megs it seems to open faster and run filters faster on my PC) or Illustrator or even Quark they seem more responsive on my Apple.

    If I had to make a choice and choose only 1 system (glad I don't have too) I would probably choose a really expensive PC (like a Dual P4 3.2ghz with HT or something) ONLY because it would be cheeper for me to build (read not purchase a Dell) than the cost of a single mac.

    But in real life I don't have to make a choice or rather i've made the choce to use both - and hay I can still play Diablo on both too - although if I want to play more games like Arcanum or Final Fantasy or Neverwinter Nights i'm kinda stuck only using my PC.

  247. Re:similar info from a different source by Anonymous Coward · · Score: 0

    Umm... maybe read this whole thread and the posted article? It pretty much states why the Apple benchmarks are flawed.

    But half of the posts on this thread explain the reasons why the benchmarks are valid and the article is wrong! Not the least of which is that the person who wrote the "article" (if you can call it that) is a known anti-Apple zealot who will say ANYTHING to make the Mac or Mac users look bad.

    - explicitly disabling SSE2 optimizations on FPU intensive benchmarks for the x86

    And explicitly disabling Velocity Engine on the G5. Level playing field. Also, note that they left SSE on. Next!

    - using gcc instead of the better Intel compilers for the x86 while using an optimized G5 gcc compiler

    There's no such thing as "an optimized G5 GCC compiler." They used GCC 3.3, just like you can download from anywhere. And also, it makes ZERO sense to test one compiler on one machine against another compiler on another machine. That test tells you nothing about either the compiler or the machine. You have to isolate all variables except the one you're testing for, which in this case was hardware performance running the benchmark.

    - using a speed optimized malloc libraries for the G5 tests but using the standard malloc libraries for the Intel tests

    You misunderstood THAT one too. Apple's standard Jaguar malloc() includes code for cache-coherency for dual-processor systems. Jaguar does not include a uniprocessor malloc(). So for the SPEC base tests (which run on only one processor) they replaced the dual-processor malloc() in 10.2.7 with a single-processor malloc(). Again, this puts both systems on a level playing field, because Red Hat 9 does not put a multiprocessor malloc() on a system unless it actually detects an SMP motherboard.

    Sorry, you're zero for three. Try again, maybe?

  248. Free advertising? by cenonce · · Score: 2, Insightful

    Gee, a manufacturer (in any field) messes with the numbers to make its product look better... imagine that!

    But did anyone notice that the author plugs his own business while stating the obvious?

    -A

  249. The Human Benchmark by m4ximusprim3 · · Score: 1

    i think the most telling "benchmark" on the whole site are the mac users comments.
    I realize that every community has it's crackpots, but as a long time linux user looking to go to a G5 from intel chips, it kinda makes me want to distance myself from the Mac crowd as much as possible.

    I think they convey the exact type of blind fanatacism that has dissuaded mainstream computer users from linux for years.

    1. Re:The Human Benchmark by Anonymous Coward · · Score: 0

      Heh. Welcome to the world of ... uh, groups of people. Whenever you have something that a lot of people like, a vocal minority within that group will be over the top in its fanatacism. You see it in most user communities for various computers, operating systems, etc.

      Happens in Linux. The "Free Software Or Die" GNU/Linux zealots annoy me. It's just a really good OS, ok?

      Happens in FreeBSD. The "Here's a nickel, get yourself a real PC Unix, and RTFM!" zealots annoy me. But FreeBSD really, really, rocks.

      Happens in OpenBSD. The "Most. Secure OS. Ever." zealots annoy me. Yeah, if I'm putting together a critical firewall, I'll choose OBSD.

      Happens in the big iron community. The "Get yourself a real Unix machine" zealots annoy me. Sun/SGI/IBM/HP etc do make excellent high end servers and big iron.

      Happens in the Mac community. The "It just works" zealots annoy me. I freakin love my Mac, but it DOES NOT ALWAYS JUST WORK. Sometimes I pull my hair out in frustration at the idiotic things in Mac OS X. But it's still the best OS out there, period, in my opinion. I love it.

      Interesting question: everyone I know who uses Windows (myself included) just uses it because they have to, or everyone else does. Is there much of a Windows zealot community? I know there are plenty of PC zealots (and some of them could be classified more as anti-Mac zealots) but most of them are probably more in it for the hardcore gaming, casemodding, overclocking, etc. Are there true Windows zealots outside of Redmond? Honest question.

    2. Re:The Human Benchmark by shotfeel · · Score: 1

      You're right, every community has its crackpots. There aren't any more Mac Zeolots than any other kind, its just that its "in" to reinforce the idea. I'm sure there were many well-reasoned rebuttals sent in (I've seen a couple that were also posted elsewhere). Were they posted for all to see, or just the small percentage of flames?

  250. You're coming unglued, man by siskbc · · Score: 1
    Gee whiz - you sound like an Intel zealot!

    Might want to turn the mirror on that one there - you'll find that most people using Intel processors (like me) really don't give a shit. Kind of hard to be a zealot when you don't give a shit. It's you, a mac-head with the permanant chip on your shoulder, who is using exclamation points, and referring to the ever-powerful "get a life" argument. This coming from a guy that spends probably 5x more money on computers than I do. I mean, here you are screaming because someone had the audacity to say your favorite computer isn't the fastest on the planet, and you're telling *me* to get a life? Uh-huh.

    I'm still waiting for one of you mac-heads to actually analyze the evidence as opposed to going nuts, saying it's all a conspiracy by the intel "zealots." Hasn't happened yet.

    For what it's worth, I actually like macs, and would own one if I could afford a decent one. But I don't like being blatantly lied to. So if you have a rational argument for why Apple's benchmarking techniques are legitimate, I'm listening. If not, well, sounds like it's time for your meds anyway.

    --

    -Looking for a job as a materials chemist or multivariat

    1. Re:You're coming unglued, man by jtrascap · · Score: 1

      Oh, for God's sake - please read the post before replying. Sarcasm, I *thought*, was the common coin on /.

      To the blind, ignorant and incredibly dense who can't figure it out for themselves: I was MOCKING you...you - the user of exclaimations.

      Your argument is the usual hogwash, not by a "vast PC conspiracy" but by the usual rantings of somone who cares not to think before writing - Your argument is MY argument: they're just computers. If a 166Mhz Pentium works for you, or an iMac or a G5 or a dual Xeon, hey, whatever rocks your socks.

      But just READ before going off on people - nothing you wrote applies to me. Everything applies to you.

      And for the matter - Yes, I own a Mac. I own a PC (Win2K). I own 2 Sun 5s (one SuSE, one Solaris) and I own a P800 (Symbian 7).

      I'll say it s-l-o-w-l-y for you: they're just tools.

    2. Re:You're coming unglued, man by siskbc · · Score: 1
      Oh, for God's sake - please read the post before replying. Sarcasm, I *thought*, was the common coin on /.

      Well, your sarcasm is so good that you sound like every other machead who says those same things...only minus the sarcasm. See the other guy who responded to that post.

      Your argument is the usual hogwash, not by a "vast PC conspiracy" but by the usual rantings of somone who cares not to think before writing - Your argument is MY argument: they're just computers. If a 166Mhz Pentium works for you, or an iMac or a G5 or a dual Xeon, hey, whatever rocks your socks.

      What argument? I'm not attacking the computers per se, but false advertising. Three posts and you still don't see that? Damn, you are dumb.

      But just READ before going off on people - nothing you wrote applies to me. Everything applies to you.

      What the hell are you talking about?

      I'll say it s-l-o-w-l-y for you: they're just tools.

      I really think you have me confused with someone else. I agree. They're just tools. I use macs too. I'm not upset, or pissed, or anything. If anything, I'm amused by the macheads coming out of the woodwork to flame people like me and the guy who posted the article. Note that you're the first one who started the agressive posting. Perhaps you mistook my emphasis for anger in the original post? I don't know. You seem to have me confused with someone who really loves intel and has a vested interest in their chips. I really don't. So go troll someone else, OK?

      --

      -Looking for a job as a materials chemist or multivariat

    3. Re:You're coming unglued, man by Anonymous Coward · · Score: 0

      Calm down buddy. /. comments stop indenting after a while, he's not even responding to you.

  251. Blame Apple? by judzillah · · Score: 1

    It's not surprising to see Apple try to make their products look so wonderful. If I had a company I would want to make my products look wonderful too, especially compared to the competitor's. Now, the ethics of doing such is questionable of course, but not really shocking. Shouldn't we all have learned to take marketing with a grain of salt so to say?

  252. I hate these stupid debates by NanoGator · · Score: 2, Interesting

    Just tell me how fast Lightwave renders. That is where time actually equals money for me.

    --
    "Derp de derp."
    1. Re:I hate these stupid debates by Anonvmous+Coward · · Score: 1

      "Just tell me how fast Lightwave renders. That is where time actually equals money for me."

      Quake benchmarks to compare CPUs always amuse me. Faster framerates are a video card upgrade away. Processor, though it affects overall performance, is not the component of the machine that keeps you up to date.

  253. VeriTest/Apple Config File Examination by SkewlD00d · · Score: 1

    I checked out VeriTest's config file for the PCs. Conclusion: they cheat! Someone needs to get this PC hardware, rerun the tests using some better opts, and debunk those fools. They make the Intel PCs use some GCC switch called -fbranch-probabilities that causes disk accesses and bogs down the program w/ debugging type crap, because it keeps a histogram/count of the result of every conditional jmp and branch and writes it to a file. The Mac conf file doesn't do that! They also use slower, smaller hard-drives (no brand given), but they use a fast sATA drive on the mac. See pp. 23,24. Talk about invalid, unfair, and biased benchmarks.

    --
    The biggest trick the devil pulled was letting lawyers become politicians so they can write the laws.
  254. Platform performance now irrelevant by Raffaello · · Score: 1

    Well, when we talk about "all optimizations on" we're really talking about real world application performance, since software vendors determine what "all optimizations on" means in practice for the software we actually use most of the time.

    In this case, that means an independent comparison of Photoshop, 3D rendering, etc.

    Apple's Photoshop tests suggests that the two platforms are at least about on par now, which is all that matters. This simply means that one can now choose a platform based on OS, not on performance.

    That being the case, I would have no hesitation to buy a high end G5, whether or not it is slightly faster, or slightly slower than the current top of the line intel box, because I'd much rather be using Mac OS X than Windows (Linux is not an issue since it runs on both platforms).

  255. For those interested... by dasmegabyte · · Score: 4, Informative

    Here are some SPEC results I googled for, commisioned from SUN on their Xeon based Fire V65x, running a single 3.06 GHz Xeon. You'll notice that they, too, disabled Hyperthreading. Obviously, Sun would have wanted these benchies to be as fast as possible. So, probably, the single thread used for SPEC scores is best suited by TURNING HYPERTHREADING OFF.

    Meaning, if Apple's results are reliable (which I think they are...levelling both machines by optimizing them for neutral operations and having them run neutral code), they tuned the Dell FOR SPEC. They didn't decrease its performance -- they probably increased it a bit.

    http://www.specbench.org/osg/cpu2000/results/res 20 03q2/cpu2000-20030520-02193.pdf

    Just because you put the words "Fast" or "Hyper" in front of a chip's feature doesn't automatically make it faster, as any BIOS hacker knows.

    --
    Hey freaks: now you're ju
    1. Re:For those interested... by MikeMo · · Score: 2, Informative

      Here's a link to a Dell site that shows spec's go down when hyperthreading is turned on! http://www.dell.com/us/en/esg/topics/power_ps3q02- khalid.htm

    2. Re:For those interested... by terrabit · · Score: 1

      He complained that they turned it off for the multiprocessor test, not the single processor test. He said that turning off hyperthreading for the multiprocessor test would not impact performance.

      "For both the Dell Dimension 8300 and the Dell Precision 650, Apple/Veritest performed the multi-processor "Rate" benchmarks with hyperthreading DISABLED. They had hyperthreading ENABLED for the single-processor benchmarks, but DISABLED for the multi-processor benchmarks, despite the fact that hyperthreading would have improved the performance of the multi-processor "Rate" benchmarks, while having little or no effect on the single-processor benchmarks"

    3. Re:For those interested... by klui · · Score: 1

      According to Dell, there is an even wider performance gap in favor of disabling hyperthreading for 2-processor systems.

      The problem with hyperthreading is that it cannot be toggled while running an OS, but instead, have to be done within the BIOS. Is there a way to toggle it without a reboot and a trip into the BIOS?

    4. Re:For those interested... by Mal-2 · · Score: 1

      I suppose next you'll tell us that "R-type" stickers don't increase horsepower!

      --
      How is the Riemann zeta function like Trump rallies? Both have an endless number of trivial zeros.
  256. Isn't it ironic... by Fishstick · · Score: 1

    ...or maybe not -- We'd have to check with Alanis on this one.

    Anyway, thought it was funny/interesting that this comment is right under the banner ad which happened to be for Intel's compiler.

    Targeting this? Compile with this!

    --

    There is much cruelty in the universe, John.
    Yeah, we seem to have the tour map.

  257. get a grip by panic_smooth · · Score: 2, Funny

    who cares how fast it is? it's a MAC !

    --
  258. I already did a comparison of apple spec... by ruiner5000 · · Score: 1

    ...scores, against Opteron, Athlon, Itanium, Power4, and real SPEC scores for the P4 and Xeon. What I found was a huge gap in peformance. I find it difficult to believe Jobs, and I found that Opteron, a the true first available 64 bit workstation CPU, which is what the Power Mac G5 is, far outperforms it. Of course it has twice the cache, and the same HyperTransport. Many have raised the GCC compiler issue. I say when you benchmark something you use the best available for that platform. Apple did not, and they also did not have the guts to reveal the hardware specs of the P4 and Xeon system they tested. Jobs is smearing the PowerPC970 and Apple because of this. I find that sad, and I feel Apple is better of without him, and needs the clones back.

    --
    ignorance is bliss. googlefiberatx.com
    1. Re:I already did a comparison of apple spec... by Anonymous Coward · · Score: 0

      So you believe what you found on AMD's website as their tests over the well documented test performed by a third party? Why? Seriously, what is your reasoning for holding AMD's numbers as the "truth"??

      and btw, the specs for the tested systems are all available.

  259. Need for RAM by webster · · Score: 1

    Even if you do not have any single application that needs lots of RAM, it doesn't take too many big apps running at the same time to start a system swapping. The more RAM you have, the more apps can run without tedious system delays.

    On the other hand,if you're happy running XP on 256M, then you have no reason to change. But I doubt that you run Word and Outlook and Excel and Powerpoint and IE at at the same time you're gaming.

    --

    Information is not Knowledge
    1. Re:Need for RAM by Jad+LaFields · · Score: 1

      Good point, I always make sure to close all my programs, as well as all non-essential memory-resident progs, system-tray doodads and such before gaming.

      I was just stating my surprise at the hype about "breaking the 4GB barrier" which did not seem to solely directed at the CAD/Photoshop/video editing/DB/scientific applications crowd that has been posting above. They seemed to be pushing this as hard as they used to (and still do) push their "consumer"-oriented user-friendly interface without noting that this new improvement is geared towards a somewhat different market.

      --
      [SIG] It's like putting a moose in the blender -- a recipe for disaster!
  260. Hyperthreading - put up or shut up by ratboy666 · · Score: 1

    "The other feature he's complaining about is the disabling of hyperthreading. From other benchmarks I've seen before, hyperthreading in SMP systems usually results in equal or slower performance, or at most a 10% addition in certain benchmarks. It was probably better to leave it off."

    Which benchmarks would those be? Please reference.
    I found this one:

    http://www.theinquirer.net/default.aspx?article= 94 75

    which is from AMD. No numbers are published in that article.

    Now here is an article:

    http://home.insightbb.com/~george/Hyperthreading /H yperthreading.html

    that shows 0 to 60%+ improvement with hyperthreading.

    Other pages seem to show an improvement of 0 to 20% with hyperthreading.

    You dismiss a 10% improvement. Wbat do you think hyperthreading is?

    The principle is that a processor execution core can be tied up waiting for a cache line. But, there may be live data belonging to another thread
    in the cache. Instead of just waiting, the processor can be internally switched to the other thread, and can make progress in the (otherwise) dead time. A damn good idea. An interesting architecture. Explain again why this was disabled for the SMP tests.

    Ratboy.

    --
    Just another "Cubible(sic) Joe" 2 17 3061
    1. Re:Hyperthreading - put up or shut up by Anonymous Coward · · Score: 0

      Jesus fscking christ.

      EVEN [b]DELL[/b] HAS DOCUMENTED THAT HYPERTHREADING HURTS SPEC2000 BENCHMARKS.

      If you don't believe me, fine. I don't care. The internet is at your fingertips to find it yourself, and more importantly, it's been linked and quoted numerous times on Slashdot and ArsTechnica.

      One more link/quote from me isn't going to change any minds, because, after all, you're not really interested in facts - you're on a witch hunt, and who ever let pesky facts get in the way of a good burning?

    2. Re:Hyperthreading - put up or shut up by ratboy666 · · Score: 1

      AC who wrote the parent post: Fuck off.
      And stop hiding behind AC.

      Now for the facts. NOTE: I haven't bother with searching ArsTechnica. But here is what I found.

      Going to dell.com and searching for "hyperthreading" does not return anything about SPEC2000.

      Here is what I *did* do prior to posting.

      Googling for "hyperthreading spec2000" returns several papers. One is a potential DoS attack on SMT technology done with Intel funding. Shows a slowdown of up to 30x (based on running a malicious thread).

      SPEC2000 isn't (malicious). c't benchmarks SPEC2000 with and without HT. Results:

      SPECint_base2000 1085 with, 1085 without
      SPECfp_base2000 1073 with, 1069 without
      SPECint_rate_base2000 13,7 with, 12,5 without
      SPECfp_rate_base2000 13,5 with, 12,6 without

      3066Mhz processor

      And what does this show? a slight improvement, probably not relevant.

      And you know what? I'm even going to give you a URL:

      http://www.heise.de/ct/Redaktion/as/spec/

      Note that ArsTechnica doesn't come up on that google search! And I actually have a job and family to attend to.

      So, AC: take a flying fuck at a rolling doughnut.

      Ratboy.

      --
      Just another "Cubible(sic) Joe" 2 17 3061
  261. The real argument should be by thasmudyan · · Score: 2, Insightful

    Are G5 faster than the G4 machines they replaced?

    Yes, they are. The real argument is just about *how much* faster? (That and "did Apple cheat?", which is simple to answer: yes, they all do - all the time).

    While the processor may not be suitable for the title of "fastest desktop" out there, you still have to give Apple credit for redesigning the entire architecture, which is more important than raw CPU power for Mac users. Because, you see, Mac OS X with all its little gizmos is really hungry for hardware acceleration of any kind. So graphics and memory throughput are important. While the G5 may not "compute" as fast as the newest Pentium, it will finally resolve the sluggishness problems of Apple's operating system. It will feel really fast. Who's going to notice raw CPU speed anyway? *cough* OK, but that may not have been the most pressing issue with Macs.

  262. You can't have a dual P4 by Anonymous Coward · · Score: 0

    Only dual Xeon. In which case the Intel platform would look worse since Q3 benefits from the massive 800 MHz bus and the Xeons only use 533 MHz buses.

  263. Ok, no big surprises here... by divisionbyzero · · Score: 1

    It's really not all that shocking that Apple padded the numbers... but there is something about this article that doesn't sit right. I am not sure that the author knows exactly what he is talking about... I get the feeling he is cutting and pasting together an article without understanding how the pieces fit together. I think the jury is still out on this one.

  264. Relevant Benchmark by DoktorFaust · · Score: 2, Insightful

    There's always a way to contrive some benchmark that will make system x seems faster than system y -- try hard enough, and you'll find a way.

    But what matters is whether or not the benchmark is in some way relevant to the work you're doing. I can tell you, for the stuff that I'm doing, this benchmark has relevance. The article's biggest complaint is that gcc3 is being used on all the processors -- well welcome to the real world buddy!

    I use a an analysis package called Root all day long. Go looking through the makefile for Root and you'll see that when it's compiled on macosx it uses gcc3 and when it's compiled on linux running on intel processors, it uses gcc3. So these benchmarks reflect the kind of performance I should see -- hence it's relevant to me and thousands of other people... that makes it a pretty good benchmark IMO.

    DF
    --

    Die Menschen verhoehnen was sie nicht verstehen. -- Goethe.
    1. Re:Relevant Benchmark by Oswald · · Score: 1
      Perhaps you should have another look at the article. It has this to say, which may be relevant to you (and thousands of other people), since your software is apparently compiled with GCC, which was only used in 29% of the programs used in the benchmark:

      It is probably the NAGWare Fortran compiler which is poorly optimized for the Intel P4, not so much GCC. I say this because according to this SPEC FAQ, SPECfp2000 contains 10 Fortran programs, and 4 C programs. In other words, SPECfp is mostly Fortran, and NAGWare is the Fortran compiler, so therefore it is most likely NAGWare that is the bad compiler for Intel, not GCC.

      Hope this helps.

    2. Re:Relevant Benchmark by DoktorFaust · · Score: 1

      Actually the root packages also have Fortran code that use gcc (f77)... still relevant...

      --

      Die Menschen verhoehnen was sie nicht verstehen. -- Goethe.
  265. Apple ROCKS your world PC TROLLS by Anonymous Coward · · Score: 0

    APPLE IS WAAAAY IN THE FUTURE. If you were smart you would use THE BEST BEST COMPUTER OUT THERE -- G5!

    PC Users got nothing on us anymore! Way are the future. Power to the Mac users!!!!!!!!!!

    EVEN IF WE DIDN'T HAVE superior hardware, and OS Mac's would be still GOD in the computer world simply because that's where it all started. That's where the future is. You better switch now because in a few years you PC USER will be outdated. CATCH UP TILL YOU CAN LOOSERS.

    1. Re:Apple ROCKS your world PC TROLLS by Anonymous Coward · · Score: 0

      You sure are a scary fanatic, it seems.. or are you being ironic?

      Well you did it, I am scared *hugs evilwm*

    2. Re:Apple ROCKS your world PC TROLLS by Anonymous Coward · · Score: 0

      APPLE IS WAAAAY IN THE FUTURE. If you were smart you would use THE BEST BEST COMPUTER OUT THERE -- G5! PC Users got nothing on us anymore! Way are the future. Power to the Mac users!!!!!!!!!! EVEN IF WE DIDN'T HAVE superior hardware, and OS Mac's would be still GOD in the computer world simply because that's where it all started. That's where the future is. You better switch now because in a few years you PC USER will be outdated. CATCH UP TILL YOU CAN LOOSERS.

      I agree, this is one somewhat frightening fanatic. I'm not really sure what this person is trying to get across. After all, the G5 based machines aren't even shipping yet, so he obviously couldn't have one. I'm really not sure what "OS Mac's" is supposed to mean either. I'm assuming that it's some sort of reference to MacOS X, but it's not really clear what "that's where it all started" is supposed to mean. Also, I'm assuming that he only thinks that there is windows and MacOS, completely ignoring any other usable operating systems out there. I'd wager that this person is about 12,pretending that he's "1337" because his mom bought him a Mac. (Typed on an iBook)

  266. Apples to Apples? Oranges to Oranges? by Jobe_br · · Score: 1

    So, I guess what really should happen is Apple should take a new G5, load it up with Darwin (not the full OSX) - then take Intel boxes and load them up with Darwin as well (since it runs on x86, if I recall correctly). Compile KDE/GNOME/etc. for both, then compare performance of the two side-by-side.

    Problem with this is that it would satisfy the geeks, not the designers and home users that Apple would like to market to as well (despite this being announced at WWDC). For them, something that compares Photoshop, After Effects, Final Cut Pro, etc. and then maybe the performance of Safari v. IE 6, Office X v. Office XP, etc. - this is what other folks want to see. Never mind the gamers that'll want to see comparisons of Unreal Tournament play at insane resolutions ;)

    Just my $0.02 ... take it or leave it. This is from a guy who builds his servers by hand, with an AMD system, a dual P3 system, and a P75 firewall - but does all his work on a 400MHz G3 iMac. Its all about what you get for what you pay - and how much that's worth to YOU.

  267. Yeah, but by Anonymous Coward · · Score: 0

    He started it!

  268. Comic Book Guy says: by Wakko+Warner · · Score: 1

    Worst.

    Analogy.

    Ever.

    - A.P.

    --
    "Remember when the U.S. had a drug problem, and then we declared a War On Drugs, and now you can't buy drugs anymore?"
  269. OK Wise-guy.... by turgid · · Score: 1

    Say I've got a 32-bit Penitum 4 which has 32-bit address registers. The machine has a 36-bit address bus, so it can access 16*4GB of physical memory. That's 64GB of RAM. My operating system takes up 1 gigabyte of the processes adress space, leaving 3 gigabytes to the process. My process wants to allocate 8 gigabytes of RAM. How do you address 8 gigabytes of RAM with a 32-bit pointer? How do you map 8 gigabytes into a 4 gigabyte address range?
    Now, I have a 64-bit CPU that has 40 of its address pins wired up. It has 64 gigabytes of memory. The kernel takes up 1 gigabyte of process address space. My application wants 8 gigabytes of RAM. It has 64-bit pointers.
    So, wiseguy, how does your 32-bit machine do it? Does it by any chance allocate four 2 gigabyte "chunks" (segments?) of memory, and select each as needed? Isn't this how the 80286 with it's 16-bit address registers got around the 64k limit? Have we come full circle?

  270. Wow, these mac heads sure are pissed! by siskbc · · Score: 1

    First, I'd like to point out that you are absolutely insane.

    Oh, please. Methinks the Intel zealot doth protest too much. If you *really* didn't give a shit, you wouldn't be posting about the issue here on Slashdot, would you?

    I talk about a lot of shit on slashdot. If that made me a zealot about every issue I discuss, I'd be in the padded cell with you. Note that your very argument concedes that you are a zealot, and that you very much give a shit. You assume that other people feel the way you do about your computer, but you're dead wrong. To me, my computer is a toy, something to work with, and occasionally an interesting problem (getting things to work in linux), but it's not a part of me the way yours clearly is you. And if I were you, I'd want to think about how healthy that is, when it drives you to start flaming people who rationally discuss your computer.

    Be real. You obviously care. You have much time, money, and expertise bound to the intel compatible platform.

    My computer is a $500 piece of shit. Additionally, I use macs at work. I actually like them. But that doesn't obligate me to swallow every line of shit passed down from on high at Apple corp.

    Like everyone else with a brain, you know that Mac OS X is a superior OS to either Windows or the various other OSs that run on intel (some of which also run on the Mac anyway).

    I assume you're trying to troll there - however, I completely agree! Yes, MacOS is the best OS I've ever seen, being a good marriage of unix with a useable window manager. So you're barking up the wrong tree there. Consider that - it actually is possible to criticize Apple and like macs simultaneously!

    So it is a bit frightening to contemplate the possibility that you have spent all those many hours backing the wrong horse, i.e., the one that can run the dog OS, Windows, but can't run the sweet OS, Mac OS X.

    Again, you've got some problems. However, I'm not backing any horse. If anything, I'm backing them all - at work, I use or have used Linux, FreeBSD, Windows 95,98,2000 and XP, Solaris, Irix, and Mac OS 9 and X. And as said, with some issues, Mac OS is probably my favorite overall. Note that this completely takes out your argument of my having so much time invested in intel, or any particular OS. I like learning new OS's. I like learning new hardware. I just won't pay $3000 for it.

    So first, I will again beg for someone to actually debate the issues rather than shooting any messengers with bad news. Seriously, think mac heads (those who have responded with rants) - if you can't even rationally discuss any issue related to your beloved mac, doesn't that bode ill for your mental stability?

    --

    -Looking for a job as a materials chemist or multivariat

    1. Re:Wow, these mac heads sure are pissed! by Anonymous Coward · · Score: 0

      You've missed an obvious point when you ask for rational discussion.

      The Mac isn't a computing platform.

      It's a religion.

      You're not arguing with enthusiasts, you're arguing with True Believers who have seen The Light. (Plug 'em in and let 'em really see "the light", if you ask me...)

      And, for the record, yes, I like Macs. No, I don't own one. Yes, it is because they cost a lot more than I am willing to spend on a computer.

    2. Re:Wow, these mac heads sure are pissed! by Thorkytel+Ant-Head · · Score: 1

      I like learning new OS's. I like learning new hardware. I just won't pay $3000 for it.

      Well then, you're in luck! You can buy a brand-new Macintosh with a G4 processor running the latest Mac OS with a 17" monitor for only $799. $3000 is the cost for the absolute latest top-of-the-line dual-processor 2-GHz Power Mac G5 machine. If you just want to learn the new OS and hardware, there's no reason why you need to spend that much.

  271. Mod up! by ekimneems · · Score: 1

    Very very interesting... I'm reading through the PDF now.

  272. For Cad apps... by natet · · Score: 1

    you are moving from what most would call a "Personal Computer" into the workstation market. At that point, the high end G5 is pretty low cost at $3k, but you would also have to see how well it would perform such applications against an SGI or other workstation architecture.

    --
    IANAL... But I play one on /.
  273. Re:similar info from a different source by fitten · · Score: 1


    Umm... maybe read this whole thread and the posted article? It pretty much states why the Apple benchmarks are flawed.

    But half of the posts on this thread explain the reasons why the benchmarks are valid and the article is wrong! Not the least of which is that the person who wrote the "article" (if you can call it that) is a known anti-Apple zealot who will say ANYTHING to make the Mac or Mac users look bad.


    And the other half say they aren't valid.


    - explicitly disabling SSE2 optimizations on FPU intensive benchmarks for the x86

    And explicitly disabling Velocity Engine on the G5. Level playing field. Also, note that they left SSE on. Next!


    Actually, this is not entirely true. Intel standard practices are that the compiler uses the SSE2 register set for FPU operations if present, even for scalar FPU operations. The reason being that the x87 stack is, and always has been, nasty. So, for all intents and purposes and according to Intel standard practices *and* the way compilers work, even if you aren't using SIMD, you *are* using the SSE2 registers simply as a set of general purpose FPU registers. The fact that the x87 FPU stack is nasty is why Apple chose to benchmark this way, even though compilers compiling for P4+ architectures will use SSE2 regardless of any SIMD. Apple knows the 970's FPU is better than the x87 stack therefore, go against common (and recommended) practice to make the numbers look better. In a nutshell, code compiled with relatively new compilers will use SSE2 by default on P4+ architectures. Forcing x87 is actually going against the norm.


    - using gcc instead of the better Intel compilers for the x86 while using an optimized G5 gcc compiler

    There's no such thing as "an optimized G5 GCC compiler." They used GCC 3.3, just like you can download from anywhere. And also, it makes ZERO sense to test one compiler on one machine against another compiler on another machine. That test tells you nothing about either the compiler or the machine. You have to isolate all variables except the one you're testing for, which in this case was hardware performance running the benchmark.


    Are you benchmarking the compiler or the hardware? If you are benchmarking the compiler, then use the gcc on both. If you are benchmarking the hardware, use the best available compiler for each machine. It just so happens that gcc is probably the only working compiler available for the G5 at the moment. It also doesn't hurt that gcc on Intel x86 isn't that good. Last time I checked, the Intel compiler was freely downloadable. The only reason to not use the Intel compiler is marketing. Again, are you benchmarking the compiler or the hardware? I would rather see what the hardware is capable of, not what gcc is capable of.


    - using a speed optimized malloc libraries for the G5 tests but using the standard malloc libraries for the Intel tests

    You misunderstood THAT one too. Apple's standard Jaguar malloc() includes code for cache-coherency for dual-processor systems. Jaguar does not include a uniprocessor malloc(). So for the SPEC base tests (which run on only one processor) they replaced the dual-processor malloc() in 10.2.7 with a single-processor malloc(). Again, this puts both systems on a level playing field, because Red Hat 9 does not put a multiprocessor malloc() on a system unless it actually detects an SMP motherboard.


    Not entirely. Not only was the malloc code simply a non-cache coherent malloc library, it was one optimized for certain types of memory allocations, probably ones that work well with the SPEC benchmarks. So, you have two optimizations - uni-processor and speed/specialist optimized - for the G5 tests while you simply have the one optimization for the Intel - uni-processor. I have used many malloc libraries in my career - optimized for large allocations, for small allocations, for allocation, for freeing, for garbage collection, single-threaded

  274. Re:It's about the applications used for benching.. by Anonymous Coward · · Score: 0

    You're only partially right about multiple processors. A single threaded calculator program will run faster on a multiple processor system because it doesn't have to share with other processes. All modern operating systems are continuously running multiple processes, most of which are basically sleeping until they actually have to do something, but these processes do actually do something occasionally.

    When another process has to do something on a single processor system, not only does the original process (in this case the calculator) lose the CPU time, but both processes lose time because of the context switch necessary to switch to the other process. The caches of the processor now have invalid information in them which needs to be replaced, etc. And swapping back to the calculator will cause the same difficulty.

    On a multiple processor system, this context switch does not need to happen and the CPU time won't be lost. Of course, this does depend on the quality of the scheduling system used by the computer, but assuming that this calculator is a high priority, CPU intensive task that doesn't have many IO waits, this is usually the case.

    In fact, a single multithreaded app spread over multiple processors actually can waste more CPU than multiple independent apps on those processors because of the need to make sure the caches in the individual processors stay coherent (one thread may change data that the other needs and the correct data has to be the same across all processors).

    Also, Hyperthreading isn't always the best way to go. Since an HT enabled processor acts as multiple virtual processors, a decrease in performance can occur. I've seen tests that prove this, but I don't know the exact reasoning. I'd expect it to be because of data contention and the sharing of a single processor's cache by multiple processes.

    Jason

  275. One simple question by scoobywan · · Score: 2, Insightful

    Did someone really have to go through all that
    trouble to prove to everyone that benchmarks were
    rigged? People just need to learn to use the
    hardware/software they like and not get up in a
    rage when other people don't.

  276. Uh...these 'cheats'...they're not so...cheatish by Valar · · Score: 2, Interesting

    I think it's just fine if apple uses a specialized malloc() library. It was built to take advantage of the G5 processor, and they are candid about that. What is really going on is that they are trying to even the playing field a bit, because the compilers used on the intel-type machines have been in development on those processors for a long time. They already have a lot of optimization built-in. The G5s are supported, but haven't been for long. Apple is trying to simulate the malloc() library that might be used later, once they can makemore efficient. Oh, and not to mention, this 'argument' he puts together depends on you not reading the same PDF he claims to have read. Go download it and make your own informed conclusions. From the perspective of a long time programmer and x86 user...this doesn't appear too misleading. Anymore than what intel clims HT can do (another flaw in this guy's argument).

  277. And my explanation still makes sense... by Surak · · Score: 1

    Additonally, note that the cash register was first patented in 1883, so my explanation still makes sense in regards to n.99 and n.95 prices showing up in advertising in the 1880s.

    http://inventors.about.com/library/inventors/blc as h_register.htm

  278. it's benchmarking by ksheff · · Score: 1

    If you were to get a new Xeon system with your choice of linux/freebsd and compile a benchmark yourself, that's probably the results you would see compared to a G5 unless you shelled out the extra cash for the Intel compiler. Who's to say that Intel isn't cheating by tuning its compiler to take shortcuts on the SPEC benchmarks? It's not like compiler writers haven't been doing that since people started using standardized benchmark programs.

    The real test is always to pick the app that needs the most performance, try it out on both platforms and pick the one that you can afford that does the best.

    --
    the good ground has been paved over by suicidal maniacs
    1. Re:it's benchmarking by Anonymous Coward · · Score: 0

      Intel compilers are free for Linux.

    2. Re:it's benchmarking by Anonymous Coward · · Score: 0

      Uhh... no, it's not.

      Because I wouldn't intentionally cripple my system by disabling hyperthreading or refusing to use SSE2, to name but two of the more dubious approaches Apple took.

      I like Macs. I'm considering buying one. This, however, doesn't help.

    3. Re:it's benchmarking by Anonymous Coward · · Score: 0

      I got that 30 free trial thing too. It gets tiresome to uninstall and re-install it every 30 days.

  279. Lies, Damn Lies, and Benchmarks... by Brett+Johnson · · Score: 3, Insightful

    As I watch the keynote yesterday, I was dismayed by a couple of the claims Steve made. I use Macs, Wintel, and several "proprietary" Unix workstations heavily and am quite familiar with the advantages and disadvantages of each. That said, I am undeniably fond of my macs running OS X, and use my iBook 600 more than any of my other computers.

    But when Steve introduced the new PowerMac G5 as the "worlds first 64 bit desktop personal computer" that tweaked me a bit. I've used 64-bit DEC, SGI, and Sun desktop systems for more than a decade. Don't flame me with the "PC vs Workstation" argument. Most of those Unix workstations were smaller than the G5. And yesterday's demos show Apple is undeniably targeting the same high end multimedia, graphics, software development and scientific markets.

    But the SPEC benchmark claims set my BS senses tingling. I too checked out the Veritest results yesterday after Apple's claimed Intel SPEC results didn't jibe with the official published numbers for the same Dell 650. I was annoyed to read that the "independent" tester didn't attempt to maximize the results for all contestants. Granted Apple [probably] paid for the testing, but they should be outsource the evaluation for objectivity, not to have someone lie on their behalf.

    It has been known for years that SPECmarks are an indication of CPU performance, but a poor predictor of overall system performance. There are several application benchmarks that are better indicators of performance for certain classes of applications (database, web serving, desktop applications, etc). Apple doesn't seem to publicize these, (other than the perennial Photoshop demo). If "honest" benchmarks don't support your marketing case, I believe it is better to remain silent than to deceive.

    I do believe that the PowerMac G5 really will be a very strong contender in the high end desktop market. I do believe that the new PowerMac G5s are probably performance and price comparable to the high end 1st tier Intel boxes. I don't believe the old "macs cost %50 more" or the new "the G5 is $1000 less" arguments. I know from experience that when you kit out these things with the hardware and software needed to get real work done, the prices are comparable. I did say 1st tier manufacturers - not some OC'd LAN party generic white box that's been riced out with mercury cooling and neon.

    However, for more than %80 of the work I do, my 600Mhz G3 iBook is more than sufficient. And it's easy to carry around. The other %20, however, pegs my PowerMac G4. It also pegs my Athlon 2200 box. I will probably replace the G4 within the year. The only question is: Dual 2Ghz G5 this fall, or Dual 3Ghz G5 next year?

  280. Misunderstanding Xerox by Iowaguy · · Score: 1

    I often read that the littney that MS stole the graphical interface from apple, but that is ok since apple took it from Xerox. For the record, apple paid paid Xerox for the idea. Last I heard, paying is not stealing or "borrowing." Just for the record,

    -Iowa

    --
    "He who laughs last, didn't get the joke."-Cap
  281. Jobs does that Photoshop demo at every roll out... by Radical+Moderate · · Score: 1

    ...and *surprise* the Mac always blows away the windows machine. Then a few weeks later when the machines ship and real people start testing them, turns out they can't keep up with Pentiums.

    I'm not saying the G5s aren't impressive, but Apple has burned a LOT of karma points over the years by fudging on the speed issue. I'll believe they're fast when someone who's not on Apple's payroll gets their hands on them.

    --
    Never let a lack of data get in the way of a good rant.
  282. Excuse me? (this fucking bullshit) by Anonymous Coward · · Score: 0, Insightful
    Thanks to IGM for the info http://www.insanely-great.com/news.php?id=2278
    Pointless digression and baseless supposition about the G5 have been rampant for months. But one person who calls himself "SPL" has stepped forward to plumb the very depths of this phenomenon. Specifically, this person states that Apple's claim that the G5 is the "world's fastest personal computer" is untrue. The really unbelievable thing about this is that he uses performance figures produced by Dell (ie marketing spin) as the basis for his claim that Apple's claim (ie marketing spin) is false. Excuse me?
  283. Definitely not first with 64 bits by Animats · · Score: 2, Interesting
    Apple isn't the first with 64 bits on the desktop. 64-bit desktop Alphas, SPARCs, SGIs, and Inaniums were there years ago.

    With Apple's price point at $3K, they're priced up there with the entry level high-end workstations. HP's Itanium 2 workstation sells for around $3.3K. Sun's base 64-bit workstation is a little under $2K. So Apple's 64-bit offerings have to be compared with the expensive boxes, not what's selling at WalMart.

    Apple is probably ahead on price/performance and usability in 64-bit desktops, but they're not first.

    1. Re:Definitely not first with 64 bits by Bigbambo · · Score: 1

      I dont think they claimed to be the first 64bit desktop, they claimed to tbe the first 64bit PC. PC being that common kind of computer you find under grandma's desk. Those other you mentioned are posititioned as workstations, which are different beasts.

      --
      ***There is no point in asking, you'll get no reply***
    2. Re:Definitely not first with 64 bits by gerardrj · · Score: 2, Insightful

      I don't recall Steve or anyone else of concequence stating that these G5 systems are the first desktop 64bit machines. They HAVE stated that they are the first 64bit personal computers. Desktop != Personal.

      Desktop is a size/form factor description
      Persona is a usability/functionality description

      Most people would not want to take home a Sun or HP 64bit Unix worksation and use it for email and light web browsing. They'd look at CDE and stare blankly. The machine would become a nice space heater and perhaps nightlight. The G5 is a 64bit Unix workstation class desktop that is configured hardware and software wise to fit in to your personal life.

      --
      Article X: The powers not delegated... by the Constitution...are reserved...to the people
    3. Re:Definitely not first with 64 bits by Animats · · Score: 1
      Apple: The Power Mac G5 is the worldâ(TM)s fastest personal computer and the first with a 64-bit processor.

      "Desktop != Personal" sounds like something from the Jobs Reality Distortion Field. Realistically, if Apple's product is at $3K, it has to be compared with other offerings in that price range.

      There have been PCs based on Alphas, Itaniums, and SPARCs for years, but few bought them. It was easier to get an Alpha or Itanium PC a year or two ago. I've seen a few, generally not in use.

  284. Motherboard Tech by polliep · · Score: 3, Informative

    It's interesting that many people are critical of the benchmark results Apple trumpets. Certainly there are many that can address that topic. Depreciating the numbers, however, doesn't address the more interesting topic, which is:

    How do you like the rest of the motherboard?

    1 Gig frontside bus X2, PCI-X X3, Serial ATA X2 with separate channels for each drive, USB 2.0/FW 800 & 400, AGP 8X, DMA for every I/O function without bandwidth contention, etc.

    Seems to me this may be the most advanced motherboard ever put in any desktop, affordable computer.
    And even if you don't believe the SPEC stuff, how about the software demos? Just lies, I suppose.
    If y'all had taken the system diagram Apple is showing and substituted 2 Pentium 4's or 2 XEONs for the 2 970's, it would be touted as an Alienware-buster and proof that Wintel is King.
    Better check your bubbles for bursting.

  285. Definitions by WoodsDweller · · Score: 1
    There seem to be two issues: one is whether the benchmarking approach used by Apple is any more corrupt than the approaches of other vendors, and the second issue seems to be the definition of "fastest personal computer".

    I want to address the definition issue.

    If your definition of "fastest personal computer" means "best performance of single-CPU/memory sub-system in integer operations using the most optimized compiler for each platform", then everyone's tests show this to be a P4, and the use of gcc on both platforms puts the P4 at an unfair disadvantage, and disabling the second G5 processor makes sense. This seems to be the point of the author of the original article. It seems to be a definition closer to "who has the faster CPU"?

    You can grab IBM's numbers for the PPC970 @ 1.8 GHz from their web site:

    • SPECint2000 937 SPECfp2000 1051

    Compare these to a P4 3.06 GHz as reported at specbench.org:

    • SPECint2000 1099 SPECfp2000 1077

    One would imagine that a 2GHz PPC970 would narrow the gap a smidge, and we have no idea what compilers/optimizations were being used with the above numbers. It's probably fair to say that the P4 is the faster individual processor, but not by a lot. Did anyone else notice that Intel announced the 3.2 GHz P4 yesterday?

    You could also try to define "fastest personal computer" as "best performance of the single/multiple-CPU/memory subsystem in a weighted comparison of integer and FP operations using the same compiler with similar optimizations", then using gcc makes sense, and it is only fair to compare the dual G4 to a single P4. It appears that Apple did not use "similar optimizations", but otherwise the comparison seems reasonable. They also compared against the dual Xeon platform, which also seems fair. This definition seems to be closer to "who has the fastest hardware".

    It is also worth noting that commercial software is probably not optimally compiled, since it wants to run on a broad spectrum of similar processors, so they compile to a lowest-common-denominator.

    The rest of us probably care more about application-level benchmarks, taking off-the-shelf software and running it in potentially useful ways. Apple found some tests that make it look good. They did not appear to be terribly contrived examples, certainly benchmarking Photoshop is useful for Mac users. Hopefully the various hardware review sites will give us some of these.

    Finally, you can define "fastest personal computer" as "the benchmarks that make us look best", which is what you do if you are trying to market a new product.

    Guess which definition Apple used?

    I think the upshot, as far as we can tell without impartial reviewers (if there are any) getting their hands on the hardware, is that Apple is performance competitive. Are they the fastest? Their claims are no more tenuous than anyone else's, and maybe they can legitimately be called the fastest for a month or three.

    --
    There are two kinds of societies: sustainable and doomed.
  286. You have to tread lightly on certain subjects by default+luser · · Score: 1

    Some situations, sarcasm is expected, and applauded.

    Take the Linux vs Windows crowds. On any thread involving discussion of one or the other ( both are not necessary ), you expect to see posts like:

    "Ahahah, I paid Bill Gates $299, and all I got was this stupid Blue Screen of Death"

    "I'm a first time Linux user, and it was so easy to install. After only 10 hours to build my slackware install, it was all ready to go:

    Now, I simply went to the console and typed:

    >creoni tarball gz==d | sdfnh!!@ fek fsk-f++++
    >grep | -lba+12 cron | (dsfd)sdfsa0/hda/dev0
    >ld -abcdefg$$$556%0 - |R|G|T|Y
    >mnt /hd/crap/chicken/wing/feather/hda1
    >die ?|TY

    It was that easy!"

    This is accepted, and expected.

    But apparently, you are not aware that PC/Windows vs Mac/OSX is a VERY tender subject on Slashdot. Be careful where you step, there are lots of irrational folks with a fast shot in these discussions.

    --

    Man is the animal that laughs.
    And occasionally whores for Karma.

    1. Re:You have to tread lightly on certain subjects by jtrascap · · Score: 1

      Indeed, you're correct. I should have known better.

      I'm just getting tired of tirades, so I thought I'd throw one and see who comes to the party. ;)

      But I've had enough. Thanks for the dinner idea - I ordered hot wings and a pizza. df0 is always pizza here...

    2. Re:You have to tread lightly on certain subjects by palewhitemale · · Score: 1

      I really can't believe the things I read sometimes. It truely seems to me that people take thier affiliation to an operating system a bit too seriously. I feel that I am a true geek, along with many of the people around who read /. The vast majority of us don't spend time going off ranting about their OS superiority, much less their hardware specs. I think that there is something wrong with you people, especially if you can't acknowledge the areas of downfall for your OS and/or hardware of choice. The bottom line is that the time you people spend ranting shouold be spent learning another operating system. MacOS folks know that they're at a disadvantage because of the severe minority they are, while Windows users should also acknowledge that by using Microsoft products there are many people who will attack them for supporting the company. While I do feel a bit of animosity toward the business practices of Microsoft, I understand that I need to be able to use, administer and troubleshoot their products to keep myself employed. As for the open source people, I wish I had the time to do more with unix than I do.
      I've strayed from the point. In my mind, the bottom line is I am often embarrassed at how some of you people conduct yourselves. I, for one, spent the majority of my younger years being made fun of for my computer habit (and I don't mean the porn), as I'm sure many of you did. GET OFF EACHOTHERS' backs and try to remember the days before it was cool to be a g33k.
      Spend less time paying attention to the freaks that post, don't lower yourself to their level and use your time to broaden your horizons.

      As for the hardware side, everybody should be happy to see advances such as 64-bit CPUs and 1Ghz system busses...the release of these products will do nothing but push the competition to move along.

      -palewhitemale

    3. Re:You have to tread lightly on certain subjects by billatq · · Score: 1

      "I'm a first time Linux user, and it was so easy to install. After only 10 hours to build my slackware install, it was all ready to go: Now, I simply went to the console and typed: >creoni tarball gz==d | sdfnh!!@ fek fsk-f++++ >grep | -lba+12 cron | (dsfd)sdfsa0/hda/dev0 >ld -abcdefg$$$556%0 - |R|G|T|Y >mnt /hd/crap/chicken/wing/feather/hda1 >die ?|TY It was that easy!" This is accepted, and expected.

      Not to be critical, but that looks like gibberish to me, well unless you've got root on a rooster. I'm not going to even ask how you ssh into that.

  287. The author... by Anonymous Coward · · Score: 1, Interesting

    ...of that Haxial article is Adam Hinkley, the guy who made Hotline. Just in case anyone cares.

  288. I call FUD by gerardrj · · Score: 5, Insightful

    The author claims the test is biased mostly because:
    1. On x86 hyperthreading was disabled
    2. on x86 SSE was disabled
    3. on PPC a custom malloc was used
    4. on PPC a different set of optimizations were used

    1. I admit is seems odd that this was disabled. I think it's effect would be little, but it should be turned on
    2. So was the PPC's AltiVec. I recall that SPEC wants FP and INT performance from the ALU sections, not SIMD
    3. And I'm sure that there are many "tweaks" for x86 that are transparent within the GCC 3.3 code generators
    4. Again, each CPU has different optimizations, either allow them all or disable them all - on both platforms, command line switched or embedded

    What I think would be interesting for Apple to do to help settle all this (You know, spread around some of that $4B+ they have lying around):
    Purchase two of the fastest model of 1st tier systems they can get that run on x86.
    Using four different testing labs, send one machine to each lab (2 x86, 2 G5). Instruct each lab to perform any software/configuration optimizations they feel necessary to get the most performance out of the machine. Then they run a standardized set of benchmarks. They each fully document the changes they've made and the results.
    Apple (or perhaps a 5th lab) colates the data and produces a final result.

    Or some open source minded person with some extra bandwidth(ha) could create a web site where PCers and Macers could post their own results from the benchmarks. With sufficient results posted, the "noise" would get filtered out and the results would become statistically useful.

    --
    Article X: The powers not delegated... by the Constitution...are reserved...to the people
    1. Re:I call FUD by bmajik · · Score: 1

      1. are you a tool ? HT results in a 30% speed increase for typical workloads. turning it off has a HUGE effect on a P4 HT proc's throughput.

      Incidentally, what you propose is roughly what SPEC is. the details of the submissions are clearly disclosed

      --
      My opinions are my own, and do not necessarily represent those of my employer.
    2. Re:I call FUD by DavidBrown · · Score: 1

      I call shenanigan.

      The only way that you can trust a benchmark, is if each manufacturer optimizes their system the way they want, using all of the capabilities of their hardware and software/complier/etc. and then run the benchmark tests.

      Then you examine the results for cheating (ie, recent allegations against nVidia, etc).

      --
      144l. ph34r my 133t l3g4l 5k1lz!
    3. Re:I call FUD by wukie · · Score: 1

      30% increase from HT, more like 5% on SOME existing software, and in some cases the benchmarks are WORSE with HT on.

      Name one non-Intel benchmark which has a 30% improvement with HT on. If there is one, then I'll bet there is no way there are two!

      Look whose spreading the FUD now.

  289. Ok, that post got you a new fan... by CrystalFalcon · · Score: 1

    ...people in general need more of this kind of distance and insight.

    Oh wait. Damn, you posted as AC. :-/ Too bad...

    1. Re:Ok, that post got you a new fan... by jaylene_slide · · Score: 1

      I posted while /. was emailing me a new password :-) (yeah, I forgot it. Tried to join /. on a bad day months before. Never saw the PW I was ahem SUPPOSED to receive.)


      Now I'm all legit.

      Thanks for the encouragement.

      slide

      --
      "Your proactive bipartisan synergy is indemnifying. Good work, carry on."
  290. benchmarks are arbitrary by grue23 · · Score: 3, Insightful

    I don't think I've ever seen a numerical benchmark that has been really satisfying. Cook-offs are really the way to go IMO, and Apple blew the Dell away with Photoshop, PDF viewing, and Mathematica. What should matter is how well your applications perform, not what arbitrary benchmark number you've managed to come up with.

    1. Re:benchmarks are arbitrary by pyrotic · · Score: 1

      Photoshop test are nice, but who uses Photoshop the way Jobs did? 360M files, batch processed? Not me. Most of my work uses 23M greyscale files,editied individually, maybe adjustment layered, in which case you can double that. I'd guess with the (relativelty) small files I use, the PC would have kept up with the G5. The G5 has a big advantage with large files in memory bandwdith and 64 bit addressing. It would have been cool to see how the G5 did on smaller workloads.

    2. Re:benchmarks are arbitrary by Apotsy · · Score: 1

      I agree with the original poster, application bake-offs are the most important measure at the end of the day. But your comment illustrates something: I wish Apple would just stop using Photoshop in bake offs entirely. People have gotten so used to dismissing them they don't even pay attention anymore. Apple showed several other application comparisons on stage in addition to the Photoshop stuff, but everyone ignores them and just says "Photoshop tests don't matter, LOL". If they dropped Photoshop completely and went entirely with things like video and audio encoding, 3D rendering, etc. that might get people's attention. (Although there will always be a group of people ready to explain away the results with a handwave no matter what.)

    3. Re:benchmarks are arbitrary by prockcore · · Score: 2, Interesting

      Apple blew the Dell away with Photoshop, PDF viewing, and Mathematica.

      I think the point is that Apple crippled the Dell, turning off Hyperthreading for example. So you can't even trust the Photoshop benchmarks.

  291. something that has been bugging me by Anonymous Coward · · Score: 0

    when they did the logic / cubase comparison during the keynote, the xeon stuttered and ground to a halt while the g5 played it with no problems at all. now, as this was a trailer by the producer BT for the matrix, i am presuming it was composed sometime ago. as BT is a mac user, he must have composed the piece on at best a dual processor g4. how then did his arrangement play back on that g4 machine without glitching?

  292. Re:Real World Performance - Mac suggestion by Legionary13 · · Score: 1

    You can get real-time insights on OS X performance using MenuMeters (free, it's on VersionTracker). It's all stuff you can get from top, but more accessible. This puts little meters in your menubar, and after a week of watching RAM and CPU usage in near real time I see the CPU is the real performance limiter on my system. With luck you will find your machine could benefit from more RAM - which is pretty cheap nowadays.

  293. You're forgetting something... by wirelessbuzzers · · Score: 2, Interesting

    In a 64-bit address space, all your pointers take up twice the space.

    This IS SIGNIFICANT in many applications, and they must be run in the 32-bit mode.

    The extra address space helps you only if you're willing to spend another several hundred dollars to get over 2 gigs of RAM, or are willing to put up with a huge swap.

    --
    I hereby place the above post in the public domain.
    1. Re:You're forgetting something... by MalleusEBHC · · Score: 1

      Actually, the G5 only uses 42 bits for address space currently.

    2. Re:You're forgetting something... by wirelessbuzzers · · Score: 1

      OK. But then how much space does a (void *) take up? 6 bytes? There are alignment issues that would suggest it to be 8...

      --
      I hereby place the above post in the public domain.
  294. Keeping people honest... by Theovon · · Score: 3, Insightful

    It's amazing how much flaming the author received for his analysis. People were calling him all sorts of names simply for pointing out that Apple's benchmarks were not fair. I think it's important to keep companies honest.

    But as is often said, the CPU processing speed isn't the main selling point of a Mac. They've been behind for quite some time now, but people are still buying them. This is a great advancement, bringing Macs up to speeds relatively comparable to that of the rest of the market. The 970 is a new chip, and IBM needs time to ramp up the clock speed. P4's didn't get to 3.2ghz in one day.

    1. Re:Keeping people honest... by Grip3n · · Score: 1, Insightful

      But to be fair, Apple is advertising based on CPU speed. They claimed to be the worlds fastest desktop computer, a claim that cannot be made lightly, and they got bagged for it.

      It'd be like McDonalds saying they have the best tasting burgers in the world. If someone disproved them though and McDonalds came back saying, "Oh, well the taste has never been the selling point for our burgers anyhow, its the price" is a moot point - they advertised it was the best tasting. I'm going to hold them to that.

      --
      To make a pun demonstrates the highest understanding of a language
    2. Re:Keeping people honest... by callipygian-showsyst · · Score: 1
      I've always said:

      It's not Macintoshes I don't like, it's MAC USERS!

      That's still true.

  295. I'm the slow clap guy by Anonymous+Rockstar · · Score: 1

    *stands up and starts clapping* I agree with what your saying. Why just settle for one. You really limit yourself by doing so. If you love technology try to get your hands on all of it. I use a pc most of the time, but I use a mac for protools. Mostly because digidesign won't update versions for the pc.

    --

  296. Who Cares? by Anonymous Coward · · Score: 0

    Every hardware maker pulls this crap. I thought most people had learned not to trust hardware companies (as yes, I know Mac is also a software company, but we're concentrating on their hardware, aren't we?) to release fair and unbiased benchmarks.

    that's why you look for non-company sponsored/influenced benchmarks...

  297. Flawed analogy by rsborg · · Score: 1
    Um, that happens all the time man. When I bought my house it had a bunch of carpet over the hardwood floors, I had to pay to have it removed. There was a bunch of peeling paint I had to strip and redo. There was a broken water supply system.

    Your analogy is flawed, since the house you claim to have purchased is not new. If this were a used computer, yes I agree that your analogy is true, and anyone claiming that the OS is a "tax" is off-base. If you bought a *new* house, and each such house had any of those conditions you state (mandated by some large construction company, not "defacto" fees), then you sure as hell would call it a tax.

    I guarantee you that a Dell works flawlessly with windows, whereas a noname machine, even if it has "better" parts, might have trouble

    YOU guranatee? I really doubt that. Tell that to my parents whose Dell HD broke down months after their 1 year support contract expired. My home-built PC, with no such support contract has had minimal problems the 2 years it's been operating. It's a known fact that PC's from large manufacturers use shoddy components unless they're high-end (and thus high-margin) models.

    --
    Make sure everyone's vote counts: Verified Voting
    1. Re:Flawed analogy by 2short · · Score: 1

      Even if I buy a new house, it will probably come with a bunch of stuff that isn't quite the way I'd like. I wouldn't call that a tax. Rather it is the price of not going through the hassle of buying an empty lot and building the house myself. Most vendors include a modem, which I don't need. I don't call that a "modem tax".

      Your parents Dell HD broke down due to an incompatibility with windows? The poster was saying Dell might use shoddier parts than you, but they do make sure they work with windows.

    2. Re:Flawed analogy by rsborg · · Score: 1
      Even if I buy a new house, it will probably come with a bunch of stuff that isn't quite the way I'd like. I wouldn't call that a tax. Rather it is the price of not going through the hassle of buying an empty lot and building the house myself. Most vendors include a modem, which I don't need. I don't call that a "modem tax".

      You didn't read my reply did you? I said clearly "(that was mandated by some large construction company)". Modems are included because they benefit some, cost little, and do not inconvenience others. If it were the case that you had to choose between a modem and ethernet, and the manufacturer was *required by contract* to put a modem in (requiring you to replace it), the modem cost significantly more due to monopoly status... then maybe your analogy would hold (and I bet people would call it a tax).

      --
      Make sure everyone's vote counts: Verified Voting
  298. EXTRA! EXTRA! by HomerNet · · Score: 2, Funny
    • ...Apple Bencmarks Questioned by PC Geeks! Water Is Wet, Scientists Say! Astronomers Announce Sun Rises In East! Read All About It!
    --
    I have no tag line
  299. The fucktard speaks by Anonymous Coward · · Score: 0

    "The tests were the base test, which is single-threaded, single-core, and the rate test, which is full system. Duh."

    Sorry about the "Fucktard" comment, but every time I see a frothing Apple user, I think "Fucktard".

    Anyway,

    to turn off "Hyperthreading" on a P4 is like turning off caching on a G5.

    Its inherent in the system;

  300. Confessions of a Hate Mailer by hchaput · · Score: 3, Informative

    As the author of a "hate mail" (starting "Flamebait- My question is: Why is MacNN giving any attention to this?"), I can verify that my post was taken from MacNN and not mailed to the author. It was meant as a critique of the article, not an expression of hate to the author as it is presented.

    So let me take a moment to reiterate the original point.

    I am, like any Mac user, deeply concerned when somebody claims that Apple is using false numbers. The author is welcome to his or her opinion, but I found the claim - that the Veritest numbers are false - was never substantiated: they're as true as any other benchmark. So, no biggie.

    But it it the tone of the article that got to me. Claims like, "Apple is attempting to deliberately mislead," and "Apple cheated" and "a significant percentage of [Mac users] are crazy fanatics" have no place in a technical discussion of benchmarks, and undermine the author's believability. All authors have a point of view, but bias is another animal altogether. Authors need to be open-minded to be believable, and this author's use of hyperbole and emotional phrases betrays a certain zeal. Despite what may have been the author's best efforts, the article is not a level-headed, rational discussion about benchmarks. It is a fanatical rant.

    And, hey, I'm all for fanatical rants. Not only do I enjoy them, but I am the source of many. My objection, though, was to the editors of the Mac News Network (MacNN) for posting this article, unqualified, as news. It is not news. News informs, and a fanatical rant actually does the opposite: it polarizes. People take a side and stick with it, regardless of facts. The speed of the new G5s is a very very important issue, and this article is a step backwards in understanding these highly complex comparisons.

    So, needless to say, I find it *highly* telling that my editorial objection was co-opted by the author as "hate mail." And the response to it just further underscores my point that this is not a rational investigation, but a crusade.

    I'd also like to note that, for whatever reason, MacNN has since removed the news article from their site.

    I'm glad that the comparative level-headedness of /. (and that's saying a lot) is picking apart these numbers, and that a detailed analysis is poking through the posts. But I'm saddened that they are buried amongst a landfill of posts from passionate, persuasive people spending their neural energy on "mac fanatics" and "deceptive marketing."

  301. tell it to the Sony phone salespeople by Anonymous Coward · · Score: 0

    I called sonystyle about one of their products the other day, priced at 169$CDN.

    I said at some point: "well you sell the item for 170$..."

    and the phonesalesperson interrupted me, sounding totally indignant: "NO, we SELL it AT one HUNDRED and sixty NIIIINE dollars".

    Me: "If you're going to argue about a one dollar difference in that price range, screw you." [hangs up]

  302. If someone... by dfj225 · · Score: 2, Insightful

    would like to send my $6000 to buy a top end G5 as well as a top end PC, I would be glad to perform independant, unbiased benchmarks on productions systems :) Anyway, I think that all this crap about arguing over Mac and PC is really dumb. Use what appeals to you. I think that OS X is probably a great os, even though I have not used it very often. I use Windows XP every day and I can say it is also great. The one thing I can say is that I think that Windows has a much better way of managing individual windows, even with the new Expose system mac has devised. To me the way OS X switches windows seems like something akin to what I find on my pocket pc (at least the old way, I'm guessing Expose is a huge improvement, but still not as good as having the task bar.) Anyway, this is just my opinion, I think that everyone should just save their energy when trying to argue that Mac is better than PC or that PC is better than Mac. I use an Alienware box, and I must say that I absolutely love it and I'm sure that Mac users feel the same about their purchases.

    --
    SIGFAULT
    1. Re:If someone... by Anonymous Coward · · Score: 2, Funny

      Yes I will.

      Please send your money to:
      Mobutu Seko
      419 Benue way
      Abuja, Nigeria

  303. Not again... by teknokracy · · Score: 2, Interesting

    Oh for god's sake just drop it already. We all know you CANNOT compare PPC and x86 processors! With clock speed, it's like Miles and Kilometers, and every system setup is different, conditions are different, hell even temperature can affect performance. Comparing the Apple results to the Intel results... its more likely that Intel has ALSO manipulated their tests!

  304. Who cares? by OrangeHairMan · · Score: 2, Insightful

    Who cares about SPEC benchmarks. Get real-world tests, which the G5 clearly spanked the Xeon system on.

    It's like saying I get higher 3dMark scores than you do, but I get less FPS in games. Which computer would you rather have? You want real benchmarks, not artificial ones.

    Orange

  305. Qt/Mac GPL by Anonymous Coward · · Score: 0

    In other news... Qt/Mac GPL is out. Where is my non-X11 koffice port?

    Useless speed debates. Get a life and USE your computers.

  306. Everybody does this little tricks - so what ? by horovitz · · Score: 1

    If someone releases bench marks, of course the results are "optimized" - as if you do statistics with a goal in your mind or whatever biased undertaking. You'd optimize compilers, maybe even the integer unit designs. Point is, however, what's the big deal ? is there any objective benmark out there anyway ? do you cheat 5% ? Is it 10% or 25% ? Well, guess it's more like 5-10% at the most. So, who cares ? Do you notice the speed difference that was presented maybe inaccurately ? h.

  307. You are incorrect. by moogla · · Score: 1

    The hyperthreading is truely concurrent and it looks like 2 CPUs, but it does not give you MORE than a single CPU's maximum throughput. It does NOT make task switches perform faster or any such tripe.

    Sometimes it works to your advantage (in I/O bound situations), but sometimes the extra overhead makes it slower than if it was disabled (as in the case of some intense computational benchmarks)

    So if they disabled it in SPEC_int (single thread), that was the RIGHT thing to do.

    --
    Black holes are where the Matrix raised SIGFPE
  308. Re:Think Different & think difference by Anonymous Coward · · Score: 0

    To me the reported benchmarks by both Apple and Dell yield the "same" processing power. It is clear that Apple, finally reached to a point comparable to Intel PCs. There is no doubt about it.

    As long as the ratio of the processing power is close to 0 (in log scale), it does not prove a noticeable difference, because the users need changes the condition much more.

    Apple itself made the biggest mistake by comparing its G5 with 32bit world units. They are totally different beasts. The more proper comparison would be between G5 and Opteron/Itanium both of which are not available for consumer products (PCs), and their clock speeds are much lower than their 32bit parents.

    I, personally, would like to see such a comparison. The days of 32bit units are counted (the reasons belong to another subject), and Apple made a head start to a new era. THIS should get the credit, at least!

  309. I'm sure what he meant was... by MichaelCrawford · · Score: 1
    Of course you're right, when considering the typical slashdot reader. But graphics, 3D modelling, scientific, CAD and so forth are not what your department secretary needs such a powerful machine for.

    Blinking the cursor in Microsoft Word is almost certainly an integer operation. I think it's vitally important for the user to understand whether he would get better performance in this, the most common of end-user computer tasks, on a 3 GHz Dell Xeon or a 3 GHz 64-bit G5.

    --
    Request your free CD of my piano music.
    1. Re:I'm sure what he meant was... by sudog · · Score: 1

      On the other hand, why would the average Office-using user need such a behemoth to begin with? When it gets up to the point where such power is a justifiable expense, it seems to me that the majority of people buying are likely people who'll use the extra power to begin with.

      Anyway, the actual data is very interesting--it's just the guy's stupid comments in the middle that pull the overall worth down significantly.

  310. Whom do you believe by bd32322 · · Score: 1

    Since the site was ranting about hyperthreading off .. heres some more benchmark confusion for you guys: http://www.amd.com/us-en/Processors/ProductInforma tion/0,,30_118_3734_3750,00.html

    1. Re:Whom do you believe by bd32322 · · Score: 1
      Dont know why that link wont work when going from the /. site.

      But to get to it .. go to amd.com -> product info -> processors -> click on dekstop on the left pane -> dekstop benchmarks.

  311. Tax by geekoid · · Score: 1

    You kiss your mother with that mouth?

    Here is an idea, lets look it up:

    2. A task exacted from one who is under control; a contribution or service, the rendering of which is imposed upon a subject.

    3. A disagreeable or burdensome duty or charge; as, a heavy tax on time or health.

    4. Charge; censure. [Obs.] --Clarendon.

    seems like its a tax to me, asswipe.

    --
    The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
    1. Re:Tax by Anonymous Coward · · Score: 0
      You kiss your mother with that mouth?

      [...]

      seems like its a tax to me, asswipe.

      Oh, the irony.

    2. Re:Tax by Anonymous Coward · · Score: 0

      You kiss your mother with that mouth?

      Someones been reading www.salon.com :)

  312. IO abilities of G5? by Teflon · · Score: 2, Insightful

    Does anyone have benchmark information on the IO abilities of the G5? Raw CPU power isn't the only important factor in a modern computer's performance.

  313. You've got it backwards by wfolta · · Score: 1

    Actually, the opposite is true. Most Mac users adopt their platform because of informed decisions, knowing they're going against the grain.

    Most PC users adopt the PC for one of three reasons: 1) they're technically ignorant and get what everyone else has or what they have at work, and/or 2) they want to get the cheapest thing possible, and/or 3) designing, building, and maintaining a computer is their hobby.

    All three of these classes of users are threatened by Apple and the possibility that the alternative to PC might be superior. Class 1 because it reveals their ignorance, class 2 because maybe a low price of entry isn't the only measure of value, and class 3 because it's possible that a mass-market design is as good as their custom-crafted perfection.

    Mac users catch crap from outspoken (and usually ignorant) PC users on a daily basis. Over time, this builds up and when a fool, like the "debunker" in question, makes a huge public spectacle of crapping in the middle of a parade, people vent on them.

  314. Stupid by Anonymous Coward · · Score: 0

    This guy claims that the PC systems are faster, because score for a uniproccessor dell was higher than a dual processor G5, with one processor disabled.

  315. seems bogus by geekoid · · Score: 1

    why could that same person put some nickles in there pocket?

    --
    The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
  316. Nothing to see here by Anonymous Coward · · Score: 0

    I have very little respect for this guy, given that the primary piece of software produced by his "company" is KDX, which is used for little else but software piracy. Sure, he may not be responsible for that, but he certainly does nothing to discourage it. Also, the "hatemail" is clearly swiped from message boards somewhere, it speaks of him in the third person and there is NOWHERE on his entire website where you can e-mail him. He does not make his address available.

    Read his other rants, while you're at it. Anyone who is childish enough to take offense at the way people refer to certain vegetables needs to get a real life.

  317. Xerox by geekoid · · Score: 1

    XEROX; The original copied company.

    --
    The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
  318. rational justification for computer savagery by David+Jao · · Score: 1
    At the risk of sounding pretentious, I think I can explain why advocacy for computer platforms is so fierce. It has to do with the network effect.

    The more people use your platform, the more valuable your platform becomes. Never before has this principle been more important than right now in the computer industry.

    Success of a platform brings hardware support. It brings software support. It brings applications. It raises volumes, lowers prices, and expands the universe of clients that you can communicate with. Almost as importantly, the expectation of future success is nowadays (rightly) an important consideration in any investment decisions one may make concerning future technology commitments.

    You have only to look at OS/2 to see how a technically superior platform can lose out and die from lack of users.

    Macintosh users are deathly afraid that their platform will be marginalized into irrelevance, not from technical shortcomings, but from lack of a userbase. As much as Apple continues to thump the theme of open source, the fact is that the Mac platform needs healthy corporate support to survive, and the only way companies can make money is if they have users. Of course the exact same thing is also true of the Windows platform, but Microsoft has a lot more money and a lot more users than Apple.

    Where do I fit in to all of this? I am a devoted Linux user who used to passionately advocate for Linux. But that was before I realized all of the information that I conveniently gave to you above. Now I don't advocate Linux anymore, because I realize that Linux doesn't need advocacy to thrive.

    Why?

    Because Linux is not dependent on corporations and does not need revenue to survive. Linux does not need a large userbase to sustain its development. With Linux, even a small userbase can sustain very productive development because such a large percentage of the users are also developers.

    I am far more worried now about laws like the SSSCA that would have made Linux illegal. I am worried about companies like SCO that are claiming ownership not just on IBM's infringing code but on all versions of Linux, past present and future. But I am not worried about Linux dying from lack of users, because free software is different and all our old notions about software platforms no longer apply.

  319. Yes, the P4 is faster by Anonymous Coward · · Score: 0

    Why can't you just enjoy the Mac experience and leave speed to the computers that are built for it.

    I use a Powerbook daily, and its not about speed, but its a nice, pretty, BSD based OS. I enjoy it, because its comfortable, and a winsome Operating system.

    I don't need to worry about who's d*ck is bigger, but you apparently do.

    I'm sorry you feel that way, and I'm sorry that you're a Mac owner, because we care about the entire gestault of computing, not just adolescent benchmarks. In fact, I'd argue that I want a slower processor because it forces me to get over the fact that its not faster.

  320. Wrong by geekoid · · Score: 1

    I went and looked in my bios, and there is no hyperthreading option.
    I wonder if I can get an bios upgrade for this 386? ;)

    --
    The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
  321. Re:similar info from a different source by Anonymous Coward · · Score: 0

    Intel standard practices are that the compiler uses the SSE2 register set for FPU operations if present, even for scalar FPU operations.

    You can't use SSE2 registers for double-precision floating point arithmetic. An 80-bit double won't fit in a 64-bit SSE2 register. So enabling SSE2 (1) would not have helped in a double precision benchmark and (2) would have given a misleading result in a single-precision benchmark.

    Are you benchmarking the compiler or the hardware? If you are benchmarking the compiler, then use the gcc on both. If you are benchmarking the hardware, use the best available compiler for each machine.

    You got that perfectly backwards. If you're trying to test the hardware, you must isolate all other variables. Using different compilers on different machines (when identical compilers are available) yields results that are perfectly meaningless.

    I would rather see what the hardware is capable of, not what gcc is capable of.

    And I would rather see what the hardware is capable of, not what Intel's compiler is capable of.

    Hell, if you want to do an end-to-end system test, the right way is to build the benchmark with Microsoft Visual Studio on the Dell and Project Builder on the Mac. These are the build environments that people actually use. But since they weren't using Windows on the Dell, they were using Linux, they went with the Linux compiler instead: GCC.

    Call up Microsoft and ask 'em what compiler they use to compile Office. I guarantee you it's not Intel's.

    Not only was the malloc code simply a non-cache coherent malloc library, it was one optimized for certain types of memory allocations, probably ones that work well with the SPEC benchmarks.

    And you know this... why? Oh, right, because you have no problem just making shit up to try to bolster your argument.

    How's that?

    Fucking sucked, dude.

  322. first 64bit desktop? by Kunta+Kinte · · Score: 1
    The reason people care is when you go to the Apple site there is a big headline that the Apple G5 is the world's fastest desktop computer, when in fact any way you cut it, it is not.

    Right. They also claim to be the first 64bit desktop. Sun, Compaq and a variety of UNIX vendors have been shipping 64bit desktops for years. Frankly the only major vendor that's left to do this, as far as I know, is Microsoft.

    --
    Based on upvotes, Ageism is the only "-ism" Slashdotters care about and think isn't SJW
    1. Re:first 64bit desktop? by Anonymous Coward · · Score: 0

      Sun didn't really ever produce a 64bit desktop machine.
      Neither has Compaq. The high end 'cad workstation' type machines are pushing the 'desktop' classification a bit.

      The old DEC did make a 64bit desktop machine.

      Do a web search for 'multia' or 'UDB' (same machine, the UDB was a stripped down Multia and intended to run Linux).
      That was nearly 10 years ago. The Multia was most definatly a desktop machine and not an engineering workstation or server.

      The Multia might have been an enormus flop, but it was the first 64bit desktop computer.

  323. False by Anonymous Coward · · Score: 0

    "Given that Intel aren't planning any more speed bumps to the Pentium 4 for another year"

    This is false and misleading. The P4 architecture will be scaled up to 4Ghz by the end of the year. The core of the P4 is optimized to be scaled up in processor speed. Most industry observers are predicting 6ghz Intel's within 18 months, with 10ghz in sight.

    There is no ghz myth. Faster is always better. Always. The only people who say otherwise are the ones with slower computers.

  324. did you actually read the article? by waspleg · · Score: 2, Insightful

    he clearly states that the Dell benchmarks are higher from using an optimized compiler and even makes a comparison to prove the point between the low apple score and the dell one which is double that... and he goes on about hyperthreading etc

    if you're refering to the part where he's taking quotes of the veritest results pdf and showing where apple used G5 optimizations for their benchmarks etc well, does Dell have that kind of information even available about the desktop model he is talking about? my guess would be no since it's not there and this guy went out of his way to be thorough in every other aspect

  325. Re:similar info from a different source by TwP · · Score: 1

    Thank you, Apple, for a fine lesson in how to lie with statistics.

    Well, Eight out of ten people know that 78.3% of all statistics are made up.

  326. So apple's theory... by Anonymous Coward · · Score: 0

    "So no, hyperthreading is not like having 2 processors. More like 1 processor optimized for threads."

    So by disabling it, they wanted to make sure all the CPU optimizations weren't used?

    Hello?

    Its the equivalent of turning off all cache's on the G5, and then showing how it sucks. Even you would catch on that its a fake and a fraud.

  327. Re:spl=troll: totally off topic by Anonymous Coward · · Score: 0

    you just made my day, thanks.

  328. Intel has SIMD, Apple has SSDD by Anonymous Coward · · Score: 0

    The Apple G5's come with the new SSDD or "Same Shit Different Day" instruction set. Still maintaining their status as the slowest computers at the highest prices. What a stream of LIES from Apple.

  329. Why not minimize the variables? by Angry+Pixie · · Score: 2, Insightful

    Maybe I'll be accused of trolling (again), but I have to ask, what's wrong with just basing evaluations like this on unoptimized vanilla out-of-the-box systems using only software available to all systems?

    I do understand though that when it comes to GCC, the PPC support is less mature than x86 support, resulting in a possible disadvantage.

  330. I love this line: by Crazy+Eight · · Score: 1
    ...Apple was attempting to deliberately MISLEAD me about the speed of the PowerMac G5.

    Say it isn't so.

  331. You misspelled something by Anonymous Coward · · Score: 0

    "Most people in the know agree that Altivec trounces SSE2."

    You misspelled:
    "Most apple fanatics agree that Altivec trouces SSE2"

  332. Macadvocacy reaches a new low by Anonymous Coward · · Score: 0

    You're using bandwidth to memory as a mac advocacy point?

    Where has apple gone wrong. Shouldn't you be talking about the "total user experience"? A Macadvocate talking processor speed is a quick-trip to hades.

  333. actually what i heard is by waspleg · · Score: 1

    that back in the 19th century newspapers used to be one cent so newspaper companies would talk store owners into changing their prices so that people would end up with pennies and thus be tempted to drop them quickly on newspapers

    i've also heard the psychological effect theory whereby your brain automatically looks at whole rounded numbers as more expensive or better quality or whatever.. (so sometimes you will see higher end things that end in rounded prices if they're for rich buyers) and that somehow 9.99 looks cheaper than $10

    of course who knows if any of it is true ;)

  334. If only... by Anonymous Coward · · Score: 0

    "which will run OS X like a dream"

    Mac OS X only runs "like a dream" with at least 768M. Its usable at 512M, and unusable at 256M.

    In most cases, your "dream" is a nightmare.

    OS X is still horribly slow.

    Its cool. But slow

  335. Re:similar info from a different source by fitten · · Score: 1


    Intel standard practices are that the compiler uses the SSE2 register set for FPU operations if present, even for scalar FPU operations.

    You can't use SSE2 registers for double-precision floating point arithmetic. An 80-bit double won't fit in a 64-bit SSE2 register. So enabling SSE2 (1) would not have helped in a double precision benchmark and (2) would have given a misleading result in a single-precision benchmark.


    Last time I checked, IEEE Double precision floating point was 64 bits. 80 bits is extended mode and non-standard.

    Are you benchmarking the compiler or the hardware? If you are benchmarking the compiler, then use the gcc on both. If you are benchmarking the hardware, use the best available compiler for each machine.

    You got that perfectly backwards. If you're trying to test the hardware, you must isolate all other variables. Using different compilers on different machines (when identical compilers are available) yields results that are perfectly meaningless.


    Gotta call BS on this. Verion X of the compiler produces great code on architecture X but ultra-crappy code on architecture Y. That is a fair comparison? I don't think so. If you are looking for SPEC numbers, which are the theoretical peak performances for the hardware, you use the best compilers and compile options you can. That is the precise reason why you must clearly document exactly what compiler, version, and compile options you use so that they can be reproduced. In addition, most of the hardware that posts SPEC numbers do not even share the same compiler vendor, much less version, and they are still ranked. So, you are saying that SPEC (as well as www.top500.org and others) are all invalid because they don't use gcc.

    I would rather see what the hardware is capable of, not what gcc is capable of.

    And I would rather see what the hardware is capable of, not what Intel's compiler is capable of.


    Ummm.... the compiler produces code for the CPU to run. Crappy code runs bad. Good code runs good. Good compilers produce good code. Crappy compilers produce crappy code. Again, I could write a version of a benchmark that specifically targets certain architectures and slows down by a factor of 10X. Since it is the same version of my benchmark, by your logic, it is a valid test of the two architectures.


    Hell, if you want to do an end-to-end system test, the right way is to build the benchmark with Microsoft Visual Studio on the Dell and Project Builder on the Mac. These are the build environments that people actually use. But since they weren't using Windows on the Dell, they were using Linux, they went with the Linux compiler instead: GCC.

    Call up Microsoft and ask 'em what compiler they use to compile Office. I guarantee you it's not Intel's.


    Seems to be missing a point.


    Not only was the malloc code simply a non-cache coherent malloc library, it was one optimized for certain types of memory allocations, probably ones that work well with the SPEC benchmarks.

    And you know this... why? Oh, right, because you have no problem just making shit up to try to bolster your argument.


    Ummm... because I read the post. Apple documented the fact as per this excerpt:

    "Installed a high performance, single threaded malloc library. This library implementation is geared for speed rather than memory efficiency and is single-threaded which makes it unsuitable for many uses. Special provisions are made for very small allocations (less than 4 bytes)."
    (Page 5, also see Appendix E, Page 26, Veritest PDF)


    This tells me two things... one, it's single-threaded. Two, it was optimized for speed rather than efficiency. Hence my previous statements.

    IF you know anything about malloc libraries, you'd know that malloc libraries are expensive bits of code. Not only is there typically a lot of code there but they have nasty cache properties so that

  336. Dude, no they don't by Anonymous Coward · · Score: 0

    "they all use CPU"

    Only if the application or OS suck.

    On my XP Box, playing MP3's uses less than 1% of the CPU; it looks idle for the most part. The biggest CPU user is playing DVD's with about 20-30% CPU utilization

    So my box normally runs at 3% utilization.

    A 2nd processor would slow me down.

  337. Why turn off hyperthreading by bd32322 · · Score: 1
    I am not very sure about this but one reason hyperthreading was turned off may be because:

    The G5 is an out of order processor and the P4 and Xeon are in order processors. So the G5 has in built parallelism even in a single threaded case while the P4/Xeon has to be explicity told what is parallel (for threads).

    This is speculation: Most everyday apps are still single-threaded or a single thread does 90% of the work. Apps are not inherently parallel. So comparisons with hyperthreading would have been justified.

    However.. all this depends on what apps you plan to run on the machines. If you have highly parallel apps then the benchmarks with hyperthreading on would have been a help.

    1. Re:Why turn off hyperthreading by wukie · · Score: 1

      Benchmarks are run with hyperthreading turn ON then again with it turn OFF.

      The fastest result is posted. Don't take my word for it, look at reviews all over the net.

      This particular benchmark works better with hyperthreading disabled.

  338. Jobs creeps me out. by phrackwulf · · Score: 1

    Is it just me or has anyone else noticed that as Steve Jobs gets older he seems more and more like this sort of evil Mr. Rogers? "Won't you be my user, boys and girls?" It even comes across in the pro-Mac rhetoric, "Don't let that Mr. Gates touch you, he's bad." "Won't you please, please won't you be my, Mac-user." [-)

    --
    What would Richard Feynman do, if he were here right now? He'd do some math and he'd follow through!
    1. Re:Jobs creeps me out. by kongjie · · Score: 1

      Nope, it's just you. He doesn't seem creepy at all.

  339. Benchmarks are advertisements. by Tokerat · · Score: 1


    Yea, Apple probably tilted in their favor. Or maybe the testing company did because they didn't want to give Apple bad SPEC results for thier big summer show.

    Then again, don't you think Intel does this to AMD? Vice versa? Wern't there just a whole large string of stories about graphics card manufacturers using special optimization benchmarks for their GPU comparison tests? This is nothing new.

    SPEC tests are only as unbiased as the people who run them.

    --
    CAn'T CompreHend SARcaSm?
  340. Apple blatantly faked the Pentium numbers by Anonymous Coward · · Score: 0
    Look at SPEC. Apple faked the numbers. Also, they left out Opteron.

    Seriously, someone should file a complaint with the FTC and the California Dept. of Consumer Affairs for deceptive advertising.

  341. the hate mail by markzdk2002 · · Score: 0

    I especially like reading the hate mail this guy has recieved. I have been using Mac's since '99. Hell I was an OS X beta tester and wrote code for air port. (I suck at programming though, just got lucky). THe mac users hate mail makes me want to go get a pc. hehe

  342. Gates quote TNG by Glonoinha · · Score: 1

    "512 Gigs of RAM ought to be enough for anybody." - Bill Gates, Nov 13, 2003.

    --
    Glonoinha the MebiByte Slayer
    1. Re:Gates quote TNG by TheNetAvenger · · Score: 1

      "512 Gigs of RAM ought to be enough for anybody." - Bill Gates, Nov 13, 2003.

      LOL - Thanks for the laugh.

      Definitely he was never known for his hardware of the future predictions. ;)

  343. Re:similar info from a different source by fitten · · Score: 1

    Maybe read this article too, while you are at it. Pay particular note to the SPEC performance charts on page 2.

    http://www.amdzone.com/articleview.cfm?articleid =1 296

  344. OK everyone, breath and relax by Anonymous Coward · · Score: 3, Insightful

    When I looked at the benchmarks as posted by VeriTest, and then read this article I thought, wow this guy is really worked up today. Apple produces a new machine using a very fast processor from IBM, they hire a independant firm called VeriTest to benchmark it, and they publish the full results, as well as their take on them in their marketing information. Whats the problem? We all know it is impossible to make a fair benchmark, and that the only real test is to use it for your application and see how it performs. I read the benchmark and thought it was less biased than about 80% of the ones I've seen. Could it have been better? Probably, but the nitpicking this guy goes into is a little extreme. You can tell he's really reaching when he starts to complain about the $1999 pricing as being deceptive, I mean come on already, this is done for just about every product sold in this wacko country. The photoshop test was all it took to sell me, since it is an app I actually use on a regular basis, and the tasks performed were real world, rather than theoretical. The only real question for me (and many others I know) is, when can I get one in a powerbook?

  345. Re:audio comparison (Cubase vs. Logic) by King_TJ · · Score: 1

    Actually, I believe this particular comparison was made more as an attempt to pump up sales of Logic software than anything else.

    The fact is, for years now, Apple has been slipping in the MIDI and music composition market. Pro Tools is probably their only "saving grace" in the recent past, but it's really a hard disk recording/virtual studio product -- not a MIDI sequencer/music composition package.

    Apple bought out EMagic because they realized they needed control of at least *one* respected MIDI/music product. (Otherwise, there was a very real possibility that EMAgic would dump Mac support and only produce Logic for the PC.) They're already suffering because of quality products like ACID Pro, and Sonar (formerly Cakewalk Pro Audio) that only exist in PC/Windows versions - and convinced many a Mac die-hard to install a PC in their studio.

    I've worked with CuBase a little bit myself, and what I've found is this: The product has recently undergone MAJOR revision. (Perhaps, a total rewrite, even?) The "CuBase SX" product has a totally revised interface from CuBase 5.0 and earlier versions. Not only this, but they're working on both a Mac OS X and a PC version simultaneously. The last "bug fix" they put out for SX on the PC broke as much as it fixed for some people. Right now, it's probably an opportune time to pick on CuBase SX by finding complex musical scores that crash it.

    After CuBase SX "matures" a little more, I'm not so sure Apple could still pull off a comparison like they did with Logic on the Mac.

  346. Perception by Glonoinha · · Score: 1

    Windows 2003 Server (Datacenter edition on 32bit cpu) will address and use 64G, I think.

    I remember a few years back reading through the Netware manual and it claimed to be able to use up to a maximum of 2G of RAM. At the time my Spectrum class MPE (HP mini-computer) had 32M of RAM and most of the desktops had 4M or maybe 8M. Two gigabytes of RAM - I couldn't fathom that much memory, given that at the time memory cost somewhere in the range of $80 a meg ... a sixth of a million dollars, or the price of a house.

    At the time it was pretty much the same as saying 'Football :: can be played on any field up to the size of Utah.' Unfathomable.

    Now that RAM is ten cents a meg (I just got a 1G stick for my server for $100, on sale) we have home machines with an address space the size of 'Utah' and all of a sudden that isn't big enough. For the price of a night out with your woman you can stick 2G of memory in your machine - ahhh something I think we are going to appreciate about the future.

    --
    Glonoinha the MebiByte Slayer
  347. cartoon info site by Anonymous Coward · · Score: 0

    A bunch of teen nobody's post unproven anti-apple stuff on their website, and Slashdot post this valuable info on the front of their website.
    It is no wonder that the professional IT community considers Slashdot to be an unreliable source of information. I prefer Solaris, my self, but your site is embarrassingly ridicules.
    csk
    DIT , MCSE, CNE, NCSA, CNE

  348. Re:similar info from a different source by Anonymous Coward · · Score: 0
    "We can clearly say we've caught up with the PC and passed them," said Jobs

    If that statement is based on what you just said, I'd call it a lie, but you'll probably just argue it depends on what he means by clearly.

  349. It depends on what the meaning of "lie" is by Zhe+Mappel · · Score: 1
    Lying is a strong word, misleading would be a better one, or even misdirection. That's what marketing is. Creating a non-existant need for you to want their product.

    Sure, marketing's often dirty. But you're confusing Apples and oranges.

    This is a case where the need is not perceived but real - and felt quite keenly both by the manufacturer and its market. The present deception has sprung from Apple's desperation over its declining Powermac sales as well as its users' reluctance to buy what has been widely-perceived (fairly or not) as outmoded, inferior hardware. Apple knew it needed a hit to revive sales. Apple consumers weren't going to buy until Apple had that hit.

    Why did Apple lie? Not to create perceived need, but to appear capable of meeting very real needs everyone alreadly agreed upon. Apple has merely been caught lying about size; apparently, it has a case of benchmark envy. ;-)

  350. Think different doesn't mean fight... by Anonymous Coward · · Score: 0

    Let's face it. There will always be arguments for/against benchmarks. All manufacturers want is for their own products to look the best...everyone does it. I think more importantly than comparing actual processor speeds is the idea of looking at what this does for the mac community and for those who may be considering joining it. I think the 64-bit chip is a big leap forward for Apple, and I think it will help the Mac community grow and flourish. Regardless of whether it is actually FASTER than any PC chip out there right now, the fact remains that the gap is, for the most part, closed....or at least narrowed very much...

  351. rofa! by Scudsucker · · Score: 2, Insightful

    (read other fucking articles) :)

    As other people have pointed out, Altivec was also disabled, so the SSE2 argument is a red herring. This also makes the rest of the article suspect: the guy looks at what was disabled on the PC, but ignores what was disabled on the Mac.

    What I would like to see, is someone from SPEC to comment on what flags they used/didn't use.

    1. Re:rofa! by Anonymous Coward · · Score: 0

      So then what makes for the large discrepancy between apple's specmarks for the P4 and the ones from Dell and Intel?

    2. Re:rofa! by Scudsucker · · Score: 1

      Because they used an optimized Intel compiler for it, and Apple did not. There might be some dirt there if Apple had used a similarly optimized compiler from IBM while using gcc for the PC's, but they used gcc for both tests.

  352. Re the alternative x86 OS-s by moogla · · Score: 1

    They need advocacy so that hardware vendors are more receptive to writing drivers or releasing info (to sell it). ^_^

    --
    Black holes are where the Matrix raised SIGFPE
  353. Re:Humorless Tool says: by op00to · · Score: 1

    Did you come up with that one yourself? I've never heard it before! (Thanks stewie for the inspiration!)

    Let me continue:

    Worst.

    Reference.

    Ever.

    C'mon, Simpsons isn't as funny as futurama or family guy anymore, and the CBG is as funny as "In soviet russia..." gags. Get over it, and stop referencing things that aren't funny.

  354. apple's g5 by Anonymous Coward · · Score: 0

    So...what some of you are saying is that Apple's specs were created the same way that PC makers have been making theirs for years.

    ie..."Our product is better than yours."

    I remember several years ago how Microsoft internal e-mails were released to the net. Seemed the Mac alpha/beta of Office was slower on the Mac than it was on the PC. Some observant people found this was because there was delay loops slowing it down.

    Funny how PC people jumped to their defense and stated this was 'normal practice' wh en it came ot alpha/beta material.

    Also, I found the original posters comments interesting when it came to 10.3. I mean, it wasn't even released when the testing was done. It was an interal build which no one else has yet. It amazes me the person doing the observation could know the ins-and-outs of an operating system vicariously through a jpg.

    And finally, for those making fun of the missing dollar in the price...blame it on william randolf hearst. It's his fault.

    Back in the 'good ole' days', Hearst had his retail stores sell things for 9 cents or 99 cents, etc.. the idea was that customers would have a penny that they'd then use to buy one of his newspapers before leaving the store.

    It's called Synergy. You know, the thing Martha Stewart used to make all her money. Well...maybe all but $47,000 of it. ;))

  355. RE: Ramping up CPUs by King_TJ · · Score: 1

    Thanks! I was starting to wonder when someone here was going to bring up this point!

    The big deal I see about the G5 is that it's at the very beginning of its life - and seems to be designed with considerable "ramp up" potential in mind. (IBM pretty much promised it would be up to at least 3Ghz in one year.)

    If it performs relatively "on par" with the fastest Intel P4 Xeon offerings at its initial launch, and is conducive to rapid speed increases over the next year or two - it's going to be a strong contender in the long haul.

    Instead of bickering over the supposed validity of particular benchmarks - the only strong negative I see to buying a PowerMac G5 is the question of future CPU upgradability. There seems to be no mention of whether or not someone buying a $3000 G5 tower today will be able to remove the 2Ghz CPUs and upgrade them to, say, a 2.4Ghz pair of CPUs after they become available.

    On the Intel side, it's generally always been possible to swap CPUs without requiring a whole new motherboard and new RAM (within reason).

    Sometimes, Apple made this possible too. Other times not. (There was a lot of room to upgrade "logic boards" in the old PowerMac 7500/7600 series, for example. Even the beige G3 took several different speeds of CPU by moving jumpers on the motherboard. My dual G4 1.42Ghz tower seems to have no upgrade path whatsoever, though.)

  356. It's about making an informed decision by siskbc · · Score: 1
    Read the rest of the article. He goes on to talk about the dual processor performance. Also, for many applications, even on dual processor machines, single processor performance is key. Very few applications (certainly very few desktop applications) are designed (or even can be designed) to take advantage of multiple processors.

    That may be true, but I don't think the actual relative performances of the machines is relevant as much as the intent on Apple's part to deceive. Is the new mac faster than the fastest PC's? I don't know, and not being in the market for an expensive computer, don't care. Basically, I don't companies that would try to deceive consumers. I know that all companies spin their products, but it seems that what apple did was a bit excessive. Considering the totality of the memory tricks they did with the Mac and disabling hyperthreading and more efficient float processing...that's not cool.

    However, speeds of processors asside, if you want the Mac, buy the Mac, if you want a Windows machine, buy a windows machine

    That will certainly always be true. Mac people buy macs, windows people buy windows, etc. But there are subtler considerations - like a mac owner who's expecting the G5 to be a significant upgrade over his current machine, and maybe it's not as much as he would have expected. Also, there are people who are considering either windows or mac (there must be, if the switch ads are successful) - and these people might not be getting a clear picture.

    Again, there are enough flames going around already, so I'm not comparing macs to pc's - I just think Apple could have done better for their customers. I'm sure the G5's are going to be great machines, which is why it's sad they resorted to this.

    --

    -Looking for a job as a materials chemist or multivariat

  357. how to get people to read your story.. by Anonymous Coward · · Score: 0

    1. claim you support a platform
    2. find facts against it
    3. point the company is misleading consumers
    4. at the end say something positive again

    The positive comments serve only to give the read trust about the writer, nothing more. The negative comments serve to influence the reader negatively about the company at hand. All together, the reader has some confidence and thus gains a negative impression of the company. What we have here folks is FUD.

    There is no technically accurate measure of one platform versus another, there never has been and there never will be. I will stand by this. Why? Because in the end, a faster computer may be not the most practical for a task, and a slower computer might not be fast enough for the task.

    In the end, the only thing that matters is what does the job for you, not for me, or anyone else. The tests they showed were genuine for their market. The market that uses Macs doesn't care about Intel's compilers, they don't care about unoptimized tests of the G5. The point of a new processor is to test it out. And consider this. All the software on the x86 platform has been out longer than anything out for the G5, thus it has had a chance to be fine-tuned. Whereas code for the G5 is new, thus optimization is only normal.

    This article was again a biased view of someone who clearly wishes for Mac not to go forward.

  358. Think Different by Zhe+Mappel · · Score: 1
    As long as we're doing psychoanalysis from the hip, let's not forget: Think Different. The Mac mantra is a pitch to the outsider who stands apart from, and in judgment of, mainstream society. (Yet who makes a decent penny at it, of course. Call them The Well-Dressed Rebels.)

    You don't have to be Carl Jung to see that the taunting of Mac owners by PC fans is a patterned ritual, akin to the jocks giving the artists a hard time in school; or that, in the reverse, Mac owners berating the vanilla plainness of the PC world is a prototypical underdog's gripe about the herd.

    The really funny thing, and what makes it so amusing for me to play this game (I own a PC and a Mac - so there, prlrlrrlrlrlb!), is that this stuff is obviously deeply personal to so many. It's close to the psychological metal, you migth say. The hardware and the OS are just handy symbols for having at it - for, as you nicely put it, "competing, not computing." It's a terribly amusing hobby, and I'm grateful to everyone here who blows their top in pissing matches. ;-)

  359. Read the fine print ... by Anonymous Coward · · Score: 0

    On Apple's website, they state (in the fine print) that their "world's fastest computer" claim is based on both SPEC benchmark tests and *their own tests* of "leading professional application" performance. Hence, if their tests showed 2.2x performance in Photoshop (both SSE2 and AltiVec _were_ enabled), they could give that test the most weight. So, while it's still 100% marketing-speak, at least it's not a downright lie.

  360. hyperreal numbers by djtack · · Score: 1

    Assuming it's bang/buck, and buck = 0, then bang/buck is Undefined. (division by zero!)

    The original poster is right, it's +INF. Here's a nice introduction to hyperreal numbers.

  361. This is an old misconception, let it die by Llywelyn · · Score: 1

    "Nope. If it's not threaded properly, it will not take advantage of multiple processors. The application will run on one processor."

    Yes, except for one thing: you generally have more than one application running, and each of them can have more time because you have two processors. Thus, one process (such as one application) can receive a huge speed improvement simply because it doesn't get switched off of the processor as often and doesn't have to make as much room for other things to run.

    If you don't believe me do the simulation yourself. Draw out 10 processes on paper, don't forget the OS kicking in to decide who goes next, and assume a Shortest Job First, Preemptive (you can ignore all of the other fancy things, this is just a simulation).

    --
    Integrate Keynote and LaTeX
  362. Flaws in the critique by Lulu+of+the+Lotus-Ea · · Score: 1

    It almost goes without saying that Apple fudges their benchmarks a bit. There is a bit to the linked criticism. Apple's choice of compilers, tweaks, and options, indeed makes G5 seem better than it should. Still, the moral really is that Apple now is in the same ballpark with the fastest x86 machines, rather than lagging behind as yesterday's G4/G3 models do.

    But the critiques claim that "most users" use only integer apps, not FP, and that most apps aren't multiprocessor enabled, completely misses the point. NO ONE needs the latest Xeon, Opteron, or G5 to run typical home/business apps. A G4 or P3 is plenty fast enough to run Mozilla or OpenOffice (I won't even mention proprietary apps of similar purpose :-)). The only users who have any real reason to care about the high-end specs are those who perform complex scientific modelling, graphic processing, or a few other CPU-intensive niche areas. In other words: the users who rely on FP and SMP.

    A G5 is as fast as anyone can need for average applications, and probably still a little slower than the best x86 machines for high-end FP/SMP apps. But not so much slower that the other Mac benefits can't sell machines.

    1. Re:Flaws in the critique by pressman · · Score: 0

      This machine is going to kick some serious booty when it comes to apps like AfterEffects, Photoshop, Shake, Commotion and Final Cut Pro. These are the "pro" machines after all and probably aren't going to be used for simple Office apps and such.

      --
      Pooty tweet
  363. Re:Humorless Tool says: by Alan+Partridge · · Score: 0, Flamebait

    Do you mod your own posts up because no-one else ever will?

    Just curious.

    --
    That was classic intercourse!
  364. Hey, I got an idea! by Iowaguy · · Score: 1

    I know, they could take several applications that people on the mac use, like, oh, I don't know, maybe photoshop, mathematica, and maybe even a game like Quake, and run them through some stuff and compare times. Better yet, they could do it side by side with a Dell machine and we can watch it first hand. Wouldn't that be awesome? What? Wait? You mean they did that yesterday already and would know that if you watched the video stream?
    Oh, right, it is better to be lazy, and make wild assertions about which benchmark is better and have conspiracy theories about fixing the results. Otherwise, this could be a serious conversation and not slashdot.
    No, I am not trolling. I am just annoyed. What else could Apple do? They released benchmarks. They even said the Pentium is even faster in some cases with single processor. Then, they ran comparisons using famous, commonly used programs that are processor intensive. That is fair. God did not say that Intel was always the fastest. Get over it.
    -Iowa

    --
    "He who laughs last, didn't get the joke."-Cap
  365. Apple's New Product. by Anonymous Coward · · Score: 0

    NEWS BULITIN - Cupertino, CA

    Rumors came to an end today. In a press conference, Steve Jobs announced the new Apple user input/output device. The device, called COCK(R), it is a radical shift in human interaction devices. COCK(R)'s enhanced as it also contains feedback support.

    Basically COCK(R) looks like a shaft with two balls at the end. A user places the shaft into their mouth and keeps the balls pointed towards the monitor. There are sensors on the balls that track the motion of the COCK(R) in relation to the monitor. The user must look at the area on the screen to move the mouse. Thrusting of the shaft results in click actions. Additional functions may be provided by mapping licking and coddling the balls.

    Since the device is used by one's mouth, bio-metric security can easily be used on OS X. COCK(R) has a built sampling device which can match saliva to specific users on the computer. As such, the user will have access based on their spit.

    Feedback exists in several forms. First the shaft may increase in size to better fit the user's mouth. This usually takes a couple of minutes. There is also the ability to give the user a slight shock given error conditions on the computer. Additionally, in severe error states, a milky substance will be emitted from the COCK(R) to signify an error condition to the user.

    Questions at the press release signified mixed opinions on COCK(R). There seems to be resistance to using such a device in the non-Macintosh community. Steve Jobs acknowledged this problem. As such, the current mice will still be available when purchasing Macintoshes. Currently Apple is marketing towards current users of their platform. "Product testing showed us that long-term Mac users were most willing to use COCK," Jobs stated.

    Despite resistance, Apple does not feel it will hurt their sales, only increase them. Jobs said "We at Apple hope that COCK will be as important as our switch to G3 based computers. As such, our marketing staff are fully committed to convincing every one that COCK is the best."

    Now that Steve Jobs released COCK(R) onto the world, he hopes sales will increase steadily. One mac fan stated "COCK is the best IO device in the world. Even the milky error substance tastes great!" Apple's stock has not significantly dropped or rose. However, Apple's online store estimates that sales of COCK(R) will rise in the next two weeks.

  366. We live in a world of deceit by Anonymous Coward · · Score: 0

    People don't like being lied to, even if it is actually the truth

  367. Courts do that... by Anonymous Coward · · Score: 0

    This guy should have his pants sued of him, simply because he is wrong and he has intentionally planned to discredit Apple.

    Note the start of his article:
    I am a Mac user. I have been using Macs for years. I am writing this article on a PowerMac G4. I enjoy using Macs.

    Why say something like that?

    Fact is, Dell are affected by the benchmarks published by Apple. This person claims he know more than the techs at Dell, or they are dragging their feet, or worse "Dell don't care"?

    All I see is willful slander, that's why people are upset.

  368. Did... by Pinguu · · Score: 1

    Anyone else find it ironic that an artical about the G5 has a G4 picture next to it?

    --
    --
  369. More Mac bashing by wukie · · Score: 1

    This guy just wants to cause a stir.

    That's Dell's job, they are the ones whose computer are be compared to, and made to look inferior.

    People have been knocking Macs for years. Most have never used one for any length of time. This has put Mac users on the defensive, and that's why this guy received all the hate mail.

    I hope Apple sue his pants off, as he has made statements which are more misleading than any of the benchmarks.

    1. Re:More Mac bashing by unDiWahn · · Score: 1

      "I hope Apple sue his pants off, as he has made statements which are more misleading than any of the benchmarks."

      Like what, exactly? Sure, he wants to cause a stir, but I didn't see anything in there that struck me as wrong. I'm just wondering what statements he made that are inaccurate?

    2. Re:More Mac bashing by wukie · · Score: 1
      For both the Dell Dimension 8300 and the Dell Precision 650, Apple/Veritest performed the multi-processor "Rate" benchmarks with hyperthreading DISABLED.

      Well so did Dell, and everyone else on this benchmark, for enabling HT makes it WORSE! This person is clearly implying that benchmark would be even higher is HT was enabled.

      Notice the large discrepancy between how fast Apple claims the Precision 650 is, and how fast Dell claims it is. This is because Apple crippled the floating-point in the Dell computers by not using SSE2, as I mentioned previously.

      Wrong!

      You can pick up a Dell 8300 with 3.0 GHz P4 (the one Apple tested), 512MB RAM, 120GB HD, CD-RW, SoundBlaster for LESS than $2000 and it is FASTER than the top-of-the-line PowerMac G5 Dual 2.0 GHz costing $3000. (Faster on integer single-processor tasks, which is what most people use most of the time.)

      So it all comes down to integer calculation speed now?

      Have a look at what this guy is saying. He has proven Apple wrong, their benchmarks are false, so he's calling them liars, and making a very bold statement at the same time, all without every having run a benchmark himself.

  370. News Alert! by Rand+Race · · Score: 1

    Slashdot readers finally discover "marketing" is an euphemism for "lying"; introduction to the real world sad and pitifull for geeks of all stripes. Film at 11...

    --
    Insanity is the last line of defence for the master diplomat. But you have to lay the groundwork early.
  371. More FUD... by wukie · · Score: 1
    People were calling him all sorts of names simply for pointing out that Apple's benchmarks were not fair.

    So your saying, beyond a doubt, that this guy and his analysis are correct and accurate, while Apple AND Dell are BOTH wrong.

    He posts an article with more distortions than Apple, and you take his side immediately.

    I have no idea what country you live in, but in the U.S.A. and most of the world there are laws AGAINST false advertising.

    More FUD

  372. Naturally by nonsuchworks · · Score: 1

    Er, I thought the Pentium 4 isn't SMP capable ..?

  373. low-end Dells are shite by tsphere · · Score: 1

    have you ever used a $658 dell? i'm not sure what they did, but i think the memory, video and hard drive are all coming through a layer of cheesecloth in the north bridger. *electric* cheesecloth, mind you.

    combine the shitty architecture with the omnipresent windows XP, and you have a really really slow and frustrating computer to use. when you start an app the whole UI will lock for 3-4 seconds at a time, no repaints, no mouse movments, no nothing.

    the three or four times you ever need to do something processor-intensive, sure it might finish fast (if the dataset is small enough to fit in L2 cache, of course). other than that you're screwed.

    the new G5 systems have incredible bandwidth. incredible. combine that with the BSD scheduler and cache management, and i bet even Panther will seem fast.

    like you said, if it seems fast, it is fast. and dell's sure ain't.

    --
    Tetris rules.
  374. rounding up is for sissies... by Anonymous Coward · · Score: 0

    real men truncate!

  375. More FUD by wukie · · Score: 1
    As someone who uses macs occasionaly at work and home

    Where have I seen something like this, just before the guy goes on to abuse the product?

    I am a Mac user. I have been using Macs for years. I am writing this article on a PowerMac G4. I enjoy using Macs.

    Oh yeah, the start of the page this discussion is about.

    More FUD

  376. SSE by Weasel+Boy · · Score: 1

    It's not cricket to turn off SSE2 because SSE2 is faster at scalar floating-point than the X87 unit. Intel decided to sacrifice a bit on the X87 and put the FP muscle into SSE2 for the P4. Vector or scalar, if you're compiling floating point code on the P4, you should use SSE2.

  377. Blow it Away? - Hardly. by Chris-S · · Score: 1

    The closest Dell Dimension 8300 I could configure was $1777. At $1777, the Dell Dimension 8300 has a smaller, slower disk drive and a lesser video card than the $1999 G5. When you take the aforementioned differences into account, they're about equal values.

    Incidentally, I tried similar comparisons with Dell's "Ultimate Gamer" machine, and it was also about the same price as a comparably equipped G5 before taking the slower hard drive into account. Looks like Apple did their homework in pricing the new G5s in order to minimize price arguments.

  378. Unexpected optimization? by Smudgie · · Score: 1

    In the case of Hyperthreading, the Xeon may have been optimized for these tests...

  379. Re:similar info from a different source by Anonymous Coward · · Score: 0

    Last time I checked, IEEE Double precision floating point was 64 bits. 80 bits is extended mode and non-standard.

    Check again. You're about 12 years out of date.

    Verion X of the compiler produces great code on architecture X but ultra-crappy code on architecture Y. That is a fair comparison? I don't think so.

    Of course it's a fair comparison! It's a comparison with exactly ONE variable. It tells you that code compiled with compiler X runs well on X but poorly on Y. It tells you something FACTUAL, not something INFERENTIAL.

    Of course, you may not like the results. Fine. Then get off your ass and improve compiler X. Or pick another compiler THAT EXISTS FOR BOTH PLATFORMS and run the test with it instead. Don't go throwing in random variables to muddy the results.

    If you are looking for SPEC numbers, which are the theoretical peak performances for the hardware

    Ah. I see the problem here.

    NO THEY ARE NOT.

    If SPEC numbers were theoretical peaks, then we would test microprocessors on multimillion dollar test harnesses instead of in actual systems. SPEC numbers are not meant to be "theoretical peak" anything. They are meant to be a BENCHMARK (perhaps you've heard that term before) for relative comparison of two or more SYSTEMS. Complete systems. Not theoretical components.

    Here's what you do. You run the test on one system. You change ONE VARIABLE and run the test again. Did the result go up or down or stay the same? See? You learned something there.

    If you go changing EVERYTHING, then you have learned nothing.

    You don't even understand what we're talking about.

    That is the precise reason why you must clearly document exactly what compiler, version, and compile options you use so that they can be reproduced.

    Right. But you can't reproduce SPEC on a G5 with the Intel compiler. There is no Intel compiler for the G5. So poof. SPEC with the Intel compiler is not a valid way of comparing a G5 to an Intel system. It's only a valid way of comparing two Intel systems.

    So, you are saying that SPEC (as well as www.top500.org and others) are all invalid because they don't use gcc.

    Yes. That's precisely what I'm saying. If you mean to do a SCIENTIFIC, PRECISE comparison of two systems, you have to do it diligently. Otherwise the results are not useful. We're talking about differences in SPEC scores of 10% here; that's so close as to be virtually meaningless as it is, even under the most rigorous conditions. If you change architectures, chips, AND compilers, suddenly the test is just a circle-jerk and reveals NOTHING scientific about the things you tested.

    Again, I could write a version of a benchmark that specifically targets certain architectures and slows down by a factor of 10X. Since it is the same version of my benchmark, by your logic, it is a valid test of the two architectures.

    So... what? You're saying that SPEC's code has a line in it that says "If this is a dual Xeon, don't rush?" Or that GCC has a line in it that says that? Or are you just saying that they MIGHT have such a line in them, and that as a result Apple's test results are meaningless?

    Fine. If you want to argue that the benchmark is meaningless, go right ahead. But next time somebody posts a benchmark where the Intel machine comes out ahead, you better shut the fuck up.

    This tells me two things... one, it's single-threaded. Two, it was optimized for speed rather than efficiency.

    That's not what you said, fucker. You said Apple used a malloc() optimized for SPEC. That's bullshit, and I called you on it, and now you're trying to change your tune. Typical.

    Come back when you've taken a few architecture, compiler, and assembly courses so we can have a better discussion.

    Heh. Just because I got my degrees more than a decade ago doesn't mean I can't wipe the floor with you, bitch.

    On Windows, most of the benchmark

  380. Read Again by nutshell42 · · Score: 1
    As far as we're aware, there's no further speed jump on the existing family of chips, built using a .13Â (micron) process technology. Intel will shrink the size of the forthcoming "Prescott" chip to 90 nanometers

    And Chipzilla is also re-assuring its customers that its next generation chip, the so-called Prescott, is on track for a Q3 introduction, despite earlier wobbles that suggested it might retreat into Q4. In fact, general availability of the Prescott at speeds of 3.40GHz will fall into the fourth quarter

    --
    Don't think of it as a flame---it's more like an argument that does 3d6 fire damage
  381. Re:G4 rollout by Anonymous Coward · · Score: 0

    I'm glad somebody mentioned the G4 introduction. Steve put on a great performance that day at Seybold, I was there. Benchmarks, specs, bakeoffs, SETI@home, you name it. Were the specs accurate then? That's a moot point becaust the 500MHz dual processor G4 computer His Steveness showed us didn't ship for over a year. Never mind the specs, the computer itself was a work of fiction.

    If you pay money for a G5 now you don't know what you are getting, or when. Only after they have been shipping a while and have been formally and informally tested will we have a good idea of how the G5's perform.

  382. another Apple zealot by Anonymous Coward · · Score: 0

    when will you nit wits learn that Apple is over priced eye candy and nothing more. PCs will always be cheaper, more powerful, and less beautiful than Macs. Macs are for rich yuppies with sticks up their asses who check email and don't need are real computer.

    1. Re:another Apple zealot by Anonymous Coward · · Score: 0

      when will you nit wits learn that Apple is over priced eye candy and nothing more. PCs will always be cheaper, more powerful, and less beautiful than Macs. Macs are for rich yuppies with sticks up their asses who check email and don't need are real computer.

      Oh how lovely, another apple troll. I bought my iBook because I wanted a usable laptop that runs unix. I don't run windows at all, and my other machines are linux and FreeBSD. I wouldn't hardly classify myself as a rich yuppy, especially since I'm currently a computer engineering student who does a lot more than check e-mail on his mac. While there are a number of idiots who do believe that Apple is completely infallible, there are also people who actually like unix.

  383. Lets not kill the messenger by Anonymous Coward · · Score: 0

    The writer (SPL) that posted a non-bias report on the new G5 Power Mac needs to be applauded for his efforts in reading between the lines and coming up with facts that were not revealed purposely by Apple's Reps. It means a lot to those who want correct info and true facts, he believes this in pointing out the undiscovered facts, not as a Mac buff or PC user, but as a consumer or a customer. All potential buyers should research all products especially computers.

    It is too common for Manufactures to twist specs. in their favor, so it should not surprise us that Apple is hype-ing it's new baby (G5) to shake up the Computer industry to take notice, I noticed... and I'm still impressed. At some point other reputable companies (C/net...) with their own benchmark tests with results that differ from Apple's claims could shame them for posting favorable information not accurate. It is just hard to swallow when someone unheard of (the little guy) points out details left out, so people bash the little guy because "who is he" or "he is nobody". The fact is the writer (SPL) is trying to make us aware not to just shame Apple because it doesn't matter most big companies will know how the spin the shame and still come out shining
    Thanks, Vision vision_@mac.com

  384. Photoshop benchmarks by mnemonic_ · · Score: 1

    I wouldn't be too sure about the Photoshop benchmarks. I have seen PC's performing better than Macs and vice versa in tests. It would seem that the wide variety of tools and filters utilize different CPU's in different ways. Wanting to make the Mac look better, a person could have a set of the faster-on-Mac filters run multiple times, increasing the apparent speed difference between Macs and PC's. The same could be said about portraying PC's as faster.

  385. Unexpected optimization? by Smudgie · · Score: 1

    As for disabling Hyper Threading, this may have been an optimization in the VeriTest SPEC benchmarking.

  386. Optimization? by Smudgie · · Score: 2, Informative

    Hmmm... I seem to have been posting this a lot today. Disabling Hyper Threading can make the SPEC scores look better.

    1. Re:Optimization? by merdark · · Score: 1

      Nice link there. Good to know I don't have to eat my speculation on the hyperthreading. ;)

      If I only had mod points...

  387. P4 Sucks, Pc sucks period... by Anonymous Coward · · Score: 0

    im a former PC user.. .AMD that is, Intel sucks no matter what... and all you pc users out there saying apple cheated... BS! Bring any machine of yours... any... put it up to the g5, put it up to my damn 800 ibook, you cant touch it.:-p

  388. Re:Don't be gay! by Anonymous Coward · · Score: 0

    Agreed. The posted SPEC results are legit, as coming from the spec.org website. Two points, however: Could it be that the PPC970 numbers that ultimately go up there will be with IBM's super optimized compiler? And then they will be much closer to the 1.7 GHz Power4+ on there? Perhaps this is the reason why Apple decided to use GCC on all platforms. Admittedly to make themselves look better, but knowing that the above is likely in time. However, the only conclusion one can draw is that all benchmarks are complete and utter bullshit. The business of benchmarking is the business of tweaking to get the highest possible number, real world performance be damned.

    But I agree with the guy who said the AMD Zone are morons. I just read that piece of tripe, and it's so filled with anti-Apple bile and vitriol, I couldn't stand it. The numbers on the second page are fine and dandy, but the first page is pure subjective hate. He starts off telling how Apple pissed him off years ago by killing clones (to stay afloat) and he's gonna continue to pursue that vendetta. Everything that follows is a point by point listing of the new G5's features, followed by a "Psshhhh! That sux0rs, PCs have had that for YEARS! Apple charges too much!"

    Puh-lease. We've heard it a million times before. It's so interesting how people are born to pick a side and fight. The AMD fanboys are all whacking off as they read that, while the Apple fanboys are masturbating to the Keynote video. Meanwhile, the Intel fanboys are yanking it good while they read the bullshit piece linked to this article. They all want *so bad* to believe they are the best, so they'll all misrepresent facts until they do believe it. The truth is somewhere out there, but it doesn't matter. It's not about just using what you like and not worrying about the other guys. It's all about making yourself feel better by making the other guys look bad. And after decades of such hateful mindsets, these guys all die of heart attacks at 50. Wheeeee!!!

  389. If possible, a more objective look at the parent. by mnemonic_ · · Score: 1
    So right from the start the G5 is seriously crippled in these tests. Especially if they don't even take advantage of 64-bit as seems to be the case. Now, on the the other points that the spl dude makes.
    The PPC970 is not "seriously crippled" in running 32bit real world apps, so why should it be "seriously cripped" running a 32bit benchmark? Certainly Apple does not feel that it is "crippled" running 32bit, as they would have no doubt mentioned it alongside the benchmarks. Intel would have done the same if trying to advertise an Itanium.
    It could be that hyperthreading actually reduced the scores of these tests.
    Unlikely, but I have just as much evidence as you.
    I'm no expert on the SPEC tests and hyperthreading, but what I do know is that hyperthreading is an intelligent technology. It can't always increase speed, it depends on what kind of code it's running.
    HT is intelligent, because it doesn't always work? Yes, obviously it depends on what code is running-- the code must be multi-threaded, like anything intended for multiple CPU's. Or, a single threaded application could be running on top of a multi-threaded OS, in which the OS could divvy up OS/application processing resources for best performance.
    At anyrate[sic], the tests were a LOT more fair than the dpl guy makes them out.
    Why?
    And considering that the G5 could be seriously crippled by not running 64-bit and who knows what other optimisatoins[sic], I'd say that the numbers are still impressive.
    And considering that the Xeon/P4 could be seriously crippled by not running HT and who knows what other optimizations, I'd say that the numbers are still impressive.
  390. ...information is available, if you care to look. by Smudgie · · Score: 1

    The machine (Mac and PC) specifications are in the VeriTest document.

  391. Guy makes some points, but seems a little crazy. by Anonymous Coward · · Score: 0

    Setting SPEC scores aside, the G5 is still an impressive architecture. It's a well known fact that most x86 compilers unfairly optimize for SPEC, so I think Apple using GCC in its tests was justified. Since Apple wasn't using Altivec, disabling SSE2 was only fair, but using a custom malloc library and disabling HT on the Xeons did give the Mac an unfair advantage. Apple deserves flac for that. I'm hoping the realworld benchmarks hold up though, because they were pretty impressive. 337 frames in Q3 isn't bad either. I think the latest P4 gets over 400 frames, but PC code is always more optimized than Mac code since only a small number of crazy people actually game on the Mac.

  392. How about intel Spec optimizations by Anonymous Coward · · Score: 0

    First off I am really suspicious of Spec benchmarks as an indicator of performance especially on the intel platform. Second of all look at the design of the io systems on the G5 they absolutely embarrass the designs used in PCs, it is no joke the G5 motherboard can push around lots of data and it being the fastest computer out there does not surprise me at all. Give this a read the original complaint about benchmarks from an apple user and engineer.

    http://www.mackido.com/Hardware/IntelBenchmarks. ht ml

    It is no joke intel cheats on its benchmarks a lot and more so than anyone out there. You all should know you cannot and must not trust benchmarking done using the manufacturers poketbook, only trust independent companies using independent dollars. Sorry apple does not think different in this respect they are the same as everyone else although I think intel has the biggest pocketbook of all and is thus going to be better at cheating. Apple users will buy these machines, maybe some pc users, and some sun users if the software becomes available. Athalon64 is the only competition and that has not been released, you can forget about intel because they have itanic which will never come to the same markets as an Athalon64. I think it is obvious regardless of benchmarks intel screwed up the competition is bringing high end hardware to the masses. It looks to me like in this round intel is losing, what ever you buy it will not be intel because you want 64 bit goodness and a high throughput motherboard. Besides which apples dual system is much cheaper than dual Xeons not to mention how appealing the interior of their case, like a Porsche vs pimped out Mustang.

  393. Re:similar info from a different source by DJPsychoChild · · Score: 1

    Although it is tempting to argue, I will agree with you. I must have missed that while reading.

    --
    CODITO, ERGO SUM: I Code, therefore I am.
  394. ... also... by Anonymous Coward · · Score: 0

    ...did I mention my NeXT Cube?

  395. Is the G5 a workstation or a personal computer by mnemonic_ · · Score: 1

    Apple calls it "the world's fastest personal computer". Mac users say that it is a "workstation", so you have to compare it to Xeon processor PC's. Which one is it? Or is it both, making G5-P4 comparisons perfectly acceptable (price v. performance wise)?

  396. Integer tasks are not what most people need to use by bgspence · · Score: 1

    I strongly disagree with his statement:

    Faster on integer single-processor tasks, which is what most people use most of the time.

    It is true that people need integer operations most of the time, but they don't need this kind of processing power most of the time, reading html or doing spreadsheets. They need the extra cpu power to provide solutions to the hard computational problems needed by modern graphics and sound applications.

    In the not so distant past integer algorithms were all we had to do the hard stuff. As machines have gotten more powerful we have moved away from integer algorithms to perform most compute bound work. Floating point provides higher quality results for most any difficult computational problem.

    We were limited to integer solutions in the past, but modern image or sound processing problems use floating point solutions today. Thats where the benefits of this kind of processing power can be seen by most people.

  397. But who should I trust? by levin · · Score: 1

    Although I'm sure that most benchmarks for hire are going to be a little tilted, I think I'd probably trust apple's numbers slightly more than Dell's. Having worked in a campus computer store, and having to sell the damned things, I've NEVER gotten a Dell to come out to anything near the advertised price. Apples can be pricey, but at least they are upfront about it; if it says x dollars in the apple store, then that's what you pay. Just my 299900 cents.

    --

    `which fortune`
  398. REAL WORLD APPLICATIONS ARE NOT LEVEL by mnemonic_ · · Score: 1

    That's right. In the REAL WORLD, companies use Intel-optimized compilers for PC applications and Mac-optimized compilers for Mac applications. That is what they should have done here.

    A level ground may be useful for comparing theoretical performance of the CPU's; unfortunately though, we do not live in a theoretical software world.

  399. Re:similar info from a different source by fitten · · Score: 1

    Last time I checked, IEEE Double precision floating point was 64 bits. 80 bits is extended mode and non-standard.

    Check again. You're about 12 years out of date.

    Verion X of the compiler produces great code on architecture X but ultra-crappy code on architecture Y. That is a fair comparison? I don't think so.

    Of course it's a fair comparison! It's a comparison with exactly ONE variable. It tells you that code compiled with compiler X runs well on X but poorly on Y. It tells you something FACTUAL, not something INFERENTIAL.

    Of course, you may not like the results. Fine. Then get off your ass and improve compiler X. Or pick another compiler THAT EXISTS FOR BOTH PLATFORMS and run the test with it instead. Don't go throwing in random variables to muddy the results.


    Heh... my app using Intel's compilers will run 2X as fast as yours compiled with gcc, that's all that matters. That's why you compile with better compilers and throw crappy compilers into /dev/null.


    If you are looking for SPEC numbers, which are the theoretical peak performances for the hardware

    Ah. I see the problem here.

    NO THEY ARE NOT.

    If SPEC numbers were theoretical peaks, then we would test microprocessors on multimillion dollar test harnesses instead of in actual systems. SPEC numbers are not meant to be "theoretical peak" anything. They are meant to be a BENCHMARK (perhaps you've heard that term before) for relative comparison of two or more SYSTEMS. Complete systems. Not theoretical components.

    Here's what you do. You run the test on one system. You change ONE VARIABLE and run the test again. Did the result go up or down or stay the same? See? You learned something there.

    If you go changing EVERYTHING, then you have learned nothing.

    You don't even understand what we're talking about.


    OK, I'll agree with you on the theoretical part. I misworded that one. SPEC consists of kernels of "real world" problems to give an idea of how things may perform on your system. As with anything, you have to take it with a grain of some salt. It gives you an idea of what your system will do on similar tasks. I chose the wrong word so I'll concede that argument to you and restate.

    They indeed do test complete systems. Choice of compiler is a part of that complete system just as choice of operating system and speed of microprocessor are. That is why they are still valid even if using a different brand/version of compiler. You can have everything the same about two systems except the compiler and it will still be two different systems and one is allowed to be better performant than the other and still be a valid test. You would chose the slow system over the faster system simply because all the comparisons used gcc. Meanwhile, I would use the faster system and turn out more work over time and my boss would be happier.


    That is the precise reason why you must clearly document exactly what compiler, version, and compile options you use so that they can be reproduced.

    Right. But you can't reproduce SPEC on a G5 with the Intel compiler. There is no Intel compiler for the G5. So poof. SPEC with the Intel compiler is not a valid way of comparing a G5 to an Intel system. It's only a valid way of comparing two Intel systems.


    Um, no... it's so you can exactly duplicate the hardware and software used to run the benchmark at another site to verify that the results are reproducable.


    So, you are saying that SPEC (as well as www.top500.org and others) are all invalid because they don't use gcc.

    Yes. That's precisely what I'm saying. If you mean to do a SCIENTIFIC, PRECISE comparison of two systems, you have to do it diligently. Otherwise the results are not useful. We're talking about differences in SPEC scores of 10% here; that's so close as to be virtually meaningless as it is, even under the most rigorous conditions. If you change architectures, chips,

  400. They *ALL* Lie by Anonymous Coward · · Score: 0

    It's news that they lie? They ALL lie. Apple. Intel. AMD. Microsoft... Actually, I think it's called "marketing".

    Here's the thing -- it's been raked over the coals so many times in recent years, I'm surprised anyone still has the energy to argue about it:

    All benchmark tests are inherintly flawed unless you're comparing the same hardware platform from one model to the next. Comparing different platforms is like comparing Apples to Oranges, if you're forgive the over-used metaphor.

    It'a all bullsh!t... but somehow the American public believes that quantity = quality, so all companies, be they computer manufacturers or potato chip makers "cook the books" in their advertising.

    Ever wondered where the whole stupid 4 out of 5 dentists statistic comes from? It's so mindless, we no longer even question and Trident even makes fun of its own previous marketing campaign in the new one.

    Anyway, I guess my point is, who cares? Use the computer that allows you to get work done, and drool over the next model that has now obsolesced your 6 month old machine.

    Consume -> Dispose -> Consume -> Dispose...
    Everyone on the Merry-Go-Round!

  401. Oh well by coolmacdude · · Score: 1

    I can see why this might be an issue for PC users/possible switchers, but for me as a Mac user, the fact that Apple now has fast enough hardware to even attempt to make this claim is more important to me.

    --

    -You may license this sig for only $6.99.
  402. Re:similar info from a different source by fitten · · Score: 1

    Oh... forgot about the IEEE 754-1985 standard... (been the standard since 1985)

    http://research.microsoft.com/~hollasch/cgindex/ co ding/ieeefloat.html

    Last updated on Jan 02, 2003.

    In case you can't cut-n-paste, here's an excerpt:

    The following figure shows the layout for single (32-bit) and double (64-bit) precision floating-point values. The number of bits for each field are shown (bit ranges are in square brackets):

    If you prefer a non-Microsoft site:

    http://www.psc.edu/general/software/packages/iee e/ ieee.html

    from which:


    Double Precision
    The IEEE double precision floating point standard representation requires a 64 bit word, which may be represented as numbered from 0 to 63, left to right. The first bit is the sign bit, S, the next eleven bits are the exponent bits, 'E', and the final 52 bits are the fraction 'F':

    [...]

    Reference:
    ANSI/IEEE Standard 754-1985,
    Standard for Binary Floating Point Arithmetic


    I'm done. May you continue to live in academia.

  403. Worst Case Tests by Anonymous Coward · · Score: 0

    I recently created a website with a group of friends for a University project which went on to discuss why a P3 may well be quicker than a P4... take a look but more specifically, take a look at the editorial to find a short piece of C++ code to test your machine with. Compile the code and run it on your machine to find out how slow it really can be, the results might surprise you!

  404. It's rather funny, really... by Raptor+CK · · Score: 1

    Even with Dell's more P4-friendly numbers, I just noticed that *if* the SPEC scores go up linearly in regards to clock rate on the G5, then the 3.0 GHz G5 that will eventually come out will actually be a hair faster than the existing 3.06 GHz P4.

    This is meaningless, however, as in 12 months, we may see a 3.5, or even a 4.0 P4 on the market. Provided the P4 motherboard designs are updated to properly feed the upcoming P4's, they'll still be competitive. If they don't, the G5 will smoke the P4. Of course, just as the 3.06 P4 wasn't built in a day, neither will the 3.0 dual G5. It's very hard to judge performance based on the very first system from any company, as the performance issues which are bound to crop up won't be fixed for at least one more generation.

    I'm fully aware at the moment that Apple will spin facts. So will Intel, and so will Dell. Hell, the only reason I'll get a G5 is because I'll eventually need a new desktop, and I've grown to prefer working in OS X. Simply put, the PPC970 is a sufficiently powerful chip for anything that I'll need to do for a while, so I see no reason not to buy one when the time comes.

    However, to make everyone feel better, here's what I propose: Take a dual G5 and a top of the line dual P4/Xeon system. Hand the G5 to a highly talented Mac expert, and have him run the SPEC benchmarks, as well as some general application response testing. Hand the P4/Xeon to an Intel expert, and do the same with him.

    Then swap. Make sure the Mac guy knows dick about Windows/Intel, and that the Intel guy knows just as little about Mac and the G5 chip. Average these (most certainly lower) scores with the heavily optimized ones, and use the average.

    That's your performance level. Let them both cheat as much as they can, but let them suffer for it. :)

    --
    Raptor
    "Procrastination is great. It gives me a lot more time to do things that I'm never going to do."
  405. Re:similar info from a different source by Anonymous Coward · · Score: 0

    Heh... my app using Intel's compilers will run 2X as fast as yours compiled with gcc, that's all that matters.

    If you want to believe that, fine. But you don't know it to be true. It's just a supposition on your part.

    Choice of compiler is a part of that complete system just as choice of operating system and speed of microprocessor are. That is why they are still valid even if using a different brand/version of compiler.

    Nope. Because then you're no longer testing hardware. You're testing a combination of hardware and software. Do you know anything about the scientific method? Have you ever even HEARD of it? The scientific method includes the notion of a "control." If you're not controlling for the compiler, you have learned NOTHING about hardware.

    Now, if you want to do a test between GCC and Intel's compiler on the same hardware and software environment, knock yourself out. That will tell you something about compilers. I don't care which IA-32 compiler is better. I couldn't care less. I care which hardware platform is faster. When you control for the compiler--which you MUST do, in order to get valid results--the Power Mac is faster.

    You want raw performance of the system, right?

    I want the raw performance of the system CONTROLLED FOR EXTERNAL CONDITIONS. Would you do one test with the electricity on and then the other with the electricity off? Of course not. You have to CONTROL for that kind of thing. You have to CONTROL for the compiler.

    Nope, just saying that if a compiler generates crap code for one architecture and good code for another, then that must, by your logic, mean that the architecture where the crap code runs must be a crap architecture.

    See, this is why I'm fucking sick of your shit. Because you say things like "crap code" when you know NOTHING about GCC. I'll say it again: you know NOTHING about GCC. One more time: you know NOTHING about GCC. By your own admission, your opinion about GCC was formed as the result of a COMPLETELY MEANINGLESS TEST. So you therefore come into this with the conclusion that GCC sucks, and work backward to the conclusion that this test must be invalid.

    WHAT IS YOUR FUCKING PROBLEM? WHY ARE YOU THREATENED BY THE FACT THAT A MAC IS FASTER THAN THE FASTEST PC?

    I didn't research it, I was speculating, given Apple's past record it wouldn't surprise me if it were.

    You were talking out of your ass.

    if I can complete my task using CompilerB in 2 days when CompilerA takes 4 days, which is my boss going to want me to use?

    But you're not talking about COMPILERS, FUCKWIT. You are talking about a combination of COMPILER, OPERATING SYSTEM, AND RUNTIME ENVIRONMENT. You know NOTHING about the compilers you tested. Got it? NOTHING.

    You are a fucking moron!

    My test showed that Linux + gcc was not our solution at the time.

    FINALLY! You said something that is not demonstrably untrue! Now if you can just make the cognitive leap necessary to say that you know something about A PARTICULAR COMBINATION of hardware, OS, runtime, and compiler and NOTHING about a compiler, then we'd be in business.

    Until then, you're just a fucking moron.

    Fuck you.

  406. Comparable PC prices, same config? by eclectic4 · · Score: 1


    Quote "The price-to-speed ratio of Macs is not one of those great things, but just because it is poor on that particular point, doesn't mean," blah blah blah.

    I just went to Dell to price out the Dual 650 3.0.6 that edged out the top G5 (according to this guy) to a comparable Mac config. and came up with $4300. Why do people keep protesting Macs are too expensive? Yes, they cost more than the usual PC, but you GET more too. And if you look around, you seem to get more for less. People just see $3000, and say "DAMN boooey!!", because they are looking at the PC package at the same time, monitor included, on the web for the low low price of $600. What they aren't understanding, is that you actually are getting more bang for your buck with the Mac hardware. Does everyone need that "extra" speed, SuperDrive, RAM, Dual Procs, 64-Bit, 1 GHz front side, USB 2, FW 800, Digital audio in/out, AGP 8X Pro, PCI X 133, etc... no. But paleeez.

    I can't find other comparable models that can beat Apples prices. If someone knows of cheaper PC's with the same config/performance, please post them.

    Thanks!

    --

    "The greatest obstacle to discovery is not ignorance - it is the illusion of knowledge." - Daniel Boorstin
  407. Works better for the majority? by wfolta · · Score: 1

    The vast majority of The Majority makes their choice based on ignorance (i.e. "it's what we have at work"), on what would most easily alloow pirating of software, or on lowest up-front price. Not on what "works best".

  408. Small strokes fell big oaks by xenocide2 · · Score: 1

    There are things that can eat processor time without doing massive amounts of matrix multiplactions (3d), fourier transforms (compression) and general gruntwork (compiling). Take the GUI as an example. Small features you might not notice can heavily tax the CPU. Take resizing a window. In older versions of windows, a grey bar would be drawn indicating the proposed new boundary for a window. In XP you resize the window as you drag the mouse, and on this Athlon 2000+ its pretty doggish. Same with moving windows around. Your GUI is slowly improving, but the beauty of a good GUI is that you don't notice the flaws.

    Of course, my 500 Mhz k6-2 has similar problems under metacity. Its a bit slower, I suppose, but they're really quite apples and oranges. The one place where one will kick the other's ass is transparency. They say that X11 wasn't modelled to handle inter-window styles like transparencies but even just a console transparent to the background isn't very smooth. OSX handles this well, as does the few applications using it under XP.

    Since people are using higher resolutions, higher bit-depths and faster refresh speeds, a feature like transparency will push hardware pretty well if abundant. You can't use normal blitting instructions since they're designed to move data from one place to another. Transparencies are at the simplest, addative; most use more complex routines than that to give the illusion of depth and to avoid colour saturation.

    And these are only things we see right now. In the future you might see desktops and programs that dynamically size themselves relative to the other programs running. On one hand that takes some power away from the user, to operate like I do with a single window at a time and alt-tab as desired. On the other, the idea is both neat, simple to the user, and could be made optional.

    --
    I Browse at +4 Flamebait

    Open Source Sysadmin

  409. Dual G5 2 - 7 times faster than P4 for real apps by afantee · · Score: 1

    Even by Slashdot standard, you are all making an unnecessary huge fuss over something hardly relevant.

    The G5 Power Mac has a much greater performance lead (200 - 700%) over the Dell in running real-world apps (such as PhotoShop, Logic, BLAST, HMMer, Quak 3) than in SPEC.

    OK, Apple may have used optimized GCC for G5 or disabled Hyper Threading and SSE2, but that's more like leveling the play field rather than cheating, when considering that

    (1) GCC is much more heavily optimized for the long established x86 than any other CPU such as PowerPC or SPARC, and the G5 is still a prototype;

    (2) HT doesn't always help the performance, and in any case its impact is normally quite small for benchmarks.

    (3) SPECfp is purely for measuring the FPU performance which excludes SIMD operations using SSE2 on IA32 or Altivec on G5.

    (4) The dual G5 Power Mac is a really great system (dual 1 GHz FSB, dual channel 400 MHz 128-bit DDR memory, 8x AGP, dual channel serial ATA), and Apple has far more leverage than resorting to cheats.

  410. Re:similar info from a different source by fitten · · Score: 1

    WHAT IS YOUR FUCKING PROBLEM? WHY ARE YOU THREATENED BY THE FACT THAT A MAC IS FASTER THAN THE FASTEST PC?

    I'm not at all. Why are you so threatened that people say that the Mac isn't? I could care less if we were talking about two completely different processors as long as the tests were fair, which they weren't, in a bunch of folk's opinion. Is it that finally Apple presents something to you and you are so desperate to believe it that you will do anything to cling to it?

    If it is that important to you, I'll even say that the Mac is faster given that test. I think the test was a waste of time and showed nothing and proof that is conclusive to me of this is given at http://www.spec.org

    In fact, if you wish, we can abandon the whole issue of Macs entirely and I'll still argue the same point. Let's concentrate only on gcc vs. the Intel compiler only on the x86 box used. GCC produces an executable that runs given code at speed X seconds on PlatformMoo when using the best set of optimizations it can. The Intel compiler produces an executable that runs the same code at speed (X * 0.70) seconds on PlatformMoo when using the best set of optimizations it can. Which compiler should I use on my computational codes if I want them to run as fast as possible? I could give a rat's ass about what is more beautiful, what licensing I have to have, or who is running the tests or who wrote the compilers. FACT: the Intel compiler generates faster code for the benchmark on the given system as clearly and undesputably shown on the http://www.spec.org web pages. Answer these: which is faster? the gcc executable or the Intel compiler executable? Which reflects more accurately how the system is capable of performing on the given problem?

    Heck, let's use car engines as an analogy. Take a car, time it around a track. Put restrictor plates on the carborator. Time it around the track again. Which timing more accurately represents the performance the car is capable of achieving?

    I'm guessing both CPUs should also run the same binaries for it to be truly a real test, that way they have the exact same optimizations and algorithms.

    if I can complete my task using CompilerB in 2 days when CompilerA takes 4 days, which is my boss going to want me to use?

    But you're not talking about COMPILERS, FUCKWIT. You are talking about a combination of COMPILER, OPERATING SYSTEM, AND RUNTIME ENVIRONMENT. You know NOTHING about the compilers you tested. Got it? NOTHING.


    I'm not out for an academic exercise. I'm out to see how fast my code can run. Period. If I have to spend a few days to figure out and try a number of different compiler options to get fast code and if it takes a different OS and compiler to get it done for us, we don't have a problem with that. Time is money. We turn around accurate simulations faster for more clients, we succeed. Obviously, our best solution would be hand tuned assembly running on MSDOS, but we do need to have some portability to rapidly port to the next fastest thing and we'd prefer not to have a machine with MSDOS on it.

    I just want you to ignore the Mac for a moment and state which executable was faster and which more accurrately reflects the performance characteristics of the system - gcc or Intel - on the SPEC benchmarks. Remember... ignore Mac (although I know that it will be damn near impossible for a Mac zealot to do).

    Well... maybe this... what if CompanyX made a compiler tomorrow that only ran on the new G5 and was very good (generating numbers even better than the Intel compiler on the x86 box). Would you still use GCC only to compile everything that will ever run on the G5? What a joke.

    Why not put your opinion where your reputation is and come out from behind the AC flag? I think it actually must accurately represent your achievable performance. I'm willing to put my karma on the line. What are you afraid of?

    (Personally, I would like to see the G5 be faster than the PC and I

  411. Comments on the site... by hackus · · Score: 1

    "...suck it you Intel Weenie!"

    absolutely classic.

    Oh well....I am going to go "suck it" now.
    (Working on a device driver for my Radeon 9000 128MB video card....)

    -Hack

    --
    Got Geometrodynamics? Awe, too hard to figure out? Too bad.
  412. 1st 64-bit pc claim suspect by Anonymous Coward · · Score: 0

    Apple claims to have the 1st 64-bt pc now. Yet they're starting at $2k, whih can buy you an Opteron server. Doesn't sound like a fair claim to me.

  413. gcc/x86 and gcc/G5 are completely different by Namarrgon · · Score: 1
    As has been repeatedly stated, using gcc on each machine does not standardize the test!

    The part of gcc that actually generates the code - the part that is important to the compiled app's performance - is, of course, completely different for each CPU. The rest of gcc is irrelevant; it's only interface & syntax parsing stuff, it doesn't affect the compiled code's performance. gcc/x86 and gcc/G5 might as well be completely different programs. It wouldn't matter dick if Intel did provide a G5 compiler. You simply can't "standardize" the compiler for two incompatible CPUs.

    The only meaningful comparison is to use the compilers that app developers on each platform are likely to use - and for performance-oriented apps, that's the Intel compiler, since it is so much faster.

    --
    Why would anyone engrave "Elbereth"?
  414. modems and operating systems by David+Jao · · Score: 1
    Likewise, I did not suggest that choice is a solution for every problem, but I do strongly feel that choice in operating systems in particular is important.

    I think that you would find peoples' complaints disappearing if operating systems costed $10 apiece. But the fact is that Windows does not cost $10 apiece. Windows costs more like $50 apiece even for the best OEMs, despite the fact that its per-unit cost is even less than that of a modem.

    You give many good economy-of-scale arguments for hardware, but many of them don't apply to software and even the ones that do apply would not be so costly as to exceed the (inflated) per-unit cost of the OS.

    Actually, in the past, a lot of people did complain mightily about integrated hardware and the concomitant reduction in configuration choices. Nowadays those complaints have mostly disappeared because the quality of integrated components has risen to a high level while the cost has declined to a negligible level. The same cannot be said for Windows.

    Lastly, unlike OEM Windows, your modem most likely did not come with a EULA that contains explicit permissions to return the product for a refund in the event that you refuse the EULA.

  415. Steve Give me an Altivec Motorola! not a G-5 IBM by Anonymous Coward · · Score: 0

    THink IBM ? No thanks already went poo poo

  416. Re:Sigh by Anonymous Coward · · Score: 0

    Um yes they did turn Hyperthreading off when testing the single threaded test, as the HT overhead results in slower scores. However in Multi-threaded tests (the rate tests) it should have been turned on.

    Please note that Apple did the opposite of this:

    Single-thread test: Turn on HT to incur overhead

    Multi-thread test: Turn off HT so it can't use the extra ALU, etc.

    That is pretty dubious.

  417. Re:similar info from a different source by StillAnonymous · · Score: 1

    fitten, you have the patience of Jobe and I have the utmost respect for you to deal with that knob in the manner you did. Polite, elegant, factual, and you never stooped to his level.

    You are correct and I will back you on the fact that this is not a comparison between the same compiler on different platforms. If you are comparing CPUs, you want the best code available to accomplish the task and that would mean assembly. But since SPEC wants the code portable, it's in a higher level language. This means you want a compiler which will produce code that runs best for the particular processor. For x86 platforms, that is usually the Intel compiler. GCC produces slower code in 98% of situations. That tells you nothing about the CPU, only the optimization abilities of different compilers.

    Throwing that "scientific method" argument at this approach is completely nonsensical UNLESS you're comparing the code generated by the same compiler on two different platforms, which isn't the point here.

    The whole point of comparing CPUs is to say "Hey, CPU, perform this task and tell me how long you took. I don't care how you do it, as long as the end results are accurate. Take any shortcuts and speed advantages you can." By deliberately giving the CPU bad code that makes it take longer than necessary is unfair. Apple should have used every advantage they had at their disposal (Altivec, G5 optimizations, etc) but also give the P4 the same chance. Allow it SSE2, give it the tweaked malloc function. THEN see who comes out on top. Anything less is a sham and is designed to deceive potentional buyers.

    If your product is as good as you say it is, it will stand on it's own merit and not require trickery. That is what bothers me about Apple. Almost every ad I ever see for them is a mudslinging campaign against the x86 platform. They have a good system, and they should point out what they have and how it is advantageous to the buyer, such as "DVD-R to let you burn movies or up to 4.7GB of data!", "Up to 8GB of RAM supported which allows much faster image processing than before!". Instead you see crap like "sending other Unixes to /dev/null" and those goofy ads with the people who can barely tie their shoes slamming the Windows sytem for being so hard to use and the mac "just works". It's sad, and it reminds me of the election campaigns where senators never tell you how they're going to improve the economy, only how badly their opponent is going to screw it up. That's just tacky, and I have no respect for those individuals.

  418. Re:similar info from a different source by Anonymous Coward · · Score: 0

    And explicitly disabling Velocity Engine on the G5. Level playing field. Also, note that they left SSE on. Next!

    You are simply not getting it. There is no SSE or Altivec code in SPEC. HOWEVER, it is perfectly OK to use those instructions if your compiler generates them automatically from the source code.

    The Intel compiler generates both SSE & SSE2 instructions automatically for you. In fact, SSE2 is even the default floating-point mode for P4 & Xeon, to great benefit for all compiled programs.

    Apple has not managed to create Altivec automatically. This means your compiled code will run slower. So, just because Intel has done a better job you think it should be disabled "to level the field"?

    Get a life. Stay away from SPEC if you want, but if you want do play - do it by the rules. All vendors are allowed to do anything with released versions of their compilers, but not touch the source. Apparently the G5 is NOT the world's fastest personal computer according to those rules.

  419. To even entertain the idea.... by Creative9000 · · Score: 0

    ...that a Mac will ever be close to being as Fast as a PC is ludicrous. I just love the fact that since it has been proven (and generally accpeted) that any average Intel based PC will soundly thump a top end Mac, suddenly Mac losers are all saying that 'speed is not of importance'. Whateva...

  420. Re:similar info from a different source by Mocenigo · · Score: 1
    For example, prior to version 3 of GCC, gcc did fairly well on load-store architectures like SPARC and SGI machines but was horrid on Intel x86 compared to other compilers available on those platforms (such as Intel's and Microsoft's).

    Well, the PowerPC backend of GCC prior to version 3 has always been rather poor, and usually considered much poorer than that for x86 CPUs.

    With GCC 3 things changed: the backend for x86 is much better, but that for PowerPC still needs some working.

    For example, PowerPC cpus have multiple condition registers, and no open-source compiler makes use of this, which can be a trememndous bonus on unrolled loops -- also you can decide whether some operations affect condition bits or not. I hope APPLE and IBM will add support for this in GCC, you can easily get much more performance across the whole system, in all types of applications, see for example:

    http://www6.cse.cuhk.edu.hk/~csc2420/lect3/power.h tm

    Apple assigned a few engineers to optimize GCC about one year ago. Their work showed the first results a few months ago, and I bet we shall see further improvements pretty soon.

  421. Now AmdZone is using this guy as proof by wukie · · Score: 1

    First AmdZone say:
    Apple claims they have the fastest 64 bit desktop on the planet. We claim they have a pretty fast 64 bit workstation, but Opteron workstations available now seem faster.

    To my knowledge there is no Opteron computer or motherboard with an AGP slot, as that will replace my Dual Athlon MP!

    From ridiculous to:
    Update: My fears about these benchmarks have apparently been valid. This site has plenty of details about how Apple twisted results and crippled the P4 and Xeon scores. You can get the details of the testing here to back it up. If you want to see where I got the SPEC CPU2000 scores then click here.

    I'm absolutely dumbfounded that people who should know better are using this tripe as "proof" for their own arguments.

  422. Just read what you just wrote by wukie · · Score: 1

    PC...that stands for Personal Computer

    Not workstation or server

  423. Everything is out in the open by wukie · · Score: 1

    That's how people are able to comment.

    Enough information has been given to reproduce the benchmarks.

    And why should they put the Opteron in?

  424. Apple avoided SPEC like plague in the past by Mocenigo · · Score: 1
    In the past Apple always avoided SPEC benchmarks because they knew that the Intel processors would smoke them (on that particular benchmark): One of the many reasons (real performance aside) was that the Intel compilers were tweaked in order to get unrealistic results - a difference in performance not showing up in real-world applications, at least not as big as the benchmark suggested.

    Now Apple is less shy to show SPEC results, even though their approach for "making competition fair" sounds suspiciously like tweaking a bit. This is an important change.

    Furthermore, that was a developer's conference, so the developers now now one thing: Apple is working on the compiler, the tool they use most. You can expect more performance in the future on the same machines, and Apple is deadly serious about this.

    Last, if you do Word, Tex, some compiles and Spreadsheets, 1, 2 or 3 Ghz do not make much of a difference.

    But if you do INTEGER number crunching (cryptography or number theory research) the G4 and G5 processors can emulate with Altivec a fast 128 bit arithmetic unit. And if you do serious FLOATING point operations, you can do them in single precision with Altivec and then refine the results in double precision. I do both, and I know which CPU is now fastest.

    SSE2 *cannot* do this, and SPEC does not reflect this difference. SPEC does not tell the whole story...

  425. pricing by natefanaro · · Score: 1

    Here's the only thing that I don't quite aggree with:

    "Misleading Prices
    Both Apple and Dell are guilty of using misleading prices. For example, Apple gives the price of the low-end G5 as "$1999", and the high-end G5 as "$2999". In other words, they have subtracted $1 from a $3000 computer to make it seem cheaper, which is absolutely ridiculous. This demonstrates that both Apple and Dell are willing to mislead people when stating their prices. "

    Just about any time you buy something it has a dollar or a penny missing.

    Here's an example from toys r us: http://www.amazon.com/exec/obidos/tg/browse/-/1727 69/ref=br_bx_c_2_0/102-3761900-9564136

    and one from thinkgeek: http://www.thinkgeek.com/computing/handhelds/

    It's just usual marketing.

  426. Faster by Anonymous Coward · · Score: 0

    This is a marketing and not a computer issue? Do you realy think that Dell or Apple tell the hole truth - ever?

    And now we can run MS Word a lot faster! Weeeeee!!!

  427. damn marketing bums by Anonymous Coward · · Score: 0

    Everyone is getting all hot and bothered over some unimportant marketing. Who cares if the Apple website says that the G5 is the fastest machine on the planet. Obviously not true because I doubt if it is faster than somethink like the sc at Livermore or ASCII White.

    BMW says their products are the ultimate driving machine: to bad porsches, lambos, ferraris, astons martins, etc exist. Let's go storm the doors in Munich.

    I think everyone is placing a little too much importance on some meaningless benchmarks. The fact of the matter is that Apple released some great new hardware (thank god no more G4 for me in August), and if you like it you like it, if you don't you don't.

    On a side note, a better comparison of the G5 would have been to other 64 bit processors, more interesting anyway, such as Itanium, UltraSPARC 64, etc, but I guess that will just have to wait till new XServe.

  428. Last I heard... by XnetZERO · · Score: 1

    SPEC doesn't test Altivec performance.

  429. A calm head, on Slashdot, whodathunk? by macguiguru · · Score: 1

    :-D

  430. Re:Humorless Tool says: by op00to · · Score: 0, Offtopic

    Hmm. In my past 24 posts I had 5 positive modpoints given to me. Your claim is false. For comparison, during your past 24 posts, you only had 3 positive modpoints given to you. I win.

    If you don't like the karma bonus, you don't have to see it. Familiarize yourself with the preferences tab of your user page.

  431. Tree tousand dollahs? by Glonoinha · · Score: 1

    It is all semantics, the word 'Marketing' comes from the Latin words 'marke' which means 'to create false impressions of / on / for', and 'ting' which means 'thing'. To create false impressions of this thing. Simple.

    For three thousand dollars I will buy four stock P4/2.4GHz machines with half a Gig of RAM and a fast hard drive in each one, network them with a good 100Mb switch and hook them up to a KVM. I am sure a G5 can render faster than a single Xeon box, maybe not, but if you can distribute your tasks across multiple machines there is no way a single box is going to give you that kind of horsepower / money ratio.

    Heck if you had four machines with better than average video and sound, you could host your own LAN party.

    If you had friends.

    Don't laugh. I have four computers. Sure wish I had friends.

    --
    Glonoinha the MebiByte Slayer
    1. Re:Tree tousand dollahs? by TheNetAvenger · · Score: 1

      It is all semantics, the word 'Marketing' comes from the Latin words 'marke' which means 'to create false impressions of / on / for', and 'ting' which means 'thing'. To create false impressions of this thing. Simple.

      Actually, marketing is Old French to Middle English and comes from the Latin word 'mercÄtus', which is the past participle of 'mercÄr', meaning 'to buy'. Latin 'merc' is merchandise.

      So originally, marketing did not come from anything to do with creating a false impression.

      Instead, it simply means, 'offering to buy' or 'merchandising a thing'.

      The Net Avenger

  432. Re:Humorless Tool says: by Alan+Partridge · · Score: 0, Flamebait

    so you're just an idiot then?

    --
    That was classic intercourse!
  433. reread the article by Anonymous Coward · · Score: 0

    The article's bench mark test only was for a single processor. I'm sorry but wasn't the apple a dual processor system. Therefore I think that the article's summary was also skewed and I dont even use Apples. I wish that idots would not even say anything.

  434. Macs Suck by gorash · · Score: 1

    Everyone knows Macs suck and that Apples gay!(please note sarcasm)

  435. Marketing Coworkers by Glonoinha · · Score: 1

    It was a joke with origins in the earlier joke about Coworkers - some funny guy split it up into 'Cow' and 'orker'. Having done consulting in Insurance buildings I understand the 'Cow' reference, but what the hell is an 'orker'?

    I guess you had to be there.

    --
    Glonoinha the MebiByte Slayer
    1. Re:Marketing Coworkers by TheNetAvenger · · Score: 1

      Ok, sorry, didn't mean to go all Latin on you... :)

      The Net Avenger

  436. Look at the important numbers by Digital+Eco+Freak · · Score: 1

    Mac probably tilted the scores towards them, but who cares. The important numbers for me came about a third of the way down.

    Dell Dimension 8300 $800 - $2500
    Dell Precision 650 $1248 - $3680
    Apple PowerMac G5 $2000 - $3000

    For $500-1000 less, you get a machine that is either just a little bit faster or just a little bit slower than the Mac. There will always be a faster processor within half a year, but Intel gives you more for your dollar right now.

  437. 1GB FSB???? How? by goofrider · · Score: 1

    Aren't any of you suspicious of the 1GB FSB claim?

    Apple said it's 1GHz DDR, so 500Mhz actual clock. Doesn't that seem uber-inflated?

    The latest P4 get a 800Mhz QDR FSB. That's 200Mhz actual clock.

    How can Apple (or anyone else for that matter) produce a CPU with an external clock that high?

  438. Good article on spl's soapbox by Anonymous Coward · · Score: 0

    Good article on spl's soapbox -- apple powermac G5. I found it very amusing reading the emails you have received, it reminds me of the debates on the war in Iraq being that the left (APPLE) has such a hate for the right (IBM) they will do anything to get on top, not caring about being challenged because they have blind followers who will not question. If its said it must be true, HANDS DOWN PERIOD. And when challenged by the right (IBM) users they are evil. I've used both Apple and IBM myself and agree that apple has a great product to say the least, but like you said it's not as fast, So what's wrong with that? I do use AMD at home 96% of the time but let me testify right now for all Apple and IBM users.

    I'll destroy my computer system, trash it completely, turn it into a glob of molten plastic and metal if ever I get to a point where I want to cause physical harm or take ones life, raping an innocent girl(which by the way might be the biggest Apple user in the world) Making derogatory statements about ones mother (probably like mine doesn't have the slightest clue between Apple or IBM if she was sitting in front of them) slanderous sexual statements and homosexual innuendos (which might offend the gay Apple users), stabbing someone in the heart with a pencil, yet the most abhorrent of them all taking pleasure in a human beings crucifixion. My GOD some people are sick.