Slashdot Mirror


Apple Dumps the Cube

bac_mit writes: "I guess we all saw this coming with the dismal sales, but Apple has finally decided to stop making the cube. There's an article about it here. It's always sad to see a beautifully designed product die." A year ago, the Cube was being hyped like crazy. What happened?

351 comments

  1. Re:What Happened by Anonymous Coward · · Score: 1
    "Honestly, who among you would choose to drop 1500 on a cube instead of a tower?"

    We did. Twice.

    Fit two workspaces too small for a tower.

    It's also to have something this quiet if it happens to be set up in a bedroom.

  2. Slashdot Idiocy by Anonymous Coward · · Score: 1

    I'm getting fucking SICK of the SHIT that's getting posted. Have you seen some of the submissions that have been accepted lately? "How To Make Money Online?" What the fuck! There are even dumbfucks using Ask Slashdot as a substitute for calling fucking tech support! Good, decent, well written articles are getting rejected and the bullshit is getting accepted. Despite what the mighty editors think, we visitors aren't all fucking idiots. More bullshit like this and we'll just find another place to visit.

  3. A Mac future for the PC world? by Anonymous Coward · · Score: 1
    Hardware from apple was always on cutting edge. If you wanted to see PC in 3-5 years in advance, all you had to do is look @ the Mac - software and hardwarewise.

    Huh? In what world is this? Since Apple hardware tends to be slower and smaller (in memory, storage, etc) than PC hardware of the same price, does this mean that PC users will look forward to 700 mhz machines with 3 gig HD and 64 mb RAM in 5 years?

    And software... there is hardly any out for the Mac, and what little there is is rudimentary and "not ready for prime time", since there are few developers and few alternative options, except for certain niches. Will most PC software vanish in 3-5 years so we can look forward to Apple's current dearth if we have PC's.... a PC that can do graphic design but nothing else, and forget about programming languages?

    If PC's will be like Mac in 3-5 years, I'm going back to my Vic-20.

    When will we lose 1 or 2 mouse buttons? When will buttons be replaced with pinholes for ejection? When will PCs with cracked cases that you can fry eggs on due to heat be common? Not in the real world.

    Apple has set standards that are copied by others in some ways, true. There are one or two PC models that look like the iMac, and you can now buy a stapler at OfficeMax that has iMac like plastic on it. Macs are beautiful,elegant, but they do not have as much headroom anymore over PCs..

    Headroom? Do you mean price? They cost twice as much. Yes, some of them are beautiful to look at, but once you turn them on....

    1. Re:A Mac future for the PC world? by Anonymous Coward · · Score: 1

      Mac OS X is the first operating system from Apple (aside from their previous forays into Unix) that multitasks preemptively. MacOS 9.1 and all before it use ass-backawards cooperative multitasking. Also, they lack memory protection. bp

    2. Re:A Mac future for the PC world? by dair · · Score: 1
      the PowerPC can understand M68k instructions as well (how do you think Mac OS 8 ran on it?)
      The PowerPC can not understand 68K instructuions. The emulator is software, and part of the Mac OS - if you boot into another OS like Linux, there is no 68K emulator.

      -dair
    3. Re:A Mac future for the PC world? by demon · · Score: 1

      Since day one, Macs have used SCSI.

      Yes, but most (if not all) of them now do not. Even the G4 server system we have at work (running OS 9 - blah) is IDE-based. Since about the PowerMac 5200 line (or maybe a little earlier) on, Apple's gone almost completely IDE in the storage department.

      They helped develop the first (only?) modern desktop processor.

      That's certainly debatable. And some people would debate it hotly. Ask Taligent (of which Apple, Motorola and IBM were all members) if the PowerPC has come anywhere close to living up to the initial intentions for it. (In case you don't remember - it didn't.)

      The x86 processor line (and AMD spinoffs as well) STILL have 8088 codes in them!

      Codes? Codes???? Yeah, it still understands old-ass 8086/8088 instructions - but then, the PowerPC can understand M68k instructions as well (how do you think Mac OS 8 ran on it?), so how does that prove anything? And even though the x86 chips still speak CISC instructions to the outside world, they are much more RISC-like at the core level, translating CISC opcodes into series of lower-level micro-ops.

      Though the PowerPC's power draw is a whole lot lower than that of any current x86 design.
      _____

      Sam: "That was needlessly cryptic."
      Max: "I'd be peeing my pants if I wore any!"

      --

      Sam: "That was needlessly cryptic."
      Max: "I'd be peeing my pants if I wore any!"
    4. Re:A Mac future for the PC world? by Manaz · · Score: 2

      "I am sure ms did this with NT4 as well to force me to upgrade to w2k."

      It's not that simple - before making comments on Microsoft's NT based operating systems, at least know something about them.

      It would be quite difficult to re-write the HAL (Hardware Abstraction Layer) in NT4 to allow for USB support. Since Win2K was developed after the uptake of USB, it's HAL was written to include USB from the start. Yes, Win2K is based on NT4, to some degree - but making such a major change to an operating system already in production (I'm talking about NT4 here) would have been deemed too dangerous.

    5. Re:A Mac future for the PC world? by harlows_monkeys · · Score: 2
      The first Macs did not support memory management. Apple did not have a Mac that could support memory management until the MacII, which included a socket for the optional MMU from Motorola.

      Sun, and others doing Unix on 68K had to design their own MMUs, since Motorola did not have an MMU for the 68000.

      Even with a custom MMU, you were limited to swapping, not paging, on a 68000, because it did not save enough information on a bus error to resume or restart in the general case. You needed a 68010 if you wanted to do paging.

    6. Re:A Mac future for the PC world? by harlows_monkeys · · Score: 2
      You are very confused. Pretty much every processor ever used in personal computers has been "multitasking capable". Hell, people built multitasking Z80 systems. You could even get Unix for the 8086 (PC/IX from Interactive).

      The first PC that was widely available with memory protection sufficient to support Unix was the PC/AT, which used the 80286. The 80286 has a built-in MMU which is quit excellent at supporting a swapping system. If you were insane, you could even make System V Release 3 run on an 80286 (we did that at Interactive...porting from the 3B2 source...man, that was one pain-in-the-ass port!)

      The 1984 Mac used the 68000, which did not have an MMU available from Motorola. Comanies like Sun, Fortune, Callan, etc., that built 68000-based Unix systems designed their own custom MMUs, which, like that in the 80286, supported swapping, but not paging. They did not do paging because the 68000 does not save enough information in the bus error stack to recover from a general page fault.

    7. Re:A Mac future for the PC world? by harlows_monkeys · · Score: 2
      I'd better clarify one thing: when I say "the first PC that was widely available", I'm ignoring that one from Tandy that had a 68K and could run Xenix.

      I'm ignoring it because I forgot about it. :-)

    8. Re:A Mac future for the PC world? by swordgeek · · Score: 2

      Well this is silly flamebait, but I'll rise to it anyways.

      Since day one, Macs have used SCSI. Networking was built in from ages before PC NICs were common. They helped develop the first (only?) modern desktop processor.

      The PC still uses an extension of IDE devices. LANs have become common in the last year or two. The x86 processor line (and AMD spinoffs as well) STILL have 8088 codes in them!

      Now tell me which is more advanced again? Which one is future-looking?

      --

      "People who do stupid things with hazardous materials often die." -- Jim Davidson on alt.folklore.urban
    9. Re:A Mac future for the PC world? by asv108 · · Score: 1

      The problem with the MAC is not the availablility of the programs, but the transfer of existing programs from one platform to the next. I love the new titanium powerbook, I currenty have 2 windows machines and 1 linux box. The thousands of dollars I spent on software for my windows machines is useless on the powerbook. What am I suppose to do everytime I want something to run on both machines? Cool design is not a justification for buying 2 different versions of every popular software title I use.

    10. Re:A Mac future for the PC world? by asv108 · · Score: 1
      The first 386's were also nearly worthless when multitasking due to serious bugs.

      Why would the first 386's need to multitask in the first place they ran DOS?

    11. Re:A Mac future for the PC world? by Billly+Gates · · Score: 2

      The first macs used the 68000 processors and they supported memory managment and preemptive multitasking. Infact the mac was the only microcomputer that was capable of running unix back then. In 1984 this was very impressive for a micro-computer. I believe sun's first workstation used the same processor.

      Infact if it was 1984 today, I would buy a mac and see if i could get a copy of MS-Xenix or a pirated copy of sun's BSD unix which could run after some modications. :-)

      old-ass mk6800 code is by leaps and bounds better then old 8086 code because of these features. The poster was refering to the 68000 and not the powerpc which came later.

    12. Re:A Mac future for the PC world? by Billly+Gates · · Score: 3
      Bullshit

      "Since Apple hardware tends to be slower and smaller (in memory, storage, etc) than PC hardware of the same price, does this mean that PC users will look forward to 700 mhz machines with 3 gig HD and 64 mb RAM in 5 years? "

      The very first macs in 1984 had motorolla 68000 chips in them. They were very fast back then and are still used to this day in high speed routers by cisco and in the palm pilots. I believe sun's first workstations used the 68000 due to its speed. The dragon ball processor in the newer palms is a modified 68000. The processor supported preeemptive multitasking and memory managment for true multitasking. The motorolla processors were by great bounds and leeps faster as well.

      Lets see when Intel brought these features to the x86 series? Oh about 5 years later for like 5 grand. The first 386's were also nearly worthless when multitasking due to serious bugs. The second generation 386's fixed the problem. It wasn't untill around 1990 before intel had a prefect modern processor that could run Unix, NT, OS/2 and other 32 bit apps with reliable memory managment and preemptive multitasking at an affordable price. Old 16 bit code with no memory management/cooperative multitasking is why windows 3.1 crashed so often. I admit apple never used the features of its chip, but at least the libraries were better then windows 3.0 and windows 3.1 at the time making macos more stable and easier to develop on.

      Also untill recently, powerpc processors outperformed intel ones by a %50 margin comparing megahertz to megahertz. So the old megahertz to magahertz dabate wont work. It was only after intel stole oops I mean borrowed riscs functions from other processors and overclocked its pentiumII's that the gap closed a little more. A 733mhz G4 processor is about as fast as a gig athlon. If you do photoshop work its even faster due to a special graohics core engine in the g3 and g4 processors. I recently saw an article here on slahsdot which compared linuxPowerPC to LinuxIntel running standard unix apps. On average the powerpc is about %25 faster then a similiar p3 at the same megahertz.

      Now lets do a comparison:

      q.) Who was the first to market a.) PC

      q.) But who was the first to use a gui and mouse? a.) Apple

      q.)Who was the first to use a 1.2 diskette? a.) apple

      q.) Who was the first to include a preemptive multitaksing capable processor with advanced memory managment support? a.) apple

      q.) Who was the first to include a risc processor? a.) apple and intell is not finished with the IA64 yet to comepte on newer chip designs

      q.)Who was the first to include nic cards on all machines a.) apple

      q.) who was the first to use scsi? a.) apple

      q.) Who was the first to support USB/Firewire? a.) apple

      q.)who was the first laptop maker to include a touch pad for mouse movements? a.) apple

      ....the list goes on and on. You may not agree with apple or like their over-engineered macs but do not attack them for being behind. Sometimes the anti-mac zealots sound almsot as bad as the mac ones. Apple is always first to support hardware in their systems and in their OS. Take USB/Firewire for example. I just got rid of a p166 I bought 5 years ago. I bought it over a p133 because it had USB support. It turns out that the usb ports were never even used. It was many years before Microsoft decided to support it and a few more years after that before usb devices became popular on the pc. Apple had a driver out immediately and device support came about a year later. Microsoft wanted me to plunk down on an OS upgrade for a dying pc to use my won hardware. No driver for Windows95 available. I am sure ms did this with NT4 as well to force me to upgrade to w2k. Also for the previous poster who mentioned the sound problem on the first macs, how great was the sound on the old IBM XT's at the time? Apple eventually did replace the old sound systems with 16-bit ones but most pc went for close to 10 years with no sound cards at all. Just little tiny pc speakers and no cd rom drives. At least don't be ignorant before you make some silly anti mac statments.

      Oh, by the way I haven't used a mac in years and I am using WIndows NT4 while I am typing this so I am not a mac zealot!

      If PC's will be like Mac in 3-5 years, I'm going back to my Vic-20. "

      Well, while apple was the first to include a limited one button mouse, tiny b&w screen, small speaker, my old XT resembled more of your Vic-20 then a modern pc today.

    13. Re:A Mac future for the PC world? by jchristopher · · Score: 3
      And software... there is hardly any out for the Mac

      Ah yes, let's beat that dead horse some more. You must mean stuff like Microsoft Office, the Adobe and Macromedia suites, development tools, Corel Draw, Canvas, Word Perfect, Strata 3d, Netscape, etc. Oh wait, all those DO exist on the Mac.

      Are there programs that exist on PC but not Mac? Yes. But please don't pretend you can't get work done on a Mac.

  4. Re:The Mac G4 Cube is a fine piece of work. by Anonymous Coward · · Score: 1

    Sometime next year when I buy a G5 machine, I know exactly what I'm going to do with the cube. It's going to get a 100gig disk, have its RAM maxed out at 1.5 gig, and it will go next to my stereo and become my digital audio server. It will probably remain in that role for ten years or more.

    You are fucking insane. 1.5GB of RAM for it to be your damn MP3 player?

  5. Wrong about monitor mirroring by Anonymous Coward · · Score: 1

    Like other Apple powerbooks in the past that use the Rage 128 Mobility chipset, the iBook is capable of driving displays as large as 1280 x 1024, not 1024 x 768. The "mirroring" limitation you cite means that if you choose to use both the internal and external displays, both displays need to have the same resolution, which in this case would limit you to 1024 x 768. The Wall St (G3 1998) PowerBooks also had this limitation. The term "mirroring" is used in opposition to the term "spanning" which means that the machine can drive both the external and internal displays at different resolutions, and the desktop can geographically be distributed between them. The current PowerBook (titanium) can do this. The iBook cannot.

    1. Re:Wrong about monitor mirroring by Jay+Carlson · · Score: 1

      Oh, cool! Is this true of just the new iBooks, or the older ones as well?

    2. Re:Wrong about monitor mirroring by Jay+Carlson · · Score: 1

      Actually, now that I think of it---what's the refresh rate at 1280x1024?

  6. Bad placement by Anonymous Coward · · Score: 3

    The Cube failed because of the poor placement between the Pro G4 and low end G3 iMac models. The problem was that if you could afford a low end cube you could get an iMac for less and a monitor. And if you could afford a cube you could also probally afford a Pro G4 with the added expandability. The cube was great while it lasted. Perhaps some day it'll return.

    1. Re:Bad placement by Phil-14 · · Score: 1

      Actually, rather than cut off the low-end towers, they could have dropped the price of the cube to much lower than the towers.

      That would be thinking like a company that wants to actually reclaim market share, instead of one that just wants to be a boutique brand.

      --
      (currently testing something about signatures here)
    2. Re:Bad placement by steve_bryan · · Score: 1

      All of you seem to have missed the real reason why the cube failed. It's because the flat panel displays were still too expensive. The 15" display was too small and the 17" display came too late with a defective price tag (too high). If you could throw in a sufficiently inexpensive (and large) flat panel then you have the entire futuristic package and possibly herds of folks buying them for their living rooms. A wireless keyboard and mouse (RF, NOT infrared) like I have for my grungy PC would have been nice, too. But if you team it up with a plain old CRT then you've canceled out most of those style points. It also leaves you vulnerable to demands for expandability. If the whole package were a work of art you could simply dismiss and ignore such quibbles.

    3. Re:Bad placement by update() · · Score: 2
      Exactly. I would have loved to have owned one of those things and you can bet neither hairline cracks nor the flaky power switch would have deterred me. The problem was that the Cube was priced at a point that rubbed your nose in the performance and expandability you were giving up for looks. If Apple had priced it at a few hundred dollars less, I probably would have been tempted to get it instead of a G4.

      At least maybe the demise of the Cube will dispel the notion that Mac owners only care about pretty cases and have no clue about performance or cost. I suspect, though, that people who have wrapped up a substantial part of their self-esteem in "My computer is beige and came with a two-button mouse!" are unlikely to be swayed.

      Unsettling MOTD at my ISP.

    4. Re:Bad placement by MrDolby · · Score: 1

      Exactly right. The cube looked great but for about the same price you could get a G4 Tower with better specs and better expandability. I mean who out here would take a Cube over a G4 Tower. Not many as proven by Apples sales figures.

      What Apple should have done is cut off there low end G4 towers, thus forcing people who can't afford the high end G4 to buy the cube. But instead the Cube had to compete directly with the G4 Towers.

    5. Re:Bad placement by MrDolby · · Score: 1

      Yes thats a good solution and I don't really know all that much about how much is costs to engineer and build a Cube, but I suspect that they had the price as low as they were willing to go and still make profit.

      What would have been cool is if they came out with a low cost G3 model cube. Then you could get the style and not have to pay so much. Sure you don't get the performance but a cool looking cheap computer would make a good second computer.

  7. Yes, and what will become of the imag girl? by Anonymous Coward · · Score: 3

    But what of the iMac girl? Yes, only Japan could come up with somethinglike this.

  8. Re:Hastings's Law by Pathwalker · · Score: 2

    Yep the cube can run gigabit - gigabit ethernet has been standard on all desktop macs for over a year now.
    --

  9. Re:What Happened by Dop · · Score: 1

    The workspaces were too small for a tower? I can't imagine working under conditions like that. Who would agree to work in a space that small?

  10. Re:Oh well by Russ+Steffen · · Score: 1
    P.S.: I wonder how many Merkins will understand any of this?

    I guess you'd be suprised, then. We certainly had a version Elite over here, too. My memories of seventh grade consist mostly of me trying to avoid pirates and figure out where I was going to sell 10 'tonnes' of radioactives.

    The version I had was for the Commodore 64. In the research I've done since then, I found out that there were about a dozen versions of the Elite for various platforms. I still play it in VICE every once in a while.

  11. Re:Sick of hearing about "such a great design" by mjwise · · Score: 1

    My "thin, rattling box" (whatever-- An Inwin Q500 case is neither thin nor does it rattle) cost a lot less (less than a 1/3 as much as an equivalent G4 733 tower w/ 17" LCD), did not tie me down to the whims of a single manufacturer, and delivers at least equivalent performance of your silent box. Sure, it has cooling fans, but that's an acceptable tradeoff in my book.

    On another tangent, LCDs are still far too expensive. Get back to me when I can equivalent viewing space on an LCD with TWICE the cost as an equivalent viewable size CRT. (19" Viewsonic short depth CRT cost me $335 -- the cheapest 18" LCD is many times more expensive. Even most 17" LCDs are still more than 3 times as expensive)

    Apple wins on style over substance any day of the week. But I prefer substance and will keep the beige box. Thanks anyway.

  12. Whatever... by mjwise · · Score: 1

    Amiga had a nearly silent, small form-factor computer that, unlike the cube, was priced very attractively. The only noise from it came from the floppy drive. Also, unlike the cube, it was actually expandable in a meaningful way. It was called the Amiga 500, and that was really "ahead of its time" in the late 80's. I don't think the cube was "ahead of its time." It was just a dodgy design at the wrong price.

  13. Hmm by Have+Blue · · Score: 3

    Let's hope that, as rumored, the Cube is being killed to make way for new stuff at MWNY.

    1. Re:Hmm by Geek+In+Training · · Score: 1

      Sorry, I stopped reading that rag MacOSRumors.com long ago... I think it was right around the fifth Apple Product announcement that went by without the "Long-Rumored Apple/Palm Handheld!!!" being actually released.

      They had so many posts and mockups of that things, it was ridiculous. Each and every time an Apple event was coming, MacOSRumors would assure me that the Apple/Palm deal would be announced to much fanfare. "Multiple Independent Sources Confirm..." or "Anonymous Apple Source Sent This Information Personally!"

      My ass. MOSR is one guy being trolled repeatedly by PC bigots to get their jollies. And he keeps falling for it! :P

      --
      SlashSigTheorem: Humorous, Political, Critical, Constructive- If you have a .sig, someone WILL complai
    2. Re:Hmm by daniel_isaacs · · Score: 1
      Check here, daily to find out when it happens. Updates are sporadic, but tend to happen around lunch EST.

      --
      - Dan I.
  14. Like most Apple products... by gavinhall · · Score: 1

    Posted by polar_bear:

    the Cube was too expensive for what you get. It's not expandable, and it's not that powerful to begin with. Plus, with normal PCs when the CD-ROM/DVD drive fails in two or three years, you can go buy a stock drive that you'll be able to replace it with. If your Cube warranty is up and the slot-loading drive bites the big one where are you going to find a replacement? Apple doesn't sell replacement parts as a rule - and if they did they'd be overpriced. (Compare the price they charge for RAM on their site vs. the price it goes for anywhere else...)

    Once upon a time, Apple computers were higher-quality than their PC counterparts - they used SCSI drives instead of IDE and their graphics were higher-quality than most PCs.

    Now they use stock IDE drives and their graphics cards are a generation behind what you can find in PCs. Hell, they even use stock CD/DVD drives and then they cover the headphone jack, volume control and eject button with their veneer of a case. On top of that - if you price an Apple computer next to a PC with the same specs, the Apple computer is going to run you at least $500 more. For instance, you can buy a Dell Dimension 8100 with 60GB hard drive, 256MB of RAM, 32MB GeForce2 MX and DVD drive for $1347.00 and a Pentium IV clocked at 1.3Ghz. An Apple G4 with the same video card, RAM and drives runs - get this - $2,999.00. I could, literally, buy two Dells for that price.

    Apple is the underdog here - they should be fighting the price war, but they're not. They're milking the small population of Apple enthusiasts for ever dime they can get. I'm a Linux user, so I could run Linux on either platform - but I'll admit that I'd prefer to run the MacOS over Windows. However, I can't say that I like the MacOS so much better that I'd pay an extra $1,600 to do so.

    I'm not on a limited income either - I either radically upgrade my PC or buy a new one every six to eight months. (The surplus parts filter down to other one of my other PCs, or to a friend or family member...) Even so, I don't spend more than $700 on an upgrade and still get quite a boost in power. With Apple parts, that's not possible.

    They're just as bad as Microsoft when it comes to pricing and policies, they just don't have the market share that Microsoft does.

  15. Gaudy Design! by Ian+Bicking · · Score: 2
    Sure, the Cube/iMac design is thought out. But I think it fits into a model of design that is not really good. They are pretty boxes, but just putting pretty things everywhere makes for poor overall design. Most people don't think of this when they buy something -- they see one pretty thing on the shelf and want it for themselves. But either they go for an all-iMac design for their home (which is actually possible at this point -- iMac lookalike chairs, desks, pens, CD-holders, kitchenware, and hell, even clothes have come about), or they have an ugly conglomeration of bright items each screaming for attention in a different way.

    But I don't have an iMac residence. Like most people I have a hodge-podge of items that I have aquired over some time, and I'm not spendthrift or wasteful enough to replace everything with Good Design. I want items that are simple, inobtrusive, and sure, reasonably attractive. I must admit, beige is an ugly color -- I'd like black more. But I like a computer that is a very boxy box, because that's all it is -- it ain't art. My shelves aren't colorful or pretty either, nor my tables, and there's stuff everywhere. I don't live in a commercial. An iMac wouldn't make my residence/work any more beautiful.

    More plants and better lighting. That's the kind of design that never goes out of style.

  16. Re:Sad but predictable by Ian+Bicking · · Score: 2

    I'm not saying Jobs stole the GUI -- someone had to bring it to market, and God knows Xerox wasn't up to it. Apple did a lot of important grunt work of making the GUI practical. But it wasn't like Jobs was in mortal combat with the forces of CLI, and should he have lost the world would have been plunged into CLI darkness forever.

  17. Re:Sad but predictable by Ian+Bicking · · Score: 3
    Without the influence of Jobs and Apple we'd probably all be stuck with a CLI.
    You give Jobs too much credit. The GUI was going to happen. Exactly what it would look like was up for grabs for a while. But that was brought forward by Alan Kay et. al. at Xerox PARC, not by Jobs. He was the first one to bring it to market -- that's not revolutionary, it's inevitable.
  18. Re:Nice decoration. by Craig+Maloney · · Score: 3

    I think that's the point... You could leave the computer in your living room, or your family room without it looking like a college dorm room. The cube had class. I can only hope that Apple is readying something to take it's place.

  19. Re:Sad but predictable by hawk · · Score: 2
    > I seem to recall Bill had been doing research on GUIs
    >at university.


    I don't know about him, but Raskin's Master's thesis was on the subject. Also check out


    http://home.san.rr.com/deans/lisagui.html


    --including mockups of the Lisa's GUI from *before* the visit . . .


    hawk

  20. It's the PRICE, stupid! by bobalu · · Score: 1

    I'm sorry, but you just can't tell people with a straight face that this $1800 machine with the 450Mhz processor is better than a $1000 Dell with a 1G processor. Yeah, talk all you want about the instruction level efficiency but it's hard to buy that you get 2-for-one under anything but some special PhotoShop code sequences.

    And if you ARE going to sell on the basis of looks then don't make plastic cases that crack!

    --
    The revolution will NOT be televised.
  21. Re:Hastings's Law by Ryano · · Score: 2

    gigabit ethernet has been standard on all desktop macs for over a year now.

    Just to qualify that a little: it's standard on all PowerMac G4 models, and it was an option for the G4 cube. It has never been available on the iMac

    http://store.apple.com/

  22. Cube owner here... by cynical · · Score: 5

    Unlike most of the posters here, I actually have a Cube in my home -- it's my wife's machine, which she uses for 'net stuff and work-at-home layout & image work. She didn't want an iMac because she already had a flat-screen display, and she didn't want a G4 tower because she didn't want to take up the space in her small office.

    The machine is a delight, to be honest. Utterly, completely silent and, when combined with a flat-screen display, a very calming experience to use. No low-level buzzing droning in the background. Just a quiet box on the corner of her desk.

    Expandability? She had an external CDR from an earlier machine, and a USB scanner works just fine. Because of the internal 802.11b card, she doesn't have to worry about network wiring. She currently has half a gig of RAM in it. And with OS 9.1, it's been rock-solid. It's a great machine.

    So what happened? As others have said, the price kept a lot of people away. If the Cube had been a sub-$1K system, Apple would have cannibalized their (more profitable) iMac sales, but they wouldn't have been able to keep the Cubes on the shelves.

    1. Re:Cube owner here... by SilentChris · · Score: 1
      "Apple would have cannibalized their (more profitable) iMac sales, but they wouldn't have been able to keep the Cubes on the shelves."

      Actually, would they? I spent a scant 4 months working for a CompUSA a few years ago in college, and I learned a few things about selling computers...

      "Yeah, the iMac is pretty cute. But check this out: for about the same price you can get this pretier machine, more powerful, and for an extra $500 bucks you can get a flat-screen monitor."

      I agree that the price it was was too expensive (Apple: should have shipped a few with G3's), but if the price dropped low enough, I'm sure I could sell a few using the way I just described.

    2. Re:Cube owner here... by SilentChris · · Score: 1

      Uh, I'm saying they should have shipped the cube with G3's. They'd save on hardware costs.

  23. Re:Sad but predictable by cpt+kangarooski · · Score: 1

    The paperclip thing is if the computer _fails_. You'll kindly note that 99.44% of the CD/DVD drives you'll see also have paperclip holes. No one is expected to use them regularly; if you do, your drive or your disks are probably busted.

    Nor is removable, writable storage really necessary.... At least in my experience, I haven't found a 1.44MB floppy that could reliably keep data on it. I had stopped using them at all c. 1993, and had no problems whatsoever with dropping the entire mechanism. Honestly, how the hell often do you use them? I'll bet it's not daily.

    --
    -- 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:Stuck without a CLI by cpt+kangarooski · · Score: 1

    And so far no one has managed to improve upon the CLIs developed nearly forty years ago. Good work, guys.

    How the hell difficult is it to combine them. Pure GUIs are okay, but not great. Pure CLIs blow more than the blowiest thing that ever blowed blows. That includes shell windows. They ought to be joined at the hip - you cd to a directory, the gui window pops open, that kind of thing.

    --
    -- 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.
  25. Re:Hastings's Law by MonkeyBoy · · Score: 1

    Well, if I remember right, it uses a 2.5" (laptop) HD, and today those HDs are virtually silent. What little noise came from it is (was) muffled by the case, much as is the case with laptops.

    Yes, I'm aware older laptops have noisy HDs, the ones right off the shelf that I've touched recently have been very, very quiet.

    --

    Moof!

  26. Apple has one very simple problem by squarooticus · · Score: 2

    I know others have said it, but no one has given it enough importance: Apple is a high-margin dinosaur in a low-margin market. Computers are commodities, and Apple's attempt to decommoditize their systems by making them "unique" in some way just isn't going to work for the masses.

    If they're content with selling to the ever-dwindling Mac-loving $80k income crowd, that's fine; they should then abandon all hope of reaching the rest of us who want the best computing for the lowest cost. I have been using PC's since 1984, and although I have often thought, "That's a cool looking case!", that thought never once even influenced my decision on what to buy.

    Most people don't care about cute when it comes to computers. A computer is a tool that you ignore when you're not using it. About the only useful innovation Apple had they didn't execute well enough on: the fanless case.

    Cheap, reliable, compatible: AMD chips, ABIT motherboards, brand X RAM, WD IDE hard drives. A computer more powerful than the Cube for less than half the cost. No-brainer.

    They really should give up on hardware. Apple's true strength lies in software and user interfaces, but I don't expect the market for end-user software to be fruitful for very long, so in the end it looks like they'll be SOL anyway.

    --
    [ home ]
    1. Re:Apple has one very simple problem by Doktor+Memory · · Score: 1
      Computers are commodities, and Apple's attempt to decommoditize their systems by making them "unique" in some way just isn't going to work for the masses.

      Yeah, everybody knows you can't make any money doing that. Just look at how BMW, Mercedes and Jaguar all atopped making cars years ago. Oh wait, they didn't.

      If they're content with selling to the ever-dwindling Mac-loving $80k income crowd, that's fine; they should then abandon all hope of reaching the rest of us who want the best computing for the lowest cost.

      Apple abandoned (or was abandoned by, your call) the most-MIPS-for-fewest-dollars crowd damn close to a decade ago. They are targeting a market for whom "best computing" is measured by a few things other than MHz, and by and large they've managed to keep turning a profit at it.

      Cheap, reliable, compatible

      ...pick two.

      AMD chips, ABIT motherboards, brand X RAM, WD IDE hard drives.

      Excuse me? You're trying to spec out a machine that is both cheap and reliable and you're recommending a VIA chipset, no-name RAM and a Western-Digital hard drive?

      <daffy duck voice>

      HaheehahoohooHaheehahoohooHaheehahoohooHaheehahooh oo

      </daffy duck voice>

      Rotsa ruck, man.

      --

      News for Nerds. Stuff that Matters? Like hell.

  27. Re:Apple's toaster by unitron · · Score: 2
    ...there is now a heading about it being "put on ice"

    insert ice cube joke here

    When I saw this story on the register I thought about submitting it to Slashdot(considering the Cube's physical appearance) with the headline "Cube is toast". :-)

    --

    I see even classic Slashdot is now pretty much unusable on dial up anymore.

  28. Re:The other problem is by unitron · · Score: 2

    If solar cell and battery technology ever advance enough you probably could have a small quiet computer and LCD monitor without power cables and with some sort of RF or IR link between them.

    --

    I see even classic Slashdot is now pretty much unusable on dial up anymore.

  29. Re:Oh well by unitron · · Score: 2

    If you use UPS it'll arrive pre-crashed anyway. :-)

    --

    I see even classic Slashdot is now pretty much unusable on dial up anymore.

  30. Re:Oh well by unitron · · Score: 2
    "-making sure the cards don't short each other out when it swings around"

    Maybe that's what kept Alexander Calder from building a "mobile" computer. :-)

    --

    I see even classic Slashdot is now pretty much unusable on dial up anymore.

  31. Re:Oh well by Ed+Avis · · Score: 2

    I'm sure they're moving on to more interesting shapes. A dodecahedral computer, that'd be neat. Or a sphere,
    floating in the air...

    How about a dodecahedral computer, floating in the air, and rotating with a floppy or DVD drive at the front? You'd have to make sure your disk was rotating at the same rate as the computer as you slide it in.
    --
    -- Ed Avis ed@membled.com
  32. Re:Sick of hearing about "such a great design" by tomblackwell · · Score: 1

    Take me out for a ride in your Model T sometime...

  33. No screws by Henriok · · Score: 1

    "The cube had "microfractures" around where the screws went into the plastic"

    Hello? There are no screws going it the plastic of the cube, not the clear external plastics anyways.

    - Henrik

    --

    - Henrik

    - when the Shadows descend -
  34. Re:Hastings's Law by SEE · · Score: 2

    Daimler-Benz and Chrysler were both rather marginal auto companies that got their main revenue from selling adequate-and-cheaper vehicles in one of the three global markets (Europe, North America, and Japan). They merged roughly 55/45 so that their larger adequate-and-cheaper market competitors (GM, Toyota, Volkswagen, and Ford) wouldn't drive them out of buisness.
    Steven E. Ehrbar

  35. Good idea, poorly positioned by hatless · · Score: 2

    The Cube didn't have cracks. It did have mold seams. The one legit hardware problem was the touch sensor's sensitivity to RFI, which was fixable through the addition of a gasket. Anyone who sent their early Cube in got the gasket put in.

    No, what did the Cube in was its narrow audience. It was too expensive to end up in many homes, given that the 30% slower iMac cost many hundreds less. And it was slightly more expensive than the low-end G4 tower.

    Expandability wasn't much of an issue except for the minority of users who want to drive multiple video devices. Intel PC users seldom realize how little PCI slots get used in Macs. Nowadays, practically all the Mac peripherals that get purchased are 1394 and USB, even extra hard drives (including RAID arrays!). Save for old-timers bringing over a chain of SCSI devices from their old Macs, about the only use PCI slots get lately is those extra video cards.

    Ultimately, despite making anyone who used one drool, it was too expensive (and high-end) for the home and reception-desk market, and lacked a quantifiable advantage over the modestly cheaper towers in the business market.

  36. Re:Not only that, but... by Angst+Badger · · Score: 2
    I suppose that you threw out your color TV for that black and white model? Or even better- back to the radio?

    Actually, I have both a TV and a radio. You see, one's good for some things, and one's good for other things. Having both gives me a choice. Up until OS/X came out, using a Macintosh would have meant I didn't have a choice -- I'd have to use a GUI even if it made the job more difficult.

    Of course, OS/X came out several years too late to matter. There are free Unixes all over the damn place, running on cheap and even obsolete hardware.

    But your point is valid. Why don't TV's have built-in radio tuners?

    --

    --
    Proud member of the Weirdo-American community.
  37. Not only that, but... by Angst+Badger · · Score: 5
    Without the influence of Jobs and Apple we'd probably all be stuck with a CLI.

    If it wasn't for the Macintosh, I'd never have discovered Linux. It worked like this:

    1. Apple abandons the Apple II line in favor of the Macintosh.
    2. I abandon Apple and go to the IBM-PC, which still has a useful CLI interface in the form of Microsoft DOS.
    3. In the drive to compete with Apple, Microsoft abandons DOS in favor of Windows. At first (v3.x), this is just annoying, but later (Win95 and after), it really gets shoved down your throat.
    4. I abandon Microsoft as soon as a friend introduces me to an early version of RedHat Linux, which still has a useful CLI.
    5. Six years later, I wonder how the hell I ever got along without bash. I occasionally hear that Apple and Microsoft are still in business, but it's no longer relevant.
    So thank you, Steve Jobs! If not for your insistence on twiddleware, I'd probably still be buying Apple products.

    --
    --
    Proud member of the Weirdo-American community.
    1. Re:Not only that, but... by mr100percent · · Score: 1

      Now that you like the CLI, care to try MacOS X? It has all the CLI, plus real programs, like Word and Photoshop. No, I know about Emacs, but *nix will never be mainstream without photoshop, no, don't shove your Gimp at me, I need .PSD support.

    2. Re:Not only that, but... by Xoro · · Score: 1

      My kingdom for mod points for those comments.

      When I first tried linux, I was disappointed by the feeble, crufty gui. Some nice bits, but windows resizing on you, etc. and I lost interest.

      Later I tried again on a headless PIII laptop over ssh and was forced to use the command line. After a few days of getting used to it, I couldn't understand how I'd ever lived without it. I thought all the cli guys were just blowing smoke - some kind of geek machismo. But no. Everything is right there. One by one, my headless server is replacing the tasks of my usual Windows box. Not because it's free, not because it's more stable, not because it's not Windows... but because the command line makes it better.

      So thanks from me, too, SJ. Can I bill you at $0.37 per mouse mile?

      --
      Kill, Tux, kill!
    3. Re:Not only that, but... by bryan1945 · · Score: 1

      I suppose that you threw out your color TV for that black and white model? Or even better- back to the radio?

      Gimme a break.

      --
      Vote monkeys into Congress. They are cheaper and more trustworthy.
  38. Chrome? by david_nelson · · Score: 1

    Where did you get the idea that the Cube is chrome? It's white.

  39. Re:Software for Mac - 3 Button Mice - Design by david_nelson · · Score: 2

    >Also the reason for one button, is because most commands
    >will only need one button, and if you want more options,
    >you have to hold down the cntrl, option, or apple key, or
    >any combination of them while you click.

    Agreed, the number of mouse buttons is a non-issue. A scroll wheel wouldn't hurt but it is not necessary. And actually, most home PC users I've met don't even know what the second mouse button is for.

  40. Re:Sick of hearing about "such a great design" by devious · · Score: 1

    Let's all go out and be practical! buy things
    strictly functional.
    You don't buy a ferrari for it's functionality,
    though it's still a vehicle for getting from
    A to B... ( in style? or whatever might apply here)
    'good design' two words that just do not match..

  41. Re:Some saw it coming... by batobin · · Score: 1

    There's also something to be said about posting a flame as an anonymous coward. This was a related article, who cares if it was posted on my site?

    Perhaps you need to get acquainted with the business world. Advertising rates are the lowest they've been in years. Even huge companies like Yahoo! are in trouble. How do you think it's hitting small web developers who were just barely making it before? When will you realize that people like me need to eat?

    So go along, living in your perfect little world where you get pissed off when someone posts a link to their own article. I'd prefer it if you did something better with your time than bicker moan, but the least you could do is post your comment as yourself, you self-absorbed, arrogant, ignorant, moron.

  42. Some saw it coming... by batobin · · Score: 2

    Some people saw the dump coming. This Artificial Cheese article predicted the cube's departure before Apple made their announcement.

  43. Not really well designed by hoss_33 · · Score: 1

    The Cube stands in line with other Apple and NeXT products, which had to be designed under Steve Jobs cubic fanatism. While the design of the computer itself looks great on pictures, the Apple Cube in the real world was not that beautiful. The enormously large external power supply, and all those fat cables coming out of the bottom clutter your desk. For the monitor cable, the Cube has a clunky "90 Degree" adapter and the microphone is a big black brick as well.

    --
    -- bmp System Support - Vienna, Austria
  44. Re:Sick of hearing about "such a great design" by domc · · Score: 1

    I'll take a Vaio any day of the week.

    domc

  45. Re:Apple didn't follow their own strategy by domc · · Score: 1

    Brushed aluminum might be nice.

    domc

  46. Re:Sick of hearing about "such a great design" by domc · · Score: 1

    It's not larger. It's 8.5 x 11 x 1, and it only weighs 3.5lbs. It's called a super-slim Z505.

    I paid $1500 brand new -- not very expensive.

    BTW, I think it looks pretty cool. So does the Titanium, but I would never buy one.

    domc

  47. Re:Wrong Market? by SyniK · · Score: 1

    Not all LAN Gamerz are hardcore computer geeks. There is an easy 30% that bring their Dell/Gateway/HP/Etc and don't want to deal with the internals what-so-ever.

    LAN Go'er: My network isn't working, help!
    Staff: Did you configure it for DHCP?
    LAN Go'er: Huh?
    Staff: *sigh* What do you use at home?
    LAN Go'er: Ummm I think we have cable.
    Staff: Watch a lot of MTV do ya?
    LAN Go'er: What?
    Staff: It was a joke, nevermind.
    *reboots*
    Staff: There ya go.

    --
    -Tom
  48. Wrong Market? by SyniK · · Score: 4

    The Cube should really have been marketed towards the 3D Gamer / LAN Party go'er. A nice 3D chipset (Radeon, Nvidia) and a 20 gig hard drive. Try to make the price point as low as possible and they would have sold like hotcakes for LAN Parties. I used to think a Mac sucked for games (1 button? What is that!), but then a group of all Mac gamers showed me that if it can use USB... it can use a USB 3 button mouse :).

    (I still want one for LAN Parties and Linux.. :) )

    --
    -Tom
    1. Re:Wrong Market? by mikefe · · Score: 1

      I have a dual celeron right here. It's 366 though :(

      --
      There: Something at a specific location.
      Their: Owned by someone.
      Please make sure your english compiles.
    2. Re:Wrong Market? by SubtleNuance · · Score: 2

      LAN gamers build their own boxes. These people are geeks - they dont have macs.

      MACS are a great pile of hardware, dont get me wrong, but they are generally not the domain of the hard-code-gamer.

    3. Re:Wrong Market? by GPLwhore · · Score: 1

      You can't compare but I can assure you dual Celeron running at 850 Mhz will run circles around G4.

      --
      ...and you can't blame meteors for everything.
  49. Re:imac more kickass? by Graymalkin · · Score: 1

    So show me where oh smart one I can find a cheap PC setup like you claim that has a Firewire port and a built in antenna for wireless networking? Eight hundred bucks gets you a nice little bundle on the iMacs. They don't clock as high as Duron based systems but then they don't really need to. I don't see how iMacs don't work with "standard printers" either. It seems to me if it wasn't for iMacs there's be no USB shit at all going around. My Canon S400 works just fine with my Powerbook and my PC workstation, it works really well with both systems and I can't seem to find in memory a complaint I've had about it working with either.

    --
    I'm a loner Dottie, a Rebel.
  50. GUI was no accident by Weasel+Boy · · Score: 1

    "Besides, the GUI makes so much sense that someone would stumble upon it eventually as
    computing power became more abundant."

    Not even. Those who invented the basic principles of the GUI back in the 50s (Kay and Sutherland) and 60s (Englebart and Raskin) pushed hard throughout the 70s to get their ideas implemented (at PARC, SRI, and other places).

    Far from anyone stumbling upon it, it was only a matter of time before these visionaries finally succeeded in forcing it upon us waiting masses by convincing some company (Apple) to actually run with it.

  51. Re:Sad but predictable by Weasel+Boy · · Score: 1

    You need to study your history, too. The GUI was not invented at PARC (all of the key pieces were invented before PARC was founded), and the original Mac (not 'MAC'; it is not an acronym) was not a blatant copy of STAR, unless you define every GUI that uses a mouse, overlapping windows, and icons as such. Apart from these superficial similarities, there is a lot of genuine innovation in the Macintosh GUI for which you wrongly deny Apple credit.

  52. Art and supercomputers by Weasel+Boy · · Score: 1

    It's not just graphic designers; artists, musicians and writers of all kinds prefer the Mac. MacOS is also the platform of choice in some serious scientific circles such as top universities and federal research labs.

    Seymour Cray, while he lived, used Macs to design the world's fastest supercomputers. If Macs are good enough for the man who invented vector supercomputing, they're certainly good enough for the rest of us.

    1. Re:Art and supercomputers by odaiwai · · Score: 1

      The story, of course, is that Apple used Cray's supercomputers to design their Macs, while Cray himself, doodled out his supercomputer design on a Mac.

      dave

  53. What happened?... by DLG · · Score: 5

    In September came out with their most unique computer in atleast a decade. It was fanless, had an entirely different shape and form and was running with a top notch processor. Yet what happened?

    Well #1, and I think this goes for all of Apple's line, the lack of the new exciting OS to go with the new exciting hardware caused people to hold back from buying new computers. The fact was that Apple had a very bad release despite releasing great equipment. They took a loss for that quarter.

    #2. Typical of Apple, they had problems getting the machines into the hands of the users. Alot of folks I knew ordered them and discovered they were not coming when they expected. Then there were issues with the powerbuttons and expectation of upgrades and a struggle with the atypical monitor cables and such.

    #3 In the end, business users did not need the quiet elegant but limited expanssion machine. It was closer to the old Mac Classic design then the Mac II and in comparison to the Powermac G4's this just wasn't a business machine. Probably they should have worked to get it into college dorms and such. But the price is just too high compared to the iMac and the pc compatibles.

    In the end it is a shame. I also wanted a Cube. Hopefully they will find a way of dropping the price (iCube?) on a similar technology.

    d

    1. Re:What happened?... by TwistedGreen · · Score: 1

      I also wanted a Cube. Hopefully they will find a way of dropping the price (iCube?) on a similar technology.

      This is precisely the problem.

      People see Apple's nicely designed computers and say, "Ph, isn't it cute! I'd like one of those; it'd look nice with my wallpaper!" and go back to their PC. If you wanted one, why didn't you get one? Technical issues aside, the price is probably one of the biggest factors. But would sales really have been significantly higher if the price was lower? I think that people find standard plain-vanilla systems more comfortable, despite Apple's marketing of a 'friendly' PC. The exotic design of Apple's machines are treated more like a novelty or toy than a real system that can be used for everything from word processing to Quake-ing. Perhaps this is the problem with Apple's marketing scheme; more emphasis is placed on their sleek design and friendliness than practicality. Not that Apples are impratical, but this is how I think they are perceived.

      ----

    2. Re:What happened?... by karmawarrior · · Score: 1
      #1, and I think this goes for all of Apple's line, the lack of the new exciting OS to go with the new exciting hardware caused people to hold back from buying new computers.
      Absolutely. I, and many collegues, were considering getting one, but were holding back for two reasons: Mac OS X wasn't out, and then when it (finally) was the minimum cube needed to run it was still relatively expensive (no, not for the spec, just it's hard to justify blowing >$1500 on a new computer because of love of the design alone.)

      I hope they resume production in due course, and that the entry level price is kept low and gives you a machine you'd want to run Mac OS X on (ie >128M RAM) and has all the things you actually need (like a CDRW)

      A quiet, powerful, computer that takes up little desk space and contains enough within it for expansion not to be a major issue is a great thing. I hope Apple still intend to keep looking at that design.
      --

      --
      KMSMA (WWBD?)
  54. Re:Sad but predictable by Grey · · Score: 1
    Without the influence of Jobs and Apple we'd probably all be stuck with a CLI.
    You need to study the history of computing a little. Apple was Not the first GUI, nor even the first WIMP GUI. See the PARC user interface of which Macs where a blaintaint copy. Nore is the WIMP GUI actully that good the orginal MAC where nice but they don't scale, try it on a 1600x1200 screen some time.... the windows/X cludges are not that good. May be if Jobs hadn't been so inovative we won't have had a good user interface rather than the quick and dirty hack that the WIMP GUI is.

    Any way I'll stop now so all the flat earthers can mod me down.

    --
    Grey (Chris Lusena)
  55. What happened by Sloppy · · Score: 2

    What happened is that they were overpriced. Without the built-in monitor, it had less value than an iMac (which itself is pretty spartan) but it cost more(?!?!?!). I never heard of anyone I know, buying one of the cubes.

    It had so little market. If you need a beefy Mac that might need future expansion, get one of the mini-towers. If you need cheepness and very moderate expansion (either via USB, or more likely, via other computers on your LAN) get an iMac. If you need _____, get the cube. Nobody knows what the _____ is.


    ---
    --
    As copyright owner of this comment, I authorize everyone to defeat any technological measure which limits access to it.
    1. Re:What Happened by Master+Bait · · Score: 1
      I think that the bottom line was that Apple's bottom line killed it. It was a $999 business machine, not a $1499 glamor toy.


      blessings,

      --
      "Only in their dreams can men truly be free 'twas always thus, and always thus will be."
      --Tom Schulman
    2. Re:What Happened by tsieling · · Score: 3

      They did make a great design statement that I liked, but as a PC user, I found it odd to see in a desktop-oriented machine the combination of high end power coupled with an appliance-like construction that didn't really invite much in the way of hardware expansion. Am I totally off on this?

    3. Re:What Happened by bmeteor · · Score: 1

      The cube would have fit into the market Apple wanted it in (Post imac,preMinitower) if they had added one PCI Slot. Firewire and USB expandibility is still a growing market, and even so, can't replace the need for an extra PCI slot for an extra video card, or more importantly, a high end sound card, where then the machine could be a real hit among Audio Professionals due to the lack of a fan.

    4. Re:What Happened by bbh · · Score: 5

      The G4 cube casing was a problem that people continued to complain about. Around the rivets on the top of it people were finding what they thought were hair thin cracks. Apple said it was a normal part of manufacturing and not a defect but I think it bothered a lot of people getting the cube. There was also an issue with the power turning on and off. There wasn't an actual power on/off, and some people were having problems with the power touch detection working correctly. Heres a link from Sept 2000 about the cases:

      http://news.cnet.com/news/0-1003-200-2885165.html

      Despite these small issues, it is sad to see it go. On the G4 Cube webpage there is now a heading about it being "put on ice" :(

      http://www.apple.com/powermaccube/

      bbh

    5. Re:What happened by Quixotic+Raindrop · · Score: 1

      More to the point, I think, is the last sentence: "If you need ______, get the cube." The cube is a great piece of work, if you can figure out who would use one. I would have bought one if I had the spare money because of the cool factor, but for no other reason. If the cube had been the same price as the high end iMac, maybe $50-$100 cheaper, and been a bit more upgradable (maybe 1 short PCI slot), with a bigger HD than the highest-end iMac, it might have sold in that in-between slot. Even still, it would have been a tough sell.

      --
      Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. (Einstein)
    6. Re:What Happened by Cecil+Q+McClure · · Score: 1

      That was a part of the problem, but the bottom line is that the price/performance/upgradability of the machine is what killed it.

      You won't meet a bigger Mac fan than I am but I have to say, I told Steve Jobs this would fail back in 1998 when myself and a team of consultants met with him before MacWorld. It was a thing of pure beauty on a shelf in a store, but today you need to be functional also if you want to survive. The market today demands that you are reliable and expandable with strong networking capabilities, sadly the cube had none of those. The good news is that OSX finally gives Apple an OS to build on. Now they need to package that in a well built attractive machine, sell it at a fair price (Are you listening Steve?) and they will be back on top. Never count Steve Jobs out, the man has genius in him, he just needs to channel it properly.


      All the best,

      --


      All the best,
      --Cecil Quinton McClure
  56. Re:I have to politely disagree. by tdsanchez · · Score: 1

    RF glitching == The touch switches (on the cube and monitors) randomly turn on and off when powerful Radio Frequency signals are transmitting nearby.

    You think that fanless design is innovative... well that happened in the iMacs first IIRC.

    yes its tiny, but in order to have a full system (speakers, power supply, etc) you have a bunch of 'stuff' scattered all over the place... what a mess.

    I'm sitting here typing this message on a dual g4 under os X with an IBM 18 flat panel and I don't find myself sitting around wishing I had a cube.

    I'm likely as much as an Apple 'fan' as yourself, (I've owned a Mac II, a Duo 270c, an 8100/80, a 9500/233, a 9600/300, a B/W G3, A pismo, and now a dual g4) but they simply blew it with the cube design.

    I think this design was much more about a Steve Jobs' obsession, not a good design.

    I INTERVIEWED at Apple last year at met a member of the Cube design team, and even he quietly stated that the machine was plagued with technical and mechanical design issues from the get-go, and that it was indeed 'Steve's Baby'.

    -t

  57. Lack of real of innovations was the real problem. by tdsanchez · · Score: 4

    If you think about it, the machine was basically a G4 with the power supply pulled out... and if you ever saw both (the cube & the supply) you can imagine how that supply would fit right where the heat 'chimney is'. I wonder if they were going for a cube with the power supply inside but couldn't get enough convection current going without a fan... so they had to pull it out!

    Anyway... So the main issues as I see them:
    1. The cube idea is not new. (nextcube, cobalt servers, etc.)
    2. The ONLY innovation on the machine, the ultra-cool touch power button, but unfortunately is susceptible to RF glitching. that sucks!
    3. The main appeal of the machine, it's 'look', was marred by poor manufacturing quality (many of the cubes had visible, highly refractive seams)
    4. To have a complete system, you had to have a huge mass of cabling going into a very small opening at the bottom and then steeply angling into the machines ports... just bad design.

    One way they could have really improved the cube is to include a vid card that has s-video out and pitch the machine as an entertainment device with full DVD/CD/3D-Sound/Gaming capabilities and:
    -Put the power supply back in the cube, with a fan!
    -And get rid of those stupid orb shaped speakers... they look cool, but aren't practical.

    Happy Birthday USA!
    -t

  58. Re:Another Article by Midnight+Thunder · · Score: 2
    Apple will only go with IBM if Apple realises that they would be better served by dropping the Altivec.


    I would love to see some real world test that actually compared a fast production PPC chip with the current in production PPC chips with Altivec.

    --
    Jumpstart the tartan drive.
  59. Re:Sad but predictable by Gilmoure · · Score: 1
    The main difference in the GUI's at Xerox Parc and at Apple (Lisa/Macintosh) are that Xerox Parc was focusing the GUI on a verb metaphor where you would click on icons that would execute scripts, as well as have a basic windowing system. Raskin's big contribution was that the GUI would be more Noun based. Icons would represent objects (data files) and the verb action would happen when you moved them on the screen. Pretty wild stuff.

    Apple's big contribution is that they put a GUI out to the public in large numbers, sorta' like what they're doing with unix under OSX. They tend to popularize computer technologies and make them more mainstream.

    --
    I drank what? -- Socrates
  60. Re:Good ol' Apple... by Evro · · Score: 1
    Why would you think that? The iMac was like their top selling machine of all time.

    ______________________________

    --
    rooooar
  61. It's simple, really by Evro · · Score: 2
    A year ago, the Cube was being hyped like crazy. What happened?
    Well, it was a system that didn't offer better-enough performance from an iMac for the price. I think the lowend G4 towers were about the same price as the Cube. So all the cube had going for it was "style". And when style is the only thing a product has, it better make damn sure that there's no flaws in its style. Such as molding lines/cracks/whateve you want to call them. Also it wasn't exactly expandable so it wasn't really a power user's machine (hold the jokes please). So lame product + lame price == dismal sales. What an earth-shattering concept!

    ______________________________

    --
    rooooar
    1. Re:It's simple, really by TheInternet · · Score: 1

      Well, it was a system that didn't offer better-enough performance from an iMac for the price. I think the lowend G4 towers were about the same price as the Cube. So all the cube had going for it was "style".

      The hardware was actually pretty buff when it came out, but there were two main issues:

      [1] You could get a dual G4 tower for slightly more than a Cube

      [2] When it comes to desktops, I suspect consumers equate bigger with more powerful

      The Cube had more than style, though. It was quite and took up much less space. This things are actually significant to a lot of people.

      - Scott
      --
      Scott Stevenson
      WildTofu

      --
      Scott Stevenson
      Tree House Ideas
    2. Re:It's simple, really by Sideswiped · · Score: 1

      rambus never had a "lame product" it has shown its pros and cons but was never worthless. the only thing that was "lame" about rambus was their marketing stratagy

    3. Re:It's simple, really by Sideswiped · · Score: 1

      are you always this ignorant? rambus is great for high bandwidth activities (games, servers, etc) and its a good match for the p4s(noothe best cpu but still, the P4 also has a high bandwidth that rambus fits in well with) if only intel followed there original p4 designed by the enginers, which hopefully with be created in the upcomming northwhatever(don't know the exact spelling of it so i won't type it) nothing else during that time could match rambuses bandwidth and yes it was high priced(partly due to low yields but also due to the rambus royalties that frankly suck) rambus is still a viable memory(sounds like there might be qrdram around the corner) "all the areas where pc2100 ddr thrashes it " ddr doesn't really squash anything at this point in time its performance ganes are small( single digit percents) and not untill ddr2(in about 6 months) and 3(atleast a year) are released it isn't that big of a deal oh and by the way if "all the areas where pc2100 ddr thrashes it" defines all the memory benchmarks that rambus wins over ddr then yes (notice i didn't say all there are a few scattered here and there) thank you good bye

  62. *sniff* by LKBONG · · Score: 1

    Yet another stylish apple product goes down in flames. Crappy.

    Guess all that's left is to grab a kleenex and dream of a titanium notebook.

  63. Architecture isn't everything. by mindstrm · · Score: 2

    I'll admit it. The Cube is the coolest sexiest looking computer I've seen yet (well next to some old Crays of course), especially when combined with a nice Cinema display, and those funkadelic matching speakers.

    But the cube is not expandable, and, I'm sorry, but... too expensive for being not expandable. The lack of incremental upgradability means it'll be outdated on my desk that much sooner.

    Or maybe its' just the thought of paying so much money for something so small.

  64. Re:Totally.. by mindstrm · · Score: 2

    Titanium looks cool? I'm not sure what you mean.
    It looks silvery and shiny, like most every other metal.. perhaps not quite as shiny, not ulike Al.

    Where did you see charcoal black Ti?

  65. Re:Totally.. by mindstrm · · Score: 2

    Okay. I thought you were referring to some bizarre alloy, or something.

    In it's pure form, Titanium is only slightly lighter than Iron, and quite a bit heavier than Aluminum. I believe a Ti alloy is used in most cases.

  66. Totally.. by mindstrm · · Score: 3

    but.. I have to say, regarding Titanium.

    Is anyone else sick of the 'titanium' buzzword that everyone is in love with?

    I saw this guy on TV, selling titanium kitchen knives. He talked about how strong it was, because it was developed for the space program, etc....

    Titanium is very strong for it's weight... but that's it. Steel is still stronger (or at least, not as brittle). Also, from a knife point of view, titanium may never rust, but it's very porous, and although it may hold an edge for a logn time, it will not be a very sharp one. You cannot approach the razor-sharpness of good steel with titanium.

    I have a space-age titanium backing on the LCD portion of my vaio z505le. Didn't take much jostling in the backpack to put a huge shiny gouge in it...

    1. Re:Totally.. by randombit · · Score: 1

      Is anyone else sick of the 'titanium' buzzword that everyone is in love with?

      I saw this guy on TV, selling titanium kitchen knives. He talked about how strong it was, becauseit was developed for the space program, etc....


      Well, I haven't seen stuff like that, but I can imagine it might get irritating after a while (I spend most of my time raging at the fact that ads for Shrek and Cats&Dogs come on every single damn commercial break when I'm watching Dragonball).

      Titanium is very strong for it's weight... but that's it.

      Don't forget it also looks cool. :)

      You make a good point. I suppose if they can ever come out with some sort of composite material which:

      a) Doesn't make the machine look like a block of charcoal (aka every PC laptop in existence), which I detest.

      b) Is light (like titanium)

      c) Is tough (like steel)

      I might stop lusting after the Powerbook so much.

      But I always figured the whole point of the Cube was to look cool (and it was IMHO a great success there), and Titatium would be great for that. Additionally, the cracking problems would go away then.

    2. Re:Totally.. by randombit · · Score: 1

      perhaps not quite as shiny, not ulike Al.

      But lighter - nice for laptops and, to a lesser extent, something like the Cube. Al is less silvery, too.

      Where did you see charcoal black Ti?

      No, I meant the normal black plastic laptops (sorry, I guess my first statement was kind of confusing by not mentioning plastic).

    3. Re:Totally.. by yagi1 · · Score: 1

      There's also the little issue of COST of titanium parts. Not only is the raw material expensive the stuff sticks to tooling like gum on the sidewalk, making it a bitch to work with.

      It also sticks to other metals after it has been made into a finished part, which is why you don't see titanium wrist pins,cams,rods, pistons,lifters, cranks etc. in high end racing engines. If it moves, you can't use titanium.

      People don't really get it about what a breakthrough the all-titanium SR71 Blackbird was, and why nobody has made any more since the 60's. The Lockheed experience with the Blackbird was one of the main driving forces behind the development of composite construction and ceramics.

      Titanium is a monumental pain in the ass to work with, plain and simple.

  67. Re:Lacking: time, money, uniqueness by Mr.+Khan · · Score: 1

    I believe you're a bit spotty on the technical details there. C64 / Atari 800 did *not* have more than 16 colors (fixed). Then later on amiga/atari ST raised the bar by having a pick of 16 colors amongst 256 colors. 8 bit on screen only came years later.

  68. Inevitable by Rovaani · · Score: 1

    With the midtower G4's being so much cheaper and looking almost as cool this was just waiting to happen.

    --
    Karma: Good! Napster: Baad!
  69. Re:So get a G4 farm by Gid1 · · Score: 2

    The slot-loading iMacs don't have fans, either.

    Hrm. I'm less happy about this whole convection cooling idea than I was to begin with.

    My Powerbook G3 (Bronze keyboard) almost caught fire once. Smoke came out through the keyboard. It was pretty hot while I was using it (my fingers were hot from the keyboard venting), but not once did the fan switch on.

    It got sent back to Apple (three days before the end of the guarantee), and came back with a new logic board. Unfortunately, it hasn't been quite right since. I think the near-fire stressed out the other components.

    Mac OS X freezes after 1 to 5 minutes. Yellow Dog Linux kernel-panics after a similar period. Mac OS 9 takes a few hours to freeze (just very casual use... not usual MOS9 crashing). (These are all clean OS installs, by the way.. no third-party stuff installed)

    So, something's wrong.

    Anyway, I was running MSN Messenger through Virtual PC for a while on my slot-loading iMac. I popped out for a little while to pick up a pizza. I came back, and there was a 'warm' smell coming from my iMac. It then shut down and refused to start for about six hours. On closer inspection, I noticed that a lot of the clear plastic is now browny yellow.

    Both of these units were used in ventilated areas, with free space surrounding them. The Powerbook episode happened in a modern air-conditioned office, on a clean, flat desk. This is in England, by the way -- not the hottest country on Earth!

    Anyway, I'm all for this fanless operation concept, but only if there is a fan, and it's threshold is set reasonably pessimistically.

    The Cube just filled me with dread after my experiences. Last thing I would do is buy one of those unless I'd upped my insurance and bought a good halon system =)

  70. Re:Sick of hearing about "such a great design" by august · · Score: 1

    Quite frankly, people who seriously factor the appearance of a computer into their buying choices are idiots.

    I bet you drive a Yogo, don't you?

    Shame on people who value style in their lives (or living rooms!). Shame on the people who want something more than a big grey box making lots of noise. Shame, Shame, Shame.

    -gus

  71. The Cube: A failure of market differentiation by Jay+Carlson · · Score: 3
    If you're price-sensitive on hardware purchases, Apple will exasperate you. I'm an admitted cheapskate; I have a quite a few single-purpose boxes, and if I spent a lot of money on each one, I'd exhaust my new-toy budget for the year pretty quickly. I wanted to play with OS X; since Apple hardware is a Really Big Dongle for their system software, I had to buy a Mac.

    So the first thing I do, like any good mail order weenie, is go looking around on Pricewatch, various Mac-specific web sites etc looking for what the prices are for various kinds of hardware. Well, it turns out that just about every new Mac is priced within about $5 of the online Apple Store. That seems strange, especially considering that most of the big online retailers have their own "we'll throw in 256M/a printer/a scanner/a bunch of media" incentives. The simplest explanation for this seems to be that Apple prohibits its authorized dealers from advertising or competing on lower price, but still allows bundles for differentiation. Well, at least this makes price comparison shopping for new hardware very easy....

    Now it's time to go looking for used machines and hit the auction sites. Well, in order to do that, I gotta understand what the specs of the various boxes are. So after a few evenings of trying to understand how the prices and specs work out, here's what I conclude:

    • There's a very steep price gradient between "pro" hardware and "consumer" hardware; much steeper than anything in the PC world. Obviously, a cheapskate like me should be looking at consumer hardware.

    • All the consumer hardware is crippled in some way, probably to annoy the feature-sensitive into buying the "pro" hardware. The old-style iBooks have 800x600 displays. The new ones have 1024x768. If you're not careful, the iMac you get won't have VGA out; if it does, like the iBook, it's limited to "mirroring", so your nice big 21" monitor is stuck at 1024x768. The cheap and awful monitor in the iMac might count too.

    • Sometimes the crippling can be worked around. Rumor has it that the iMac's ATI video hardware can do much higher resolutions; you just need to open up the machine and yank the connection to the internal monitor. The possibility of uncrippling is, I think, the reason the undocumented expansion connector in the original iMac was yanked in later revisions. Third parties had made SCSI and 3d cards for it, and that interfered with Apple's controlled plans for the hardware. (For a few revs, the board still supported the cards if you soldered your own connector onto the PCB!)


    So where does this put the Cube? Well, that's the problem. What I really wanted was a headless iMac. The Cube seemed pretty close because of its small size, no fan, and limited expandability. But it has a G4 and allows decent video resolutions, so Apple priced it like a "pro" system.

    I think there would be a huge market for a headless iMac. But an important part of the iMac is low cost. And people who want a non-tiny monitor are just the people that Apple wants to squeeze for as many dollars per unit as they can get. As long as Apple has control over all the hardware that can run OS 9/OS X software, they'll probably continue to segment their market, sometimes with artificial limitations, to maximize profit from customers who are less price sensitive.

    In general, PC hardware manufacturers can't do this. I can plop a GeForce 2 MX in Ye Olde Celeron 450 if I want video resolution. I can put a Maxtor 1394 card in any old PC. And if nVidia or Maxtor decides to artificially cripple their low-end cards to try to make more high-end sales, their competitors will eat their lunch. In fact, the only big player who has much luck with this kind of market segmentation is Intel (Celeron/P3/P4/Xeon), and AMD is...eating their lunch.

    All this could change at MWNY, but I bet there will still be significant limitations designed into whatever new iMac is announced.

    1. Re:The Cube: A failure of market differentiation by Zenki · · Score: 1

      And the amazing thing is the Kyro2 does not have a GPU! It's a case of using smarter rendering technology versus throwing more silicon at the problem.

    2. Re:The Cube: A failure of market differentiation by radish · · Score: 1


      Actually what you say about PC video cards is not true. I recently (yesterday) bought a new card for my main box and spent a week or so before hand researching the options. In the last couple of years Nvidia has become the microsoft of the 3d world. This hasn't all been through nasty tricks - their hardware has been basically the best for a while now. Sales from things like the TNT/TNT2 and early GeForce chips allowed them to take the lead and put out of business/buy out the competition.

      But now we are beginning to see the behavior of a market dominator. Their current top flight GPU is the GeForce 3. It's very very fast for sure, but the cards cost over £300 (thats about $400-$450) which is a bit silly. For those of us on a tighter budget we can go for something from the older (but still very fast) GeForce 2 range.

      Which is where it gets interesting...the GF2 MX is exactly what you said couldn't happen - it's a crippled GF2. They recently launched 2 new models, the MX200 and MX400. The MX400 is more expensive that a straight MX, is higher clocked, but due to memory issues is basically no faster. The MX200 is actually considerably slower! But it's still being marketed as "newer & better" - I have seen MX200 cards retailing for more than the original MX. The problem is there's very little competition left to try and take advantage.

      Nvidia are saying if you're a desk jockey, you can buy one of our consumer cards. But if you're a game player, best get the latest & greatest or some l33t fragger will eat you for lunch.

      The one competing chipset out there now is the Kyro2 (from STB I think), which I ended up buying. It's cheaper than the MX400, and in real-world tests performs as well or better than the GF2 Pro/Ultra. Think of it as Netscape or Lotus up against the mighty MS ;-)

      --

      ---- Den ene knappen er powerknapp, den andre er Bender voice knapp "Bite My Shiny Metal Ass"

  72. Great design? by Jered · · Score: 1

    All you people going on about what a great design the Cube was... do you have one? Have you played with one? I have. It sucks.

    The Cube is cute, but has a *big* external power supply. It's rectangular, but not at all stackable because of the cables, power supplies, power button, and CD/DVD drive access.

    Sitting on a desk, with the power supply and cable converters, it's pretty ugly. It's useless to put under a desk because of the size, power, and drive position, unlike the G4 towers.

    Exactly what is *so* great about the design besides "thinking different"? If it was a perfect sphere that kept rolling off your desk, would you still be lamenting its death?

    --Jered

    1. Re:Great design? by HerrNewton · · Score: 1

      Why don't you put the power supply under your desk?

      ----

      --

      ----
      Am I the only one who thinks Microsoft is a misnomer? Perhaps Macrosoft would be a better fit?
  73. So get a G4 farm by Ethelred+Unraed · · Score: 2

    Granted, the G4 towers are a lot bulkier than the Cubes, but OTOH they are also amazingly quiet. I've been pleased with my dual 450 G4 in that regard -- it's the quietest computer I have, even quieter than my Powerbook (which, while it has a fan, only rarely turns on the fan).

    For that matter, the iMacs are also very quiet. My family-in-law has an iMac DV, and it's also very decent (though it does crash a lot... ;-P ).

    My Duron 800, though, is just *loud*...

    Ethelred

    --
    Everyone wants to be Ethelred. Even I want to be Ethelred.
    1. Re:So get a G4 farm by mr100percent · · Score: 1

      Name "some usual MOS9 crashing".

      Oh, and the convection idea is not bad, it seems to work for me, except the one time my little sister put a blanket on top of the iMac, blocking all ventilation, leading to an extremely hard freeze.

    2. Re:So get a G4 farm by larkost · · Score: 1

      The PowerMac G4's are rather quite when you compare them to most other computers, but haveing had both a 533MP Powermac, and a 450 Cube side by side for a month, they are still far noisier than a Cube. I decided to stay with the cube and give up the Dual 533 (much faster) for home use because after using the Cube for a while I found it too noisy.

      In a couple of years when I will replace the cube I am going to be hard pressed if Apple doesn't re-introduce something like the Cube, I never want to use noisy computers again!

    3. Re:So get a G4 farm by Johnny+Mnemonic · · Score: 1


      For that matter, the iMacs are also very quiet


      The slot-loading iMacs don't have fans, either. That would explain their quietude.

      In fact, the metal divider that the deflection board is attached to, also has the logic board attached to it--and subsequently acts as a large, flat, heat sink. I presume that air convects from the bottom of the unit, through the logic board and divider "grill", through the deflection board, past the CRT yoke, and up through the holes around the handle.

      --

      --
      $tar -xvf .sig.tar
    4. Re:So get a G4 farm by hurst · · Score: 1
      Yeah, I got a tower like everyone else, but I still lusted after a cube. Don't get me wrong, the tower's OK (but fscking slow compared to an athlon) but when I'm using it to play MP3s or DVDs, it's still not quiet enough. It doesn't help that I filled it with HDs.

      I'm kinda sensitive to computer noise, I realized how sick of it I was when the power went out at work and every baracuda HD spun down. Silence! It was great! I want more!

      Another point: An athlon would have to live out on my balcony.

  74. Apple didn't follow their own strategy by Ethelred+Unraed · · Score: 4

    It's pretty odd that Apple did the Cube at all, really. Anyone remember the original four-box strategy that they implemented to prevent themselves from going overboard on models, like they used to?

    In the old days, Apple had Quadras, Performas, Centrises and Classics, and no one could tell from the name or even case design which Mac was which. Futhermore, within each line (Centris/Performa/Quadra) there were myriad variations that made little sense, and often there was overlap. This confused both customer and sales team, and caused a lot of trouble.

    Enter the four-box strategy:

    Consumer portable: iBook
    Consumer desktop: iMac
    Pro portable: PowerBook
    Pro desktop: G3/G4

    This strategy worked just fine, and then Jobs got a wild hair and decided to add the Cube, which was neither cheap enough to be a Consumer box (like an iMac) nor powerful and expandable enough to be a Pro box. Sure, it looked great, but it was just a bad decision (unless they had cut the price dramatically, but then they would have run into problems with the Cube cannibalizing iMac sales).

    They should stick to a simple product line, like they started to do, much in the same way that carmakers recycle chassis designs and parts to keep things simple and costs down.

    For all the coolness of the Cube, it was simply a blunder IMO.

    Ethelred

    --
    Everyone wants to be Ethelred. Even I want to be Ethelred.
    1. Re:Apple didn't follow their own strategy by 2ms · · Score: 1
      You have to understand that nothing is ever going to stop Steve Jobs from trying to make cubes that run BSD. That's his whole motivation. In approximately ten years Jobs will have once again had enough success at making noncubes, that he'll be able to convince someone to let him make another one, and no one will buy it, but then he'll be forced to earn the priviledge again. Yes it's a sickness, but at least it's mostly a productive one.

      What I'm wondering is what color the next one will be. The first one was black (absorbed all wavelengths), the second one was clear (transmitted all wavelengths), he can't do white b/c that's what normal pcs are, I guess he could do chrome (reflect all wavelengths), but chrome has fingerprint problems, hmm...

  75. I still want one by DataSquid · · Score: 1

    OK, so they don't exactly "work well," but that aside, when they came out my friends and I were pretty impressed. Sexy, small and quiet. Finally someone took the ideal university girlfriend and extrapolated that into the realm of desktop computers.

    First off it looks good. Who can argue with that? Certainly not the idiots encasing their PCs in plexiglass and lighting them up with neon. And the space and noise factors are important when living in a small room. Good job Apple, too bad it was DAMNED EXPENSIVE and kinda broke a lot.

    --

    DataSquid.net, a little about me.
    1. Re:I still want one by DataSquid · · Score: 1

      Hey, don't outfunny my funny ;) that was good.

      --

      DataSquid.net, a little about me.
    2. Re:I still want one by TheInternet · · Score: 1

      Good job Apple, too bad it was DAMNED EXPENSIVE

      Initially, yes. But not at $1300.

      and kinda broke a lot

      I know several people that are very happy with them. If you're going strictly on media coverage, well, you know how they are.

      - Scott
      --
      Scott Stevenson
      WildTofu

      --
      Scott Stevenson
      Tree House Ideas
    3. Re:I still want one by GPLwhore · · Score: 1

      $1300 is a lot. This thing would be viable at around $800. At least I would consider it a reasonable purchase at this level ( and I am not a cheap guy by any means)

      --
      ...and you can't blame meteors for everything.
  76. Re:The design IS the problem. by TheInternet · · Score: 1

    A cube is the most Nazi of all shapes - an utter surrender of beauty to uniformity.

    I'm sorry, but the Cube is a gorgeous machine. Although I like the idea of a spherical floating computer like someone else mentioned.

    - Scott
    --
    Scott Stevenson
    WildTofu

    --
    Scott Stevenson
    Tree House Ideas
  77. Re:Apple dethroning Microsoft by TheInternet · · Score: 1

    This will not happen unless Apple cuts its hardware prices by 50%. Then they will be merely competitive with PC's.

    I think you're off by a significant amount on the price difference. Make sure you're comparing machines with equivalent features.

    Cut prices even more and they might gain sales.

    Apple isn't just an assembly service like so many grey box makers. They actually develop products. This takes money and this is why Apple's gross margins are higher. Sony has a similar approach.

    BTW: Razor thing margins on cheap x86 don't seem to be a fantastic business model these days. VA has dumped its hardware, and Compaq has come close to doing the same. More units sales do not necessarily mean a more succesful business or a more healthy industry.

    Better yet, Apple could license its OSX to other hardware vendors, who could make powerful competitively-priced feature-laden microcomputers

    Apple makes the complete product -- that's the value proposition. Not just the OS, not just the hardware. They build computers.

    Besides, show me one other company besides Microsoft that has made a solid business out of licensing x86 OSs.

    - Scott
    --
    Scott Stevenson
    WildTofu

    --
    Scott Stevenson
    Tree House Ideas
  78. Re:Hastings's Law by TheInternet · · Score: 3

    I quote to you Hastings's Law: Adequate and cheaper wins against better but more expensive.

    Isn't this more a theory than a law? Anyway...

    Regardless of how many units are sold, "adequate and cheaper" cannot sustain an industry long term. To me it seems "better and expensive" is what actually drives most progress. But volume is what drives costs down.

    I'm also not convinced the problem with the Cube was one merely of price, though that was clearly a major issue. It was at a really strange place in the product line. I don't think consumers knew who it was targeted at.

    The Cube has exactly two things going for it: it looks cool, it is silent

    Well, another major one is that it takes up very little space at 8" cubed. This means that it can go in places that are not practical for other computers.

    - Scott
    --
    Scott Stevenson
    WildTofu

    --
    Scott Stevenson
    Tree House Ideas
  79. Re:Lacking: time, money, uniqueness by Craig+Davison · · Score: 1

    You could interlace to 320x400 too (lowering the framerate to 25 or 30). Only worked for static
    images. Other hacks included drawing pixels on the border for Sega Genesis-like graphics (that was the standard to behold for my friends and I back in the day).

    The c64 did NOT have digital sound. It had a 3-voice synth/tone generator thing called the SID.
    You could add a second SID for 6 voices (stereo).

    The Amiga had 8-bit/4-channel sound (stereo). The 16-bit sound trick is a hack (although "superimposing" 2 8-bit waveforms will definitely improve sound quality).

  80. Why? by macdaddy · · Score: 2
    I don't get why Apple nixed he cube. It was a great little box and sales were actually pretty good. They weren't iMac record sales but they were pretty darn good. Granted the case making process made some people believe that their cube had cracks in it but that wasn't Apple's fault. I still don't get it. I was going to purchase one of these for my mother. :( The cube is the only expandable G4 priced at the average Joe. The towers are great and all that but with the cost of a shitty Windows box going down, it's hard to justify buying a tower now.

    --

  81. Re:Sick of hearing about "such a great design" by HerrNewton · · Score: 1
    It's like buying a furnace or water-heater for its looks
    Do you have your furnace or water heater sitting on your desktop? That analogy may hold true for servers (there is something to be said for elegance in industrial design no matter what/where the product is used), but it doesn't hold true for desktops. Given the choice between some generic tower with a thin, rattling case whose vibrations are barely audible over the roar of at least two cooling fans and a 19" monitor which can double as a space heater and backend-weight in my car come winter OR my whisper-silent G4 733 tower and 17" LCD (15 pounds, 6" deep), I'll take the latter over the former anytime.

    ----
    --

    ----
    Am I the only one who thinks Microsoft is a misnomer? Perhaps Macrosoft would be a better fit?
  82. Re:Lack of real of innovations was the real proble by HerrNewton · · Score: 1

    -And get rid of those stupid orb shaped speakers... they look cool, but aren't practical.

    What's so impractical about them? They're small and sound relatively good for their size. My only complaint is that the overall diameter of the case should be about 1"-2" greater to allow for a larger base---if they get unseated, they have the tendency to roll.

    ----

    --

    ----
    Am I the only one who thinks Microsoft is a misnomer? Perhaps Macrosoft would be a better fit?
  83. Re:Sick of hearing about "such a great design" by HerrNewton · · Score: 1

    Titanium G4 and the new iBook. 'Nuff said.

    ----

    --

    ----
    Am I the only one who thinks Microsoft is a misnomer? Perhaps Macrosoft would be a better fit?
  84. The Next iMac will be The Cube Reborn by drfalken · · Score: 1

    I posted this comment on Macslash yesterday:

    I hear a lot of people here complaining about the combo price of a cube and LCD display. I think these assesments are correct. I think Apple has heard the complaints and is fixing them.

    From the sounds of the rumors, we'll see an LCD iMac announced this month. It'll be a G4, 128MB RAM etc. Essentially a Cube stuck to an LCD. And the pricing should be in line with the current iMac product line.

    Reasons being:
    1) No more CRTs at Apple. Therefore, iMac must move to LCD.
    2) Apple has invested a great deal in LCD tech, as show by launching a 17" LCD and getting amazing pixel resolution from the new iBook LCD.
    3) You can't really glue a desktop to an LCD unless you can get the components to fit into a tight space and make it look any good. The Cube showed Apple could stuff a desktop into a kleenex box. Proof of concept for this requirement.
    4) Pricing has to be within the bounds of the current iMac line b/c Apple won't want to risk losing their low-end customers who want to buy Mac
    5) It must be G4 b/c OS X runs like crap on a G3. This upgrade will leave the iBook as the only G3 in the fleet. Expect this to be revved to G4 by MW Tokyo at the latest. Sorry to the early adopters on this one, but I don't think Apple will stand idly by and try to flog a product line that can't really run their new OS.
    6) My money is on three configs w/ speeds from the 750Mhz through the 866Mhz. Lowend will be CD-RW, middle DVD, highend will be a combo drive ala the iBooks.

    So long live the Cube in its new form. These are my bets. No doubt everyone here is guessing something similar.
    ----------------------------

    1. Re:The Next iMac will be The Cube Reborn by hearingaid · · Score: 1

      An LCD iMac would be interesting, to be sure. It'd wind up being a really weird shape though.

      However, I doubt it'll be a G4. The G4s are still way too expensive for the iMac line. IMO, it was the G4 processor that killed the Cube.

      I also doubt it'll have a processor speed that high. I also suspect: no DVD-ROM, except maybe on the high-end, with a DVD-ROM/CD-RW. Apple's spent too much money on Rip. Mix. Burn. to give up CD-RW on any iMac.

      My other suspicion: 256MB of RAM, to help it with OS X. RAM prices are crashing through the floor right now. Why wouldn't Apple take advantage of this?

      --

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

  85. One wonders how Apple couldn't have seen this.. by tosderg · · Score: 4

    coming.

    This is one of those cases where it seems like everyone on the web was in on one big secret that Apple didn't discover until they started looking at quarterly reports and doing the math.

    Notice that everyone likes the look of the Cube, the silence of the Cube, and in general the concept of the G4 Cube. I know that I personally have been lusting after an old NeXT Cube for years now, despite the fact that the hardware is so hopelessly out of date and there's really nothing for me to do on OpenStep. The concept of a computer in a Cube form factor is just so appealing to me that I'd be willing to spend the $400 or so that it costs to pick up a decent NeXT Cube used.

    However, if you're going to create a silent cube computer, you have to realize that those are perks. Those are "neat things". Those are *not* important enough issues to justify a purchase at full new retail price for 99% of customers.

    Sure, you read here about how Joe Sixpack bought it for his wife and she loves it, or how Fred Smith bought it to add to his stereo as a digital computer component and thinks it's pretty fantastic. Most of us do not have $1800 or $2000 or whatever a decent Cube costs these days (or did cost, heh heh) just to throw away on a whim based on a cutesy design.

    Someone here mentioned Rolex and Bentley. These products are *extremely* high priced within their markets, but they are also the acknowledged *BEST* at what they do. The layman thinks "high-end watch", he thinks ROLEX. That makes a Rolex watch 1) a quality piece of equipment and 2) a status symbol.

    Any Apple based computer these days is only a status symbol for a small subset of the community. I think Apple had starry-eyed visions of Dot-Com millionaires eating up Cubes like chocolate to put on their glasstop desks right next to their expensive LCD panels and stack of $400 motivational tapes. It just didn't happen. Within the computing industry, Mac owners are more often reviled than revered. Macs are seen as a toy, or at best, as a tool for an artist or graphics designer.

    There aren't enough image-conscious artists or graphics designers to buy Cubes. Most of them are still probably holding onto their 9600s for the 6 PCI slots. :)

    Which is the other issue - the Cube is NOT the best in its class. No, it is not "in a class of its own", it's a personal computer. There are much better machines in terms of functionality and quality of components than the Cube - even within Apple's own product line!

    That's the one-two punch. The bonuses of the machine are not worth enough to most people in and of themselves, and the machine does not contain amazing whiz-bang hardware to drive the purchases. If the Cube had been the fastest piece of hardware Apple manufactured by a measurable amount and been delivered at a cost of only a few hundred dollars more than the G4 Tower (to make up for the lack of expandabiltiy, etc... even though it'd be the fastest, it would be a static configuration), I think it would have sold very well.

    If the G4 Cube was delivered as-is but at a price point closer to the iMac than the G4 Towers, I think it also would have sold.

    It was neither. It didn't sell.

    In 10 years I'll probably buy one on eBay for $400 to sit next to my (at that point) 20 year old NeXT cube in the museam of cool machines that could've been.

  86. Re:Oh well by Simon+Brooke · · Score: 2
    How about a dodecahedral computer, floating in the air, and rotating with a floppy or DVD drive at the front?

    Watch the rate of roll on that Cobra III, Commander Jameson...

    Yes, I too had a mis-spent youth.

    P.S.: I wonder how many Merkins will understand any of this?

    --
    I'm old enough to remember when discussions on Slashdot were well informed.
  87. Re:Sad but predictable by spencerogden · · Score: 1

    But of course computing power for the dollar shouldn't factor into cost considerations at all.

  88. The speakers. by jcr · · Score: 2

    >-And get rid of those stupid orb shaped speakers... they look cool, but aren't practical.

    I don't know what you mean by practical, but they sure sound great. I've never heard such clarity from such a small driver before in my life, and I'm used to the sound I get out of my Magneplanars.

    -jcr

    --
    The only title of honor that a tyrant can grant is "Enemy of the State."
  89. Re:The Mac G4 Cube is a fine piece of work. by jcr · · Score: 2

    I'm writing code. Having the extra RAM has cut way down on the paging when I build an app or launch it under the debugger.

    As for maxing it out, I expect that when I do so next year it will cost me about $200 for two more sticks of 512Meg PC100 RAM.

    -jcr

    --
    The only title of honor that a tyrant can grant is "Enemy of the State."
  90. Re:The Mac G4 Cube is a fine piece of work. by jcr · · Score: 2

    >You are fucking insane. 1.5GB of RAM for it to be your damn MP3 player?

    I said it was going to be my digital audio server. That's not necessarily limited to MP3's.

    It will probably also take over the tasks of being my incoming mail/news server which my NeXT slab is doing now.

    -jcr

    --
    The only title of honor that a tyrant can grant is "Enemy of the State."
  91. The Mac G4 Cube is a fine piece of work. by jcr · · Score: 3

    I'm using one every day, it's my primary development system. For the first time in my entire career, there is NO FAN running in my office. It's wonderful to be able to really hear my music while I'm working.

    The critical thing for getting any mac to perform is giving it enough memory. This cube on my desk was recently given an extra half-gig of RAM bringing it up to 704Meg, and the difference was astounding.

    As for the alleged cracks, what I see in this case are a few mold lines which cast shadows that look like cracks under certain lighting conditions.

    Sometime next year when I buy a G5 machine, I know exactly what I'm going to do with the cube. It's going to get a 100gig disk, have its RAM maxed out at 1.5 gig, and it will go next to my stereo and become my digital audio server. It will probably remain in that role for ten years or more.

    -jcr

    --
    The only title of honor that a tyrant can grant is "Enemy of the State."
    1. Re:The Mac G4 Cube is a fine piece of work. by dciman · · Score: 1

      Good luck.... considering that it doesn't have S-Video out, or a normal sound card.

    2. Re:The Mac G4 Cube is a fine piece of work. by ave19 · · Score: 1

      I have a digital audio server right now!

      It's a pentium-pro 200 with 96 megs of ram. I put it together for less than $300, and most of that was for the 20 gig hard drive.

      Before lightning took out our power, it had been churning through our 4500 song playlist for 64 days.

      Unless your lottery-rich, buying an apple isn't worth it.

      -ave

      --
      ...or maybe not.
    3. Re:The Mac G4 Cube is a fine piece of work. by TobyWong · · Score: 1

      But just think of how fast his mp3s will play with 1.5 gigs of ram!!!!

      *grin*

      --
      - Toby
    4. Re:The Mac G4 Cube is a fine piece of work. by 2ms · · Score: 2

      Just curious: what are you/OSX doing to utilize your current 704MB, let alone 1.5GB for playing mp3s?

  92. Re:Oh well by Old+Wolf · · Score: 1

    You don't know much about computers if you think that those things are going to be the problems..

    The major problems would be:
    - making extension cables for your PCI etc. slots
    - extending all the other cables (including power which, btw is 5V and 12V so not much danger there)
    - making sure the cards don't short each other out when it swings around

  93. Re:You're forgetting about size by Old+Wolf · · Score: 1

    What's with this recent trend of calling the whole computer the CPU?

  94. Re:You're forgetting about size by Old+Wolf · · Score: 1

    Aah! You have recalled one of my most priceless memories [hunts around for Mastercard lawyers]

    There was this family who I'd often visit to geek, but they all had Amigas (A500 etc.) Eventually I convinced them to get a PC. When it arrived, one of them called me up excitedly telling me all about it:

    "There's a box next to the computer..."

    It took several seconds before it dawned on me what she meant

  95. Re:Lacking: time, money, uniqueness by Old+Wolf · · Score: 2

    Not if Microsoft gets their way..

  96. Re:Another Article by mr100percent · · Score: 1
    They have, Apple showed a number of photoshop tests on G3s and G4s, and showed the difference, as well as Macworld's tests.

    "G4 upgrades from a G3" benchmarks

    Macworld's G4 cube review and benchmark

  97. Re:Oh well by mr100percent · · Score: 1

    Wow, somebody other than me who also said that would be way cool. Yes, do that, and you'll get on /. if you take pictures. I mean if they post ugly wood PC cases....

  98. Re:Wireless Router and Server. by mr100percent · · Score: 1

    Actually, the wires are pretty minimalist. Apple purposely tried to solve this with the ADC, and does a good job of it too.

  99. Re:Sad but predictable by mr100percent · · Score: 1
    The stupid "jam in paperclip to eject disk" for example

    Step 1. Click on the disk
    Step 2. Drag the disk to the trash
    Step 3. There's no step 3
    ID10T

  100. Re:Sad but predictable by mr100percent · · Score: 1

    What you're missing here is stability of Mac over x86, as well as the support, and confidence that you won't get driver problems, or IRQ or DMA errors, no registry bugs, and less than 1 one-thousandth of the viruses.

    x86 may be cheaper in terms of hardware, but there was a study and businesses found it cheaper to buy macs, they offered a better ROI, less support, good productivity, and outlast x86's. Mac classics are still around, they make great word processors, but there are very, very few 386's in circulation.

  101. Re:A computer is a tool!!!! by mr100percent · · Score: 1

    Unfortunately, Sierra bitched and moaned that mac users never bought any of their cruddy games in '96, so killed Half-life.

    2 mouse buttons? sure, I use 5 on the MS intellimouse, you almost need them for Deus Ex.

    I am sorry for you that you had to wait a year, but now the world is a much better place. Now the turnaround time for macs is very, very quick, within 5 days, while companies like Compaq are screwing the customers over in support.

  102. Re:Sad but predictable by mr100percent · · Score: 1

    Actually the LISA team stole some GUI ideas from Xerox.

    The mac team lifted some key features and functions from Lisa. They never actually got Xerox stuff. So it was mostly second-hand GUI concepts that went on the mac, so the 'thievery' issue is old, OK? Besides, Steve Jobs went to the head of Xerox, and obtained permission to let all the lisa progammers see the GUI and get their hands on the ideas. Xerox never said they were robbed, they just gave away valuable stuff wuthout thinking.

  103. Re:What happened? by mr100percent · · Score: 1

    I couldn't have put it better, now if only I had some mod points...

  104. Re:Lacking: time, money, uniqueness by mr100percent · · Score: 1

    That I doubt, for one thing, It's quickly caught up to the BSD in number of installations, just look at all the OS X shipments and iMacs.

  105. Re:Lacking: time, money, uniqueness by mr100percent · · Score: 1

    10 minutes? Here, take these 20 bucks and buy more than just 32MB of RAM.

    Under a minute on my iBook G3, and G4's are under 30 seconds.

  106. Re:Apple dethroning Microsoft by mr100percent · · Score: 1

    You'd be suprised, in an interview Steve Jobs said many customers say they're getting a great bargain. Ease of use, speed, low mantainence, looks, availibility of apps, and no hardwae conflicts means BARGAIN compared to x86.

    Also, I've seen that every manufacturer including Dell makes the computer with everything and a huge price tag. It sells to those who money is no object. Doesn't the cube's main buyers fall into that category?

  107. Re:Sick of hearing about "such a great design" by bnenning · · Score: 1
    consumer-centered (read:fucking pathetic and offensive) priorities... the ones who are destorying the environment based on branding and appearance and not utility

    While I disagree with this outlook (and insulting people who don't share your stoic preferences is counterproductive), I find it amusing that a poster at maccentral.com used almost the same argument to defend the cube.

    --
    How to solve most of our problems: 1.Lots of nuclear plants. 2.Cure aging.
  108. Practical design! by Gorimek · · Score: 2

    While cute, the cube is also extremely practical in terms of desk space for those who do not need a lot of expansion options. It's noiselessness is also very practical, especially for musicians.

    I don't know why you hate beautiful things, but for most people it's worth more to be surrounded by beauty than by ugliness, and they are happy to pay for it.

    1. Re:Practical design! by R.Caley · · Score: 1
      While cute, the cube is also extremely practical in terms of desk space for those who do not need a lot of expansion options. It's noiselessness is also very practical, especially for musicians.

      A laptop gets you all that, an dthe ability to unplug it from external screen and keyboard to take it 'round to your mates for a jam.

      I don't know why you hate beautiful things,

      What is particularly beautiful about a cube? It's just a brick of unpleasing dimensions.

      BTW, what is the 3D equivalent of the golden ratio? Just one of those factoids I feel I aught to know but don't.
      _O_

      --
      _O_
      .|<
      The named which can be named is not the true named
    2. Re:Practical design! by Boris+Yeltsin+) · · Score: 1

      I don't know why you hate beautiful things, but for most people it's worth more to be surrounded by beauty than by ugliness, and they are happy to pay for it.

      Obviously not enough people, or the cube wouldn't have gotten tanked :-)

  109. The Cube's Price tag... by Qui-Gon · · Score: 1

    ...A year ago, the Cube was being hyped like crazy. What happened?

    The price is what happened. How can Apple expect to make sales with a $2000+ computer? Dell/Compaq/HP/etc sells them for about a 1/4 of the price. Most common users don't care about inovation and style... they care about getting their email, web pages loaded quickly and price. Bottom Line. Enthusiasts may enjoy this sort of "toy" but, most steer clear once they see the price.


    We are blind to the Worlds within us

    --

    We are blind to the Worlds within us
    waiting to be born...
  110. Square apples...? by binner · · Score: 1

    What's this about square apples...is this more of that genitically engineered food?

    -Ben

    --
    Say what you mean, mean what you say! But please know what #$@% you are talking about!
  111. Apple deserves the humiliation... by smirkleton · · Score: 2

    ... I'm glad to see the Cube bite it . It is capitalism's way of rolling up a newspaper and smacking Steve Jobs on his sometimes artistically elitist ass.

    I love what Apple is capable of achieving in form, but it remains one of their most obnoxious tendencies to assume that form is a means unto itself. When function goes out the door - which it did in the case of the gorgeous but functionally impractical Cube - it is all but impossible to generate meaningful demand. A small population of design purists will buy anything Apple releases. They should have known better and released a more expensive Cube produced in smaller quantities (like the 20th Anniversary Mac from a while back).

    This same elitist streak in Apple led to the 'innovation' of their sleek, gorgeous one-button mouse. I, along with the majority of other Apple Power Users, threw the dang thing away and plugged in (the horror) a 3 button Microsoft Mouse instead. I like the look of the Apple mouse better, but since I actually need to USE the thing, and since my usage entails more than simply surfing the Internet and single-clicking, I'm forced by practicality to use a functionally superior product from a company that remains mostly oblivious to aesthetics and originality.

    After all these years, Steve Jobs' vanity continues to lead Apple to repeat their early blunders. With absolute certainty, the one thing we can all look forward to in the future of Apple under Steve Jobs' leadership is repeatedly making the most gorgeous mistakes in the computer industry.

    1. Re:Apple deserves the humiliation... by Doktor+Memory · · Score: 1
      This same elitist streak in Apple led to the 'innovation' of their sleek, gorgeous one-button mouse.

      Sigh. This again. One day an Apple-topic story will be posted on /. without the "one-button-mouse" troll being sounded, and then the world will promptly end.

      One more time, with feeling then: Apple's choice of a one-button mouse had nothing to do with any alleged "artistically elitist" inclination, but was a conscious, deliberate choice based on thousands and thousands of hours of actual usability testing. You can second-guess the decision as much as you like in hindsight, but the cold hard fact is that they made it only after actually assessing the data.

      --

      News for Nerds. Stuff that Matters? Like hell.

  112. Re:Hastings's Law by Knobby · · Score: 1

    Wait to see what happens at MacWorld.. There are a lot of rumors floting around, but I wouldn't be surprised to see a silent iMac with a G4 and an integrated flat panel display..

  113. Re:convection oven by Knobby · · Score: 3

    A computer.. If you wave your foot over the thing it shuts down..

  114. The great irony is... by asako · · Score: 1

    ...selling off whatever backstock of Cubes remains at remainder prices will probably wind up making it cheaper than the G4 tower after all.

  115. Re:convection oven by Yer+Mom · · Score: 1

    This is Nature's way of telling you to change your socks.
    --

    --
    Never mind Spamassassin. When's Spammerassassin coming out?
  116. Re:Lack of real of innovations was the real proble by larkost · · Score: 1

    And longer cords all around... I want more separation between the speakers, and don't have a ADC display so I have to use the Cube's USB port...

  117. Re:issues by TwistedGreen · · Score: 1

    I also heard that the thing got hotter than fuck ... Oh well. They still make the coolest hardware.

    ;)

    ----

  118. Re:Beauty is in the eye of the beholder. by TwistedGreen · · Score: 1

    Yes, i'm sorry, I should have noted the NEW beetle to be the one to which I was referring. I find that people who like the new beetles tend to be rather superficial and pride themselves on being 'trendy,' a notion that disgusts me to my core. *grimace*

    ----

  119. Beauty is in the eye of the beholder. by TwistedGreen · · Score: 2

    I wouldn't go so far as calling an Apple 'beautiful.' Sure, it's an interesting design, but my PC is under my desk; I rarely see it and use it even as a footrest. The cube was sleek and interesting, but i don't think it would make as good a footrest as my sturdy beige midtower would!

    To be more serious, though, I think that Apple's desire to be different is a vice as well as a virtue. People think of Macs as somewhat of a curiosity, but don't really consider them for heavy use. The interface is nice, the design is fluid, but it's like those PT Cruisers... some people like them, others hate them. I think that they're hideous; who on earth would want to buy such an ugly beast? Wherever you go, people notice your PT Cruiser, just like people notice your VW Beetle. It's a novelty, and not many people drive them. It's awfully conspicuous at times because of the amount of marketing put into such things as Beetles and Macs. Though you don't drive around your Apple iMac or Cube, I think the same mentality applies. In fact, I find that the same people who love their Macs also love their VWs. Interesting.

    ----

    1. Re:Beauty is in the eye of the beholder. by DeputySpade · · Score: 1

      Your post would have been right on target if you had said "new beetle" You forget something. The old beetle was engineered to be totally utilitarian. it's physical shape was intended to be aerodynamic (and was for it's time) so that it's economical engine could actually push it at highway speeds (barely.) It's engine was simple, easy to work on by the average person with even a shred of mechanical aptitude. The air cooled design was intended to thwart the problems liquid coolers had in the harsh winters as well as to eliminate a complicated cooling system. Oh, and the old beetle was considered to be horribly ugly.

      The Karmann-Ghia was VW's attempt to produce the same car but with any amount of class. It wasn't until sometime in the early nineties when the little girls who thought they were hippies started driving that VWs started to really become popular for being "cute" rather than functional. The VW was an ugly cheap utilitarian car. BTW, it also happened to be THE best selling automobile ever (Much like the intel platform versus any other platform)

      It's counterpart, the NEW beetle is a horrid monstrosity. A true bastardization of what the old beetle was supposed to be. It's not aerodynamic by today's standards, it's made to be cute rather than utilitarian. It's got a complicated modern engine. You open the hood and can't even see the spark plugs. User servicable? Forget it. The new beetle is more closely analogous to the mac and the old beetle to the beige workhorse commodity PC. Oh, and while we're drawing analogies, the new beetle which is selling on the superficial merit of being "cute" is also way overpriced and isn't selling nearly like expected. Certainly not selling like the old beetle did.

      --


      This space intentionally left blank
  120. Re:Hastings's Law by fishboy · · Score: 1

    i've never understood the confusion surrounding the fans.

    there is only one macintosh that currently sports a fan that runs full time, the G4 tower.

    all other macs (powerbook, imac, and ibook) haven't had fans for a long time, longer than the cube has been out. my powerbook (1998) has only run its fan once in its lifetime, when it didn't go to sleep properly when i closed the lid and left it in my briefcase in the car for an hour.

    it's becoming a fanless world. and thank god for that. my wife's pc laptop, which is one of the quieter models, drives me up the wall. computing should be silent.

  121. Re:A computer is a tool!!!! by cdaveb · · Score: 1

    Actually, regarding Halflife- the game was practically done being ported for the Mac when it was cancelled. Something to do with them not wanting to ship it with Mac-PC network support (even though the code was mostly done) so they wouldn't have to keep the versions in sync. It was really quite stupid I think- it was one of the most anticipated games on the Mac and would have sold quite well, and the work was practically done.

    Pretty much the same thing happened with the Dreamcast port of Half-Life. Versions had gone out to reviewers and everything, and then they cancelled it. Kinda sad really.

  122. Re:Oh well by Speare · · Score: 2

    Or a sphere, floating in the air...

    Brings a whole new meaning to the term, Bernoulli Drive.

    --
    [ .sig file not found ]
  123. Apple = overpriced by supabeast! · · Score: 2

    The cube failed because it was too goddamned expensive. Apple products were worth the price when they outperformed comparable PCs, and were a million times as stable as PCs. Now that AMD processors and a huge amount of competition in the DRAM market has dramatically lowered the cost of high-end PCs, and Windows 2000 is almost as stable as UNIX, there is no longer a reason to pay Apple's prices for a workstation.

  124. Re:Hastings's Law by mrogers · · Score: 2
    I don't think consumers knew who it was targeted at.

    What a strange idea - do you buy things based on whether you like them, or based on whether you think they're targeted at you?

    --

  125. The cube didn't assimilate anyone by Ukab+the+Great · · Score: 2

    I guess resistance isn't quite so futile after all.

  126. First Pos...heh...just kidding. by 6655321 · · Score: 1

    Actually, I kinda want a cube. They're foxy, and it'd fit in nicely with my old video game stuff (while at the same time actually being USEFUL.)

  127. Re:You're forgetting about size by Infonaut · · Score: 2
    Great idea, unless you want to use a full-sized keyboard and a full-sized monitor, in which case it might be nice to have a small-footprint computer to offset the size of the keyboard and the monitor.

    The Cube is just another option, and obviously not one that caught on, but remember the Newton? It failed miserably, and now we all use palmtops.

    I just think it's interesting that people are down on the Cube, when Apple was trying to give people an option other than the standard pizzabox, tower, or laptop decision. It didn't work this time, but I applaud any computer manufacturer that at least attempts to improve the status quo in hardware design.

    --
    Read the EFF's Fair Use FAQ
  128. You're forgetting about size by Infonaut · · Score: 4
    Sure, it's easy to say that the Cube wasn't innovative, simply because it included so many things we've all seen before. However, putting them all together into a very small form factor was very innovative. Often times it's a collection of small refinements that add up to true innovation.

    For those of us who don't have all kinds of space, the Cube was an excellent idea. From what I've heard, Apple was expecting to sell a whole lot of Cubes in Japan, for example.

    The fact that Apple mispriced the Cube, making the G4 tower a much more cost-effective bet, and that they mistimed it by releasing it before OS X was available, doesn't take away from the fact that they had the right idea in a small form-factor CPU that actually looked nice.

    --
    Read the EFF's Fair Use FAQ
    1. Re:You're forgetting about size by ave19 · · Score: 1

      Um... I don't think that changing the size of the box you're thinking in counts as "thinking outside of the box." It's like saying, "this keyboard is innovative because we added a key to it."

      -ave

      --
      ...or maybe not.
    2. Re:You're forgetting about size by GPLwhore · · Score: 1

      Since Cube turned out to be almost complete failure, what you saying is not much more than your guess at how things would be if so and so ...

      --
      ...and you can't blame meteors for everything.
  129. Re:Sad but predictable by bonoboy · · Score: 2

    Because he was lying. The simplicity of this argument is only reflective of the way in which Apple has fused itself around the core of Steve Jobs - even when Steve wasn't necessarily at the centre. It's the Apple Myth. Just because Steve said it's so doesn't mean it's gospel. Alot of people who were there say different - it just took them months to convince Steve, so he decided it was all his idea.

    --
    toeslikefingers.com - because
  130. Re:Sad but predictable by bonoboy · · Score: 3

    God, here we go again. Bill Atkinson and Jef Raskin deserve alot of credit. In fact, I seem to recall Bill had been doing research on GUIs at university. The best book I've read on it was Infinite Loop, which says that they were already set on a GUI, and took Steve over to PARC to convince him, too. He wasn't the guy who 'stole' it, nobody was. It's all Official Apple History, not actual history.

    --
    toeslikefingers.com - because
  131. Re:Why not just put the computer in the monitor ba by chegosaurus · · Score: 2

    Sun ELCs had the computer at the back of the monitor. The main board just slid out of the top for replacement/repair/upgrade.

    Cable-wise you had the power cord, the network cable and a wire between the keyboard and the computer. The mouse plugged in to the keyboard.

    It was a nice, tidy arrangement. I still have a couple in my basement.

  132. NeXT by erikdalen · · Score: 1

    well, they did sell more cubes than NeXT ever sold of both cubes and NeXTstations.

    still I have to say that the NeXT cube looks a lot better IMO.

    /Erik

    --
    Erik Dalén
  133. Re:"This is good news for Mac users" by Bill+Daras · · Score: 2
    What's next? iMacs begin exploding on startup- but it's good news for Mac users.

    Mine did.

    The Green Light Of Death claimed my iMac last Thanksgiving. After months of slowly deteriorating video, I turned it on to hear a SNAP, CRACKLE, POP, BANG as the analog board fried itself.

    Apple's attitude has always been "Yeah, we know about it, but unless your shortest-in-the-industry warranty is still in effect, you will have to pay for it yourself"

    All $300 of it.

    It didn't matter how many other iMac owners had experianced the same thing, Apple was not going to fix it unless I paid. Some people did, I refused to. Some people have claimed to go through several analog board replacements because the replacement is of identical design to the one that failed in the first place.

    Needless to say, they lost a customer.
  134. Re:Hastings's Law by steveha · · Score: 2
    Isn't this more a theory than a law?

    Maybe so, but then so is Murphy's Law.

    To me it seems "better and expensive" is what actually drives most progress.

    True, but there needs to be at least a segment of the market that actually needs (or at least wants) the better and expensive product. For example, if you were to invent an improved floppy disk drive, at this point you would not be likely to sell many... especially if it is expensive. Current floppy disk drives are adequate for the purposes for which people need them.

    Another example: gourmet hamburger restaurants seem to have a hard time. I really enjoy eating at Fuddruckers and I don't mind paying extra for the quality... but McDonalds is cheaper and considered adequate by most people, and Fuddruckers has trouble competing.

    [The Cube] was at a really strange place in the product line.

    Yah. Folks who needed the absolute top performance (including the best expansion capabilities) would buy G4 tower Macs, not the Cube; folks looking for a decent computer that doesn't cost too much would buy an iMac, not the Cube.

    another major one is that it takes up very little space at 8" cubed.

    IMHO, it is a stretch to call that a "major" one. How many people will pay a premium price for a computer because it has an 8" by 8" footprint? (Answer: not enough.)

    steveha

    --
    lf(1): it's like ls(1) but sorts filenames by extension, tersely
  135. Hastings's Law by steveha · · Score: 4
    I quote to you Hastings's Law:

    Adequate and cheaper wins against better but more expensive.

    Other Macs, with far better price/performance, outsold the Cube. The Cube has exactly two things going for it:

    it looks cool

    it is silent

    Well, other Macs look cool enough, and are quiet enough, and cost less for what they do.

    And, by the way, while you can make money by selling a product that is expensive but really cool -- consider Rolex watches, or Bentley cars -- a few visible cracks in clear plastic just may be enough to disappoint the folks who are motivated to buy such products.

    The Cube is the only Mac that remotely tempts me. A truly silent box would be a nice thing. If I ever decide to buy a Mac, I'll probably get a used Cube, perhaps on eBay. Apple may not make any more new ones, but there will still be a few around.

    steveha

    --
    lf(1): it's like ls(1) but sorts filenames by extension, tersely
    1. Re:Hastings's Law by Rand+Race · · Score: 1
      Adequate and cheaper wins against better but more expensive.

      Who owns Chrysler these days?

      --
      Insanity is the last line of defence for the master diplomat. But you have to lay the groundwork early.
    2. Re:Hastings's Law by TheGratefulNet · · Score: 2

      the Cube can run gig ether?

      --

      --

      --
      "It is now safe to switch off your computer."
    3. Re:Hastings's Law by TheGratefulNet · · Score: 3
      A truly silent box would be a nice thing.

      please educate me here - this thing has a hard drive, yes? if so, how can it be truly silent?

      (lets ignore the sound of the plastic cracking, for now)

      --

      --

      --
      "It is now safe to switch off your computer."
    4. Re:Hastings's Law by hearingaid · · Score: 1

      my iMac is silent, and I think it looks pretty cool. the only reason I was tempted by a cube was the external speakers, but I can get those for my iMac anyway. and hey, harmon/kardon is nice regardless.

      I think that's why the cube died. It was basically a high-end iMac, and not as slick. so it had a G4. whoopee. like I really need more processor power. :)

      --

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

    5. Re:Hastings's Law by hearingaid · · Score: 1

      However, the iMac does have 10/100.

      --

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

    6. Re:Hastings's Law by Canonymous+Howard · · Score: 1

      You know, almost all of the posts I have seen have had nothing to do with cheaper, and everything to do with quality.

      People complain because 1) the case is cracked, 2) the case is not expandable, 3) it runs too hot, 4) Apple was not able to ship when the orders came in.

      Interestingly, every single one of these complains is a quality issue.

      What really gripes me is that some muttonheaded marketing "genius" at Apple is going to decide that price was the issue, when in fact the issue was quality. Price had nothing to do with it. People very much want what Apple was selling, they simply want it a) now, and b) not broken.

    7. Re:Hastings's Law by uroshnor · · Score: 1

      Well - I've actually seen this done for the odd recording studio - Cube + 15'' display in the control room with the hard drives removed and they are net-booted off a server which is remote over 100baseT or gig ethernet.

  136. Not that different... by root_42 · · Score: 1
    It was fanless, had an entirely different shape and form and was running with a top notch processor.

    Well, the shape is not that new. My computer, for instance, also has got 6 sides and 12 edges. (Ok, it's not a perfect cube...) I think this shape was invented -- let me guess... some few thousands years ago? Oh, wait. That's not correct. The Egyptians only had pyramids. But The Romans definitely had cubes.
    --
    [--- PGP key and more on http://www.root42.de ---]
  137. Re:Sad but predictable by n-baxley · · Score: 1

    Of course, without Jobs, it would have taken much longer to get GUI to the masses if it ever made it. Linux could really use a Steve Jobs to bring Linux to the masses. God Bless Linus, but he just is not the kind of person that Linux needs at this point in it's lifecycle.

  138. Another Article by MrBlack · · Score: 2

    The Register had a story on this a day or so ago. Seems a real shame, and a shame also that Motorolla can't get the G4 to scale like they thought they could.

    1. Re:Another Article by Mister+Black · · Score: 1

      I'm not sure Motorola knows what direction they want to take the company. All their product divisions are floundering especially the PowerPC division. From some other bits of "news" on the web it looks like Apple is taking on more and more of the design aspect of the PowerPC chips and using Motorola and IBM as foundries. Eventually I think Motorola will fade from the picture and the PowerPC will be an Apple/IBM designed chip built by IBM.

      --

      You are standing in an open field west of a white house, with a boarded front door. There is a small mailbox here.
  139. Re:Missing the point about MacOS Rumors by Rand+Race · · Score: 1
    I don't remember. Did the optical mouse first debut as an Apple product?

    Did you miss the "...when new things come from apple..." part?

    FWIW I had an optical mouse on a Sun 3/50 in the mid eighties and one on my Mac IIci in the early nineties.

    --
    Insanity is the last line of defence for the master diplomat. But you have to lay the groundwork early.
  140. OT: Brain Damage by cybermage · · Score: 1

    I keep reading this headline as:

    "Apple Dumps Core"

    Probably need sleep...

  141. Re:Apple needs clue by swordgeek · · Score: 2

    IBM? Weren't they the ones who created OS/2? You know, the best desktop OS between CP/M and (possibly) OS X? They certainly made huge waves with THAT now, didn't they?

    IBM could not, can not, and will not ever understand the desktop market. They just don't get that part of the market. (they're not much better in most other area either, but that's another story) If I were Linus, I'd be saying to IBM "Thanks, but we don't want your support--we want to survive!" :-)

    Can OS X be the next revolution? Maybe. It should be--it has the potential at least. Personally I'm hoping for it as hard as I can.

    Incidentally , you're wrong on one important point: Given the current state of computers, innovation _is_ a pretty box, and a pretty box with no fan and interesting ideas about space is doubly innovative. In the case of the cube, it just wasn't innovative enough to compensate for its flaws.

    --

    "People who do stupid things with hazardous materials often die." -- Jim Davidson on alt.folklore.urban
  142. Re:Lacking: time, money, uniqueness by swordgeek · · Score: 2

    The Atari 400/800 could in fact display 16 colours simultaneously from a palate of 256. However, through the magic of VSI programming, you could change the 16 colours that were set to be displayed partway through the TV scan, and effectively have 256 onscreen at once.

    Trust me--I've still got printouts of the code I wrote to do it.

    Also, someone else pointed out that the C-64 only had 8-bit/4-channel sound. The Atari had this as well, but allowed one to gang together two channels into a single 16-bit channel. (hence, two 16-bit channels from 4 8-bit ones) I vaguely remembered that the C-64 could do the same, but I could easily be mistaken.

    --

    "People who do stupid things with hazardous materials often die." -- Jim Davidson on alt.folklore.urban
  143. Re:Lacking: time, money, uniqueness by swordgeek · · Score: 2

    Damn damn damn! Somebody moderate this up--it's the funniest thing I've heard all day!

    Mind you, it's been a slow day...

    --

    "People who do stupid things with hazardous materials often die." -- Jim Davidson on alt.folklore.urban
  144. Re:Apple and the next wave by swordgeek · · Score: 2

    I didn't say "became," I said "began." It was the beginning--the bleeding edge that MS (and IBM) stole from. Regardless of who won, it was the Mac first.

    --

    "People who do stupid things with hazardous materials often die." -- Jim Davidson on alt.folklore.urban
  145. Lacking: time, money, uniqueness by swordgeek · · Score: 4

    I don't know how many here actually remember the original release of the Mac, but there are some substantial similarities between that product and this one. Why did the Mac survive while the cube didn't? Therein lies the key...

    Those were the days of the Atari 800, the C-64, and even Apple's own ][+ (e, xe, c, whatever). The Atari and C64 had the ability to do 256 colours at about 320x200 (with some seriously clever programming) and had 16-bit sound! Then came the Mac. Lunky, clunky, tiny B+W built-in monitor, bad sound, and this goofy interface. (Remember this was the first home compute with a mouse, and the original mac mouse was _ugly_ to use even after you got used to it)

    But it worked! It caught on. It singlehandedly began the next wave of computing, despite its severe limitations. Why?

    1) Apple had the money to support it for more than eight months or so.
    2) It was absolutely unique! There was nothing like it out there, and what it was offering was a whole new experience.
    3) They could _deliver_ the damned things when the orders started rolling in.
    4) There was no real concept of a standard platform. You bought your computer, and bought the software for that platform. When the largest company only had 15-20% of the market, there was less feeling of picking the 'right' or 'wrong' platform--just the one you wanted.

    Now we have (or rather, had) the cube. Although it was intriguingly sexy, it lost out on all of the above points. Apple cannot afford to keep flogging the things until they start selling. Furthermore, they can't get production up to match demand anyways. The fact that they're perceived as being a (nearly) dead company vs. Microsoft is a huge handicap as well.

    But the killer is this: The cube isn't unique enough. It's beautiful, it's advanced (fanless case? It's already becoming the Next Thing--except to see fanless desktop processors from Intel and AMD again in about 18 months), but underneath the skin it's still Another Mac--just like the G3/G4 Macs which are still available, better machines, and cheaper to boot.

    Apple has been a computer _design_ company from day 1. This design just wasn't revolutionary to overcome its flaws.

    --

    "People who do stupid things with hazardous materials often die." -- Jim Davidson on alt.folklore.urban
    1. Re:Lacking: time, money, uniqueness by Ed_Moyse · · Score: 1
      'fraid you're a bit spotty yourself mate ... the Amiga could do 4096 colours from day one using HAM (Hold And Modify) mode. Now admittedly this was a bit of a kludge (it took about 3 horizontal pixels to go from white to black) but the Aniga could also manage 32 colours from lots more than 256 ... (probably 4096 but I can't remember off the top of my head).

      ... and I know this is off-topic, so sorry but I couldn't let that slide.

    2. Re:Lacking: time, money, uniqueness by zoftie · · Score: 1

      I'd disagree with last line. Although PC programmer
      by the social pressure and availability of work,
      I have always admired Mac hardware.
      Its expensive, yes. But it is very beautiful, in
      technical ways. The ways it fits together.
      I am a UNIX coder, and I love Macs. Windows
      is an ugly mutt, horrible rendition of attempt
      @ merging two types of environments. OSX has done
      what NT was trying for last 10 years and with
      no gasping.

      Hardware from apple was always on cutting edge.
      If you wanted to see PC in 3-5 years in advance,
      all you had to do is look @ the Mac - software
      and hardwarewise. It is not true anymore.
      Super quiet working PCs were around for a while,
      and desing of a cube was there by COBALT.
      Mac is really pressed to make something up that
      will beatiful in hardware as well as in design
      as well is in software. Software is done - OS X
      is here, design? Here as well. Now hardware isn't
      all that cutting edge. ATA100 + UDMA5 is as good
      as any of SCSIs for consumer and professional use
      (not server use)
      And PC is where graphics is happening thanks to
      NVidia and their relentless accelleration of
      accelleration of improvement process. Macs are
      beautiful,elegant, but they do not have as much
      headroom anymore over PCs. It would be nice
      though to have something that you can look at and
      say oh, yeah, this is the future, I'll write
      some software for that and will get rich.

    3. Re:Lacking: time, money, uniqueness by red_crayon · · Score: 5

      "...the G3/G4 Macs which are still available, better machines, and cheaper to boot ."

      I always thought, once you bought the machine, that booting it was free.

      --
      "Never bullshit a bullshitter" All That Jazz
    4. Re:Lacking: time, money, uniqueness by snStarter · · Score: 1

      Ahem....Microsoft would like a word with you...a new feature soon to come to XP.

      Avoid cliches like the plague!

    5. Re:Lacking: time, money, uniqueness by hearingaid · · Score: 1
      The Atari and C64 had the ability to do 256 colours at about 320x200 (with some seriously clever programming) and had 16-bit sound!

      Yeah, that'd have to be pretty clever. Folks, the C=64 had 4-BIT SOUND! (That's if you modulated the volume control to get digital audio. Normally, it was a sound synthesizer type technology.) The Amiga was viewed as a quantum leap forward, having 8-bit native digital stereo sound. Not until the Soundblaster was released did any micro have 16-bit. (Which was a large reason for the death of the Amiga: superior sound in the PC world. When the Amiga was released, PC gamers were still stuck with the ^G bell. :)

      Also, the 64 had a 16-colour palette. In bitmap mode, you could select 2 colours for each 8x8 pixel grid. 256? Wow, whatta dream. Heh.

      The other reason people dreamed of the Mac is because it had a Motorola 68000, which at the time was way more powerful than any other PC CPU on the market. Most machines were 8-bit, the IBMs were 8/16, but the Mac was 16/32.

      --

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

    6. Re:Lacking: time, money, uniqueness by Skuld-Chan · · Score: 1
      I don't know if you have ever programmed a C64 or not, but the 6581 is 8 bit.

      The C=64 specs were 4 colours - but you could do 16 by changing the pallette every 8 pixels.

      Also 320x200 graphics was considered "High Res" mode - and you could only do 2 colours.

    7. Re:Lacking: time, money, uniqueness by Skuld-Chan · · Score: 1

      From a pallette of 262,144 colours according to the A3000 manual :). And OCS is pretty much the same as ECS except ECS can do vga modes (without a hardware mode promoter) at 4 colours.

    8. Re:Lacking: time, money, uniqueness by C.+Tengo+Hambre · · Score: 1
      However, through the magic of VSI programming, you could change the 16 colours that were set to be displayed partway through the TV scan, and effectively have 256 onscreen at once.

      An amazing machine for the time. Besides colors you could even change graphic modes each scan line, which allowed for some pretty sophisticated effects considering it had a 1.8 MHz processor.

    9. Re:Lacking: time, money, uniqueness by GPLwhore · · Score: 1

      Hell yeah, I remember that. The problem was that it was extremely hard to do something useful with it ( of course beyond displaying static images.)

      --
      ...and you can't blame meteors for everything.
    10. Re:Lacking: time, money, uniqueness by GPLwhore · · Score: 1

      "OSX has done
      what NT was trying for last 10 years and with
      no gasping. "

      Frankly , we have no idea what OSX has done to our industry. For all we know it might be colossal failure.

      --
      ...and you can't blame meteors for everything.
  146. Re:Oh well by Molt · · Score: 1

    Coo.. can we have removable storage shaped like the Cobra III from Elite too?

    --
    404 Not Found: No such file or resource as '.sig'
  147. Why not just put the computer in the monitor base? by Animats · · Score: 2
    Why complicate things? Put the computer in the monitor base, where it belongs. Takes up less space, gets the monitor up to a more viewable height, and is convenient for the user. Simplifies cabling, too.

    This works even better with flat screens, which aren't so bulky.

  148. Re:Why not just put the computer in the monitor ba by Animats · · Score: 2
    On the iMac, you can't raise or tilt the screen. That's ergonomically bad.

    I'm thinking of a flat panel attached to a thick base.

  149. Re:Sick of hearing about "such a great design" by jallen02 · · Score: 1

    Unfortunately the cars of now a days are significantly differnet under the hood. And hey if spending a lil cash on shaping the plastic and sheet metal sells the things who cares?

  150. Re:Apple needs clue by donglekey · · Score: 1

    Its not like Linus can do anything about IBM's support of linux even if he wanted to.

  151. Apple needs clue by EvilAlien · · Score: 1

    Inovation is not a pretty box, and that is part of why Microsoft is wiping the market with Apple. Superiority in OS design aside, Job needs to stop pimping his elitist case designs and focus on making better computers. Better means ease of use and power, and the promise that Mac OS X shows could be the key to finally dethroning Microsoft. If Apple doesn't do it, look for IBM to make some serious waves with their support of Linux...

    --
    perl -e 'print $i=pack(c5, (41*2), sqrt(7056), (unpack(c,H)-2), oct(115), 10)'
  152. Apple Design by Prof_Dagoski · · Score: 2

    Thing that always amazes me about Apple is that they have such well thought out hardware designs, yet they can never seem to turn that into commerical success. Their OSes have also been well made compared to the other mass market system out there.

  153. Re:Software for Mac - 3 Button Mice - Design by stokes · · Score: 1

    Actually, as a Mac user at home (and now only at home, now that I lost my Powerbook after a breaking and entering robbery) and general interface snob, I must admit that the scroll wheel is an absolutely fantastic addition to the mouse. I also must agree with the earlier post that the much maligned single mouse button is typically good enough for most tasks performed by casual users. Maybe Apple should offer a mouse (made out of Lucite or bright translucent plastic so it looks like a half-eaten Jolly Rancher candy, naturaly) with just a wheel that clicks as the single mouse button. I only use the wheel-click in one application on the PC, 3D Studio MAX. Other times, it gets in the way.

  154. Nice decoration. by luugi · · Score: 1

    That computer was just a decoration in your living room, nothing more. I don't see the use of having a very small cute computer if it's not even portable.

    --
    Think like a man of action, act like a man of thought.
  155. Re:Missing the point about MacOS Rumors by connorbd · · Score: 2

    I look at MOSR like this (as I'm sure its keepers do as well) -- unfiltered possibilities. Even they admit not everything they say is true, and I'm sure they'd be the first to tell you that not everything they say is to be taken as gospel.

    So I still read it -- I just don't count on seeing everything they talk about appearing at my local MicroCenter.

    /Brian

  156. mismarketed is what it was... by connorbd · · Score: 2

    The cube was essentially a G4 iMac with no monitor. Apple, in their infinite wisdom, failed to market it as such, and took a bath on it because of it. If they'd marketed it as the system they'd developed, we wouldn't be having this situation right now.

    /Brian

  157. Hot damn by rockear · · Score: 1

    Maybe I can actually AFFORD one now!

  158. Re:Missing the point about MacOS Rumors by Decimal · · Score: 1

    The g3, g4 cases, titanium powerbook, macOS X, ibook, optical mice

    I don't remember. Did the optical mouse first debut as an Apple product?

    In the pc world, you have 50 companies all releasing new models every few month, and hardly changing anything.

    Well, that's what I like about the P.C. market. You don't have any one organization with a stranglehold on the entire market. Consumer demand drives sales, and what the P.C. consumer market wants is the same old simple beige box with more power. Personally, I'm not any more impressed with a computer because it has translucent plastic casing than one that doesn't. That, and I don't have any O.S. telling me what memory I can and can't use in my P.C.

    --

    Remember "Bring 'em on"? *sigh
  159. Re:Sad but predictable by shepd · · Score: 1

    >and the mass market appeal of an easy to use PC made PCs cheaper for all of us

    I believe I paid less (ok my parents paid less) for my C64 in 1984 (which was GUI free, and came out well before PCs were popular) than I have paid for the "low end" PIII I'm writing this on now. Yes, that is adjusted for inflation...

    --
    If you could be told what you can see or read, then it follows that you could be told what to say or think - BoC
  160. Re:Sad but predictable by shepd · · Score: 1

    No, it shouldn't, because the rate of computing power increase has stayed the same before and after the C64 was invented (Moore's Law). If we were to somehow deviate from that, then yes, I would factor computing power into my answer.

    But that's my point of view, you are free to differ. Both are valid, depending on how you look at things...

    --
    If you could be told what you can see or read, then it follows that you could be told what to say or think - BoC
  161. Oh well by rmst · · Score: 5

    I'm sure they're moving on to more interesting shapes. A dodecahedral computer, that'd be neat. Or a sphere, floating in the air... Of course, if you lost power, crashing would take on a whole new meaning... I guess it's true every technological benefit introduces new problems!

    --
    --------

    Never call a man a fool. Borrow from him.

    1. Re:Oh well by SubtleNuance · · Score: 1

      excellent idea; take some digital pics :)

    2. Re:Oh well by aethera · · Score: 1
      The other poster raises a good point...you don't want things swinging around like a mobile. But for just an exploded isometric or cabinet oblique look (and hey they still tech some off us a thing or two about hand drafting) you could probably just suspend your creation between maybe two heavy planks, that way youl would have two immobile points you could guy everything too.

      Extender cables for most of the guts aren't too hard to find, but the pci devices migth be tough. I guess it depends on how far you explode the thing. What would be really cool would be having a set of matching drawings hung with it. I'm told you can starch vellum fairly stiff and it stays transparent at least until it starts to yellow. ~Jim

    3. Re:Oh well by daniel_isaacs · · Score: 1
      Of course, if you lost power, crashing would take on a whole new meaning...

      You really ought to be using a UPS, anyway.

      --
      - Dan I.
    4. Re:Oh well by imipak · · Score: 2
      Wildly off-topic, but then what's to say about a dead Mac? This seems as good a place as any to deposit this idea... seems like some of you extreme case nutters might be here?

      I've always been too chickenshit (and short of time) to do anything more radical than add stickers to my PC case. What I've always wanted to do, though, is this:

      • take the entire machine to pieces
      • suspend each component from very thin, very strong wires (cheesewire?) from the ceiling.
      • Behold, a real-life 'exploded PC' like an technical illustration...

      The bits would be placed further apart from each other than in the actual case, assuming ribbon cables etc would stretch.

      Problems:

      • dusting
      • inserting and removing floppies and CDs
      • if the wires broke or gave way, it could get really messy...
      • RFI shielding
      • potential (sorry!) for bad puns, I mean, acccidental electrocution when it's on.
      Fuckit, I'm going to do it. This weekend.

      [1] I learned Technical Drawing in school...isometric projections, etc. And I learned mathematics without a calculator. And we wrote with *pens*... Yes, I remember the 20th Century.
      --
      "I'm not downloaded, I'm just loaded and down"

  162. Re:Sick of hearing about "such a great design" by Snocone · · Score: 3

    people who seriously factor the appearance of a computer into their buying choices are idiots ... It's like buying a furnace or water-heater for its looks.

    You don't have a girlfriend, do you?

  163. Re:Sick of hearing about "such a great design" by Snocone · · Score: 3

    If he does i bet shes not shallow, vapid and stupid, all characteristics of people with consumer-centered (read:fucking pathetic and offensive) priorities...

    Hmmm ... a normal person likes attractive objects, be those clothes, vehicles, residences, members of the appropriate sex, or, yes, even computers.

    The original fellow seems just clueless, and when he starts dating he'll figure out in short order that in normal society it is expected that one pays at least moderate attention to the aesthetics of one's existence -- but you, now, display an altogether different level of fear and loathing. My diagnosis is advanced sociopathy manifesting itself as an alleged rejection of mainstream values in an effort to disguise your inability to relate to polite society -- what does your therapist say?

  164. Re:Missing the point about MacOS Rumors by joshsisk · · Score: 1

    I don't remember. Did the optical mouse first debut as an Apple product?

    No, not even if you don't count those SGI optical mice.

    Josh Sisk

  165. Re:A computer is a tool!!!! by MsGeek · · Score: 1
    Just the other day, someone's NT got screwed up because she deleted files like NTLDR to free up space, and someone had to come and dig her out of that mess. With Unix, users don't get root, nor do they need to.

    Sounds like that luser is a tool, if you know what I mean.

    In NT/2K, you don't have to give lusers the equivalent of root access, which would be to put them in the Admin group. The Power User group is almost as dangerous. Chuck the luser into plain generic "Users" and lock that group down tight. Jane Luser wouldn't have been able to delete NTLDR and others.

    Agreed, xNIXen are more secure from the word go. But if you take the effort you can lock down an NT/2K box, at least from stupid luser tricks like that.

    Ms. Geek


    ----
    http://www.msgeek.org/html/

    --
    Knowledge is power. Knowledge shared is power multiplied.
  166. Re:Sad but predictable by IronChef · · Score: 2


    Hahah, no really, the other day my grandma was sitting at my OS9 Mac and she tore me a new one because she couldn't run bash on it.

    Hilarious.

  167. sphere cooler? not... by TeknoHog · · Score: 1
    A sphere has the least ratio of surface area to volume. You would want to maximize the area for better cooling (not counting the airflow through the case). So in this case (pun intended) the sphere only looks cooler :-].

    --

    --
    Escher was the first MC and Giger invented the HR department.
    1. Re:sphere cooler? not... by 2ms · · Score: 1
      This would be true if computers were significantly cooled by conduction of heat to case surface, however they aren't. Computers are generally cooled by convection at internal surfaces combined with either active or passive circulation of air through vents.

      By the way, I'm American but my mother is from Finland, as I can see from your email address that you are too. In fact, my mother took a class in computer science from Linus's uncle, or maybe it was his professor, can't remember. So far, I'm the only Tuomas I've ever met in this country.

  168. Sometimes image is everything... by Meech · · Score: 1
    Trying to market computers based on what the box looks like, not what's in the box.... you would think that they would learn.

    Sometimes in business image is everything. Why do most companies give their secretaries flat screen monitors? A regular monitor is cheaper and can do the same things that a flat screen monitor can, but the appearance is what they are looking for, it is impressive. Apple's product has some flaws, but the hardware inside was not too shabby. They just did a piss poor job marketing it. They also should have found a way to lower the price. But to say that selling something based on its look is wrong, take the VW Beetle for example.

  169. Re:Sad but predictable by sethgecko · · Score: 1
    Apple's approach has been more more like selling Hyundais for the price of Cadillacs: nice exteriors, but lacking in features once you get under the skin, and priced way above what they should be.

    Try Mercedes for the price of a Mercedes. Elegant, well-engineered, and a pleasure to use. Of course, if you grew up thinking a Ford Fiesta was just fine, you sort of miss the point of having an elegant machine.

    When the day is done, what really makes a computer good is what it does when it is turned on, not how the case looks.

    S'funny. I thought that when the day is done, what really makes a computer good is what you can do with it when its turned on, not what it does. I'm incredibly more productive with my Mac than any of my PC's. Sure I paid a higher price, but it helps me get where I need to go and makes it a pleasure to get there. Of course, YMMV.

    --
    Be ot or bot ne ot, taht is the nestquoi.
  170. Wireless Router and Server. by patrixmyth · · Score: 1
    I think the Cube makes no sense as a workstation. You just can't blend in the decor with a power cord, rgb cable and 3 usb cables trailing off it. Wireless keyboard and mouse would help, but there's no good fix for the display issue. I think the only hope would be to build in an 802.11b card (ala airport) and remote configuration so it can be a wireless access router/server (an OSX intranet ninja, of sorts). Better Waterproof it though, in case the Starbucks employees mistake it for a coffee warmer!

    --
    "Don't you know you're going to shock the monkey?"- Peter Gabriel
    1. Re:Wireless Router and Server. by l-ascorbic · · Score: 1

      What are you on? I've got two cubes in my office, and the PSU etc is not a problem at all.Mind you, I would prefer if I could've afforded a airport cards for them. Granted neither of them have loads of peripherals, but what with the USB hubs built into the monitor and keyboard, they are perfectly minimalist. The cables emerging from our cubes are: power in, ethernet, diaplay connector (one cable for power, usb, digital monitor).

  171. Fragmentation by piecewise · · Score: 1

    The problem with the Cube is fragementation. Not hard drive fragmentation, but market. Look, you have two big, stable markets: Power Mac G4, and iMac. Two computers -- one benefits pros, one benefits consumers.

    The Cube is for "power consumers" who "Aren't quite pros." Okay, awesome -- but you've just divided your two stable markets and mixed them together. Messy sales.

    Instead, you'll make more money offering new "power iMacs" under the same brand name. There's no reason for an extra brand. The entire resurgence of the company was based on diminishing all the product models.

    But yes, the Cube was a VERY cool machine.

    --
    The next comment I write will be ready soon, but subscribers can beat the rush and see it early!
  172. Re:Sad but predictable by InsaneGeek · · Score: 1

    No, Mercedes for the price of a Mercedes would be a SGI workstation. They had innovative style way before the Mac tried to patent it, and under the hood can blow the doors off of about anything you put up against it.

  173. Re:A computer is a tool!!!! by Golias · · Score: 1
    Similiar prephials on macs cost twice as much as they do on the PC,

    Damn, are you ever out of date with that opinion!

    My 4-button scroll-wheel optical USB mouse (made by Microsoft, by the way) costs exactly the same as the PC version of the same mouse. Apple uses AGP graphics cards, PCI for other internal cards, USB and Firewire for external expansion; all industry-standard stuff, really.

    They also have the cheapest 802.11b solution of anybody in the industry ($99 for the card, $299 for the hub).

    Your information is from the previous Century.

    --

    Information wants to be anthropomorphized.

  174. Apple's delta by G+Neric · · Score: 3

    What happened?... what do you mean, "what happened?" Don't you know anything? The Cubes were highly vulnerable. The cracks, ok, that was one problem, but the real problem was that they weren't ready for the Enterprise. In use, the Cubes proved to be vulnerable to both Enterprise and Voyager class starships. Finally, I guess they decided that change was necessary.

    1. Re:Apple's delta by CyberKnet · · Score: 1

      *strain* cant .. hold .. *struggle* it ... in ...
      GACK
      RESISTANCE IS FUTILE! BUT YOU CANNOT BE ASSIMILATED!!!!!!

      cute factor just flew OUT the window

      ---

      --
      Video meliora proboque deteriora sequor - Ovidius
  175. If you believe the rumors... by myov · · Score: 1

    The latest rumor is that the cube will replace the iMac, possibly at MacWorld later this month. Apple is now an all-LCD company now, but the iMac remains a CRT.

    --
    I use Macs to up my productivity, so up yours Microsoft!
  176. Re:Sick of hearing about "such a great design" by theNAM666 · · Score: 2
    They were unreliable and defect prone exactly because they were unorthodox.

    Never attribute to intention what can sufficiently be explained by stupidity. They were unreliable and defect-prone exactly because they were poorly engineered and pushed out the door without sufficient quality control. Equipment unreliabily is quite simple to acheive without going to the trouble of being unorthodox, and it's quite possible to be unorthodox while remaining careful about your engineering. The two NeXT cubes running in my basement, while based on different principles, testify that this unorthodox design can be implemented well.

    Quite frankly, people who seriously factor the appearance of a computer into their buying choices are idiots.

    I myself thought this until the day I borrowed a friend's VAIO and went to a cafe, and a woman sat next to me and said "that's a really sexy machine."

    Dell doesn't get you laid :)

  177. So much for my "cube farm" idea by PowerMacDaddy · · Score: 1
    As soon as the Cube came out, the first thing that popped in my head was, "Doh! This'd be great for a server farm!" Think of it: you ditch the fancy enclosure and design a rackmount with openings for Cube modules and forced airflow. (Screw the convection cooling.) Each module would plug into a gigabit and FireWire backplane hooked to a massive RAID, and each Cube would be running a tweaked version of Black Lab Linux to take advantage of the whole clustering & parallell computing support that it offers. So say a Cube dies (hard drive failure, or whatever). You pop it out, you pop in a spare replacement, and the whole system keeps on chugging. This'd be ideal for: render farms; web server farms; massively paralell supercomputer solutions; whatever.

    But think: with the Cube being discontinued, wait 6 months and head to eBay where you'll be able to pick them up for dirt cheap.
    ---

    1. Re:So much for my "cube farm" idea by blackbyte · · Score: 1

      Sounds original, But I actually think I saw that on a Star Trek episode...it was even called "the cube"...hmmmm Maybe Apple will come out with the "Locucious tower" which stands on two legs and has a bald flat head for your mouse pad!

  178. Re:Sick of hearing about "such a great design" by SubtleNuance · · Score: 1

    You don't have a girlfriend, do you?

    If he does i bet shes not shallow, vapid and stupid, all characteristics of people with consumer-centered (read:fucking pathetic and offensive) priorities... the ones who are destorying the environment based on branding and appearance and not utility. The people who seriously factor the appearance of a computer into their buying choices ... It's like buying a furnace or water-heater for its looks.

  179. It WASN'T for everyone, that was the point! by mbourgon · · Score: 2

    The problem was they tried to sell too many.

    History recap. Apple, after Jobs came back, decided that there were 4 markets they could go after. There was the basic computer (iMac), the Advanced for professionals (G4 tower), the Laptop (the iMac laptop and g4 titanium), and the executive. For businesses, the cube was a brilliant idea. They had something for the clerks (iMac), something for the techies (G4 tower), and the cube was their attempt to go after the executives that otherwise wouldn't touch an Apple. This could've been a real coup. Sell them to the execs. The boss really likes it (esp. if you pair it up with a flat-display), hates the incompatibilities with PCs and so moves the company to Macs. Brilliant. I know of several execs that did that.

    The problem was that it was never supposed to be for the masses. Yes, it's cool looking. Yes it's silent. Yes I want one. But it's not expandable (which is a much smaller deal than everyone makes it out to be.... your average computer buyer will never upgrade anything aside from RAM), and it was widely panned. If they had marketed it at executives exclusively (ala the 20th Anniversay Mac), they could've done gangbusters, and possibly raised their market share. Alas...

    --
    "Sometimes a woman is a kind of religion, she can save your soul & set you free from all your sins" - Bad Examples
  180. Re:issues by stefaanh · · Score: 1
    I have on of the first cubes, and those microfractures, well I will take one more last look now...

    Well, they still are tiny, tiny molding lines, completely harmless, and you have to be a pure purist to be offended by them, or ... you must be making money on Intel hardware.

    Why me? I have a NeXT - discontinued, I have an iMate - discontinued, I have a Cube - ...discontinued.

    Because: I still use the NeXT frequently (SolidThinking), my son is inseparable from his iMate, and my wife loves the Cube because she can't hear it's there.

    Compared to now, the living room sounded like a machine room. We used to feel like we were going deaf when those older machines were shut down. That sudden silence.

    --
    --------
    * Sigh *
  181. Re:I hope they still offer tech-support by bwalling · · Score: 1

    Mine only seems to have a hole big enough for unleavened communion wafers. That's okay, though, because the wafers get stuck in the bottom of my other toaster.

  182. Re:issues by jchristopher · · Score: 1
    I also heard that the thing got hotter than fuck, which I know is an issue with some of apple's other machines too (*cough*titanium*cough*).

    And this is different from Wintel hardware in what way? Every PC laptop suffers from the same problem.

  183. Re:Hardly any software for the Mac. by jchristopher · · Score: 1

    No one is disputing that there is more software for the PC. We are disputing: there is hardly any out for the Mac

  184. Mac Sites by l-ascorbic · · Score: 1

    The place to go mac 'news' and unsubstatiated rumours, is the hilarious As the Apple Turns, where they treat the news with the respect it deserves - as an entertaining soap opera. It makes me laugh out loud every day. Read all about The Great Steve's Reality Distortion Field, the ongoing saga of Redmond Justice and the longer-running saga of their DSL line.
    Ironically, they seem to be getting the best tip-off's too.

  185. Corrected link by l-ascorbic · · Score: 1
  186. Re:Sick of hearing about "such a great design" by l-ascorbic · · Score: 1
    Well, that's your loss. Larger. More expensive. Worse looking.

  187. Re:Sick of hearing about "such a great design" by l-ascorbic · · Score: 1

    The only people who say that looks don't matter are ugly people who are lying to themselves, and beautiful people who are lying to you. Its a fact of life. What's wrong with liking beautiful things. Call me shallow, but all things being equal, I would prefer to be surrounded by attractive looking objects, people etc. Notice I said all things being equal. If I have to look at my furnace siiting in the corner of my room, I'd sure prefer to buy the one that's silent, a third the size of most other furnaces and looks like a piece of art, rather than a noisy, ugly lump.

  188. Re:issues by l-ascorbic · · Score: 1
    Jammy bastard.;-)

  189. Re:Sad but predictable by red_crayon · · Score: 1

    Will Apple stop being innovative in terms of case design?

    Cool case design does not seem to have helped these guys much, either.

    What does it say about the computer consumer? One could argue that consumers are not fooled by sleek design when the utilitarian beige box is available. Or that computer buyers have no sense for visual design.

    --
    "Never bullshit a bullshitter" All That Jazz
  190. The early bird... by red_crayon · · Score: 2

    2001-07-04 04:04:15 Mac Cube shelved (articles,apple) (rejected)

    Gets re-jected

    Another article here

    --
    "Never bullshit a bullshitter" All That Jazz
  191. "This is good news for Mac users" by tenzig_112 · · Score: 2
    It seems that no matter what happens to Apple, folks are going to say that it's good for Mac users.

    An enormous bolder could roll down and smash their Cupertino offices, destroying all their code, forcing them into bankruptcy and I would get 50 e-mails saying it was "good news for Mac users."

    OSX was delayed so many times, it was almost renamed WindowsXP. But every delay was "good news for Mac users."

    What's next? iMacs begin exploding on startup- but it's good news for Mac users.

  192. Re:Sick of hearing about "such a great design" by praedor · · Score: 1

    It isn't because PCs aren't liked or are "ugly". It is because at >95% of the market, it is saturated. The expansion curve for computer users is no longer in the exponential growth phase, it is flattening out.

    For Apple, with a pittance in sales (relative), AND being the ONLY source for Apple computers, they are supply-limited and ANY sale is an exponential increase for them.

    Apples and oranges, so to speak, to compare sales of the two. Even with PC sales slowing down, their overall sales are MUCH higher than Apple's. If 100% of your sales arena is made up of 2, and for me it is 100, the sale of 1 for you is a HUGE percentage increase but for me is merely a tenth of one percent increase, yet I still own the larger market.

    --
    In Bushworld, they struggle to keep church and state separate in Iraq as they increasingly merge the two in America.
  193. Re:Software for Mac - 3 Button Mice - Design by Arthur+Dent+75 · · Score: 1
    Agreed, the number of mouse buttons is a non-issue. A scroll wheel wouldn't hurt but it is not necessary. And actually, most home PC users I've met don't even know what the second mouse button is for.

    But I have never seen a single user who did NOT use the scroll wheel (if his/her mouse had one). This is absolutely necessary for any mouse today.
    --

    --
    michael at slashdot.org: The real answer is that a couple of the slashdot authors are sick.
  194. sphere cooler anyway by 2ms · · Score: 2
    Apple should be rolling out the G5 Sphere any day now.

    More seriously, though, at least this means they'll be able to make the next iMac more kickass w/ less worries of cannibalizing sales of other models.

  195. I Just Went Through This Decision... by BoarderPhreak · · Score: 3
    I wanted to buy a Mac, and it was a hard decision between the uebercool Cube and the more mainstream G4 Tower. It was all in the details...

    The Cube comes in a 450/500MHz version, which is comparable to the G4 Tower... Before the current crop of 466/533/733MHz models were released. The newer models feature 133MHz RAM/bus, gigbit Ethernet, 4x AGP and other slightly enhanced items.

    With the pricing the way it was, it made a lot more sense to get a G4 Tower in the latest flavor, and in the end, have room to add in features. I'm planning on using the Mac for video editing, and the prospect of adding drives in a RAID or a video processing card (like the RTMac from Matrox) was all too likely.

    The price/performance/expandability of the Cube just couldn't compare to the G4 Tower, and in the end - like others have said, it came down to "style" vs. having a real tool. I still want a Cube. I'd buy one if the price came down a few hundred dollars. I'm sure I can find a use for it even if it's not my primary system.

    So, I ended up getting a G4 Tower w/466MHz G4, 256MB RAM, 30GB drive - with the 133MHz bus/RAM, gigabit Ethernet for $1500. A Cube at 450MHz, 64MB RAM, 20GB drive - with a 100MHz bus/RAM and "only" 10/100 Ethernet and a slower AGP slot was $1000-1200. Both have the same ATI Rage Pro AGP video card. For $300 more, the Tower makes a LOT more sense.

  196. I hope they still offer tech-support by Beowulf_Boy · · Score: 3

    Cause my new Toaster seems to crash an awful lot

  197. Oh man.... by RapaNui · · Score: 1


    When I first read that, I parsed it as:

    "Apple dumps core".

    Man... I gotta go get some more coffee :-)

  198. Re:Sick of hearing about "such a great design" by Red_Winestain · · Score: 1
    people who seriously factor the appearance of a computer into their buying choices are idiots

    Right: I'd much rather have a seriously ugly, very noisy, way too large generic box. That's why Apple's sales are going up and PC makers' sales are going down.

    Name a PC manufacturer who isn't laying off people?

  199. The design IS the problem. by Skiamorphic · · Score: 1

    A cube is the most Nazi of all shapes - an utter surrender of beauty to uniformity.

  200. What Happened by daniel_isaacs · · Score: 1
    No market for it. It's cute, but lacks features power users need. Any real Mac enthusiast bought a G4 Tower or a PowerBook. The Cube was too different. It was awesome, but it had significant limitations that the market would not accept.

    Honestly, who among you would choose to drop 1500 on a cube instead of a tower?

    --
    - Dan I.
  201. convection oven by scep · · Score: 3

    I was never sure if you should use the cube as a computer or as a foot warmer.

    1. Re:convection oven by PKI+Champion · · Score: 1

      If you were in the market for a foot warmer, I'd highly recommend a Compaq Alphastation XP1000!! Get 'em while they last...

      I had a 600MHz version given to me at work a while back, and placed it under my desk. Over the next week I noticed some odors present around my desk that had not been there before. Sniff test - deodorant ok. Hmmm... ??foot odor?? My feet were sweating!!! I promptly moved the unit top-side and environmental conditions returned to normal.

      Now that's a convection oven!!

  202. Re:issues by megaduck · · Score: 1

    I also heard that the thing got hotter than fuck

    Actually, the convection cooling works remarkably well. I can use my cube for hours, pull out the core, stick my hand inside, and it's only warm to the touch. If you block the bottom opening or top vent, though, then I can see how it would get a little toasty.

    --
    This .sig for rent.
  203. Re:I have to politely disagree. by megaduck · · Score: 1

    Hmm... True that the iMac was fanless before, but I still think the implementation in the Cube is pretty novel. As for the "mess", it sounds like a lot of tangled stuff, but in reality it's pretty darn tidy. It's a heck of a lot cleaner than my PC used to be.

    Actually, I don't blame you for not wanting a Cube. There's a lot of things it sucks at. It's just irritating to see so many people bashing the Cube needlessly. It was designed as a niche product from the start. That niche (which I fit into) happened to be a lot smaller than Steve anticipated. That doesn't make it a bad product, just a poor business decision.

    --
    This .sig for rent.
  204. I have to politely disagree. by megaduck · · Score: 2

    As the proud owner of a G4 Cube, I think your analysis has some flaws. Let's address them:

    The cube idea is not new. (nextcube, cobalt servers, etc.)
    No, it's not new. However, Apple's is the prettiest, most elegant implementation of the idea that I've ever seen. Dammit, it's just plain cool.

    The ONLY innovation on the machine, the ultra-cool touch power button, but unfortunately is susceptible to RF glitching. that sucks!
    Innovation? What about the fact that it's totally fanless? What about the fact that it's darn tiny? What about the ceramic wireless antennas that are an integral part of the case? What about the ease of access to the internals? With a single handle, you can pull out the whole core of the machine so that everything's accessible. No screws, no latches, just a handle that you push down (to unlock it) and then pull. Can your computer do that? Oh, and I have no idea what "RF glitching" you're talking about. I've never had any problems.

    The main appeal of the machine, it's 'look', was marred by poor manufacturing quality (many of the cubes had visible, highly refractive seams)
    Ah, the infamous cracks. My Cube happens to have all of them. You know what? You can't see them. Even when I'm sitting right next to it and staring at it I can't see them. The light has to catch them just right while you're looking really closely. Berating such a minor cosmetic flaw seems like nitpicking in my book. It's still the most beautiful computer I've ever seen.

    To have a complete system, you had to have a huge mass of cabling going into a very small opening at the bottom and then steeply angling into the machines ports... just bad design.
    Simply not true. I've only got two cables going into my cube. Power with a really slick angled connector, and monitor with a nifty hinged connector for that steep angle. Everything else is internal or daisy-chained off of my monitor. It's definitely a complete system, too. I've got a DVD drive (internal), flat panel monitor (connected to the cube), ethernet (via internal AirPort), speakers (off of the monitor), keyboard (off of the monitor), mouse (MS Intellimouse Explorer off of the keyboard), and a CD-RW (off of the keyboard). If I want to add a printer/webcam/whatever, I just attach a USB hub to the monitor. There's still only two cords going into the cube. Heck, there's not even a power cable for the monitor. The display gets the DVI signal, USB, and power via that single cord.

    As for your "improvements", they'd ruin the machine. Adding the power supply and fan would make it larger and noisy. As for the speakers, they rock. Small footprint with great sound. Personally, I think the Cube failed due to overinflated expectations for it. Everybody wanted a superbox and missed the point.

    As I write this, I'm sitting at a small uncluttered desk looking at an incredibly vivid LCD screen. The tiny Cube sits off by my right hand, glowing gently. The only sound I hear is the click of the keys and the sound of my own breathing. It's the most serene and transparent computing experience I've ever had. That's why I love my Cube.

    --
    This .sig for rent.
  205. Re:Sad but predictable by tom's+a-cold · · Score: 2

    Perhaps it's time to switch metaphors.

    Apple is trying to be Bose. Design for the sake of design, even when it leads to sometimes questionable functionality (think Bose's idiosyncratic sound coloration). Pretends to be high-end, but really people buy it because they like the looks. Meanwhile the rest of the industry has moved on to boom boxes. Never mind the sound quality, they're cheap, you can stuff any kind of media you like into them, and it usually plays OK.

    The difference is that, in the computer market, the boom box equivalents have nearly overtaken the high-end stereos, while still managing to retain their cheesy origins.

    --
    Get your teeth into a small slice: the cake of liberty
  206. What happened? by Fizzlewhiff · · Score: 1

    A year ago, the Cube was being hyped like crazy. What happened? If you looked at the article it mentioned hefty initial price, performance slower than other models, cracks in the plastic, and misaligned switches. But that can't be it.

    --

    'Same speed C but faster'
    1. Re:What happened? by drunkenbatman · · Score: 1

      Maybe Apple realized that they are supposed to be a computer company, not an art company. They have been focusing on the design of the box rather than what is inside, and unfortunately, people loved it with the iMac. Whenever I see a pre-built computer these days, they always have cases with extra useless decoration and crap on the inside.

      Sigh. I think you kind of missed the point. Starting with the desktop-tower g3's (beige) Apple started doing great INDUSTRIAL DESIGN. Which means they are functional yet elegant. The whole point is that you can have both, and not have to just settle for functional.

      PC cases are getting better, but have you ever seen what it is like to open and get at the innards of a g3-g4? You literally press a button, and it all folds open, with easy, EASY access to everything, cables still plugged in and running... even with a little red LED inside to remind you that you still have it running before you start plugging new components in.

      The cube is just great industrial engineering. No way around it. Why can't computer be functional, yet also elegant? Apple thinks there are enough people out there that will pay a little more for the combination that they can have a viable business.

      The problem with the PC cases you're talking about is the fact that most PC manufacurers dont "get it". They see the imac doing well with flashy colors, so they say "we need flash colors" and tell their manufacturers that they want something with colors, but dead cant cost anymore.

      Is it the director's of "the Matrix"'s fault that all these movies are trying to copy them (usually lamely)? Then why is it apple's that others are trying to ride their coat tails, but just don't get it?

  207. issues by kilgore_47 · · Score: 4

    The cube had "microfractures" around where the screws went into the plastic, and they grew to be less-micro over time. I don't think apple ever admitted it, though a lot of people thought there should have been a recall. I've only seen a couple cubes, but the one that used to be on display at my local compusa did indeed have the cracks around the screw holes.

    I also heard that the thing got hotter than fuck, which I know is an issue with some of apple's other machines too (*cough*titanium*cough*).

    Oh well. They still make the coolest hardware. And I still want an iBook... ;-)

    ___

    --
    ___
    The way to see by faith is to shut the eye of reason. --Ben Franklin
    1. Re:issues by GPLwhore · · Score: 1

      Hell, so unless you prepay $250 you will have to pay to have your box diagnosed as a bad unit and possibly replaced ?
      No shit Apple has %5 of the market.

      --
      ...and you can't blame meteors for everything.
  208. It's predictable for another reason too... by sbinslashhalt · · Score: 1

    Steve Jobs seems to be trying to prove that he has ADD. They never stick with anything long enough to make a scratch in the market, it seems. Highly unscientific opinion, but it appears that Apple can't stay focused. They've been around for 20-something years and still haven't decided who their market is....(home users, ubergeeks, non-geeks, IT depts, and around again).

  209. So long to my dream of a cube farm... by perlchimp · · Score: 1

    I was waiting for OSX to get better, then I was going to convert my intel boxes to cubes. Then maybe my wife would stop complaining about the noise from the closet.

  210. Too bad... by chennes · · Score: 1

    cute little machine...

  211. What happened? by TheOnlyCoolTim · · Score: 2

    Maybe Apple realized that they are supposed to be a computer company, not an art company. They have been focusing on the design of the box rather than what is inside, and unfortunately, people loved it with the iMac.

    Whenever I see a pre-built computer these days, they always have cases with extra useless decoration and crap on the inside.

    Tim

    --
    Omnia vestra castrorum habetur nobis.
  212. Re:Sad but predictable by Skuld-Chan · · Score: 1

    Then you have robert cringley interviewing Steve Jobs himself - where he revealed that the GUI he saw at Xerox Parc during a tour of the facility was and I quote "the most fantastics thing I had ever seen" - so if they were going to go GUI the whole time why was it so fantastic?

  213. Re:Sad but predictable by Skuld-Chan · · Score: 1

    Heh - the first GUI I ever used was on the Atari ST (and it wasn't even my machine). I think the second GUI I used was on an Apple II GS. I don't recall it blowing me away at the time - because there were graphics and mouse's for computers like the Commodore 64 - plus I was just a kid then.

  214. Re:Sad but predictable by Skuld-Chan · · Score: 1

    Well he may have been talking about the Xerox Star - which had a GUI and was a computer you could purchase before the mac came out. Mind you it cost like 15,000+ dollars.

  215. Re:Sad but predictable by Skuld-Chan · · Score: 1

    When the Commodore 64 came out the Apple II cost $1530. The commodore 64 cost 595$. This was in 1982. I think Commodore did more to make computing affordable and acessable to more people then Apple or IBM.

  216. Re:Sad but predictable by Skuld-Chan · · Score: 1
    Some apple machines are not elegant underneath. I was one of those suckers that bought a 4000$+ Powermac 6100/60. Its got a 200 MHz G3 now.

    Its got to be one of the most hairbrained designed machines ever built. Out of the box it has 8 megs of system ram (I don't even think when it came out it was capable of running anything in addition to System 7.x) and 640k of video ram. 640k of video ram? What were they thinking? Even my Amiga 1200 - which cost like 450$ (in 93) came with 2 megs of video ram.

    I think thats what the original poster is getting at. Sure they look great, but they have rotten specs - usually requiring the user to upgrade everything (and they do - I used to do mac sales...).

  217. Re:Sad but predictable by Skuld-Chan · · Score: 1
    Until the disk eject mechanism breaks :(. Ever price an apple super-drive? Last time I had to replace one (on a Quadra 700 - Apple has some of the cummiest warrenties - or at least did - 6 months...)

    150$ part...

  218. Re:A computer is a tool!!!! by Skuld-Chan · · Score: 1
    Man it sounds like you copied this out of a Apple sales brochure.

    Can the Mac play half-life and run counter-strike? I use both mouse buttons while playing games - what about that?

    I like macs too, but they are lousy for games. Similiar prephials on macs cost twice as much as they do on the PC, repairing them is an absolute bitch. Few years back when I serviced macs it was not too uncommon to wait over a year (that meant the user had no computer for over a year) for simple parts like volume buttons, disk drives (superdrives), and other things like that.

  219. Re:A computer is a tool!!!! by Skuld-Chan · · Score: 1
    I know it sounds bizzar. This was one of those all in one computers - kinda pre imac power macintosh. This was a couple of years ago, but as I recall the system was unusable because it would either jack the volume all the way out or completely silence it - and you couldn't controll the sound. The part that was bad was a little circut board that had a couple of buttons on it (sat just below the monitor and above the cdrom and floppy drive). I tried cleaning it out, and a bunch of other things. So we decided to replace it - and at the time we were apple service centre so we could order parts for the systems we had.

    The company I worked for was Koalas computers - when I left the company the system was still there waiting for parts - that was like a year and two months waiting and I'm not BS'ing you in the slightest.

    It wasn't too uncommon to wait months for specific powerbook parts either.

    However like everyone and their sister has pointed out that was a while back (couple of years) and that apple uses standard this and that, and that they have fixed their service problems.

    I don't hate macs - I've got one at home I use all the time - a Powermac 6100/60 with a 210 MHz G3 turbo board inside with a 21" monitor and 72 megs of ram. Yes it has broke down a lot, but I've been able to repair it every time (so far).

  220. Re:Sad but predictable by Skuld-Chan · · Score: 1
    Hah hah hah! LOL.

    So much for my keyboard :)

  221. Sad but predictable by WIAKywbfatw · · Score: 5

    Apple has always been an innovative system builder with a strong emphasis on design, playing at being Ferrari while the rest of the industry was happy playing at being Ford - the Mac Classic, the 20th Anniversary Mac, the iMac, even today's standard G4's all have design features that have critics and users alike begging for more.

    Unfortunately, the Cube also had its share of faults. Its fanless silence, case design and touch sensitive on-off switch were all great but were all problematic - the units overheated often, cases became cracked and the switches sometimes failed. Apple buried its head in the sand over these for a while, but it was inevitable that the writing was on the wall for the Cube, not least of all because of all the negative press that these failures generated.

    Will Apple stop being innovative in terms of case design? Not likely while Steve Jobs is still at the helm, and a good thing too. Without the influence of Jobs and Apple we'd probably all be stuck with a CLI. That's not to say that CLIs are a bad thing but Apple bought the GUI to the mass market, and the mass market appeal of an easy to use PC made PCs cheaper for all of us.

    --

    "Accept that some days you are the pigeon, and some days you are the statue." - David Brent, Wernham Hogg
    1. Re:Sad but predictable by C.+Tengo+Hambre · · Score: 1
      because the rate of computing power increase has stayed the same... (Moore's Law).

      You state that as if Moore's Law were the reason for it happening. It's the other way around. A better name for it would be Moore's Observation.

    2. Re:Sad but predictable by JustinMWard · · Score: 1

      Dollar for dollar, pound for pound, you're much better off using x86 for database stuff than Apple. There isn't much more to it. What you can buy with $2k in Apple hardware will suck compared to what you can buy with $2k in x86 hardware. Filemaker Pro works, sure, but what's the point?

      Granted I haven't really been looking, but I've never seen any sort of PPC setup that can go in a rack. Then again, don't the new G4s all come with gig Ethernet? I really wonder what the purpose of throwing that in was.


      --Justin

    3. Re:Sad but predictable by trash+eighty · · Score: 2
      The Mac OS has traditionally been very hard to use because its crippling lack of a CLI. Now with OSX maybe it can start to live up to its claims.

      er... hello earth calling

    4. Re:Sad but predictable by drunkenbatman · · Score: 1

      I dont think it's ridicullous at all... maybe a bit fan-boyish, but not ridiculous. :).

      Really, I've read several times that the mac was COMPLETELY new when it came out. You had to teach people what a mouse was, how to move it, everything. Microsoft disdained the whole GUI concept for quite awhile (wether out of the fact that they really didnt like it, or it was FUD while they were building windows, who knows)..

      Would you have seen things like DOS disappearing from windows (visually... boot screens)? Probably not as soon as you did, because they wouldnt have had others saying "well apple doesnt make me look at this scary fast scrolling stuff, why cant you guys make your stuff more user-friendly?"

    5. Re:Sad but predictable by drunkenbatman · · Score: 1

      Granted I haven't really been looking, but I've never seen any sort of PPC setup that can go in a rack.

      They exist, by 3rd parties. Here is one manufacturer, that has rack-mounted imacs, g3's, g4's, even linux clusters using mac hardware.

      Marathon Computer



      Then again, don't the new G4s all come with gig Ethernet? I really wonder what the purpose of throwing that in was.

      Man, I can't tell if you're a troll or what... but yeah, the tower g4's all come with gigabit ethernet. This isn't rocket science. If you are uploading text scripts on the network, a 10mbit ethernet connection is fine. Even if you get 30 guys all doing that once in a coding department, no big deal.

      But most graphic design shops now work off the server, in that the files are on the server that you'll be working on... you either download them and then upload them back when you are done, or many actually want you to work off of the files on the server.

      If you are working with 100meg photoshop files, or even 20 meg photoshop files, and 10 people are trying to hit the server at once, it sucks and is slow. So alot of print companies were having to install gigabyte cards right away.

      No big deal right? Well the big media markets were already a little annoyed that they no longer had their 9600 models with 6 pci slots (only 3 in the g3-g4) and to have to automatically fill one up with a gigabit card, plus a second monitor card... slots were scarce.

      It was a cool move by apple, and really pushed gigabit switches/hubs along.

  222. Collector value by Faust7 · · Score: 1

    Heh, I'm betting these will be among the most valuable of vintage computers in a few decades or so. (I'd still prefer an original Macintosh though.)

  223. Oh, man by Faust7 · · Score: 1
    I walk into the computer lab this morning at my university's library and what do I see but all the iMacs being replaced with Cubes. I'm guessing there will be some red faces around the IT department after everyone finally reads their tech news. :)

    Oh yeah, and all the Cubes came with 15" flat-panel displays. I'm glad to see my dollars paying for such absolutely essential technology. I mean, how did I ever do word processing on a cathode-ray monitor? -grimace-

  224. Price Point by Wiggli · · Score: 1

    The cube was and is a fantastic machine. It wasn't extreme high-end, but it was powerful enough. The greatest thing, of course, was the lack of fans. A beefier graphic card would've ruined that. Look at the GeForce 3's fan and heatsink. Ohmygod! :-) The cube, though, was just not at the right price point. It probably should've been priced between the iMac and the G4 towers.

  225. where's your water heater? by mkbz · · Score: 1

    where's your water heater? right there on the desk, eh? next to the furnace? and you have to listen to them run all day, do ya? that's gotta suck.

    when you went to buy a television, did you get the phat looking sony WEGA or dig around for a wooden-cabineted victrola-esque unit?

    consumer electronics REQUIRES aesthetics and usability. I, for one, would like to hear at LEAST ONE less fan running on/near my desk. the downfall of the cube is that it had zero expandability - so that even people who very much enjoy Macs (like me) wouldn't buy one because i can't slap in another vid card and run dual head, etc.

    different is better if it's innovative. try pulling the fans out of your PC and see how long before your PIII melts the solder off your Slot1.

    my wish is that they would've made a 9" cube with room for at least one card and another HD. best of both worlds.

  226. Not a surprise to me (here in Brazil) by famazza · · Score: 2

    I don't know about prices in US. But here in Brazil, G4/TheCube price was prohibited. A wonderfull machine, with a amazing price.

    Taiwan importings made PC prices fall down since 1992, and then apple became here no more than a expensive-but-graphically-good computer-house, just like other computer-houses, we call them here griff-machines.

    Since i-Mac and brand-new-Dell-factory in south-brazil, the so called grif-machines became accessible to home consumer. But G4/TheCube was too expensive, as I said before prohibited.

    I'm sorry about discontinuation, PC are getting more and more beautiful due to Apple's new design. Hope new inovatives designs shows up soon.

    --

    -=-=-=-=
    I know life isn't fair, but why can't it ever be un-fair in MY favor!?
  227. What Happen !! by Lethyos · · Score: 1

    Apple failed to set up themselves the latest trends. They not know to shape 'cube' like 'zig'.

    --
    Why bother.
  228. Re:Sick of hearing about "such a great design" by Flying+Headless+Goku · · Score: 2

    I myself thought this until the day I borrowed a friend's VAIO and went to a cafe, and a woman sat next to me and said "that's a really sexy machine."

    Oh, come on, I obviously wasn't talking about portables. Towers go under the desk, nobody sees them. I rarely even have a cover on mine. A portable goes out in public; it's like a watch or a car. At least a little attention to appearance is called for.

    As for the engineering, it would have been vastly more expensive if they had worked out the bugs first. Unlike the NeXT box, they weren't starting from a clean sheet, with the freedom to choose the most reasonable design, they were told to cram a tower into a cute little fanless cube, consequences be damned. The chips were too hot, the hard drive was too hot, and they couldn't afford to design new ones. The NeXT box's unorthodoxy resulted from freedom to create a superior machine (at a higher price), not a command from on high to be superficially weird and different for marketing purposes while using standard components to duplicate standard functionality.
    --

    --
  229. Sick of hearing about "such a great design" by Flying+Headless+Goku · · Score: 3

    Being non-standard for the sake of being different is not good design. These things had a poor cost-performance ratio and upgrade capacity exactly because they were made to be cute. They were unreliable and defect prone exactly because they were unorthodox.

    Quite frankly, people who seriously factor the appearance of a computer into their buying choices are idiots. It's like buying a furnace or water-heater for its looks. While idiots might seem like an ideal target market, you have to beat the competition to get to them, and Apple's marketing isn't aggressive enough.
    --

    --
    1. Re:Sick of hearing about "such a great design" by GPLwhore · · Score: 1

      You are right. It is not "stupid" to consider looks of something that will sit on my desk.
      However, the trick is to create nice looking system WITHOUT sacrificing essential functionality which Apple never managed to do.
      Their systems are way overpriced and deliver substandard performance ( in almost all aspects) as compared to PCs.

      --
      ...and you can't blame meteors for everything.
  230. Design is about *form* and function by Dutchmaan · · Score: 1

    Yeah...looks should never be considered when buying a product... Pretty soon they might actually sell cars based on looks..or clothing...or movies...or...hey wait a minute... Good design is something that works well AND looks good... At least Apple didn't forget that.. They may be a little lean on the function side at times...but you can't just take one and ignore the other... Gotta give them credit for being able to take the punches for bad designs... at least they're out there trying different (pardon the cliche) things.
    --

  231. Re:A computer is a tool!!!! by C.+Tengo+Hambre · · Score: 1
    Few years back when I serviced macs it was not too uncommon to wait over a year (that meant the user had no computer for over a year) for simple parts like volume buttons, disk drives (superdrives), and other things like that.

    A year. Please. Where do you live, Mars?
    And are you really claiming that people went without their computers for a year because of a broken volume button? I suppose these same people also stopped driving thier cars when the cigarette lighter stopped working.

  232. Re:Stuck without a CLI by C.+Tengo+Hambre · · Score: 1
    Pure CLIs blow more than the blowiest thing that ever blowed blows.

    That's pretty funny. I think I'll make that my sig for a little while.

  233. I know the real problem by LighthouseJ · · Score: 1

    Simply put, Apple chose form over function, which is a bad move. The cube was pretty ugly anyway. Who wants a small plexiglass thing to run a Mac anyway?

  234. what happened? by phalse+phace · · Score: 1
    Personally, I think the cube was ahead of its time (small form factor, quietness, nice sleek design.... etc.) and as a result there was no place for it yet. Of course, its high price didn't help much either. More thought and time should have gone into its design (hairline cracks, overheating, unexpected shutdowns, weak graphics card) and marketing strategy.

    But just as Apple's Newton PDA was ahead of it's time, the cube was too. And when the time is right the cube will somehow reinvent itself and reappear, if not from Apple then from someone else, just like how the Newton was reinvented as Palm.

    "The company said there is a small chance it will reintroduce an upgraded model of the unique computer in the future, but that there are no plans to do so at this time."

  235. Re:Apple dethroning Microsoft by GPLwhore · · Score: 1

    "I think you're off by a significant amount on the price difference. Make sure you're comparing machines with equivalent features. "
    No , I think he is right on the target.
    Apples are terribly overpriced , especially when one compares technical side of their products.
    You might have a point as far as external design is concerned but internally Apples are , well, overpriced junk ( at least when compared to newer Athlon based systems)

    --
    ...and you can't blame meteors for everything.
  236. We're supposed to be surprised?! by aaaurgh · · Score: 1

    The Cube sales were an abboration based on novelty factor - "gee, let's buy that cool looking computer, it looks even cooler that the iMac". In typical marketing fashion, Apple then thought that fashion was of more importance that function - dream on!
    At the end of the day, the sustainability of sales is based on product quality and value, not looks. If Apple can't work this one out they deserve to go under - after all, a Porsche with a 250cc 2 cylinder engine would not exactly generate great sales would it?

    --

    Go permanent? In your dreams and my worst nightmares.
  237. Re:Stuck without a CLI by trash+eighty · · Score: 1
    there the AC goes again, Macs are so hard to use arn't they?!

    Apple didn't copy a GUI, Xerox PARC had an influence on the Lisa UI and later MacOS but nothing is developed in a vacuum. the GUI Apple developed is quite different from what i have seen of Xerox's

  238. why? by Prolixium · · Score: 1

    they said it was a 450mhz? Sadly, perhaps more of the population than we think are obsessed with having the highest *number of mhz* rather than a computer that performs in real-life tasks (compiling a kernel?).

    I guess it's those same people who have the dual PIII-500's and brag about their 1ghz system...

  239. ehh? by _avs_007 · · Score: 1

    Ever hear of a docking station or port replicator? At work I plug my thinkpad into a portreplicator, and use it with my 21" monitor and standard keyboard, and intellimouse explorer. Works real nice, and takes up very little space.... I need all the space I can get... I have 4 towers on the floor next to me :)

  240. i want one... by nikster · · Score: 1

    i really want one of these. unfortunately, there is no good reason to buy one - i have a powerbook (as silent as the cube but with one advantage: i can take it to the cafe) and a win PC for development. i do remain confident that apple will bring it back in some form or another, though.

  241. I had a Cube... I took it back for a G4 tower. by CGableWatts · · Score: 3

    I had a Cube for several days. I took it back. Why? The system may be fanless quiet but the hard drive wasn't and the sound of the drive meant I couldn't keep the unit on my desktop. With the new quieter drives Apple is using this year that wouldn't have been a problem.

    But because of the length of the USB speaker cable, I couldn't have the unit on the floor and still have the speakers on my desktop. Besides it really is supposed to sit on the desktop.

    I would have kept it (most Mac users don't put expansion cards or 2nd drives in their Mac anyway) if only the drive was quiet enough to sit on the desktop. A beautiful machine but some practical aspects just didn't quite mesh.

  242. Missing the point about MacOS Rumors by drunkenbatman · · Score: 1

    Sigh. MacOsRumors has been around forever (or some form) and people who come into the mac community think everyone follows what they say as though they have truly insider information.

    Yes if you just buy a mac or casually come across those sites it is kind of exciting to think "oooh, the inside scoop" but there is more going on than that..

    On the mac side, we have one company churning out new products, and generally (generally) they are very, very cool products. We don't have 3000 clone manufacturers making new computers with always something new going on... we have just apple, so we focus and analyze what is coming down the pike..

    Not only that, generally (and especially recently) when new things come from apple, they are f***ing cool. The g3, g4 cases, titanium powerbook, macOS X, ibook, optical mice, iMac, insanely cool jellyfish subwoofer... .

    In the pc world, you have 50 companies all releasing new models every few month, and hardly changing anything. If ONLY IBM made personal computers, you can bet the PC world would be hanging on a thread, wanting to know what was coming down the pike..

    Most people who have been in the mac world long enough know that rumors (or the other mac rumor sites, or even the register.uk) are generally just making educated (and sometimes not so educated), but it is part of the fun... to guess, to wonder at what the hell apple is going to pull out of it's hat... to salivate. They're more a form of entertainment than anything else, and should be taken as such..

    As an aside about the cube... the thing just rocked, and was an AMAZING piece of engineering (if you have ever taken one apart and realized how painstaking it must have been to get it all to work, especially with no fan and a G4) and was the first mac that the IT Linux guys where I worked actually started salivating over and saying "I need to get a new computer in a bit, I'm really looking at the cube."... if nothing else, the thing just generated a ton of excitement and pushed apple into people's heads as an industrial design innovator again..

    Maybe it wasnt the soundest business decision, and maybe it wasnt marketed/positioned correctly... but damn, anyone involved with that project should feel proud as hell..

    One last aside, here are a list of some decent mac news sites:.

    .

    http://www.macnn.com/

    http://www.macsurfer.com/.

    http://www.macslash.comSigh. MacOsRumors has been around forever (or some form) and people who come into the mac community think everyone follows what they say as though they have truly insider information.

    Yes if you just buy a mac or casually come across those sites it is kind of exciting to think "oooh, the inside scoop" but there is more going on than that..

    On the mac side, we have one company churning out new products, and generally (generally) they are very, very cool products. We don't have 3000 clone manufacturers making new computers with always something new going on... we have just apple, so we focus and analyze what is coming down the pike..

    Not only that, generally (and especially recently) when new things come from apple, they are f***ing cool. The g3, g4 cases, titanium powerbook, macOS X, ibook, optical mice, iMac, insanely cool jellyfish subwoofer... .

    In the pc world, you have 50 companies all releasing new models every few month, and hardly changing anything. If ONLY IBM made personal computers, you can bet the PC world would be hanging on a thread, wanting to know what was coming down the pike..

    Most people who have been in the mac world long enough know that rumors (or the other mac rumor sites, or even the register.uk) are generally just making educated (and sometimes not so educated), but it is part of the fun... to guess, to wonder at what the hell apple is going to pull out of it's hat... to salivate. They're more a form of entertainment than anything else, and should be taken as such..

    As an aside about the cube... the thing just rocked, and was an AMAZING piece of engineering (if you have ever taken one apart and realized how painstaking it must have been to get it all to work, especially with no fan and a G4) and was the first mac that the IT Linux guys where I worked actually started salivating over and saying "I need to get a new computer in a bit, I'm really looking at the cube."... if nothing else, the thing just generated a ton of excitement and pushed apple into people's heads as an industrial design innovator again..

    Maybe it wasnt the soundest business decision, and maybe it wasnt marketed/positioned correctly... but damn, anyone involved with that project should feel proud as hell..

    One last aside, here are a list of some decent mac news sites:.

    .

    http://www.macnn.com/.

    http://www.macsurfer.com/.

    http://www.macslash.com/.
    .

    Rumor sites:.

    http://www.macosrumors.com.

    http://www.appleinsider.com.

    http://www.thinksecret.com/

    1. Re:Missing the point about MacOS Rumors by drunkenbatman · · Score: 1

      I don't remember. Did the optical mouse first debut as an Apple product?

      Of course not. You missed the whole point, or are trolling. My point about the optical mouse was that apple did something cool with it. Back then, no other manufacturer was including optical mice for with the system, especially not such a cool looking and working one (one button mouse aside).

      Even the lowly imacs all received them, it was a big push for the technology.

  243. Re:A computer is a tool!!!! by drunkenbatman · · Score: 1

    Man it sounds like you copied this out of a Apple sales brochure.

    No, I've just had a lot of experience with macs and pc's in different markets.

    Can the Mac play half-life and run counter-strike? I use both mouse buttons while playing games - what about that?

    Did you even read my post? I said, "those games are on the pc". Valve was a small company (thats why they used such an outdated engine) and doesnt have the resources to bring half life to the mac... but come to think of it, i think their publisher did, although you can only network with other macs.

    As for using two mice... duh. Come on. All mac's have USB. Buy a cheap 2-button mouse, and it works. I use the microsoft intellimouse explorer, but also have a logitech and macally.

    PC's are where it's at for hardcore and niche gaming, that's what i said. But for the casual user, most of what they will want is there (diablo, quake, unreal, myst3, etc, etc).

    Similiar prephials on macs cost twice as much as they do on the PC

    Um, no they dont. Give me an example? Macs and PC's use the same memory now, both use PCI, same hard drive, cd burners all plug in via firewire or usb or ata or external scsi, scanners are all usb or firewire or scsi, digital cameras are all usb or firewire, mice are all usb.... what exactly are you talking about?

    repairing them is an absolute bitch. Few years back when I serviced macs it was not too uncommon to wait over a year (that meant the user had no computer for over a year) for simple parts like volume buttons, disk drives (superdrives), and other things like that

    You're either trolling or living in the cold war. A few years is like 20 in computer years. First of all, those were the performa years. Those computers sucked. Lemons. Apple should be raked over the coals for those. But almost all mac parts now are also pc parts (memory, hard drive, etc) and anything that isnt is on the motherboard, and if that goes under warranty you're taken care of.

    Depending on who you ask, this is either a blessing (commodity parts allow pc makers to make mac versions cheaply and apple doesnt have to invent the wheel every time) or a curse, in that maybe apple could do them better.

    What you're saying had merit: a couple of years ago.

  244. Re:A computer is a tool!!!! by drunkenbatman · · Score: 1

    Kudo's to you for at least backing up where you were coming from and explaining.

    As for your 6100... god man, that thing is pushing the envelope. :) It goes both ways, apple has made some nasty things (some of the performas when apple tried to come down in price but keep some of their margins) but most are really well built machines (i have one friend still using her lc 475, and another is just now upgrading their performa 575).

    I actually have a 6100/66, I'm sorry you've had problems with yours... mine has been really stable, although now I primarily just use it as part of a render farm and an email backup in case my main system goes psycho.

    You might want to consider getting a used beige g3 (i just got a 266mhz g3 with a 4gig hd, 96megs of ram and a 17" monitor for $400) and imacs are cheap... I think you'd be surrpised at the quality and how they are put together.

  245. A computer is a tool!!!! by drunkenbatman · · Score: 2

    Look, I love macs (for a lot of reasons). I believe a computer is a tool, and you should use the best tool for the job, and reward the companies making the best tools by using their products..

    I mean i really, really like apple... but some of their machines just suck (especially right before jobs came back in)... like the performa line. The 6400x-6500x's are just awful machines, I cant tell you how many problems I've had with them, or how awful it was to install ram in an 8100, 8500, etc.... but when they get it right... the g3's, ibooks, imacs (the first was awful to install ram in, but after that its cake) are just great computers.

    But a computer is really a tool... and for the most part, for most users, i really think having a mac is the best way to go. Are there exceptions? Yep... but macs are a great tool for most jobs.

    Hardcore gamers: If you just want to play the biggest games out there... no big deal. Quake, Starcraft, tomb raider, unreal, deus ex, etc are all there... and now that they have write combing on the macs the macs can actually outperform pc's. BUT alot of stuff just doesnt get ported, so the PC is the way to go. Is it a nicer experience installing, playing and maintaining your games on your Mac? Yes. But all the niche games are on the pc..

    Corporate Use: For a small business, macs are great. The machines last forever, not much maintenance and the major accounting programs are there. Can have problems with with niche credit card software and other certain things, like if you want your mac to use some obscure bar code reading accounting package..

    And corporate use... you can get by on a mac generally. Powerpoint, excel, all those are there... but it can be a hassle dealing with network issues, and speciality programs (like visio, etc)..

    .

    Graphic Design: You can get by on a PC doing this... but the mac just makes your life so much easier in so many ways, it's not worth going into. There is a reason most professionals use the mac for it..

    .

    Web Design:The mac just rocks. Golive, Dreamweaver, BBEdit, etc... Are there some times when a PC is easier? Yes, if you need to use things like interdev for checking in code, etc. But for actual production, the mac is the way to go..

    .

    Databases:Personal preference really, there is something to be said for getting a mac webstar server up and running with lasso and filemaker pro or something else... secure and stable and quick to setup... but SLOW. It just is boys and girls. A server running PHP and mySQL will run circles around it. BUT it is a good thing MacOS X comes running apache with perl, php and mySQL installed, no?.

    For database coding, it is personal preference. You can do perl and php coding easily on the mac, or the pc..

    .

    Vertical Markets if you're a kitchen and bathroom designer or a cabinet shop, or a machining shop... you'll want a pc. Would a mac last longer, be easier to use and learn, and have less problems? Yes. But the software you want doesnt exist on the mac. TrueVision (a kitchen design software, one of the biggest) and others only run on the pc... and virtual PC on the mac wont cut it because you need dongles..

    .
    .

    Home Use:For general use, the mac. It just rocks, doesnt screw up, and is easy to learn. But some people will get annoyed with the fact that certain browser plugins arent there for the mac, and while there are ports of all the IM clients out there, they really dont equal the pc versions..


    In closing... the best tool for the job. PC's have their place, and macs do too.

  246. Unfortunately it looks like Macs are dying :/ by Sk3lt · · Score: 1

    Well think about it, Microsoft have bought out most of the company earlier and it was a known fact that if they didnt do that Apple would be gone now. Apple is slowing giving away and unfortunately its not getting enough sales.

  247. The Cube isn't Square by Errys · · Score: 1

    The Cube seems to be the computer that every Apple fanatic loves to hate. I too had my doubts when I first checked out its specifications and read reviews.

    Then I bought one.

    The Cube is the perfect compromise computer for someone who wants more than an iMac (I hate the idea of being restricted to an all-in-one design) and doesn't have the space or need for a full blown minitower.

    I live in quarters that are best described as "cramped." (I'm being polite here...hear that Uncle Sam? We want better living arrangements.) I share a room with another soldier and there simply isn't enough room to wedge a minitower in and still have a usable desk so the Cube is a perfect solution. I also bought a flat-panel display (not Apple brand, but I like their thinking) so now I have a full size computer and room left over.

    Now that the Cube's gone I can't wait to see what Apple comes up with next. Maybe the Cube (or some of its design cues) will resurface as the iMac II. Wouldn't that be nifty? Either way I'm sure that Apple will come up with something to talk about.