Slashdot Mirror


G5 vs Opteron, Finally

metfoo writes "It's been months since the G5 and Opterons have been available for purchase. When the G5 systems were first released, many Mac bashers and AMD nuts discredited the G5's performance. They always ended their comments with 'Wait until its compared to an Opteron, then we'll talk.' Well, it's finally time to talk. Barefeats has posted an article comparing the two systems. The G5 line was compared to a Dual 2GHz Opteron and the results are impressive. In gaming, the Opteron system proved to be superior, which is partly due to the superior 9800XT over the base Radeon 9800. The G5 spanks the Opteron in many of the non-gaming tests, except for the Photoshop tests."

101 of 650 comments (clear)

  1. Except by andrewl6097 · · Score: 3, Insightful

    That since they are running the Opteron in 32-bit mode, it's not taking advantage of it's full potential. Guess we'll wait until "round 2" like he says, but it still looks bad that he kind of dodges this. If it were me I'd be running the benchmarks on 64-bit linux versus 64-bit linux.(gentoo?)

    1. Re:Except by DiscoOnTheSide · · Score: 5, Informative

      same could be said for the G5, as OS X is not fully 64-bit yet, and neither are many of the programs (with the exception of a few high-level apps, like Photoshop, etc)

      --
      Viva La Revolucion! Buy a Mac!
    2. Re:Except by Anonymous Coward · · Score: 4, Insightful

      the g5 isn't running a 64-bit Mac OS X. it's still running the regular 32 bit version. so in essence, the G5s 32-bit emulation is better than the Opteron's 32-bit emulation. we'll have to wait and see how 64-bit compares with 64-bit a little longer.

    3. Re:Except by andrewl6097 · · Score: 4, Insightful

      I'm sorry, but doesn't everyone know by now that the opteron is tangibly faster in x86-64 mode due to a doubling of GPRs in a register-starved ISA? Besides, I suggested running 64-bit linux on both, just to be supremely fair, but I think that it wouldn't be much different from 64-bit amd64 and 32-bit darwin.

    4. Re:Except by shaka999 · · Score: 2, Funny

      So you both agree, its a bogus comparison. Good.

      --
      One should not theorize before one has data. -Sherlock Holmes-
    5. Re:Except by Llywelyn · · Score: 2

      What comments like this seem to miss is that the only benchmarks that matter are the application you are going to be using doing those tasks you are going to be performing.

      Absolute speed is largely irrelevant.

      So benching with Linux is all fine and good, but will that matter to most end users who are trying to decide between the two? Possibly, but simply because it wasn't used doesn't mean that the app isn't fair within its own context.

      --
      Integrate Keynote and LaTeX
    6. Re:Except by mattjb0010 · · Score: 3, Informative

      I suggested running 64-bit linux on both, just to be supremely fair, but I think that it wouldn't be much different from 64-bit amd64 and 32-bit darwin.

      It should be noted that 32-bit darwin runs 64 bit apps just fine (and fast! :)

    7. Re:Except by DiscoOnTheSide · · Score: 2

      As I looked, the Apple ProApps are not 64-bit, but I'm sure they are G5 optimized. I remember reading something stating that in the G5 Photoshop patch some opperations became 64-bit.

      --
      Viva La Revolucion! Buy a Mac!
    8. Re:Except by andrewl6097 · · Score: 2, Interesting

      I'm geniunely curious - how? A 64-bit application can't do much without 64-bit system calls. Does mach-o let you dynamically load 64-bit code in a 32-bit program (all the 64-bit code would be able to do is computation, given the lack of system calls). Or is there a windows64-on-windows-like 64-bit wrapper over libc?

    9. Re:Except by Anonymous Coward · · Score: 2, Informative

      No, I was stating that it WAS A good comparison. Two 64-bit processors (that are 32-bit compatible, natively) running 32-bit code (along with "optimized" code as I'm sure Adobe's optimized for both CPUs) aka a "test under real world conditions" because both were run with what is available today.

    10. Re:Except by Croaker · · Score: 3, Insightful

      The thing is, are you sure that GCC is equally optimized for both platforms? If the support for code generation on the G5, say, is lackluster in GCC, your results won't reflect which processor is truely faster. Of course... does it really make a difference? Really, what you are worried about is real-world performance of these things, unless you are just into pissing contests for bragging rights (which, come to think of it, mose die-hard adherents to one or the other platform seem to be). For real-world, you'd just configure and tweak the systems the way you anticiptae they would be used. In most case,s you'd run OS X on the G5. For the Opteron... well, you'd either be running XP for desktop stuff (perhaps Linux in certain specific cases... such as some graphics workstations for software that has a Linux port) or maybe running Linux as a server.

    11. Re:Except by mattjb0010 · · Score: 3, Informative

      More here. I suspect that Apple's developer pages have more info on the trickery.

    12. Re:Except by ImTwoSlick · · Score: 2, Informative
      That since they are running the Opteron in 32-bit mode, it's not taking advantage of it's full potential. Guess we'll wait until "round 2" like he says, but it still looks bad that he kind of dodges this.

      Try reading the article. He addresses this, but I'll save you the time. OSX is not a 64-bit OS either, so neither really has any advantage there. Hopefully, in the next few months, each system will have a fully 64-bit OS, so we can really see some full speed comparisons.

    13. Re:Except by andrewl6097 · · Score: 5, Informative

      The key difference is that the opteron is /faster/ in 64-bit mode. There are more registers. The same is not true of a G5. OSX doesn't "break up" instructions - instructions are instructions. OSes don't interpret each one. 32-bit windows on opteron just uses 32-bit instructions, just like 32-bit darwin on a G5. Photoshop is not a 64-bit app in the case of OS X IIRC - it uses a 64-bit math library as its G5 optimization. This is fine and works. As I mentioned in another post, darwin can't run "64-bit apps" yet, because there are no 64-bit interfaces to system calls (think about it - if the kernel expects a 32-bit FILE * and you send it a 64-bit one, you're going to have trouble doing I/O). I think I missed something with what you said there. The main 64-bit part of darwin is the math library since they can throw some 64-bit ASM in there plus code to convert back-and-forth to the 32-bit bindings.

    14. Re:Except by mattjb0010 · · Score: 5, Informative

      Are the moderators on crack? That's not informative, it's wrong!

      The only "piece" of OSX that is 64 bit is the memory access - to allow a G5 to use up to 8 GB of ram.

      No, the math libraries and kernel support 64 bit goodness too. While the G5 chip is fully 64 bit, OSX is taking each 64 bit instruction (from 64 bit apps like Photoshop, for example) and breaking it into two 32 bit instructions which it sends one after the other to the CPU.

      No, it runs as a single 64 bit instruction through the chip!IBM is working to provide Apple with a much optimized PPC970 compiler tailored for the G5 - this is expected to give a large performance gain for this platform.

      This I agree with, in fact it should be pointed out that the compiler is available now as a beta on IBM's web site.

    15. Re:Except by the_2nd_coming · · Score: 4, Informative

      there is no emulation in either chip, it is all native.

      --



      I am the Alpha and the Omega-3
    16. Re:Except by Anonymous Coward · · Score: 2, Funny

      Are the moderators on crack? That's not informative, it's wrong!

      Since when has that stopped a slashdot moderator from modding a post up?

    17. Re:Except by CrowScape · · Score: 3, Insightful

      Actually, it's not a good comparison. One AE test (Oh! It's NightFlight! So... um... what functions are being tested? At least provide a link to the breakdown.) A fricken BRYCE 5 test. (I'm sorry, if you're doing something in Bryce that would tax a PIII you should look to Maya or 3D Studio Max. At least test something with the Maya personal learning edition.) Again, not so much as a snapshot of the image being generated. Oh, Photoshop 7 "Mp Actions" and "Non-MP" Actions. Gee, that's helpful. Again, what are they testing? Chrome? Glowing Edges? Rotation? Gradient Map? Polar Coordinates? RGB to CMYK? What? How about a breakdown of the time on the individual actions so we know if a single action threw the results?

      Now, I'm not saying the G5 isn't faster than the Opteron, I'm just saying the documentation on this benchmark is utter crap. It's not even useful as a component of a larger set of benchmarks, because you don't know what is being tested. This doesn't deserve to be news on Slashdot.

      --
      common sense: noun
      What those who are ignorant of the subject matter think; usually wrong.
    18. Re:Except by Moofie · · Score: 5, Funny

      You're new around here, aren't you? If it doesn't say that Apple's price-performance ratio isn't complete dogshit, and anybody with two neurons to bang together would build their own computer from a pile of sand and Linux Torvalds' trash bin, and Apple is the devil,

      Then it isn't Slashdot.

      --
      Why yes, I AM a rocket scientist!
    19. Re:Except by be-fan · · Score: 3, Interesting

      That page doesn't explain anything. The real question is whether you can pass 64-bit pointers to system calls. Like, can I do a write() from a memory buffer that's above the 4GB limit? Otherwise, its more of a Windows NT PAE-type hack rather than actual support for 64-bit apps.

      --
      A deep unwavering belief is a sure sign you're missing something...
    20. Re:Except by be-fan · · Score: 2, Interesting

      Then its not 64-bit at all, it just lets you do 64-bit integer math. Well, hopefully a not-to-distant revision of OS X will get proper 64-bit support. Its kind of embarrasing that Apple's new UNIX-derived OS is having problems moving to 64-bit, when the big UNIX vendors like Sun and SGI made the 32-bit -> 64-bit transition rapidly and uneventfully years ago.

      --
      A deep unwavering belief is a sure sign you're missing something...
    21. Re:Except by eggnet · · Score: 2, Interesting

      Uneventfully? Sun and SGI didn't have millions if idiots running their systems either. Who would have noticed if there were problems and why?

    22. Re:Except by JK+Master-Slave · · Score: 2, Insightful

      No matter what anybody says about the PC vendors having grown up, it's still a fact that Microsoft and Apple sell software meant to run on little computers that sit on your desk like paperweights.

    23. Re:Except by be-fan · · Score: 3, Informative

      They are having trouble. When Solaris was moved to 64-bit, they compiled all the system software in 64-bit mode, and added 32-bit compatibility libraries and 32-bit compatibility system calls to the kernel. Users got a full 64-bit OS on a 64-bit machine, and all their 32-bit apps worked just fine. No convincing required, just a regular upgrade, like from OS X 10.2 to 10.3. The fact that 10.3 isn't 64-bit implies that there are some problems, namely that not all the code is 64-bit clean.

      --
      A deep unwavering belief is a sure sign you're missing something...
    24. Re:Except by Cesare+Ferrari · · Score: 4, Informative

      There is no breaking down of instructions as you mention - there is an extended instruction set which is either available or not on the PPC (so PPC processors which support 64 bit instructions support the full instruction set, whilst the 32 bit processors throw an illegal instruction).

      The measure of the processor 'bitness' is when addressing memory, whether you are limited to a 32 or 64 bit address space. In effect the size of a pointer will tell you. Now the impact of moving to a 64 bit address space is usually detrimental to the speed of the application (I would expect that the G5 will be slower in 64 bit mode) due to the increased memory bandwidth required (if pointers are wider, you need more stack/memory to store them, so you have, say, a 10% increase in memory requirement for an application). If I remember correctly, the HP PA RISC systems were slower running 64 bit code than 32 bit. I'm thinking back a couple of years here, so it may be different for the latest generation of their processors.

      It isn't all bad for the Opteron though - the instruction set has been altered to provide more processor registers. This may mean the compiler can do a better job of optimising code, reducing the number of load/store instructions, so increasing the IPC.

      So, just don't assume that if the Opteron gets a performance benefit from 64 bit code, so will the G5. As other people have mentioned, you need to test both with a 64 bit OS to really know the results - extrapolating won't get you the answers.

      Your comment about the IBM compiler is spot on. With any luck the IBM changes will make it into the gcc code for other non-apple PPC platforms.

    25. Re:Except by JK+Master-Slave · · Score: 2, Funny

      Steve (Wozniak) left the company years ago.

      Steve (Jobs, the coke-dealer marketing dude guy) is not really qualified to say if something is 32 or 64 bit.

      Granted, maybe someone in Engineering sent him a memo...

    26. Re:Except by JK+Master-Slave · · Score: 2, Insightful

      So benching with Linux is all fine and good, but will that matter to most end users who are trying to decide between the two?

      Well, if you're going to measure performance that way, then the thousands of dollars worth of Windows software that I've accumulated over the years and regularly use runs just as well with the G5 machine running at Zero Hertz and with no memory installed as it does configured any other way.

      So much for 'real world' benchmarks, I guess.

    27. Re:Except by WatertonMan · · Score: 2

      I believe gcc is better optimized for the x86 series, although Apple is doing their best to improve things. The more interesting compiler for the G5 is XLC from IBM. However that is still in beta, although promising. Unfortunately I've heard it does what Intel's compiler does with certain benchmarks, making it difficult to compare completely. There was an extended discussion of this over on Ars Technica a couple of months ago.

    28. Re:Except by Anonymous Coward · · Score: 3, Insightful

      > The fact that 10.3 isn't 64-bit implies that there are some problems, namely that not all the code is 64-bit clean

      Probably the case, considering that BSD/Mach is old old stuff, and there was no development going on for most of the 90s.

      Also keep in mind that Apple probably can't just deliver a 64-bit libc and have it be useful to anyone. They would need to provide 64-bit Carbon and Cocoa libraries as well.

    29. Re:Except by mattjb0010 · · Score: 2, Interesting

      here, or search on www.ibm.com for "XLC OS X beta" without the quotes.

    30. Re:Except by Anonymous Coward · · Score: 2, Informative

      Sun and SGI (and now HP-UX with Itanium) systems are still messy with dual ABIs for backward compatibility. On Solaris, gcc still defaults to 32-bit mode.

      The only proprietary system that did a clean 64-bit transition was OSF/1, because it simultaneously switched architectures and the OS.

    31. Re:Except by mindstrm · · Score: 2, Insightful

      He didn't dodge anything, he's comparing the existing systems and software people would run on it... not whether it's theoretically faster.. that's what a test like this is about.

      Benchmarks on linux mean jack shit if the software you need is only available in windows and OSX

    32. Re:Except by hype7 · · Score: 2, Funny
      No matter what anybody says about the PC vendors having grown up, it's still a fact that Microsoft and Apple sell software meant to run on little computers that sit on your desk like paperweights.


      Man, spare a thought for those poor suckers at Virigina Tech. They bought this cluster thinking they were getting one of the fastest processing facilities in the world, but it turns out that it's just the world's biggest paperweight.

      -- james
      PS JK Master-Slave... tell me, do you have a paperweight that ranks third in the supercomputer stakes?
    33. Re:Except by TheRaven64 · · Score: 2, Informative
      With any luck the IBM changes will make it into the gcc code for other non-apple PPC platforms.

      It is my understanding that a number of these changes have been rejected by the gcc team on the basis that they would require some major changes to the internal structure of gcc which could have a detrimental effect on the code generation on other platforms. This is a valid point, since the primary purpose of gcc is to be a cross platform compiler, while XLC is a pure PowerPC/Power4 (where 4 is any integer) compiler. I wouldn't be surprised if Apple or IBM (or a collaboration of the two, and possibly Motorola) were to fork the gcc code base and and make a more heavily optimised version, periodically syncing the non-platform-specific parts with the GNU project version.

      --
      I am TheRaven on Soylent News
    34. Re:Except by be-fan · · Score: 2, Insightful

      I'm not a Mac basher. I'm mostly a Linux person, but I really like MacOS classic. BeOS, which was very similar to MacOS classic in a lot of ways, was my favorite OS ever.

      *But*

      Sun and SGI took their UNIX systems, and made the 64-bit transition very quickly and easily. Yet, even though OS X is a UNIX under the hood, they are still managing to have problems moving to 64-bit. That's because they used such damn ancient UNIX code (Mach 3.0 and 4.4BSD) instead of basing the system on a more modern BSD. Apple had a very long and painful 68k to PowerPC transition, and you think after that they would have learned something about portability!

      64-bit isn't a hard thing to do, as SGI and Sun proved. Microsoft may be having problems, but that is to be expected, its Windows after all! While Apple may have gotten their shit together in the processor department, they simply dropped the ball on the 64-bit transition.

      --
      A deep unwavering belief is a sure sign you're missing something...
    35. Re:Except by croddy · · Score: 2, Insightful
      yep. I'm gonna wait for a meaningful benchmark. not OSX vs. Windows XP.

      sigh.

    36. Re:Except by Goldfinger7400 · · Score: 2, Funny
      I am guessing Apple's next-next gen system will be compiled in FORTRAN!

      Never heard of that language before, therefore it must be the future!

  2. I wonder what the results would have been... by jasonfncsu · · Score: 4, Interesting

    If they would have used a linux platform instead of Windows...

    --
    Jason Faulkner
    Old Os Administrator
    jason@oldos.org
    oldos.
    1. Re:I wonder what the results would have been... by Rosyna · · Score: 2, Informative

      Agreed. I especially wonder how the Photoshop Tests, AfterEffects tests, and Bryce tests would have done. None of these have a Linux version available. I don't know if any but Quake 3 do.

    2. Re:I wonder what the results would have been... by Quarters · · Score: 4, Insightful
      The results would've been a bunch of time comparison tests for software that

      a) Not many people have heard of.

      and

      b) Even fewer people use.

    3. Re:I wonder what the results would have been... by Demolition · · Score: 2, Insightful

      Better now?

      Well, personally, I wouldn't be too interested in that sort of comparison. I doubt that I'd be the only one who felt that way, either. Barring truly representative synthetic benchmarks, I suspect that most people would be interested in real world benchmarks, such as those provided by testing with After Effects, Bryce, etc. in Windows or Mac OS.

      D.

    4. Re:I wonder what the results would have been... by colmore · · Score: 2, Insightful

      Yes, thousands of people are clamoring for much needed performance tests in the areas high-end games and professional-level media software. Since Linux has long been recognized as the leader in both of those categories, I can't believe the reviewers' oversight in testing on Windows and MacOS.

      Also, these tests are meaningless to today's consumer, since they weren't done on fully 64-bit operating systems from the future.

      I for one say forshame to these uncouth heathens for spoiling with practical applications what could have been a perfectly entertaining penis-measuring contest.

      --
      In Capitalist America, bank robs you!
  3. Old Tests... one issue by Rosyna · · Score: 4, Interesting

    One main issue with the UT 2003 tests. It doesn't say if they are running UT 2k3 2225.1 or 2225. 2225.1 brings MASSIVE performance increases. From the notes:

    It's much, much faster. Several optimizations have been made, lots of Altivec code has been added, and the entire sound subsystem has been rewritten. Performance improvements of 25% or more over the original retail version are typical, with single CPU systems achieving a more noticible gain.

  4. This may sound like flamebait or a troll... by DwarfGoanna · · Score: 4, Insightful
    But do people really care about this stuff? I mean for real, day to day, get my work done reasons? I still have a 500 mhz G4, and now that I've gotten a little older don't really *have to have* the latest and greatest just to piss my friends off, it seems just fine. I thought about upgrading, and then my next thought was...."why?"


    Am I just an exception?

    --

    "You know why you do not see me styling wit my homies? Because I have no homies!!" -Mojo Jojo

    1. Re:This may sound like flamebait or a troll... by _Sexy_Pants_ · · Score: 2, Insightful

      Screw computers! I'm going to go ride a bike!

      --
      Look it's a joke about my sig IN MY SIG! LOL!
    2. Re:This may sound like flamebait or a troll... by transient · · Score: 2, Interesting
      now that I've gotten a little older

      I think what you really mean is now that my parents don't buy my computer. ;-) I definitely agree though. I recently upgraded my 450MHz G3 to a PowerBook, but that was only because I wanted a laptop. The whole time, I felt sort of dirty, because my G3 is by no means a bad machine. It runs everything I do just fine. I just can't take it to work with me, like I can my PowerBook.

      --

      irb(main):001:0>
    3. Re:This may sound like flamebait or a troll... by AKnightCowboy · · Score: 3, Insightful
      Nah, if you don't play games or do compute intensive work (CAE/graphics), whats the point?

      And honestly if you're using a Mac you're not a gamer anyway. Yea yea, I know, there are a whole 10 decent games for the Mac, but there are hundreds for Windows. If you're a gamer you run Windows, period. Personally I've always been of the "use the right tool for the right job" perspective. My gaming machine runs Windows, my laptop (iBook) runs MacOS X, and my servers and PVR run Linux. People need to stop being such OS bigots and just learn to use the best tool instead of shoe-horning everything into one operating system. I don't try to do digital video work with Linux or file serving with Windows or game playing with a Mac.

    4. Re:This may sound like flamebait or a troll... by JK+Master-Slave · · Score: 2, Interesting

      You had to sell the Sparc? How and why? An 80 MHz Sparc returns a sad, sad amount of money on eBay. I sold a 64-bit Sun Ultra 1 a few months ago. It was, I think, a 166 MHz. I got all of $28 for it.

      I can't believe you 'had' to sell the Sparc, and if you 'had' to I can't believe you got enough money for it to justify selling it.

      I love my Sun hardware, but right now it's not hardly even worth putting up for sale.

    5. Re:This may sound like flamebait or a troll... by Deraj+DeZine · · Score: 3, Funny

      Screw walking! I'll just play a game about walking.

      And thus the chain is complete.

      --
      True story.
    6. Re:This may sound like flamebait or a troll... by grahams · · Score: 4, Interesting

      Or: if you're a gamer, own a console. While we aren't quite at the point where all games are "better" and "first" on the console, that day seems to be growing closer. Game stores are stocking fewer and fewer PC games, and signs point to stores like Game Stop eliminating them completely.

    7. Re:This may sound like flamebait or a troll... by strider_starslayer · · Score: 5, Insightful

      This is only partially true; CRPGs (Computer Role Playing Games) are generally far superior on the computer (Morrowind: need I say more?), as well as FPS (First person shooters) (Alien Vs Predator 2, Return to castle wolfenstien: Enemy Teritory), Adventure games (I can't think of a current one; monkey island?) and RTS (Real Time Stratagy)(Red Alert 2, warcraft 3, Kohan)- and there's a simple reason, the keyboard/mouse/very high def monitor are all but required to play these games and the ability to mod/upgrade these games is easily at least 1/2 the fun.

      --
      -Millions of Monkeys, Millions of typewriters, 6 hours of sorting through faeces encrusted pages to find: This post
    8. Re:This may sound like flamebait or a troll... by benzapp · · Score: 2, Funny

      Maybe he is a crackhead.

      $30 is enough to get at least a day's worth of drugs, maybe two. Desperate times call for desperate action.

      --
      I don't read or respond to AC posts
  5. Mac vs. PC Flamewar in 5... 4... 3... 2... by Anonymous Coward · · Score: 3, Funny

    I'll get you started:

    (a) Mac only has one mouse button
    (b) PC is like a Dodge Neon, Mac is like a BMW
    (c) Mac has no games
    (d) Windows XP: DRM
    (e) Linux has no games
    (f) X windows sucks
    (g) etc.

  6. Price? by BWJones · · Score: 5, Interesting

    O.K., hopefully this will put to bed all those folks who cry about Apple computers being so damned expensive. Feature for feature, the G5 is about $600 cheaper than the Opteron. I certainly found this out when I was pricing workstations from Dell and other Wintel manufacturers and the G5's from Apple. I went with a fully loaded G5 and the price delta was $1200 cheaper going with the G5. Plus, OS X is soooooo nice.

    --
    Visit Jonesblog and say hello.
    1. Re:Price? by mattgreen · · Score: 2, Insightful

      Who are you kidding?

      If people actually took the time to look up accurate information about what they bash they probably wouldn't have much to talk about in the first place. Just like how the Windows-bashers are quick to cite Win98 as a sucky OS, the Mac-bashers point to "huge" price differences when in reality they aren't that much more.

      People are only as open-minded as they want to be, and most people prefer the stronger arguments that used to hold true.

    2. Re:Price? by truesaer · · Score: 2, Informative
      Your first mistake was looking at Dell. That stuff is pricey, and anyway they don't sell Opterons.


      I can't figure out the pricing in that review anyway, I just went to the xicomputer.com website and configured the same system and came up with $3236, not $4107. I'm not sure if I missed an option or something, but maybe they just bought their system a long time ago before prices dropped (maybe before AMD released the Opteron 248, the 246 which was tested isn't even their fastest chip anymore.

    3. Re:Price? by JK+Master-Slave · · Score: 5, Insightful

      The 'huge' price difference isn't really the main issue. The issue is being boxed into a single-vendor solution. I can buy x86 machines from hundreds of sources. I can mix-and-match components rather freely.

      Or I can hope Jobs hasn't discontinued the model of Mac that I had started to like. Apple proved they're not ready to be anything but a niche vendor when they got cold feet and killed their second source vendors (the Mac clone business)

    4. Re:Price? by b17bmbr · · Score: 3, Insightful

      the people who are going to buy these are buying dell for primarily one reason. it's a dell. now, you and i go, BFD. but, if you're a business, or even a serious professional, it is a tool. it is worth far more than $500 or whatever, to know that if your box takes a shit, they'll back it up. i just bought a canon A70 (pix of the kids) from ritz camera. yes, i could've gotten it elsewhere, with a better package. but you know what, i got their extended warranty, which basically says if i drop it off a building, and bring in the battery door, they'll replace it. now, what's that worth? that kind of peace of mind comes at a price. businesses expect that when they call, someone is there. if something goes to hell, they're gonna get something fixed. dell is still pretty good at service. even though they're PQ has taken a shit last couple of years.

      --
      My problem? I was perfectly gruntled, until some numbnuts came by and dissed me.
    5. Re:Price? by Coventry · · Score: 4, Insightful

      O.K., hopefully this will put to bed all those folks who cry about Apple computers being so damned expensive. Feature for feature, the G5 is about $600 cheaper than the Opteron. I certainly found this out when I was pricing workstations from Dell and other Wintel manufacturers and the G5's from Apple. I went with a fully loaded G5 and the price delta was $1200 cheaper going with the G5. Plus, OS X is soooooo nice.

      I am very curious as to how you got an Opteron price from Dell, which doesn't Make an Opteron system.

      I've read this sort of argument before, and what it comes down to is the difference in price between a comsumer system (G5) and a pro workstation (dual Opterons are not for the avergae consumer). The manufacturers making dual Opteron systems provide very heavy support - because their market (Engineering, 3d modeling, rendering) demands it. You pay for said support. The G5, however, comes with typical Apple support - which, while very nice, is not at the same level.

      Also of note, the manufacturers making Opteron workstations tend to put on very high end graphics cards - not the game-use 9600 pro that comes standard on a G5.

      Unfortunatly, no one makes a dual opteron that isn't targeted at a professional user currently - instead you have to cobble one together yourself. The price point drops considerably when you do this, becoming on par with that of the G5, but you wind up with 5+ warrenties to keep track of, and no central org to get service from. :(

      --
      man is machine
    6. Re:Price? by arty3 · · Score: 3, Funny

      I have to say. The fact that you said "price delta" and not "price difference", gives you a lot more credibility.

    7. Re:Price? by Xenex · · Score: 3, Funny

      "Also, from the experience I've had, OS X is ugly, bloated and buggy. I'll stick with x86, thank you."

      Yes Bob, but that was a Beige G3, circa 1997. I know for a fact you're not using a 6-year-old x86 system.

      See you on IRC! :P

    8. Re:Price? by Anonymous Coward · · Score: 3, Funny

      I agree: I hate how the G5 doesn't let me mix-and-match components freely. I mean, with the exception of the RAM, hard drives, optical drive, graphics card, PCI cards, and all external peripherals, I've got some serious vendor lock-in going on! What if I wanted to replace my motherboard with this electronic-looking thing I pulled out of my broken alarm clock, and my processors with these two turds my cat just left in the litter box? Will Steve Jobs let me do this? Absolutely not. Disgusting.

    9. Re:Price? by MKalus · · Score: 4, Insightful

      A collegue has a five year old "Wallstreet" Powerbook. When Panther came out he installed it.

      Guess what: It got faster.

      Show me one PC Manufacturer (not alone Microsoft) who can manage something like that?

      I have a five year old Dell Notebook.... XP I guess might run on it, or not. But the reality is I wouldn't even want to run XP on that thing.

      I didn't own an Apple until I bought an iBook a year and a half ago (together with an iPod). But I can tell you right now that my next one will be an Apple again, because "It just works" and I don't feel completly abandoned by Apple once I walk out of the door.

      This might be the case because Apple is still relativly small in comparision to other Computer companies, but at this point in time I don't really care, I get what I paid for, if not more so.

      --
      If you want to e-mail me, use my PGP Key.
    10. Re:Price? by fearx · · Score: 5, Informative
      I've read this sort of argument before, and what it comes down to is the difference in price between a comsumer system (G5) and a pro workstation (dual Opterons are not for the avergae consumer). The manufacturers making dual Opteron systems provide very heavy support - because their market (Engineering, 3d modeling, rendering) demands it. You pay for said support. The G5, however, comes with typical Apple support - which, while very nice, is not at the same level.



      Actually, the G5 is Apples Pro Line. Their consumer line consists of the iBook, iMac, and eMac. Their Pro line consists of the PoweBook and Power Mac. Maybe the naming gives it away too... POWER Mac, POWER Book.

  7. Not a Processor Comparison by ender_wiggin30 · · Score: 5, Insightful

    Those two processors are not compared. The video graphics cards, the motherboard speed, and other things are compared. It should be labeled how Apple G5 Platform compares to Athlon Based Platform.

  8. D3D vs OGL by illumina+us · · Score: 3, Interesting

    Unreal Tournament 2003 runs in Direct X mode on the Opteron and OpenGL mode on the G5. Some say this isn't a fair test but if you are choosing between the two systems, you need to know how it runs your favorite game.

    If a G5 running in OGL gets such low scores something is wrong. D3D renders slower and requires more processing power than OGL.

    --
    -illumina+us "I put on my robe and wizard hat..."
    1. Re:D3D vs OGL by Quarters · · Score: 4, Informative

      Except for nVidia cards, which have always had excellent OpenGL drivers, D3D renders faster than OGL on practically all current consumer level 3D hardware for Windows. Even on the nVidia hardware the speed difference is practically negligble.

  9. Very True. by blankinthefill · · Score: 3, Informative

    The desktop iteration of the Opteron is the Athlon FX-51. Maximum PC has run multiple benchmarks on the two systems to compare them, and the athloh whoops up on the G5. As a matter of fact, the G5 lost in all but one or two tests to the two frontrunners, the Athlon FX and the P4 Extreme Edition. This was obviously in 32-bit mode. I don't hate macs, but in this race (the desktop race), it certainly comes out under the other two major chip manufacturers.

  10. w00t. Like this is something new! by CatOne · · Score: 5, Insightful

    The thing that's true now is that the Mac systems are competitive. They're close to the fastest Intel/Athlon systems -- close enough that there's not an OBVIOUS performance reason to choose one or another.

    They're close in price, too (if you go PC white box then the PC is still less than half the price, but for a Xeon system or something from Dell it's fairly close).

    I don't think this benchmark is going to make up ANYBODY's mind one way or another, though -- it's an emotional debate rather than a logical one.

    The good thing is the Mac's numbers are no longer embarrasingly crappy, as they were in the latter G4 days.

  11. Remarks by internet-redstar · · Score: 5, Interesting

    Price comparisation:
    - comparisation of artificially low memory systems as Apples prices are where Apple makes the most on. On the one hand claiming 'we don't want to build ourselves as Apples can't be build, and then going to another store to add memory, just isn't fair when comparing prices.
    - Boot-testing the Mac for performance difference with other the HD is a good thing, but the test in the other direction (booting the PC with the other HD might reveal that the bottleneck is in the other direction).
    - MacOS X is certainly better in 64bit environments than not wanting to run beta software on a system bought for performance.
    - The problem with the Mac is also that the graphics subsystem is already dated. The release cycle of Macs is just too long. When they're first released they -arguably- beat most of the fastest PC's. But the next version is only released at quickest 6 months later, if you compare at that time with latest hardware. Macs just can cope up.
    - I also assume that near the end of the cycle, Apple's profit margins are incredible high. It's a very good marketing tactic to keep hardware and software tied to each other, keeping it all under control.
    - As I'm typing this on my top-equipped 12" PowerBook, I must admit that MacOS X is a good OS and the hardware is very good (this laptop was cheaper than any comparable hardware at the time I ordered it - not any more at the time when it got delivered)
    - And as a rule of thumb, I always say it's better to buy a less expensive system and upgrade it quicker than to go for the fastest and be stuck with it for an extra year.
    - Macs also have a better second hand value, and that shouldn't be forgotten when taking the price into account.
    - But most performance comparisations clearly SUCK because they tend to be optimised for a certain system (because of lack of knowledge of the party), or highly dependent on release schedules of involved hardware or software.

  12. Macworld Dec 2003 Issue by Valluvan · · Score: 4, Informative

    had feature called "The Race Is On" by Jonathan Seef. The comparison was between G5 and PC's with opteron. The PCs seemed to fare better in most of the tests (photoshop, word, quake, premiere, mp3-encoding, mpeg-2 encoding). Mac seemed to be better only with the DVD creation. By the way, I use Powerbook G4. Anyone's got a link for the article ?

    --

    Science as a way of life.
    1. Re:Macworld Dec 2003 Issue by general_re · · Score: 4, Informative
      Anyone's got a link for the article ?

      Macworld isn't making the article available on their website, but you piqued my curiosity enough to go looking for it. Alienware, which makes the Athlon and P4 systems that Macworld apparently used for its testing, has made excerpts available here.

      Who should I believe - Macworld, or some guy with bare feet? Hmmm............

      --
      ABSURDITY, n.: A statement or belief manifestly inconsistent with one's own opinion.
    2. Re:Macworld Dec 2003 Issue by zerocool^ · · Score: 2, Interesting

      Maximum PC, Dec2003 issue, has a showdown of the Athlon64 F-51 vs. Intel P4ExtremeEdition vs. Mac dual G5 2.0ghz.

      Basically, they came up with the conclusion that the P4EE, though it's very hard to find one, is a bit faster in the majority, the Athlon64 takes up almost all the rest of the field, and the Mac G5 comes in first in one or two areas. They also concluded that 1.) the mac is a good deal for a fast computer, 2.) the intel chip looks more like vaporware than anything else, as you can actually get AMD's and PPC's, and 3.) the difference in speed b/t the athlon64 and the P4EE is negligible.

      ~Will

      --
      sig?
  13. Mac fanboy? by truesaer · · Score: 4, Informative
    Well, I will admit that I'm a bit of an AMD fanboy, but let me point out a few things here that I think should be agreeable by all parties.


    First, lets examine the statement The G5 spanks the Opteron in many of the non-gaming tests, except for the Photoshop tests. I see five tests in this review, and there are two wins for G5, two wins for Opteron, and one tie. So I really don't see either chip spanking the other. On the second page Opteron wins two, G5 wins one.


    Second, the configuration notes section was pathetic. It doesn't really give a very good description of the real configuration of the systems. Anyone that views benchmarks regularly knows that the devil is in the details. Still, this is equally a problem for Opteron and G5.


    Third, I wonder what kind of comparison is really valid. Anyone familiar with the AMD/Intel world knows that you can't just grab two 2Ghz chips and run them head to head. The architectures are not the same, it wouldn't be a valid comparison. So with two entirely different ISAs, what chips should be run head to head? The only obvious comparison would be each manufacturer's fastest...in this case I believe the 2GHz G5 is Apple's current fastest, but AMD does have a 2.2Ghz part that is available (see pricewatch) and that wasn't tested.


    Lastly, let me address the importance of compilation. I can't speak for G5, but you would get a substantial boost in performance on most applications just with a recompile for AMD64 chips. This is because Opterons have 32 GPRs instead of 16, which can make a big difference (especially in multimedia apps like photoshop). Obviously these products aren't commercially available, but people should be aware that a substantial performance boost for AMD64 could come just from optimized releases of software once it reaches a wide enough audience to make it worthwhile for software vendors.


    I guess this has turned more into a "notes about AMD64 architecture" post than anything else. It looks to me like this review is interesting but doesn't really settle much. Both Opteron and G5 performed well.

    1. Re:Mac fanboy? by be-fan · · Score: 2, Interesting

      The AMD64 has much more than 16 of each type of register. It has 16 user-visible integer registers, which makes for better processor optimizations. It has many more internal rename registers. I don't know how many the AMD64 has, but the Pentium4 draws its 8 integer and 8 floating-point registers from a bank of 128 internal GPRs. The AMD64 is probably comparable.

      And in RISC systems, its 32 of each, seperated into integer and floating-point banks.

      --
      A deep unwavering belief is a sure sign you're missing something...
  14. apples and oranges and my favorite alphas by cluge · · Score: 2, Informative

    I know this isn't quite on topic, but I wonder how the latest Alpha design would fair. The alpha was the first mass produced 64 bit chip that had any commercial success. It was introduced in the early nineties. IN fact Linus had one. Basically the curret EV78 is a 6 or 7 year old design, but in most serious tests of processor power it has done quite good. It's amazing that such an "old" design still works so well. The last SPEC numbers I can find are here. Considering the platorm has been ignored and basically orphaned, it's suprising that this chip still powers many of the worlds top rated super computers.

    How does all this relate to the G5 and Opteron? Well AMD gets it's bus design from the Alpha lineage. The G5 is built by IBM, who I believe is building the alpha cores as well (I could be wrong, I can't keep up). The irony? Every current intel pentium chip is quality control checked by machines with alpha processors. Funny world huh?

    AngryPeopleRule

    --
    "Science is about ego as much as it is about discovery and truth " - I said it, so sue me.
  15. Maya And Mental Ray Benchmarks by Parallax02 · · Score: 2, Informative

    Here are some benchmarks that show comparitive performance under Maya and Mental Ray. The G5 does not due so well in this, atleast compared to Intels and AMDs offerings.
    An item of interest in both benchmarks are
    the stats from an SGI Tezro workstation with 4 procs.

    Mental Ray for Maya
    http://www.zoorender.com/html/benchmark_ment al.htm

    Standard Maya Renderer
    http://www.zoorender.com/html/benchmark_ maya.htm

    Also there are alot better reviews already published that cover these cpus respective performance in more detail.

    Cheers

  16. pcworld did this a little while ago. by jon_c · · Score: 3, Informative

    according to them:

    Athlon 64 vs. Apple G5 Systems: Not Even Close


    Now i can't say whether these tests are any less or more objective, but they do draw a completely different conclusion.

    -Jon

    --
    this is my sig.
    1. Re:pcworld did this a little while ago. by the_2nd_coming · · Score: 2, Interesting

      they were totally debunked as full of crap. they used Adobe premiere for god sakes...a program that is not even available on OS X and had to be ran in EMULATION MODE.

      --



      I am the Alpha and the Omega-3
    2. Re:pcworld did this a little while ago. by Snuffub · · Score: 4, Informative

      Well I dont trust the new (pro mac?) benchmarks either. But those first PC World benchmarks were a joke. Id spend time writing up an articulate reply but others have already done that the first time these benchmarks were posted. so here you go:

      http://slashdot.org/comments.pl?sid=82342&cid=7218 515

      --
      --aiee
  17. Welcome to the club... by Anonymous Coward · · Score: 2, Insightful

    ...of those who confuse supercomputing and distributed computing.

  18. Apple has no bargain-basement model by tepples · · Score: 2, Insightful

    hopefully this will put to bed all those folks who cry about Apple computers being so damned expensive.

    In the midrange and the high end, it seems Apple's performance per dollar is competitive to Wintel PC vendors'. But in fact, the "Macs are expensive" conventional wisdom results from the fact that Apple has refrained, wisely or not, from targeting the $500-$700 "entry level" price range.

  19. winxp bloat by endx7 · · Score: 2, Interesting

    It's running Windows XP, so we have a bunch of slow down right there. I had a 200ish mhz laptop with FreeBSD and a 400mhz WinNT machine running the same program, and the FreeBSD machine ran it about twice as fast. Moral of the Story: Operating systems can add a lot of overhead.

    Of course, I don't know what the overhead of OSX is against XP, but I think it's something I had to point out.

  20. User Perception by Bruha · · Score: 2, Insightful

    Everyone can compare numbers until pigs fly but what about user perception? Yes it's great X component makes X application run faster. But as a whole who's out there using these applications on a daily basis? What about from power on to usability (of which many users just leave the pc running) or how long it takes from click until your email application fires up and starts accessing email?

    It's really these things that users care about not the 1% that may be using specialized applications that were complied to take advantage of these processors.

    The G5 will obviously have a advantage due to the OS being tweaked for it and the Opteron will have a advantage if the applications are compiled 64bit. Of which were any of these applications full 64bit or recompiles.

    There is also a world of difference in the applications depending on which compiler you run. Intel compilers are vastly superior to many run of the mill compilers and will generally run better on Intel systems. AMD and Apple probably have their own compilers and more than likely encourage the use of them. Now since application developers will use what's cheapest and is most stable across platforms you'll probably see the differences you're seeing. Any native Apple application will obviously be done with a apple compiler. Photoshop may have been done with a generic thus better performance on x86/64 vs it compiled for a G5 processor which Apple may or may not release all specs for proper compilation with a generic.

    Either way comparing them in this manner is nothing but a mess of varibles unless you're using everything the same across the board.

    Better to compare bandwidth and other functions of the processors and not varible application performance where you're not sure of the breeding of code.

  21. Server chip versus desktop processor? Duh. by perlow · · Score: 3, Interesting

    This article strictly compares the 970 to the G5 using GAMING benchmarks.

    The Opteron and the G5 (IBM PowerPC 970) are two disparately different chips meant to serve two different purposes. The Opteron is AMD's server chip designed to handle for the most part, 64 bit high performance database applications and applications which require large memory models in which the 64 bit memory addressing is needed-- NOT 64 bit desktop applications or games. That's reserved for the Athlon 64 which is clocked significantly higher and has a much smaller L2 cache than the Opteron. On Gaming and desktop content creation benchmarks the Athlon64 is a much better match for the 970.

    If you want to compare apples to apples I would compare the IBM Power4 to the Itanium2 to the Opteron, hook them all up to an EMC storage array using fiberoptic SAN connections, and run a few million row length Oracle and DB2 databases and some SQL database benchmarks -- and for load up a few gigantic thermodynamic simulations up into main memory and see how quickly they can run through them. THAT would be an appropriate test for these server chips.

    1. Re:Server chip versus desktop processor? Duh. by DjDiff · · Score: 3, Informative

      The Opteron and the G5 (IBM PowerPC 970) are two disparately different chips meant to serve two different purposes. The Opteron is AMD's server chip designed to handle for the most part, 64 bit high performance database applications and applications which require large memory models in which the 64 bit memory addressing is needed-- NOT 64 bit desktop applications or games. That's reserved for the Athlon 64 which is clocked significantly higher and has a much smaller L2 cache than the Opteron. On Gaming and desktop content creation benchmarks the Athlon64 is a much better match for the 970.

      Actually, the cache size of the Athlon64 3200+ and the Opterons are exactly the same, 1MB. The frequency difference is a mere 200MHz (A64 3200+ vs Opteron x46, the x48 chip is clocked exactly the same), but that might seem significant as it is 10%. The most significant difference is that the Opteron has a dual channel memory interface, which the A64 hasn't. Enter the Athlon FX, which is exactly the same as the Opterons but without the ability to run MP. The cores are identical, so there's no real optimisation benefiting the Opterons over the A64s.

  22. Top500.org by RedWingsSuck · · Score: 5, Informative

    On the latest Top500 list Virginia Tech's Mac cluster is number 3 with 2200 2GHz G5 processors, and Los Alamos National Laboratorys machine, with 2816 2 GHz Opteron processors is number 5.. I didn't look at the topology, or connection medium, but I am certain that the Mac cluster was cheaper, and is faster running the SAME benchmarks...

    1. Re:Top500.org by Junta · · Score: 2, Insightful

      I don't know about the Los Alamos cluster referenced, but the Big Mac cluster went all out on Inifiniband interconnect, inferring a potentially extremely better network interconnecting the cluster.

      --
      XML is like violence. If it doesn't solve the problem, use more.
    2. Re:Top500.org by Hoser+McMoose · · Score: 5, Informative

      Yup, the PPC 970 (G5) is quite fast at running Linpack, particularly in comparison to x86 chips. The main reason for this is that Linpack is basically just a bunch of floating point adds and multiplies, and the PPC 970 has this nifty instruction that does a floating point multiple and add all in one. On x86 this requires two separate instructions.

      Some scientific computing does closely resemble Linpack's workload. Basically any time you're dealing with matricies you are almost always going to be doing lots of FP mult-adds. However, this is a VERY narrow benchmark of CPU performance.

      A much better benchmark of raw CPU power is SPEC CPU2000 (though the compiler and memory subsystem play a major role here). Unfortunately Apple has chosen not to grace Spec with it's precense. So far it's only numbers released have been from the Veritest results which "proved" that the G5 was faster than a Pentium4. These results were rather unimpressive and SIGNIFICANTLY slower than the results for Opteron and P4 systems.

      All benchmarks have their limitations, Linpack (used by Top500) just tends to be more limited than most. Rumor has it that a new set of high-performance computing benchmarks is in the works to replace plain old Linpack.

  23. Craziness by Coyote67 · · Score: 2, Insightful

    Ok this is crazy. Since when does this count as a benchmark? Correct me if I'm wrong but the point is to minimize the differences. Not only are they running different OSes, they're running different video cards. This is the biggest example of grab ass benchmarking.
    Whats so hard about running these machines with a 64bit distro of linux with both running the same vid card and the same amount of ram. Its like each time these people do benchmarks they purposely sabotage themselves.

  24. The lesser rule by Felinoid · · Score: 2, Insightful

    >Am I just an exception?

    No. Your the rule but to a very small degree.
    Most people don't care about how a car preforms.. Do you care how quickly your car will go from 0 to 60? If you get up to speed quickly it so matters not if it takes 2 micro seconds or 1 full second to reach the 25 MPH spead limit enforced becouse of the naborhood kids playing in the street.

    But some people live on those nasty busy streets where if you don't reach 60 MPH near instantly you'll never get out of the driveway.

    That's it for the car anolog.
    Your running a web browser, e-mail, simple stuff. Once your computer is fast enough those things work instantly and you never notice a slowdown.

    But the computer dosen't always produce results inside a number of seconds. Some tasks take minuts, hours, days.
    Try recompiling your Linux kernel. It takes time (after you've downloaded the latest source) you have to wait and wait and wait and for those of us still doing things that make us wait and wait and wait speed becomes an issue.
    Speed of disk, speed or network, speed of ram, speed of processor. What ever it is that is making us wait and wait and wait is what we will look at.

    Ever notice that website that seams to run slow?
    Must be populare. Why is it slow?
    Maybe they don't have enough bandwith...
    Or maybe the computer is slow only able to handle 4,000 people at once quickly and your not lucky 4,001... Ohh no... your user 8,000

    Untill computers can outthink us humans they'll be to slow. Even then the computers themselfs will want to be faster if just to out think the Jones bots.

    --
    I don't actually exist.
  25. How are we going to explaing something this subtle by be-fan · · Score: 3, Insightful

    to Mac people??? The same people who thought that the "G3 was faster than the fastest Pentium II" for years!

    Let me try to make this simple: neither Windows XP nor OS X are 64-bit OSs, and neither was running 64-bit programs. This is a much better situation for the G5 than the Opteron. 64-bit mode on the G5 really only allows for 64-bit instruction execution, and 64-bit pointers. On the Opteron, 64-bit mode enables a host of non-64-bit-related improvements, notably a doubling of the visible register set.

    The bottom line is this:

    The G5 will run 32-bit code just as fast (or faster, because of better cache utilization) than 64-bit code. The Opteron will run 32-bit bit code about 20% slower than 64-bit code, because of the architectural improvements in X86-64 long mode.

    Note that none of the apps here would really benifet from 64-bit processing. Floating point is already 64-bit (actually, 80-bit) in both processors, and the only program that could concievably use 64-bit integer math would be Photoshop. Neither machine had more than 4GB of RAM, so 64-bit memory addressing was a non-factor.

    That said, the G5 beat the Opteron by more than 20% in most of the benchmarks. I fully expect that with both CPUs running optimized 64-bit code, the G5 would still be faster, though the performance delta will be less.

    --
    A deep unwavering belief is a sure sign you're missing something...
  26. Lack of tier 1 vendor support by ikewillis · · Score: 2, Insightful
    I guess it's really dependent on the feature set. At the 1.6Ghz or 1.8Ghz proc speed, one can get an Opteron/A64 for a hell of a lot cheaper than the same clocked G5.

    One important consideration in the G5 versus Opteron comparison is who is standing behind the product. The only tier 1 vendor who has announced Opteron systems is Sun, and those are currently vaporware.

    Tier 1 designation (which is done by market analysts, and includes companies like Dell, IBM, HP, Sun, Apple) is especially important for governmental purchases, as national law dictates that unless you stipulate the purchase comes from a tier 1 vendor, in order to prevent fraud the purchase order must be put out for bid, in which case the purchase order will go to the lowest bidder, which is often undesirable as the lowest bidder will typically be disreputable and a terrible pain to deal with.

    In the past at my job we have always purchased systems from tier 1 vendors, first IBM and then Sun. Recently we experimented in cost savings by purchaseing a HPC cluster from a vendor found through the bids system, and it has been nothing but a nightmare. We've decided in the future to purchase only from tier 1 vendors because of this experience, and will probably end up building our next cluster from G5s (we are an educational institution and thus receive a very generous educational discount from Apple), especially with the recent release of IBM's XL Fortran compiler for OS X.

  27. Re:Well, it's finally time to talk by omega9 · · Score: 2, Insightful

    Do you know anyone who wouldn't build their own dual Opteron?

    Yes. And when you're finally capable of stepping outside your current understanding of the industry, you will too.

    --
    I'm against picketing, but I don't know how to show it.
  28. Its not the hardware its the software by ducomputergeek · · Score: 4, Interesting
    I guess I've worked in the video production industry too long, but most of the people I have been working with are switching to Macs or upgrading to G5's not because of hardware, but software and the total package.

    Answer this question: will final cut pro run on an x86 based machine?

    To me, and most Mac users, gaming is irrelvant. Most people that use Macs are in a profession such as desktop publishing, video production, or graphic arts. Sure they may play a game or two, but their machine is used for work.

    I do a little bit of everything with my G3 700Mhz 14.1" iBook, but mostly its MS Office, Mail, Safari, and Quark that I use. Along with Final Cut Pro and Photoshop when need be.

    Our office is 95% Mac and 5% FreeBSD, which we run on Althon white boxes, and we have beat out competition because of productivty. We are not spending loads of time with viruses and patching security issues on a weekly basis. Our machines rarely lock up, none have crashed (knock on wood), and that helps with the bottom line.

    Does it help in video rendering to have the extra speed and power of the 64-bit G5? Yeah, the faster a project is rendered, the quicker we move on to the next. But for everyday business use, our older G4 500's, 867's, and Dual 1.25gz will serve us for years to come and even though Apples cost more up front, we know we have saved time and money by using macs for our desktops.

    --
    "The problem with socialism is eventually you run out of other people's money" - Thatcher.
  29. PC configuration a little funky by Hoser+McMoose · · Score: 4, Informative

    I don't know if the author of the article was just trying to make the mac look cheaper, or if they just weren't looking very hard (I suspect the latter), but they could have EASILY shaved $82 off the cost of the Opteron system and got 1394b support for free too boot!

    For some reason they configured the Opteron with an add-in Serial ATA RAID controller, supposedly in order to better match the configuration of the Mac (which doesn't support RAID, but I digress). This added $117 to the price. However they completely ignored the motherboard upgrade option that added SATA support (no RAID) and 1394b support together for only $35.

    They could also have shaved another $37 off the price by using a software modem instead of a hardware modem (though the HW modem might be a good idea for Linux users that need dial-up) or $72 off the price by not including a modem at all for those of us with broadband connections.

    In the end though, the Mac is still a bit cheaper. Macs are not expensive for what you get, the problem is that you don't have much choice but to get top-end. To price out a dual-processor Opteron with similar specs to a dual-processor Mac, you'll be easily over $3000 and possibly up closer to the $3938 of the Xi computer system. However, if you don't need all those features you can easily configure yourself an Athlon64 system for SIGNIFICANTLY less.

    I have absolutely no need for a modem (got an old external kicking around in case of emergancies) and have never owned any 1394b devices. Therefore, if I were configuring a PC for myself I would never bother adding either of those two options. I might also configure a cheaper video card and I probably wouldn't bother with a DVD-RW drive, though I would prefer to have two optical drives (one CD-RW and one DVD). These are all easy options on most PC configurations, but often they aren't on Mac configurations. Simply put, you have more choices on PC configurations than on Macs. If you desired setup matches that of a Mac closely, then they often offer good value for your money. If not, then they can be quite expensive for what you want.

  30. Gaming comparisons? by Wakko+Warner · · Score: 2, Interesting

    Huh?

    For the 3 games you can play on a G5?

    Why not compare more relevant things? Okay, you say, let's do some applications tests. Okay, photoshop filters. A couple rendering jobs. Yawn. Who the hell does this on their machines all the time? Okay, now the five of you, leave the room.

    Why not give me some more information about the guts of the machine, like how fast memory access is or how each bus design handles contention issues, explain why they're relevant in various facets of operating system or application execution, and provide some anecdotal evidence by way of application benchmarks. Hell, run them in a debugger so we can see if our assumptions about system behavior are correct in real-world situations.

    These people get a dual G5 and a dual Opteron and all they do is run Photoshop and Quake 3 on it and call it a night. What the hell? Where's the investigation, the effort? How much more boring could that article have been? (Okay, maybe they could've lost the graphs and numbers and just told us, "Trust us, this one's faster", but that would've seemed like they were phoning it in.)

    In summary, I was a little disappointed.

    - 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?"
  31. Apple's prices aren't bad considering by SiliconJesus101 · · Score: 4, Insightful
    I for one recently switched from a Windows box to a Mac OSX box as my main machine. I tried Linux on the desktop for almost a year and was left with a somewhat bad taste in my mouth; For my servers Linux is definitely the OS of choice but it is still extremely lacking in the desktop OS department.

    As far as the pricing on the Apple machines, it may seem a bit steep at first but when you look at the total package (sexy aluminum case, sweet fan setup, SATA hard drives, Firewire 800, 64bit PCI (even as far back as the old B&W G3 I recently picked up) and especially the resale value you really aren't doing to poorly. I love the comparisons where people say "I can build an x86 box for half the price". Well, the problem is that the x86 box is worth crap 3 months after you build it while the Apple boxen seem to hold their values long after your half priced x86 box becomes a machine you cannot even give away except maybe to a buddy who wants an old machine to use as an IPCop firewall box.

    The G5 definitely isn't a slow machine, you will be able to resell your G5 without taking a bath on your investment, and OSX is damned slick....I mean...REALLY slick.

    All in all I would have to say that the G5 machines are holding their own. Slower on some things, faster on other things, but nevertheless holding their own. The price/performance thing really depends on what you want the machine to do for you. I personally play games on a Playstation 2, listen to music on a real live stereo system and use a computer for browsing the web and checking email. So for me, OSX is a really nice environment to work in and the price of admission for OSX dictates Apple hardware. For others that play games I guess x86 and Windows is the way to go, and for those that like a total lack of intergration of their various UI components and appreciate a plethora of different "widgets" and toolkits all crammed together in a hodgepodge of a UI with no unified look or feel from application to application (wanrning, run-on sentence) and an almost unrelenting requirement to be tweaked and fiddled with then I guess a Linux x86 desktop is the way to go.

    I guess where my rant is going is that the hardware playing field seems to be fairly level these days and therefore your choices in systems would have almost entirely to do with how you plan on using your machine and/or which particular environment you prefer to work or play in.

    --

    "The strong will do what they want, the weak will do what they must."
    -Thucydides

  32. we've had benchmarks for months by penguin7of9 · · Score: 3, Informative

    We've had benchmarks for months, actually meaningful benchmarks. They show that the G5 is a nice, competitive chip, but it's merely keeping up with AMD performance-wise. And G5 systems are behind Opteron systems in terms of bang-for-the-buck and features.

    If you check the published SPEC benchmarks for the Opteron 148 against Apple's claimed SPEC results for the G5, you'll see that a dual G5 is not faster than the Opteron. It is pretty telling, incidentally, that Apple still has not actually submitted official SPEC results for the G5's--they really don't seem comfortable with the comparison on a real benchmark.

    Of course, a dual Opteron will have other advantages for many users: you can get it in 1U rack mounts, it runs a lot more application software, and it's cheaper.

    Running five application programs does not constitute a meaningful benchmark of the CPU. We don't know how those applications are written, what CPUs they are compiled for, what compilers they used, etc. Most likely, none of those applications have been tuned for Opteron, wherease they have received extensive tuning for PPC and AltiVec over the years. The differences may be something as trivial as cache conflicts. All those "benchmarks" tell you is that if you must run the current version of Bryce and AfterEffects, you may get more bang (but not necessarily more bang-for-the-buck) out of a G5 for the time being.

  33. Re:I have no problem with Macs by zpok · · Score: 2, Insightful

    You saw the price comparison? The opteron was +$600.

    Yeahyeah, you can buy cheaper PC's. Well, what do you know? You can also buy cheaper Macs. The cheapest mac btw won out on a price/feature comparison with other all-in-one machines (brand names, including ungggg Dell).

    The mac premium, is that the amount of free software you get with the good hardware?

    The only game I miss on the Mac is Dungeon Keeper II, for the rest, my PS2 does the trick.

    --
    I think, therefore I am...I think.
  34. Re:Objectivity by greygent · · Score: 2, Insightful

    and i AM being 100% objective !!

    Uhm, no you're not. You just threw out the blanket opinion that "MacOSX + mac hardware" is "far superior" to "windows on a PC". Laughably, you go on to intimate that OS X may be a bit slow.

    Then, you state an opinion concerning Microsoft. Then, you make another blanket statement that Mac hardware is much more reliable. I could name a dozen PC configurations off the top of my head that are quite a bit more reliable and of higher quality than Mac hardware. And yes, I'm qualified to make that statement as I own both a PMG4 and a TiBook.

    The hardware doesnt get faster with each new release of MacOS, the OS does.

    Seems you don't have the slightest idea what objective means, as there were perhaps only one or two sentences that were objective in your post. That's the problem with slashdotters.