Slashdot Mirror


Flat-panel iMacs in Apple's Future?

WinkyN writes: "A story on Yahoo! is claiming Apple might release a flat-panel iMac for release in early 2002. Analysts for Morgan Stanley who cover Apple say the computer manufacturer has placed orders for component parts to build such a machine (in fact, build about 100,000 of them a month). Perhaps Steve Jobs will announce this at Macworld Expo in January?"

490 comments

  1. Not Surprising by Exantrius · · Score: 4, Funny

    After all, they *DID* stop selling any monitors but flat screens...

    And hell, they can make them smaller, and in new shapes, they could do a lot of things with the shape, since they aren't limited by the size of the CRT and the heat problems inherent with monitors in close proximity with other computer pieces...

    Besides, If the release another "flower power" imac, and you were stuck using it, wouldn't *YOU* want it smaller/easier to hide?

    Ex

    1. Re:Not Surprising by Anonymous Coward · · Score: 0

      If the release another "flower power" imac, and you were stuck using it, wouldn't *YOU* want it smaller/easier to hide?

      Naw, I'd just mask off all the important parts of the enclosure and spray paint the rest beige.

    2. Re:Not Surprising by Alan+Partridge · · Score: 1

      yeah! right on - I just can't understand why cars aren't all beige, it's clearly the one colour that fits all. Those iMac shells are BEAUTIFUL, I think they were designed by Me Company. The "Blue Dalmation" design is just stunning.

      --
      That was classic intercourse!
  2. Apple Come back? by rmadmin · · Score: 1

    Is apple actually going to attempt a huge come back? It seams like they haven't been doing much lately (as much as other manufacturers), but I know alot of ./ readers use macs, our web developers use macs, and they love them. I even told my dad he should get a mac when he started light video editing. Whats the deal? Is Mac sneaking back into the market slowly so they can take everyone by surprise?

    1. Re:Apple Come back? by Anonymous Coward · · Score: 0

      "
      I know alot of ./ readers use macs,
      "

      dotslash? never heard of it. is it a magazine
      for mac freaks?

    2. Re:Apple Come back? by Genevish · · Score: 1
      Is Mac sneaking back into the market slowly so they can take everyone by surprise?


      If they're smart, that's exactly what they're doing. If they move too fast, "the Evil One" will be on them...
    3. Re:Apple Come back? by Exantrius · · Score: 4, Insightful

      Think about what they've done in the past couple years:

      Nice hardware, growing in leaps and bounds as the market for those things matures (pc133, yes it was late, and yes, it's slower than DDR, but hey, better than pc100), nice processors, removing all relic hardware as necessary (USB instead of ADB, etc). Apple has always done this. Making the powerbook g4 was the next step, making a laptop just slightly less powerful than a desktop, *AND* has a battery life to speak of.

      Nice software: OS X. BSD core. No need for them to figure out how to reinvent the wheel with their crappy old OS's--Simply change a few widgets, and call it Darwin, then add a GUI, and Voila! instant OS. With a *LOT* of software available, not to mention the 20 billion BSD hackers, the people that'll keep the Darwin OS up to snuff.

      Totally reengineered interface--Finally a command line that doesn't suck! And for that matter, a GUI that doesn't suck! And multitasking! And all sorts of neat widgets that make techies and non-techies alike scream out "I WANT ONE!"
      Giving computers to schools, making great leaps in hardware, standardizing their video system. I see this as a incredibly brilliant move for Jobs.

      All in all, more power to them... They may live, they may struggle, or they may die. They are pushing the user's into a whole new realm; DVD-R's in affordable systems, laptops that don't suck, and keeping up with technology a lot better than they used to.

      Ex.

    4. Re:Apple Come back? by Corporate+Troll · · Score: 2, Interesting
      Yes, I think "sneaking back" is the good term. I have been a die-hard x86 lover since the late eighties -- not only MS, I was an OS/2 lover too, and now Linux and OpenBSD. I've invested a lot in x86 hardware (I have 6 machines running at home) over the years.

      Yet, since I saw a G3 in action two years ago at my uncle's place (he is an artist), I got interested.
      Now, my old laptop (P120/32MegRAM, running Linux) is getting really old. How long will it live? 6 months perhaps, but replacement is probably due next year? I didn't make up my mind yet, but an iBook is now definately an option! I want to try OS X, Yellow Dog Linux, perhaps even NetBSD. Plus they look good!
      If they can get *me* interested in their hardware, they must be on for a comeback: two years ago, I would have laughed a Mac user in the face...Now I say: cool show me how it works.

    5. Re:Apple Come back? by Anonymous Coward · · Score: 0

      Nice try. I Know a mac-zealot when I see one ;)

    6. Re:Apple Come back? by Corporate+Troll · · Score: 1

      Hehehe...I am not a Mac zealot...never was, but I can't promise I never will. Actually I'm an old hardware fetchist :-) But, you could have guessed that from the post (the P120 is true, and I'm useing it right now)

    7. Re:Apple Come back? by the_2nd_coming · · Score: 2

      no and yes, Task switching, which Windows does, just smoves resources from on application to antoher giving the application in use about 95% of the system resources.

      MultiTasking, which unix does...I don't know about Win XP.....allows the resources to be used equaly and concurently by all applications.

      just because you can click on another windows and keep the other one viewabel does not mean that you are multitasking, that is why the system lags in windows when you have a game running then all of a sudden you get a IM from a chum, the resources are taken away from the game and give to the IM client.

      --



      I am the Alpha and the Omega-3
    8. Re:Apple Come back? by b0bby · · Score: 1

      Well, I heard that there are only two manufacturers in the black right now, Dell & Apple, so they're already "back" in that sense...

    9. Re:Apple Come back? by Anonymous Coward · · Score: 0

      It's really a pity that you don't know shit about multitasking but insist on pretending you do in this forum.

    10. Re:Apple Come back? by Anonymous Coward · · Score: 0

      No, Windows does more than just cooperative task switching, which is what older versions of Mac OS do. Even Windows 3.0 was a fully pre-emptable multitasking OS, at least when running in protected mode or 386 enhanced mode. In protected mode, the only things that were non pre-emptable in Windows were real mode DOS apps and legacy real mode drivers. In 386 enhanced mode, only legacy real mode drivers were non-premtable. MS dropped support for those legacy drivers in Windows ME and never had them in the Windows NT/2000/XP family.

      And multitasking does not mean that applications use resources concurrently. On a single processor system, there is only one application running at a given time. The kernel runs one app for a certain amount of time (e.g. 10ms), then switches to another, then another, and so on, rotating through the runnable processes and allocating processor time for them in a priority driven fashion. And even in a multiprocessor system where multiple apps can be running concurrently, they still can't access other resources (e.g. disk) concurrently.

      If you're playing a game, the one process is always runnable and the kernel will allocate something like 99% of the processor time slices to it, assuming that all other processes (e.g. the Explorer shell) in the system are idle. Then when you get an IM, a second process becomes runnable and the kernel starts splitting processor time 50/50 between them, resulting in a loss of game performance.

    11. Re:Apple Come back? by MaxVlast · · Score: 1, Troll

      Osama bin Laden?

      --
      There should be a moratorium on the use of the apostrophe.
      Max V.
      NeXTMail/MIME Mail welcome
    12. Re:Apple Come back? by Anonymous Coward · · Score: 0

      it still sucks compaired to Unix and OS X Multitasking....mabye that is because of the threading.

    13. Re:Apple Come back? by Anonymous Coward · · Score: 0

      Well, on the desktop, Apple pulled back some market share when the iMac was first released, but hasn't really gained any ground since then. Apple is making a real comeback in the notebook segment though.

      If Apple is going to gain any market share back on the desktop, they're going to have to drop the prices on the G4 tower models. The problem with the iMac is that a lot of people aren't interested in a low end, integrated, mostly non expandable system with a 15" screen. Most of the people who do want that sort of computer already own an iMac, so there isn't much more market share to gain. There are a lot of people who would love to buy a medium-high end desktop system that's easy to expand & upgrade and doesn't come with a built in monitor. The problem is that the prices on the G4 tower models are absolutely ridiculous. I'm talking 2x the price of equivalent Wintel PCs or more.

      Unfortunately, I don't see a flat panel iMac selling well at the price I expect them to charge. Current iMac prices are almost competetive right now, but if they raise them much at all, they'll end up missing their target market.

    14. Re:Apple Come back? by GenetixSW · · Score: 2, Interesting

      So true. I'm in the same boat (life-long PC user).

      Next year I'll be replacing my desktop with a laptop, because I absolutely need a laptop now. If I were to buy now, I would buy the Titanium. It's an incredible little machine, and not overly pricey given its abilities.

      As an engineer (-to-be) I think the Titanium is technically amazing. It's got a great-looking screen, a fast hard drive (for a laptop), REALLY good battery life (5 hours *average*? I've never seen a similarly equipped Wintel laptop last anywhere near that long) etc. It's also pretty light (5.5lbs). I'm just blown away by the thing.

      I'm hoping, though, that Dell comes out with a Wintel laptop that can compare. I don't know if it's feasible, though, because of the fundamental difference in hardware architectures. The thing is, I need some school-related software that exists under Windows only. Oddly enough, if Dell doesn't make a laptop like the Titianium, I'll forgo my needs.

    15. Re:Apple Come back? by Anonymous Coward · · Score: 0

      Please note the above is a troll, the above post was orginally posted by syadm on oct 2, 1998. it's a copy.

    16. Re:Apple Come back? by Anonymous Coward · · Score: 0

      Yeah. Nice try.

      Usually it helps to bolster you case by including a link, but as there IS NO original post, I can see how that would have been difficult.

    17. Re:Apple Come back? by blafasel · · Score: 0
      whichever technical term you use, I'm sure your're right. but...

      just shut up.

      --

      check your speling
    18. Re:Apple Come back? by fredrik70 · · Score: 1

      Sorry, Windows didn't do premptive mt until win95(quite badly) and NT(not too bad). in win3.11 you still have to use the good ol' Yield() func in order to give back the control to the system.

      --
      if (!signature) { throw std::runtime_error("No sig!"); }
    19. Re:Apple Come back? by Anonymous Coward · · Score: 0

      Whatever you say ;-}

      They all have the same basic approach. The only difference is the scheduling policy and the relative priorities assigned to different processes. I do know that Windows assigns a higher priority to the foreground app by default, and the window management & GDI functionality runs in kernel space. They do this to make the foreground app and the overall GUI more responsive, at the expense of background tasks. Most UNIX variants (e.g. Linux) assign the same priority to all user space apps, including the X server and window manager as well as all application processes. Of course you can change this, and a lot of people do play with process priorities to make UNIX GUIs more responsive.

    20. Re:Apple Come back? by Aqua+OS+X · · Score: 1

      here comes the token mac geek gain ;)

      Apple has been doing a lot durring the past few months. However most of Apple's work has been focused on OS X. Apple had a lot of work to do...and still as a lo of work to do with that OS. Not only must they tweek the OS itself, but they have to help every third party software company in the world.

      Apple's also been working on portables a lot durring the past few months. Apple's portable computers are quite sick right now.

      As for desktop hardware, well I'm fairly sure Apple has been waiting for LCD prices to drop and for the G5 to go into production. Apple likes big drastic upgrades ;). We will probably see both of theseat mac world in Jan.

      --
      "Things are more moderner than before- bigger, and yet smaller- it's computers-- San Dimas High School football RULES!"
    21. Re:Apple Come back? by Exantrius · · Score: 1

      And back at you--

      1) I don't have the current figure of people working on *bsd programs in my head, so I put an outrageously large number hoping someone would post the actual amount.

      2) No. As others pointed out, most earlier ones task switch.

      And I'm on win2k right now, and for some unknown reason *cough*shitty router/NIC*Cough*, I can't use ssh or ssl... My roommate with a mac has no problems...
      And the sad part is, the router supposedly doesn't work with Mac OS or Unix...

    22. Re:Apple Come back? by Anonymous Coward · · Score: 0
      Yes, the Titanium rocks! It looks bloody cool (stays cool literally) and rocks as a machine. One of my former coworkers has one, and I have been very impressed. He (still?) used OS9, but with OS X it must be a dream. I did see it crash occasionaly when he tried some Amiga emulation. The PC emulation on the other hand (W98 running in some kind om virtual machine, he once installed Linux in that VM but we didn't get the graphics working), was stable and he could run anything that wasn't available for Apple. So I guess you engineering software could run in such an emulation mode. I don't know for the performance: it could be slow. We only tried basic Windoze apps and they worked fine.

      The Ti is worth a thought, but I find it a bit too expensive, hence my preference for the iBook. Note also that the "keys pushing too hard on the LCD screen" is true too, after a while you indeed get to see the keys on the screen, but they are only visible when it is off.

    23. Re:Apple Come back? by Anonymous Coward · · Score: 0

      Bill bin Gates.

    24. Re:Apple Come back? by bryan1945 · · Score: 2

      If you need to run Windows software, get Virtual PC. Costs about $100 plus the cost of whatever version of Windows you are running. It is slower than getting a real machine, but you get all the Windows programs you want in the Ti box.

      One of my co-workers has a Ti, and it just flat out rocks! The only problem is poor AirPort reception, but I guess that should be expected since you are sticking the antenna inside a Ti shell.

      --
      Vote monkeys into Congress. They are cheaper and more trustworthy.
    25. Re:Apple Come back? by Anonymous Coward · · Score: 0

      You're only half right. Windows 3.0 was indeed fully pre-emptable as long as you werent in Real mode. Each process ran in it's own VM, and the scheduler could context switch from one process/VM to another without any cooperation. However, the GUI API functions in Win16 were not re-entrant, so MS made the whole GUI run in one process (GDI) and all the event/message loops for all applications executed cooperatively in that single context. That doesn't mean you couldn't take advantage of pre-emptive multitasking, you just had to break your application into multiple processes, e.g. a GUI front end that would run in the GDI context cooperatively with other apps, and a separate process chewing away in the background.

    26. Re:Apple Come back? by Anonymous Coward · · Score: 0

      Windows uses fully preemptive multitasking. You may want to look this up in a book.

    27. Re:Apple Come back? by Alan+Partridge · · Score: 1

      the keys don't push too hard, it's the finger grease on the keyboard that gets on the screen. Two answers, cover the keyboard with a little cloth when closing (there's a company that makes custom size leather kbd covers for exactly this purpose) or CLEAN THE SCREEN occasionally. Incidentally, my girlfriends' Toshiba Satellite Pro does this too if provoked.

      --
      That was classic intercourse!
    28. Re:Apple Come back? by drinkypoo · · Score: 3, Interesting
      Nice software: OS X. BSD core. No need for them to figure out how to reinvent the wheel with their crappy old OS's--Simply change a few widgets, and call it Darwin, then add a GUI, and Voila! instant OS.

      Except that it wasn't remotely this easy, or this simple. They actually updated the display language from display postscript to display pdf, which I know is a minor change since one is much like the other, but then they reimplemented all widgets under the new system. They also developed an Old-MacOS-API-in-a-box for NeXTStep on Mac, and the resulting bundle of everything is called MacOSX.

      Totally reengineered interface--Finally a command line that doesn't suck! And for that matter, a GUI that doesn't suck! And multitasking! And all sorts of neat widgets that make techies and non-techies alike scream out "I WANT ONE!"

      You know, I hate to have to be the one to point this out, but Luna doesn't suck either. Oh, sure, it looks like someone in fisher-price's art department developed a theme for windows, but you can change themes all day, even to some fairly convincing aqua themes. With GlassXP and a geforce or radeon card, you can have arbitrarily hardware-alpha'd windows (though some things don't work like you might like, like transparent video windows or transparent windows OVER video windows) and you can, quite frankly, make windows look like anything you want in much the same fashion as using windowmaker or some other highly-configurable window manager, using StyleBuilder and StyleXP. My windows Theme is a work in progress that's looking better and better all the time. Heck, you can even use PNG images with the alpha channel utilized in your themes.

      Let's not forget the feature set of windows' GUI, either, besides silly alpha features (which I am nonetheless quite fond of) - It's based on motif, more or less, (note the popdown menu on the left, which in Win 3/NT 3 even looked like Motif) so it provides an interface familiar to windows users and CDE users alike. It supports all the usual operations for windows, the taskbar has grown up quite a bit and now supports grouping, there's a virtual desktop manager included with Power Tools for XP, and so on.

      All in all, more power to them... They may live, they may struggle, or they may die. They are pushing the user's into a whole new realm; DVD-R's in affordable systems, laptops that don't suck, and keeping up with technology a lot better than they used to.

      That's true, but their price point still seems a bit high to me in most cases. Comparing the iMac to a PC doesn't seem to do the PC justice just because of the PC's basic modular, expandable nature, which you are paying for; If the PC were as unexpandable as the iMac, it would be cheaper. However, it's built to be expanded (at least slightly) and it's made with off the shelf parts which means that, unlike most mac hardware which has "graced" our desktops over the years, the hardware is all pretty much the same these days, which is also a nice feature.

      With all this said, I do think that the current Mac hardware is fairly sexy. I do however think I'll stick with PCs. You can build a dual athlon XP pretty cheaply now...

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    29. Re:Apple Come back? by Anonymous Coward · · Score: 0

      yes they do, but unfortunatly they realy fucked up the implementation of it.......if they would actualy think of the entire system rather than the GUI and app in focue then perhaps their OS would be a bit more plesent to use...as it is now however, I can't stand that the sound skips when ever an application wants attention or that when an application wants to do somthing it needs to interupt what I am doing. looking for an app in the start menu and an error box or some notification pops up...it kick me out and I have to start over again...........MS hacked this up so that the GUI is faster but you know what......it has made the OS maginaly more usable than the old DOS single app at a time way of doing stuff. even that seems a bit better now since then I could not get interupted by some rouge application wanting me to groom it.

    30. Re:Apple Come back? by firewort · · Score: 2

      Depending on the requirements of that Windows-only software you have- Consider Connectix VirtualPC for Mac OS/Mac OS X.

      You can get the Titanium, use it in Mac OS/OS X for almost all tasks, and for those one or two pieces of software, launch VPC and Windows ( or VPC and Linux for x86, or OS/2, or....)

      Go and get your hands on a Titanium. Nothing Dell brings out is going to be as nice an implementation of the same concept.

      --

    31. Re:Apple Come back? by firewort · · Score: 2

      two words- IBM Thinkpad.

      IBM is in the black quite nicely, thank you.

      --

    32. Re:Apple Come back? by firewort · · Score: 2

      I wish you had defined the word "equivalent" in the sentence where you claim Apple charges twice as much for the G4 as for an equivalent Wintel computer.

      Did you read the article where Eric S. Raymond assembled the best Linux box and the hardware cost upwards of $8000 US ?

      While I don't think a G4 in it's current form is worth $8 large, I don't think there's anything wrong with them charging the $1700 for the low end G4. It's the same price you'd pay for what I consider _equivalent_ Wintel hardware (not the cut-rate trash most places carry.)

      So yes, please clarify qualitative terms when you're writing a post. It makes your points much easier to understand and agree or disagree with.

      --

    33. Re:Apple Come back? by gig · · Score: 4, Insightful

      > Comparing the iMac to a PC doesn't seem to
      > do the PC justice just because of the PC's basic
      > modular, expandable nature, which you are paying
      > for; If the PC were as unexpandable as the iMac,
      > it would be cheaper.

      I think people also buy iMacs for their expandability, but what they appreciate about the expandability is that it already has great "add-on" software and hardware in it from the start, and adding more software and hardware is easy (drag-and-drop software installs, plug-and-play hardware installs, easy-access expansion doors in the cases). I mean, all of the ports are right there on the side, attractively presented to the user. People who never looked at the back of their PC are looking at the FireWire port on their Mac and going "that's where you plug-in a camcorder or hard drive" because when they do that, it just works. It's already been set up for that before they get the machine.

      For example, a non-technical friend of mine gave up trying to add software and hardware to his PC because he didn't enjoy all the work involved, and he was generally always suffering from one problem or another with Windows, anyway, and "didn't want to make it worse". He got an iMac and added a printer and scanner himself, no problem. He adds software all the time. So he actually told me that the iMac's "great expandability" was one of the things he liked about it over the PC, second only to the fact that it crashed less than his PC. Also, I got one "help desk" call from him in the past two years with his iMac, versus one a week when he had his PC.

      So to say an iMac is "not expandable" is really looking at it from a PCI board / geek hacker perspective. For many people, it's the most expandable system they've ever used. That's part of why they're still selling more than a million iMacs a year, even in this economy, even with CRT displays in them, even with all the empty MHz you get on the PC side. It really serves the needs of the users who buy them.

    34. Re:Apple Come back? by gig · · Score: 2

      I've been using nothing but Macs for a few years now, but I have VirtualPC to run old DOS and Windows software, or the occassional little freeware or shareware utility that's Windows-only and halfway interesting. Also to test Web sites in a Windows environment. Windows is entirely more usable on a PowerBook Titanium than on any Windows notebook. It runs quickly, and you get five hours of battery life, and when Windows crashes, you don't have to reboot, just restart VirtualPC. You can keep multiple Windows disk images, too, so if you have an app that runs best with DOS, use it with DOS, or runs best with Windows 98, then use it with that disk image. You can even run them simultaneously, and they start up instantly because they save their state to disk. And, with Mac OS X running it, you can run your Windows apps next to Mac OS X apps, Classic Mac apps, Java2, and X-Windows/UNIX apps. Very, very flexible, powerful solution. VirtualPC also enables you to control Windows itself with AppleScript. You can make an AppleScript that takes a document and works on it in five or six apps before giving it back to you, and some of those apps could be Windows apps.

    35. Re:Apple Come back? by Anonymous Coward · · Score: 0

      I rarely reply at this threshold, and almost never say the following, but you sir are a moron beyond contempt with the cognitive abilites of a lobotomized sea cucumber.

      Feel free to include that in your (and only your) sig file.

    36. Re:Apple Come back? by stux · · Score: 1

      the poor airport reception was more than fixed, it was obliterated in Rev. 2 :)

      Now the new TiBook's best even the original iBook's airport range (the old ones were pathetic at airport :( )

      --

      ---
      Live Long & Prosper \\//_
      CYA STUX =`B^) 'da Captain,
      Jedi & Last *-fytr
    37. Re:Apple Come back? by Teun · · Score: 1
      You MUST be joking, my girlfriend thought she needed one of these "cool iMAC's" and it's been a headache for her and me till she got rid of it.

      Take the memory problems, you install some software and for damn sure it'll crash because the "out of the box" memory assignment is allways way to small.

      Take the various installers and say stuffit, they have so many incompatibility issues it's just not funny.

      Take drag-n-drop to removeable media, allways guessing whether it's copied or only a link has been placed, Think of the junk (trashcan!) that's quietly put on your floppy/zip

      Take mime types, a jpg created in one program will almost certainly not load in another.
      iMAC=grief.
      But then maybe these things have been adressed in OSX....

      --
      "The likes of Facebook and WhatsApp are free to those whose privacy is of zero value."
    38. Re:Apple Come back? by drinkypoo · · Score: 1
      I think people also buy iMacs for their expandability, but what they appreciate about the expandability is that it already has great "add-on" software and hardware in it from the start, and adding more software and hardware is easy (drag-and-drop software installs, plug-and-play hardware installs, easy-access expansion doors in the cases).

      Ever seen an HP Kayak XU? Two tabs on the case release it, and it slides off easily. Everything can now be removed without picking up a screwdriver. There is only one (non-power supply) fan, and it's a case fan whose airflow is directed over the CPU with a shroud.

      As for plug and play hardware installs, I personally feel that the PC has this. I actually didn't have to install any drivers to get up and going with my XP box, which is an athlon with a geforce, adaptec scsi, soundblaster card, et cetera. If you buy the good hardware the drivers are pretty much always included.

      Drag and drop software installs? I see autorun installs as being just about as easy, if not easier. They might take a little longer, but they can do more.

      I mean, all of the ports are right there on the side, attractively presented to the user. People who never looked at the back of their PC are looking at the FireWire port on their Mac and going "that's where you plug-in a camcorder or hard drive" because when they do that, it just works. It's already been set up for that before they get the machine.

      If you buy a PC from dell or gateway, you have an identical situation. They usually put a couple USB ports on the front as well, sometimes even including a IEEE1394 port on the front (Like all the Sonys these days, and a Compaq I saw at Costco.) The OS is installed, as are drivers for all of these devices. If windows should permanently kill itself (unlikely with NTFS5's journaling nature, but possible) you can restore from a self-booting CD.

      PCs are almost as easy to use as Macs; I think MacOS probably has a better tutorial than the lousy one in XP that was confusing my father. The PC really is more expandable, and it's open, which brings competition, which lowers prices. Plus, you can optimize your system for what you want it to do, and you can choose from thousands of parts. Many thousands.

      I'm not saying PCs are better, mind you - I'm saying I like them better. A Mac may very well be the proper solution for many people.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    39. Re:Apple Come back? by bryan1945 · · Score: 2

      That's good to hear, I read a review that said the rev 2 reception was like 10% better (but still pretty sad).

      Of course, I should have expected Apple to figure out a solution- they seem to always do without fucking everything else up.

      --
      Vote monkeys into Congress. They are cheaper and more trustworthy.
  3. When did /. become a rumour site? by usermilk · · Score: 0, Troll

    Oh wait, I'm sorry... Yahoo! is *always* right...

  4. Already being sold... by darkov · · Score: 4, Insightful

    ..it's called an iBook.

    But seriously, why would Apple sell such a thing? It would have to be comparable in cost to an iBook, the LCD being the most expensive part.

    It would probably be a snazzy box, but would the price be right for a low-end machine?

    1. Re:Already being sold... by WinDoze · · Score: 1

      Not trolling, but it seems Apple products always are on the prcey side anyway. People still buy 'em, and despite the fact I don't use 'em I have to admit, they do make some nice hardware.

    2. Re:Already being sold... by gtada · · Score: 1

      One thing that comes to mind is that Apple said in the past that they will no longer sell CRT monitors. They finally shipping only LCD monitors with one exception: the iMac.

    3. Re:Already being sold... by Anonymous Coward · · Score: 0

      I was going to say the same thing. How is this anything but an iBook, only less portable?

    4. Re:Already being sold... by David+Roundy · · Score: 1

      I'd say because you would want a full sized keyboard and 15" screen, which wouldn't go into an ibook. And by not miniaturizing the other parts, you could cut costs significantly relative to a laptop.

    5. Re:Already being sold... by Refrag · · Score: 1

      The one distinguishing factor is that an iMac will have a larger monitor. The iBook's is 12.1" in order to give it truely portable dimensions -- it's roughly the size of a spiral-bound 8.5x11" notebook.

      --
      I have a website. It's about Macs.
    6. Re:Already being sold... by msouth · · Score: 2

      THey already split the iMacs (and their other products) into around three configurations ("fast", "faster", "fastest" or "good", "better", "best"--I'm sure /.ers love those designations :).

      They may just add a flat panel config at the high end.

      I have an iMac (the current Graphite), and I really like the small footprint, etc. It would be even better if it were smaller and even quieter.

      And it will probably look cool. I know it's hard for a geek to swallow that, but people like stuff that looks cool.

      I would bet that they will leave the crt version up there--maybe it will be that only the low-end one has the crt rather than only the high-end having the LCD.

      Just a few guesses.

      mike.

      --
      Liberty uber alles.
    7. Re:Already being sold... by darkov · · Score: 2, Insightful

      I think the "miniaturizing" part basically consists of developing custom ICs to reduce the chip count so you can squezze all the bits into a smaller box. Now the big cost here is in the development. So it would cost Apple nothing to use those same chips in another design. They could take the designs of the iBook and use them into a LCD iMac. Probably use a less dense PCB layout might save a couple of bucks. But that would probably be offset by the additional plastic, etc used in a larger box. The drive might be a bit cheaper compared to a 2.5 inch notebook drive. The LCD screens would be about the same since the main manufacturing costs are in the resolution rather than the size. So as you see there are slim picking for cost savings in a LCD iMac compared to an iBook.

    8. Re:Already being sold... by Drone-X · · Score: 1

      OTOH my Dell Inspiron has a 15" monitor with 1400x1050 (with 1600x1200 being available too) and large enough keys to use it as a desktop machine (in fact, that's what I use it for at the dorm). Perhaps laptops will soon be able to replace desktop machines for regular users?

    9. Re:Already being sold... by Surak · · Score: 3, Insightful

      ..it's called an iBook.

      Nah... First of all, a flat-screen iMac would have a bigger screen, full sized keyboard, faster hard drive, etc. You aren't worried about power consumption nearly as much in a desktop as a laptop, so you can afford to put regular desktop components, which also happen to be cheaper.

      Which leads me to my second point, which is that LCDs aren't the only reason laptops are expensive compared to desktops. Miniature hard drives, low-power consumption CPUs, etc. are more expensive (and are also slower) than their desktop cousins.

      Thirdly, is the right price? I dunno. At $1200 the current iMac is pretty pricey for a so-called "low end" machine. I think Apple will probably put this machine in the same price category. They sold a bunch of iMac's at that price, they could sell a newer and better iMac at that price, I'm sure.

    10. Re:Already being sold... by Anonymous Coward · · Score: 5, Funny

      THey already split the iMacs (and their other products) into around three configurations ("fast", "faster", "fastest" or "good", "better", "best"--I'm sure /.ers love those designations :).

      I expect /. editors will be using "good", "gooder" and "goodest" :)

      Posting amonymously to perverse precocious Karma

    11. Re:Already being sold... by Corporate+Troll · · Score: 1
      Well, the iBook is a portable...meaning miniaturized, small keyboard, touchpad.

      I think that an iMac-flatpanel will be more similar to the PS2 with Linux kit (LCD-flatscreen, keyboard, mouse). Perhaps, since it is an iMac, the main unit and the screen must be one...so think of it as an LCD screen where the socle is the main unit. Keyboard and mouse via USB on the side.
      It's probably just my imagination, but I would design it that way.

    12. Re:Already being sold... by Anonymous Coward · · Score: 0

      While I can see/understand the "smaller" request, I don't understand how iMacs could be made quieter. There is no fan in them: how can they be quieter? AFAIK, current iMacs are not known for the huge amount of noise they generate!

    13. Re:Already being sold... by the_2nd_coming · · Score: 3, Insightful

      by moving to the LCD you loose the noise generated by the CRT power supply and the electron gun. granted, this is not realy that noise, but when the computer makes no noise you realy notice the thinks that do.

      --



      I am the Alpha and the Omega-3
    14. Re:Already being sold... by Midnight+Thunder · · Score: 3, Interesting

      That's exactly what I thought until I stopped and really took another look. While the iBook includes much of what a flat screen iMac would have, its form factor makes a big difference in how it is used and built. As pointed out, a flat screen iMac is likely to have a larger screen, but not only that, because it is designed for the desk they can use cheaper componenents, such as a larger HD, full-size DIMMs and a faster processor (it wouldn't have the same heat dispation issues). The iMac would also have a separate keyboard and mouse. All this goes to make for a different design and a lower cost. One thing they could do with adding is a TV tuner, as this would certainly help students who are suffering from too little space in their dorm rooms for both TV and computer.

      Since this will be a new generation of iMac, Apple may be looking for something else in terms of design for looks of the case. What exactly that will be is hard to tell. The current portable products use the metalic look, while the desktop range use a coloured plastic look, even of the plastic is not completley transparent.

      Flat screens have come down in price a fair bit. I can buy an average quality 15" flat screen here in Canada for around $500. Given that Apple partly owns a flat-screen manufacturer in Asia, it means that they have the ability to get hold screens more cheapley than othe companies.

      --
      Jumpstart the tartan drive.
    15. Re:Already being sold... by Graff · · Score: 1

      At $1200 the current iMac is pretty pricey for a so-called "low end" machine.

      There is a $799, low-end iMac. There are several levels of iMac, adding speed and features at every level. The most expensive iMac is $1499 and it is considerably faster and has more features than the low-end iMac. The PowerMac towers, on the other hand, range from $1699 to $3499. They basically start where the iMacs leave off and are more expandable than the iMacs.

      Apple has a pretty good product matrix. They have all levels covered very well, maybe a bit too well at times. A flat-panel, high-end iMac would be a very good thing to differentiate the iMac line a bit more, making the top end more attractive while still allowing a inexpensive CRT model to sell to those who want an inexpensive machine.

    16. Re:Already being sold... by SlamMan · · Score: 1

      Not video in, but video out is what the imacs need. Considering apple's constant big so be top in education, being able to hook one of these up to a tv and get a power point or quicktime up for the whole class to see would got a ways. Without a pci card slot, your choices are pretty much an AverKey, which work ok, or a usb MyView, which are absolutly horrible. the firewire toys are jsut too expensive for a school. This is what the teachers is the school I volunteer at want, and would actually use. Several version of iBooks have had this, give it to the iMacs.

      --
      Mod point free since 2001
    17. Re:Already being sold... by Tuzanor · · Score: 1, Troll
      The PowerMac towers, on the other hand, range from $1699 to $3499.

      The only problem is that these prices exclude a monitor...I wish apple would include that in their prices. Apple hardware is already expensive. If those prices at least included a 15" monitor...then I'd be a MAC bitch right now. And I'll never buy an Imac, i just think that they are as ugly as hell...maybe the new ones will change all that. we'll see.

    18. Re:Already being sold... by guinness_duck · · Score: 1

      I guess this would be something like the IBM Netvista all-in-one flat panel machines. We have a few around here and they turned out to be a lot better of a machine then I would have originally expected them to be. For one thing they take little space on the desk, very little more than just a flat panel and your CPU on the floor. This way your CPU and all the plugs and drives are right in front of you. Sure, there's not too much upgrading you can do to them. But the people who buy iMacs aren't the kind of people who want to cram their CPU with every little goody they can find.

      --
      In a row???
    19. Re:Already being sold... by squaretorus · · Score: 2

      Indeed. The advantages a flat panel can offer are twofold: Depth, and Weight.

      For most iMac users the Weight issue is irrelevent, as its a static desktop machine. That leaves, Depth, or Footprint.

      Why go half way - this thing would have to be an inch and a half thick, at worst, to be a serious advantage. Then I could hang it on my wall - or to the ceiling above my bed! Or put it in my camper.

      But those are all niches currently being served, to the seriously dedicated, by the iBook.

      Nah... I don't want one!

    20. Re:Already being sold... by overunderunderdone · · Score: 1

      ...low-power consumption CPUs, etc. are more expensive (and are also slower)

      Right on all the other points, but AFAIK the PowerPC G3 in an iBook is exactly the same as what is in the iMac and G3 PowerMacs.

      Also you can get a current iMac for less than $1,200

    21. Re:Already being sold... by Anonymous Coward · · Score: 0

      OK, I see what you mean... but in this case, how much noise reduction would we be talking about? CRT power supplies don't make any noticeable (sp?) noise aside from the "groan" when you turn them on AFAIK, so we would be talking 1, 2 dbs?

      I would venture to say that a (take your pick) CD-ROM/DVD/CD burner drive or a HD make way more noise than a CRT power supply.

      While this is purely academic/theoritical (sp???), how much noise is there left to eliminate from a current-gen iMac, all in all? Methinks the noise is less of a problem than the heat generated by the CRT and its associated P/S...

    22. Re:Already being sold... by Surak · · Score: 1, Troll

      Yes, but the $799 iMac is not even as well equipped as a comparable Intel-based machine for the same money. For $799 I'd have double the processor speed, double the hard drive capacity, and quadruple the RAM. Be realistic, ok?

    23. Re:Already being sold... by Anonymous Coward · · Score: 0
      by moving to the LCD you loose the noise generated by the CRT


      how do you loosen noise.

      GODDAMMIT I HATE WHEN PEOPLE FUCKING USE THE WRONG ONE! IT IS LOSE NOT LOOSE!!!

      feel much better now thanks

    24. Re:Already being sold... by Anonymous Coward · · Score: 0

      Posting amonymously to perverse precocious Karma

      By the looks of it, you should'nt have. :-P

    25. Re:Already being sold... by the_2nd_coming · · Score: 1

      you are correct sir. the real motivation of apple is most likly to make the computer cooler all around, but when you have total silence even 1-2 DB is noisie. so you get the effect of no noise computer that runs cooler.........next people will be complaining about the AC frequencey hum comming from the wall socket :-)

      --



      I am the Alpha and the Omega-3
    26. Re:Already being sold... by Dominic_Mazzoni · · Score: 5, Informative

      Why does someone have to do this everytime there's an article on Macs?

      I just configured a low-end Dell Dimension at their website. The main option they left out that I had to add was Ethernet:

      Dell Dimension 4300S: $873
      1.4 GHz Pentium 4
      128 MB RAM
      20 GB HD
      15" monitor
      16 MB ATI Rage graphics card
      CD-ROM drive
      10/100 Ethernet + Modem
      Free Lexmark printer

      iMac w/128 MB RAM: $849
      500 MHz G3
      128 MB RAM
      20 GB HD
      15" monitor (integrated)
      CD-ROM Drive
      16 MB Rage 128 Ultra
      10/100 Ethernet + Modem
      Firewire

      So it seems to me that for the same price as an iMac you can get a Dell with a faster processor, that's it. The iMac has a better graphics card plus FireWire, the Dell comes with a bundled printer. The 1.4 GHz P4 is hardly twice as fast. Considering the 1 GHz P3 beats the 1.4 GHz P4 on most benchmarks, and the 500 MHz G3 is nearly as fast as the 1 GHz P3, they're not all that far different.

      Sure, you can go down to your local cheap computer dealer and get more bang for your buck, but then you'll probably end up with cheap components that won't run Linux, may crash under Windows more often, and you won't get any support from the manufacturer. People pay a premium for Dell for the same reason they pay the premium for Apple.

      You may not like Apple, but there's just no truth to the price/performance argument. The iMac costs a little bit more for the same stuff, that's it. A little, not a lot. For a lot of people, the MacOS makes it worth it.

    27. Re:Already being sold... by Sokie · · Score: 1

      Which leads me to my second point, which is that LCDs aren't the only reason laptops are expensive compared to desktops. Miniature hard drives, low-power consumption CPUs, etc. are more expensive (and are also slower) than their desktop cousins.

      Yes, the components are more expensive. But the main reason that laptops are so expensive is that each one basically has to be designed from scratch. Except when all you change is the hard drive capacity or the amount of RAM, you basically have to reengineer a new PCB and fabricate/debug it. This is also why the product development cycle for laptops is so long. It took almost 6 months from NVidia's official GeForce2 Go release to manufacturers before you could actually buy a laptop with the chip in it.

      This combined with the fact that laptops are a much smaller market than desktops creates the price/performance delta.

      --
      ------
      Where are the slash-groupies? I distinctly remember being promised slash-groupies!
    28. Re:Already being sold... by higginsta · · Score: 2, Informative

      The iMacs already have video out (Standard 9 pin VGA connector in the back under a breakout panel) that mirrors the built-in display

    29. Re:Already being sold... by marmoset · · Score: 1

      I think you're onto something. I have a fanless iMac, and while it's deadly silent compared to the towering dual Dell beige asswarts I use at work (Dell is truly the AntiApple when it comes to design sense), when I'm sitting in front of it the monitor hum and hard drive noises are quite noticeable, just because the rest of the thing is so darned quiet.

    30. Re:Already being sold... by stripes · · Score: 2
      First of all, a flat-screen iMac would have a bigger screen, full sized keyboard

      Why would it have a bigger flat screen? That will drive the cost up. The full size keyboard can be used in any of the UBM iBook/PowerBook systems, just plug it in.

      At $1200 the current iMac is pretty pricey for a so-called "low end" machine.

      The low-end iMac is $999 (well, at the moment there is a $500 special in a lot of places, but ignoring that...). $1200 ($1299?) is the high end iMac.

      Personally I would have a hard time buying an iMac now when I can get the iBook for $300 more. If the prices get closer I expect even more people would swing towards the laptop. Of corse that doesn't upset Apple (unless the profit margin on the iBook is smaller then on the iMac), losing iMac sales to PCs would upset them. Bumping the iMac price will make that worse, unless it turns out people really want LCD displays...

    31. Re:Already being sold... by Anonymous Coward · · Score: 0

      The trouble is you're clueless enough to be stuck with the all-in-one machines from makers like Dell. If you had at least the skill to assemble Lego you'd be buying the case you like, the mainboard you like, the video card you like etc - and it would perform way better and cost way less.

      Sadly, Mac users are a little like farmers who can't drive tractors. They have to keep shopping at the ox market.

    32. Re:Already being sold... by John_Booty · · Score: 2

      It would have to be comparable in cost to an iBook, the LCD being the most expensive part.

      It shouldn't add more than a few hundred dollars to the price... you can get a nice 15" 1024x768 LCD for not much over $300 retail these days. On an iMac, they'd probably go with a smaller screen that would be even cheaper.

      --

      OtakuBooty.com: Smart, funny, sexy nerds.
    33. Re:Already being sold... by Alan+Partridge · · Score: 1

      I'm a Mac zealot, but even I wouldn't claim a 500Mhz G3 to be as fast as a 1000Mhz PIII. The G3 is a capable chip, low power and excellent for it's intended purpose. It's probably fair to compare the G3 500 with a Celeron or Duron running at 700 or 800 Mhz. A 700Mhz G3 could probably put up a reasonable fight with a 1Ghz PIII. I have a Yosemite G3 @ 500Mhz, and it runs about 30% faster than my 500Mhz PIII of similar vintage.

      --
      That was classic intercourse!
    34. Re:Already being sold... by boydtel · · Score: 1

      Most users will want an OS, assuming your Dell comes with win/somethinerother how does that compare to OSX? Those of us who have used a "free" Lexmark printer know it for the cost it represents so I guess no further comments needed on that clearly listed disadvantage... What's a firewire card for your little P4 system run these days? Firewire is a critical interface for a lot of users and being more widely used as time goes on. As a former corporate support person I'd also want the DOA rate on Dells, with apple it's near zero (and I know that Dell ain't even close). This too is a -cost- associated with computer infrastructure. All IMO BK425

    35. Re:Already being sold... by Alan+Partridge · · Score: 1

      man, you're gonna go blind at 1400x1050 on a 15 inch. I'm serious.

      --
      That was classic intercourse!
    36. Re:Already being sold... by Anonymous Coward · · Score: 0

      More Slashdot arrogance, look around here kids the world of computer manufacture is not about you personally or about your geeky friends. All of you OWN computers. Computer manufacturing is about your grandparents and your kids, it's about people who do not know slashdot exists and would be further from understanding "/." then folks like this are from being able to walk a hall in the average users moccasins. Computers are appliances, a large segment of the population is not interested in the inner workings of their toasters (the kind for bread, not video) they just want the toast. And more power to them. All IMO BK425

    37. Re:Already being sold... by Aleks · · Score: 0

      People buy them because there are still those of us who, when it comes to our own money, would rather spend 10-15% extra on quality and style that will last for years (I have a Mac Plus which still works!) than buy something ugly and "good enough."

    38. Re:Already being sold... by Anonymous Coward · · Score: 0
      Sorry, but a 1.0 GHz P3 does not beat a 1.4 GHz P4 on most benchmarks. You may want to check your favorite hardware news site again. Also, a 500 MHz G3 is not nearly as fast as a 1.0 GHz P3. It's not even close.

      I found these specs on IBM's PowerPC site. A powerPC 750(G3), 500 MHz, 100 MHz bus, 1MB external L2 cache:

      SPECint95: 23.8
      SPECfp95: 14.5

      Keep in mind that the iMac you quoted has a 256k L2 cache and a 66 MHz bus speed, so the SPEC results above are actually higher than you'll get with the iMac. Then I went over to www.spec.org and found some SPEC CPU95 results for Dell Precision Workstation 410, 500 MHz P3, 100 MHz, 512k L2 cache:

      SPECint95: 20.5
      SPECfp95: 14.2

      Unfortunately, since most of the world has moved on to the SPEC CPU2000 benchmark, I didn't find anything on the 1 GHz P3 there. So, in order to establish some sort of conversion factor between SPEC CPU95 and SPEC CPU2000 within the same processor line, I looked at the same Dell workstation (410) with a 700 MHz P3, for which both results are available:

      SPECint95: 33.8
      SPEC CINT2000: 307 (base)
      SPECfp95: 24.3
      SPEC CFP2000: 205 (base)

      Now, I found two P3 1 GHz results for the Dell 420 (the difference in the two is the result of using a different compiler version):

      SPEC CINT2000: 418 and 454 (both base)
      SPEC CFP2000: 292 and 329 (both base)

      Using the conversion factor established from the Dell 700 MHz P3 result and the results from above, I estimate the P3 1 GHz SPEC CPU95 results to be:

      SPECint95: 46.0 and 50.0 (estimate)
      SPECfp95: 34.6 and 39.0 (estimate)

      The reason why these results are more than double the results of the 500 MHz P3 is because the P3 1 GHz has an on-die L2 cache and, more importantly, the P3 tested above came with RDRAM instead of SDRAM. Since I think most P3 1 GHz systems shipped with PC133 SDRAM, the results are a bit optimistic. However, they're useful for comparing to the P4, which is almost always equipped with RDRAM. Finally, I had a look at the results for a P4 1.4 GHz Dell 330 (again, two results from two compiler versions):

      SPEC CINT2000: 493 and 501 (both base)
      SPEC CFP2000: 524 and 527 (both base)

      That's about 9% faster than the 1 GHz P3 result in CINT2000 and 79% faster in CFP2000, which in turn, are already about double the G3/500 performance results found above. The conclusion I draw is that a Dell 1.4 GHz P4 system with RDRAM is at least twice as fast as a 500 MHz iMac in integer performance and more like three times as fast in floating point. And since this is the G3 we're talking about, which doesn't have AltiVec, you can't point to Photoshop and signal processing benchmarks to save your argument.

    39. Re:Already being sold... by mmol_6453 · · Score: 1

      I've always wondered why ICs rarely ever shrink beyond a certain size, which is partially determined by their pin count.

      Why haven't I ever seen any breakthroughs in this area? IIRC, the actual silicon sections are/can be tiny compared to the chip case.

      Would a breakthrough in this area create a rush in miniaturized devices?

      Granted, it wouldn't help for chips whose dies are almost as big as the cases (CPUs, for instance)...

      --
      What's this Submit thingy do?
    40. Re:Already being sold... by mmol_6453 · · Score: 1

      Depends on if "regular users" include gameaholics who like to upgrade to the latest video accelerator.

      Though I can see something like the USR V.Everything for video cards coming out, based on an FPGA.

      --
      What's this Submit thingy do?
    41. Re:Already being sold... by mmol_6453 · · Score: 1

      I just realized..These windowalls (as Ben Bova called them in MoonWar) would have to be somewhat thick, or they'd still be stuck using miniaturized components.

      --
      What's this Submit thingy do?
    42. Re:Already being sold... by Anonymous Coward · · Score: 0

      The problem with Apple's pricing scheme is that it's way too progressive. The bottom line iMac desktop is an OK value (not great, just OK), but by the time you hit the lowest end G4 tower, you're already looking at a price that exceeds the highest end Wintel PCs. And as you go up the tower line, it only gets worse from there.

      If Apple can price their notebooks competetively, why can't they do something about the G4 towers? There are a lot of people (e.g. me) who would like to own an Apple desktop system but won't stand for a 15" monitor and lack of expandability, so the iMac is out. A G4 tower would be nice, but I just can't justify spending $2500+ for a medium performance system without monitor.

    43. Re:Already being sold... by mmol_6453 · · Score: 1

      I dunno...I might sue them for burning my legs when I hold the laptop on my bare lap.

      (It's a joke, people.)

      --
      What's this Submit thingy do?
    44. Re:Already being sold... by Anonymous Coward · · Score: 0

      Yes, all your not-even-Lego-skilled opinion. That's the point, it's NOT manufacturing, it's like picking options when you buy a new car. If you're too lazy to do the minimum then hey, pay too much and see if we care!

    45. Re:Already being sold... by Anonymous Coward · · Score: 0

      Monitor out is not the same as video out. When considering computer display hardware, video out usually means S-VIDEO or COMPOSITE.

    46. Re:Already being sold... by gig · · Score: 3, Insightful

      Some people don't want to take the computer with them anywhere. In that case, it makes sense for them to have bigger, faster, cheaper "desktop" components in their computer rather than low-power, miniature components and a battery.

      Some good examples: the iBook's 20GB 4200rpm hard drive vs iMac's 60GB 7200rpm hard drive; iBook's notebook keyboard/trackpad vs iMac's full-size desktop keyboard and optical mouse; iBook's 8MB graphics RAM vs iMac's 32MB. It all adds up to where iMac makes more sense if you don't want to take it all with you.

      Apple has a chance to do some really special stuff with a flat iMac that's not possible for other PC manufacturers. With the CRT gone, the 6-7 watt G3 and G4 chips are going to enable Apple to do some cool miniaturization or design things that PC's with 50-70 watt P4's are not going to be able to do as they move to flat panels.

      As for being a low-end machine, it is the low-end of Apple's line, but it's also sort of the flagship, "people's" computer. The simplicity and ease of use of it are admired and respected by a lot of people. Many iMac users don't think of themselves as low-end users ... I'm sure there are a lot of iMac users who got iMacs because they liked them best, not to save money on a tower machine. They didn't want a tower, plus display, plus speakers, etc.

    47. Re:Already being sold... by gig · · Score: 2

      The problem with them continuing to offer a CRT version is that the CRT they use isn't going to be manufactured anymore. They will be anxious to lose the CRT version ASAP. They have to support the CRT one for three years, meaning they have to have spare CRT's for that long, and techs who know how to work with them, etc.

      Also, the flat-panel iMac will save them shipping, storage, and retail space and cost. Instead of a big square carton, they can use a suitcase-style box like iBook and PowerBook and their flat-panel displays use.

      I think with the first iMac they had to really work to get down to the original $1299 price point, knowing they'd make it up in volume. Hopefully, they will be aggressive with the flat-panel version, and make a big splash with a great Mac OS X machine for $899 or $999 with all the usual trimmings, and an iMac/iPod bundle costs about the same as the original iMac. People with 1998 and 1999 iMacs would have to seriously check that out.

      Another angle is that they could debut some new convergence feature with iMac II. Make it a home server as well as desktop, whatever.

    48. Re:Already being sold... by Shuh · · Score: 1

      If those prices at least included a 15" monitor...then I'd be a MAC bitch right now.

      Is this close enough? You might want to do some dress-shopping... ;c)

    49. Re:Already being sold... by gig · · Score: 3, Insightful

      In the iMac's favor, it comes with a lot of really good, really usable software as well. There is a really decent productivity suite that's like a simplified MS Office and reads and writes those formats. You get FireWire ports, but you also get an OS that mounts all the FireWire storage easily, and the best consumer video editing software as well, so you can plug in any DV camcorder and make a movie. Games, UNIX-compatibility, great stability, and iTunes is spectacularly easy and enjoyable music management. Third-party software installation is drag-and-drop; third-party hardware installation is plug-and-play.

      What I'm saying is that you have to go further than just RAM, CPU, HD, graphics RAM to put a PC together that can capably replace an iMac. You've got to add some software and hardware and do a lot of configuring. iMac also has very decent speakers in it, a beautiful optical mouse, a great keyboard, and wireless antennaes built-in so it can be a base station for your notebook or any other 802.11 computer if you add a $99 AirPort card. And no fan. It's very quiet. Also, the design and appeal of the iMac has to count for $100 or so. You add RAM by opening the RAM door with a quarter and popping in a chip of "iMac RAM" (many vendors sell RAM this way, guaranteed and tested for iMac). That shit really, really counts for many users. It enables them to admin their own system to a certain degree and not have to call a geek to get anything done.

    50. Re:Already being sold... by gig · · Score: 2

      Excluding the G4 towers, all Macs have: 1) built-in display, 2) VGA out, 3) TV out. They can all mirror their main display on either a VGA monitor or a TV monitor ... whatever you have available.

      The G4 towers all have VGA and ADC (DVI) outs, but no TV out. You can add one on a PCI card, or use USB.

    51. Re:Already being sold... by Anonymous Coward · · Score: 0

      YHBT HAND

    52. Re:Already being sold... by Alan+Partridge · · Score: 1

      that's good research but the currently used G3 class chip is a PPC 750cxe, not the 750 you found. This newer chip has 256KB of full-speed L2 on the chip, and this is a considerable improvement over the old, half-speed, 'backside' cache as used by the 750. Also, please note that the iMac runs at an FSB speed of 100Mhz, not 66. While you were nosing around IBM PPC site, did you catch the data on the PPC 750fx? This chip will run at 1Ghz on a 200Mhz FSB with 512KB L2 on die. Due out in January, it seems likely Apple will use it real soon. I have exhaustively benched my various systems and I can tell you with great certainty that a 500Mhz PPC 750 100Mhz FSB will give a 25-30% lead over a 500Mhz PIII 100Mhz FSB. That gives around a 650Mhz equivalent. Of course, most PIII CuMines now would be running 133Mhz FSB or RDRAM, and the G3 (cxe) is being somewhat held back by Apple so as not to tread on the G4s toes. A real shame, but I think the current top of the range iMac with it's 700Mhz 750cxe would be FULLY competitive with a 1G PIII if Apple (or an OCer) would push the FSB to 133 where it's SUPPOSED to be!

      --
      That was classic intercourse!
    53. Re:Already being sold... by Alan+Partridge · · Score: 1

      as an addendum, seeing as how good SPEC numbers are so often hard to find, I've found a good alternative is the Distributed.net live client speed comparison db. there's a huge range of architectures there, and many averaged results in most cases. You'll see the fearsome power of the G4s Altivec unit there, as well as the outstanding integer performance of the Alpha and Athlon designs. It's a very impressive resource all in all.

      --
      That was classic intercourse!
    54. Re:Already being sold... by Anonymous Coward · · Score: 0

      The same IBM site has numbers for the 700 MHz PPC 750CXe. They are:

      SPECint95: 27.2
      SPECfp95: 14.3

      That's at 100 MHz FSB, with the 256k on-die cache as you mentioned. There is also a result for the same CPU running at 600 MHz but with a 133 MHz FSB:

      SPECint95: 25.6
      SPECfp95: 16.3

      Apparently, the SPEC CFP95 benchmark is somewhat dependent on memory bandwidth, as the 400/133 result is almost at the same level as the 700/100 result and the 600/133 result is higher. I'm guessing here, but it would appear that a PPC 750CXe running at 700 MHz with 133 MHz FSB would generate numbers just under 30 in SPECint95 and just under 20 in SPECfp95. That would still fall short of the P3 1 GHz at 133 MHz FSB, but it's probably more competetive with the 1.1 GHz Celeron that's in a lot of systems targeted at the same market as the iMac.

      I haven't seen anything on the 750fx though. Do you know what type of memory it will use? I have a feeling Apple won't use it in an iMac until they have a G4 at 1 GHz to sell in the towers. Maybe if the G5 rumors prove to be true, the whole iMac line will be graced with G4s early next year.

      Anyway, it can be somewhat hard to sort out the real story on PPC performance. Motorola used to be pretty good about providing benchmarks, but they've either taken down what they had or they've hidden it in some obscure corner of their web site. I haven't found any PPC 7400 (G4) benchmarks on IBM's site. And the only benchmarks you'll find at Apple's site are those that show off AltiVec in all it's glory.

    55. Re:Already being sold... by SlamMan · · Score: 1

      Which would be what an averkey uses. However, when refering to vidoe out, i mean as in composite or s-video, so it can be useful for hooking up to a tv.

      --
      Mod point free since 2001
    56. Re:Already being sold... by Anonymous Coward · · Score: 0

      I checked out the d.net database. Very interesting stuff. I first compared all the RC5 results for various CPUs at 500 MHz.

      DEC Alpha 21164 602911
      AMD K6-2 841309
      AMD K6-3 855690
      DEC Alpha 21264 910785
      Sun UltraSparc IIi 1001013
      Intel Celeron 1380212
      Intel PIII 1385637
      Intel PII 1398777
      Intel Xeon 1427859
      AMD Athlon 1542124
      PPC 750 G3 1647377
      AMD Thunderbird 1778984
      PPC 7400 G4 4400692

      The d.net clients are exactly the type of apps that should be able to take advantage of AltiVec, and boy does that show in the results. The G4 has nearly a 3:1 advantage over the G3 at the same clock speed and thoroughly trounces all the competition. I was most surprised at the poor performance of the Alpha, UltraSPARC, and MIPS processors. My guess is that the RC5 clients for these platforms are hopelessly unoptimized, because the Alpha and MIPS CPUs are normally the kings of FP performance at these clock speeds.

      I also found it interesting to dig out the best performing entry in each processor family for each client. Here is what I came up with:

      RC5:
      PPC 7400 G4, 1066 MHz, 9494325
      PPC 750 G3, 600 MHz, 1983824
      Intel P3, 1252 MHz, 3538970
      Intel P4, 2074 MHz, 2960206
      AMD Athlon, 921 MHz, 3857655
      AMD TBird, 1467 MHz, 5980765

      OGR:
      PPC 7400 G4, 867 MHz, 9419166
      PPC 750 G3, 500 MHz, 5058469
      Intel P3, 1061 MHz, 8401789
      Intel P4, 1980 MHz, 6982512
      AMD Athlon, 1100 MHz, 8551962
      AMD TBird, 1600 MHz, 12779446

      Two things of note here. First of all, the G4 has a pretty big advantage at equal clock speeds even if it does fall short of the leading Athlon with the OGR client. Second, the P4 really sucks. The problem with the P4 is that you need to update your compiler to really take advantage of it's architecture, and I think these stats are generated from a client that doesn't yet include the P4 optimizations. In theory, SSE2 should put the P4 in the same ballpark as the G4, but it isn't showing up yet.

    57. Re:Already being sold... by stux · · Score: 1

      DIMMS instead of SODIMMs, that's roughly a 50% saving

      3.5" instead of 2.5", another 50% saving

      GeForce 2MX instead of Mobile Radeon thingy, another 50% saving ;)

      NO BATTERY

      NO CHARGER

      Okay, you use the same cpu, and peripheral controllers, but all the other components are significantly cheaper in an iMac as they essentially can use PC desktop components...

      Normally they do use laptop mechansisms for the optical drive.

      --

      ---
      Live Long & Prosper \\//_
      CYA STUX =`B^) 'da Captain,
      Jedi & Last *-fytr
    58. Re:Already being sold... by darkov · · Score: 2

      No charger, but you will need a power supply! More swings and roundabouts. I think, though, if Apple went ahead with such a think it would be wise for them to have an external power supply and make the thing a lot more like a cube. Lack of battery definelty makes a dent in the cost.

    59. Re:Already being sold... by Alan+Partridge · · Score: 1

      there's actually a tech note regarding the poor RC5 results from non x86 and PPC chips - apparently they do not have a "rotate" instruction of some sort in their sets and have to spend several instructions on something that the PPC and x86 can do in one, the OGR stats give a fairer picture of the high-end CPUs. The reason why you couldn't find any 74xx info at IBM is that they don't make it! All the IBM PowerPC designs are "PPC XXXabc" with Motorola's as "MPC XXX or XXXX". Moto do have some estimated SPEC numbers, but they're VERY hidden. Bear in mind that the current G4s are the MPC 7451 (733-867Mhz shipping in Apples) and MPC 7441 (550-667Mhz shipping in Apples).

      --
      That was classic intercourse!
    60. Re:Already being sold... by Alan+Partridge · · Score: 1

      one more thing, check out the dnetc multi-processor benchmarks too! the linear scaling of the "RISC" architectures is a thing to behold! There have been various discussions as to why - exactly - the various CPUs show the RC5 and OGR results that they do, apart from the Altivec units, the G4 series (and to a lesser extent the G3) have very large L2 and L3 caches which seem to allow almost no need for main memory access on the tiny dnetc client, this is precisely the opposite of what happens with the P4, despite it's otherwise superior memory bus design. Apple have exploited Motorola's G4 design features to the limit on their latest machines, using both the superb MERSI SMP capabilites and the provision of 2MB (per chip) of L3 cache. When combined with SIMD-able operations like video compression (which is what i do), these systems - as evidenced by the RC5 results you seen - are absolutely unbeatable. However unfair Steve Jobs benchmarketing seems (and it IS mostly bullshit) there's no doubt that the G4 class is a stunning solution for Photoshop / After Effects type apps.

      --
      That was classic intercourse!
    61. Re:Already being sold... by Surak · · Score: 2

      What's a firewire card for your little P4 system run these days?

      Firewire = US$14.95

      As a former corporate support person I'd also want the DOA rate on Dells, with apple it's near zero (and I know that Dell ain't even close).

      As a current corporate support person I can tell you that A) Dell ain't the only manufacturer of x86-based PCs and B) most manufacturers have a near zero DOA rate, Apple just happens to be one of them.

    62. Re:Already being sold... by Anonymous Coward · · Score: 0

      "Sure, you can go down to your local cheap computer dealer and get more bang for your buck, but then you'll probably end up with cheap components that won't run Linux, may crash under Windows more often, and you won't get any support from the manufacturer. People pay a premium for Dell for the same reason they pay the premium for Apple."

      If you are going to "probably end up with cheap components" then you should stick to Dell or whoever-whatever company makes you feel comfortable, warm, and fuzzy. If you know what you are looking for part by part and do your research Dell can't touch your machine. Clones with good parts dominate the major vendors.

    63. Re:Already being sold... by SlamMan · · Score: 1

      Quite wrong. A few macs older macs made as A/V machines, with vidoe in and out, iMacs jsut have their built in screen, and vga out. No TV.

      And never waste your money on the USB vidoe out devices, USB just can;t support tthat data rate.

      --
      Mod point free since 2001
  5. Kinda defeats the purpose by SanLouBlues · · Score: 2

    IMO, imacs are cool because of the translucent plastic that lets you see the inside of the CRTs. A flat panel would just be like any thin PC spray painted fruity.

    15 to 1 says it's got some sort of water cooling.

    1. Re:Kinda defeats the purpose by onion2k · · Score: 2

      If you could actually see inside the CRT ( cathode ray tube ) itself, the screen brightness would probably be a bit lacking.

    2. Re:Kinda defeats the purpose by Anonymous Coward · · Score: 0

      Water cooling? Why would they do that? They can make G4s that only need heat sinks, so why would they bother with an expensive, complicated watercooled G3?

    3. Re:Kinda defeats the purpose by ArhcAngel · · Score: 2, Funny

      I think you are onto something. It will sorta be water cooled. Or actually the water will be CPU heated. They are gonna keep the same plastics but the part where the CRT is now will be a spot for your pet goldfish. Just don't go in and start overclocking your CPU or you'll end up with fish for dinner.

      --
      "A person is smart. People are dumb, panicky dangerous animals and you know it." - K
    4. Re:Kinda defeats the purpose by Graff · · Score: 1

      15 to 1 says it's got some sort of water cooling.

      What would be really cool would be for some enterprising hacker to put in water tubes with bubbles in them, like the jukeboxes of the 50's. Have them inside the transparent plastics and loop around the outlines of the iMac.

      I know there's already some people out there who have hacked florescent light strips inside their iMacs, making for some really cool effects.

  6. Re:They should by Refrag · · Score: 2

    How many people that buy consumer-level computers upgrade them? Very few.

    --
    I have a website. It's about Macs.
  7. TV Show costs... by Otis_INF · · Score: 2, Flamebait

    Imagine all those soaps and shows where people only work with iMac's instead of real computers... they all have to upgrade to avoid to look dated! Sell WB stock now!

    --
    Never underestimate the relief of true separation of Religion and State.
    1. Re:TV Show costs... by Anonymous Coward · · Score: 0

      I know what you mean. On Buffy, Willow seems to get a new iBook every friggin' year! Does she even have a job?

    2. Re:TV Show costs... by SlamMan · · Score: 1

      Ignoring the cheap shot of "real computers" (what, you expect Days of Our Lives to take place in a server room?), you'd be amazed how quickly tv shows have the newst hardware on thier sets. I've seen the most recent laptops and iMac version their before I've seen them comp usa apon occasion (not that I buy anything other than cdrs there).

      --
      Mod point free since 2001
    3. Re:TV Show costs... by generic-man · · Score: 1

      Apple provides those computers for free as part of their product placement agreement. Reminds me of a recent "Nick Burns, Your Company's Computer Guy" sketch on Saturday Night Live where the sarcastic Nick Burns supports an office full of iMacs (and an iPod). Despite all the nasty BOFH-like comments he makes about the users, not a bad word is said about any of the fruity-colored office machines.

      --
      For more information, click here.
    4. Re:TV Show costs... by jrockway · · Score: 1

      Not a real computer, huh? Well this old iMac Rev. B runs Linux every bit as well as a `real computer'. There's nothing that this computer can't do that a 'real' one can. Except that playing Unreal Tournament requires a dual boot :-D

      --
      My other car is first.
  8. Re:They should by nomadic · · Score: 3, Informative

    You could upgrade the imac's monitor the same as any other computer; buy a new monitor and plug it in.

  9. Price ? by sconest · · Score: 1

    Wouldn't that put up the price of iMac (which are supposed to be low-end of mac range) ?

    --
    Guvf vf abg n EBG zrffntr
    1. Re:Price ? by Dutchmaan · · Score: 2

      There was speculation that is the reason Apple raised the price of it's high end iMac last time. That way when the transition to a flat panel iMac came around it could remain at the same price upon release and still be considered the 'entry level' mac.

    2. Re:Price ? by jafac · · Score: 2

      good theory.

      Except they quietly reintroduced the low-price iMac two months after they removed it.

      --

      These are my friends, See how they glisten. See this one shine, how he smiles in the light.
  10. So... by jayhawk88 · · Score: 3, Funny

    How long before MacCentral, MacRumor, MacAttack, or whoever releases a "secret" pick of this new flat-panel iMac. I'm eager to claim that the picture is a fake Photoshop job, and that there's no way this will ever exist, only to be proven wrong a month later.

  11. Well, this old rumor is bound to be true someday. by mttlg · · Score: 5, Funny

    This has got to be the most common Apple rumor in recent years. The flat-panel iMac is always predicted at every major MacWorld Expo, and so far it hasn't materialized. Maybe it will this time, but Mac rumors have been so far off in the past that a lot of people don't pay attention to them anymore.

  12. Like the PCs I see in TigerDirect? by jfsather · · Score: 2, Offtopic

    So would it look like this http://www.tigerdirect.com/applications/SearchTool s/item-details.asp?sku=D158-1008 only in different colors then? Is this really that new of a concept? These things have been in the last few Tiger catalogs I've gotten.

    -J

    1. Re:Like the PCs I see in TigerDirect? by turbine216 · · Score: 2

      well, no...these are MACS. No windows here.

    2. Re:Like the PCs I see in TigerDirect? by the_2nd_coming · · Score: 2

      all they are doing is taking notebook technology and making it into a desktop machine...you none of the advantages that a real desktop has, like nice easy upgrades and more powerful hardware. a flatpanel iMac will be desktop hardware not notebook hardware.

      --



      I am the Alpha and the Omega-3
    3. Re:Like the PCs I see in TigerDirect? by Anonymous Coward · · Score: 0

      Yeah.

      Just like the original iMac wasn't just a Powerbook motherboard in a cheap bloated case.

      Yep.

    4. Re:Like the PCs I see in TigerDirect? by Anonymous Coward · · Score: 0

      what the hell does the MoBo matter? it used a desktop G3 and desktop harddrive and a desktop CDROM/other CD drives, the only laptop crap it used in the original was the SO-DIMMs.

    5. Re:Like the PCs I see in TigerDirect? by Anonymous Coward · · Score: 0

      No, at least some iMacs used notebook CD-ROM drives.

    6. Re:Like the PCs I see in TigerDirect? by Anonymous Coward · · Score: 0

      the notbook cdrom in some is a ngligable cost compaired to the cost of a mobile CPU and a mobile Harddrive and a mobile everything else. same goes for the SO-DIMMs

  13. Cool by glowingspleen · · Score: 1

    That sounds like a way better idea than the wood panelling I was planning for my basement.

    The only question now is what color to go with...Lime or Tangerine?

  14. Water cooling? Huh? by Wakko+Warner · · Score: 0, Flamebait

    Apple's chips simply run too slow to need any sort of active cooling. Besides, there's no way they'd mess with water cooling, not with the average intelligence of their users. Can you imagine hundreds of electrocuted Mac owners?

    - 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?"
  15. If gateway can, then apple prolly will... by jpellino · · Score: 1

    remember, steve makes sure he has either michael or ted in his sights every time they intro a new box - and usually makes a point of it in the presentation.

    if gateway can do a legacy box with an lcd for $999 - no reason apple can't put the well-paid-for imac guts in one - they already match gateway & dell in price for the low end (approx $800) - it was finally a $200 delta in the price of their monitors anyway - $399 crt vs $599 lcd when the cube ended.

    --
    "Win treats sysadmins better than users. Mac treats users better than sysadmins. Linux treats everyone like sysadmins."
  16. I can see the ad campaign now.... by Trinity-Infinity · · Score: 2, Funny

    Say hello to "iFlat"

    1. Re:I can see the ad campaign now.... by lizrd · · Score: 2, Funny
      Say hello to "iFlat"

      Good thing that they sell computers and not bras. :)

      --
      I don't want free as in beer. I just want free beer.
    2. Re:I can see the ad campaign now.... by Corporate+Troll · · Score: 1

      They can call it whatever they want, as long as it doesn't have influence on the bust size of artist impressions.

    3. Re:I can see the ad campaign now.... by Anonymous Coward · · Score: 0

      Well if they want more female buyers, how about "iSlim"?

    4. Re:I can see the ad campaign now.... by questionlp · · Score: 1

      And "iFlatBroke"

    5. Re:I can see the ad campaign now.... by davidhan · · Score: 1

      Well, they used to have the "FatMac", now they can have the "FlatMac."

    6. Re:I can see the ad campaign now.... by nicarley · · Score: 1

      Or maybe the iPanel

      --
      Nic Farley
  17. Again? by ruiner13 · · Score: 3, Funny
    Haven't the "analysts" been saying that for about a year now? Then they covered their own asses by saying that Apple was just waiting until the economy picked up. Well, the economy is still esentially flat, and they are starting this up again? Until I actually see one, I don't care what all these supposed in-the-know people think, since they don't seem to get things right as much as they get things wrong. Remember when they said the iPod was a DVR? Come on guys... creating unsubstantiated rumors don't help anyone, although they do get your name put on a document that will soon be proven wrong.

    Oh yeah, I think I read that the new iMac would be completely solar powered and hovers weightless whereever you want it totally negating the need for a desk. And it reads your mind, all thanks to the new G6 processor. ;)

    --

    today is spelling optional day.

    1. Re:Again? by turbine216 · · Score: 2

      The article cited a source with a MAJOR financial analyst who stated that a MASSIVE order for parts has been placed. This is not exactly what i would call "unsubstantiated."

      Cynicism has its place and appropriate context, but unfortunately for you, this is not it. Sorry to disappoint.

    2. Re:Again? by ruiner13 · · Score: 1

      Yeah, but an Asian company claimed the same thing (about a large Apple LCD order) 6 months ago, and where was the new iMac then? I'll stick with my comment, thank you very much.

      --

      today is spelling optional day.

  18. Like these rumored looks? by sandidge · · Score: 3, Interesting
    1. Re:Like these rumored looks? by Bwana · · Score: 1

      *jaw-dropping*

      wow.

      --

      "Electric Relaxation" - ATCQ
      - Bwana
    2. Re:Like these rumored looks? by innate · · Score: 1

      Does that iMac have... breasts?

      --
      No, I don't want to explore the Recycle Bin.
    3. Re:Like these rumored looks? by InnereNacht · · Score: 2, Insightful

      That's all fine and dandy, buuuut....

      What are they going to use for their low-end market? Look at those things! I realize they're not actual production iMacs, but they're going to have a hell of a time keeping cost down on them. A 15" (viewable) costs around $300-600 more than your average 15" (13.9" viewable) CRT.

      Making the new iMacs come in at around $1100. Eef.

    4. Re:Like these rumored looks? by the_2nd_coming · · Score: 2

      that first one is just a TiPowerbook...the second one however is inuiging and I bet that this what apple will sort of aim for, but it will be a bit larger in the rear to make room for the Desktop hardware.

      --



      I am the Alpha and the Omega-3
    5. Re:Like these rumored looks? by damiam · · Score: 2, Funny

      I prefer this design.

      --
      It's hard to be religious when certain people are never incinerated by bolts of lightning.
    6. Re:Like these rumored looks? by napa1m · · Score: 1


      http://www.spymac.com/imacpredictions01.html

      Has another mockup in their user section, this is the site that had that horribly fake iWalk device featured right before iPod was announced.

      It's not quite as sexy as the acorncreative mockups, and apparently a CD/DVD would 'poop' out the back.. but maybe they're just breaking a computer down into basic bodily functions for the iMac crowd to understand easier.

      -ab!deadzebra

    7. Re:Like these rumored looks? by Wyatt+Earp · · Score: 1

      Apple has a deal with Samsung for LCDs, they invested a 100 million in them during the Asian Economic crisis in the Summer of '99.

      So there is no telling what Apple can get LCDs for in reguards to the iMac LCD.

    8. Re:Like these rumored looks? by InnereNacht · · Score: 1

      Ahhhh, this? - http://www.apple.com/pr/library/1999/jul/

      Just dug that up (gotta love google). Even so, though, you *know* they'll put a considerable mark on it. It's Apple!

    9. Re:Like these rumored looks? by InnereNacht · · Score: 1

      Ugh, sorry. This is the actual link. I gotta pay more attention:

      http://www.apple.com/pr/library/1999/jul/28apple sa msung.html

    10. Re:Like these rumored looks? by InnereNacht · · Score: 1

      I give up.

      I'm going back to cut and paste school. While I'm at it I'll get some HTML training.

      HERE is the link. I'll go crawl in my stupid-hole now.

    11. Re:Like these rumored looks? by drinkypoo · · Score: 1
      I'll take any of them.

      Oh great, now the URL's been posted on slashdot. Mirror it quick before Apple starts sending out cease and desist letters...

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    12. Re:Like these rumored looks? by dublin · · Score: 2

      I'll just point out (for those too lazy to click through on the link above) That one of these is labelled as an iMac when you click through to the "bigger picture".

      Here's the relevant shot:http://www.acorncreative.tv/imac2.html, which shows "The New iMac" as having a Cinema Display up to 15.2", 500, 600, or 700 MHz G3, Airport, CD/CDR/CDR-DVD combo drive, and integral Harman/Kardon speakers.

      I'll also chime in as someone qualified to comment on the economics of the box (I was formerly a Program Manager for Dell's laptop lines, Latitude and Inspiron): I think this is do-able at an iMac price point. LCD screens are down to where this can easily be done. (Heck, I just paid $400 (after $100 rebate) for a very nice 17" standalone LCD display. Surely apple can do better in quantity...) Laptop components haven't really been all that much more expensive than desktop components for several years - the reason laptop prices have remained high is that the OEMs are soaking the market for what it's willing to pay, rahther than what it costs them to produce. The margins on laptops are several times higher than the margins on desktops.

      This is all a volume economics game: and Apple re-learned something very important with the iMac: if you build it, they will come. And if they do, you'll have the volume to make the economics work for all those "expensive" features that differentiate your product from the rest. (Things like FireWire, USB, built-in networking (wired or wireless, depending), serious audio, great RISC processors, and now, integral Cinema flatscreens...)

      --
      "The future's good and the present is nothing to sneeze at." - Roblimo's last ./ post
  19. Imacs and colors by slutdot · · Score: 1

    Apple really ought to get back into the business of selling computers rather than furniture. Flamboyancy only appeals to a niche market and it's appeal is usually short run. Apple would probably be better off giving us a reason to buy their computer for other purposes besides it looking great on a desk and your friends might be impressed.

    1. Re:Imacs and colors by Anonymous Coward · · Score: 0

      How about

      1.) A real operating system with an easy to use GUI and a powerful CLI that is useful for everyone from grandmother to Linux junky?

      2.) Solid hardware that requires very little maintenance (unlike e.g. my last Dell box).

      3.) Support in the OS for ISO892.11b, DVD-R, etc.?

      Naw, Apple doesn't provide anything other than bright colors . . .

    2. Re:Imacs and colors by Anonymous Coward · · Score: 0

      Yeah. Like if they had chips which were just as fast/fast than x86...and ran cooler. Hold on a minute...Have you ever used a G4? I know that photoshop optimizes its' software for G4s but man, it blows x86 out of the water!
      Or how about they use a *nix type operating system, which has everything you could want of a command prompt, and the most usable GUI I've ever seen?(not to mention the prettiest)

      No, those reasons aren't enough. People are afraid to like macs. Why?
      Because they associate macs with stupidity, for no reason other than prejudice.
      Admit it, if mac came out with a device that could be used to travel time and teleport to locations, you'd say something like...
      "That sucks, it only travels *time*, and why does it have to be red"
      It's time for the geek crowd to grow up and realize that you should use whatever tool suits the job. Drop all the elitist bullshit and use what is nice. Macs are nice to use. (ok, so I did get a nice 3 button mouse)

    3. Re:Imacs and colors by davechen · · Score: 2, Insightful

      OS X. iDVD. iTunes. Final Cut Pro 3.

      Sure Apple is know for their design aesthetic, but they have some really cool technology too.

    4. Re:Imacs and colors by Anonymous Coward · · Score: 0

      Faster than x86 at running WHAT?

      I have thousands of dollars of software compiled for the x86 processor. Apple has a long tradition of breaking compatability ever few years. It's cheaper to do that. (and almost free if you're willing to break binary compatability every few months the way Linux does)

    5. Re:Imacs and colors by Shuh · · Score: 1
      Geeez, what planet are you on?
      1. A real operating system with an easy to use GUI and a powerful CLI that is useful for everyone from grandmother to Linux junky?"
      This is OSX to a tee: "Mac OS X is a super-modern operating system that combines the power and stability of UNIX with the simplicity and elegance of the Macintosh."
      1. Solid hardware that requires very little maintenance (unlike e.g. my last Dell box).
      Something like 80% of all Macs ever made are still in use... and the Mac has been around since 1984! The computer I'm using to post this reply was made in 1995 and has never needed to go "in the shop."
      1. Support in the OS for ISO892.11b, DVD-R, etc.?
      You obviously haven't looked at the new PowerMacs with Airport & iDVD technology.
      "Naw, Apple doesn't provide anything other than bright colors . . ."
      Has it ever crossed your mind to get informed before you post?
    6. Re:Imacs and colors by Mononoke · · Score: 1
      Geeez, what planet are you on?
      I believe he's somewhere near the Eastern pole of the planet Sarcasm.
      --
      NetInfo connection failed for server 127.0.0.1/local
    7. Re:Imacs and colors by Shuh · · Score: 1
      How about
      1. A real operating system with an easy to use GUI and a powerful CLI that is useful for everyone from grandmother to Linux junky?


      2. You mean OSX: "Mac OS X is a super-modern operating system that combines the power and stability of UNIX with the simplicity and elegance of the Macintosh."

      3. Solid hardware that requires very little maintenance (unlike e.g. my last Dell box).


      4. You mean like how 80% of all Macintoshes ever built (since 1984) are still in use today?

      5. Support in the OS for ISO892.11b, DVD-R, etc.?


      6. I guess you don't know anything about how Apple is the leader in DVD-authoring & DV-editing then? Bluetooth is just coming out now -- Airport has been out for years.

      Naw, Apple doesn't provide anything other than bright colors . . .

      You have just been "schooled" by someone using a PowerMac from 1995 -- before the bright colors were introduced...
    8. Re:Imacs and colors by domc · · Score: 1

      Where is the moderation (-1, Retard) when you need it?

      domc

    9. Re:Imacs and colors by domc · · Score: 1

      I could make a very convincing argument that Macs are elitist in their own right.

      domc

    10. Re:Imacs and colors by Alan+Partridge · · Score: 1

      that's really not fair at all. I actually run one application on my G4/OSX that I got when I had my Colour Classic - a 68030/System 7.5.5. Care to elucidate about broken compatibility? And, you ARE right about the G4, it's competitive with x86 CPUs, but it doesn't crush them by any means. I use a load of different machines at work, and a 733Mhz G4 is (real world) about even with a 1200Mhz Athlon T'Bird, our AthlonXP 1900+ (@1680Mhz) is the fastest machine we have, just edging our 867Mhz G4 - 10% faster!

      --
      That was classic intercourse!
    11. Re:Imacs and colors by BlowChunx · · Score: 1

      I would disagree wholeheartedly!

      I have never seen a Mac refuse to work because a peasant sat at its keyboard.

      Mac users on the other hand...

    12. Re:Imacs and colors by gig · · Score: 2

      > Apple has a long tradition of breaking compatibility
      > ever few years.

      One of my favorite Mac OS X demonstrations was where they ran the original Mac's software on a Mac OS X Mac, including a beta version of MacPaint that was dated 1983. This is GUI software, remember? How many GUI apps are you running even from 1993?

      When Apple switched CPU's, they built an emulator for the old CPU into the OS. When they switched kernels, they built a compatibility environment for the old software. Also, the Mac software is really worth having. Mac-first titles include Photoshop, Illustrator, GoLive, Word, Excel, Director, iMovie, Final Cut Pro, iDVD and lots more.

    13. Re:Imacs and colors by woopi55 · · Score: 1

      I would have to disagree with that. I think Apple does very well in selling furniture.

      As computers start to become "powerfull enough" for most aplications, other values than sheer horsepower start to be important. How does it look, does it fit with the other stuff in the room? Style? How easy/convenient is it to use?

      It's like comparing cars, not only the engine counts anymore.

  20. Don't forget about the weight. by llamalicious · · Score: 3, Insightful

    Apple can both save on shipping costs and bill their new iMac's as semi-portable...
    hell, they're small enough now that with a retracting power cord and wireless mouse/keyboard that they might as well be.

    With some depthwise space savings from the removal of the CRT, and the removal of the weight from the glass, they could throw a cord retractor and keyboard/mouse dock on the back of the thing...

    Anyhow, it's about time, I think that's going to be a killer machine. (As long as I don't buy an iMac and get a dead friggin pixel in the center of my screen)

    1. Re:Don't forget about the weight. by hearingaid · · Score: 2

      my iMac is a semi-portable. it's got a carrying handle on the top. I think all of them do. It's kinda heavy but it's not that bad, I've carried it cross-country on trains before.

      the big advantage of going to LCD IMO would be heat. the CRT puts out the vast majority of the heat of the iMac; an LCD screen would run very cool.

      a marketing idea: the iceMac. we already have the iceBook, Steve, how about it? ;)

      --

      my old sig used to be funny, but then slashcode ate it and now it's not funny anymore

  21. gateway profile series by cvd6262 · · Score: 1

    gateway already has flat-panel, all-in-one pcs. I avoid them, 'cuz you can't really upgrade 'em.

    --

    I'd rather have someone respond than be modded up.

    1. Re:gateway profile series by TeknoHog · · Score: 2, Insightful
      gateway already has flat-panel, all-in-one pcs. I avoid them, 'cuz you can't really upgrade 'em.

      The idea is to replace the original iMac. How upgradeable was that? Macs in general are not designed to be über-hackable. They are aimed at designers and the like, for whom k3w1 looks are more important than k3w1 internals.

      --
      Escher was the first MC and Giger invented the HR department.
    2. Re:gateway profile series by Wyatt+Earp · · Score: 1

      I would say that Macs in general are has hackable as a PC from a vendor like Dell, Gateway or IBM.

      G3-G4 Towers
      1. Case is easier to open than a normal PC.
      2. Use IDE, PCI, USB, AGP (G4s) and SDRAM

      iMacs however are for the Educational or non-hacking user that just wants a computer that works. Moms, sisters, grandmothers, schools, girlfriends, secretaries or people with a tight space requirement. They arn't that hackable because it was designed for a group that wasn't going to be upgrading it alot. Although since the fall '99 redesign of the iMac case, it's much easier to upgrade the RAM and wireless card than it is in 90% of PC cases.

    3. Re:gateway profile series by Anonymous Coward · · Score: 0

      > Moms, sisters, grandmothers, schools, girlfriends

      Why not just say "women"?
      Sexist pig get with the program

    4. Re:gateway profile series by Anonymous Coward · · Score: 0

      Yeah but these are macs. Macintosh users don't know or care about upgrading their machines, when they're dead they go out and buy another mac.

  22. Re:Water cooling? Huh? by linzeal · · Score: 1
    Can you imagine hundreds of electrocuted Mac owners?

    Your point ?

  23. It's been done by Alomex · · Score: 3, Informative
    IBM already sells something of this sort: Netvista X series

    1. Re:It's been done by the_2nd_coming · · Score: 2

      that is laptop hardware, not desktop, inside that thing....to make it iMac possable you have to use regular desktop hardware or else you make it into a $2000 machine.

      --



      I am the Alpha and the Omega-3
    2. Re:It's been done by calumr · · Score: 1

      Kind of a huge generalisation you're making there, isn't it? I wouldn't say that an all-in-one Mac with flat panel display has been done before.

    3. Re:It's been done by Alomex · · Score: 2

      I wouldn't say that an all-in-one Mac with flat panel display has been done before.

      True enough. My point was that an integrated form factor with a flat panel LCD is already out there (key properties of the iMac). However as you point out, it does not run MacOS....

    4. Re:It's been done by ColdCuts · · Score: 1

      It has, the 25th Anniversary Mac (available in limited quanities) had an all in one form factor.

    5. Re:It's been done by hobbs · · Score: 1

      This is of course an x86 box, and has a different target market from even regular x86 boxes. These are popular with the marketing people and those who demo stuff at shows and the like. They look nice and are smaller (good to ship around).

    6. Re:It's been done by mlh1996 · · Score: 1

      I wouldn't say that an all-in-one Mac with flat panel display has been done before.

      I would:

      http://www.apple-history.com/aniversary.html

      --
      Lack of creativity is no excuse for not having a .sig
    7. Re:It's been done by davidhan · · Score: 2, Insightful

      Of course it's been done, such a product is so obvious that Apple should have already done it. The point is that an LCD iMac could be a breakthrough product like the original iMac was. The monitor/cpu integrated form factor was not new when the iMac came out (see early so-called portables like Kaypro) but it was a significant product because it helped rejuvenate Apple. That potential in a next-generation iMac is what is interesting.

    8. Re:It's been done by Rob+Parkhill · · Score: 3, Interesting

      OK, let me stir the rumour pot a bit.

      Obviously if Apple comes out with an LCD flat-panel iMac, it is going to have to be a lot cooler/more revolutionary that just an all-in-one Mac with a flat screen. They always seem to go that little bit further than other companies.

      We've also heard all sorts of rumours about some new Apple product based on their Newton tech. Hmmmm. And we know that Apple loves their AirPort product. Hmmmmmm.

      So here is the new product: it's a powerful desktop iMac with a 15" LCD screen, but the screen pops out of it's case/dock and is a portable web pad/writing tablet. Connected to the main machine via AirPort, of course. You can tote this baby all over the place, take notes with its hand-writing recognition, surf the web wirelessly. Then just drop it back in the dock/stand/cradle, and it's now the display for you much more powerful desktop machine, with it's hard drive, DVD+RW drive, etc.

      You heard it here first ;-)

      --
      "Tomorrow's forecast: a few sprinkles of genius with a chance of doom!" - Stewie Griffin
    9. Re:It's been done by jafac · · Score: 2

      20th Anniversary Mac had integrated form factor with a (tiny) LCD screen. It runs Mac OS.

      --

      These are my friends, See how they glisten. See this one shine, how he smiles in the light.
    10. Re:It's been done by Alan+Partridge · · Score: 1

      that NetVista is what we have as a standard desktop at my office. Really very sensible in terms of space, heat and cabling. IBM's designers, however could learn a thing or two from Apple's - that NetVista is a serious dust magnet, comes with an awful mouse/kbd and has a really crappy drop-down DVD-ROM that has to be broken to be believed!

      --
      That was classic intercourse!
    11. Re:It's been done by Decimal · · Score: 1

      IBM already sells something of this sort: Netvista X series

      Absolutely right, and I love it. It's got the imac-ish look to it but comes with more than one button. I'm posting from one right now.

      --

      Remember "Bring 'em on"? *sigh
  24. Blatant Karma whoring: by larien · · Score: 2

    See this story over at the Register

  25. Flat iMac by YearOfTheDragon · · Score: 1

    You can buy a flat display for your Power Mac G4
    Apple Studio Display (15" flat panel) $599.00
    But some news sites say that No flat-panel iMac at Macworld Expo next week
    The really news may be the $ that costs such a Mac (Design+power+flat screen)

    --
    -= If you fight Dragons long enough, you will become a Dragon =-
    1. Re:Flat iMac by Anonymous Coward · · Score: 0

      DUDE!! check the date on that article, it's July,11 meaning it's talking about the last macworld, in which they did just increase the processor speed

    2. Re:Flat iMac by Wyatt+Earp · · Score: 1

      Dude, that link there is from July.

      "July 11 - 14:55 ET: Contrary to several published rumors, next week's Macworld Expo in New York City will not see the debut of a flat-panel iMac"

      The MacWorld in question is MacWorld San Francisco from Jan 8-11.

  26. 2 Mac stories in a row!!!!!!!! by joel8x · · Score: 0, Offtopic

    My God, what is this world comming to ;-)

    --
    Sound waves should be free!
  27. Re:Like the 20th Anniversary Mac? by greed · · Score: 3, Informative
    Not only has this been done before, it has been done by Apple before, in 1997.

    So, with the price of LCD panels dropping, it's the obvious next step... but it just isn't a breakthrough (except getting it done at a price suitable for iMac).

  28. A lighter, more luggable luggable by LazyDawg · · Score: 2

    Its about time Apple put a flat panel on their mac. Now it'll look even more badass through the transparent top, and maybe there'll be room for expansion slots. In any case, the flat panel will make it much easier to lug around without having to change the overall form factor.

    Now all they need to do is make the thing as cheap as the original imac and we're cooking.

    --
    "Look at me, I invented the stove!" -- Ben Franklin
  29. Old Rumor by fireloins · · Score: 3, Interesting
    The release of a flat panel iMac has been rumored for a long time. See for example this article from July.

    While the reported component order gives the rumor slightly stronger legs, don't forget that Apple already buys lots of 15" LCDs for their 15" Studio Display. It would be very interesting to know how many of these monitors Apple currently sells per month. Perhaps the additional 100kmonitors/month is simply forecasting additional demand?

  30. never be a flat screen imac by Anonymous Coward · · Score: 0

    the imac is supposed to be the low end, remember? adding a flat screen and all that would put the price above the $999 that the last group of imacs demanded. however, i can say that will be released, whenever it's released, will be pretty...different.

  31. Re:Well, this old rumor is bound to be true someda by Mr.+Quick · · Score: 1

    rumors are killing apple... while it's true, most people tend to ignore them (you and me both), too many believe them. for example, the iPod. it was hyped-up so much that when people actually saw it, it was a let down, even tho it's a great piece of hardware (a bit costly, but cool)...

    i hope the lcdMac comes out, then people will keep quiet... well, at least until some other nutzo rumor comes out.

  32. my dream -- the iMac II by frankie · · Score: 2

    Think back 15 years. We had the Mac, Mac Plus, Mac SE. In recent years were the iMac, iMac DV, iMac SE. Apple loves to re-use concepts -- my old toaster Mac had a SuperDrive.

    I'd love to see an iMac equivalent of the IIci or the LC3. Flat panel, compact desktop case, one or two expansion slots, and much cheaper than the pro towers. Basically, what the Cube should have been. It can be done. They have the technology. But is Lord Steve willing to do it?

    1. Re:my dream -- the iMac II by mrseigen · · Score: 1

      Right on. Low-cost desktop enclosure all the way. Maybe even like a NeXT slab, if Steve's feeling like a trip down memory lane. Maybe we don't even need a flat panel... most people still use huge friggin' CRTs. Maybe they could even do a G4/G5 version of the 7100 case. Plenty of expansion for one of those. Who knows, it might be all the translucent plastic that's driving the price up :p

    2. Re:my dream -- the iMac II by Wyatt+Earp · · Score: 2

      Why not offer a G3/G4 in the LC II form-factor?

      A inch tall slab of Titanium colored plastic with a mobile Radeon or GeForce for video and a 10/100/1000 nin along with a couple USB and Firewire ports. Toss in a 60-80 GB hard disk and you've got a sweet little OS X workstation or server. Throw in the G4 laptop's silent little fan for cooling. That would rock.

  33. please oh please by Anonymous Coward · · Score: 0

    man, I would love to use MAC equipment... but unfortunately it usually is incompatable with anything else. That and it is very likely that the trend at Apple will continue to be 'buy our stuff and be happy with what you get'. Ummm, I want to change and upgrade, and I don't see MAC's as providing me with that opportunity. Crawl out of your niche Apple and join the rest of the world please, I would then be able to use your stuff and be rather happy.

    1. Re:please oh please by Anonymous Coward · · Score: 0

      I agree.

      If Apple would sell an ATX G4 motherboard at a competetive price I might already be running MacOS 10.1.

      As it stands, I'll hold my nose and keep my distance from their proprietary hardware. I've seen way too much plastic case crap in the dumpster with the Apple logo on it. It isn't even very good for running NetBSD on (the real time clock drifts, etc.)

    2. Re:please oh please by Shuh · · Score: 1

      man, I would love to use Windows equipment... but unfortunately it usually is incompatable with anything else. That and it is very likely that the trend at Microsoft will continue to be 'buy our stuff and be happy with what you get'. Ummm, I want to change and upgrade, and I don't see Windows's as providing me with that opportunity. Crawl out of your monopoly Microsoft and join the rest of the world please, I would then be able to use your stuff and be rather happy.

    3. Re:please oh please by Anonymous Coward · · Score: 0

      Congratulations! You have just won the cheapest post of the day award and are hereby declared a fully accredited asshole.

    4. Re:please oh please by Shuh · · Score: 1

      Congratulations! You have just won the cheapest post of the day award and are hereby declared a fully accredited asshole.

      Why thankyou! Hubris and laziness are two spectacular hacker virtues! sed -e 's/Macintosh/Windows/g' -e 's/niche/monopoly/g' -e 's/Apple/Microsoft/g' crappost.txt > fullyaccreditedasshole_post.txt

  34. Re:ft by Anonymous Coward · · Score: 0

    Damn, that's a great website, how comes i've never heard of it before??

  35. water? no way by mr.ska · · Score: 2
    They didn't even put a FAN in the iMac - it was cooled entirely by convection. Now with a CRT out of the way, you think they'll put in water cooling?

    I'll bet you a ThinkGeek T-shirt that there won't be water cooling. I take size large, thanks.

    --

    Mr. Ska

    1. Re:water? no way by yellowjacket03 · · Score: 1

      Actually, until the slot-loading iMacs came out, the units had a decent sized fan under the CRT.

  36. Floppy by Drakula · · Score: 0, Troll

    Great! Now they can finally add the floppy drive that's been missing....

    --
    "It's comin' back around again..." -RATM
    1. Re:Floppy by the_2nd_coming · · Score: 2

      HA..funny....floppys have been done at apple for a while.

      --



      I am the Alpha and the Omega-3
    2. Re:Floppy by Refrag · · Score: 1

      What is a floppy? Is it anything like an iDisk?

      --
      I have a website. It's about Macs.
    3. Re:Floppy by Wyatt+Earp · · Score: 1

      Floppy drives blow goats.

      Those are the most common part to fail in our PCs here. In a lab of 18 PCs we've replaced 9 floppies this school year already.

      Floppy drives in Macs are just as bad. Jerking the floppy out of Macs let them remove a cludgy piece of hardware and a wierd bus from the motherboard at one swoop.

      I don't understand the PC love of floppies. You want a 20 year old technology that sucks in a computer with the latest video card, CPU and graphics bus?

    4. Re:Floppy by jandrese · · Score: 2

      Missing? They just finally got rid of the d@mn things and you are trying to bring them back? Let me say again: good riddance to floppies. If you still actually use floppies you can just buy a seperate reader and let the rest of us continue on into the 21st century.

      --

      I read the internet for the articles.
    5. Re:Floppy by Anonymous Coward · · Score: 0

      A floppy drive is what you can hold about a days work on if you're a writer. It's an excellent backup media for those times when a days/weeks/months work is too important to leave just sitting on a fragile hard drive inside a machine with a notably (pre MacOS 10 for certain) fragle operating system.

    6. Re:Floppy by Anonymous Coward · · Score: 0

      Yep. It's a shame we don't have a globally interconnected network where we can make offsite redundant copies of important small documents. Oops, wait a minute...

    7. Re:Floppy by domc · · Score: 1

      Now that CDRs are ~0.15 US, I don't see much need for floppies.

      Much less fragile than a floppy, much larger capacity, readable on all architectures, etc...

      How much does a floppy cost nowadays anyway? Probably more than a CDR. After a while the cheaper media cost would make up the drive price difference.

      domc

  37. Re:Well, this old rumor is bound to be true someda by Evro · · Score: 3, Interesting

    When the iMac was unveiled it was considered by many to be nearly revolutionary. Whether you agree with this sentiment or not is another issue. However that was (I believe) in 1998, and it's nearly 2002 and the iMac of today is visually almost identical to the 1998 firstborn Bondi Blue iMac. Yeah, there have been color changes, hard drive upgrades, speed bumps, memory increases, and now even a slot-loading cd/dvd/whatever drive, but the external appearance is pretty much unchanged. Normally this wouldn't matter for a computer, but the iMac was a hit because of its style.

    So it's time for something "revolutionary" again. I've heard rumors of the flat panel iMac from lame sites like Mac OS Rumors since at least the end of 1998. Actually this particular rumor (and its failure to materialize) was one reason I stopped reading MOSR and its ilk and realized what garbage they were.

    So if Steve Jobs unveils a flat panel iMac, it won't be a big surprise. The difference now will be if he doesn't, analysts will be disappointed and Apple's stock price will probably take a minor hit.

    --
    rooooar
  38. Common apple rumors. by saintlupus · · Score: 5, Funny

    Right. They'll announce it between the new Apple PDA and the Disney buyout.

    And then Hitler will build a snowman.

    --saint

    1. Re:Common apple rumors. by Bwana · · Score: 1

      Apple's on a streak now. I wouldn't doubt them.

      1. Mac OS X
      2. iPod

      --

      "Electric Relaxation" - ATCQ
      - Bwana
    2. Re:Common apple rumors. by Anonymous Coward · · Score: 0

      Generally, a 'streak' consists of more than two items.

    3. Re:Common apple rumors. by Anonymous Coward · · Score: 0

      1. iMac
      -long stretch of nothing very popular from Apple-
      2. Airport
      3. Powerbook G4
      4. iBook2
      5. Mac OS X
      6. iPod
      7. iMac LCD?

    4. Re:Common apple rumors. by Anonymous Coward · · Score: 0

      It's a popular misconception, but the iMac has never sold as many units as their componentized bretheren.

      When you add in the cut-throat margins, Apple has little incentive to drastically change the iMac. Yes, low margins - unlike PC manufacturers Apple builds units to last, so their margins on consumer systems are substantially lower.

      So the iMac is the nice flashy cousin of the _real_ bestseller, which serves to reminds everyone that, despite nonstop proclaimations from Microserfs, Apple is still alive and flourishing.

  39. Not the first, but... by oranjdisc · · Score: 5, Insightful

    Granted, Gateway, HP, etc have come out with flat panel consumer PCs, so the fact that Apple can stir up a bunch of rumor news with a flat panel product may leave some scratching their heads wondering what the big hoopla is. Think about the iPod. Yeah, there are plenty of mp3 players out there, but it took the design team at Apple to create the best one. Apple took their time, and GOT IT RIGHT. The same can be said for the next iMac. It may have the same specs as some other machines out there now, but it'll make everything else look like junk when it comes out. Obviously I haven't seen it, but knowing Apple's track record I'm sure it'll be amazing.

    1. Re:Not the first, but... by Anonymous Coward · · Score: 0

      It'll only make everything else look like junk to the people with an investment in MacOS based software.

      Some of us have a lot of expensive x86 software that we move to each new generation of PC and use happily. Hell I even have a few apps that I've used since Windows 95 came out.

      Apple breaks compatability every few years.

    2. Re:Not the first, but... by vought · · Score: 1
      Apple breaks compatability every few years.

      Hunh? When I had System 6 software, the vast majority ran in System 7 with no modification or update required.

      When I had 68k software for my Mac IIci in 1994, the vast majority ran on PowerPC with no modification or update required.

      When Apple moved from System 7/8/9-based Mac OS to Mac OS X, guess what? The vast majority of my modern System 7/8/9 applications still run just fine - albweit with some GUI inconsistencies.

      How is this breaking compatibility every few years? About the only thing I can't use from my old Macs are memory and NuBus cards!

    3. Re:Not the first, but... by Anonymous Coward · · Score: 0

      You're forgetting the SCSI stuff that Apple used back then, before IDE and Firewire. I'm sure that 2GB hard drive and 7 year old scanner are really useful now days.

      Apple breaks compatibility just as much as newer versions of Windows do. I can use an old System 7 app on the newest OS X system, just how you can use an old DOS app on XP.

    4. Re:Not the first, but... by vought · · Score: 1

      It may strike you as odd, but I can easily connect my older SCSI-based scanner (four years old, not seven) to the SCSI card in my G4, and I connect my BetterLight digital scanning camera back to my PowerBook G4 with a SCSI PCMCIA card.

      SCSI still works on Macs - and IDE can work in older Macs as well. All you need is a $50.00 card!

    5. Re:Not the first, but... by racketboynick · · Score: 1

      Amen brother! Apple always seems to fine tune all the little things about their machines that many people take for granted. And, of course, they look good too. Just can't wait get a new Mac for myself!

    6. Re:Not the first, but... by Anonymous Coward · · Score: 0

      The Second mouse gets the cheese...

    7. Re:Not the first, but... by tryfan · · Score: 1

      > knowing Apple's track record I'm sure
      > it'll be amazing.

      Of course it will amaze you. And a few others, but who cares?

  40. The trouble with LCD iMacs is.... by vanguard · · Score: 5, Informative

    The trouble with LCD iMacs is the education market. Schools don't buy iMacs just because they are cheaper than iBooks, they buy them because they are more durable.

    The abuse that a computer takes in a school setting is enough to make me cringe.

    Still, I like the idea of having a LCD iMac. It would be cool for me, I'm just not sure that it will work in the education market. (Yeah, I know. Maine just bought 38,600 iBooks. Still, most schools buy iMacs.)

    --
    That which does not kill me only makes me whinier
    1. Re:The trouble with LCD iMacs is.... by the_2nd_coming · · Score: 1

      perhaps they will offer a mod with a pice of plexiglass infront of the display to keep kids from F-ing with em.

      --



      I am the Alpha and the Omega-3
    2. Re:The trouble with LCD iMacs is.... by Amokscience · · Score: 1

      Note that they may be talking about flat screen CRTs and not LCDs. The article doesn't seem to make that discitnction one way or another. Can anyone clarify?

      --
      Fsck cluebie moderators. I'll say what I want, offtopic or not. And fsck having to qualify every bloody statement just
    3. Re:The trouble with LCD iMacs is.... by Amokscience · · Score: 2

      Aha, so shoot me. I just did a google search and flat-panels seem to refer to LCDs.

      --
      Fsck cluebie moderators. I'll say what I want, offtopic or not. And fsck having to qualify every bloody statement just
  41. Side effects by forgoil · · Score: 3, Interesting

    Shipping even more flat screens has definitly interesting side effects. This means that Apple wants to lower the prize (for themselves) and it means all flat screens will be cheaper, and I am hoping it will be cheaper faster. This implies that I could, the next time I want a new computer, two at least 19", LCDs together with my brand new nVidia GF++.

    So, everybody who doesn't care, or are mac maniacs, go buy one of these;)

  42. Let us just hope by A_Non_Moose · · Score: 2, Insightful

    that they advertise the damn thing.

    The new iPod commercial actually has a blip of OS X, and yet it is a mere 2 second glimpse.
    Sad.

    Reminds me of the same situation that AMD is in.
    Great product, little or no exposure to "the unwashed masses/joe+/or jane 6 pack".

    It almost seems to me as if they are taking the "female" tact of "if you don't know, I'm not going to tell you"...

    (hint: never come back with 'If you don't tell me, how am I supposed to know'...big mistake... more pain than "yes, your but does look big")

    Both make great products (amd/apple) but in the AMD the hardware needs exposure, with Apple, their new os (OS X, naturally) is in *dire* need of some air time...at least more than 2 seconds.

    And "flat panel" imacs...well like the G5 rumors, I'll believe it when I see it.

    Oh, whatever happened to "I/we don't comment on unreleased products."?

    I'm suprised Steve Jobs has not repealed that policy and said, yes we will have a G5/flat panel Imac/whaterver rumor...but it is slated for release *after* 3 or more years.

    IOW, beat the users and rumour mongers with a clue stick and the truth.

    Yeah?

    Cheers.

    Moose.

    .

    --
    Have you read the moderator guidelines? Well, have you, PUNK? (and I want a Karma: Gnarly option)
  43. Re:Water cooling? Huh? by Anonymous Coward · · Score: 0

    Can you imagine hundreds of Mac owners ?

  44. CmdrTaco's fortune cookie say... by Fortune+Master · · Score: 3, Funny

    Apple will award you with a large cash bonus after you become their premiere PR agency.

    --
    ...in bed.
    1. Re:CmdrTaco's fortune cookie say... by Anonymous Coward · · Score: 0

      Naw, they'll just give him a free iBook. That he can run Wolfenstein 3D on.

    2. Re:CmdrTaco's fortune cookie say... by viking099 · · Score: 1

      don't forget the ever-present "in bed"
      Apple will award you with a large cash bonus after you become their premiere PR agency in bed.

  45. fucking slashdot by Anonymous Coward · · Score: 0

    what, suddenly the dmca isn't news anymore? you whores

  46. Re:Water cooling? Huh? by the_2nd_coming · · Score: 3, Redundant

    Apple's chips simply run too slow

    don't be so foolish. the correct term would be a lower frequency (as denoted by the unit of measure, MHz/GHz)

    this is not an indication of speed, it is an indication of how many cycles per second it has.
    speed comes from how many operations can be performed per second or even howmany can be performed per cycle. Athlons perform more operations per cycle that P4s do, and G4s perform more operations per cycle than either of the two.

    now when you multiply how many operations per cycle by the number of cycles, you get the number of operations per second, you can then make statments about speed.

    if a P4 executes 1 operations per cycle and has 2 billion cycles per second, that is 2 billion operations per second.

    if a G4 does 3 operations per cycle and operates at 667 Mhz, that is also 2 billion operations per cycle. both chips operate at the same speed, one however has a higher frequency that the other.

    the speed of applications is irrelivent to the most part because each chip has their own optimizations that a program can take advantage of. I say for the most part, because you can compile an application with no optimizations for the architecture and then it would be possable to get a fel for each chips speed, however, the instruction sets are diffrent and one instruction set could be more efficient that the other, in which case you do not get an actual feel for raw speed of the architecture.

    --



    I am the Alpha and the Omega-3
  47. But then I'd rather see... by Viceice · · Score: 1

    ... a mac with USB 2.0 then some fancy lifestyle thing... just think about it.. USB2.0 will let you use a 16x10x40 Ext CD-R drive instead of a crappy 6x USB1/Firewire 'enabled' drive...

    --
    Sometimes I wish I was a plumber, then I'd know how to deal with other people's shit.
    1. Re:But then I'd rather see... by Anonymous Coward · · Score: 0

      Do more than think about it, try researching it first dingdong.

  48. Re:Water cooling? Huh? by pyros · · Score: 2, Insightful

    speed comes from how many operations can be performed per second

    Don't forget to take into account what you can accomplish per operation. Sure one architecture has the same number of cycles at half the frequency, but if the other architecture takes fewer operations to perform the same tasks, then it's faster. I think it's useless to try and compare different architectures. Just go with the one that works for you.

  49. More info on Apple Insider site by jonesvery · · Score: 3, Informative

    Apple Insider has a story on this, as well.

    It's true that this has been rumored for quite some time, and nothing has come of the rumors. The key reason that Apple Insider seems inclined to believe it this time is essentially that:

    It's no surprise that a major change to the iMac is coming. What has been difficult to nail down is exactly what will be changed, and when these changes will occur. What has precluded this product from being introduced is component availability and prices: AppleInsider sources have revealed, however, that the prices of key components has reached an acceptable level at which Apple can sell the new iMac at a price palatable to consumers and still retain profitability on its most popular line.

    We'll see...

    --

    * * *
    It is a dada story -- it has no moral.

  50. Price Suppression by ThesQuid · · Score: 1

    I for one hope they introduce the long-rumored flat panel iMac...if for no other reason than it will push down the prices of the existing iMacs to the point that I may be able to justofy converting our office to them. (Yes, I know the total cost of ownership...but bosses like bottom lines)

  51. apple shapes... by diesel_jackass · · Score: 1

    as much as i hate apple. i have to say that they come up with some pretty creative products. The posibilities are endless when you take out the huge tube of a CRT.

    i wish that more pc companies would come up with case and computer designs as creative as apple's. sure the g4 cube cracked, but isn't it cool looking?

    besides the people who buy macs want something that looks cool. they don't care about functionality and software.

    1. Re:apple shapes... by laserjet · · Score: 2

      >as much as i hate apple. i have to say that they >come up with some pretty creative products. The >posibilities are endless when you take out the >huge tube of a CRT. Yes, the possibilities ARE endless, when you take out the [cathode ray] tube out of a cathode ray tube. yes, I know what you meant. :)

      --
      Moon Macrosystems. Sun's biggest competitor.
    2. Re:apple shapes... by pressman · · Score: 2, Insightful

      besides the people who buy macs want something that looks cool. they don't care about functionality and software.

      I have purchased 4 macs in the last 7 years. I CARE about functionailty. I CARE about software that works. I'm a graphic designer and film student. Yes, Photoshop, Quark, Illustrator, Premiere, AfterEffects and the rest all exist for WIndows, but I get far more general protection fault errors and blue screens and crash inducing errors in Windows than I ever do on a Mac while using these apps. These apps working at peak efficiency is how I make my living and they just work more reliably and faster on the Mac.

      Sure, I don't have the gazillions of games, unintuitive ftp clients or Barbie virtual makeover software, but then again I don't have the time to fuss around with what I consider trivial nonsense. I need to be able to get my work done with minimal fuss, check my email, surf the web, etc. My Mac's work... period.

      --
      Pooty tweet
  52. Logical Step by kawaichan · · Score: 1

    At 800x600, MacOS X probably won't run as good as in 1024x768 and Apple is always a pinoeer (SP). Now, speaking of MacOS X, Wouldn't you guys agreet that MacOS X is the first OS that could excape away from MS's Windows GUI to a completely new interface that looks good and usable? I think that is probably the greatest feast in terms of UI.

    --

    kawai
    1. Re:Logical Step by Anonymous Coward · · Score: 0

      A bunch of people (I am not one of them) would say MacOS's classic interface is more usable and looks good.

      Others here would claim that the NextStep UI is superior.

      I'd even go so far as to say that Hewlett-Packard's NewWave GUI (a shell that installs on top of Windows 3) is superior.
      NewWave, by the way, was a co-plaintiff in Apple's lawsuit against Microsoft. Remember the touch-n-feel lawsuit? If Microsoft hadn't won it Apple would 0wn significant componets of the GUI- Microsoft's successful legal fight opened it all up; in fact they paid for the precedent that prevents them from suing people who copy the Windows interface.

  53. In all seriousness, by imagineer_bob · · Score: 1, Interesting
    why does Slashdot love Apple so much? Many other companies have integrated PC's with flat-panel displays.


    Why does Apple's iMac computer warrent special mention?


    I can (sort of) understand some of your objections to Microsoft, but why are PC manufacturers, who provide a range of machines that can run a variety of operating systems, treated lousy, but Macintosh is treated specially?


    Apple, with its desire to control the hardware *and* the software, is much more "monopolistic" than Microsoft ever was. It's just that Steve Jobs made an inferior product, and the market made its choice.

    1. Re:In all seriousness, by Anonymous Coward · · Score: 0

      Apple has always been one of the most proprietary hardware/software vendors out there.

      Two years ago anybody championing Apple on Slashdot would be laughed outta here.

      It's really a shame. What has changed? Apple sure hasn't.

    2. Re:In all seriousness, by Anonymous Coward · · Score: 0

      Not true. Apple's failure was not allowing clones of its hardware, ending up near Sony's BETA column. Apple's Mac OS has been proven more stable and feature-rich long before there were color monitors to see Microsoft's blue screen of death.

      You want two monitors on one computer? You can now do it with Windows 2000 pr XP. Mac OS users were bored with that feature since 1988.

      How about quicktime? Ten years of an 'inferior' product may not impress you, but in 1991, who was doing multimedia yet? Microsoft? They barely could play sounds in Windows 3.11 in 1994. Linux? Linux was still a pipe dream with nothing more than command lines and ultiple kernel panics if you didnt run the exact same system Linus used.

      As a matter of fact, the Mac OS was tested on x86 a few years after the creation of QuickTime. It was codenamed Batman at Apple, and they had a fully operational 486 booting Mac OS, complete with desktop and even Quicktime movies with sound. Tell me that is inferior when your alternatice was a pretty DOS shell.

      Apple's failure is not inferiority. It was their strategy. Controlling hardward and software helps integrate, but not innovate. There really isn't a lot or pressure for Apple to compete with other Apple products, but it still tries to keep prices as low as they can for first-time computer users and Windows/Linux converts.

    3. Re:In all seriousness, by Anonymous Coward · · Score: 0

      "Apple, with its desire to control the hardware *and* the software, is much more "monopolistic" than Microsoft ever was."

      Are you fucking stupid? That's like saying Ford wants to control their cars and therefore they are a monopoly (even though they have 35% of the market share).

      Damn, you are stupid. Maybe some of us should spend more time learning other things besides the latest pr0n sites.

    4. Re:In all seriousness, by Anonymous Coward · · Score: 0
      It's really a shame. What has changed? Apple sure hasn't.


      We grew up.

    5. Re:In all seriousness, by Anonymous Coward · · Score: 0

      I'm glad that someone finally had the courage to tell it like it really is. Them Apples is fer whooses and panzies! "That Steve Jobs made an inferior product" can't hardly be denied! The glorious free market made it's decision to weed out stuff that can't measure up to heigh standards. Thats the reason we have such a gracious way of life. McDonalds and Microsoft being prime examples! Apple is done for! It has been for decades! Really, who the hell wants BSD Unix that has all that sissy eye candy running on top of it? Who wants a G5 with 64 bit architecture that runs circles around any Intel stuff. Just because you can also run SuSE, Yellow Dog and Mandrake Linix distributions on this type of panzy workstation just don't matter to me. So what if everything in the Unix world is being ported over to Darwin? Its so trivial trivial. Gimmie my good ol Pentel/Microsoft klunker. It's superior!

    6. Re:In all seriousness, by Anonymous Coward · · Score: 0

      imagineer_bob said: "It's just that Steve Jobs made an inferior product, and the market made its choice."

      Wrong. Let's all repeat: success in the computer industry does not depend on being first or making the best product. For example, Microsoft has out-manouevered and strong-armed OS/2, *NIXes and every other technically superior OS. The MacOS is just the same: unquestionably a superior product when Windows 1.0 - 2.0 came out and by 3.1 was definitely overtaken whether it was superior or not. "Markets" don't choose products on the basis of being inferior or superior (eg. VHS/Beta, Metric/Imperial, etc)

      Windows is where it is today in the market because of Microsoft's savvy buisness deals and very aggressive (sometimes illegal) business practices; and the fact that it was "good enough". Not because Microsoft made a better product.

      That being said, /. does not favour Apple any more (and sometimes less) than the "market" as a whole. People are interested in Apple news, so why wouldn't /. cover it? Don't be jealous.

    7. Re:In all seriousness, by Anonymous Coward · · Score: 0
      why does Slashdot love Apple so much?

      Because they make good computers and a partialy open source OS (which just happens to be the quickest growing *nix distro out there). Not that this place likes 'em too much given the inevitable flood of whining over price and single button mice that accompanies every story.


      Many other companies have integrated PC's with flat-panel displays. Why does Apple's iMac computer warrent special mention?

      Because it will be sturdier, nicer looking, better designed, use less power, and will ship with a world class OS with open source underpinnings that can actually run MS Office.


      I can (sort of) understand some of your objections to Microsoft, but why are PC manufacturers, who provide a range of machines that can run a variety of operating systems, treated lousy, but Macintosh is treated specially?

      Because whether they can run n-1 OSes or not they only provide Windows. Not to mention the generally shoddy quality control and complete and total lack of any aesthetic value in and of themselves. Not to mention that Apple, unlike the vast majority of clone makers, actually does research and development.


      Apple, with its desire to control the hardware *and* the software, is much more "monopolistic" than Microsoft ever was. It's just that Steve Jobs made an inferior product, and the market made its choice.

      So Sun, SGI, IBM (with big iron at least), etc. etc. are the monopolists not Microsoft? Perhaps you should familiarize yourself with the difference between the more acceptable and usually legal vertical monopolies and the generally illegal and market adverse horizontal monopolies.

    8. Re:In all seriousness, by jasonbw · · Score: 1

      It makes you kind of wonder what Apple or ( insert your favorite Linux distro) would have done differently had they been on the 90%+ desktop share end. Would they be as....aggressive is the nicest word i can think of right now....as M$?

    9. Re:In all seriousness, by Anonymous Coward · · Score: 0

      "Why does Apple's iMac computer warrent special mention?"

      Apple is now the largest shipper of UNIX.

      Eat your heart out.

    10. Re:In all seriousness, by Shuh · · Score: 1

      Apple, with its desire to control the hardware *and* the software, is much more "monopolistic" than Microsoft ever was.

      Yeah, I guess Sun, SGI, HPUX, & IBM AIX machines are much more "monopolistic" in this respect than Microsoft too... methinks not.

      It's just that Steve Jobs made an inferior product, and the market made its choice.

      s/Steve Jobs/Bill Gates/g -- s/market/Microsoft/g -- s/its/DOS-users'/g

  54. This community drives me nuts... by nek · · Score: 4, Troll

    Why does the Slashdot community automatically tear apart everything Apple does? Would it be so hard to admit that they got it right with Firewire, got it right by popularizing USB, got it right by deleting the useless floppy drive, got it right with Quicktime, got it right with the (new) iBook and Powerbook g4, and got it DAMN right with OS X? Seriously folks, look back at all your knee-jerk reactionary posts over everything Apple and do some thinking. Point me to major innovations that have not been driven by Apple and then try using a new Mac. Have you ever USED OS X on a new Titanium? Have you ever tried to copy even 64MB over USB to a Rio, and then copied 2 GB to a firewire drive in the same time? Try using Final Cut Pro, iMovie, DVD Studio Pro... This site has become a bunch of first-post, bash-everything, small-minded jerkoffs.

    1. Re:This community drives me nuts... by imagineer_bob · · Score: 0
      I have this crazy desire to "picket" in front of the Apple store in Palo Alto with a sign that says:

      MAC OS X 2001 == Unix 1969

      It would serve them right.


      I really have no bias. for any computer or operating system. In my office, I have a FreeBSD box, a PC running XP, and a Mac G4. The XP box is the most useful. With "cygwin" I can do nearly everything I need Unix for, and it's extremely stable.

      The Macintosh (running OS9) tends to "rot." Becuase processes aren't protected against squashing other processes' memory, the machine will get less and less stable until I have to reboot it. Mac people are so used to this that they don't notice. Most Mac users will reboot as a matter of course before starting a new Adobe Illustrator project, for example.

    2. Re:This community drives me nuts... by diesel_jackass · · Score: 0

      Have you ever USED OS X on a new Titanium? Have you ever tried to copy even 64MB over USB to a Rio, and then copied 2 GB to a firewire drive in the same time? Try using Final Cut Pro, iMovie, DVD Studio Pro... This site has become a bunch of first-post, bash-everything, small-minded jerkoffs. The problem with USING all that cool Mac stuff is that it costs MONEY. Sure you could grab the software somewhere, but the hardware is so overpriced compared to PC hardware.

    3. Re:This community drives me nuts... by cipater · · Score: 1

      If you've only got Mac OS 9.x on that G4, what in blue blazes are you waiting for!? Get OS X on there ASAP! If you have an old app (or apps) on there you still need to use, they're more than likely to run well under Classic. If not, you can always reboot back into 9. Once you start working with X, maybe your FreeBSD box will be the one that tends to "rot."

      Classic memory management may have been bass ackward, but I hardly felt I ever had to reboot between Illustrator projects (even with Illustrator 9, which was always a buggy piece of junk). It's really not that hard to build a stable 9.X system.

      But I like the sign idea. Very clever.

      --
      Guns don't kill people - bullets do!
    4. Re:This community drives me nuts... by Graff · · Score: 3, Insightful

      Why does the Slashdot community automatically tear apart everything Apple does?

      Actually, aside from a few Windows trolls and knee-jerk, reactionary, anti-corporate drones, I've found the Slashdot community to be fairly supportive of Apple, MacOS X and Macintoshes in general. Articles get posted which are mostly unbiased, except when they are rants against the corporate aspects of Apple. Comments are made by people who seem to mostly appreciate Apple's efforts in the open-source world. There are also admissions made that Apple does have some really cool hardware.

      Personally, I don't mind the critics of Apple. If the criticism is fair, unbiased, and open then it is welcome because only good can come from it. On the other hand rants, trolls, and baseless accusations are not welcome, since they are clearly inflammatory and don't contribute anything to the discussion other than to turn people off of the point the poster was trying to make.

    5. Re:This community drives me nuts... by Anonymous Coward · · Score: 0

      Back when I ran CP/M on a Z80-based 'bigboard' computer it was force of habit to press the reset button every time I put a new 8" floppy disk in the drive. The OS fit on a dedicated 2K sector on each disk. And the OS was somewhat customized for each disk/application. So you'd have a program disk for each thing you did with the machine, and a second drive to hold application data. It was a clean concept.

      Now I have a Windows 2000 machine that doesn't get rebooted more than a once a month. Boy times have changed.

    6. Re:This community drives me nuts... by Bilestoad · · Score: 1

      Why? because there is an equally unbalanced community that will support ANY move by Apple, and because these same people are an easy mark for any bored troll.

      And a floppy drive being "useless" is debatable. As a tool for updating a BIOS or as an easy R/W boot device it is unequalled. (Of course since Apple are omniescent and infallible, a Mac never needs a BIOS update.) All the rest are just as debatable, but I won't lose any sleep if you don't like the same things as me.

    7. Re:This community drives me nuts... by Malcontent · · Score: 3, Insightful

      Sez who? Have you been to a store lately? An iMac cost about the same as a PC and in some cases less.

      --

      War is necrophilia.

    8. Re:This community drives me nuts... by Anonymous Coward · · Score: 0

      "The problem with USING all that cool Mac stuff is that it costs MONEY."

      Oh, please, loser. They sell high-end stuff, so it costs high-end money.

      Puhlease, all you geeks (I know) spend tons of money of multiple systems hanging around your rooms as it they were going extinct tomorrow.

      Most of you people are just cheapasses and lazy, flabby, losers.

      It's the same reason why half of you don't take showers and meet a girl. You think it's too much work.

    9. Re:This community drives me nuts... by Anonymous Coward · · Score: 0

      sorry, bro, welcome to 2001. a floppy drive is useless. oh...that is if u're living in 2001 and u use operating systems that don't need a floppy to boot.

      BIOS update? firmware updates come around every now and then. ever heard of openfirmware? sun uses it too. or does everything u know have to come from compusa?

      don't lose any sleep. i'm sure your mommy and daddy in the next room aren't losing sleep over your Columbine-like lilfestyle either.

    10. Re:This community drives me nuts... by Anonymous Coward · · Score: 0

      he's living in 1988 with the other know-nothing, flabby-assed jackoffs. it's typical of 98% of IT better known as Idiot Technology.

      same type of person who says they're a linux user but actually spend all the time in "dual-booted" INTO windows "for the games" -- yeah right.

    11. Re:This community drives me nuts... by fredrik70 · · Score: 1

      unix didn't have virtual memory back the so your comparison is wrong.
      http://www.mayo.edu/bir/bir/begin.html

      --
      if (!signature) { throw std::runtime_error("No sig!"); }
    12. Re:This community drives me nuts... by Anonymous Coward · · Score: 0

      Please tell all the writers that they'll have to rely on the hard drive to hold their work indefinitely, or at least until they can get to a network connection.

      Sorry, you're feeding us more Steve Jobs bullshit. Floppy disks are very useful for transporting the quantity of data that most people can produce in a way, unless they are graphics artists. I use them all the time to move data from work to home and back. I know many others who do the same.

      But if I used a Mac I wouldn't have that option unless I bought an expensive dongle drive.

    13. Re:This community drives me nuts... by Anonymous Coward · · Score: 0

      It's a rarity indeed - an Apple supporter who writes like an underage Xbox fanboy. Something new every day on Slashdot! Usually it takes a rich pompous twit to claim that you don't need a floppy drive because you can use a firewire hard drive for only $500 and it's so much faster...

    14. Re:This community drives me nuts... by Anonymous Coward · · Score: 0

      Typical. Mac users say "it's cheaper" then get proved wrong and fall back on "but of course it costs more it's better!"

      There's a big difference between being cheap and choosing not to throw money away on jewellery that almost runs useful software.

    15. Re:This community drives me nuts... by Anonymous Coward · · Score: 0

      Oh, please, loser. They sell high-end stuff, so it costs high-end money.

      Dude,

      This is an iMac discussion.

      Also, nothing Apple produces is 'High End.' 'Hyped End' perhaps. I'll grant that they hire expensive marketers and let them influence case design.

    16. Re:This community drives me nuts... by diesel_jackass · · Score: 1

      i don't buy computers from stores. they are too expensive. i buy parts individually from the cheapest places on pricewatch, then assemble them myself.

      but you guys are missing my point. it isn't like i can just switch over to a mac without spending an arm and a leg (i'm running win2k/NT right now so i could feasibly switch to another OS like Linux, BeOS, or DOS for free). Plus the time i spend on Macs at work is usually swearing because i cannot run three web browsers at the same time without running out of memory.

    17. Re:This community drives me nuts... by diesel_jackass · · Score: 1

      cheapass? yes
      lazy? hmmm, i'd prefer efficient.
      flabby? yes, they don't make honey brown lite any more.
      losers? c'mon, you can't come up with a better insult than that?

    18. Re:This community drives me nuts... by nexthec · · Score: 1

      what does virtual memory have to do with memory protection?

    19. Re:This community drives me nuts... by Anonymous Coward · · Score: 0

      Firewire... I guess I would have to credit Sony here

      HOW THE FUCK WOULD YOU DO THAT, YOU FUCKING RETARD? APPLE FUCKING INVENTED IT, YOU SLIME EATING PIECE OF SHIT.

    20. Re:This community drives me nuts... by softsign · · Score: 1
      Firewire... I guess I would have to credit Sony here

      Sony?

      IIRC, Apple developed Firewire and got it approved by the IEEE (as IEEE 1394). Why do you think Sony doesn't call it "Firewire"?

      I suppose I might agree if you're suggesting that Sony's decision to provide Firewire outputs on their DV cams has pushed Firewire into the mainstream. But at the same time, it could be argued that they really didn't have too many options. USB? YAPI (Yet Another Proprietary Interface)? Firewire was a logical choice. A choice available because Apple developed it - over 6 years ago. Also, a lot of DV cam early adopters were Mac people. =)

    21. Re:This community drives me nuts... by Syberghost · · Score: 2

      I'll take a stab at dispelling this image of Slashdotters.

      I've been a full-on pro-x86 bigot since the days when the NEC V20 was cool, but in the last year I have changed my mind based on the current state of affairs in Linux.

      Nowadays, for any given application (both senses of the word), there are a host of CPU speeds that are more than adequate, enough RAM is the cheapest it's ever been and enough RAM for 99% of desktop users costs less than dinner for two in a nice restaurant, and hard drives are in a similar state.

      Linux is to the point where you can close your eyes and pick a "mainstream" computer at random, and Linux will probably run on it.

      Open Source is to the point where you can find a program that will either have binaries available for your chosen architecture, or will have source available so you can compile it; and every processor made in the last couple of years will compile it fast.

      The only things left to compare are:

      Price.
      Looks.
      Mouse buttons.

      For the iBook, that single mouse button is pretty damn annoying, but the price and looks are primo so they damn near even out. But for the iMac, the mouse button issue isn't one, because you can get another mouse with enough buttons so that X use won't completely piss you off, and you can get it really cheap. All that's left is price and looks, and damned if the iMac ain't competive in price, and top-notch in looks.

      Of course, a variety in anything is good, and I whole-heartedly endorse the practice of not making every computer look like an iMac, even a little bit. I prefer my servers black, thankyouverymuch, but my desktops should be, well, for lack of a more masculine term, pretty.

      I don't own one, and might very well not end up owning one any time soon, but the iMac is all right. If I had won a Mac in a contest three years ago I'd have sold it on eBay, but if I won an iMac today I'd plant that bad boy right where guests could see it, install Linux, and not fret one little bit about the lack of Intel Inside.

    22. Re:This community drives me nuts... by PiGuy · · Score: 1


      'Got it right' with USB and no floppy drive? First of all, USB is an overhyped, noncompatible /serial bus/ that can't be interface with old hardware. And without a $10 floppy drive w/ 10c media, you're stuck with a $200 CD-RW drive w/ $2 media that can't be interfaced with old hardware! Sure, the hardware may be good, but it's overpriced, nonextensible, and nonreplacable!
      </RANTANDRAVE>
      But now, with an LCD screen, that leaves room for a toaster inside the box...

    23. Re:This community drives me nuts... by cpt+kangarooski · · Score: 0

      IIRC Firewire was developed jointly by Sony, Apple, and Texas Instruments. Apple just trademarked the FireWire name.

      --
      -- This and all my posts are in the public domain. I am a lawyer. I am not your lawyer, and this is not legal advice.
    24. Re:This community drives me nuts... by gig · · Score: 3, Informative

      > And a floppy drive being "useless" is debatable.
      > As a tool for updating a BIOS

      Updating the "BIOS" on a Mac involves downloading and running a firmware updater file. After a reboot, a graphical meter informs you of the progress of the firmware update and then reboots the computer. It's basically the same as the way an old Compaq that I had worked, except you don't have to put the file onto a floppy to make it work. How you think this is a knock against Apple, I don't know. If you want the update on a disk, write it to a CD-R, CD-RW, or DVD-R. It's as easy to make one of those on today's Macs as it was to make floppies in the past. The only difference is that when you eject the disc, you're asked if you really want to burn your data onto it. You say yes, and then the disc is burned and pops out. Easy.

      > or as an easy R/W boot device it is unequalled.

      You have got to be kidding. An easy R/W boot device on the Mac is an iPod or any other FireWire storage. You can get a FireWire hard drive enclosure for $80 and put any hard disk in it that you please and boot any Mac from it. It's been a while since you could boot a Mac system off a floppy, and the same is true for Windows. There was an article on MacSlash recently by a guy who works at three different locations on three different Macs, but keeps his system on an iPod so that it is the same no matter where he works and he can carry the iPod between jobs on his bike. That's what you're looking for if you like to put systems on floppies.

      And, as if that weren't enough to kill floppies on the Mac platform, every Mac comes with a free iTools account, which gives you a free 20GB storage "disk" on Apple's servers. It appears as just another hard drive on the Mac, so you can copy stuff there and get it later from another machine.

      Finally, a utility called DiskCopy, which is included with both Mac OS 9 and Mac OS X makes "virtual disks". If you had Mac floppies at one time, then you have long since converted them to "virtual floppies". Basically, you have disk images that you can double-click and they mount, as if the original media were present.

      > Why? because there is an equally unbalanced
      > community that will support ANY move by Apple

      Here you are talking absolute bullshit about why you think that the Mac platform should have floppy drives, and you are saying that Mac users are unbalanced? You don't know anything about it, yet you want millions of perfect strangers to embrace magnetic 1.4MB storage that they have no need for? Take a moment to get a clue, man. The 3.5" floppy debuted on the Mac in 1984. It was retired in 1998. It had a pretty good run. We're over it.

      Consider for a moment how ubiquitous PC's are. Mac users are not sitting there using Macs because they don't know Windows exists. We have all pretty much used both. Still, we are passionate and vocal about the advantages of the Mac, and we're very proud of the technological artistry and leadership that comes out of Apple because it has saved us time and money and hassle in the past. If you haven't used both, then you ought to shut up ... you're just making noise, not telling anybody anything useful. You don't know, but you think you know. But you don't. You actually do not know. Either find out or shut up.

    25. Re:This community drives me nuts... by gig · · Score: 2

      > Please tell all the writers that they'll have to rely
      > on the hard drive to hold their work indefinitely,
      > or at least until they can get to a network
      > connection.
      > Sorry, you're feeding us more Steve Jobs bullshit.

      Holy shit, man! My two year-old MP3 player has 128MB of storage in it, and when I plug it into my Mac I can drag files onto it all day. There are USB key chains that have 128MB of storage. The new Palm machines have SD slots for 16MB "disks". These storage methods are ALL more reliable than floppy disks. Not to mention that you can get a CD burner inside any Mac if that's your preference, and keep writing 1.4MB sessions onto the same 49 cent CD-R hundreds of times! You can add a 1GB PC Card hard drive to a PowerBook, or use an iPod or other FireWire storage.

      If you are a writer creating precious 1.4MB floppies, you will have no problem transitioning to a floppy-less Mac. This is not 1996.

    26. Re:This community drives me nuts... by biggerboy · · Score: 1

      Nothing. He was commenting on the fact that UNIX has evolved quite a bit since 1969 -- there's a ton of stuff that has been added to UNIX since that year.

    27. Re:This community drives me nuts... by Bilestoad · · Score: 1

      I guess you got carried away. I said that floppy drives are not "useless" - nothing about whether or not a Mac should have one. Why take such offence when I don't agree with anything some pro-Mac guy says?

      I got rid of my Mac when OS X turned out to be such a yawn. Up until then I used them a lot.

    28. Re:This community drives me nuts... by Anonymous Coward · · Score: 0

      Usually it takes a rich pompous twit to claim that you don't need a floppy drive because you can use a firewire hard drive for only $500 and it's so much faster...

      Looks like we found one!

    29. Re:This community drives me nuts... by softsign · · Score: 2

      Nope... Apple did it. They originally came up with the idea in the mid-80's, refined it and got it accepted as an IEEE standard in 1995 or 1996.

    30. Re:This community drives me nuts... by nexthec · · Score: 1

      gotcha

    31. Re:This community drives me nuts... by Anonymous Coward · · Score: 0

      Would you be talking about USB on a windows PC (which I am told is abysmal) or on a mac. I use my Apple pro keyboard, M$ intellimouse, Palm Vx, Laser printer (would use ethernet but school network doesn't let me do that :( ) Soundstick w/iSub all off USB, without a hitch (well side from the M$ mouse dying)

      I have lived fine without a floppy drive, if I don't put it on my iDisk, send it another way (email, ftp, etc..) I can always put it on a Zip disk. Floppy's suck because they are so small why not send it over email, or not enough storage for the file.

    32. Re:This community drives me nuts... by Malcontent · · Score: 2

      " i don't buy computers from stores. they are too expensive. i buy parts individually from the cheapest places on pricewatch, then assemble them myself. "

      Ah yes you belong to that less-then-1-percentage of the population of the united states. Good for you!.

      For everybody else macs cost about the same as PCs maybe less.

      P.S. Memory is pretty cheap these days I would reccomend an upgrade.

      --

      War is necrophilia.

    33. Re:This community drives me nuts... by Mr_Matt · · Score: 1

      This site has become a bunch of first-post, bash-everything, small-minded jerkoffs.

      "bash" everything? Nonsense, my good man...I use /bin/tcsh myself. :D *duck*

      --


      But what does my opinion matter, I just vote here. It's not like I have any money or anything.
  55. Re:They should by diesel_jackass · · Score: 0, Offtopic

    only the "geeks" and the "cheap".

  56. Re:Water cooling? Huh? by Anonymous Coward · · Score: 0

    I actualy did not forget that, I pointed that out at the end about why software was not a good measure. the G4 instructionset is actualy more efficient than the X86 BTW.

  57. What I'd like to see... by Triv · · Score: 1

    ...is a portable/desktop hybrid.

    Think about this: a desktop computer with a larger-than-laptop flatscreen (15", let's say) that stands on its own and can also be used as a laptop. I like the iMacs, personally, but they weigh 40 pounds - the idea of sticking an airport card in the is ridiculous if you can't lift the damn thing. I want something small, something classy, that I can take to the park and unfold on my desk at home without squinting at the screen or getting a neck cramp because of the positioning.

    mmm. Just a thought.

    Triv

    1. Re:What I'd like to see... by Karellan · · Score: 1

      There ARE 15" laptops (and for less than $1500). What we need is for the 15" screens to die (except for laptops for those with small laps . I hope will will make the new iMac flat screens at least 17".

    2. Re:What I'd like to see... by SlamMan · · Score: 1

      So you want a TiBook? I mean, other than display size, whats differnt about that than a regular laptop? And until we have folding displays (which would be pretty cool), than you're limited to screen size being what you want to carry around.

      --
      Mod point free since 2001
    3. Re:What I'd like to see... by gig · · Score: 2

      The AirPort cards in iMacs are there so:

      - it can be a base station for other computers
      - you can use it anywhere that has AC power, without having to run any other cables to it (most everybody has AC power jacks in every room, but only a few also have Ethernet or phone jacks in every room)

      Very handy.

  58. Can you imagine... by dedicke · · Score: 0

    ... a beowulf cluster of these?!!!!!!

    --
    raretshirts.com - cool vintage t-shirts
  59. A flat screen on a curved box? by iabervon · · Score: 3, Insightful

    They're going to have to redesign the whole thing if they want flat screens, because the box isn't flat on the front. Either than, or they'll have to make curved-panel displays.

    Of course, an iMac box would look really weird without the CRT, because it would be mostly empty, and they probably can't just make the box smaller, because they need vent space. So they'll probably have to come up with a special new shape.

    1. Re:A flat screen on a curved box? by Anonymous Coward · · Score: 0

      "They're going to have to redesign the whole thing if they want flat screens, because the box isn't flat on the front. Either than, or they'll have to make curved-panel displays. "

      This, honestly, is brilliant. I'm sure they never realized that they might have to redesin it if they were using an LCD.

      Oh, wait, maybe they did realize it and that's the whole point.

    2. Re:A flat screen on a curved box? by jred · · Score: 1

      I hope they redesign the whole thing. A large part of the design of the current iMac is due to the CRT, they had to work around it. This should allow a bit more flexibility.

      Note: I don't currently own a mac (well, I have an old, old powerbook I don't use. One button touchpad w/ X, eww), I'm too poor. If it were me, I'd put the lcd on the side of a mid-tower design, spiffed up, of course. The think that bugs me the most about the current iMac is the depth of the box.

      --

      jred
      I'm not a mechanic but I play one in my garage...
    3. Re:A flat screen on a curved box? by Anonymous Coward · · Score: 0

      Thank you Captain Obvious.

    4. Re:A flat screen on a curved box? by denzo · · Score: 1
      The reason why the iMac isn't "flat on the front" is because spherical CRTs are cheaper to manufacture than flatter ones. Therefore, the cheap iMac gets a rounded screen, and the box design is obviously to correlate with the screen. Furthermore, yes, a flat-panel iMac will need a new design.

      (as everybody else said, duh).

    5. Re:A flat screen on a curved box? by Anonymous Coward · · Score: 0

      My thoughts exactly.

    6. Re:A flat screen on a curved box? by hearingaid · · Score: 2
      an iMac box would look really weird without the CRT, because it would be mostly empty, and they probably can't just make the box smaller, because they need vent space

      I wonder about the vent space. How much of the iMac's heat comes from the CRT? Nearly all, I believe.

      What I'd love to see would be an iMac with mounting screws - to be hung on the wall.

      Now, that would exceed cool.

      --

      my old sig used to be funny, but then slashcode ate it and now it's not funny anymore

    7. Re:A flat screen on a curved box? by iabervon · · Score: 3, Insightful

      Yeah, it's just that what makes an iMac an iMac is it's weird shape, and so a non-curved one just wouldn't be the same. They'd have to be very clever to keep product recognition while using a flat screen and actually getting some advantage out of not having a CRT in the box.

  60. Re:Water cooling? Huh? by Anonymous Coward · · Score: 0

    A whole pile of dead bodies of electrocuted Mac owners does have it's appeal.

    Also, dead, the average intelligence of them would probably actually go up.

  61. Not doing much lately? by overunderunderdone · · Score: 2, Informative

    It seams like they haven't been doing much lately (as much as other manufacturers),

    I don't what you mean by "lately" I guess if you mean the past couple of months all they have done is open more of their own retail stores, speed bump their hardware, come out with a new MP3 player, update their OS, multimedia and MP3 software - which i guess is "not much" when we are talking about apple. But I don't know of any other manufacturer that does as much as Apple even on a "slow" day - the PC manufacturers are mostly just assembling and reselling new products from Intel and Microsoft whereas Apple does more of it's own hardware engineering even contributing (a little) to the PowerPC chip design and makes it's own OS (a Unix "for the rest of us"), a whole host of multimedia software and every year or two takes enormous risks coming out with inovative hardware which is either a spectacular success (iMac, Titanium PowerBook) or a spectacular (but cool) failure (the Cube)

    But back to your original question: Is apple actually going to attempt a huge come back?

    Yes, everything they do is designed to attempt a huge comeback. They started their own retail stores with the stated goal of significantly increasing market share. They take risks with such strange hardware and their own excellent software because they aren't looking for a product that is "good enough" but are hoping for a blockbuster. They have had some spectacular successes with this strategy (Most notably the iMac which singlehandedly broght them back from the grave) and some spectacular failures (the Cube - which was a failure but was still "cool")

  62. What are you talking about? by Anonymous Coward · · Score: 0

    Firewire CD burners are much faster than 6x whatever. I've seen 16x and i think i've even seen 24x, but i am not certain. You're off your rocker.

    1. Re:What are you talking about? by jasonbw · · Score: 1

      My firewire burner is 24X....i havent seen anything less than a 8x that wasn't bus powered and portable.

      Check that, i think the first Quefire drive might have been 4x, but that was two years ago.

  63. Re:Well, this old rumor is bound to be true someda by Anonymous Coward · · Score: 0

    what differentiates the iPod from a host of other less expensive alternatives?

    Whenever I see the ad on the back cover of the New Yorker, all white and clean looking, I think black sharpie every time. I hope nobody is stupid enough to leave one lying around where I can get at it with my magic marker. moohaha.

  64. shape == popularity?? by L-Wave · · Score: 1

    Funny, how apple is justifying the fast that people aren't buying new Imacs due to the same shape for 3 years.....c'mon guys, the pc has had a box shape for the past 20 years! even the sales of pcs have been dropping! I think its more or less the fac tthat we now have computers that aren't out of date within a year or two, what was that old saying? "A computer is out of date the second you walk out of the store" ? I don't think this is true anymore, I'm running a PIII 500 and IMHO it can keep up with the best of them.

    --
    I SURVIVED THE GREAT SLASHDOT BLACKOUT OF 2002!
  65. Re:Like the 20th Anniversary Mac? by SlamMan · · Score: 1

    True, since the 20th was around $7k. However, I'd like to point out that if you'd never had a computer thats sound system was designed by Bose, you're really missing out.

    --
    Mod point free since 2001
  66. This rumour again? by overunderunderdone · · Score: 1

    I have it on good authority that this rumor will still be going around in the year 2525.

    In all seriousness I understand that they have been working on this for a long time (the source of the periodic rumours) and have just been waiting for the price of the displays to come down to a point that makes sense (the reason it stays a rumour). Hopefully this time it will "come true". Apple needs periodic "blockbuster" products and changing the color of the iMac again just won't cut it anymore.

  67. Not a mac? So what? by DamienMcKenna · · Score: 1

    If you're going to put Linux or *BSD on it, what difference does it make?

  68. USB 2.0 is Dying by Wyatt+Earp · · Score: 2, Insightful

    It's a still-born connector.

    No USB 2.0 support in XP, and Intel is moving towards IEEE-1394.

    I reckon that Apple will put a higher speed Firewire in all the new desktops in January along with faster G3s and G4s, might call the new G4 a G5 and do an LCD iMac, but USB 2.0...no biggy.

    1. Re:USB 2.0 is Dying by mebob · · Score: 1

      How could you say that apple is moving away from USB 2, I don't see any fire wire...
      <br>
      Intel is ready to release atleast one board with USB2..

      --
      =1000101
  69. Re:Water cooling? Huh? by binarybits · · Score: 4, Interesting

    Unfortunately it's not that simple. P4's and G4's both have lots of optimizations that allow them to detect low-level parallelism and thus execute instructions in parallel. The G4 is arguably a bit better at this, in part because it has a RISC instruction set and thus has more flexibility in the ordering of instructions, compared with the Godawful x86 instruction set which often takes several cycles to execute.

    The other major advantage that a G4 has is altivec, but I would argue that this isn't as great an advantage as Apple claims. True, it's cleaner and faster than MMX or KNI in the Intel line, but the difference isn't *that* great, and more to the point many developers aren't taking advantage of it. So while you can get a 6x speed boost on seti@home or photoshop, it's not going to do much for your run-of-the-mill applcation.

    Finally, in terms of overall speed, I think it's ludicrous to claim that Macs are 2-3 times faster at the same clock rate. True, it's somewhat faster at the same clock rate due to a simpler instruction set, shallower pipeline, and other reasons, but I simply don't buy a 3-fold performance advantage. On average, a 866 G4 is probably equivalent to a 1 GHz or maybe 1.2 GHz P4. That's still substantially slower than Intel's top-of-the-line 2 Ghz P4's.

    Apple has been very successful at selling the idea of a "megahertz myth," and to a certain extent they may be right. But honestly, better architectures can only push you so far. If the chip is doing fewer cycles per second, that *has* to be a handicap.

    So I would say Macs at the moment are slower than their PC counterparts. They also happen to be less power-hungry, have better industrial design, run a better OS, be easier to use, etc. That's why I bought one. But I don't think we should be doing Apple's PR job for them. The G4 is a fast chip, but it's not *that* fast.

  70. No marketing on OS X. by Big+Sean+O · · Score: 1

    The reason they're not aggressively marketing OS X is because it isn't ready for mainstream use.

    The only folks using Mac OS X are developers building for the new OS, unix-geeks like me, and other early-adopter types.

    Most people I know who use Macs won't switch until the major workhorse programs (flash, dreamweaver and photoshop) work native on OS X.

    There's still a lot of room for improvement in Mac OS X. Some of the system software runs very sluggishly. But Mac OS X is improving with every minor release. 10.0.4 was much better than 10.0 and 10.1 is better still.

    Fortunately, Apple realises this by improving System 9 as well. When they stop shipping System 9 as part of OS X, that's when you know that Mac OS X is ready for primetime.

    The thing _I_ don't understand is why Apple isn't working harder on the "Mac OS X is unix" message. I'm running Apache, mySQL, emacs, the 3 P's (PHP, Perl, Python), bash, and (most importantly) nethack. Terminal is the almost the most used application (behind the browser) on my home machine.

    --
    My father is a blogger.
  71. check out the original iBook by 8onal · · Score: 1

    Instead of the soft TFT screen found on all Powerbooks and the new titanium iBook, it had a HARD screen. It was also 800 x 600. :/

    That could be a strategy for them to follow, but this *IS* just a recycled rumor, anyway.

    1. Re:check out the original iBook by Anonymous Coward · · Score: 0

      A hard screen? Really? I have one of these "hard" screens, and as far as I can tell it's the same as a new iBook/Powerbook screen construction-wise. As for durability, mine's cracked (it was in my backpack, and my excessivly large English book squished it) so it doesn't seem all that more durable to me.

  72. Insightful? by Anonymous Coward · · Score: 0

    Come on moderators. Not only does this post have incorrect info, the poster clearly doesn't know *anything* about processor architecture.

    1. Re:Insightful? by Anonymous Coward · · Score: 0

      he was saying if a whole lot there....it sounded more like a theoretical asumtion than a factual assumtion.

  73. With Apple always blazing the trail by Anonymous Coward · · Score: 0

    in original, fun, trippy, and above all, oddly shapped computers, it is doughtfull that you could say that your suprised at the notion of the flat iMac. Be sure and spot those apple updates! ;)

  74. Re:They should by King+Babar · · Score: 3, Interesting
    How many people that buy consumer-level computers upgrade them? Very few.

    That certainly used to be the case. Interestingly, however, Apple has gone out of their way to make the iMac and the iBook almost completely trivial to upgrade, at least if you're doing the most common upgrades (RAM and an Airport card). In other words, now that hard drives are getting to the point of being "big enough" (many fewer people are getting to the point of being squeezed for hard disk space even in the age of mp3s) and video cards are "fast enough", if you build everything else in, you really can make all reasonable upgrades possible for a person armed only with simple instructions and a US quarter.

    In essence, people are empowered but not hassled, which could basically be Apple's new slogan.

    --

    Babar

  75. Not the *BETA* argument again. by imagineer_bob · · Score: 0
    Macintosh nutcasees love to use the argument "BETA was better than VHS and it, too, lost."


    This argument is a load of CRAP.


    VHS was better than beta *for the features that mattered*. Why did VHS win? Because it had a 6 hour recording time available when BETA had 4.5 hours. Users liked to be able to get more shows on one tape. And they preferred that over quality.


    It's the same with the Macintosh. I don't care how many "studies" you can pull out of your butts showing "it's easier." For the featured that mattered, the PC was better, and the market voted.


    For example, in 1984 when the PC and the Mac came out, the PC offered a real keyboard, 80 columns of text, and IBM terminal emulation. In an office environment, these features were more important than Mac's picture of a garbage can, and the market voted.


    The BETA vs VHS argument is *not* a good example of an "inferior" product winning; VHS was better in the features that mattered.


    Why don't you go make love to your Macintosh (unplug it first!) and leave the rest of us alone?

  76. Flamebait? by Anonymous Coward · · Score: 0
    Just how is this flambait?

    It's an amusing, if slightly cynical observation of a phenomenom we are all familiar with. Apple using product placement on TV - which works because their kit looks so distinctive.

    I swear the moderators on /. are getting stupider by the day.

    1. Re:Flamebait? by Anonymous Coward · · Score: 0

      The observation was on, the "real computer" snip was flamebait.

  77. One possible design... by jonesvery · · Score: 1

    Last summer (the last time it was rumored that this new iMac would be introduced at the upcoming expo), one person did a mockup of what a flatscreen Imac might look like.

    They'd be kind of like the old "pizza box" performas, the way this guy envisioned them. :)

    As far as I know, there's no real information anywhere about what the form factor would be. Apple's gotten pretty touchy about unauthorized relase of info, so there probably won't be any dependable info until the actual expo rolls around...

    --

    * * *
    It is a dada story -- it has no moral.

  78. Re:Well, this old rumor is bound to be true someda by Mr.+Barky · · Score: 1

    for example, the iPod. it was hyped-up so much that when people actually saw it, it was a let down, even tho it's a great piece of hardware (a bit costly, but cool)...

    Apple had a press release before it was unveiled and called it a "breakthrough digital device". That's why there was so much hype.

  79. It's about time to phase out smaller CRTs by Animats · · Score: 4, Insightful
    The iMac's display is only 13.8" (viewable, measured diagonally). 14" LCD monitors are widely available, and quantity pricing is quite good. So it's time to switch.

    There are big wins in switching when you make the whole machine. The box size goes down. Shipping cost goes down. Shelf space at retail goes down. Power supply size goes down. It's a bigger win for Apple than for the Wintel crowd.

    I'm just surprised that Apple didn't do this before the holiday shopping season.

    1. Re:It's about time to phase out smaller CRTs by hattig · · Score: 1
      Very good point there - 14" TFTs in bulk from a supplier that Apple owns a significant amount of would probably cost around $100 each. Considering that you can buy them for under $300 anyway with a case, controls, cable etc as well, it might be less than $100.

      Basically, the CRT they are currently using will probably be around $40 in bulk, and need more casing, stronger boxes (heavier) and more space when being delivered (higher cost of delivery). So if the other component costs are reduced by ~$60 (i.e., natural computer part price drops for HD, CPU, RAM, etc), you can have a TFT iMac for the same cost as a CRT iMac.

      I hope it is true and is released in early 2002. And that the CRT can do 1024x768 with 24-bit colour and has a good contrast ratio and good speed refresh (remove blurring). Might make a very nice box to have in the kitchen or lounge. Quiet, stylish, small.

    2. Re:It's about time to phase out smaller CRTs by gig · · Score: 2

      I think they have been waiting on OS X. This will be an "iMac II" and they want it to boot up OS X by default, and I think they want to make OS X famous with this iMac the way they made USB famous with the original iMac. In other words, part of the story will be the flat-panel, part will be the new design, and part will be OS X by default. Developers will have to make sure their OS X shit is in order to keep selling to the iMac crowd.

  80. Re:Well, this old rumor is bound to be true someda by Mr.+Quick · · Score: 1

    true enough, but the rumormongers turned that into *digital-hub/DVD-R/laser gun/etc* and whet people's appetite for an all encompassing be-all-end-all device...

    breakthroughs are on a sliding scale maybe...

  81. I also heard... by _avs_007 · · Score: 1

    That of all the Fortune 500 companies, only THREE have stayed in the black every quarter for the last 10 years.

    They are (in no particular order):

    1.) General Electric
    2.) Intel
    3.) Wal-Mart

    1. Re:I also heard... by sensate_mass · · Score: 1
      I'm sure Microsoft should also be on that list.

      --
      --- Submission is feudal.
    2. Re:I also heard... by Alan+Partridge · · Score: 1

      Microsoft do not manufacture computers. They manufacture nightmares. And money.

      --
      That was classic intercourse!
    3. Re:I also heard... by Anonymous Coward · · Score: 0

      Congratulations on winning the essay writing contest. Pity you can't fucking read.

  82. Re:Well, this old rumor is bound to be true someda by Mr.+Quick · · Score: 2, Insightful

    what differentiates the iPod from a host of other less expensive alternatives?

    size, speed, industrial design, interface design, battery life...

    you don't agree?

  83. uhh wrong twice by Anonymous Coward · · Score: 0

    almost all macs can boot off the cd drive, and since the almost all come with writable cd-rom drives.....

    The mac uses "firmware" not bios and updates are available fairly regularly...

    1. Re:uhh wrong twice by Anonymous Coward · · Score: 0

      Like most other cretins who think that "uhh" means "I disagree" you are not only wrong but guilty of trying to appear clever without any good reason. Firmware and BIOS are interchangable terms - same function, stored in the same kind of memory. So "almost all" Macs can boot from a CD? Great, too bad if you have the one that doesn't. And please do respond telling us all which CD-RW drive is cheaper. I kow there are none that can create a CD faster than you can write a floppy image.

      Looks like you're just another of those "unbalanced" posters that always support Apple no matter what.

      (Of course this ignores the fact that most Mac users wouldn't be very comfortable making their own firmware update boot CD, it would need to come in a typographically-perfect envelope from Apple with idiot-proof instructions printed on drool-proof paper. And 30% of them would whine and start a class action suit if it didn't work first time and cost nothing.)

    2. Re:uhh wrong twice by Shuh · · Score: 1

      So "almost all" Macs can boot from a CD? Yeah... all of them built since the invention of the CD-ROM drive -- and some from before that time. You know... back when Winders was little more than a Graphical Shell for DOS.

    3. Re:uhh wrong twice by Anonymous Coward · · Score: 0

      Heh... the difference is that Windows moved on.

    4. Re:uhh wrong twice by seann · · Score: 1

      So "almost all" Macs can boot from a CD? Great, too bad if you have the one that doesn't. And please do respond telling us all which CD-RW drive is cheaper. I kow there are none that can create a CD faster than you can write a floppy image.

      Have you seen 16X burners?
      They write pretty fast, infact I was burning a cd the other day, and on another computer writing a floppy disk. The cd was done before the floppy image was

      So "almost all" floppy drives can get 1.4mb written to it faster? Great, too bad if you have the disk image that doesn't fit on a floppy drive, and spending the same 1-4 minutes burning that image to a more flexible faster medium. And please do respond telling us all which floppy drive is faster. I kow there are none that can create a floppy faster than you can write a cd image (of the same size).

      --
      I'm a big retard who forgot to log out of Slashdot on Mike's computer! LOOK AT ME.
    5. Re:uhh wrong twice by Anonymous Coward · · Score: 0

      I was burning a cd the other day, and on another computer writing a floppy disk. The cd was done before the floppy image was

      Bullshit. Not even with a 20X.

    6. Re:uhh wrong twice by Shuh · · Score: 1

      Heh... the difference is that Windows moved on.

      I guess so... moved on to booting from a 1.4Mb floppy into a DOS-based "save-my-ass" mode. When a Mac boots from a CD (or even a 100Mb Zip) you get the real-deal MacOS.

    7. Re:uhh wrong twice by cpt+kangarooski · · Score: 1

      Naw... Macs've had CD drives for a really long time. I remember messing with the CDSC external drive on an SE/30 once. The first model to have an internal CD was the IIvx (I had one) BUT it couldn't boot off of it. The successor to it, the Centris 650, along with the Centris 610, were the first machines that could do that. (and which came out almost immediately after the IIvx, were faster and better and cheaper, making the IIvx owners bitter)

      Of course, this was in about 1992-93, so it's been around for a while.

      --
      -- This and all my posts are in the public domain. I am a lawyer. I am not your lawyer, and this is not legal advice.
    8. Re:uhh wrong twice by Anonymous Coward · · Score: 0

      And it always takes around six minutes. No option for a short-cut - because Apple always know what's best for you. Probably this is a major contributing factor to the lack of a games market (and hence the platform's relative obscurity) - the resources of the system are always crippled by a complete MacOS.

    9. Re:uhh wrong twice by Shuh · · Score: 1

      And it always takes around six minutes.

      Pfft. You really don't know what you're talking about. It does not take 6 minutes to boot from a CD or a Zip, more like 1 or 2.

      No option for a short-cut - because Apple always know what's best for you. More like: the OS is not based on one DOS-kludge after another and so there isn't a crippled 1970's-style OS to drop into.

      Probably this is a major contributing factor to the lack of a games market (and hence the platform's relative obscurity) - the resources of the system are always crippled by a complete MacOS.

      I guess when your entire platform gained dominance largely on the strength of DOS-based games, this is a "reasonable" statement. Unfortunately, you need to stay current on your events... MacOS X allows me to load up just a UNIX CLI without starting the GUI... can Windows do that? Nope -- just DOS and crippled faux-VMS.

    10. Re:uhh wrong twice by Anonymous Coward · · Score: 0

      Even the fact that you count boot time in minutes is kind of funny. And a CLI? Ooooh! I guess that _is_ a new thing on a Mac, isn't it! Probably you failed to consider Cygnus tools like bash when you said that Windows can't have a good one.

    11. Re:uhh wrong twice by Shuh · · Score: 1

      Probably you failed to consider Cygnus tools like bash when you said that Windows can't have a good one.

      On the Macintosh (and on other UNIX-based boxes) "bash" is something called a "shell" -- not a tool. There are many of them out there, zsh, ksh, and csh are others. I can install any one I want from the world of BSD-UNIX. Have fun with whatever "Cygnus" deems fit to grace your Windows box with.

  84. Re:Water cooling? Huh? by the_2nd_coming · · Score: 2

    first off, I was not making any clames as to what is what, I was just siting mathmatics. second of all I was targetting only the operations per cycle, not any of the optimizations...read the whole post and you will see where I discount this as a way to truly measure speed. and , how can you say that fewer clock cycles has to be a haddycap? if a G4 does 3 operations a cycle and those operations are more efficient than X86, then you are not haddycaped at all, you operation level is eaual per second and your operations are more efficient......even if they used the same instruction set, if you did 3 operations per cycle 667 MHz equals the exact same performance that a 1 operation per cycle 2.0 GHz chip has.

    the fact the the G4 instruction set is better and more efficient that X86 only adds to the overall speed at which you can get stuff done in the real world...but as for raw speed, a 3 operation/ cycle G4 at 667MHz is as fast as a 1 operation per cycle P4 at 2.0GHz. math does not lie my friend, it does not lie.

    --



    I am the Alpha and the Omega-3
  85. WOW!! by Penguinoflight · · Score: 1

    This will be the second time Apple will be the first to release something after someone else does! Way to got Apple. Oh wait, maybe it's the third :-)

    1. iMac was not the first monitor integrated computer.

    2. OS X was a little late to bring UNIX to the common person, they stuck with M$ junk, and nearly a year after it's release, it's still less popular than FreeBSD.

    --
    "And we have seen and do testify that the Father sent the Son to be the Savior of the World"
    1 John 4:14
    1. Re:WOW!! by Anonymous Coward · · Score: 0

      Hmmm.. now let me think a little here.. what was the first monitor-integrated computer?

      Hmm....

      I got it! The original Apple Macintosh.

      Apple never claimed that the iMac was the first.

      Dumbass.

    2. Re:WOW!! by radpole · · Score: 1

      You must not be very old I remember Kaypros, Radio Shack TRS80 - II and I, and I am sure there were more before that.

    3. Re:WOW!! by Anonymous Coward · · Score: 0

      dude, of course the imac isnt the first all-in-one computer. it replaced the AIO G3, which replaced the various powermacs and performas and LCs that had an all-in one enclosure

      apple was just the first to release a legacy-free computer (imac)

    4. Re:WOW!! by Anonymous Coward · · Score: 0

      The Lisa.

  86. Better late than never by quantaman · · Score: 1

    It's good to see Apple making a move to change to 15'' viewable. When iMacs first came out one of the reasons they took off so well is the 15'' monitor was standard. However 17'' is now standard and most consumers arn't happy with a small 15'' CRT screen. I think that either this move or changing to a 17'' CRT (although that would take away from much of the compact size which is likely why they haven't done it) is necessary to revitalize iMac sales.

    --
    I stole this Sig
  87. Why the margins are higher by TheInternet · · Score: 5, Interesting

    The problem with USING all that cool Mac stuff is that it costs MONEY. Sure you could grab the software somewhere, but the hardware is so overpriced compared to PC hardware.

    Apple has a different business model than somebody like Dell. Apple has an entire platform to develop. They provide free, ad-free internet services to their customers. They provide quite a bit of free software. They host open source projects. These things cost money to create and maintain. This money comes from the margins. Basically, you pay more so Apple can develop a better experience.

    A company like Dell, however, is primarily an assembly service. They don't have product development in the same sense that Apple does. Dell's products are defined largely by Intel, Microsoft, NVIDIA, IBM and component manufacturers. The actual machines and experience end up being very similar to that of other manufacturers, so Dell effectively competes on the sale rather than the product. Not that there's anything inherently wrong with this -- it's just a different business model.

    The fact that Apple and Dell have different approaches to selling computers is good. It means we have choice.

    Apple is profitable and has well over $4 billion in cash, but if you look at their actual profit on per-quarter basis, they aren't raping customers and just watching the money pour in. They're doing constructive things with it.

    - Scott

    --
    Scott Stevenson
    Tree House Ideas
    1. Re:Why the margins are higher by Anonymous Coward · · Score: 0

      Yes.

      It's good that we have choices. It's good that I can buy cheap clone hardware and not contribute a significant portion of my hardware dollar to closed source software (basically almost everything Apple produces) and effete 'Industrial Design' nutcases producing 'fashionable' enclosures.

      Your 'develop a better experience' blather. Eeek, hasn't that kind of buzzword crap gone out of style yet?

    2. Re:Why the margins are higher by Tuzanor · · Score: 2

      amen!!! This is precicely the difference that apple has from the x86 world! apple computers are expensive, but there is no doubt that they are just as good(if not better) bang for the buck than most PCs. Think about it. If you buy a top of the line Powermac G4 you get TONS of software that would have cost you a lot of money had you (legally, ahem) bought it for a PC, plus a lot of hardware that would have cost a lot. Like Gigabit ethernet (of which for now is usless as most of our hubs/switches are 10/100 and gigabit ones are still pricey), firewire, apple superdrive, etc.

    3. Re:Why the margins are higher by gig · · Score: 2

      > Like Gigabit ethernet (of which for now is usless
      > as most of our hubs/switches are 10/100 and
      > gigabit ones are still pricey)

      A lot of Apple's customers work with big files, though, so just being able to connect a desktop and notebook machine with Gigabit Ethernet is a great feature.

      I use a PowerMac and a PowerBook, and both have built-in Gigabit Ethernet. I hook them up with a standard Ethernet cable (don't even need a crossover cable), so that when I'm working on the PowerMac, the PowerBook's drive is mounted there and is just as fast as if the drive were attached to the internal ATA. This has totally removed the chore of moving large audio and video files between these machines. It's just a typical file copy like between two drives in the same machine.

      Both machines get their Internet from AirPort (802.11) so I can use the Ethernet jacks like this without messing with the outside connection.

      Another cool connectivity thing is that if you boot a Mac with the T key held down, it starts up as a FireWire hard drive, ready to plug into a FireWire computer. Sometimes I do that if I just want to hook the notebook up to the desktop quickly and grab a bunch of files, without working on the notebook as well.

      One day we'll replace our hub and it will be Gigabit and we'll be ready for that with the machines.

      These systems being included in every box really elevate the platform.

    4. Re:Why the margins are higher by TheInternet · · Score: 1

      It's good that I can buy cheap clone hardware and not contribute a significant portion of my hardware dollar to closed source software

      I strongly support your decision to do so.

      and effete 'Industrial Design' nutcases producing 'fashionable' enclosures.

      I guess nutcase is inherently subjective...

      Believe it or not some people do care how things look. This is why cars come in more than one design and color. Obviously design was irrelevant when a computer filled an entire room, but things have changed a bit.

      We're not robots. We like art. The TiBook looks cool. Perhaps you see your computer as something that shouldn't involve art. That's fine. You don't have to feel the same, but there's no point in saying people are insane for liking something other than a grey hunk of plastic.

      Your 'develop a better experience' blather. Eeek, hasn't that kind of buzzword crap gone out of style yet?

      The phrase means something concrete -- basically you enjoy the process of using the computer. I don't see it as my fault that the term was hijacked by people who had no interest in what it actually meant. Apple probably has more right to use it than most.

      - Scott

      --
      Scott Stevenson
      Tree House Ideas
  88. All those things they got right... by Anonymous Coward · · Score: 0

    ...and I'm sure the list of wrong things would be a rather long one as well, and the one at the top of the list in big blazing 20 point letters would be DITCHING SCSI that CRAP IDE.

  89. What are you talking about? by _avs_007 · · Score: 2, Insightful

    Have you taken any EE classes? In Computer Architecture you study different processor architectures.

    If you claim that one processor has a better risc design, and allows more flexibility, then HOW can you claim that it will take less operations as well???????????

    Being RISC means you break down complex operations into MORE instructions that are SIMPLER. This is where the flexibility comes in, because you can order your operations more efficiently in your pipeline to avoid resource conflicts, and utilize more of the resources available. Since you have more instructions that are simpler, usually you clock the hell out of it. Otherwise how can you be running a slower clock AND get better performance? RISC usually means you need to execute MORE instructions, NOT less...

    If you talk about x86 being CISC, then that means it takes LESS instructions to execute, but they are more complex. Usually to accomplish this, your instructions CANNOT utilize resource sharing, otherwise you will NEVER be able to pipeline your instructions. Given this, it means the instruction MUST finish in one clock cycle. Hence typically a CISC processor is supposed to be clocked lower than a RISC processor.

    Now before anyone pipes in about the P4 being 2 Ghz, let me mention that the P4 actually has a RISC core... So that is why a P4 clocked at a HIGHER clock is performing about the same as an Athlon with a LOWER clock, because the P4 needs to execute more instructions. The benafits will be realized when/if Intel can runaway from AMD in terms of clock speed.

    Of course, I boiled this all down to explain here, but you get the point...

  90. Unix heritage by TheInternet · · Score: 1

    MAC OS X 2001 == Unix 1969

    Plop an end user in front of each of these and see which one they do better with. :)

    - Scott

    --
    Scott Stevenson
    Tree House Ideas
  91. Re:Well, this old rumor is bound to be true someda by rikkards · · Score: 0, Flamebait

    Honestly I don't know why it was considered revolutionary especially in design especially since Compaq were doing the monitor and computer in one before the iMac. If cheesy colours are considered revolutionary then I guess so.

  92. Re:Well, this old rumor is bound to be true someda by Steveftoth · · Score: 2

    Compaq?

    Apple got credit for copying itself. The iMac is a sleeker version of the Macintosh 128k.

    Not that the iMac isn't cool, I think that computers that come in square boxes are what is needed for computers, but anyone who thinks it's a change from what apple was doing before is simply wrong. They just brought the old style into the 21st century.

  93. Re:Water cooling? Huh? by rbrito · · Score: 1

    While this argument is old and what matters is the number of cycles an instruction takes to be executed (together with the length of the pipeline of the CPU etc), I think one would actually have to finish his homework instead of just assuming that a PowerPC can actually perform a high number of instructions executed per clock cycle.

    I was recently exposed to an old PowerPC machine (a PowerMac 9500/180MP), liked it a lot (despite it being slow) and thought about buying a new Mac for me (perhaps an iBook?). But since they are not even comparable in price to other architectures here in Brazil, I decided to learn more about it to see if the applications were making good use of the processor and if compiler support (read: GCC) were mature (which is important for me, since I am a grad Computer Science student).

    Well, it seems that that's not the case. While Apple may have a good GCC for Darwin (whose patches are supposed to be incorportated upstream in GCC in the future), some posts from debian-powerpc and other places in the Web suggest that as a development platform (especially for intensive calculations), it may not be as good as a cheap, underpriced PC platform.

    Of special weight for me is the opinion of Dan Bernstein, whose opinions I always respect a lot, given his background. In particular an article about G4s and an advice about purchasing computers.

    Despite his opinions having a great weight on my decisions, I'm already convinced that the Apple products are reasonably good (and I've already played a tiny bit with their OS X, which has the coolness factor).

    On the other hand, while the competition is so much cheaper (a strong point), with higher performance and better support, I'm still evaluating if purchasing, say, an iBook would be a good move (read: I'm still undecided), especially in the light of Dan Bernstein's revelations.

  94. flat screen iMacs? by Anonymous Coward · · Score: 0

    IMHO a flat screen iMac would not sell well as G4's and cubes with separte sexy flat monitors. But i don't use a mac, im stuck with the borg :(

  95. Platform by TheInternet · · Score: 5, Insightful

    Apple's failure was not allowing clones of its hardware

    I can't think of a worse time in the platform or company's history than during the point that clones were available. It was an absolute mess. Part of the problem was that none of the manufacturers had any interest in actually expanding the market. They just took Apple's best customers while Apple was left to foot the bill for platform development. Clones elminated a lot of the core value of the Mac.

    Cloning was in direct conflict with the Mac experience, philosophy and culture. It may have seemed like a good idea on paper (largely people assumed if it worked for x86, it would work for the Mac), but in practice, it just didn't flow right. The platform is undoubtably in a more stable position today.

    and they had a fully operational 486 booting Mac OS, complete with desktop and even Quicktime movies with sound

    Welcome Mac users, to the wonderful work of IRQ conflicts and COM2. :)

    Controlling hardward and software helps integrate, but not innovate

    Actually, just the opposite. Things like iDVD, iMovie and AirPort worked immediately upon introduction (and therefore added value) due specifically to the fact that Apple controlled both the hardware and software.

    The fact that Apple owns and maintains its own platform is at the core of its value proposition and ability to differentiate from other manufacturers. It provides choice in the industry.

    - Scott

    --
    Scott Stevenson
    Tree House Ideas
    1. Re:Platform by Anonymous Coward · · Score: 0

      Cloning was in direct conflict with the Mac experience, philosophy and culture.

      One Kulture, One Philosphy, One Experience.

  96. Put down the crack pipe, please. by Doktor+Memory · · Score: 2

    the 500 MHz G3 is nearly as fast as the 1 GHz P3

    I don't suppose you'd care to back up that hysterically funny claim with any actual benchmarks, eh?

    A 500Mhz G 4 can, on a very good day, when the moon is in jupiter and there are no clouds, just about barely keep up with a 1GHz P-III on certain benchmarks. (Where "certain benchmarks" basically means "Photoshop Unshark Mask and nothing else.") A G 3 is not getting anywhere near the 1GHz P-III, nevermind the 1.4GHz P-4.

    --

    News for Nerds. Stuff that Matters? Like hell.

    1. Re:Put down the crack pipe, please. by Anonymous Coward · · Score: 0

      A G3 is basically a G4 without AltiVec.

    2. Re:Put down the crack pipe, please. by hearingaid · · Score: 3, Insightful

      It evidently needs to be said again.

      The G4 is the G3 with Altivec and SMP. They're the same chip otherwise. The G4 runs Altivec-enabled programs faster than the G3 does. This includes mostly Photoshop.

      If you're not running Altivec programs, and you only have the one processor, a 500MHz G3 runs as fast as a G4.

      However, FWIW... I have a 400MHz G3. It runs about six times as fast as my P133 on most tasks; that suggests a rough speed equivalent of 800MHz. (For example, it encodes MP3s using BladeEnc at almost precisely six times the speed. Other tasks are similar.)

      Working the math, that would suggest a 500MHz G3 should be about a gigahertz or so.

      --

      my old sig used to be funny, but then slashcode ate it and now it's not funny anymore

    3. Re:Put down the crack pipe, please. by Chagrin · · Score: 2
      • Where "certain benchmarks" basically means "Photoshop Unshark Mask and nothing else".

      Hmm, noting that I don't have many pictures that need sharks removed from them, it appears that the P-III would be the better processor for my needs.
      --

      I/O Error G-17: Aborting Installation

    4. Re:Put down the crack pipe, please. by nexthec · · Score: 1

      your math sucks, trying to dived performance by clock numbers on any platform, then relating it to a different generation of processsors, sucks. period.

    5. Re:Put down the crack pipe, please. by nosferatu-man · · Score: 1

      Well, the only place where a 500mhz G4 is within spitting distance of a 1ghz CuMine is when running tons and tons and tons of vector ops. In other words, Altivec. Which, as you astutely note, the G3 lacks.

      Conclusion? A 500mhz G3 is never within spitting distance of a 1Ghz P3/K7. Sorry, them's the facts. There's plenty to like about the Motorola line (especially if you're building embedded systems), but they just can't keep up with x86, speed-wise.

      Peace,

      (jfb)

      --
      To spur "enterprise Linux," Big Bang, the distributed two-phase commit.
    6. Re:Put down the crack pipe, please. by mmol_6453 · · Score: 1

      Maybe he meant "unmask shark"

      Wonder what would happen when he did that to pictures of Bill Clinton and Osama bin Laden?

      --
      What's this Submit thingy do?
    7. Re:Put down the crack pipe, please. by mmol_6453 · · Score: 1

      My dad does software development for both 68* and x886 embedded systems.

      He told me that the nice thing about 68* CPUs is that they complete every instruction in two clock cycles, while some instructions on an x86 can take over 20 clock cycles.

      Don't know for sure, though. He told me this while we were discussing the old 6802E. (No, that's not a typo.)

      Yeah, I know everyone hates the "My dad told me" posts.

      --
      What's this Submit thingy do?
    8. Re:Put down the crack pipe, please. by tifosi · · Score: 1

      Thanks to pipeline design every modern CPU is running at 1 clock cycle per instruction, heck there is even an old 8051 type microcontroller that is running at 1 clock cyle/instruction at 50Mhz.

    9. Re:Put down the crack pipe, please. by Shuh · · Score: 1

      Conclusion? A 500mhz G3 is never within spitting distance of a 1Ghz P3/K7.

      I wouldn't be too sure of that. I had a processor-intensive PERL script I used on a project. It tried permutations of 8 items taken 8 at a time. It was not cache/disk/memory bound because it was quite small.

      On my 1997-vintage G3-233Mhz running LinuxPPC, it finished in 1min45s. Just for grins, I sent the script to myself at work and ran it on my new 2000-vintage $X0,000 DUAL-P3-866Mhz workstation running Red Hat. It finished in 55s. Not even twice the performance on nearly 4X the Mhz... 7X if you count both processors (and no, I couldn't tell if the second one kicked in for my little script). Everything on the PC was 3-4 years newer than the Mac, and Red Hat is more advanced on the PC than LinuxPPC is on the Mac.

      Long story short: I wouldn't be surprised at all if a 500Mhz G3 kept up with a 1000Mhz P3 or K7 for any number of things other than the find-replace function in M$ Word.

  97. 'cause loosers hate winners by Anonymous Coward · · Score: 0
    Why does the Slashdot community automatically tear apart everything Apple does?

    For the same reason it tears apart everything MS does - loosers hate winners.

  98. Flat-panel iMac == iBook by Bud · · Score: 3, Interesting

    Given the additional cost of an LCD screen, a flat-panel iMac would cost about the same as an iBook. And performance-wise they're almost the same. I don't see much of a market for a flat-panel iMac as long as it doesn't provide better performance than the iBook.

    --Bud

    1. Re:Flat-panel iMac == iBook by kaiju8 · · Score: 1

      But you have to take in account that there is no battery to concern yourself with. And with the CRT gone there's plenty of real estate, so larger, cheaper components can be used. I'm thinking they'll probably get back up to the $999 price point, but not up to iBook prices.

    2. Re:Flat-panel iMac == iBook by SoupIsGoodFood_42 · · Score: 2, Insightful
      How do comments like this get modded so highly?

      About 10 people before you have mentioned this. And each time, someone has stated the blinding obvious fact that a flat-panel iMac would not use expensive laptop internals. Not to mention things like form factor.

      *sigh*

      Also, iMacs do provide better performace than iBooks.

      new moderation option needed: (Score: -1, For f's sake girl/boy/woman/man! Think before you post!)

    3. Re:Flat-panel iMac == iBook by Bud · · Score: 2
      About 10 people before you have mentioned this. And each time, someone has stated the blinding obvious fact that a flat-panel iMac would not use expensive laptop internals. Not to mention things like form factor.
      ...
      Also, iMacs do provide better performace than iBooks.

      Mr. Know-it-all, you need to look farther than numbers.

      We're talking Apple here. Look is everything and industrial design rules. They're likely to put laptop innards into the monitor stand, for Dog's sake! Besides, the iBook is fairly thick and not very crammed inside, and the motherboard is only slightly smaller than the mobo in an iMac. Everyone and their mother are fully aware of the fact that the iBook and the iMac are not completely equal, given facts like that the iMac doesn't need to conserve power, and can take a larger hard disk (3.5" vs. 2.5" in the iBook). The iBook will always be slightly more expensive than a comparable iMac.

      The crucial thing here is that the price difference between the iMac and the iBook is mostly due to the crisp-n-juicy LCD screen, and if Apple goes and eliminates that, they'll have to increase the iMac's price another $100 or so, and suddenly more people will feel compelled to buy the portable iWossname instead of the desktop iWossname... ergo, if an LCD iMac is introduced, it will lose sales to the iBook. Which is what my original point was about anyway.

      Thanks, and have a nice Christmas.

      /me steps off speaker box

      --Bud

  99. Ummm... by TheInternet · · Score: 2

    Is this really that new of a concept?

    Is what a new concept? Nothing has been introduced yet. And regardless of what they do introduce, one major difference is that these machines will be designed to run Mac OS X.

    - Scott

    --
    Scott Stevenson
    Tree House Ideas
  100. Re:No marketing on OS X, {well said} by A_Non_Moose · · Score: 1

    I could not agree more with you, bro, but the first and last paragraph of your reply strike me as slightly contradicting.

    You first say "not ready for mainstream use" yet, your own use is pretty "main stream"...ok, geek, internt and web wise...but main stream non the less. Right?

    But the middle parts are very accurate.
    I'm "waiting" for dreamweaver, personally, even tho I rarely do that "web-master-thing" now.

    Strange that it does "get better and better" each release. I keep thinking of that quote/sig of "At Microsoft's current rate of progress they will, in 20 years, invent Unix".

    Heh. {and your comment was "crunchy on the outside, chewy on the inside"... {G}...yeah, I do need rest, as a matter of fact}

    Cheers, bro.

    Moose

    .

    --
    Have you read the moderator guidelines? Well, have you, PUNK? (and I want a Karma: Gnarly option)
  101. Re:Well, this old rumor is bound to be true someda by Evro · · Score: 1

    Well, they made the computer into a piece of furniture that grandma and aunt diane would like to have on their desks. I guess. I honestly thought it was stupid, and still am not too fond of it, but I can't really argue with Apple's sales figures.

    --
    rooooar
  102. Re:Well, this old rumor is bound to be true someda by Anonymous Coward · · Score: 0

    IIRC the last time the rumers weren't true some crazies actually tried to sue Apple. I can't remember if they got laughed out of court or not though.

  103. yea buddy by Anonymous Coward · · Score: 0

    Apple...

    Make the flat panel iMac... make it as cool and as powerful as the one I own now, and I will be one of the first in-line to buy the new one.

    --geethree

  104. Re:Well, this old rumor is bound to be true someda by stripes · · Score: 2
    When the iMac was unveiled it was considered by many to be nearly revolutionary. Whether you agree with this sentiment or not is another issue. However that was (I believe) in 1998, and it's nearly 2002 and the iMac of today is visually almost identical to the 1998 firstborn Bondi Blue iMac. Yeah, there have been color changes, hard drive upgrades, speed bumps, memory increases, and now even a slot-loading cd/dvd/whatever drive, but the external appearance is pretty much unchanged. Normally this wouldn't matter for a computer, but the iMac was a hit because of its style.

    They also got rid of the fan at some point (yes, it had a fan in the past) and a faster front side bus.

    So it's time for something "revolutionary" again.

    I know! Let's make a little cube with no fan and a big LCD panel for it...

    Oh, wait, that flopped. Mostly because of the price. It's not time for a "revolutionary" new Mac, but a successful one :-)

    So if Steve Jobs unveils a flat panel iMac, it won't be a big surprise. The difference now will be if he doesn't, analysts will be disappointed and Apple's stock price will probably take a minor hit.

    Depends on what else is released then. Also if the new iMac costs a lot more then the old one I expect bad things to happen.

  105. FANTASTIC iMac Prototypes!!! (Photos) by jabberjabber · · Score: 1

    These are the coolest freaking prototypes of ANY cpu I've yet seen. Check them out at: http://www.acorncreative.tv/imac2.html

    1. Re:FANTASTIC iMac Prototypes!!! (Photos) by jrockway · · Score: 1

      Those are very cool. I question the accuracy, but hey! Cool pics ;)

      --
      My other car is first.
  106. Why oh why? by epepke · · Score: 1

    Why do people say these things? My Mac works on the same networks, can use the same printers, can read and write the same file formats, etc. I can even cross-compile Win32 code on the Mac, and without a PC emulator. I only have to test it under Windows. Plus I can use all the Free BSD tools I can get my grubby little mitts on. If you are really addicted to MS software, you can get MS Office. It works better on the Mac anyway. OK, so I can't run Visual Basic on it. BFHD.

    Now, how exactly is this totally incompatible with anything else?

    I can imagine Joe User thinking that Macs are totally incompatible with everything else on the grounds of "where's da Start button?" But, perhaps unreasonably, I expect more from Slashdot.

  107. Re:Water cooling? Huh? by Anonymous Coward · · Score: 0

    Your signature implies that there is a moral equivalence between Israel and the PLO. There is NO such thing. Israel is an established nation. The PLO is a group of thugs.

  108. DELL???? by Surak · · Score: 2

    Dell is almost as overpriced as Apple! Sheesh.

    Sure, you can go down to your local cheap computer dealer and get more bang for your buck, but then you'll probably end up with cheap components that won't run Linux, may crash under Windows more often.

    Local cheap computer shop? I build all my own boxes, buying best-of-breed components from various places and end up with a box that has higher-end components than those put in that overpriced Dell bitty box.

    I just priced out the following system for
    $550:

    1.4GHz Athlon
    256 MB RAM
    40 GB HD
    15" Monitor
    64 MB ATI RADEON
    SB AWE64 Sound
    52x CD-ROM
    Firewire
    10/100 Ethernet + Modem

    Shoot. I for an extra $100 or so (bringing our total to $650) I could have gotten a 17" monitor. This even includes the translucent case!

    Heck, I could throw on a DVD-ROM or a even CD-RW drive and still be under your price.

    Oh, and AMD processors have far more bang-for-the-buck than comparable Intel CPUs.

    1. Re:DELL???? by Jeremy+Erwin · · Score: 2

      SB AWE64 for a soundcard?
      If you want to add DVD to your system, you're better off with a sound card that is capable of 48 KHz output.

    2. Re:DELL???? by rhinoX · · Score: 2, Insightful

      Well that's just great, build your own damn box. The people that buy Apples, and yes, Dells _don't_. It needs to be kept in mind that not everyone gives a flying fuck about building their own s00per-duper machine with all the bells and whistles, especially when you have to deal with umpteen different manufacturer's warranties.

      Man, you would think this web site existed in a vacuum.

      --
      The copper bosses killed you, Joe. 'I never died', said he.
  109. confirmation on wired & appleinsider by spd_rcr · · Score: 1

    http://www.wired.com/news/business/0,1367,48855,00 .html
    & again on appleinsider
    http://appleinsider.com/articles/0112/imac2002.p ht ml
    why can't they just release a 17" powerhouse imac model .. or even a 19" .. it'd make an awesome head to a tower full of briq's running black lab linux =)
    http://www.terrasoftsolutions.com/products/briQ/ hp c.shtml

    --
    - tensions in our lives that are attacking our minds, unite themselves together to make our consciousness blind - op'ivy
    1. Re:confirmation on wired & appleinsider by spd_rcr · · Score: 1

      oops, there's a bad space in each url that needs removing to make the links work ...

      --
      - tensions in our lives that are attacking our minds, unite themselves together to make our consciousness blind - op'ivy
  110. Apple & iPod - good guy. by Anonymous Coward · · Score: 0
    The iPod has a 'hidden' directory. That's the entire copy protection. 'Copying is a social phenomenon, not a technological one' (or something like that) is what they're saying.

    As far as the upgrade fiasco is concerned, they're basically trying to cover their ass in an irritating fashion - but it's better than releasing CDs that can't be read in a freaking CD-ROM drive! sheesh!

  111. Re:Water cooling? Huh? by drinkypoo · · Score: 1
    how can you say that fewer clock cycles has to be a haddycap? if a G4 does 3 operations a cycle and those operations are more efficient than X86, then you are not haddycaped at all, you operation level is eaual per second and your operations are more efficient

    The problem is that unless you have three compatible instructions, whose order is unimportant, you will pay a penalty for those additional instructions. A 2-way superscalar chip is not 100% faster than a non-superscalar chip, all things considered, and a 3 way is not 50% faster than a 2 way. You are haddycap(sic)ped by branch prediction and pipeline reassembly.

    Also, I don't know how this figures in, because I know jack about the mechanisms of compiler optimization really, but compiler optimization does play a big part here. A gigantic amount of work has gone into x86 compiler optimization. I don't know how much optimization is done by PPC compilers, but the x86 boys (and girls) have a leg up on them, so to speak.

    the fact the the G4 instruction set is better and more efficient that X86 only adds to the overall speed at which you can get stuff done in the real world...but as for raw speed, a 3 operation/ cycle G4 at 667MHz is as fast as a 1 operation per cycle P4 at 2.0GHz. math does not lie my friend, it does not lie.

    Math does not lie, but the way you present it can make one thing look like another; This is abundantly true any time you look at statistics, which is basically what we are doing now, especially in a world where you can optimize your CPU to do well on specific benchmarks. Admittedly intel's who's usually guilty of such a thing, and I'm not claiming that ibm/moto are doing anything of the sort. OTOH, you can play with numbers until they look the way you want them to look. The only functional benchmarks are application benchmarks, and too much else is inequal between a x86-based system and a ppc-based system to make that an easy comparison.

    --
    "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
  112. Mac as Unix by Anonymous Coward · · Score: 0
    They aren't advertising this because:

    1) It'll scare the peons

    2) Unix types _know_ this.

    3) They haven't released real server hardware... yet.

    There's a lot of interesting SMP code in the Darwin kernal. I can't see a reason for it to have major problems before 32 processors. 32>>2...

  113. Re:Water cooling? Huh? by the_2nd_coming · · Score: 1

    ok, I see your point, I grossly over simplified it out of existence.

    --



    I am the Alpha and the Omega-3
  114. You're WRONG about BETA/VHS by imagineer_bob · · Score: 0

    Macintosh nutcases, fruitcakes, and zealots love to use the argument "BETA was better than VHS and it, too, lost."

    This argument is a load of CRAP.

    VHS was better than beta *for the features that mattered*. Why did VHS win? Because it had a 6 hour recording time available when BETA had 4.5 hours. Users liked to be able to get more shows on one tape. And they preferred that over quality.

    It's the same with the Macintosh. I don't care how many "studies" you can pull out of your butts showing "it's easier." For the featured that mattered, the PC was better, and the market voted.

    For example, in 1984 when the PC and the Mac came out, the PC offered a real keyboard, 80 columns of text, and IBM terminal emulation. In an office environment, these features were more important than Mac's picture of a garbage can, and the market voted.

    The BETA vs VHS argument is *not* a good example of an "inferior" product winning; VHS was better in the features that mattered.

    Why don't you go make love to your Macintosh (unplug it first!) and leave the rest of us alone?

  115. Airport in an iMac by hearingaid · · Score: 1, Offtopic
    I like the iMacs, personally, but they weigh 40 pounds - the idea of sticking an airport card in the [sic] is ridiculous if you can't lift the damn thing.

    Two things.

    1. It's true that AirPort is more useful in the i/PowerBook. However, AirPort networking offers desktop benefits as well. For example, in the education market; it's nice to not have to run ethernet cables all over the computer lab. (Or any cables at all. Just USB in the keyboard & mouse to each iMac, wire power, and go.)
    2. AirPort cards can talk to each other without help from a Base Station. From the AirPort FAQ:
      Q: Can I transfer files between AirPort-enabled computers without using an AirPort Base Station?
      A: Yes. You can transfer files or play multiplayer games directly between AirPort-enabled computers. To do this, just create a computer-to-computer network. In Mac OS 9, use the AirPort Control Strip module on both computers to switch from using the AirPort Base Station to using computer-to-computer mode. In Mac OS X, use the AirPort system status menu (located on the menu bar) to create a network. Once your wireless network is established, use file sharing to share files as you would on any wired network.
      Therefore, if your iMac and iBook both have AirPort cards, you can save $500 or so.
    --

    my old sig used to be funny, but then slashcode ate it and now it's not funny anymore

  116. It's true by Anonymous Coward · · Score: 0

    I can't say much, but it's true. LCD iMacs are indeed coming. New shape, of course. A flat base with a built-in CD-R. They are going to sell like hotcakes.

  117. Here's why MAC users are so passionate! by Anonymous Coward · · Score: 0

    I know why MAC users have a zealous fervor about the Macintosh.

    You see, 78% of all Mac users suffer from AIDS-related DEMENTIA!

    The other 12% are mentally retarted.

    1. Re:Here's why MAC users are so passionate! by Anonymous Coward · · Score: 0

      And I guess the other 10% fall into that unrecognized genius catagory. I hope your code (you code right?) is more accurate than your math. Oh wait you need math skills for coding -- must be a (l)user.

  118. Hang on fucko by Anonymous Coward · · Score: 0

    b0bby wrote "there are only two manufacturers in the black right now, Dell & Apple," Partridge pointed out that MS aren't a manufacturer of computers. Have you ever tried browsing in nested mode? Do you want a fucking fight or what?

    1. Re:Hang on fucko by Anonymous Coward · · Score: 0

      The post to which you so eloquently replied was not in response to a post by b0bby, but to one by _avs_007, but perhaps you weren't able to read that. I quote:

      I also heard...That of all the Fortune 500 companies, only THREE have stayed in the black every quarter for the last 10 years.

      They are (in no particular order):

      1.) General Electric
      2.) Intel
      3.) Wal-Mart


      (emphasis added)

      Loser.

    2. Re:Hang on fucko by Anonymous Coward · · Score: 0

      Apparently you have not grasped the notion of "context" yet. _avs_007's post was blatantly irrelevant and OT, but I posted at the end of the thread for reasons of context. Are you fucking mentally disturbed or something? What a prick. NESTED, understand?

    3. Re:Hang on fucko by Anonymous Coward · · Score: 0

      To which list do you suppose sensate_mass was referring? I reckon it was the list of profitable companies on the Fortune 500 over the last 10 years, and not that of currently profitable computer manufacturers. Offtopic or not, you replied to it. Sorry you have so much trouble with nested mode.
      Loser.

  119. Apple IIc by geekoid · · Score: 2

    The sold there apple IIc as portable. Even put a handle on it.

    --
    The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
  120. Re:Water cooling? Huh? by Anonymous Coward · · Score: 0

    You know, the one good thing about Mac owners is that most of them are too smart to run linux...

    thbbbt! I've been trolled!

  121. No. by Doktor+Memory · · Score: 2

    It evidently needs to be said again. The G4 is the G3 with Altivec and SMP. They're the same chip otherwise.

    Er, no, that did not need to be said again. It didn't even need to be said in the first place, because it is completely false.

    The G4 is not, in any way, shape or form, just a G3 with an AltiVec unit bolted on the side. Completely different math unit, radically different instruction pipeline, bigger caches, additional registers, SMP support (the G3 cannot be used in SMP systems), wider memory bus, more execution units... you name it, it changed -- even moreso in the 7450 and 7410 than in the 7400.

    Please do someresearch before spouting "facts" liek this.

    --

    News for Nerds. Stuff that Matters? Like hell.

    1. Re:No. by Anonymous Coward · · Score: 0

      Actually, if you dig for SPEC benchmarks, you'll find that the G3 and G4 perform equivalently in SPECint95, but the G4 is 50% faster in SPECfp95.

  122. Re:Water cooling? Huh? by Anonymous Coward · · Score: 0

    out-fucking-rageous! The Jews used the sympathy of the world to create a state in Palestine. They are the thugs. The world doesn't owe Israel a living. try democracy you apartheid-loving jewish fuckers.

  123. Re:uhh wrong twice-DOUBLY by nek · · Score: 2, Informative

    A) All Macs can boot from CD - except a few non-factory-installed, non-boot-enabled, user-installed CD drives. B) If you think it's hard making a bootable CD on a Mac, you're foolish. Step one: create read-write disk image with (included) Disk Copy application. Step two: copy existing system folder into it. The one you boot off every day will work, or the one on the Apple-supplied boot CD. Step three: install, if you wish, other software onto R/W disk image (disk repair tools, whatever) Step four: burn CD either with Disc Burner (supplied) or Toast. Easy. Hold down C on startup or choose CD in control panel as boot disc. Firmware updates come over the internet from Apple - they're about 200KB. Easy as pie. You can also add THAT to the boot CD you're creating. ALSO, you don't need a boot CD to update firmware - it updates it, you restart - during the reboot, it checks it, makes sure it's good, and installs it. Not all Mac users are idiots, nor are all x86 users geniuses. Both worlds have their share. By the way, I have not needed a floppy drive on any Mac for 3 years, I don't own a single disk.

  124. Maby the market is ready for it now... by beefstu01 · · Score: 1

    I am of course referring to the Macintosh Millenium. Remember that thing? It came out a few months after the Powerbooks, and was the predicessor to the iMac (all in one stuff w/ LCD screen) I actually used one, and it was one helluva machine and had a real nice design. It kinda looked like a curved slab of wood about 1" thick. They never sold many of them, but I really think that this is a good revival of that machine, and the same design would would rock, since it would be one helluva space saver (a computer about 1.5 feet tall, 1 foot wide and 1-3 inches thick?). They could go somewhere with this.

    1. Re:Maby the market is ready for it now... by doce · · Score: 1

      Do you mean the 20th Anniversary Macintosh? I'm pretty sure Apple never made a "Macintosh millenium."

      --
      woof!
  125. Darn it!! by jrockway · · Score: 2, Funny

    You know what I hate about Apple hardware? It's all too cool! Every time they come out with something (or rumor it), I want to go buy it. *sigh* Being a 16 year old is no fun at all ;-)

    Oh, and then once I buy it; they come out with something cooler! Darn it!!

    --
    My other car is first.
  126. Why don't people compare Apples too... by tshak · · Score: 2

    Why does someone have to do this everytime there's an article on Macs?

    Because most (not all) Mac users can't make a legit comparison. Your iMac would cost hundreds more if it came with what the Dell comes with (disclaimer: I am not a Dell fan. I'm just using them for comparison consistancy). Here's a more reasonable comparison:

    iMAC - $1499:
    G3 700MHz
    256MB RAM
    60GB Ultra ATA drive
    CD-RW Drive
    RAGE 128 Ultra w/ 16MB
    10/100BASE-T Ethernet
    56K fax modem
    13.8-inch (viewable) monitor
    Tons of cool softare (office, jukebox, etc.)

    Dell $1108:
    P4 1.6Ghz
    256MB RAM
    80GB Ultra ATA HD
    CD-RW drive
    16MB ATI Rage Ultra
    3COM 10/100 NIC
    56K fax modem
    16" viewable monitor
    APC SURGESTATION PRO
    Tons of cool softare (office, jukebox, etc.)

    Although the packaged software is a bit hard to quantify (iTunes etc.), both systems include a very competitive offering. Essentially, for $400 less, you don't get Firewire, but you DO get 20 more Gigs of HD space, a significantly faster machine (faster bus speed + faster CPU - please no lectures on the mhz myth), a significantly larger monitor (2.2" larger), and an APC surgearrest powerstrip (~$35 value).

    So, go ahead and argue based on quality of product, but when it comes to the bottom line, a Mac is still priced at 20-30% higher for a less compelling hardware package.

    Finally, the following statement is rash:
    Sure, you can go down to your local cheap computer dealer and get more bang for your buck, but then you'll probably end up with cheap components that won't run Linux, may crash under Windows more often, and you won't get any support from the manufacturer

    You can also go down to your local computer dealer and buy quality components (probably much better then what Dell uses) and STILL come out ahead. It's ignorant to assume that just because a machine is built from inexpensive parts that it's going to "crash a lot" and be incompatible with popular OS's. I've built all of my machines this way with no problems. Actually, since Dell (and other OEM's) use a lot of proprietary hardware, there's more of a chance that they won't be compatible with Linux. Granted, all of this is moot for the general consumer, but Apple is missing out on a HUGE niche - the "build it yourself" geeks like myself.

    --

    There is no longer anything that can be done with computers that is nontrivial and clearly legal. -- Paul Phillips
  127. MS is NOT on list by _avs_007 · · Score: 1

    We thought the same thing when we were told this statistic at our meeting, but it turns out MS was in fact in the red sometime in the early 1990's. Their profits did not go on an upward trend until after Windows 95 was released, and after Office/Word became the norm. If you recall in the early 1990's Word Perfect was the accepted Word processor of choice, etc...

  128. Re:When did /. .not a rumor..9.2.2 has been by alfredo · · Score: 1

    released. Get it through your software update.

    --
    photosMy Photostream
  129. Re:Water cooling? Huh? by Anonymous Coward · · Score: 0

    Blah blah blah. Everyone here knows about the Mhz Myth so get over it. The p4 1.4ghz (or even better, an Athlon 1.0 ghz) is STILL faster then a G4 700mhz. True, even though the P4 has TWICE the mhz, that doesn't make it TWICE the speed (duh), but many tests show that it IS faster.

  130. real revolution by staeci · · Score: 3, Interesting

    Want a real revolution?

    Stop producing desktop machines cause the laptops are just as good, ramp up production to drop costs.

    Make a range of 'digital hub' servers for home and small office - file-sharing, internet gateway type things. Or maybe multi-user servers and ibook-like thin clients that connect to them. Schools would love that and so would families with 2+ kids.

    --
    'Welcome to Rivendell, Mr. Anderson...'
  131. Re:uhh wrong twice-DOUBLY by Anonymous Coward · · Score: 0

    Or on a floppy:

    Step 1: download self-extracting disk image
    Step 2: insert floppy in drive and execute

    Answer this, those who say floppy drives are useless -

    How come there are so many $60 USB floppy drives on the market if there is no need for them? Common sense should tell you that if they didn't sell the product wouldn't be available.

  132. Re:Not a mac? So what? by itachi · · Score: 1

    Every new Mac ships with a BSD installed, though. Mac OS X, unix for the masses. (With a much nicer GUI than anything I've seen shoehorned into X11, I might add....)

    itachi

  133. OK, in qualitative terms by Anonymous Coward · · Score: 0

    I recently looked at buying a G4 box and here is what I priced out based on the lowest end tower model. Updates from the baseline configuration are in parentheses:

    733 MHz PowerMac G4
    256MB (Needed for running OS X)
    40 GB hard drive
    Combo drive (Who buys a PC without DVD)
    GeForce2 MX graphics
    Onboard sound plus speakers (speakers were extra)
    56k modem, USB, Firewire, Ethernet
    Mac OS 9 and X

    Total: $2008

    Now, rather than pick out "cut rate trash", I just went to Dell and priced out one of their systems:

    Dell Dimension 4300, 1.4 GHz P4
    256MB RDRAM
    40 GB hard drive
    Combo drive
    GeForce2 MX graphics
    Onboard sound plus H-K speakers
    56k modem, USB, Ethernet, NO firewire
    Windows XP
    Lexmark printer

    Total: $1087

    You would have to add in an optional Firewire card to the Dell, but I figure that's equal to or less than the value of the printer Dell throws in. Both prices are based on just the standard 1 year warantee and don't include a monitor. If you buy a monitor or service plan from Apple, it will cost more than from Dell. And both systems include basically equivalent software bundles.

    Like I said, the G4 tower is twice as much as an equivalent Wintel PC, and that's on the low end. When you move up the G4 line, the price differential becomes even greater.

    I'm on my second Apple notebook right now. If their desktop systems were anywhere near as price competetive as their notebooks, I'd own one too. But right now, the prices on the G4 towers remain astronomical, and the iMac does not offer what I need or want.

    1. Re:OK, in qualitative terms by Stone+Rhino · · Score: 0

      two problems with this:
      1. A P4 1.4 ghz is slower than a G4, even one running at half the clock speed. A better equivalent would be at least a 1.6 ghz.
      2. The Dell lacks the gigabit ethernet of the mac, the OS stability, and the built in iPod compatibility.

      --


      Remember, there were no nuclear weapons before women were allowed to vote.
    2. Re:OK, in qualitative terms by Anonymous Coward · · Score: 0
      1. A P4 1.4 ghz is slower than a G4, even one running at half the clock speed. A better equivalent would be at least a 1.6 ghz.

      Wishful thinking. Unless you're talking Photoshop filters, SETI@Home, or some custom signal processing app, it simply isn't true. On apps that don't take advantage of AltiVec (which is most), the G4 is only about 25% faster than a P4 at the same clock speed in integer performance and roughly even in FP performance. Go dig up some SPEC benchmarks from IBM or Motorola if you don't believe me. Besides, the 1.6 GHz P4 is $60 extra on the Dell and the 1.8 GHz is something like $150 extra.

      2. The Dell lacks the gigabit ethernet of the mac,

      Which is a non-issue given that nearly no businesses and even fewer homes have Gigabit capable routers, and if you need it, a Gigabit Ethernet card is ~$50.

      the OS stability,

      Have you used XP? I use Mac OS X at home and Win 2000 at work and they're both extremely stable.

      and the built in iPod compatibility.

      Oh, you mean the Dell doesn't work with the Apple iPod? Oh no, I can't believe it. What a piece of shit. I guess I'll have to reconsider, I mean, how can you sell a computer these days that doesn't work with the iPod? That's insane :-) :-)

      I have no idea what point you're trying to make here. I could spend hours typing a list of all the devices that are compatible with Wintel PCs but not Macs. I don't believe for a moment that the iPod is so compelling that people will buy Macs just to use it.

    3. Re:OK, in qualitative terms by firewort · · Score: 2

      Thanks for answering seriously.

      I would argue that picking a Dell over an IBM machine is picking cut-rate trash, but then, that's a judgement based on my experiences with both over the years and in recent months.

      Leaving that aside, a 1.6hz is more equivalent to the G4, and the spec numbers show it. Spec numbers were mentioned elsewhere in the comments on this article-

      Even if spec numbers don't satisfy the argument, more important are the tasks you use the computer for. For example, Cleaner5, which I use for compressing DV into something that can be streamed neatly. A p4 1.4ghz side by side compared to the g4 takes literally 5 times as long to complete compressing the video.

      It's not just about Photoshop and as others have said, just one Photoshop filter- there are many benefits that simply depend on what applications you'll use it for.

      Getting away from graphics and video related applications, look at server applications for a moment. Stronger server: p4 or IBM RS/6000 ?

      My bet is, RS/6000. The RS/6000 is running AIX, and uses a consumer grade chip (used to use 604e PPC. Now, uses PPC750, also known as G3.) The G4 running Darwin or OS X has good reason to be effective as a reliable and robust server- it could be considered for the purposes of this post as a cut-rate RS/6000.

      --

  134. Apple's putting themselves in a position... by Stenpas · · Score: 2, Insightful
    Apple's putting themselves in a position to reclaim market share that the Wintel world has taken from them.

    The transition from MacOS 9 to MacOS X is almost done. As soon as March 24, 2001 comes around, every computer should boot to MacOS X by default. All Apple really needs to do is get aqua hardware accelerated and their apps ported to MacOS X. After that, Apple doesn't have much to do beyond bug fixing.

    Whatever happens in January is a mixed bag. The G5s might come out, or they might speedbump the G4s. Either way, the holy grail of mac users everywhere will finally come to light. That's right....we'll FINALLY be at 1000mhz or even above! Can you believe it!?! But anyway, in my opinion it's essential that the G5s are released. Besides the fact that it should be a lot faster than the competiton, Apple needs to get G4s in their consumer lines.

    If Apple was going to make a killer show, they'd show flat panel imacs with a 867, 933, and 1ghz G4s in them with G5s in the professional models at 1.2, 1.4, and 1.6ghz. And not only that, they should show the crowd a 1.6ghz G5 beating the snot out of the fastest Pentium 4 in....no guys, not Photoshop, but Quake 3! Macs have always sucked at providing gazillions of frames per second. It would be the first time a mac performed better than a PC at gaming. It would be a fair test and a lot more fun than Photoshop.

    But anyway, don't trust Cnet! In fact, don't trust anybody but Apple! Last time the guessing was this extreme was at Macworld in July, which was the biggest letdown in Apple history. People were saying that 1ghz G4s with DDR-ram, MacOS X 10.1, flat panel imacs, the whole nine yards would be there, but it wasn't. Treat this as the same type of thing. If Apple hasn't announced it, it doesn't exist.

    1. Re:Apple's putting themselves in a position... by Graymalkin · · Score: 2

      Actually the dual 800 PowerMac with a GeForce3 gets a pretty high fucking framerate in Quake3. That's the four trillion dollar model though, the Macs the rest of the world can afford have old Rage128 cards that render like 4 polys a second.

      --
      I'm a loner Dottie, a Rebel.
  135. Re:Well, this old rumor is bound to be true someda by Anonymous Coward · · Score: 0

    (Score:-1, Monospaced)

  136. Ditch the iMac, volume-discount the iBook by Vegan+Pagan · · Score: 2

    Since the iBook and a flatscreen iMac would be almost the same product, I think Apple should kill the iMac and make the iBook more ergonomic; give it a desktop-sized keyboard and optical trackball. They should make the backlight in the screen switchable on or off for extended battery life. All combined, those changes should make Apple's cheapest system far more attractive.

  137. Re:Water cooling? Huh? by Anonymous Coward · · Score: 0

    I'm confused. You have a grossly inefficient instruction (AKA "archiac", AKA "legacy", AKA "backwards compatible to 1981") set on one hand, and a fairly new, streamlined instruction set on the other.

    Which one do you THINK is going to NEED a more optimized compiler? Seriously.

    I can hop up a lawnmower so it's one kick-ass lawnmower... but it's still a lawnmower. No matter how carefully a mix the fuel that's fed to it, it's stilll... a lawnmower.

  138. Re:Like the 20th Anniversary Mac? by Anonymous Coward · · Score: 0

    Anyone who has moved beyond Best Buys as a source of music equipment knows that Bose is shit.

  139. Kids, just say no... by xnn · · Score: 1

    You want speed... Some bench marks from when i put a Fu Tech ethernet card into an old (c. 1994) mac i found:- About 60 seconds to crack the (no screw) case, install card, close case. 25 seconds to boot. 10 seconds to enter router address. No drivers. No reboot. No more network issues. ever. Time spent this week installing name brand USB card/mouse on circa 1999 PC running 98 - 3 hours, countless reboots. mouse still intermittant. too scared to try HP burner on said card. Really, what else can i say...

  140. The problem by biggerboy · · Score: 1

    Is that selecting a computer is hardly a qualitative problem when picking between different platforms. Sure, on a commoditized platform like a PC, where everyone ostensibly uses the same OS and software, it comes to raw numbers. Linux/PC people always talk about stuff like this.

    However, in stepping back from just the box, and thinking big picture ("holistically"), there are other factors to be considered -- is the software there that I want? Is my user experience what I desire? etc. In that case, the gap may be much closer than just the absolute dollar amount indicates.

    1. Re:The problem by Anonymous Coward · · Score: 0

      Sure, of course there are intangibles to consider. Howvever, the point is that for somebody who wants a desktop system (without a build in 15" monitor please), the price of entry in the Mac market is nearly twice that of the Wintel PC market. Some people will pay any premium to stay with Apple and Mac OS. But the majority of people out there do take price into consideration. If Apple wants to gain market share, they're going to have to cater to the price conscious. Their notebook pricing is pretty competetive, their iMac pricing is sort of competetive, but the G4 tower pricing is out of this world. Apple simply has to bring the G4 towers back in line with the rest of the industry, and with the rest of their product line.

  141. heat "problems" by isaac_akira · · Score: 2

    Actually the current iMac designs uses the heat from the CRT to *cool* the motherboard. Whacky, eh? In an example of Apple "thinking differently", their engineers added airflow openings to only the top and bottom of the machine (not the sides), so the heated air around the monitor rises, sucking in cool air from below the machine. The result: no fan is needed, so the machine is very quiet.

  142. Re:Water cooling? Huh? by MasterOfDisaster · · Score: 1

    So while you can get a 6x speed boost on seti@home or photoshop, it's not going to do much for your run-of-the-mill applcation.
    I dont know what sort of "run-of-the-mill" apps you're talking about, but with simple stuff like word processors, I havent noticed much of a diffrence between my 200MHz 8600, my 300MHZ iBook, my 450MHz G3 Tower, my 733MHz G4 Tower or my 1GHz athlon box. Same with surfing the net. when I use a beafy proc, it's cause I'm doing photoshop or video editing or compiling lots and lots of code. Other then that, lots of ops/sec only lets you run MS (or other) bloat better

    --
    The opinions in this post are ficticious. Any similarity to actual opinions, real or imagined, is purely coincidental.
  143. That was supposed to be a joke... by Drakula · · Score: 1

    I thought you guys were smart here...oh well. I have like no karma anyway.

    mod away...

    --
    "It's comin' back around again..." -RATM
  144. * Picture of it * by rockwood · · Score: 1

    A few days ago I came across this picture that was found on a Hotline server. Evidently it was to only be a mock up that was previously on other sites. But could this actually be true? Seems ironic that this picture would pop up short before (or during) these recent parts purchases by Apple.

    --
    Never try to beat a professional at his own game!
  145. Probably by TheInternet · · Score: 2

    On average, a 866 G4 is probably equivalent to a 1 GHz or maybe 1.2 GHz P

    Good 'ol probably, he never lets us down. :)

    - Scott

    --
    Scott Stevenson
    Tree House Ideas
  146. Homebuilts by Hermione+Granger · · Score: 1

    Not only are there all the warrenties to deal with but you also have to buy an operating system to run your spiffy new box. Windows XP Professional costs about $300. Factor that into your price!
    Or you could always pirate it off Morpheous or EDonkey or whatever... that's FREE but it could land you in jail or with a hefty fine (which are much more expensive to deal with than the Dell, the iMac, and your homebuilt put together).

    --
    Blessed are the geeks for they shall Internet the Earth.
    1. Re:Homebuilts by Surak · · Score: 2

      Not only are there all the warrenties to deal with but you also have to buy an operating system to run your spiffy new box. Windows XP Professional

      I don't have to purchase Linux or *BSD, and downloading a copy of that certainly won't land me in jail. :)

    2. Re:Homebuilts by Anonymous Coward · · Score: 0

      Damn Straight Man!

  147. Sparticus by stux · · Score: 1

    The 20th Anniversary Macintosh (TAM) was an all in one flat panel mac.

    Of course, it used laptop components and was hell expensive.... and very very cool :)

    But its been done before, and by Apple, and YEARS ago.

    The thing had a 66mhz CPU (or some such) if that puts it in perspective for you...

    And it came with a BOSE sub :)

    --

    ---
    Live Long & Prosper \\//_
    CYA STUX =`B^) 'da Captain,
    Jedi & Last *-fytr
    1. Re:Sparticus by stux · · Score: 1

      Okay, it was 250Mhz and May 1997 :)

      But it was a 603e :-P

      anywho, here... pictures + facts about the twentieth anniversary mac

      --

      ---
      Live Long & Prosper \\//_
      CYA STUX =`B^) 'da Captain,
      Jedi & Last *-fytr
  148. Re:uhh wrong thrice by seann · · Score: 1

    I only wish.

    --
    I'm a big retard who forgot to log out of Slashdot on Mike's computer! LOOK AT ME.
  149. LCD iMac actually relaunched cube? by darkov · · Score: 2

    Maybe they're planning a comeback of the cube in the iMac range! Might make sense, fitting G3 components would be cheaper than G4 (less heat considerations), they could release a low-end external display, a bit of styling and bingo - a cool box that doesn't cost too much. I think it would sell like hotcakes.

  150. Faster processors to come.. by Anonymous Coward · · Score: 0

    I was a a conference this past Monday, and some guy was talking about how a new processor should be released soon that is going to blow the current x86 processors out of the market; of course we have all heard this before, he was talking about how they were all sampling at the 2+ GHz range.. but like I said sampling and getting them to market etc is a big difference.

  151. Re:Well, this old rumor is bound to be true someda by timbck2 · · Score: 1

    > even tho it's a great piece of hardware (a bit costly, but cool)...

    That's always Apple's problem -- they have great hardware that's cool but rather costly.

    --
    Absurdity: A statement or belief manifestly inconsistent with one's own opinion. -- Ambrose Bierce
  152. The crowd that wanted cool by mactari · · Score: 2

    The Mac crowd is a very different crowd, stereotypically, than, say, the Slashdot crowd. What was the Apple Cube? It was an iMac for serious graphic designers. They hated being cut out of the "iMac coolness" b/c of the iMac's all-in-one design (which included a video chip too shoddy for serious design), and Apple tried to pitch to the "crowd that wanted cool". There weren't enough that finally bought into the idea, but when I see a Cube sitting on a desk it's invariably sitting on a desk of someone more worried about image than doing the most efficient computing.

    Apple's not as much about delivering that which is most efficient (though many of their all-in-one solutions, most notably DVD burning and "music management", are just that) but about bringing aesthetics to the world once dominated by beige towers. People don't get excited by the iMac's innards (ever tried playing Quake 3 on a 400 MHz iMac with the un-upgradable 8 meg ATi card? Heck, Apple took the unsupported upgrade slot _out_ of the third revision of the iMac!) -- they get excited by the statement owning a "Dalmatian spotted" machine brings with it.

    And there was a huge letdown after the last MacExpo didn't deliver a flat-screen iMac. One fellow even [reportedly] demanded to see Jobs and tore down keynote equipment (http://slashdot.org/comments.pl?sid=13298&cid=762 77).

    Apple sales are driven by arguably overpriced hardware that looks cool. The new iBook sent Apple's stock up quite a bit when it was released -- essentially an underpowered laptop that can barely make its way through the requirements of Mac OS X 10.1.(*) The iPod falls into at least two of these categories (overpriced and cool).

    Whether or not including an LCD seems to suggest people should be buying [and Apple should be supplying] a souped-up iBook, Apple has their mark right on the money. Apple users like cool. Flat-screen, all-in-one is cool. Not exactly form over function, but form with function, and now we get to watch Sony, Compaq, Dell, Microsoft and friends play catch-up again.

    (*) Ask me -- I bought a new iBook with the 500 MHz G3. It's underpowered, but I love it. With Netbeans, it's a great Java development platform, and iTunes2 with the CD-RW in the iBook make for a great "single-vendor provided solution". Crazy Mac loyalist!

    --

    It's all 0s and 1s. Or it's not.
  153. AppleInsider's info smells, um, fishy by mactari · · Score: 2

    Quote from the article:
    There is also a possibility of the DVD-R/CD-RW SuperDrive becoming available as a BTO option on this new iMac, therefore bringing DVD movie creation to the masses--a long held vision of Apple CEO Steve Jobs.
    ...
    the price of the Combo drive model, probably bringing the grand total of the loaded model to $1599
    ***end quote***

    Two things sound fishy. One, I think iDVD is written so that it _requires_Altivec, which means forget using it with a G3. Certainly it's all 0's and 1's so there's no reason iDVD couldn't be written for the G3, but I'm betting it'd be painfully painfully slow -- especially with only 128 megs of RAM. You should try iMovie or QuickTime Pro on a G3 and then a G4 running at the same speed.

    Second is the price. Sixteen hundred clams for a DVD *burning* solution? I don't think so. The external version of the drive still costs $700 all by itself (http://all4dvd.com/) and this machine would have to have more than the bare bones hardware inside to do the churning.

    This isn't to say a flatscreen iMac isn't coming, but a flatscreen consumer model that burns DVDs for $1600? Unless the new G3 has some new instruction set I haven't heard about, I kinda doubt it. Least they didn't claim it would have dual processors... ;^)

    --

    It's all 0s and 1s. Or it's not.
  154. brain dead by Anonymous Coward · · Score: 0

    you apparently didn't know what you were doing.

    It sounds ot me that you tried to approach the 'problems' you were having with Wintel solutions, rather than realizing that you need to apply Mac OS solutions.

    I will never forget the day, not long after I bought my Cube, that i decided to uninstall an Application that I didn't use. I must have searched and searched for a good fifteen minutes for some way to 'remove' the Application. I checked Control Panels, Info Panels, Installers, every menu and preferenc ein the Application. Then suddenly it hit me. I was looking for a WIntel solution to the problem. I stopped, and said to myself, how would you uninstall an Application on a Mac? And I grabbed the Application icon to the Trash, and the Application was gone.

    Some people think that this is why Macs are 'just toys'. That because it's that easy that it is somehow not powerful. I disagree completely. It is becasue they are so easy to use that it demonstrates their extreme sophistication, power, and attention to detail. I now look at Wintel machines as clunky, poorly designed, unsophisticated, unproductive, and slow.

  155. Is this for real...? by Anonymous Coward · · Score: 0

    Did I actually just read this? Are you seriously asking "If Apple moves from a CRT iMac to an LCD iMac, do you think they'll have to change the design?"

  156. Re:Well, this old rumor is bound to be true someda by rikkards · · Score: 1

    I can't believe that somebody marked that as flamebait? I truly didn't intend it to be. Although I did forget about the older macs (duh) so I guess I stand corrected