Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Slashdot Log In

Log In

Create Account  |  Retrieve Password

Apple to Announce the Power Mac G5 at WWDC?

Posted by CmdrTaco on Sun Jun 08, 2003 09:11 AM
from the from-the-rumor-mill dept.
a.ameri writes "Apple Insider is reporting that Apple will announce computers based on IBM's 64 bit PPC 970 processor in the upcomming WWDC and will market them as G5. The new Power Mac G5s will sport a completely new motherboard design utilizing DDR 400 RAM as well as AGP 8x graphics, FireWire 800, and USB 2.0, sources said. "In the box" connectivity among the news systems is based on Hypertransport which provides 64-bit addressing and will replace Apple's multilevel bus architecture found in current systems. Initial offerings of the Power Mac G5 are said to boast 1.4 to 1.8GHz, single core PPC 970 processors, with the possibility of a dual 1.8GHz chips shortly thereafter."
+ -
story
This discussion has been archived. No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More
Loading... please wait.
  • Probably true but... (Score:5, Informative)

    by iJed (594606) on Sunday June 08 2003, @09:19AM (#6142681) Homepage
    While it is probably true that Apple will launch a PowerMac G5 at WWDC the information given here is only from a rumor site. Many of the rumor sites cannot be trusted much (such as MacOSRumors) and a one or two are extremely accurate (ThinkSecret). AppleInsider is one of the oldest rumor sites and at one time was one of the best. Recently though it has been taken over and the general accuracy of its stories is now unknown. However this rumor seems to have enough other sites reporting generally the same thing to be true. Its not fact yet though!
    • by jpkunst (612360) on Sunday June 08 2003, @12:31PM (#6143957) Homepage

      However this rumor seems to have enough other sites reporting generally the same thing to be true.

      I'd say that that doesn't mean much because rumor sites will probably copy from each other without attribution.

      JP

  • by gotr00t (563828) on Sunday June 08 2003, @09:19AM (#6142682) Journal
    Apple themselves have made public demonstrations trying to debunk the myth that clock speed is processing power. Being known for sticking to "slower" processors, it seems that Apple is finally starting to cave into the demands of the consumers.

    I have tried to use the Distributed.net client on an AMD Athlon 1600 XP running Linux 2.4.10 and a G4 864 Mhz using Mac OS X 10.2. It seems that in terms of raw processing power, the G4 was actually more powerful, at over 10,260,280 nodes/sec, while the Athlon was only at 8,160,200 nodes/sec, and that's with no backgrounds processes running (besides the OS)
    • by akuma(x86) (224898) on Sunday June 08 2003, @02:33PM (#6144743)
      Please people.

      Stop using "Distributed.net" to compare microprocessor performance. It's a highly skewed benchmark that really only tests the speed of the "Rotate" instruction (which is on the critical path of the program).

      Altivec supplies a data-parallel version of the Rotate instruction so processors with altivec can do many rotates in parallel which is why a G4 will beat anything else (no other processors have this data-parallel instruction because it is completely useless with the rare exception of this app). That is to say that most other computer designers felt that adding this instruction would be a complete waste of die area and power, since no other ISA supports it (x86, SPARC, MIPS, POWER etc...)

      Distributed.net ...

      1) Does not test branch predictors because it's a simple loop that is very easily predictable by even the most trivial preditctors

      2) Does not test the internal L1/L2 cache hierarchy because all of the data fits in the L1 of most processors

      3) Does not test the memory system (DRAM/Front-side-bus/memory-controller) because, as mentioned in #2, all of the data fits in the L1 cache.

      4) It does not test the instruction cache performance because all of the code fits in the L1 instruction cache.

      Stop using it to compare general-purpose computer performance. It is only important if the only app you care about is distributed.net

      Your Athlon 1600 will spank the G4 at most everything else.
      • It is a good thing to know, acedemically, that Altivec is the reason dnetc is so fast on a G4 and that there is no equivalent on the Athlon or a P4. However, this does not change the fact that the G4 performs so much better than the x86 processors available- and isn't that end-of-the-day, real-world performance what matters? It's not like someone can say "The Athlon doesn't have a vector processing unit- so you have to take it out of the G4!" and expect some "more fair" comparison. The G4 is the G4 and the Athlon is the Athlon.
  • nTh Post!!! (Score:5, Insightful)

    by FosterKanig (645454) on Sunday June 08 2003, @09:23AM (#6142702)
    Anyway, what I found most interesting about the rumor/article was the inclusion of USB2.

    They have long championed Firewire as superior (which it is, and is still included) but it is nice to see that they are willing to adapt and a more common USB2.
    This acceptance of USB2 shows a willingness to accept standards, no matter how wrong they are.
    • Re:nTh Post!!! (Score:5, Informative)

      by squiggleslash (241428) on Sunday June 08 2003, @09:44AM (#6142837) Homepage Journal
      There's nothing particularly wrong with USB2 - it's seen as a competitor merely because the bus speeds of FW and USB2 are similar. USB2 is cheap and processor intensive. FW isn't either cheap or processor intensive. You'd want to use Firewire for most storage applications (ie the computer's permanently attached disks, etc) and processes where there'd be high processor involvement while those devices are in use, such as DV cameras.

      But there's no reason for USB2 not to be used for a lot of the "rest of the stuff", such as portable storage devices, CD burning, cameras and MP3 players, etc. There's no reason to believe that while these devices are being used, the machine itself will need to do a lot of other work, and given the price difference, it seems reasonable.

      You might liken it to IDE vs SCSI, except IDE was a real heap of crap so even when performance wasn't an issue, there were still good reasons to go with SCSI. USB2 on the other hand is a decent enough standard, has wide support, and shouldn't be treated with the snobbery it usually attracts.

          • Re:nTh Post!!! (Score:5, Informative)

            by huckleup (636485) on Sunday June 08 2003, @10:07PM (#6147147)
            EXACTLY like firewire does

            No, it's not *exactly* like FireWire. Actually it's not the same at all.

            FireWire is a true peer-to-peer model and can work in a ring or star mode. USB uses a Host-Periphieral model where all data must go through the host and only operates in a tree mode with the host at the root. If it is both host and peripheral, it is a leaf on the peripheral end and the root of another tree on the host end.

            In FireWire if you have three devices device A can send and receive data directly to/from device C. If it's in a star mode you need a hub, but that doesn't put any load on any of the other devices and is essentially just routing. In ring mode device A sends the data to device B but it just passes it through at the hardware level to device C. You can combine stars and rings, but that is just phyiscal and not logical, as the data is essentially still just passed from one device to the other with no software processing required by any of the intervening devices.

            In USB you have a Host and a Peripheral. First off, the host must essentially 'poll' each peripheral to see if it has anything to say. A peripheral cannot initiate a transaction. The polling happens each frame, which is 1 msec in USB 1.x. Secondly, if you want to send from device A to device C you really have to tell the host that you want to send the data to C, then it asks C if it is OK, then the host essentially brokers all the transactions. All the data has to go into the host, get buffered and prioritized and repacketized and peeked and poked and then is turned around to device C, mostly all in software running on the host processor.

            FireWire uses a collision avoidance scheme on the virtually shared wire similiar to the way ethernet works. There is no host required to poll peripherals or broker and process all the transactions.

            Devices that have both a host and peripheral controller means it has to have 2 connectors since they are different physically. (There is that USB2Go thing, but that's really just a repackaging of the hardware, while all the same host-peripheral and sofware issues remain.) While it is a peripheral it is at the mercy of whatever the host is allowing on that side of the fence. You don't really get a star, you get a messy tree with a slew of idiocsyncracies, and delivery times that become very unpredictable.

            If you want to be a host, then you have to essentially replicate what the major OS vendors have done as far as driver support and such. Host controller software is infintely more complicated to implement than peripheral software. It has to have drivers for all the possible peripherals that may be connected to it, and possibly support loading of drivers (at least for updates and such, if not to work with mfg. exclusive-class peripherals). It has to be able to a whole bunch of stuff, hard stuff like scheduling for all the peripherals. If this custom host is also to be a peripheral of say a computer or other host, it has to deal with bridging between the other host and the peripherals connected to it. It has to intervene on every transaction. If you want any kind of throughput you have to have a pretty heavy duty microcontroller to do all that work.

            Then there is the issue of drivers. The host has to have native drivers for all the peripherals it is to support. When the peripheral is plugged in it has to negotiate with a driver that knows how to talk to it. The host can't ID a device that it doesn't have a driver for. So if you had a camera, a printer and some weird host in between, that host would have to support both devices with drivers just to pass data between them. Do you think the scanner and camera manufacturers are going to provide drivers for every propietary host OS? It's hard enough to get drivers for Mac/Win/Linux/Unix OSs. In FireWire only the two devices that are communicating need to support a common protocol, since any other device in the ring or star would just be passing around the raw data and doesn't have to support each device.

  • G5 a good name? (Score:4, Interesting)

    by freedom_leffo (605662) on Sunday June 08 2003, @09:23AM (#6142707)
    Is G5 a good marketing name though? I've understood that the whole Gx-line is thought of as slow and stagnant processors. Perhaps a name not associated with Motorola would be a better idea.

    Thoughts, anyone?

  • by A_Non_Moose (413034) on Sunday June 08 2003, @09:25AM (#6142713) Homepage Journal
    Panther (10.3) we know is coming, that is a given and that is the substance.

    The "Shadow" is the G5 and even the most die-hard mac fan would most likely utter the phrase:

    I will believe it when I see it.

    IMO, apple needs to figure out if they are going to keep/dump metadata...and stick with it.
    I find it quite half-assed you can generate previews of images, but not store them.
    (with the exception of Internet Explorer, but only one at a time)

    (won't someone think of the pr0n collections?)
    .
  • by niko9 (315647) on Sunday June 08 2003, @09:26AM (#6142723)
    whats stopping IBM from making these chips available
    with an appropriate motherboard for folks who would like to run linux/bsd/ on them?

    • by RalphBNumbers (655475) on Sunday June 08 2003, @09:48AM (#6142861)
      Nothing.
      In point of fact IBM announced they would be selling PPC970 based systems running linux months ago. The announcement concerned blades, but I'd be willing to bet they'll build "low end" (compared to Power4 systems) workstations around them too, finally phasing out their old PPC604 low end workstations.

      Of course, I wouldn't count on them matching/beating Apple's price point. Historically IBM's PPC based stuff has been *much* more expensive.
        • by doce (31638) on Sunday June 08 2003, @11:26AM (#6143521) Homepage
          As far as I know, the technology is licensed to Motorola which is actually manufacturing the chip and reselling it to Apple.

          alas, no. IBM and Moto both manufacture PPC processors. Most G3's, for instance, were manufactured by IBM (IIRC, even the current iBooks sport IBM procs), but G4's are all from Motorola* because IBM refuses** to use the Altivec unit.

          Anybody knows if Apple has been able to gain any market share in the rackmounted server market with its 1U servers? A 1U server build around the PPC970 may be a killer server.

          well... before the XServe, Apple had 0% of this market. Selling just one would increase their market share. A friend of mine went to a Minnesota Wild hockey game and was telling me that the stadium luxury boxes are decked out with Apple hardware which you could use to watch instant replays and call up historical video of the various players. Supposedly the stadium has an XServe data center to host it all.
  • Shenanigans (Score:5, Funny)

    by Anonymous Coward on Sunday June 08 2003, @09:30AM (#6142751)
    I call shenanigans on both AppleInsider and Slashdot for being lame. I'll believe it when I see it.
  • No news really (Score:5, Informative)

    by selderrr (523988) on Sunday June 08 2003, @09:32AM (#6142756) Journal
    those rumors have been floating around for a few weeks, if not months on other sites. For the wannabe-mac fanatics among yuo : here are other rumor adresses :

    macrumors [macrumors.com] (reliable, good forums)
    macosrumors [macosrumors.com] (unreliable, bloated, no forums)
    looprumors [looprumors.com](reliable, low traffic forums)
    thinksecret [thinksecret.com](reliable, low traffic content, low traffic forums)
    macwhispers [envestco2.com] (reliable, mostly hardware info, no forums)
    macslash [macslash.com](slashdot for mac, mostly blahblah)
    macbidouille [macbidouille.com](french, rather new, so reliability unconfirmed)
    appleturns [appleturns.com](100% reliable news by Steve Jobs's alter ego)
  • by Anonymous Coward on Sunday June 08 2003, @09:51AM (#6142877)
    A lot of you have been commenting that you're surprised they have USB 2 ports on them. I personally am not surprised to see them - the current MDD G4s have USB 2 ports on them, it's just the drivers in OS X make them into USB 1, you can actually replace the drivers and get nice 800Mbps ports. The fact that the hardware is there does not mean that they will be supported in the OS - it just means that USB 2 ports are cheeper to get hold of than USB 1 ports.

    Bob
  • Rumors and more (Score:4, Insightful)

    by customjake (662717) on Sunday June 08 2003, @12:35PM (#6143996)
    Personally, there are a lot in the PC community who are crying "FOUL" I personally believe that the 970/980 will bring Apple back to the fastest computer title, and PC users don't like the fact that they're using a server processor to do it. I personally think it's great!

    Yeah, it's a rumor, but this is a pretty substatiated rumor, that i think we can all agree is happening. One thing still in dispute, is if the new processor is gonna be called a G5 or not. I'm sure Apple wants to get away from the image that the motorola processor havee generated over the last few years.

    I would expect to see the PPC 970 at WWDC, or shortly after, i.e. August. As for USB 2, it's coming. Apple has already started using USB 2 cards in its powermac lineup (just not supported by the OS). As for apple trying to catch up in the Mhz race, i don't see this. IBM is the one who's set the Mhz of the 970. I also agree with many rumor sites, stating that the 970 will not be any more expensive that the current G4 lineup. Apple is the only company getting anything based off the G4 motorola line, but IBM currently builds the 970 for it's own blade servers, thus they don't have to gear up just to make chips for apple.

    Yeah, the P4 is up over 3Ghz, but looking back, crays are still uber fast, and they don't run ungodly mhz......

    Also, i wouldn't count on Apple calling it a G5, as apple might go back to calling their chips by their developed name...ie-970

    As for 10.3 and the 64-bit stuff, the 64 bit only comes into play when you start getting 64 bit software to run on the machine, that's why Panther is so big, it'll be a 64 bit OS. Also expect a 64-bit version of Project Builder to help move to 64-bit apps.

    AMD is not the founder of hypertransport...They are part of a group who's developing it, and one of the last members to join if i recall...... And I don't think that the transition of an AMD chip is much more complicated than you make it out to be....

    Personally, if the idea of a 970 makes your blood boil, wait until WWDC and make an informed choice...if you can't wait to buy a mac, but it now.....

    How cany anyone say that the 970 is behind AMD/Intel? Last time i looked, IBMs own 970 is FASTER than the new opterons, aren't those supposed to be fast?

    Sorry for the sarcasm, but i find that PC users bash what they don't understand. Apple is heavily imitated by the PC world, so the must be doing something right. Let's just all watch and see what happens at WWDC, and talk about it later. Gossiping about new Mac Hardware......$Free Writing Cocoa apps that screa.........$Free Showing your PC friends how must faster your PPC 970 is over their WINTEL box......$Priceless

  • by JDizzy (85499) on Sunday June 08 2003, @12:37PM (#6144008) Homepage Journal
    Back in 96' or 97' I can recall a bunch of hype in the public markets for the infamous DEC ALpha. I can recall banner adds here on slashdot for "64bit power" and other advertisments basically to the effect of "my processor is bigger than yours" type stuff. The difference now is that the market seems slightly more ready for 64 bit computing as more than 2 vendors are selling 64 bit systems. Intel (ia 64), IBM (ppc 970), Transmeta (128bit/2 core), MIPS, AMD, and I think you can still buy a new Alpha from HP still. I suspect the market still isnt' ready for 64 bit computing, but the saturation of vendors trying to be the one wwho actually makes penetration, like sperm on the egg of the consumer market. Apple is probably the most end-user'ish vendor on the market with very little server penetration, and this is promising news. Most of the other 64 platforms go the way of awsome servers. Apple has the chance to sell systems to mac-heads who would do anything to recapture their former elitness geek glory of years gone by. The onyl way 64 bit system will work ijs if they are compatible with the 32 bit software, and yes I mean the OS + user apps. This is why Apple, and AMD have an advantage. Intell seems to have the notion that since it is the market leader that it can simply force a new architecture down our necks, and the market has decided otherwise, and Intel hasn't lived up to its own expectations either. Time will tell is the IBM incarnation of the PPC is going to make it, and Apple has a history of over pricing their gear. If they could get their systems down to the average price of $1200 usd, then they would have a chance.
    • by multiplexo (27356) on Sunday June 08 2003, @03:40PM (#6145090) Journal
      Back in 96' or 97' I can recall a bunch of hype in the public markets for the infamous DEC ALpha.

      What was so infamous about the DEC Alpha? I worked for a large e-commerce company that used AlphaServers from the AS1000 up to the big 8400s and they were fast, solid boxes with great storage options. Having 64 bits available for databases was nice and the megahertz of these systems wasn't that bad either. Plus the fact that you got Tru64UNIX which despite some annoyances (most notably problems with AdvFS) had some nice features and was far more pleasant to work with than any variant of Slowlaris that I ever touched. The university where I worked also used a bunch of DEC hardware for number crunching, they were quite happy with them. As far as I can see the Alpha wasn't hyped, the 8400 with a bunch of Storageworks BA-370 arrays smoked everything on the market at the time. It's a pity that DEC's marketing department was run by the people who weren't smart enough to be in their engineering department, otherwise the Alpha architecture might still be alive instead of being discarded by HP.
  • by The Lynxpro (657990) <.lynxpro. .at. .gmail.com.> on Sunday June 08 2003, @12:44PM (#6144061)
    I've read several rumor sites myself, and I've read that the PPC970's manufacturing price point is actually cheaper than the existing chips Apple uses. So if this is true, it raises serious issues with Apple. 1. Apple needs higher clock speeds to remain competitive in the minds of Joe Consumer and Joe IT Worker (see #2). 2. If the PPC970 is cheaper to manufacture and consumes less power than the existing G3 and G4 chips Apple computers feature, then the PPC970 needs to be implemented immediately throughout the Mac line. 3. Abruptly phasing out all G3/G4 machines (#2) would kill sales of existing units on the shelves. 4. Apple would want to offer the PPC970 at the top end to enjoy large profit margins from early adopters before implementing the 970 throughout the entire Mac line. The greater good requires Apple to incur short-term losses (think existing G3's and G4's in the stores) in order to leapfrog the entire PC market by offering 64 bit solutions top-to-bottom in their product line. It is crucial Apple comes out ahead of AMD's consumer 64bit offerings. But because of #3 and #4, Apple will probably choose otherwise... If Apple were smart, they'd start off with a single 1.4 ghz PPC970 in the eMacs and iMacs, and then work their way up the PowerMac ladder with dual (or even quad) processors up to 1.8 ghz. Afterall, it would be easier for $7/hr. sales employee at Worst Buy explaining why Joe Consumer should pick a 1.4 ghz 64-bit PPC970 powered eMac over a 2.5 or 3.0 ghz P4 equipped PC than it would continuing to argue the merits of the G4 line...
    • Re:"New!" (Score:5, Insightful)

      by pldms (136522) on Sunday June 08 2003, @09:21AM (#6142693)
      3... 2... 1...

      Go!

      Which wintel motherboards have fw 800 and hypertransport? I'd be interested.

      Appleinsider is a rumour site, btw.
      • Re:"New!" (Score:4, Interesting)

        by Distinguished Hero (618385) on Sunday June 08 2003, @11:21AM (#6143492) Homepage
        Which wintel motherboards have fw 800 and hypertransport? I'd be interested.

        I wasn't really going to comment on this, but since it got modded up 5, Insightful...
        nForce, nForce2
        You might be further interested in knowing that hypertransport [everything2.com] was primarily designed by AMD and is used in all of their Opteron systems, and will also be used in all Athlon64 systems. I guess that's not wintel per se... but it's a PC motherboard nonetheless.

        Furthermore, if there is a demand for fw 800 on PCs, they will have it... a small upside of not being at the whim of a single company *cough*Apple*cough*.
    • by adzoox (615327) * on Sunday June 08 2003, @09:27AM (#6142731) Journal
      FROM: [macnn.com] "Following reports of a USB 2.0 chipset in some newer Power Macs, MacNN reader Steve Chung writes about unofficial USB 2.0 drivers for MDD Power Macs: "According to a Korean site Create Mac, it appears that the drivers for the USB 2.0 chipset in the MDD 1.25 and 1.42 Ghz are updated and confirmed that they do work. However, it also says that extreme caution should be taken and that only the two MDD models have been tested. (No liability for damaged systems.) Installation on other models could render the system inoperable."

      Also the current Macs with PCI slots or ANY Mac that can run OSX with a PCI slot has been able to support USB 2.0 for almost a year.

    • This is a troll but I'll respond anyways.

      Most of us LIKE Mac OSes. Up until Win2000, I wasn't satisfied with Windows OSes...I am a Wind'rs programmer by trade, but I always liked my Macs just a little more. Between the time os OS9 and 2000 -- I was a little torn over what was better...I think Win2k was a lot better than OS9 in retrospect.

      BUT soon after that, I picked up the public beta of OSX and haven't been back to 9 since. I was right back in the Mac camp because it meant for once I didn't need to terminal into my Unix servers to get simple things done. On Windows, yeah, I have the Cyrix (err...is that it?) GNU Tools -- but it never felt right or integrated. The interface felt once again in the background to OSX.

      Honestly, I wish Apple was a software only company -- The hardware is nice, but this is the area it seems to lag. I use to buy into the The MegaHertz Myth Is Wrong -- but as a programmer, I realized folks should not have to optimize their code for a specific base EACH AND EVERYTIME A PIECE OF HARDWARE CAME OUT. Some apps work with Altivec rather nicely...they can afford to optimize their code. Most of us want to write efficient portable code that can work anywhere. Of course, I do get pissed off when I hear friends talking about code I *KNOW* they've optimized for Windows and then left unoptimized for the Mac and then compare the two...I do a lot of work in the sound design industry and a lot of friends work at companies that make DSP solutions (both massmarket for consumers and the higher end for designing items that will not be of use to many others) -- and I see this all the time. Someone knows how to optimize to the SSE sets on Intel and have no problem tweaking the hell out of it and claiming benchmarks, but throwing the ported code to some monkey that knows only enough about the Mac to be dangerous -- and its embarassing because they then make outrageous statements about the relative speeds.

      As for lack of Applications -- I don't know where folks get this. Numberwise -- yeah. Professional app to professional app, we have what we need. Anything in my field has an equivelent analog in both the Mac and the PC world -- with a lot of specialized apps actually being Mac Only (or at the least Mac First) because the creative market still looks at Mac Users as being more in this camp.

      Again, I realize your response was a troll, but I felt like educating ya anyways :P
      • Re:I didn't like it (Score:5, Informative)

        by Dylan Zimmerman (607218) <Bob_Zimmerman AT myrealbox DOT com> on Sunday June 08 2003, @01:47PM (#6144460)
        Well, by "intuitive", you probably mean "like Windows". Mac OS is far more intuitive to people who have never used computers before.

        Similarly, you're used to having the Windows right-click. Apple thought about adding that and decided that it would make more sense to have a single mouse button and give it modifier key support. Think about the mouse as having a key instead of a button. I know, it doesn't seem to make much sense, but I find that the Windows way makes much less sense to new users.

        Also, remember that the Mac OS has built-in support for something like twelve mouse buttons. You just have to get a mouse with more than one.

        As for hosting a web site, surely you don't use IIS for that, do you? OSX has all sorts of great server software like Apache. You just have to install them and turn them on.

        For surfing, OSX has easily the coolest browser that I've ever seen. Safari beats Mozilla hands down in speed and it's more standards compliant than IE. Essentially, it's everything that Mozilla Firebird is, but it's built by the people who made the OS.

        Macs are widely acknowledged to be the best computers for all sorts of multimedia stuff. If you want to edit video, there's iMovie, CinePaint, Final Cut, After Effects, and loads of other tools. For stills that could be used on a website, you have all of the standard tools like Photoshop, Illustrator, InDesign, Page Maker, Painter, and CorelDRAW, and the myriad Macromedia applications and quite a few that I've never seen for Windows such as Combustion. For audio creation and editing, you can use Logic, Deck, Cubase, Peak, Reason, and Spark, just to name a few. For 3D modeling, Maya is the only one that I know about, but I don't exactly research that.

        If you just meant playing multimedia, I have found that QuickTime and iTunes do a far better job of that than Windows Media Player.

        I really wish that I had a Mac, but I'm WAY to cheap to actually buy one new.
      • Re:I didn't like it (Score:5, Informative)

        by scrod (136965) on Sunday June 08 2003, @03:07PM (#6144931) Homepage
        if I could get one that ran Windows or RedHat (or Mandrake) I'd think about it

        Damn, yeah, it's too bad you can't run mandrake on them. [linux-mandrake.com]

        Or SuSe [suse.com].

        Or Debian. [debian.org].

        Fuck, they don't run anything, do they?
    • by the eric conspiracy (20178) on Sunday June 08 2003, @10:09AM (#6142980)
      but at a certain point wouldn't you want clock speed over architecture ?

      No. Intel has shown that you can sacrifice too much chasing clock speed in the case of the P4. Look at the Centrino - the same performance of the P4M at 2/3 the clock speed.

      With the G5 we are talking about a 64 bit CPU with clock speeds in the 1.2 - 1.8 GHz range. This is in fact quite competitive just on a clock speed basis with current 64 bit designs from AMD and Intel.

      • by drsmithy (35869) <drsmithy.gmail@com> on Sunday June 08 2003, @11:10AM (#6143392)
        No. Intel has shown that you can sacrifice too much chasing clock speed in the case of the P4. Look at the Centrino - the same performance of the P4M at 2/3 the clock speed.

        You seem to be missing the point - what good is the Centrino being just as fast at 2/3 the clockspeed if the P4 still has enough headroom to (say) quadruple it's clockspeed and the Centrino only has enough headroom to double it ?

        CPU performance can be increased by (amongst other things) architectural improvements or by ramping clockspeed. Neither, in an of itself, is inherently superior to the other. A CPU that performs twice as fast per clock, but is only clocked at 1/3 the speed, is still slower.

    • by TheRaven64 (641858) on Sunday June 08 2003, @11:06AM (#6143351) Homepage Journal
      Intel has 3GHZ+ chips out these days. Thats double what the new Mac would have.

      It gets worse. The new 3GHz P4 has a thermal output of almost 80W, around four times the thermal output of a . How will Apple cope with a computer which produces so little heat? The average consumer won't care that you can leave a Mac on longer in order to heat up their room, or that they will actually be able to hear their music over the fan noise. All they will see is that the Mac costs more and they have to buy a heater to keeps their house warm as well.

        • by BinxBolling (121740) on Sunday June 08 2003, @10:35AM (#6143149)

          You're misunderstanding the analogy. The point isn't that engine RPM doesn't matter, because the law limits how fast you can go anyways. The point is that engine RPM is only one factor out of many that determine a car's overall performance. Similarly, clock speed of the CPU is only one factor out of many that determine a computer's overall performance.

        • by droleary (47999) on Sunday June 08 2003, @11:24AM (#6143511) Homepage

          In the computer world, there is no speed limit.

          Yes there is: you. Everything external to the CPU limits the computer these days, and responding to human events is like idling at a stop light; your raw RPM doesn't make a big difference. According to procinfo and top, my computers are idle a good 90% of the time. Everyone chasing clock speed really needs to take a step back and instead design an architecture that meets the burst processing pattern that most people have.

          The other part of the analogy is not about performance, it's about packaging. You don't buy a car on speed alone. There are styling and comfort factors, and suitability to a purpose. What's really amazing is that Apple is one of the few that understands that; you'd think PC builders would be more inclined to do that sort of thing in order to differentiate themselves from all the other clones that are on shelves.

    • Who's to say Apple will announce it now, but not ship it until Panther debuts? Apple announced and demonstrated the original iMac (IIRC) in May 1998, but did not actually begin shipping until August of that year-- I may not have the dates exactly right, but there were certainly at least two months between announcement and availability. And that was not an instance of Jobs saying "This is available now," but product not shipping until weeks later because they couldn't ramp up production quickly enough. It was a stated two or three month delay from the start.

      I think that this time, however, Apple would be doing the right thing to release the G5 ASAP-- that way the hardware will be available during back-to-school time, one of Apple's busiest sales periods. If they do the announce-and-wait thing this time, they'll miss the back-to-school sales. They'll also piss off a lot of people who just blew their wad in August on a G4 with significantly less computing power for about the same money that now buys a G5.

      As long as everyone who buys a G5 gets a voucher in the box for a free upgrade to 10.3, I see no problem with shipping the hardware a few months before the OS that takes full advantage of it debuts.

      ~Philly
    • by the eric conspiracy (20178) on Sunday June 08 2003, @10:35AM (#6143147)
      AAPL currently sits at a price it first set in 1987!

      Yah, if you neglect the fact that AAPL split twice during this period of time, the price is the same. In actuality the value of a share of stock purchased in 1987 is 4 times higher today.

        • by the eric conspiracy (20178) on Sunday June 08 2003, @11:17AM (#6143465)
          You also have to take into account share dillution too.

          Depends on your perspective. If you are interested in the market cap of the company, total number of shares x market price indicates the valuation of the company is 12x what it was in 1987. If you are interested in shareholder return, then the number is 4x.

          Either way it shows that the original post is totally off-base.

    • by Lysander Luddite (64349) on Sunday June 08 2003, @10:36AM (#6143159)
      Some rumor sites [envestco2.com] claim the PPC prices will be lower than Motorola's G4. Who knows for sure? I would think IBM would offer the lowest prices possible to speed adoption of the chip. I have also read on the web that IBM's costs for G3s were lower than Motorola's because their production facilities were better. *shrug* If PPC970 truly is 25-35% lower than G4s its a no-brainer for Apple to use them.

      If the prices are that low I wouldn't expect Apple to lower prices though. The pro models have been fairly consistent at their current price point for some time. I'm sure other costs have gone up with new features like Hypertransport, Firewire 800 and USB 2.0 (how much does Intel charge for that?). All o fthis si specualtion until the hardware actually comes out of course.

      As for the stock comment, prices go up and down. I seem to recall a stock split [macobserver.com] a few years back. The stock has gone up recently with the iTunes sales announcements. However I think stock price is one of the least indicators about how well a company is doing - and certainly has nothing to do with the price of mac hardware.
      • Re:stock prices (Score:4, Informative)

        by Oswald (235719) on Sunday June 08 2003, @11:26AM (#6143528)
        I'll reply to you, because you were polite, but it's intended as well for the geniuses who can't read a stock chart and want to tell me about stock splits.

        First, my original post is correct: adjusted for splits, AAPL is stagnant since 1987. This chart [yahoo.com] clearly shows it. Notice that the blue line is upbroken. If it were not adjusted for splits (ALL charts are adjusted for splits, but apparently you don't know WTF you're talking about, so I'll inform you), the blue line would take have a break (down to half the preceding day's price) every time there was a split. So, nyah, nyah, nyah.

        Second, in reply to this particular post, stock price is always indicative of a company's perceived prospects, relative to the other financial opportunities available. The fact that AAPL never makes any sustained headway is due to the fact that they have had NO sustained increase in earnings. Their profits rise and fall with their hardware cycles, but they never improve market share or margins for long.

        I was trying to use a widely-accepted proxy for a business's past success and current prospects--its stock price--as a quick way to make my point, but apparently people just took it as a red herring. Let me be more specific: Apple Computers, Incorporated has been struggling for over a decade--poor profit picture, poor market share. I don't actually give a shit about Macs one way or the other. I was only pointing out that it's important for the company that these machines succeed (i.e. turn a profit and increase market share), and to do that they must be reasonably priced.

        (To those who posted that the 970 may actually be cheaper than the Moto chips, I thank you for the information. We'll know shortly, I suspect.)