Slashdot Mirror


Less Is Moore

Hugh Pickens writes "For years, the computer industry has made steady progress by following Moore's law, derived from an observation made in 1965 by Gordon Moore that the amount of computing power available at a particular price doubles every 18 months. The Economist reports however that in the midst of a recession, many companies would now prefer that computers get cheaper rather than more powerful, or by applying the flip side of Moore's law, do the same for less. A good example of this is virtualisation: using software to divide up a single server computer so that it can do the work of several, and is cheaper to run. Another example of 'good enough' computing is supplying 'software as a service,' via the Web, as done by Salesforce.com, NetSuite and Google, sacrificing the bells and whistles that are offered by conventional software that hardly anyone uses anyway. Even Microsoft is jumping on the bandwagon: the next version of Windows is intended to do the same as the last version, Vista, but to run faster and use fewer resources. If so, it will be the first version of Windows that makes computers run faster than the previous version. That could be bad news for computer-makers, since users will be less inclined to upgrade — only proving that Moore's law has not been repealed, but that more people are taking the dividend it provides in cash, rather than processor cycles."

342 comments

  1. Let's see by Rik+Sweeney · · Score: 5, Funny

    Less: 120884 bytes
    More: 27752 bytes

    Wow, that's right!

    1. Re:Let's see by Moridineas · · Score: 5, Funny

      Even more literally..!

      $ ls -i /usr/bin/less
      3603778 /usr/bin/less
      $ ls -i /usr/bin/more
      3603778 /usr/bin/more

    2. Re:Let's see by Tibor+the+Hun · · Score: 5, Funny

      All the windows experts are scratching their heads now.
      That's OK, maybe that'll make them get off of our lawn too.

      --
      If you don't know what AltaVista is (was), get off my lawn.
    3. Re:Let's see by jank1887 · · Score: 3, Insightful

      you can pipe to more from a DOS prompt too. so a few of us get to stay on the lawn.

    4. Re:Let's see by blind+biker · · Score: 4, Funny

      Those don't exist, and our server has a peculiar way of letting me know that:
      kosh ~ 3 % ls -l $(which Less)
      ls: Less not found
      ls: not not found
      ls: found not found
      :-D

      --
      "The agriculture ministry is not in charge of Gundam" - Japanese ministry official.
    5. Re:Let's see by Faylone · · Score: 4, Funny

      But if you know that, don't you have your OWN yard to have people get off of?

    6. Re:Let's see by PitaBred · · Score: 2, Informative

      They aren't the same on Ubuntu:
      moo@you:~$ ls -l /bin/more
      -rwxr-xr-x 1 root root 30316 2008-09-25 07:08 /bin/more
      moo@you:~$ ls -l /usr/bin/less
      -rwxr-xr-x 1 root root 120884 2008-02-01 20:51 /usr/bin/less

    7. Re:Let's see by Hurricane78 · · Score: 1

      Maybe you should not write "less" with a capital L... *head->table*

      --
      Any sufficiently advanced intelligence is indistinguishable from stupidity.
    8. Re:Let's see by Moridineas · · Score: 2, Informative

      From a quick check of systems within easy reach...

      They are the same on OSX, FreeBSD, OpenBSD

      They're different on Solaris, and more is nonexistent on Centos afaict.

    9. Re:Let's see by Anonymous Coward · · Score: 0

      kosh ~ 3 % who

      who: We are all Kosh.

    10. Re:Let's see by b4dc0d3r · · Score: 1

      Yup, I have dandruff and am allergic to grass. How did you know?

    11. Re:Let's see by blind+biker · · Score: 1

      Maybe you should see the post I was replying to? Jeez, you're such a cunt. And I mean it in an almost friendly way.

      --
      "The agriculture ministry is not in charge of Gundam" - Japanese ministry official.
    12. Re:Let's see by RabidMoose · · Score: 2, Funny

      But if you know that, don't you have your OWN yard to have people get off of?

      Your basement has a lawn?

      There, fixed that for you.

    13. Re:Let's see by b4upoo · · Score: 1

      I don't see Windows as being all that relevant these days.
                  My bet goes like this; I'll bet computers get more powerful even during hard times. Sure there will be all kinds of net appliances, sub-notebooks , tablets etc.. But they won't have all that much long lasting power. Better and higher powered computers will be king but the total number sold will be smaller than in years gone by.
                Very few people will be buying things other than what they can not do without for some time to come.

    14. Re:Let's see by demonrob · · Score: 1

      Moore, not More, get it right you linux/unix twits. Surely you lot out of anyone realise missing a single character changes everything.

    15. Re:Let's see by dangitman · · Score: 1

      ls: was not was

      --
      ... and then they built the supercollider.
    16. Re:Let's see by Anonymous Coward · · Score: 0

      Dude, that's like, really deep... check this out too man, your thing made me think of it.

      S A T O R
      A R E P O
      T E N E T
      O P E R A
      R O T A S

    17. Re:Let's see by Anonymous Coward · · Score: 0

      Who the heck gets off on yards!?

    18. Re:Let's see by mcrbids · · Score: 1

      On what friggen planet does the "less" command take up 3.6 MB?

      We accuse Microsoft of bloat, but this is just RIDICULOUS.

      On my (Fedora Core 8) system:

      $ ll `which less `
      -rwxr-xr-x 1 root root 134660 2008-01-18 05:38 /usr/bin/less

      $ ll `which more`
      -rwxr-xr-x 1 root root 32264 2008-04-22 13:24 /bin/more

      So, even so, less is more. (than more)

      --
      I have no problem with your religion until you decide it's reason to deprive others of the truth.
    19. Re:Let's see by andreyvul · · Score: 1

      less and more are on the same inode. So what?

      --
      proud caffeine whore
    20. Re:Let's see by Moridineas · · Score: 1

      On what friggen planet does the "less" command take up 3.6 MB?

      I have no idea...I think you might have been confused in my first post though.

      "ls -i" returns the inode of a file. If two files (in this case, more and less) have the same inode, they are the same file. Hardlink.

      From that same computer:

      $ du -sh /usr/bin/less
      114K /usr/bin/less

      $ ls -i /usr/bin/less
      3603778 /usr/bin/less

      $ ls -l /usr/bin/less
      -r-xr-xr-x 2 root wheel 114884 Jan 17 18:44 /usr/bin/less

    21. Re:Let's see by Anonymous Coward · · Score: 0

      it was an inode number, you retard.

    22. Re:Let's see by Vertana · · Score: 1

      This is probably the saddest/nerdiest conversation I have seen on Slashdot that has run this long... now THAT'S saying something...

      --
      "The best way to accelerate a Macintosh is at 9.8m/sec^2" -Marcus Dolengo
    23. Re:Let's see by AliasMarlowe · · Score: 1

      Heh! That's almost as good as:
      $man woman
      man: no entry for woman

      Rather depressing news for young geeks.

      --
      Those who can make you believe absurdities can make you commit atrocities. - Voltaire
    24. Re:Let's see by Grizzlysmit · · Score: 1

      Even more literally..!

      $ ls -i /usr/bin/less 3603778 /usr/bin/less $ ls -i /usr/bin/more 3603778 /usr/bin/more

      hmm

      $ ls -Flahi /usr/bin/less /bin/more

      1099939 -rwxr-xr-x 1 root root 30K 2008-09-25 23:08 /bin/more*

      763939 -rwxr-xr-x 1 root root 119K 2008-02-02 14:51 /usr/bin/less*

      $ ls -i /usr/bin/more

      ls: cannot access /usr/bin/more: No such file or directory

      lol:-P

      --
      in my life God comes first.... but Linux is pretty high after that :-D
      Francis Smit
    25. Re:Let's see by fanpoe · · Score: 1

      Just wait 18 months and there'll be one with twice the number of comments!

    26. Re:Let's see by kdemetter · · Score: 1

      Nah , i prefer the metric system.

    27. Re:Let's see by datadigger · · Score: 1

      It's slightly less depressing on Opensolaris:
      $ man woman
      No manual entry for woman.

      (emphasis mine)

      --
      Aphorisms don't fix code. (Bart Smaalders)
  2. Ecomomics by Mephistophocles · · Score: 2, Interesting

    Proof that Moore's law is driven by economics as much as (or even more than) technological discovery/innovation?

    --
    Deja Moo: The distinct feeling that you've heard this bull before.
  3. Wait for it... by djupedal · · Score: 0, Troll

    ...around here, more is Microsoft. So, let's get on with it and find a tie-in so we can cash our payoff checks. Oh! Wait...there it is!

    Microsoft is everything /. and /. is everything microsoft! What a wonderful thing, being able to come to one place and read all about wonderful microsoft...just wonderful!

    1. Re:Wait for it... by Farmer+Tim · · Score: 1

      What a wonderful thing, being able to come to one place and read all about wonderful microsoft...just wonderful!

      Forewarned is forearmed, as they say. Still, at least we're not discussing Apple imploding into Steve Jobs' digestive system again, or gaining vital insight into which brand of deodorant* Linus Torvalds uses.

      *Real Linux developers don't use deodorant, so that'd be silly.

      --
      Blank until /. makes another boneheaded UI decision.
  4. Faster Windows! by D+Ninja · · Score: 1, Insightful

    If so, it will be the first version of Windows that makes computers run faster than the previous version.

    Nooo...computers are running at exactly the same speed. They just won't have to chew through bloated software. Microsoft is (supposedly) making their software more efficient.

    Can't stand writers who don't understand tech.

    1. Re:Faster Windows! by vux984 · · Score: 1

      You can't go cheaper without using older or more efficient software because all the new stuff requires powerful hardware!

      Of course you can. You just keep manufacturing the same parts you did last year and since you don't need to do any product development or testing, and the number of units for that product line goes up since its being produced more and longer you realize greater ecnomomies of scale... so your costs are lower, and you can deliver it cheaper at the same profit margin.

      Of course, this is one place Linux can really shine, because even though it has gotten more bloated on most distro's default installs, it's quite easy to trim out what you don't need.

      Most of bloat just takes up disk space which is irrelevant. You aren't going to realize any actual performance gains unless your system was starving for RAM.

    2. Re:Faster Windows! by Tubal-Cain · · Score: 1

      and the number of units for that product line goes up since its being produced more and longer you realize greater ecnomomies of scale

      You can also refine your manufacturing process to improve your yields.

    3. Re:Faster Windows! by cyberchondriac · · Score: 1

      If so, it will be the first version of Windows that makes computers run faster than the previous version.

      Nooo...computers are running at exactly the same speed. They just won't have to chew through bloated software. Microsoft is (supposedly) making their software more efficient.

      Can't stand writers who don't understand tech.

      Ehh, semantics. I think this is what he meant, all along, he just didn't word it (technically) correctly. I took it to mean, the computer will "be more responsive in a timely fashion", not that the CPU is actually going to run faster.
      Less bloat, quicker response.

      --

      Look back up at my post, now look back down, you're on the Internet. Now look back up. I'm a signature.
    4. Re:Faster Windows! by Anonymous Coward · · Score: 0

      I'm pretty sure he understands... when he says "computers" he is referring to the computing experience - not that changing the OS will magically solder more transistors into your hardware...

      Can't stand commenters who don't understand semantics...

    5. Re:Faster Windows! by bloodninja · · Score: 1

      Nooo...computers are running at exactly the same speed. They just won't have to chew through bloated software. Microsoft is (supposedly) making their software more efficient.

      Not even that. TFA says that according to benchmarks, Windows 7 is _no_slower_ than Vista on the same hardware. It is not faster either. Windows 7 does _feel_more_responsive_ however, because of GUI tricks (displaying the desktop before you can click on it, that sort of thing).

      --
      Lock the wife and the dog in the boot of the car.
      Return one hour later.
      Who's happy to see you?
    6. Re:Faster Windows! by Planesdragon · · Score: 1

      Nooo...computers are running at exactly the same speed

      Car analogy time.

      A "computer" is a car. The CPU is the engine.

      Windows is the transmission, wind speed, tire size, et cetera.

      Your ENGINE is going at the same RPMs, but you're actually doing stuff -- moving the car -- faster.

      Sheesh. Next thing you'll claim that all programming is done in binary. (it isn't, any more than language is done in phonemes, or writing in little black lines.)

  5. Because you don't need more cycles in biz by Opportunist · · Score: 4, Insightful

    Let's be honest here. What does the average office PC run? A word processor, a spreadsheet, an SAP frontend, maybe a few more tools. And then we're basically done. This isn't really rocket science for a contemporary computer, it's neither heavy on the CPU nor on the GPU. Once the computer is faster than the human, i.e. as soon as the human doesn't have to wait for the computer to respond to his input, when the input is "instantly" processed and the user does not get to see a "please wait, processing" indicator (be it a hourglass or whatever), "fast enough" is achived.

    And once you get there, you don't want faster machines. More power would essentially go to waste. We have achived this moment about 4-5 years ago. Actually, we're already one computer generation past "fast enough" for most office applications.

    --
    We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    1. Re:Because you don't need more cycles in biz by Anonymous Coward · · Score: 0

      Let's be honest here. What does the average office PC run? A word processor, a spreadsheet, an SAP frontend, maybe a few more tools.

      I have sympathies with Tim Allen, I always believe in "More power!"

      I believe in the future, computers will have to get more powerful for AI and advanced UI (recognizing what the user wants and not just through the keyboard and mouse). There are real productivity gains still to be had in that area for the regular business.

    2. Re:Because you don't need more cycles in biz by Hognoxious · · Score: 4, Insightful

      as soon as the human doesn't have to wait for the computer to respond to his input, when the input is "instantly" processed and the user does not get to see a "please wait, processing" indicator (be it a hourglass or whatever), "fast enough" is achived.

      It's Moore's other law - once fast enough is achieved, you have to slow it down with shite like rounded 3d-effect buttons, smooth rolling semi-transparent fade-in-and-out menus and ray-traced 25 squillion polygon chat avatars.

      --
      Confucius say, "Find worm in apple - bad. Find half a worm - worse."
    3. Re:Because you don't need more cycles in biz by Anonymous Coward · · Score: 0

      Artificial intelligence is not really that computationally complex. Current hardware can perform voice recognition easily, for example. Improving artificial intelligence requires improving current algorithms rather than throwing more juice at the problem.

      Today's code word is: [redneck]

    4. Re:Because you don't need more cycles in biz by Opportunist · · Score: 1, Troll

      If I cannot turn that crap off, I don't want the software. If I can turn it off, I turn it off.

      An interface is supposed to do its job. When I play games or when I watch an animation, I want pretty. When I work, I want efficiency. Don't mix that and we'll remain friends.

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    5. Re:Because you don't need more cycles in biz by Skater · · Score: 1

      We have achived this moment about 4-5 years ago. Actually, we're already one computer generation past "fast enough" for most office applications.

      Exactly. I have a 5-year-old laptop with a Pentium 2.4 gigahertz processor, but even with today's software (latest versions of OO.org, Firefox, Google Earth, etc.) it runs just fine. Sure, a newer computer would be somewhat faster, but this is not "so slow it's painful" like my Pentium 133 was 5 years after I bought it.

      It works well enough that I recently put in a larger hard drive and a new battery to keep it useful for the foreseeable future, because I do not intend to replace it until it dies (or until I have all kinds of 'extra' money to blow on a laptop). And I'm seriously considering trying to find someone to pay to get suspend/resume working on it under Linux (I believe it has a quirky BIOS since ACPI was still fairly new back then; BSD was also unable to successfully resume on it).

    6. Re:Because you don't need more cycles in biz by AKAImBatman · · Score: 1

      I have sympathies with Tim Allen [...] I believe in the future, computers will have to get more powerful for AI

      Am I the only one who read that as, "computers will have to get more powerful for Al [Borland]"?

      I'm sitting here, doing my best Kirk impression, thinking "What does Al need with a more powerful computer?" (Or a starship, even?)

    7. Re:Because you don't need more cycles in biz by jollyreaper · · Score: 1

      And once you get there, you don't want faster machines. More power would essentially go to waste. We have achived this moment about 4-5 years ago. Actually, we're already one computer generation past "fast enough" for most office applications.

      Agreed. There would have to be a new paradigm shift (ok, I fucking hate that word, maybe usage need change?) to make an upgrade worthwhile.

      For my personal needs, DOS was good for a long time. Then Win95 came out and true multitasking (ok, kinda working multitasking that still crashed a lot) made an upgrade compelling. I couldn't really use any of the browsers on my old dos box and Win95 opened a whole new world. That computer got too slow for the games eventually and that drove the next upgrade. Online videos helped drive the next upgrade.

      As far as business computers go, there's not anything else compelling to urge the next upgrade. Microsoft Office hasn't really advanced much since Office 2000, just gotten slower. The user interface isn't any more intuitive, there are no high-resource but awesome results features like true voice recognition, nothing to make an office manager's eyes go wide and say "We must upgrade for this."

      So far we're seeing cooler ideas in the form of new software but nothing that really justifies an upgrade, especially for office users. About the only upgrade I think is justifiable is multiple monitors for people who are having to keep a bunch of plates spinning at the same time.

      --
      Kwisatz Haderach
      Sell the spice to CHOAM
      This Mahdi took Shaddam's Throne
    8. Re:Because you don't need more cycles in biz by zappepcs · · Score: 2, Interesting

      Lets be honest here. What would we like the average office PC to be doing? If they are beefy enough to run a grid on, and so also perform many of the data retention, de-duplication, HPC functions, and many other things, then yes, having faster-better-more on the desktop at work could be interestingly useful. Software is needed to use hardware that way, meh.

      There will never be a time in the foreseeable future when beefier hardware will not be met with requirements for its use. Call that Z's corollary to Moore's Observation.... if you want.

    9. Re:Because you don't need more cycles in biz by magisterx · · Score: 1

      For most office users, you are completely correct. There does remain plenty of us who do more intensive analysis and code compilation that can require more time and faster hardware is quite welcome there.

      More interestingly, faster hardware can open up new applications that no one is seriously trying right now. It would go a long way to assisting with voice recognition for one thing and handwriting recognition can improve too. And those are what I can think of off hand. As better hardware is provided new things will be developed to use it.

    10. Re:Because you don't need more cycles in biz by Opportunist · · Score: 1

      And, bluntly, I don't see any "we must have this!" features in any office standard application, at least since 2000.

      Multitasking was a compelling reason. It became possible to run multiple applications at once. Must-have.

      Better interveaving between office products and email was a must have, too.

      Active Directory (and other, similar technologies) made administrating multiple accounts a lot easier and certainly helped speeding up rollouts. Also, must-have (for offices, but we're talking office here).

      And so on. But we are now pretty much at the apex of usability. I can't really think of anything (office related) that's absolutely necessary that any Windows OS since 2k is lacking. Maybe there's a little room in problem diagnosis (i.e. a tool to make helpdesk requests go faster and make it easier to determine the source of the problem), a bit of room is also still in the ability to weave smartphones and other mobile devices more seamlessly into the email/office applications, but I don't really see any room for improvement in the "ordinary" everyday office work.

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    11. Re:Because you don't need more cycles in biz by mrbcs · · Score: 1
      EXACTLY! You sir, fine Opportunist have won the thread! This is why the industry will almost die in the next few years. The upgrade cycle has died long ago. People are happy with their machines and the last (arguable) thing to cause upgrades were games.

      I have an AMD dual core 4400 with a couple Nvidia 7300's that will take anything I throw at it. I don't think I'll ever need another computer unless the thing fries. They have also become so cheap that they have also become commodities. Why fix something for $200 when you can have the new faster version for $350?

      Sad that the end result of cheap computers and shitty microsoft software will be land fills full of perfectly functional computers.(once they are reinstalled). I routinely pull p4 2 ghz machines from the "e-waste" trailer here. Sad.

      --
      I'm not anti-social, I'm anti-idiot.
    12. Re:Because you don't need more cycles in biz by chrysrobyn · · Score: 1

      Once the computer is faster than the human ... "fast enough" is achived ... And once you get there, you don't want faster machines. More power would essentially go to waste. We have achived this moment about 4-5 years ago. Actually, we're already one computer generation past "fast enough" for most office applications.

      If we were talking about CPU power, I'd completely agree with you. A Pentium IV was fast enough for most people, and a modern Core2Duo is more than enough. I still get to points where my system chokes on my hard drive (stupid virus checker among other corporate requirements). A solid state disk with lower throughput but an order of magnitude less seek time would improve my user experience -- since I'm not using more than 16 GB even with some personal MP3s, I'd hope the cost wouldn't be much higher than more spacious spinning media. Also, there are times when improving the network infrastructure would make things better, too. Not that my company LAN really has problems these days, but I often hit the maximum of what my home cable modem can do.

      Maybe this is why Intel is reaching into the SSD arena, because CPUs are effectively "mature" for most people. As an example of "next generation just powerful enough CPUs", a dual core Atom (completely symmetric) or an Atom / half Merom hybrid (one core "stronger" than the other) would be interesting. As a corporate user, I wonder if some servers would benefit from a half dozen Atoms with a big brother I7 core to handle the heavy lifting.

    13. Re:Because you don't need more cycles in biz by Anonymous Coward · · Score: 0

      Eh, maybe. As a CS teacher of mine said, the field of AI still hasn't had its Einstein. We really don't know what the future of AI looks like. What if we can develop models that give incredible results, but take a lot of processing? It's not out of the question.

    14. Re:Because you don't need more cycles in biz by DMalic · · Score: 1

      We certainly haven't reached that point. However, it might be more about hard drive I/O than CPU speed, and it has nothing to do with the GPU.

    15. Re:Because you don't need more cycles in biz by Tubal-Cain · · Score: 5, Funny

      We reached the point of "fast enough" years ago. Computers were so fast we needed a semi-useful way to waste cpu cycles. And so the GUI was born.

    16. Re:Because you don't need more cycles in biz by ChienAndalu · · Score: 1

      You forgot "anti virus software". By fare the biggest (and probably least useful) resource hog.

    17. Re:Because you don't need more cycles in biz by Culture20 · · Score: 1

      the industry will almost die in the next few years. [...] I don't think I'll ever need another computer unless the thing fries.

      Which means that clamoring for cheap will mean hardware makers will design _more_ early failure into hardware, and reduce warranties to nil.

    18. Re:Because you don't need more cycles in biz by QRDeNameland · · Score: 5, Funny

      It's Moore's other law - once fast enough is achieved, you have to slow it down with shite like rounded 3d-effect buttons, smooth rolling semi-transparent fade-in-and-out menus and ray-traced 25 squillion polygon chat avatars.

      Actually, that's Cole's Law, which states that an unused plate space must be occupied with cheap filler that no one really wants.

      --
      Momentarily, the need for the construction of new light will no longer exist.
    19. Re:Because you don't need more cycles in biz by Jason+Earl · · Score: 2, Interesting

      Still, will that processing have to be on the client? Probably not. Heck, I don't pretend to be a computer science Einstein, but I wouldn't be at all surprised that the limiting factor in functional AI is access to piles and piles of centralized data ("piles" is a technical CS term that means "a lot"). I don't need a fancy computer to access Google, and when Google is finally self-aware I don't suppose I'll need more than a web browser to talk to it either.

      It's pretty certain that computers are going to get faster, but, at least for now, what I really want are for my computers to become less expensive to purchase and to run. Google can buy faster computers if it wants. I'll settle for one that uses less electricity or that comes as a prize in a Cracker Jacks (tm) box.

      Then again, I spend most of my day in either a web browser or Emacs, and neither of those applications is in dire need of a fast processor.

    20. Re:Because you don't need more cycles in biz by Grithok · · Score: 1

      I recently was told by my boss to go buy a computer for his business. And yes, it is used only to connect to the internet so I was looking to get one as cheap as possible. This means stores, craigslist, newegg. It is in a public place where appearances count so I was looking for a nice looking monitor and that was all. Craigslist was the by far the best place for a tower for business related uses. I am amazed that the low end in stores were not low enough for what I wanted. I guess it is harder to turn a profit on them. We do have time to goof off here, but most people play browser based games or the mafia game on myspace. Granted my work PC lets me run better games.

    21. Re:Because you don't need more cycles in biz by Chabo · · Score: 1

      Artificial intelligence is not really that computationally complex. Current hardware can perform voice recognition easily, for example. Improving artificial intelligence requires improving current algorithms rather than throwing more juice at the problem.

      Actually, in some cases the algorithms already exist, they're just waiting for the hardware to be able to compute in real-time.

      If you take a pre-recorded audio sample and hand it to a top-of-the-line piece of speech-to-text software, it will take that sample, and give you text far more accurate than what you can get with most programs, but it may take a minute or two. Meanwhile, the average consumer wants realtime translation, so they can dictate a paper or an article, and have the text appear as they speak. In a few years when CPUs are more powerful, then the consumer applications will have the better algorithms in place, and be able to run those in realtime.

      AI algorithms that must work in realtime are given a deadline: "Give me the best answer you can get within 500 milliseconds", maybe. It's possible that they'll find a better solution if you just give them an extra 1 millisecond to figure it out, but you cut them off early in order to make sure you have some answer ready for the user. Until the algorithm finds the best possible solution, or until it gets cut off, it will keep improving its earlier estimate of the solution.

      --
      Convert FLACs to a portable format with FlacSquisher
    22. Re:Because you don't need more cycles in biz by Hatta · · Score: 1

      And once you get there, you don't want faster machines. More power would essentially go to waste. We have achived this moment about 4-5 years ago. Actually, we're already one computer generation past "fast enough" for most office applications.

      Not quite. Faster machines are more efficient per operation. And modern processors shut themselves off when they're not doing anything.

      --
      Give me Classic Slashdot or give me death!
    23. Re:Because you don't need more cycles in biz by powerlord · · Score: 5, Funny

      It's Moore's other law - once fast enough is achieved, you have to slow it down with shite like rounded 3d-effect buttons, smooth rolling semi-transparent fade-in-and-out menus and ray-traced 25 squillion polygon chat avatars.

      Its usually expressed as Gate's Corollary to Moore's Law: Whatever Moore Giveth, Gates Taketh Away.

      --
      This space for rent. All reasonable inquiries will be entertained at proprietors discretion.
    24. Re:Because you don't need more cycles in biz by bcrowell · · Score: 1

      Actually, we're already one computer generation past "fast enough" for most office applications.

      We're already one human generation past that point. In 1980 I had a Radio Shack computer that was plenty fast enough for word processing.

    25. Re:Because you don't need more cycles in biz by RiotingPacifist · · Score: 1

      It doesn't matter and it never has. Chip makers dont care what your average user wants, they sell to to high end markets where a CPU can still set you back £600 and a mobo another £600. The reason they put money into R&D is so that the other-guys don't get better high end stuff than them, this results in their consumer end stuff getting better, but it is defiantly not their primary aim. PCs getting greener has little to do with eco-friendly consumer and a lot to do with hosting centers spending too much on aircon. If prices do drop it will be because the re-sellers will be shipping cheaper/older parts, not because the R&D goal has changed.

      --
      IranAir Flight 655 never forget!
    26. Re:Because you don't need more cycles in biz by ClosedSource · · Score: 0, Redundant

      "If you take a pre-recorded audio sample and hand it to a top-of-the-line piece of speech-to-text software, it will take that sample, and give you text far more accurate than what you can get with most programs, but it may take a minute or two."

      But what you won't get is speech recognition that is as good as humans. Until then, it will fall short of being true AI.

    27. Re:Because you don't need more cycles in biz by Anonymous Coward · · Score: 0

      Let's be honest here. What does the average office PC run? A word processor, a spreadsheet, an SAP frontend, maybe a few more tools. And then we're basically done. This isn't really rocket science for a contemporary computer, it's neither heavy on the CPU nor on the GPU. Once the computer is faster than the human, i.e. as soon as the human doesn't have to wait for the computer to respond to his input, when the input is "instantly" processed and the user does not get to see a "please wait, processing" indicator (be it a hourglass or whatever), "fast enough" is achived.

      And once you get there, you don't want faster machines. More power would essentially go to waste. We have achived this moment about 4-5 years ago. Actually, we're already one computer generation past "fast enough" for most office applications.

      While you're right about the average office, my department (the graphics department) relies heavily on graphics manipulation, utilizing many databases (sometimes up to 20 at any given time) and running lots of scripts. Every user in my office does this, and if we were using computers that were "fast enough" for the average office, we'd literally be sitting at our computer, waiting 30 seconds to 2 minutes each time we saved our projects, not to mention all the slowdown we'd experience while manipulating objects within our programs.

      Fast enough may work for the average office, but the reason they keep developing more powerful hardware is because there is a demand for it. Making an OS more akin to Linux's philosophy isn't going to hurt the computer industry, it's going to allow for software developers to push the envelope further, instead of having to be limited because of an OS that is hogging a massive amount of resources (even after you disable unnecessary processes).

    28. Re:Because you don't need more cycles in biz by PitaBred · · Score: 2, Insightful

      Not necessarily. For some AI problems that may be true, but what about doing things like recognizing a picture, a face, a rock, a tree? That takes some massive image processing bandwidth. If you take cues from biology, it's a massively parallel fuzzy logic thing, but still, it's a LOT of computational power. AI advances are still not purely in the algorithm.

    29. Re:Because you don't need more cycles in biz by Tubal-Cain · · Score: 1

      What's the law that states that something will always be available (possibly even in you way), except those times you need it?

    30. Re:Because you don't need more cycles in biz by PitaBred · · Score: 1

      5 years old at 2.4GHz... you sure a new laptop doesn't have anything to offer you? That sounds like a mobile P4, which has abysmal battery life. Hell, I get almost 4 hours out of my 2GHz Core 2 Duo T61 here, which is certainly faster than yours, and uses much less power to do much more work.

      It's true that the old CPU's are fast enough, but that's not the only variable in the equation, especially when you're talking about a laptop.

    31. Re:Because you don't need more cycles in biz by vertinox · · Score: 1

      Let's be honest here. What does the average office PC run? A word processor, a spreadsheet, an SAP frontend, maybe a few more tools. And then we're basically done. This isn't really rocket science for a contemporary computer, it's neither heavy on the CPU nor on the GPU.

      Eh. If you really worked IT for non-IT people, you'd know that there is never a "fast enough".

      I can't tell you how many times I have gotten "I need a faster computer. I spend 10 minutes each morning booting up!"

      Or they mess things up by holding the power button down to turn the box off because they thought it was freezing...

      To a lot of Joe-Six packs, "fast enough" won't be enough until they can push the power button and the thing comes on and when they click the application is up and running before they lift their finger off the mouse button.

      The holy grail for computers for them is of course for their computer to act just like their TV.

      Maybe as those who work with computers for a living have gotten so used to it (and if fact users tell me all the time that I have the patience of a saint when I'm waiting for their computer to reboot) just because of waiting for installs and reboots to go through makes you go insane or stressed, then you would have left Desktop IT a long time ago.

      --
      "I am the king of the Romans, and am superior to rules of grammar!"
      -Sigismund, Holy Roman Emperor (1368-1437)
    32. Re:Because you don't need more cycles in biz by cens0r · · Score: 1

      My TV and blu-ray player act more like my computer now. My TV takes a good 5 seconds at least to go from off to displaying a picture. My blu-ray player takes a good 30 seconds to boot up.

      --
      Jack Valenti and Orrin Hatch will be first up against the wall when the revolution comes.
    33. Re:Because you don't need more cycles in biz by way2trivial · · Score: 1

      Murphy's?

      --
      every day http://en.wikipedia.org/wiki/Special:Random
    34. Re:Because you don't need more cycles in biz by Tubal-Cain · · Score: 1

      I used to label it that way, but it manifests itself in this manner so often that it seems like it would have it's own title.

    35. Re:Because you don't need more cycles in biz by T-Ranger · · Score: 1

      I, for one, care very little about battery life. I mean, I just don't care, as long as its more then 5 minutes. I'm either just moving to a place where there is also power (a meeting room, say), where a shutdown would just suck, or changing buildings, where a shutdown is acceptable. (of course, if I trusted suspend or hibernate, or whatever, I could use those).

      Yes, yes, there are scenarios where some people actually care about battery life beyond a few minutes... But I think that a huge chunk of people just don't care.

      4 hours.. That is a lot? A scenario where I might want to use a battery is if I'm dragging my laptop on course, or over to a friends house, and want to leave the power adapter behind. Courses last longer then 4 hours, and hanging out with friends could as well. So I still need to plug in. Your 4 hours is, oh, 3:55 more minutes then I need.

      Unless battery life gets to the point where the "default" mode would be to go without power (as with a cell phone, or PDA), then fuck it. It doesn't matter. I will need to plug in the laptop, so I will need to bring the power supply. And if I have the power supply with me, its trivial to use.

      In short, if it cant do 10+ hours, then it might as well not be able to do more then 5 minutes.

    36. Re:Because you don't need more cycles in biz by Fulcrum+of+Evil · · Score: 1

      To a lot of Joe-Six packs, "fast enough" won't be enough until they can push the power button and the thing comes on and when they click the application is up and running before they lift their finger off the mouse button.

      We've got that with laptops; all that is needed is to apply it on a desktop deployment.

      --
      "We returned the General to El Salvador, or maybe Guatemala, it's difficult to tell from 10,000 feet"
    37. Re:Because you don't need more cycles in biz by drinkypoo · · Score: 1

      You laugh, and so does everyone else, but something on the same order is going to be necessary to justify another leap in resource consumption if they want to keep selling us newer and faster shit. I speak, of course, of reality overlay... which must necessarily be coupled with wearable computing that doesn't make you look like a complete retard.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    38. Re:Because you don't need more cycles in biz by drinkypoo · · Score: 1

      I still get to points where my system chokes on my hard drive (stupid virus checker among other corporate requirements). A solid state disk with lower throughput but an order of magnitude less seek time would improve my user experience -- since I'm not using more than 16 GB even with some personal MP3s, I'd hope the cost wouldn't be much higher than more spacious spinning media.

      You can get a 16GB USB2 stick for forty bucks, and I'm talking lifetime warranty here. Any halfway-decent computer will USB boot, although Windows won't.

      A 16GB SSD costs substantially more. A 128GB SATA-II SSD with over 100MB/sec read and write speeds is about $350 on ecost last I looked... which costs more than a UMPC. They'll come down, though. The point there is that there are compelling performance reasons to buy SSDs now, even if you downplay them. Storage throughput is a MAJOR limiting factor in a lot of applications. If you could stream more from the disk, you could use less memory in multimedia applications, too. Eliminating RAM doesn't save much money any more, but it does save power.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    39. Re:Because you don't need more cycles in biz by Chris+Burke · · Score: 0

      An interface is supposed to do its job. When I play games or when I watch an animation, I want pretty. When I work, I want efficiency. Don't mix that and we'll remain friends.

      Even after I took a dump through your moon roof? That's quite magnanimous of you! Very well, I accept.

      --

      The enemies of Democracy are
    40. Re:Because you don't need more cycles in biz by rantingkitten · · Score: 1

      Let's be honest here. What does the average office PC run? A word processor, a spreadsheet, an SAP frontend, maybe a few more tools. And then we're basically done. This isn't really rocket science for a contemporary computer, it's neither heavy on the CPU nor on the GPU.

      I wish. The average office PC is so laden with crapware that it's barely chugging along. The salespeople at my company are forever whining about how "slow" their dual core 1.8ghz laptops are, and whenever I look it's because they have five IE windows open, two IM clients, thirty little "helper" applications in the systray, virus scanners constantly running (but not accomplishing a hell of a lot), things constantly checking for updates, god-knows-what malware in the background, stupid little "1000 Free Smilies" toolbars, and a whole plethora of other inane things, in addition to the few applications they legitimately need for work.

      Many companies have tighter policies and procedures in place to prevent users from doing this kind of thing, but just as many don't, and of course managers and other self-important people somehow get themselves exempt from it all. People think they need to get newer, faster computers every so often because their old ones are "too slow", when in reality, more resources usually just means more resources for the crapware to use.

      If people kept their machines clean and didn't install stupid garbage, then I'd agree with you -- ancient 1.4ghz Pentium M machines would be far more than adequate for the majority of "office" users. Unfortunately, in gritty reality, users often just do whatever the hell they like, and manage to completely trash their nice, fast systems within days of getting them.

      --
      mirrorshades radio -- darkwave, industrial, futurepop, ebm.
    41. Re:Because you don't need more cycles in biz by Nefarious+Wheel · · Score: 1

      I thought Cole's Law was mostly thinly-sliced cabbage.

      --
      Do not mock my vision of impractical footwear
    42. Re:Because you don't need more cycles in biz by Nefarious+Wheel · · Score: 1
      Sometimes you do. I find myself getting rather impatient at my (reasonably current) laptop at work because I publish to PDF using full Acrobat Pro (I need the feature set that cutePDF doesn't offer). Takes a bit of time to do, and I would be more productive if the computer were faster.

      On the plus side though, our company (a large multinational SI) has taken the decision to ignore Vista altogether. I'm happily still on XP Pro ;)

      --
      Do not mock my vision of impractical footwear
    43. Re:Because you don't need more cycles in biz by Anonymous Coward · · Score: 0

      you could say this 'split' or 'fast enough' mentality began with Intel and AMD multi-core processors. P4s were at 3ghz when Intel launched the dual cores that were only up to 2ghz.

      In fact, before the recent 'energy crisis' my screamed 'BS!' whenever I read Intel's justification for multi-core, but slower chips...LESS power consumption.

    44. Re:Because you don't need more cycles in biz by Anonymous Coward · · Score: 0

      ..woosh...>

    45. Re:Because you don't need more cycles in biz by PitaBred · · Score: 1

      And then there are those of us who travel for business, and work on the airplane. Or don't bring a power adapter to the conference room because that's a pain in the ass to unplug the adapter and haul it with for a 2 hour meeting. Or a 20 minute meeting.

      Your thinking is wrong that most people don't care about battery life. Most people DO care about it. Even people who don't use their computers for work don't want to have to plug in while they're surfing in the armchair.

    46. Re:Because you don't need more cycles in biz by Anonymous Coward · · Score: 0

      We reached fast enough with WordPerfect 5.1 and DOS. A 10Mbs Novell network was more than sufficient for an office full of workers.

      Its only thanks to those dedicated souls playing DOOM that we managed to get passed the 386 and into a world full of Pentium powered goodness.

      Your average office doesn't need much processing power.

    47. Re:Because you don't need more cycles in biz by Opportunist · · Score: 1

      Define it, turn it into a meme and we have a "Tubal-Cain law".

      What? One more, who cares? :)

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    48. Re:Because you don't need more cycles in biz by Opportunist · · Score: 1

      So computers essentially achive a Moore-Gates equilibrium.

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    49. Re:Because you don't need more cycles in biz by Opportunist · · Score: 1

      Only depends on what AV soft you're using. There are insane hogs and there are tools with a very small footprint.

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    50. Re:Because you don't need more cycles in biz by ChienAndalu · · Score: 1

      Seriously, please tell me. I just had to install McAffee at work and the machine was rendered nearly unusable. I'm not up to date in the windows world, so I don't know the alternatives.

    51. Re:Because you don't need more cycles in biz by Opportunist · · Score: 1

      Unfortunately I may not make recommendations. But McA is about the worst when it comes to resource hogging.

      What I may do is link to test pages. Take a look at http://www.virusbtn.com/news/2008/09_02 and act accordingly. ;)

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    52. Re:Because you don't need more cycles in biz by serveto · · Score: 1

      I wish I had mod points, that's the funniest thing I've ever read on /.

    53. Re:Because you don't need more cycles in biz by OwnedByTwoCats · · Score: 1

      How much time did you spend on the search?

      At what rate are you paid?

      Minimize the cost to your boss...

    54. Re:Because you don't need more cycles in biz by assert(0) · · Score: 1

      Whoosh?

      --
      (founded 95,000,000 yrs ago, very space opera)
    55. Re:Because you don't need more cycles in biz by Anonymous Coward · · Score: 0

      I'd go one step further. Other than a decent browser and network stack, no one really needs anything more then Windows 3.11 and Office 6.0....

      Imagine the performance and responsiveness of that stack on a 1 to 2 GHz single core lower power processor of today's standards!

  6. Gamers need not apply by StrifeJester · · Score: 0, Offtopic

    Even in the downturn there will still be gamers that want more out of what they are playing. Look how many people are still waiting for something to play Crysis decently. and GTAIV is a joke with its lack of anti-aliasing.

    1. Re:Gamers need not apply by DMalic · · Score: 1

      My 9600 GT is about.. six months plus old, and it cost about $100 then. It plays Crysis just fine, though at a low res (1440xwhatever). I like higher framerates, but don't need them, and the motion blur does a great job. That res isn't as nice as it could be, but it's better than what consoles will do their games. I agree with your point, though.

  7. I say AWWWW fo botnets by indi0144 · · Score: 1

    An Athlon XP should be enought for almost any home user, unless you like to hand real power for your botnets.

  8. Or... by BobMcD · · Score: 2, Interesting

    That could be bad news for computer-makers, since users will be less inclined to upgrade only proving that Moore's law has not been repealed, but that more people are taking the dividend it provides in cash, rather than processor cycles.

    Or, it could be good news for them. Especially in the light of the things like the "Vista Capable" bru-ha-ha, and the impact Vista had on RAM prices when fewer than the projected number of consumers ran out to buy upgrades.

    Maybe Intel and NVidia are going to be wearing the sadface, but I'm willing to wager HP and the like are almost giddy with the thought of not having to retool their production lines yet again. They get to slap on a shiny new OS and can keep the same price point on last year's hardware.

    Some of the corporations in the world buy new hardware simply to keep it 'fresh' and less prone to failure. My own company has recycled a number of Pentium 4 machines that are still quite capable of running XP and Internet Explorer. With the costs of new desktop hardware at an all-time low for us, we get to paint a pretty picture about ROI, depreciation, budgets, and the like.

    1. Re:Or... by craighansen · · Score: 2, Insightful

      In fact, M$ might end up settling these Vista-Capable lawsuits by offering upgrades to W7, especially if it's faster on the barely-capable hardware that the subject of the suit. Cheap way to settle for them...

    2. Re:Or... by EmperorKagato · · Score: 1

      They won't settle and will not need to settle. The OEM companies are at fault for placing and selling vista capable products well below the required specs. Those machines met the Vista Basic requirements yet the machines were being sold as a machine that would handle Vista with flying colors.

      --
      ----- You know you have ego issues when you register a domain in your name.
    3. Re:Or... by Jason+Earl · · Score: 1

      Unfortunately, if companies start buying computers in 5 or 6 year cycles instead of 2 or 3 year cycles then HP definitely won't be giddy. They'll be even less giddy if the average price of a desktop PC drops to $200 and the average price of a laptop sinks to $500.

    4. Re:Or... by gbjbaanb · · Score: 1

      true, but don't think that the need to drive sales will reduce the prices. If companies replace in 5 years, then you will see the cost of a new PC rise as HP et al try to keep their profits (and if they all do, they will), plus the cost of importing from China is rising, which gives them that excuse to raise prices.

    5. Re:Or... by Penguinshit · · Score: 1

      The 2-3 year cycle is more tuned to depreciation (tax write-off) thn anything else.

  9. Sigh by Bastard+of+Subhumani · · Score: 3, Insightful

    companies would now prefer that computers get cheaper rather than more powerful

    There's already a method for that: it's called by the catchy title "buying a slightly older one".

    A related technique is called "keeping the one you've already got".

    --
    Only three things are certain; death, taxes, and apocryphal quotations - Ben Franklin.
    1. Re:Sigh by robot_love · · Score: 1

      A related technique is called "keeping the one you've already got".

      I don't know... That sounds expensive.

      --
      .there is enough of everything for everyone.
    2. Re:Sigh by Anonymous Coward · · Score: 0

      "buying a slightly older one" has a possible downside of "More prone to breakdown and require replacement without a warranty..."

    3. Re:Sigh by Anonymous Coward · · Score: 0

      A related technique is called "keeping the one you've already got".

      I don't know... That sounds expensive.

      You've never been divorced...

    4. Re:Sigh by RiotingPacifist · · Score: 2, Insightful

      he said older not used. An older cpu is still as safe as a newer one

      --
      IranAir Flight 655 never forget!
    5. Re:Sigh by Jason+Earl · · Score: 1

      So instead you simply buy the bottom of the barrel offering from Dell (or the vendor of your choice) and hang onto it until it dies. Not only will you avoid paying a premium for your hardware, but you will probably find that by staying away from the cutting edge that your hardware actually lasts longer. I suppose that's why the call it "cutting" edge.

    6. Re:Sigh by melonman · · Score: 2, Interesting

      In some markets it simply hasn't been possible to buy a 2 year-old spec until recently. In particular, laptops used to vanish at the point at which they made sense for someone who just wanted a portable screen and keyboard with which to take notes and maybe enter some code. The only way to get a laptop much cheaper than the premium spec was to go s/h, and s/h laptops have never been that attractive an option.

      Machines with the relative spec of NetBooks would have sold fine a decade ago. It's just that the laptop-manufacturing cartel refused to sell them to us. NetBooks have broken that cartel, and I'm expecting the shock waves to shake up prices a lot further up the spec rankings. That's what really worries companies like Sony - a $2000 Vaio becomes harder to justify the more the price of the basic product drops, and the more people demonstrate that the basic product is good enough for many tasks.

      --
      Virtually serving coffee
    7. Re:Sigh by T-Ranger · · Score: 1

      I agree, shit head laptops are not an option.

    8. Re:Sigh by drinkypoo · · Score: 1

      I bought a Compaq nw9440, ordered it before it came out, got it a week after the release date. I figured with Centrino and Quadro stickers on the box it would work properly with Linux for sure, right? WRONGO. HP changed everything about this system right after it came out (Core to Core 2 Duo, early bad-die GPU to later good-die GPU with more video memory, etc) and the one I have is a lemon. I've spent countless hours on the phone and HP has it RIGHT NOW because the last time I sent it in they couldn't manage to screw down the plastic bezel over the button board properly. I have an on-site service contract; I gave up on on-site service after the tech came and broke my computer completely, then came back and still couldn't get it working. I have to wait about a week for a box for a "Priority Repair" to arrive (twice now) and they have sent me an incorrect optical drive four times and an incorrect power supply two times. Take my advice, and don't do what I did... but if you have to, don't do it with HP :(

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    9. Re:Sigh by Repossessed · · Score: 1

      The buying older method is rather shoddy. You'll get a minimally better price on an older spec new computer, and a used computer may have dozens of problems with the hardware, and no way to get warranty coverage on them. Newer hardware thats designed to be low end also has a major advantage in terms of power consumption over weaker old hardware. (The computer I'm at saves my 20 a month on power bills compared to a much weaker ex-high end machine from around the turn of the century).

      --
      Liberte, Egalite, Fraternite (TM)
    10. Re:Sigh by Bastard+of+Subhumani · · Score: 1

      You'll get a minimally better price on an older spec new computer

      In my experience the top of the range one is usually overpriced (there's always somebody who's willing to pay for bragging rights), but if you drop down one or two models (i.e. the top of the range from a year or two back) you'll get more bangs for your buck.

      a much weaker ex-high end machine from around the turn of the century

      There's old, and then there's ancient.

      So just how's that HP/Dell/Lenovo stock you own doing?

      --
      Only three things are certain; death, taxes, and apocryphal quotations - Ben Franklin.
  10. Less is More by Anonymous Coward · · Score: 0

    With added features. Now if only bash would default auto-complete to use it...

    Wait, there's a story somewhere?

  11. This is nothing new by georgewilliamherbert · · Score: 4, Interesting

    Some of you may remember the 1980s and early 1990s, where PCs started out costing $5,000 and declined slowly to around $2,500 for name brand models.

    Around 1995, CPUs exceeded the GUI requirements of all the apps then popular (this is pre-modern gaming, of course). Around 1996 and into 1997 the prices of PCs fell off a cliff, down to $1,000.

    Those who fail to remember history...

    1. Re:This is nothing new by jawtheshark · · Score: 2, Interesting

      Adjust those number for inflation... Or better, retro-adjust current prices for 1980 prices.

      I do remember falling prices in the nineties, but now a PC is pretty close to an impulse buy. For me in 2000, a 2000€ PC was already an impulse buy (That said, I was single, a successful consultant with brand-new sports car, so my "impulses" were a bit off). These days an EEE PC is an impulse buy for anyone loving toys and having a bit spare money.

      This is not a repeat of the previous price-falls, this is the computer becoming a throw-away consumer item like a toaster. (Running NetBSD obviously ;-) )

      --
      Ahhh...the great dumpster continuum. Many a free computer will be found there. -- sowth (748135)
    2. Re:This is nothing new by Anonymous Coward · · Score: 1, Funny

      ...this is the computer becoming a throw-away consumer item like a toaster. (Running NetBSD obviously ;-) )

      Which is running NetBSD, the computer or the toaster?

    3. Re:This is nothing new by jawtheshark · · Score: 3, Informative
      Just filling in the gaps: Source
      • 5000$ in 1980 = 12889.87$ in 2008
      • 2500$ in 1990 = 4063.22$ in 2008
      • 1000$ in 1997 = 1323.52$ in 2008

      Now, let's take the Asus EEE PC (280$) in 1990. In 1990 you would have paid 172.28$ for that. That's a PC that would have beaten your top-of-the-line 2500$ 1990 PC to smithereens. (The i486 came out in 1989!))

      --
      Ahhh...the great dumpster continuum. Many a free computer will be found there. -- sowth (748135)
    4. Re:This is nothing new by jawtheshark · · Score: 1

      Both :-P

      --
      Ahhh...the great dumpster continuum. Many a free computer will be found there. -- sowth (748135)
    5. Re:This is nothing new by PitaBred · · Score: 1

      Bah... toasters are useless without Linux!

    6. Re:This is nothing new by ucblockhead · · Score: 1

      It's an even bigger trend than you state. Because of inflation, $5000 in 1984 dollars (the price of an original IBM PC) is around $10,000 today.

      --
      The cake is a pie
  12. Poor Intel by the+eric+conspiracy · · Score: 1

    Continually making the same thing for less money is not a very good business model.

    Pretty soon the customers will be asking for the same performance, free.

    Reminds me of the old quote, "We have being doing so much with so little for so long we are now qualified to do anything with nothing at all".

    1. Re:Poor Intel by cowscows · · Score: 1

      There's still plenty of room for new products from Intel. They just need to continue to find areas of improvement beyond just cranking up the speed. And they seem to be doing that, with a new emphasis on better power efficiency. The constant need/desire for more processing power hasn't gone away, it's just shifted to mobile electronics. The technology that pushed desktop computers cpu's to 3GHz is not the same technology that's going to be required to get the processors in phones up to 3Ghz.

      And that's not taking into account the ability to shove tiny computers into all sorts of other things. Networking and wireless are starting to get developed enough where it might actually be useful to start putting more capable computing parts into appliances and stuff like that. There's tons of room for the microprocessor industry to grow.

      Also, there's always going to be some demand for flat-out faster processors. There's still plenty of places out there building supercomputers and clusters and pushing for more performance. I wouldn't worry too much about intel.

      --

      One time I threw a brick at a duck.

  13. Recessions are wonderful things by benjfowler · · Score: 5, Insightful

    This could simply be down to the tanking economy: people look at what they're spending, and quickly realise that:

    1) the upgrade treadmill over the last twenty years has produced insanely powerful and dirt-cheap hardware. When was the last time you had trouble running Linux on your hardware? I'm old enough to remember!

    2) and that you don't need teraflops of CPU/GPU power just to draw greasepaper-style borders around your Microsoft Word windows. Perhaps the entire industry has woken up and seen how unbelievably wasteful modern computing is, and have decided to take the dividend of Moore's Law in cash instead.

    3) recessions are good for purging wasteful and suboptimal behaviour generally.

    Maybe people will realize what an obscene waste of money and computing power and operating system like Windows Vista, which requires a gig of RAM to run, really is.

    1. Re:Recessions are wonderful things by gbjbaanb · · Score: 2, Interesting

      2) and that you don't need teraflops of CPU/GPU power just to draw greasepaper-style borders around your Microsoft Word windows

      You're dead right there. I always wondered why I could play games a few years ago that had some stunning graphics, yet ran very well on a 900Mhz PC with 256MB ram; yet Vista needs 1Gb and a graphics card that's better than that old spec just to draw a poxy bit of transparent titlebar.

      I'd blame the managed .NET stuff, but the WDDM is native! Makes the inefficiency even worse.

    2. Re:Recessions are wonderful things by drinkypoo · · Score: 1

      When was the last time you had trouble running Linux on your hardware?

      My laptop is Centrino/Quadro and has endless problems.

      AMD DBSC1100 doesn't work right under current Ubuntu. It's a Geode reference system...

      Other than that, you're spot on.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    3. Re:Recessions are wonderful things by bit01 · · Score: 2, Interesting

      Maybe people will realize what an obscene waste of money and computing power and operating system like Windows Vista, which requires a gig of RAM to run, really is.

      Hear, hear. To a lesser extent the same is true of all modern GUI's. Most GUI programmers today seem to have no clue how to write efficient, usable software. I am still waiting for GUI software that responds fast enough. I'm an experienced computer programmer/user and I'm endlessly irritated by the slow response of computers that are supposed to be operating in the GHz range.

      Take gedit, the gnome notepad-like editor, as an example. On startup this opens almost 3000 files ("strace -t -f -o t.log gedit .bashrc;grep 'open(' t.log|wc") to edit a single (1) text file. That's insane.

      It takes more than a second. That is way too slow and is the main reason why I still often use vi and nedit. Vi opens 58 files on startup. That's still too much but is still orders of magnitude faster than gedit and most GUI editors. nedit is an ancient GUI editor with not bad functionality including rectangular copies that opens ~200 files on startup.

      Incidentally, I'm well aware that file opening is only one factor amongst many of things that slow programs down. It's good proxy for measuring poor programming practices though.

      GUI programmers need to understand that for experienced computer users speed of response is a major factor in the usability of any program. A GUI with lots of prettyness is useless if it's not fast. And fast is not seconds. It is milliseconds.

      ---

      Don't be a programmer-bureaucrat; someone who substitutes marketing buzzwords and software bloat for verifiable improvements.

  14. Smaller by Ohio+Calvinist · · Score: 1

    Cost is very important particularly in business, but for home users the price for a "good enough" PC has been in the same 600-1200 price range for a long time. What I think will drive sales particularly in the home, and mobile professional is size, have less wires, and use less energy. Folks are willing to pay more for that; rather than more powerful chips that they don't need. This should be good news for OEMs, because it is easier to show the "average" user a more aesthetic case, or more wireless peripherals, or a better/faster OS, than convincing them that Word, IE and MSN Messenger are going to be "better" on a 2.4GHz chip over a 2.0GHz chip.

    The only companies that should be frightened are CPU manufactuers (particularly as more and more functions are being passed off to GPUs; and as developers are not catching up to multi-core development as fast as they'd like).

    --
    Forgive my spelling from time to time. I'm often posting during short breaks.
    1. Re:Smaller by Lonewolf666 · · Score: 1

      PC hardware has left software requirements somewhat behind, unless you want to run the very latest games.
      My dual core PC from 2007 is still more than sufficient in terms of performance. The price to put a similar or better machine together has dropped from 800 Euros to 500 Euros, however (without monitor). That is assuming
      -the same case
      -a comparable power supply
      -same memory (2 GByte)
      -a slightly faster but less power-hungry CPU (AMD 45nm vs. 90nm, each in the energy-efficient version)
      -a faster GPU (ATI 4670 vs. NVidia 8600GT)
      -a harddisk with twice the capacity - 500 GByte disks are cheap today

      If you add a good screen, you may end up paying 700-800 Euros. Cheap enough for most private users, and companies that try to squeeze a few hundred out of this at the expense of good working conditions are just plain stupid.

      --
      C - the footgun of programming languages
    2. Re:Smaller by symbolset · · Score: 1

      Cost is very important particularly in business,

      It wasn't so long ago businesses were paying $1000 for a 21" CRT monitor. These days you can get a nice 46" widescreen 1080p monitor for that. It makes your spreadsheets and powerpoint look lovely. If you rotate it the Web looks like it's supposed to and your word processing documents are larger than life, which is handy if you're nearsighted. Personally I prefer to use two or three. The PC isn't the only part of the equation.

      Of course, carrying all that around with your laptop can be a bit of a drag. You wouldn't believe the stares you get in the airport.

      --
      Help stamp out iliturcy.
  15. Re:Bad Logic by Anonymous Coward · · Score: 0

    [...] Moore's "Law" is an observation not a law!

    Couldn't you say the same about Newton's Laws?

  16. Less Moore by 89cents · · Score: 0, Offtopic

    There once was a man named Less Moore.
    He got shot with 4 rounds from a .44.
    No less, no more.

  17. The bells and whistles nobody uses... by Tenek · · Score: 3, Interesting

    sacrificing the bells and whistles that are offered by conventional software that hardly anyone uses anyway

    I think if you took out all the features that 'hardly anyone uses' you wouldn't have much of a product left. Bloatware and the 80/20 Myth

    1. Re:The bells and whistles nobody uses... by w0mprat · · Score: 1

      So I'm starting to suspect that fretting about bloatware is more of a mental health problem than a software problem.

      Amen.

      --
      After logging in slashdot still does not take you back to the page you were on. It's been that way for 20 years.
    2. Re:The bells and whistles nobody uses... by GreatBunzinni · · Score: 4, Insightful

      The article you pointed out is pure nonsense. It claims that bloat isn't important due to the fact that memory cost dropped. Not only that, it tries to base that claim on this idiotic metric of dollar per megabyte and how the fact that software like microsoft's excel bloat from a 15MB install in the 5.0 days to a 146MB install in the 2000 days is somehow a good thing because in the 5.0 days it took "$36 worth of hard drive space" while "Excel 2000 takes up about $1.03 in hard drive space". No need to justify a 100% footprint. We are saving money by installing more crap to do the exact same thing.

      In fact, the idiot that wrote that article even had the audacity to state:

      In real terms, it's almost like Excel is actually getting smaller!

      Up is down, left is right, bloat is actually good for you.

      But people still complain. Although it appears that we should be grateful for all that bloat, we are somehow being ungrateful by believing that all that bloat is unnecessary. But fear not, the idiot that wrote the article has a nice accusation for all those bloat haters out there:

      I guess those guys just hate Windows.

      Yes, that's it. We don't hate orders of magnitude increase in bloat simply to be able to perform exactly what has been easily done with a fraction of resources. We don't hate to be forced to spend money on hardware to be left with a less than adequate solution when compared with the previous generation. We simply hate windows. Good call.

      The article is bad and you should feel bad for posting a link to it.

      --
      Slashdot, fix your code or at least hire someone who is competent at it to do it for you.
    3. Re:The bells and whistles nobody uses... by nbates · · Score: 1

      Strawman.... You can still offer a basic core functionality if your customers are starting to ask for less system requirements, you only need some imagination.

      Maybe it is time to start offering core software (for example, a core spreadsheet) and then a plug in architecture for modules that are sold separately (i.e. finance module, graph module, scientific module).

      Think about Firefox. Imagine if Firefox was instead a browser with a scrapbook, Web developer tools, blogging tools, a mail checker, an IRC chat program and all those tools you can add to firefox. That would be bloatware, not only in terms of system resources but also in terms of user interface.

      Instead, you can deliver just the core with a plugin architecture to expand the basic functionality. So each person has to buy the core and one or two modules they need.

    4. Re:The bells and whistles nobody uses... by gbjbaanb · · Score: 1

      Many customers didn't ask for the new features, my company had a choice: upgrade to Office 2007 (we're on a gold partnership thingy) or pay to keep using 2003, at a total cost of £400,000 (for the european region).

      so now IT is kept busy telling people where the print menu option is hiding, and why the apps look so different to every other windows app, not to mention what MS Groove and OneNote do.

    5. Re:The bells and whistles nobody uses... by cjonslashdot · · Score: 1
      I completely agree. It is a mystery to me how it can be that a spreadsheet program can require hundreds of Mb. Visicalc was obviously less that 640K - probably much less - does anyone know? True, the GUIs take up space, but does anyone recall how much space X-windows added to a typical app back in the minicomputer days? Something is really, really, really dysfunctional about the way that software is being written. I think that it is perhaps the huge, bloated general purpose API libraries. Doesn't the .Net framework in Windows have something like 80,000 methods? And that sits on top of what, the Windows API, which has something like 40,000 functions? And then one links in other libraries from third-party components. In any case, something is wrong somewhere. It is a crisis of increasing complexity of diminishing value. These vendors are not addressing the complexity problem. And they are not the only ones. It seems like in every camp, we are ending up with increasing complexity of diminishing value. Just look at the OASIS Web service standards and the W3C specs. And the plethora of IETF RFCs that preceded those. It is chaos.

      Today's average PC or Mac is probably a million times more powerful than a mainframe of the early 70s, and those were used to allow hundreds of people to run autocad-like programs simultaneously. Something is really wrong.

    6. Re:The bells and whistles nobody uses... by sssssss27 · · Score: 1

      So why do you upgrade? Not that I'm agreeing with the article but if you have a computer and software that does everything you need it to, then why upgrade? No one is forcing you to buy a new version. From the quotes you showed of the article it seems like the writer is just making the argument that it's no longer cost effective to try and write the most compact and efficient code as possible.

      I could be wrong because I'm just going from memory but doesn't Excel 2000 do far more than Excel 5.0?

    7. Re:The bells and whistles nobody uses... by Anonymous Coward · · Score: 0

      So why do you upgrade? Not that I'm agreeing with the article but if you have a computer and software that does everything you need it to, then why upgrade? No one is forcing you to buy a new version. From the quotes you showed of the article it seems like the writer is just making the argument that it's no longer cost effective to try and write the most compact and efficient code as possible.

      I could be wrong because I'm just going from memory but doesn't Excel 2000 do far more than Excel 5.0?

      There isn't much info on this subject but according to this article on what was new in Excel 2000, the short answer is: virtually nothing. The open and save dialog box got some tweaks like "now display 50 percent more files", the right click menu started displaying frequently used commands, it got more clipart and it started supporting hyperlinks in the excel 2000 spreadsheets.

      So, to put it bluntly, it went from 15MB to 150MB and all it got was a fancy file handling dialog box, useless menu entries in the right click menu and it brought teh interwebz to the spreadsheets.

    8. Re:The bells and whistles nobody uses... by Hanul · · Score: 1

      Don't you think that Excel 2007 can do more things than Excel 5.0? It is much bigger, much more bloated, but compared to the times of Excel 5.0, the hardware requirements are actually cheaper - so 2007 is smaller than 5.0 in a way. You may not use the extra functionality in a new version, but some do. Probably only a fraction of the users, but nobody's "hurt", because the current hardware runs the current program just as good as the old hardware ran the previous version. If you don't like bloat and are satisfied with the feature set, why don't you stay with the older version (and older hardware). Or you just need a custom-tailored app for your needs.

    9. Re:The bells and whistles nobody uses... by yagami · · Score: 1

      hum... would be left with ... gnome ?! :) just kidding ( maybe :) )

    10. Re:The bells and whistles nobody uses... by JustNilt · · Score: 1

      First, I agree with your point that, regardless of the now-low cost, no app should needlessly waste my resources. That said, however, I disagree with your take on that article. The real point, IMO, is that the 80/20 rule often used to make light apps is flawed. While 80% of a bloated app's users may only use 20% (or less) of the features in said app, this is a different 20% subset for most users.

      Thus, the "bloat" in an app for any given user is required in order to have a commercially successful application. This is to ensure that the app covers the needs of most users instead of only a very small subset of potential users.

      The article is somewhat flawed inasmuch as the author assumes that the bloat isn't all loaded all the time. In cases such as some versions of AV apps, to pick one common example, or all the bloat is loaded all the time. This makes for a poor user experience overall. In Excel, however, many of the features aren't loaded unless used. At least that was the author's theory in 2001. Whether this was ever accurate or remains so is debatable, IMO. His take on the 80/20 rule is accurate as hell though.

      --
      You know the thing about UDP jokes? I don't care if you get it or not.
  18. Dirty Industry Secret by Jason+Levine · · Score: 3, Interesting

    Years back when everyone in the mainstream were trotting out how many Mhz/Ghz their processors ran and how their Latest And Greatest system was *soooo* much better, I insisted that the computer industry had a dirty little secret. The mid to low end computers would work just fine for 90% of users out there. Computer makers didn't want people knowing this and instead hoped that they would be convinced to upgrade every 2 or 3 years. Eventually, though, people learned that they were able to read their e-mail, browse the web, and work on documents without buying a system with a bleeding edge processor and maxed out specs. This seems like the continuation of the secret's collapse. People are realizing that not only don't they need to buy a system with a blazing fast processor just to send out e-mail, but they don't need to buy 10 different servers when one powerful (but possibly still not bleeding edge) server an run 10 virtual server instances.

    --
    My sci-fi novel, Ghost Thief, is now available from Amazon.com.
    1. Re:Dirty Industry Secret by Anonymous Coward · · Score: 0

      We ended up virtualizing on a little known platform which sounds exactly like the kind of server you are talking about. Big on RAM, modest on CPU, plenty of network connectivity and a price that would shame Dell, not to mention HP and IBM. When you virtualize RAM is the critical resource more often than not. We went for the lower end of the v1624 appliances from 360is and haven't regretted it. Regularly run 40 VMs per host.

      LB.

  19. The EEE PC did prove this by jawtheshark · · Score: 1

    I have one of the "original" EEE PCs. The 701 4G. Even with the stock 512Meg RAM and the underclocked to 670MHz CPU, I can do pretty much everything I want to do. The limitation here being the screen (Thank you slashdot for the "previous track icon" on the front page!)

    Let's see: I do Word Processing (AbiWord), Spreadsheets (Gnumeric), Browsing (Iceweasel), Email (Icedove), and many things more. All courtesy of the Debian EEE Project. (I run LXDE and the afore mentioned applications). For day-to-day personal stuff this is plenty.

    When it still ran Xandros, I even installed Eclipse for fun and kicks. While it wasn't that fast, it was doable and after configuring the interface minimally, it was ever halfway usable. Granted, I wouldn't want to use it over 8 hours.

    I hate to be the "640KByte is enough for everyone" guy, but a 1GHz machine with 512Meg RAM and a lean operating system is indeed enough for most uses.

    That also explains my wifes machine: a P-IV 2.6GHz Hyperthreaded which was bought in 2003 and still is our primary and only desktop. (Had a few minor upgrades...) We have no intent of changing it. It runs Windows XP Pro.

    --
    Ahhh...the great dumpster continuum. Many a free computer will be found there. -- sowth (748135)
  20. Faulty on many fronts by defile39 · · Score: 1

    1) No one is following Moore's law. It's a description of what happens.

    2) You can, of course, come up with some equation that describes the cost of a set amount of processor power over time.

    3) This article and this summary make bad economic assumptions and use faulty logic. I suggest to all reading the comments that it's not worth reading.

    That is all.

    1. Re:Faulty on many fronts by RagingFuryBlack · · Score: 2, Funny

      You just admitted to RTFA. This is /. Nobody RTFA here. Turn in your /. ID at the door. Thank you.

      --
      Warning: Corny karma killing post above.
    2. Re:Faulty on many fronts by Spatial · · Score: 1

      1) No one is following Moore's law. It's a description of what happens.

      Good luck getting people to understand that. It's like when people start saying "Godwin's Law!!!" at the mention of Nazis, as if it were a logical fallacy rather than a simple observation.

  21. And now it's up to software by Leptok · · Score: 1

    To put all those idle resources to good use. There needs to be a new generation of programs and games to put all the hardware to work.

  22. Multiseat, LSTP, thin client by Anonymous Coward · · Score: 1, Insightful

    There are many options. Multiseat, Linux Terminal Server Project (LTSP), thin clients (netbook and barebone desktop), etc. In other words, the return of time-sharing evolved and using hi tech.

    Multiseat
    http://en.wikipedia.org/wiki/Multiseat_configuration

    LSTSP
    http://en.wikipedia.org/wiki/Linux_Terminal_Server_Project

    thin client
    http://en.wikipedia.org/wiki/Thin_client

    netbook
    http://en.wikipedia.org/wiki/Netbook

    Computer terminal
    http://en.wikipedia.org/wiki/Computer_terminal

    etc...
    http://tech.yahoo.com/blog/null/24753

    A low end computer is enough for 99% of the work. Almost nobody need or use a 4 core CPU (except for games), but usually, this kind of power is not used in the enterprise.

  23. Incorrect about Moore's law by rminsk · · Score: 5, Informative

    Moore's law does not say "that the amount of computing power available at a particular price doubles every 18 months." Moore's law says that the number of transistors that can be placed inexpensively on an integrated circuit increase exponentially, doubling approximately every two years.

    1. Re:Incorrect about Moore's law by Tibor+the+Hun · · Score: 1

      Yes, but you don't expect anyone on a site like this to actually know your random "factoid".

      What we would also like to see is how many computing powers such as this equal a standard US LOC?

      --
      If you don't know what AltaVista is (was), get off my lawn.
    2. Re:Incorrect about Moore's law by Anonymous Coward · · Score: 0

      We don't need YOUR kind around here, confusing the good folks with your little facts.

    3. Re:Incorrect about Moore's law by mastermemorex · · Score: 0

      That's right. As the distance between transistors reduces, the clock speed can be increased and usually that increases the raw power of the microprocessor. That was the main tendency with desktop processors during the 80s and 90s. The other question is what to do with more transistors if you don't want to make them cheaper.

      Now manufactures have reached a point of overheating the processors making microprocessors over 4GHz almost impractical because of power loses and the difficulties of cooling them. That's why now they are concentrating efforts to increase the number of CPUs running in parallel. Nevertheless having more than 6 processors does not achieve better performances with sequential codes, (I don't remember whose law is this) making this approach also impractical.

      Personally I will like to star seeing processors more efficient that not require fans to cooling them making noiseless (I miss that aspect of my old 486).

    4. Re:Incorrect about Moore's law by rts008 · · Score: 1

      I'll take a crack at this one! *rolls up sleeves on 'lucky' maths shirt*

      First we'll convert to convert to rods per hogshead, then multiply by how-many-naked-japanese-girls-can-you-fit-in-a-phone-booth[NSFW!!], then we'll divide the pie, then add one slice to my lunchbox, carry the stationwagon full of discs*grunts*, add one Volkswagon Beetle....*mumbles while scribbling on bar napkin*...divide by the square root of the 'Walk the Plank' constant...and voila! It would seem to be 0.2174 US LOC per gallon(Imperial) per hectacre per minute....YMMV.

      --
      Down With Slashdot BETA!!! I've been around the corner and seen the oliphant; you can only abuse me from your perspecti
  24. Windows 7 Will Set Us Free by agrestic · · Score: 1

    Darien Graham-Smith: "Vista has had us driving with the handbrake on for the past two years, but at long last Windows 7 is coming to set us free." .....I hope this doesn't turn out like the transition from Hoover to FDR.

    1. Re:Windows 7 Will Set Us Free by Anonymous Coward · · Score: 0

      If there is a power vacuum after the fall of Steve Jobs, there is a possibility that a new ruler will come to take over Apple and declare a 1000 year patent on multitouch. The Great Tech War shall begin.

      Microsoft will stay back as Apples and Penguins fight each other, but once the Demon attacks and allies himself with the Apple, Microsoft will enter the fray and vanquish Apple forever. The world will then enter an epic war between Capitalist Microsoft and Communist Penguins.

  25. Re:Bad Logic by AKAImBatman · · Score: 5, Informative

    Um, no it wasn't. "Moore's law" is a term that was coined after Thomas Moore gave a presentation showing that the company was managing to double transistor density each month. This observation created an interesting problem for the company. What should they do with all those extra transistors?

    One option was that they could keep getting higher yields on existing chips, eventually driving the cost per unit to mere fractions of a penny. The other option was that Intel could do something useful with all that extra circuitry and maintain higher prices.

    Considering that contemporary CPUs of the time were barely more powerful than the interrupt controller sitting next to them, using that silicon for sophisticated 32bit processors with on-die floating point units and SIMD instructions seemed like a no-brainer for the company. Thus as each successive generation of technology has made CPUs smaller, Intel has used the extra space to add more features and more optimizations.

    At this point, things are getting a bit ridiculous. CPU manufacturers have so much extra space on which to work that they can fit 2-4 CPU cores on a single die and STILL produce a smaller chip than the last generation.

  26. Re:Bad Logic by ktappe · · Score: 1

    Moore's "Law" is an observation not a law

    And you're arguing semantics, not actual facts. Ever heard of "gravity, it's not just 14ft/sec^2, it's the law"? Same usage.

    I think what you are witnessing is consumers and businesses hurting because of the shrinking economy and a $250 netbook is looking mighty affordable to them.

    ...which is pretty much what the original article is stating: consumers want cheaper prices not faster PC's.

    This isn't going to stop any of the companies doing R&D to keep pace with Moore's observation.

    It certainly will slow R&D as they lay off workers, so I challenge you on this point too.

    --
    "We can categorically state we have not released man-eating badgers into the area." - UK military spokesman, July 2007
  27. Xen would have been a better comparison? by Anonymous Coward · · Score: 0

    Contrasting Xenserver with VMWare would have been a better comparison. Xen have gone down the super-thin hypervisor route with only a few tens of thousands of lines of code in their core software, the rest plugged in via API. This is in contract to the integrated bigger approach by the existing market leaders.

    AG

  28. Re:Bad Logic by jawtheshark · · Score: 1

    Come on! Are you for real? It is an observation a co-founder of Intel.... Look it up on Wikipedia: The trend was first observed by Intel co-founder Gordon E. Moore in a 1965 paper..

    --
    Ahhh...the great dumpster continuum. Many a free computer will be found there. -- sowth (748135)
  29. Re:Bad Logic by Chris+Burke · · Score: 3, Interesting

    I guess that's what happens when you cut and paste computer science terms from an Economist article. In the next sentence, you state correctly that Moore's "Law" is an observation not a law! It's not that the computer industry (and I think we're only talking hardware here) follows this observation, it's that historically it has held true. No one's going to make a huge leap in R&D to be able to put 10x the number of transistors on a chip only to have engineers come down on them to stop it saying "no one has ever broken Moore's Law and we're not going to start now!" That idea is preposterous. We're limited by our own technology that happens to follow an ok model, it's not a choice!

    Yes, that's all true, but if you don't think chip makers throw up graphs with a curve on them for Moore's Law and use that as a guideline for where they should be in the future, which could be called "following"... you're mistaken. Obviously if the observation continues to hold true, that's only because of the advances in R&D that produce new technology. However those advances come as a result of choices, like how much and what kind of R&D to do, and those choices are themselves driven in part by Moore's Law.

    Now as far as going faster and getting 10x more transistors on a chip, sure that's not much of a choice. That's because the industry is already busting its ass to maintain the current exponential trend. For that very reason I'd never take the phrase "following Moore's Law" to mean intentionally limiting technology advancement. Au contraire, if anything I take it to mean we're "following" in the sense that you'd be "following" Usian Bolt in the 200m dash -- if you're anywhere near keeping up, you're a bad ass. The only motivation would be to drop off that pace.

    Which, to some extent, we've already seen in the 00's. It's still exponential growth, but the time factor has increased somewhat. I can't remember the data I saw, but it appeared to have gone from a doubling every 18 months to 24?

    By the way, I agree the examples are pretty poor. For virtualization you want the newest beefiest processor with the best hardware support for virtualization you can get. The whole idea is that you want a single machine to appear as though it is a plethora of machines each with enough horsepower to do whatever that specific machine needs to do. This is the opposite of just wanting to do the same thing cheaper, it's wanting to do the same thing times a plethora, so you need a machine that is at least one plethora times as powerful. Being cheaper overall is just a desirable side effect. I hope you agree that "plethora" is a great word.

    --

    The enemies of Democracy are
  30. Re:Bad Logic by Anonymous Coward · · Score: 0

    Couldn't you say the same about Newton's Laws?

    Possibly, it depends on who you ask. Some philosophers argue that laws of nature are simply repetitions of observation which do nothing to prove that the one-millionth (+1) time the same thing will occur (Hume). Physicists attempt to tie underlying principles of mathematics with empirical observations to cogently state the the under-lying mechanics of the nature of reality operate with universality.

    So, at the end of the day, fuck it, buddy: it's turtles all the way down.

    (Oh, by the way, this is mfh posting as AC to avoid the karmic hurtings of the badness of the /. nature)

  31. Re:Bad Logic by Anonymous Coward · · Score: 0

    I would also like to add that anyone who says "$adjective is $opposite" to look smart deserves a foot up the ass.

  32. Re:Bad Logic by poot_rootbeer · · Score: 1

    I think what you are witnessing is consumers and businesses hurting because of the shrinking economy and a $250 netbook is looking mighty affordable to them.

    Even more affordable: keep using the same computer I've been using up until now, even if it's four or five years old at this point, for a cost of $0. It's still 'fast enough' for almost everything I'd want to do, and if I start to run out of disk space, I can buy external USB storage for $100 per terabyte.

  33. Microsoft got told off by w0mprat · · Score: 1

    There is a possibility (however unlikely) that Microsoft has made a very clever and astute move going for a streamlined version of their current technology rather than a new iteration with whatever arbitrary new features weighing it down. It's clever because it's timed for release in a global recession and a switch in focus to developing markets - the 'next billion' users.

    But it's unlikely, and I would hesitate to say microsoft has actually preempted anything, I'd say their responding to what they've been told by hardware vendors who have put their foot down and said, "this is what we will be selling, if you don't come up with something we're going to take matters into our own hands with linux".

    --
    After logging in slashdot still does not take you back to the page you were on. It's been that way for 20 years.
  34. they needed that last part! by ILuvRamen · · Score: 1

    My 8 year old laptop running ME can boot in 14 seconds and shut down in just under 4. I think XP and Vista were a big step in the wrong direction. When a set of hardware that's overall about 30x faster still takes at least 5x longer to boot XP or Vista, somebody screwed up. It's about time operating systems got thinner and more efficient regardless of the economy of stalling hardware speeds.

    --
    Google's Super Secret Search Algorithm: SELECT @search_results FROM internet WHERE @search_results = 'good'
  35. Re:Bad Logic by Anonymous Coward · · Score: 1, Funny

    Ever heard of "gravity, it's not just 14ft/sec^2, it's the law"

    Where do you live?

  36. Re:Bad Logic by Moridineas · · Score: 1

    And you're arguing semantics, not actual facts. Ever heard of "gravity, it's not just 14ft/sec^2, it's the law"? Same usage.

    Not to be overly pedantic in this thread on semantics, but... 14ft/sec^2??

    http://www.google.com/search?q=1+g+to+ft/s%5E2

  37. Re:Bad Logic by Bob-taro · · Score: 1

    "Vista makes your computer run faster?"

    I think you misread the article. They claim Windows 7 is going to be the first Windows version that is faster than it's predecessor (in this case Vista) on the same hardware.

    --
    Prov 9:8 Do not rebuke mockers or they will hate you; rebuke the wise and they will love you.
  38. Hmm... by kabocox · · Score: 3, Interesting

    I can buy a $350 mini laptop, $500 decently speced laptop, or a $500 desktop with what would have been unbelievable specs not long ago. I remember when I picked up computer shopper and was thrilled that there were any bare bones dekstops that sold at the $1K mark. Now you can get full featured systems for under .5K that do things that $2-3K machines couldn't do.

    Really, there is no such thing as a "Moore's Law." It's Moore's trend lines that have been holding. That it lasted 10 years, much less this long has been utterly amazing. I fully expect for us to run into problems keeping with "Moore's Law" before 2100. 5-10 years after the trend is broken it'll be something the future folks will either forget about it entirely or look back and kinda giggle at us like we were just silly about it all. 50-100 years later no one will care though every one will be making use of the by products of it. Do you notice where the stuff for roads comes from or what Roman engineer built the most or best roads? That's generally what they'll think of any computing device older than 20 years. If Moore's law holds until 2050, every computing device that we've currently made will be either trash or museum pieces by that time. Heck, you have people getting rid/upgrading of cell phones almost every 3-6 months already.

    We imagine replicators in Star Trek, but we don't need them with Walmart and 3-6 months for new products to come out. Consider Amazon+UPS next day shipping. Replicator tech would have to be cheaper and faster than that to compete. I think that it's more likely that we'll keep on improving our current tech. What happens when UPS can do 1 hour delivery to most places on the globe? Replicators might spring up, but only for the designers to use them to spend a week making 10K of a unit, to put it went on sale today, which would be sold out in two weeks and discounted by the week after. Face it; we are already living in a magical golden age. We just want it to be 1000x better in 50 years.

    1. Re:Hmm... by roe-roe · · Score: 0, Insightful

      While I can appreciate your sentiment, you *can't* get a decent laptop for $500. You can get a laptop that will run XP or GNU/Linux or *BSD for $500. But the world uses Windows, and if you are going to be running Vista well, you are looking at $800 for the laptop. And while, that is phenomenal, TFA is trying to convey that over the next few months they want to take the $800 laptop and make it cost $500, and that $500 desktop to cost $400. Industries hurting now don't care where we are going to be in 100 years or even how far we have come in 10. The industry has been chasing this ever increasing sliding scale of performance. Consumers have benefited by getting more powerful machines.

      Oddly enough, Moore's observations are still viable, but it is the economy that is going to slow the trend. Demand is shifting from the same price point to one lower. This will cause a momentary dip in the trend. Once the new price point stabalizes Moore's Law will again be relevant.

    2. Re:Hmm... by ianare · · Score: 1

      Do you notice where the stuff for roads comes from or what Roman engineer built the most or best roads? That's generally what they'll think of any computing device older than 20 years.

      The difference being that some of those old Roman roads are still used today !

    3. Re:Hmm... by kabocox · · Score: 1

      Do you notice where the stuff for roads comes from or what Roman engineer built the most or best roads? That's generally what they'll think of any computing device older than 20 years.

      The difference being that some of those old Roman roads are still used today !

      Nah, due to IBM and COBOL there will be lots of legacy things that people use, but just are kinda afraid to touch to break it. It's like those long lived light bulbs. They'll have 'em and keep on using 'em because trying out how to refit anything new into the areas that are tied to those machines would be a nightmare. Why is our business process like this? Because that's how we had our original IBM server setup, and we've been doing the same way since.

    4. Re:Hmm... by quickOnTheUptake · · Score: 2, Insightful

      What happens when UPS can do 1 hour delivery to most places on the globe?

      How would they manage that? Take a scenario of shipping to the opposite side of the globe. The earth's diameter is almost 8000 miles. That means the package would be moving at least 8000mph. Over 10X the speed of sound. . . . if it can go through the center of the earth. And this doesn't include any of the overhead of sorting, and pickup/dropoff.

      --
      Mod points: Guaranteed to remove your sense of humor.
      Side effects may include gullibility and temporary retardation
    5. Re:Hmm... by bloodninja · · Score: 1

      I don't think that UPS will ever deliver to the war zones on the fringes of the Federation next day. You will still need replicators there.

      --
      Lock the wife and the dog in the boot of the car.
      Return one hour later.
      Who's happy to see you?
  39. Re:Bad Logic by AKAImBatman · · Score: 1

    s/Thomas/Gordon/g

    *waves hand* These aren't the typos you're looking for...

  40. Re:Bad Logic by ShieldW0lf · · Score: 1

    One might even interpret it as a self fulfilling prophecy.

    Why sell chips that are 10x as fast, when you can sell chips that are 2x as fast, then sell the same people new chips that are 2x as fast, repeatedly.

    It almost seems like a cartel engaged in price fixing. I expect that time will reveal that is what it always has been...

    --
    -1 Uncomfortable Truth
  41. Re:Bad Logic by Anonymous Coward · · Score: 0

    ...which is pretty much what the original article is stating: consumers want cheaper prices not faster PC's.

    Oh come on. Did you really expect him to RTFS?

  42. Eh? by Anonymous Coward · · Score: 0

    I could care less for having "the latest (and not necessarily the greatest)". I still have a single core Sempron 3500+ (socket 939), and guess what? I don't feel the need to upgrade. It plays the games I like (CSS/TF2), runs the apps I use, all without problems. Plus, when I do finally "upgrade" to a dual core in a few years, today's games will be cheaper, and cracks'll be available for em, so I won't need to have that dang fangled DRM.

  43. Vista deserves credit... by xs650 · · Score: 4, Insightful

    Even Microsoft is jumping on the bandwagon: the next version of Windows is intended to do the same as the last version, Vista, but to run faster and use fewer resources. If so, it will be the first version of Windows that makes computers run faster than the previous version.

    Without Vista, MS wouldn't be able to claim that 7 was faster than their previous version of Windows.

    1. Re:Vista deserves credit... by s_p_oneil · · Score: 1

      I couldn't have said it better myself. My favorite early "indicator" of Vista performance was all those Crucial ads on Slashdot that essentially said "Vista is a memory hog, buy more Crucial RAM". Did anyone else here think those were hilarious?

    2. Re:Vista deserves credit... by Anonymous Coward · · Score: 0

      After using 7 for three days, I can certainly say it is certainly not faster than Vista. It is much slower. It can't even keep-up with the mouse movement.

    3. Re:Vista deserves credit... by zorkerz · · Score: 1

      My understanding was that Windows 7 is not any faster. I thought it performed just about the same as vista. Which is in itself an unusual move by the M$dawg.

    4. Re:Vista deserves credit... by gparent · · Score: 1

      Summary is misleading. Microsoft already delivered an OS that is faster than his previous one. It's called Windows Vista with SP1 installed.

    5. Re:Vista deserves credit... by Anonymous Coward · · Score: 0

      A couple of friends are testers for MSFT. The mouse problems are driving all of them nuts. Apparently it's a hard problem to fix because even the new QA builds still have that serious problem.

    6. Re:Vista deserves credit... by Wobble-U · · Score: 1

      That's a good point. How does the speed of Windows 7 compare to Windows XP? Can Windows 7 "make computers run faster" than XP?

    7. Re:Vista deserves credit... by bloodninja · · Score: 1

      Without Vista, MS wouldn't be able to claim that 7 was faster than their previous version of Windows.

      They still can't. TFA says that 7 is _no_slower_ than Vista. It's not faster either. Disregad yet another inaccurate /. summary.

      --
      Lock the wife and the dog in the boot of the car.
      Return one hour later.
      Who's happy to see you?
    8. Re:Vista deserves credit... by IorDMUX · · Score: 1
      It's even worse than that. If you RTFA, you'll notice that they admit that Windows 7 ... well... really isn't any faster than Vista in its core. To quote the article:

      I've been running a few benchmarks, just to find out exactly what sort of speed boost we're talking about. And I can exclusively reveal that the actual performance gap between Vista and Windows 7 is... nada. Absolutely nothing. Our Office benchmarks and video encoding tests complete in precisely the same time regardless of which OS is installed.

      Yes, they've sped up bits of the front-end--perhaps by optimizing or even removing parts of Aero--but the core system seems to have remained the same. As a result, the user will see a snappier/less laggy interface and will claim "improvement!" while the heart of the OS lies unchanged.

      --
      >> Standing on head makes smile of frown, but rest of face also upside down.
    9. Re:Vista deserves credit... by Anonymous Coward · · Score: 0

      Even Microsoft is jumping on the bandwagon: the next version of Windows is intended to do the same as the last version, Vista, but to run faster and use fewer resources. If so, it will be the first version of Windows that makes computers run faster than the previous version.

      Without Vista, MS wouldn't be able to claim that 7 was faster than their previous version of Windows.

      Well, Windows 3.11 on its present day hardware run faster than Vista. In fact the only way to run slower than Vista is to run backwards.

  44. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  45. Re:Bad Logic by commodore64_love · · Score: 5, Informative

    And now I'm going to do something shocking and unprecedented. I'm going to look-up the actual quote, instead of guessing what Moore's "Law" means.

    "April 1965:

    "The complexity for minimum component costs has increased at a rate of roughly a factor of two per year ..." Notice he claimed *complexity* not power doubled, and that it happened EVERY year. His original statement has not held true.

    --
    "I disapprove of what you say, but I will defend to the death your right to say it." - historian Evelyn Beatrice Hall
  46. Re:Bad Logic by jonbryce · · Score: 1

    The most popular SAAS application is webmail. People use that because it saves the hassle of setting up an email client, and they can use it from any computer by just firing up a web browser.

    I personally don't like it because I like to have my data stored on my own computer, although I do have webmail software installed on my own computer so I can read my emails when outside.

  47. Re:Bad Logic by timholman · · Score: 5, Insightful

    Microsoft is notorious for ignoring customer desires to fix what they have and offering unprompted additions and UI changes.

    Yes, and as so many have pointed out, their history of doing so is now backfiring on them in a big way. And it's not just with Vista, it's with Office as well.

    Case in point - several months ago my department bought upgrade licenses to Office 2008. I was perfectly happy with Office 2004, but I installed Office 2008 because I knew that if I didn't, I wouldn't be able to read whatever new formats that Office 2008 supported. It had happened with every other Office upgrade cycle in my experience - you either upgraded or you'd be unable to exchange documents with your peers.

    But something funny happened this time - I have yet to receive a .docx, .xlsx, or .pptx file from anyone. I have quite consciously chosen to save every document in .doc, .xls, or .ppt "compatibility" format. Everybody I talk to says they're doing exactly the same thing. Everyone now knows the game that Microsoft plays, and no one is willing to play it anymore. I could have stayed with Office 2004 and never noticed the difference. So what motivation will I have to upgrade to the next version of Office?

    If it weren't for Microsoft's OEM licensing deals, Vista would have a tiny fraction of its current market share. XP is "good enough". But Microsoft doesn't push Office onto new machines the way it does Windows, the older Office formats are also "good enough", and you have open source alternatives like OpenOffice if Microsoft tries to deliberately break Office compatibility on the next version. I fully expect Microsoft's Office revenues to take a steep dive in the next few years. The Vista debacle is only the beginning.

  48. Re:Bad Logic by BobMcD · · Score: 1

    Yes, that's all true, but if you don't think chip makers throw up graphs with a curve on them for Moore's Law and use that as a guideline for where they should be in the future, which could be called "following"... you're mistaken. Obviously if the observation continues to hold true, that's only because of the advances in R&D that produce new technology. However those advances come as a result of choices, like how much and what kind of R&D to do, and those choices are themselves driven in part by Moore's Law.

    Precisely. Those choices are key and the Moore's Law expectation absolutely has to factor into it somewhere. My own opinion is that it sets the limit for where they can stop and relax their efforts, internally.

    That's because the industry is already busting its ass to maintain the current exponential trend. For that very reason I'd never take the phrase "following Moore's Law" to mean intentionally limiting technology advancement.

    Given the amount of secrecy in this industry, I'm not certain how you can back this statement up with any fact. My own assumption is that 'they' have developed technology far more capable than what they currently claim to be working on at any given time. I personally believe that what they claim is on the drawing board is actually in prototype, what they claim to be in dev is actually ready for production, and their 'latest and greatest' is already old tech.

    In my mind, this is the only way to sustain this curve - by limiting the release of new technology onto the market until Moore's says that it is time for it.

    Think about it in terms of least-effort: What's easier, to control the rate of release, or to 'bust your ass' keeping up with Usian Bolt?

  49. Re:Bad Logic by jonbryce · · Score: 3, Insightful

    Not really, especially in the days when you had Intel and AMD racing to be the producer of the fastest chip.

  50. Operating versus capital by goombah99 · · Score: 1

    Proof that Moore's law is driven by economics as much as (or even more than) technological discovery/innovation?

    You have a good point that this could be a test of your hypothesis. The purchase of a computer to a company or governement is frequently considered a "capital" purchase. Even though over time, the cost of computing is dominated by the operating cost of software, power, upgrades and IT.

    However since capital is usually scare in organizations it tends to drive acqusitiion decisions. People buying things that they can't easily replace will tend to seek higher perfromance equipment.

    But that may be about to change. things like cloud computing let people push their computer budgets into operating budgets. If they are lucky they might even become "overhead" contracts paid for bythe company rather than by the project.

    So there is a huge incentive now to further comoditize computing to the point where people compete at the bottom of the barrel rather than at the high end.

    Dell has sought to prevent that. For example, you can't buy those el cheapo dell's you see advertised in the back of the sunday paper glossy if you work in the govenrment or a large corporation.

    But the netbooks now are cracking that facade since you can buy those on a gov't contract. dell will have to respond at some point.

    it's a new economics. Will it drive moore's law too?

    --
    Some drink at the fountain of knowledge. Others just gargle.
  51. More is More by Archangel+Michael · · Score: 4, Interesting

    One of the things I learned many years ago, is that computer and computing speed isn't a function of how fast something runs. Rather it is a matter of whether or not you actually run something.

    If computer speeds are twice as fast, and it currently takes you ten seconds to accomplish Task A, and a new computer will allow you to accomplish that same task in 5 seconds .... getting a new computer is not that big of a deal.

    However, if you run Task B, which takes 1.5 hours to complete, and a new computer will run that same task in say 4 minutes (Real world example from my past, log processing), the difference isn't necessarily the 86 minute difference, but rather if and how often you actually run that task.

    It is endlessly amusing to see "real world benchmarks" that run in 3 minutes for most processors, separated by less than 2 x. Or frames per sec. Or ...... whatever.

    When shit takes too long to get done, you tend NOT to do it. If the difference is a few seconds, that is nice and all, and a few seconds may be of interest to "extreme" hobbyists.

    But Real World differences are not marginally decreasing from 300 to 279 seconds. Sorry, but those extra few seconds aren't going to prevent you from running that Task.

    The true measure is not how fast something gets done, but whether or not you actually do the task, because the time involve is prohibitive.

    --
    Agent K: A *person* is smart. People are dumb, stupid, panicky animals, and you know it.
    1. Re:More is More by ianare · · Score: 2, Insightful

      If computer speeds are twice as fast, and it currently takes you ten seconds to accomplish Task A, and a new computer will allow you to accomplish that same task in 5 seconds .... getting a new computer is not that big of a deal.

      Depends on the frequency of the task too. In Photoshop going from 10 to 5 secs for a simple task done often (say noise reduction) is a big deal. Or if an IDE takes 1 vs 2 seconds to load the popup showing class variables/methods. It doesn't sound like a big deal, but when you have to do it hundreds of times a day, believe me, those seconds add up ! I would (and have) gladly upgrade a PC for these kinds of real world improvements.

    2. Re:More is More by Archangel+Michael · · Score: 2, Insightful

      But you don't stop doing those tasks because it takes 10 Seconds. While you do have a valid point, those chunks of time don't stop you, they only annoy you.

      Trust me, you don't know what you DO NOT do because it takes to long to do it. I've seen tasks grow in time, from a minute to 1.5 hours as the logs grow due to increased activity. As the time mounted to process the logs, the less frequently I processed them, often running them over a weekends and evenings because I couldn't afford to process them during the week day.

      Getting a new machine and having that 1.5 hour log processing suddenly become four minutes meant I could process the logs just about anytime I had 4 or 5 minutes to spare.

      It was much easier to find 5 minutes than 1.5 hours.

      --
      Agent K: A *person* is smart. People are dumb, stupid, panicky animals, and you know it.
    3. Re:More is More by gbjbaanb · · Score: 1

      Or if an IDE takes 1 vs 2 seconds to load the popup showing class variables/methods.

      The IDE I use (Visual Studio) used to take next to no time to do everything, and we did without intellisense - we remembered what was what, or looked it up in the header files. Now, it takes 5 seconds to pop the menus, if it pops at all.

      Its not so much that the vastly better hardware I have (1.7Ghz 1Gb v 2x 3Ghz 3Gb) has given me no benefit (except that I *can* run the new versions), but that it simply hasn't made me more productive. Even though I have 3gb RAM I still don't like running more that 3 instances of VS, whereas before I could run 5+ instances without worry and debug using 3 of them simultaneously. I'd never dream of doing that now.

      As you get more information presented to you, you just stop trying to think for yourself (I know many people say that frees you to think of other things, I'm not convinced losing the discipline that used to be required has freed people to just hack code together making them overall less productive).

      On the other hand, going from 10 seconds to 5 seconds in Photoshop is a fair point, but ... a 5 second delay is still long enough to be 'too long' - ie you'd still sit back and wait for the results, so I don't think that's a productivity gain either. Its a bit like vodeo processing where once, you'd do it overnight. Now it takes a tenth of the time... but that's still an hour, so you still end up doing it overnight.

      The software manufacturers have just conned us into buying more of their stuff, and incresed the electricity burden for the environment at the same time. Modern computing should be classed as electronic SUVs.

      We need to get better efficiency, you need to run a 5 year old version of your software, and then your few seconds per task saving on modern hardware would disappear in something that worked so instantly, you'd suffer from productivity overload! :)

    4. Re:More is More by zippthorne · · Score: 1

      Dude, you had a good argument that you added one to many things to. A factor of two improvement is important for any task which takes longer than the human threshold for noticing. Pretty much anything that takes more than 100ms can be improved by making it faster. And a few things that take less than that.

      Your more profound point that anything less than a factor-of-two improvement is practically indistinguishable is getting lost in the noise. Which is ironic because those 1 and 2% differences in speed among certain components are also a kind of noise when you're trying to spec out a new system.

      ianare was talking about 1.5 to 5 hour improvements, too. Just his 5 hours was spread over thousands of small tasks throughout the day. It doesn't make it any less of a productivity hit.

      --
      Can you be Even More Awesome?!
  52. Re:Bad Logic by jonbryce · · Score: 1

    Wasn't NT4 faster than NT 3.51? Or at least, it had lower memory requirements.

  53. Re:Bad Logic by jawtheshark · · Score: 1

    Wow.... Okay, any conspiracy theorists on that one? :-P

    --
    Ahhh...the great dumpster continuum. Many a free computer will be found there. -- sowth (748135)
  54. It's funny, but it's also true. by khasim · · Score: 1

    A previous company I worked for would lease their workstations for 3 years. That did mean that they were constantly paying for computers ... and rolling out new boxes.

    But there weren't many problems with the HARDWARE during those 3 years.

    As they started keeping the workstations longer, there were more problems with the hardware AND there were problems with replacing the hardware that broke. Which was leading to a non-uniform desktop environment. It's more difficult to support 100 different machines with 100 different makes / models, etc than it is to support 100 identical machines.

    1. Re:It's funny, but it's also true. by martin-boundary · · Score: 1

      Hardware is only one half of the equation. The other half is software, which tends to break when parts of the operating system are upgraded. This is why many companies do not keep their hardware current - because new hardware implies that the software must also be updated/current, which introduces breakage in mission critical systems. The sweet spot seems to be to keep the hardware about 4 years old, ie the length of a typical upgrade cycle. Longer or shorter causes problems.

  55. Hardware and Software by rijrunner · · Score: 1

    The reality is that hardware has pulled so far ahead of software, it will be years before we exploit out current level of technology to its capacity.

        We have some apps that don't understand how to task between CPU's. (We have some OS's that barely grasp that). We have applications that were designed in a time of 16 bit machines and fairly low limits on memory that have been patched and slowly moved along when they really need a completely new architecture underneath now to function well. We have some software companies that have pressed the limits in terms of graphics or number crunching, but that has not had time to diffuse through the overall industry.

        Within a few years, we will have computer architectures that have an arbitrary number of processor cores and no real apps to handle that. We have a lot of stuff that was in enterprise level boxes that have worked their way down into desktops and laptops.

        How about we get some balance back. The current technology has been barely scratched in terms of its capabilities.
     

  56. Re:Bad Logic by jonaskoelker · · Score: 1

    [...]If so, it will be the first version of Windows that makes computers run faster than the previous version.

    Aside from how ridiculous that statement sounds to me ("Vista makes your computer run faster?")

    • Order your computer to perform some task, and note the time
    • Wait for the task to finish, observe the time
    • Compare the difference between the two times to a measured difference on another system
    • Conclude that one system makes your computer perform tasks ("run faster") than the other

    Of course ${OS} ${VERSION} won't bump your CPU cycle frequency or increase your cache size.

    But if one OS performs tasks in less time than another, if one thinks of "the computer" as an (OS, hardware) bundle, it does make the computer run faster.

    Is it really that ridiculous?

  57. Re:Bad Logic by AKAImBatman · · Score: 1

    The complexity for minimum component costs has increased at a rate of roughly a factor of two per year

    Translation: The number of transistors doubles.

    I said nothing about "power". Those are your words, not mine.

  58. And this is new? by nick_davison · · Score: 1

    The first 486 I got my hands on came with a $5,000 price tag.

    My first Pentium came in, well spec'd, around $2,500.

    The PCs I was building for myself ran about $1,500 five years ago and the last one was down around $1,100 - all "mid-range" machines, capable of playing the latest games in fairly high quality and reasonably functional for at least 18 months to 2 years.

    Since a little after that Pentium, the systems I see more casual friends buying have dropped from few people buying $3,000 laptops to a fair number of people getting $2,000 laptops to most of them having $1,000 laptops, to $699 Circuit City or BestBuy "deals" to $300 netbooks.

    When Moore came up with his law, in the mid 60s, what was the single cheapest usefully functional computer you could buy? I wasn't buying then but I'm guessing several hundred thousand dollars and it took up half the room. From day one, people have been trading processor cycles for cost.

  59. Moore's law is already busted by Renegade+Iconoclast · · Score: 1

    Adding transistors doesn't matter, it's the software that matters.

    Multi-CPU machines can only be as efficient as the software that drives them, and right now, the interaction between the hardware and software is complex and poorly understood by engineers (or at least, normal programmers like myself). There's a lot of unnecessary experimentation involved in getting something to utilize the hardware efficiently, because it's very much an exercise left to the reader (though I'd be pleased to be proven wrong with a kickass resource).

    Many applications just use one of your 8 cpus. In fact, Moore's law has already been busted, because computers have not gotten faster, they've just gotten more chips.

    I expect a huge paradigm shift in programming to take advantage of now ubiquitous multi-CPU systems, but it hasn't happened yet, not even close.

  60. what Microsoft Giveth by Matey-O · · Score: 1

    Flash taketh away.

    --
    "Draco dormiens nunquam titillandus."
  61. Rant against Moore's law by Anonymous Coward · · Score: 0

    Ok this has always annoyed me so it's time to finally rant about it.

    As I see it, this guy Moore, who seems like a fine guy otherwise, has been made utterly FAMOUS for, well, stating the fucking obvious! "Computer speeds will double every year" is about as clever an observation as "human population will increase every year" (with similar limitations). In fact, whenever you talk about population increase, would you start referring to it as "AC's Law"? That would make me happy and have a nice irony to it.

    Ok, I suppose it helps that he co-founded Intel or whatever.

    Thatisallthankyou.

  62. Actually by rgviza · · Score: 1

    by Gordon Moore that the amount of computing power available at a particular price doubles every 18 months

    -------------
    BZZZZ wrong answer
    Moore's original law states that: the number of transistors we are able to pack into a given size of silicon real estate inexpensively, doubles every 18 months. He changed this prediction to every 2 years in 1975, which bolstered the perceived accuracy of his prediction.

    Number of transistors for a particular price is a moving target which is entirely dependent on the supply and demand of said silicon, how much the R&D for the die cost, perfecting the process, how much waste there is etc etc etc. This is a subtle, yet very important, distinction.

    You can pay $1200 for a bleeding edge CPU, or you can wait a few months and pay $400.

    While the raw silicon has a relatively stable price, the process and it's requirements are a variable cost which is depreciated over the life of the process. This is why finished retail CPUs drop rapidly in cost over time.

    The r&d and manufacturing cost per unit area actually goes up over time.

    -Viz

    --
    Don't kid yourself. It's the size of the regexp AND how you use it that counts.
    1. Re:Actually by mfnickster · · Score: 1

      Moore's original law states that: the number of transistors we are able to pack into a given size of silicon real estate inexpensively, doubles every 18 months. He changed this prediction to every 2 years in 1975, which bolstered the perceived accuracy of his prediction.

      Close, but he never originally stated it as a law, just as an observation - and he said it doubled every year, not every 18 months. Someone else dubbed it "Moore's Law" years later.

      http://en.wikipedia.org/wiki/Moore's_Law#History

      --
      "Slow down, Cowboy! It has been 3 years, 7 months and 26 days since you last successfully posted a comment."
  63. Re:Bad Logic by ickpoo · · Score: 1

    I don't know about that.

    My experience is this: I have Office 2003, I get docx files regularly, I open them, Word says something about potential formatting errors, and I ignore Word's warning. I do think that the first time I encountered one of these files there was a rather lengthy download.

    --
    I am not a script! .Sig?
  64. Hanlon's by gmuslera · · Score: 1

    Dont attribute to malice what can be adequately explained by stupidity. Maybe Windows 7 is faster and use less resources than Vista because their engineers didnt figured how to be slower and require even more resources. You need real talent for that.

  65. Kolmogorov Programming by Baldrson · · Score: 1
    If I were in Ray Ozzie's shoes I would apply something like the The Hutter Prize for Lossless Compression of Human Knowledge to the entirety of MS's software suite. This, of course, requires making a rigorous spec for testing purposes.

    Make the engine, upon which the winning succinct byte code runs, a new W3C standard browser programming language (or at least virtual machine) and reduce the Microsoft OS CD to those components required to create a web-delivered application platform using the winning engine. Such an engine would, of course, have some features that dynamically encached expansions (and/or "memoizations") similar to the Hotspot optimization technology that originated with the Self programming language (and was later adopted by Sun's Java Virtual Machine). Hence it would make sense to have the OS CD contain a partially pre-expanded/optimized code base.

    Then, for delivery of software services to pre-existing platforms, create a legacy port of the services code to pre-existing W3C standards like XForms implemented in a downloadable ECMAScript Client/SOA library in a manner similar to the way TIBET(tm) does. The idea is to go "Live", ie: web-delivered, with a fundamentally new W3C base (whatever engine won the prize) but support legacy W3C environments for migration.

    Again, this prize-oriented strategy would, of course, require a rigorous specification of the software services so the testing could be largely automated.

    This approach addresses Microsoft's 2 biggest problems deriving from the same fundamental reality: Everyone has needed their OS to interoperate with the bulk of the information industry.

    The first problem is ethical and really goes beyond the scope of my professional opinions to my public opinions about the support of property rights. Suffice to say, I have no trouble with someone who goes after a natural monopoly position and succeeds. I have a problem with someone who then refuses to use that position of success to fix the bug in the society that made them inordinately rich and their technology inordinately influential.

    The second problem is technical, which is what my argument here is really all about.

    Basically Microsoft's code bloat problem derives from its monopoly position. This may seem like a truism since all of the software "profession" suffers from code bloat, but only Microsoft can take this to monopolistic proportions -- proportions that make Ma Bell's monopolistic complexities of yore look Spartan.

    So Microsoft has this problem and it has many programmers (contributing to the code-bloat problem). It also has mountains of cash.

    So how can Microsoft bust its own monopoly position turning its many programmers (many newly laid off!) and mountains of cash into succinct code?

    Monetary Incentives for the Programmers. For example, the original idea for the Hutter Prize was:

    S = size of uncompressed corpus
    P = size of program outputting the uncompressed corpus
    R = S/P (the compression ratio).

    Award monies in a manner similar to the M-Prize:

    Previous record ratio: R0
    New record ratio: R1=R0+X

    Fund contains: $Z at the time of the new record
    Winner receives: $Z * (X/(R0+X))

    Something similar can be done with the size of the binary that passes the entire suite of tests for Microsoft's software suite.

    What happens very rapidly is the programmers first apply their skills to maximally refactoring. What falls out is a series of legacy API layers written atop a tight core.

    They'd have to spend more money on code testing to verify the compressed code-bases of the competing teams actually worked to spec but the results should be quite gratifying.

  66. Switch to Ninnle... by Anonymous Coward · · Score: 0

    ...and you'll find that your system resources will be used efficiently and seamlessly. The installation is easy and NinWM can be configured to perfectly emulate a Win desktop with just a few clicks. So why look any further...highly efficient and fast computing is here NOW...with Ninnle Linux!

  67. Re:Bad Logic by mobby_6kl · · Score: 3, Informative

    If you only installed Office 2008 for the new file formats, you can wipe it and go back to whatever ancient version you were using, as there are updates available which add support for the new xml based format. Obviously the old binary format must be so much that I'm not sure what my point was any more.

  68. Re:Bad Logic by ShieldW0lf · · Score: 1

    Not really, especially in the days when you had Intel and AMD racing to be the producer of the fastest chip.

    Yeah, right. I remember a time they improved their process, and it sped things up too much, so they switched to a different architecture that would slow things back down. It was the P4. Then, after a while, they couldn't make that dog's breakfast architecture perform even with the improved fabrication. So, they switched back to their previous architecture. That's what we're buying now... P4 era fabrication technology with a slightly polished P3 architecture.

    --
    -1 Uncomfortable Truth
  69. More than Moore('s law) by fuzzyfuzzyfungus · · Score: 4, Insightful

    While I can see the desire for cheaper rather than more powerful, I do wonder how much of the power/price tradeoff curve actually makes sense. Traditionally, the very high end of the curve makes very limited sense, since it is the nightmare world of low yields, early adopter taxes, and super critical enterprise stuff. In the middle, the power/price curve tends to be roughly linear; before gradually becoming less favorable at the bottom, because of fixed costs.

    As long as a processor, say, has to be tested, packaged, marked, shipped, etc.(which costs very similar amounts,whether the die in question is a cheap cutdown model or a high end monster) there is going to be a point below which cutting performance doesn't actually cut price by any useful amount. Something like the hard drive is the same way. Any drive has a sealed case, controller board, motor, voice coil unit, and at least one platter. Below whatever the capacity is of that basic drive, there are no real cost savings to be had(incidentally, that is one of the interesting things about flash storage. HDDs might be 10 cents a gig in larger capacities; but that doesn't mean that you can get a 4gig drive for 40 cents, I had a quick look, and you can't get anything new for under about $35. With flash, you might be paying 100 cents a gig; but you pretty much can get any multiple you want).

    Cost, overall, is gradually being whittled down; but, once all the low hanging super high margin products are picked off, there is going to be a point past which it simply isn't possible to exchange price for performance at any reasonable rate. Used and obsolete gear offers a partial solution(since it can be, and is, sold below the cost of production in many cases) but that only works if your needs are small enough to be fulfilled from the used market.

  70. Re:Bad Logic by CaptCovert · · Score: 3, Insightful
    There are a few things you're not considering here, though:
    1. The Open Office XML format (.docx, .pptx, .xlsx, etc) is the default behavior for Office 2008, and while those of your department may trade docs now in that format, sooner or later, people will get lazy and start creating docs in the newer format.
    2. If you do any document transfers with other companies, eventually, you will see the dreaded .docx. What will you do then?

    I'm not even going to get into the number of FOSS-based companies you leave in the cold by hanging onto .doc and the proprietary document format that it represents instead of using the freely available OOXML specification.

  71. Performance Race is Shifting Towards Perf. / Watt by Peepsalot · · Score: 4, Insightful

    In recent years not only has CPU performance been increased, but the efficiency in terms of power consumption per unit of work has greatly improved.

    Even if the majority of users begin realize they have no practical use for top end CPUs with gobs processing power, everyone still benefits from higher efficiency CPUs. It reduces electric bills, simplifies cooling systems, allows for smaller form factors, etc. I think in the future the power efficiency will become more important as people start to care less about having the ultimate killer machine in terms of processing power. People are already performing actions on their mobile devices(iPhone, Blackberry, etc) which were possible only on a desktop in past years. The strict power requirements of these devices with tiny batteries will continue to demand improvements in CPU technology.

    I'm waiting for the day when it is common to see completely passively cooled desktop computers, with solid state hard disks, no moving parts, sipping just a few watts of power without emitting a single sound.

  72. What the world needs ... by pz · · Score: 2, Insightful

    We more-or-less got enough computing power for most things with the introduction of the PIII 1GHz CPU. You might not agree with this, but it's at least approximately true. A computer outfitted with that processor and reasonable RAM browses the web just fine, plays MP3s, reads email, shows videos from YouTube, etc. It doesn't do everything that you might want, but it does a lot.

    If we took the amazing technology that has been used to create the 3 GHz multi-core monsters with massive on-chip cache memory in a power budget of 45W or so in some cases, and applied it to a re-implementation of the lowly PIII, we'd win big. We'd get a PIII 1GHz burning a paltry few watts.

    And this is precisely why chips like the Intel Atom have been so successful. Reasonable computing power for almost no electricity. We don't necessarily need just MORE-FASTER-BIGGER-STRONGER, which is the path Intel and AMD have historically put the most effort into following, we also need more efficient.

    --

    Put my fist through my alarm clock with its ding-dong death inside my ear. - The Blackjacks.
    1. Re:What the world needs ... by Overzeetop · · Score: 2, Insightful

      Actually, what we need is a massively fast processor which can scale - quickly - to a "slow" processor like the PIII. Most of the time my systems are idle, and I'd be happy with them running at 400MHz if I could do it for a 90% savings in power. When I hit the gas, though, and want to load my ipod with music from my FLAC collection, doing on the fly transcoding, I want both (or all 4, or 8) cores running at 3+GHz, making my file transfer speeds the bottleneck. I don't care if I burn 150W-200W on the processor at those times, as long as it happens quickly.

      I don't use my processor much, but when I use it I want it to be fast. Common apps, like AutoCAD, Adobe Acrobat, and anything processing images, is just painful on my 1.86GHz P4mobile (close to a Core2), but I live with it because I'm too cheap to upgrade. If I could increase the speed by a factor of 5-10, but scale the power back for the 99% of the time I don't need it I could get better battery life and a faster machine. As it is, if I want that kind of speed improvement, I'm looking at a machine which requires a 3lb brick of an AC adapter and an 8lb boat anchor that gets about 2hours of best-case runtime. (Apple's new laptop notwithstanding).

      --
      Is it just my observation, or are there way too many stupid people in the world?
    2. Re:What the world needs ... by Anonymous Coward · · Score: 0

      >1.86GHz P4mobile (close to a Core2)

      laughingelfman.jpg

    3. Re:What the world needs ... by toddestan · · Score: 1

      We more-or-less got enough computing power for most things with the introduction of the PIII 1GHz CPU. You might not agree with this, but it's at least approximately true. A computer outfitted with that processor and reasonable RAM browses the web just fine, plays MP3s, reads email, shows videos from YouTube, etc. It doesn't do everything that you might want, but it does a lot.

      I've got a PIII 1Ghz sitting here with 512MB of ram, and the reason I got it is that it was replaced by it's previous owner because it couldn't play streaming video from the web. Granted, that's probably more to do with the fact that Flash sucks, but that's the way it is. I'll probably be replacing my main computer soon (AMD Sempron 3000) because it can't decode HD resolution h.264 files in real-time. I've noticed that the "minimum" people seem to accept likes to move a lot. If you ask people now what kind of hardware you need for a decent Windows XP experience, they'll probably quote you something significantly more powerful than that P3 with 512MB of ram, ignoring the fact that was a pretty decent machine when XP was released.

    4. Re:What the world needs ... by water-and-sewer · · Score: 1

      Cheers to that! At work I have a newish computer assigned to me by the corp. that does everything I need - it's actually a Pentium M from about 05. But at home I still have on line my PIII 555Mhz (128M RAM) running SUSE 8.2. And I can use it to do everything I do at work. That machine is now 9 years old but I've got updated software on it and a light office suite and I could perfectly easily use it to replace my work machine.

      AutoCAD amazes me. I used to use it in '97 on a Pentium I, and in '95 I used it on a 386. How have its memory and processor requirements inflated so much?

      --
      If this were Usenet, I'd killfile the lot of you.
    5. Re:What the world needs ... by Kentari · · Score: 1

      When I hit the gas, though, ...

      And thus the Turbo button returned

    6. Re:What the world needs ... by Anonymous Coward · · Score: 0

      Actually, what we need is a massively fast processor which can scale - quickly - to a "slow" processor like the PIII.

      Eh, what? What CPU produced today can't scale its frequency on-the-fly?

  73. That's the second time this week... by benjamindees · · Score: 2, Funny

    This new phenomenon of people praising Windows ME on Slashdot is really beginning to worry me.

    --
    "I assumed blithely that there were no elves out there in the darkness"
  74. The Microsoft Factor by Jiro · · Score: 1

    The original Slashdot article (and the original Economist article) got so close, but missed it: the reason we won't have cheaper computers is Microsoft. It glosses over it by mentioning that Microsoft wants its new OS to use fewer resources.

    But the real way that Microsoft is the problem is that Windows licenses are one per computer, and the price of one isn't going down. Decreasing the price of the other components of a PC instead of doubling their power would mean that Windows takes up a larger and larger slice of the PC's total cost. Microsoft would be under pressure to reduce the price of Windows, and they really don't want that....

  75. Not the first by klossner · · Score: 1

    That second linked article doesn't actually say this is the first version of Windows that makes computers run faster, and in fact it's not true. Windows 3.1 ran significantly faster than 3.0.

  76. Re:Bad Logic by swillden · · Score: 2, Interesting

    The Open Office XML format (.docx, .pptx, .xlsx, etc)

    That's the "Office Open XML format". MS was trying to create confusion with OpenOffice.org's format, OpenDocument Format, when they named it but they weren't quite blatant enough about it to call it "Open Office XML".

    I'm not even going to get into the number of FOSS-based companies you leave in the cold by hanging onto .doc and the proprietary document format that it represents instead of using the freely available OOXML specification.

    I wonder how well F/LOSS suites handle MSOOXML at this point. They seem to handle the old proprietary formats just fine, and given the nature of the freely-available MSOOXML spec, it's not unlikely that they haven't implemented all of it yet.

    --
    Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
  77. Leveling off == very bad for Microsoft by IGnatius+T+Foobar · · Score: 4, Interesting

    This is dangerous territory for Microsoft to be in. Levelling off of computer power means that buyers are getting off the upgrade treadmill -- they're not buying new computers every couple of years. Preloads on new computers are where Microsoft makes the bulk of their Windows sales.

    To make matters worse, without constant upgrades, Microsoft and ISV's can't count on new API's becoming widespread anytime soon, so they have to write applications for the lowest common denominator. This prevents Microsoft from forcing its latest agenda onto everyone -- and even worse, it could potentially provide the WINE team enough time to reach feature parity with Windows XP. (Spare me the lecture, have you tried WINE lately? It's surprisingly good these days.)

    All in all, Microsoft is being forced to stand still in a place where they can't afford to. Commoditization sucks when you're a monopolist, doesn't it?

    --
    Tired of FB/Google censorship? Visit UNCENSORED!
    1. Re:Leveling off == very bad for Microsoft by 0123456 · · Score: 1

      "Levelling off of computer power means that buyers are getting off the upgrade treadmill -- they're not buying new computers every couple of years."

      Personally I'm probably going to buy 3-4 new computers this year _because_ of the drop in price and increase in performance per watt; I can build a server and a couple of desktop systems for the cost and power consumption of a single Pentium-4 desktop five years ago.

      Of course at most one of those will be running Windows; there's not much room for a $200 operating system on a $250 PC.

  78. Whoever wrote this article is a retard by Latinhypercube · · Score: 0, Redundant

    Netbooks Intel Atom processor blah, blah, blah...

  79. Re:Bad Logic by PitaBred · · Score: 1

    I dunno... even here in the US I was taught that it was 9.8m/s^2

  80. tail wagging dog by roc97007 · · Score: 2, Interesting

    > [windows 7 same as] Vista, but to run faster and use fewer resources. If so, it will be the first version of Windows that makes computers run faster than the previous version. That could be bad news for computer-makers, since users will be less inclined to upgrade only proving that Moore's law has not been repealed, but that more people are taking the dividend it provides in cash, rather than processor cycles.

    I think this somewhat misses the point. People are less likely to buy new hardware in an economic downturn. It doesn't really have anything to do with whether the next version of Windows drives hardsware sales, as previous versions have done.

    If Windows 7 really "runs faster with fewer resources" than Vista, (I'm hopeful, but this won't be established until it's actually released) then it could be that Microsoft is recognizing the fact that they will get more over-the-counter purchases if they make it more likely to run on legacy hardware. Else, people will just stick with what they have. It's the economy, not Microsoft, that's the main driver.

    I am actually hopeful that we've broken the mindless upgrade cycle. I'm sorry it took a recession to do it.

    --
    Oliver's law of assumed responsibility: If you're seen fixing it, you will be blamed for breaking it.
  81. Re:Bad Logic by alexborges · · Score: 2, Informative

    ooo 3 reads them perfectly as far as ive seen.

    --
    NO SIG
  82. Your Sig by foo+fighter · · Score: 0, Offtopic

    --
    I used to get ~20 analog stations (Baltimore, Harrisburg, Philly). Now I get 3 digital stations. This is a better???

    In my area, we used to get 3-4 analog stations and now get 8-9. Plus the picture and sound are markedly improved on all of them.

    --
    obviously no deficiencies vs. no obvious deficiencies
    1. Re:Your Sig by commodore64_love · · Score: 1

      What's your zipcode? When you say 8-9 digital "stations", do you actually mean channels, because it's not the same thing.

      Also I question your claim of only getting 3-4 analog. Of course one difference is that I'm willing to watch fuzzy analog stations, since I enjoy watching the Eagles or the Ravens through long-distance reception. You might have counted those stations as "not watchable" whereas I consider them very watchable, because a fuzzy football game is better than no game. Thanks to DTV I am now cut-off from seeing these teams, and I am Not happy about it.

      TVfool.com shows that my situation, although extreme, is not that strange. The average American will lose 3 stations after the February 18 shutdown, moving from approximately 15 analog to just 12 digital.

      --
      "I disapprove of what you say, but I will defend to the death your right to say it." - historian Evelyn Beatrice Hall
  83. Re:Bad Logic by hemp · · Score: 1

    The binary formats (eg. .xlsb) are incompatible with earlier versions of office (and create a smaller file).

    --
    Skip ------ See the latest from http://www.anArchyFortWorth.com
  84. Re:Bad Logic by bladesjester · · Score: 1

    Not to be overly pedantic in this thread on semantics, but... 14ft/sec^2??

    That's how they used to teach it in schools before the big switch to metric. In fact, it's still the way that my father says it.

    --
    Everything I need to know I learned by killing smart people and eating their brains.
  85. Sometimes it is good. by Ungrounded+Lightning · · Score: 1

    Continually making the same thing for less money is not a very good business model.

    Sometimes it is a good model. If you can achieve adequate margins and sell a lot more of it, you end up making more money.

    When supercomputer-level power cost multiple millions, only a few sold. Now it costs dollars (in the form of GPU chips in video adapters) and a LOT of those are sold. Which makes more money for the manufacturers?

    This is encoded in a snappy saying:

    "Fast nickels are better than slow dimes."

    --
    Bantam Dominique roosters crow a four-note song. Once you've heard it as "Happy BIRTHday" you can't NOT hear it that way
    1. Re:Sometimes it is good. by the+eric+conspiracy · · Score: 1

      Intel makes a lot more money than the GPU manufacturers.

  86. Re:Bad Logic by youngdev · · Score: 0

    Damn, I always thought moore's law was that Michael Moore's intelligence decreases linerally each time he opens his mouth and exponentially each time he makes another movie.

    Who knew it had something to do with the tv/piano combo box.

  87. What has changed really? by w0mprat · · Score: 2, Interesting

    I agree that the shift will is towards smaller cheaper more energy efficiency and ubiquitous computers. However it doesn't necessarily follow that computers won't get faster and software to make use of it. Moore's inacurately named Law is still holding true at the bleeding edge, driven by gaming, content creation and research. What we are getting is a growing gap between the lowest end and the highest end. The high end will become a smaller slice of revenue for sure.

    For chip manufacturers little will change, performance per watt and cost/die/wafer require the same thing: ever smaller transistors that use less power per iteration. It's the same thing. So in reality Moore's Observation is still iterating unchecked, it's just the end packaging that will be different.

    Instead of dozens of billion-transistor multicore behemoths from a wafer, they will get hundreds of tiny cut-down processors with a lower transitor count.

    Now, it's been shown the latter which is a more profitable approach.

    --
    After logging in slashdot still does not take you back to the page you were on. It's been that way for 20 years.
  88. Re:Bad Logic by Moridineas · · Score: 1

    Am I missing something?

    If we're talking about gravity "g" -- 9.8 m/s^2 / meters per second squared. That equals ~32 ft/s^2 / feet per second squared, and not 14 ft/s^2?

  89. Related trend: Nettops by Anonymous Coward · · Score: 0

    When my old computer broke I bought a new one which is actually less powerful than the machine it replaced.

    However, it is also much smaller, very affordable, consumes up to 90% less energy, and is almost perfectly quiet during operation.

    I am talking about the ASUS Eee Box. I love my new computer and I plan to stick with such "nettops" in future. Obviously it is not an option if you want to play 3D games (very weak graphic chips), but that's not an issue for me.

  90. Re:Bad Logic by bladesjester · · Score: 1

    Sorry about that. I've been dealing with a lack of electricity for the last few hours coupled with digging things out of close to a foot of snow and ice. I think my brain is a little frozen lol

    --
    Everything I need to know I learned by killing smart people and eating their brains.
  91. Re:Bad Logic by Anonymous Coward · · Score: 0

    Is this Thomas Moore some cousin of Gordon's? As long as credit stays in the family, I'm sure everyone is happy.

  92. Well, on MY system... by mengel · · Score: 1

    $ ls -l /bin/more
    lrwxrwxrwx 1 root root 13 Jan 28 15:17 /bin/more -> /usr/bin/less

    So on my box, less is more...

    --
    - "History shows again and again how nature points out the folly of men" -- Blue Oyster Cult, 'Godzilla'
    1. Re:Well, on MY system... by morgan_greywolf · · Score: 1, Informative

      Nope. That's a symlink. less is 'symlinked' to more. If it were a hard link, then 'less is more' would literally be true.

    2. Re:Well, on MY system... by Bigbutt · · Score: 1

      Technically more is less.

      [John]

      --
      Shit better not happen!
    3. Re:Well, on MY system... by FlyingBishop · · Score: 1

      Entering the command less is equivalent to entering the command more. Ergo, less is more.

      I think you might want to check the spec for 'is.' Each implementation has a lot of leeway on what it can do.

    4. Re:Well, on MY system... by MicklePickle · · Score: 1

      I disagree. On YOUR system more is actually less.

      --
      -- main(s){printf(s="main(s){printf(s=%c%s%c,34,s,34) ;}",34,s,34);} $p='$p=%c%s%
    5. Re:Well, on MY system... by Moridineas · · Score: 1

      Well, according to the man page..."less - opposite of more" ;)

  93. Re:Bad Logic by MobyDisk · · Score: 1

    double transistor density each month

  94. Re:Bad Logic by commodore64_love · · Score: 1

    >>>I said nothing about "power". Those are your words, not mine.

    I never said you did. I was talking to the general audience, not just you, and the general audience typically misquotes Moore's Law as "Computing power".

    --
    "I disapprove of what you say, but I will defend to the death your right to say it." - historian Evelyn Beatrice Hall
  95. Re:Bad Logic by Moridineas · · Score: 1

    That's an interesting way of looking at it...you honestly believe that Intel deliberately designed a slower architecture (spending billions in the process) just for the hell of it?

    The Pentium4 architecture was designed to be able to ramp up to incredibly high GHz ratings. This worked to a degree, but failed to live up to what Intel wanted. We've seen, what, 4GHz Pentium4s? Intel wanted twice that... Everything about the Pentium4--for instance it's deep pipeline--was designed for this kind of scalability. Long story short, it didn't pan out. Performance per-MHz was not as good as expected, and they couldn't ramp up the MHzes fast enough either.

  96. Re:Bad Logic by AKAImBatman · · Score: 1

    Fair 'nuff. It wasn't clear from your post that it was not intended to be a direct response.

    Though if there's anywhere on the public Internet that Moore's law is well understood, Slashdot is it. :-)

  97. Or that history repeats itself by Moraelin · · Score: 5, Insightful

    Well, actually it's just proof that history repeats itself. Because this thing has happened before. More than once.

    See, in the beginning, computers were big things served by holy priests in the inner sanctum, and a large company had maybe one or two. And they kept getting more and more powerful and sophisticated.

    But then it branched. At some point someone figured that instead of making the next computer which can do a whole megaflop, they can do a minicomputer. And there turned out to be a market for that. There were plenty of people who preferred a _cheap_ small computer, than doubling the power of their old mainframe.

    You know how Unix got started on a computer with 4k RAM, which actually was intended to be just a co-processor for a bigger computer? Yeah, that's that kind of thing at work. Soon everyone wanted such a cheap computer with a "toy" OS (compared to the sophisticated OSs on mainframes) instead of big and powerful iron. You could have several of those for the price of a big powerful computer.

    Then the same thing happened with the micro. There were plenty of people (e.g., DEC) who laughed at the underpowered toy PCs, and assured everyone that they'll never replace the mini. Where is DEC now? Right. Turned out that a hell of a lot of people had more need of several cheap PCs ("cheap" back then meaning "only 3 to 5 thousands dollars") instead of an uber-expensive and much more powerful mini (costing tens to hundreds of thousands.)

    Heck, in a sense even multitasking appeared as sorta vaguely the same phenomenon. Instead of more and more power dedicated to one task, people wanted just a "slice" of that computer for several tasks.

    Heck, when IBM struck it big in the computer market, waay back in the 50's, how did they do it? By selling cheaper computers than Remington Rand. A lot of people had more use for a "cheap" and seriously underpowered wardrobe-sized computer than for a state of the art machine costing millions.

    Heck, we've even seen this split before, as portable computers split into normal laptops and PDAs. At one point it became possible to make a smaller and seriously less powerful PDA, but which is just powerful enough to do certain jobs almost as well as a laptop does. And now it seems to me that the laptop line has split again, giving birth to the likes of the Eee.

    So really it's nothing new. It's what happens when a kind of machine gets powerful enough to warrant a split between group A who needs the next generation that's 2x as powerful, and group B which says, "wtf, it's powerful enough for what I need. Can I get it at half price in the next generation?" Is it any surprise that it would happen again, this time to the PC? Thought so.

    --
    A polar bear is a cartesian bear after a coordinate transform.
    1. Re:Or that history repeats itself by Al+Al+Cool+J · · Score: 2, Funny

      Or in other words, All this has happened before and will happen again. I believe that's Ronald D Moore's Law

    2. Re:Or that history repeats itself by Anonymous Coward · · Score: 0

      Heck! (Just for good measure.)
       
      :)

    3. Re:Or that history repeats itself by simplerThanPossible · · Score: 1

      This is "disruption".

      It's one way companies can fail, even if they are well-run. Its developer, Clayton Christiansen, was motivated by DEC's demise.

      He studied disruption mainly in the HDD market, which went 16", 8", 5¼", 3½", etc. The bigger drives have greater capacity... but new markets valued other factors more (e.g. physical size, shock-proof in laptops). Over time, those smaller drives improved in capacity until they were also good enough for the original market. (NB: the physically bigger drives had even bigger capacity - but it was more than could be used). And now, SSD and USB drives are disrupting HHD.

      Today, people say we need multi-core to get higher performance. True. But what if that higher performance isn't needed? Wii outsells PSX3. Netbook outsells Laptop. etc.

      (1). Netbooks were already immensely popular even before the recession (the recession will only help them).

      (2). Netbooks use slow single-core CPUs. e.g the first eee PC was 900MHz. They are far from maxing out the performance of single-core.

    4. Re:Or that history repeats itself by UBfusion · · Score: 1

      Continuing your line of arguments, and taking into account the convergence of technologies, we could extrapolate that in say 10 years all that will be left gadgetwise would be one or two brands of an smartphone-like device that serves as a netbook, a phone, an mp3 player, a gps, a camera and a projector (the latter as a substitute of a big monitor).

      Currently, smartphones are about twice the price of a netbook, and their prices tend to be stable, because they keep adding new functionalities and more RAM. Gradually the prices will start falling and they will start getting a share from netbooks.

      All commodities under competition follow an S-curve (Theodore Modis, "Predictions"

  98. Re:Bad Logic by geekoid · · Score: 3, Informative

    Actually, it's called Moore's law because he plotted it in his 1965 paper while at Fairchild semiconductor.

    specifically:
    "The complexity for minimum component costs has in
    creased at a rate of roughly a factor of two per year (see graph on next page). Certainly over the short term this rate
    can be expected to continue, if not to increase. Over the
    longer term, the rate of increase is a bit more uncertain, although there is no reason to believe it will not remain nearly
    constant for at least 10 years. That means by 1975, the number of components per integrated circuit for minimum cost
    will be 65,000.
    I believe that such a large circuit can be built on a single
    wafer."

    "CPU manufacturers have so much extra space on which to work that they can fit 2-4 CPU cores on a single die and STILL produce a smaller chip than the last generation."

    Either you put that poorly, or you have no idea how a fab works.
    There is no extra space.

    --
    The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
  99. Re:Bad Logic by AKAImBatman · · Score: 1

    Ah, hell. I apparently can't win today. :-P

  100. Re:Bad Logic by ShieldW0lf · · Score: 1

    That's an interesting way of looking at it...you honestly believe that Intel deliberately designed a slower architecture (spending billions in the process) just for the hell of it?

    No, I believe they designed a slower architecture so they could make billions of dollars and drive their product into immediate obsolescence and make billions of dollars more so they could drive their production into immediate obsolescence and make billions of dollars more so they could... ah hell, you get the idea.

    Why are you so sure they didn't do this?

    --
    -1 Uncomfortable Truth
  101. Re:Bad Logic by DragonWriter · · Score: 1

    In the next sentence, you state correctly that Moore's "Law" is an observation not a law!

    On definition of "law" is "a generalization based on consistent experience or results"; this is a particular kind of observation, the precise kind, in fact, that Moore's Law was when it was formulated.

  102. Sure but.. by Anonymous Coward · · Score: 0

    .. ELIZA sure looks better now.

  103. My MacBook will hold me for years by mrraven · · Score: 1

    I suspect my MacBook already 2 years old will hold me down for another 4 years, including running XP fast enough to play the old school games well enough for me to be satisfied. I also can edit video, use photoshop on large images, do web development, and run Ubuntu on another virtual machine Note that I got this computer used of Craigs list.

    If you had told me me in 2000 I'd be buying a used notebook computer and holding onto for 5+ years I would have laughed in your face. Good for me, and the environment. And for the computer manufacturers? Not so much...

    --
    Tired of all the isms, don't exploit people as an employer, or a government, mmmmK?
  104. Re:Bad Logic by Fulcrum+of+Evil · · Score: 1

    His original statement has not held true.

    Sure it did. His original statement was an observation, not a prediction.

    --
    "We returned the General to El Salvador, or maybe Guatemala, it's difficult to tell from 10,000 feet"
  105. Software subscriptions are NOT "good enough" by macraig · · Score: 1

    So paying some corporation EVERY MONTH for my software, aka "web app", is now suddenly somehow cheaper and more practical just because of a recession? WTF? It's entirely the reverse! That's why software publishers are so eager to sucker people into using web apps aka software-by-subscription: they want the extra profits it will bring.

    Web apps are to software publishers what fries-and-a-coke are to fast food: PURE PROFIT.

    Folks, you do SEE what they're doing here? They're now trying to use the recession, in a perverse twist of logic, to sell you on the notion of software subscriptions! Take Nancy Reagan's advice, and "JUST SAY NO." Please, don't give in and ruin it for the rest of us.

    1. Re:Software subscriptions are NOT "good enough" by Sique · · Score: 1

      The software update cycle is nothing else than another type of "software subscription". You got "upgrade versions" at a discount, which amounts to a software subscription with a fee for regular updates.

      I remember an article here on slashdot, where the author was separating the "service part" (upgrade discounts, bugfixes) and the "actual price of the base version", and he came to the conclusion that most of the price (if I remember correctly about 75%) for Microsoft Office was indeed a upfront payment for future services, e.g. some kind of service fee.

      The software subscription as discussed here is the same, only differently packaged, and you don't need to pay upfront.

      --
      .sig: Sique *sigh*
    2. Re:Software subscriptions are NOT "good enough" by macraig · · Score: 1

      Your analysis is very poor. You can choose to OPT OUT of a traditional one-time upgrade if it doesn't provide changes or new features that are relevant to your use of the software, and simply wait to purchase a later major version that does contain changes that you value. IN THE MEANTIME, you still have your one-time license agreement that allows you to continue using the version you do have, and which has features that are still useful to you.

      By contrast, you cannot SELECTIVELY opt out of a subscription; it is an all-or-nothing choice: use the software and pay the extortion fee that the subscription represents, or don't use the software AT ALL, period.

      A software subscription fee is tantamount to extortion: it essentially says, "You agree to pay us a revolving fee to fund our continued development efforts, EVEN IF you don't entirely value all the results of that effort." It's software development without the consequences of poor development choices.

      See, with traditional upgrades, you HAD A CHOICE. Not so with subscriptions. Borland Software and others learned this the hard way years ago: many people simply chose to opt out rather than pay for upgrades with features they didn't value.

      Software subscriptions, and their latest incarnations "web apps", are the (remaining) software publishers' response to that consumer reluctance. "Don't wanna pay for our upgrades? Fine, then you don't get to use our software AT ALL."

      You certainly bought their arguments hook, line, and sinker, didn't you? Or are you one of the people who hopes to profit from it?

    3. Re:Software subscriptions are NOT "good enough" by Sique · · Score: 1

      Your understanding of my post is at least as poor ;)

      For a company that just upgraded their office packet for the last 15 years, it was a software subscription with a big payment upfront. And 75% (or something about that, I don't remember the exact figure anymore) of the money paid for the software was for typically subscriptional services: updates and regular bugfixes. If the company had left out any upgrades, it had lost the discount for the software version after that.

      So I was just doubting your statement that software subscriptions are just a new way for software companies (ok, for just one software company) to secure exceptional big profits. It is just the current model with a new label.

      --
      .sig: Sique *sigh*
  106. Shrinking demand for power != cheaper prices by BlendieOfIndie · · Score: 1

    Processors decrease in price as new technology comes out. When a faster processor hits the market it means the old processor becomes "inferior". If Intel stopped increasing the clock frequency/#cores, then the current top of the line equipment would stay at the top, and the price would stay relatively stable.

    Even if the demand for processing power is decreasing, the demand for processors is increasing.
    Don't expect the price of processors to fall anytime soon.

  107. a lot is being pushed to the client by Trepidity · · Score: 1

    You don't have to imagine futuristic AI to think of computationally intensive stuff that's in the process of being pushed to the client. Excel is getting machine-learning and data-mining algorithms added to it, for example, so in future versions you'll be able to not only plot your data, but plot kernel-smoothed versions, cluster it using various clustering algorithms, fill in incomplete labels using, say, SVMs, and so on. A lot of the stuff that statisticians and savvy business analysts do in R now will be things that are standard and expected for a much wider range of people in the future (and R itself is getting more uptake outside of statistics professors).

    Maybe Google will offer a server-side version of that sort of thing for Google Docs, but that would require a lot of processing power on their end.

    1. Re:a lot is being pushed to the client by Jason+Earl · · Score: 1

      The question becomes whether it is easier to add processor power to the servers housing the data or bandwidth to every point on the planet where you might want to access the data.

      Right now, if your data set fits in Excel you don't really have to worry that much about bandwidth. Honestly, I don't see that changing any time soon. R is a much better example. You can crunch datasets with R that are big enough that you definitely want R to be running somewhere "close" to your datastore.

      I happen to think that useful AI is going to be a lot more like the Google model where the bottleneck is the aggregation and access of ridiculously large amounts of information than the Excel example where the bottleneck is client side processing power. Even for problems where Excel fits you are far more likely to run into problems getting your dataset into Excel from whatever server it happens to reside on than run into a situation where you don't have enough processing power to actually compute your spreadsheet.

      Don't get me wrong. Excel is a handy tool, but only if the data set you want to analyze is relatively small, and it is really the interface that makes it nifty. There is nothing that says that the interface *has* to run on the same machine that is doing the calculations and data handling.

      Besides, as fancy as your Excel spreadsheet example happens to sound, I doubt it would take much more processing power than searching the entire internet for documents with a certain set of keywords and then sorting the documents by relevance by calculating the value of incoming links from other pages. This task would be especially difficult if the process it took into account spam, linkfarms, malware sites, and a whole host of other ways of gaming the system. Google does precisely that, generally in less than a second. Nothing that runs on my PC comes even close to doing something as difficult.

      Google has a *lot* of processing power to throw at problems.

  108. Re:Pretty in interfaces by TaoPhoenix · · Score: 1

    I like Pretty interfaces. They take just a little of the drudgery out of work. I design some baroque interface schemes because I like to pretend I'm working on some alien computer out of Star Trek.

    But you hit on the divider line: Colors and Fonts are Cheap. "If it moves, kill it".

    --
    My first Journal Entry ever, in 8 years! http://slashdot.org/journal/365947/aphelion-scifi-fantasy-horror-poetry-webzine
  109. Re:Shiite! by TaoPhoenix · · Score: 1

    Lately they quit waiting for Fast Enough and began adding stuff that made your expensive comp feel like a 486.

    Some trolls were saying "who cares about efficiency" the past couple of years. Now we care. Like that other post elsewhere, we grew into features pretty well. Now it's time to slice the efficiency cake for 2 iterations. Win7 is Polished Vista.

    Let's hear about Windows 8!

    --
    My first Journal Entry ever, in 8 years! http://slashdot.org/journal/365947/aphelion-scifi-fantasy-horror-poetry-webzine
  110. Re:AI by TaoPhoenix · · Score: 1

    Nope. AI is the holy grail, and as such it needs such ridiculously complex resources we still won't be there for a decade.

    We can get SubAI Expert Fragments right now. But there's an entire layer full of meta processing interactive context containers concurrently with the limited task that's going to chew cpu.

    I'd like to say it would need 64 cores with about 1 process per core for 60 cores and 4 cores to manage it all into something useable at the people level.

    --
    My first Journal Entry ever, in 8 years! http://slashdot.org/journal/365947/aphelion-scifi-fantasy-horror-poetry-webzine
  111. Re:Bad Logic by Chris+Burke · · Score: 5, Informative

    My own opinion is that it sets the limit for where they can stop and relax their efforts, internally.

    They can never stop and relax. They're chasing an exponential growth curve.

    Given the amount of secrecy in this industry, I'm not certain how you can back this statement up with any fact. My own assumption is that 'they' have developed technology far more capable than what they currently claim to be working on at any given time. I personally believe that what they claim is on the drawing board is actually in prototype, what they claim to be in dev is actually ready for production, and their 'latest and greatest' is already old tech.

    I've worked at several processor companies with top-of-the-line fab tech, including Mr. Moore's. While my NDAs probably mean I can't tell you anything specific with regard to scheduling, I can tell you without fear of revealing any secrets that you're way off base. They are not sand-bagging with more advanced tech waiting in the wings.

    The only sense in which you are correct is that the 'latest and greatest' thing you can buy is old tech relative to things then under development. That's because there's typically a year give or take (usually give) between receiving the first silicon from the fab in the transistor node the product was designed for and all the validation, bug fixes, and spins on the product before it's ready to be sold. That means the fab tech has to be done and mostly stable by the time you start this process, so go roughly six months back before that where they're making test chips in the new fab to make sure it's working. And development of that fab tech before it's ready to run its first test chip wafer is two or more years before that, with R&D going on for years before that.

    So yeah, when you could buy a 65nm CPU in the store, there may have been a 45nm CPU or just a test chip coming out of a fab somewhere, and a 32nm lithography machine being developed somewhere else, and a lab somewhere working out how 22nm lithography would work. But that's not 'sandbagging' because all of those things were years of serious non-stop development away from becoming products! Keeping on the exponential growth curve means that there has to be a constant pipeline of developments, and this pipeline is quite long.

    And believe me, if they could increase the rate at which those future techs become available for making product, they would. "Sandbagging" means wasting competitive advantage, and wasting money. The machinery in the fabs for each node cost billions of dollars, and they depreciate rapidly. If they had some new tech working flawlessly, but weren't using it in products and just waiting in the wings, they'd be flushing hundreds of millions down the toilet. Time to market is one of the most important things they look at.

    Honestly, if you look at actual press releases and actual product launches, it's much more likely that what they claim is a prototype is really on the drawing board, and what they claim to be ready for production is really still in development -- see the AMD Barcelona for the most recent example. You think they had the Phenom II just waiting in the wings while they got beat up in the press and the market over the launch of Phenom?

    Now this isn't to say that they wouldn't sandbag if it were possible, and to some minor extent they have. When K7 had a big leg up over P3 in frequency headroom, or Core 2 vs aging K8s, sure they held back a little to get more margin on a cheaper part. But we're talking a speed grade delayed by a month or two. Barely noticeable noise on the curve. Actually tracking that curve requires non-stop expenditures and execution of R&D, and any significant slip-up could send a company flat on its face. To slow development on purpose? Ridiculous.

    In my mind, this is the only way to sustain this curve - by limiting the release of new technology onto the market until Moore's says that it is time for it.

    Think about it in terms of l

    --

    The enemies of Democracy are
  112. Captan Obvious strikes again by Qbertino · · Score: 2, Insightful

    It should be obvious, shouldn't it? Our work enviroment of choice has been the Desktop metophor for about 20 years now. Todays computers are powerfull enough to handle very luxurious desktop enviroments. I've basically replaced my very first PC - the first ever ATX bigtower casing, an InWin from 1996, that ways around about a metric ton - with a Mac Mini. 3D wise I even think it's a downgrade, allthough I only have a Geforce 4200 Ti as my latest 3D card in there.

    But, as others here have pointed our allready, it consumes about the tenth of the power, makes almost no noise at all - even now I can barely hear it - and it is like 40 times as small. Meanwhile FOSSnix based systems are only getting better without making computing skills obsolete and making it even more finacially attractive to go for cheap and small.

    The next performance race for most people will only take place after the standards for powerconsumption, size and noise have been raised and met. After that regular computers will be heading for more power again. I presume that next league will stall after a decade again, when 200$ computers the size of my external HDD have reached the power to render photorealistic motiongraphics in real time.

    --
    We suffer more in our imagination than in reality. - Seneca
  113. Re:Bad Logic by drakaan · · Score: 1

    It wasn't faster, but ran better. I read that "windows 7 will be the first version faster than it's predecessor" and thought back to upgrading from Win95 to Win2K pro...performance improved by a (subjective) factor of at least 3.

    --
    "Murphy was an optimist" - O'Toole's commentary on Murphy's Law
  114. Re:GUI by TaoPhoenix · · Score: 1

    No man, GUI was the greatest thing to hit comps since ENIAC.

    I don't ever want to prepare taxes in DOS again.

    --
    My first Journal Entry ever, in 8 years! http://slashdot.org/journal/365947/aphelion-scifi-fantasy-horror-poetry-webzine
  115. People forget economics by tanveer1979 · · Score: 1

    I work in the VLSI field. Over the years I have seen chips from 60nm to 45nm and down to 22nm in the current state.
    Why did tech shrink?
    Because you could do the same function for lesser silicon, i.e. lesser cost.
    From 60nm-45nm etc., the reductions were substantial.
    But around 22nm, if tech is reduced(technology is there), the cost benefit is zilch.
    So you may have a chip 10% smaller, doing the same thing, but it will consume almost same power and cost more.
    So moore's law will actually be broken by 2010,unless something really out of the box is invented.
    As of the current state of affairs, the focus in on 2 things.
    1. Optimization of architechture
    2. Reduction of power.
    The shrinking phenomena is a thing of the past.
    The newer chips will be slightly faster but consume less power and will cost less, thats all, no more hyper speed jumps for now. The party was good while it lasted, now with the current economic state, R&D funding is not what it used to be, so innovation will also suffer for some time

    --
    My Aurora : http://www.youtube.com/watch?v=o91ZsGwJYyg
    FB : https://www.facebook.com/TanveersPhotography
  116. Re:Bad Logic by slimjim8094 · · Score: 1

    Because the P4 architecture sucked. It was crazy fast, but at those speeds they (and we) realized that speed wasn't the only thing. Pretty much right then, the GHz wars stopped. My Core2 Duo at 2GHz runs circles (a dozen times, by my tests, even for single-threaded work) around my 3.2GHz P4.

    I gotta say, your theory is one of the stupidest conspiracy theories I've heard in a while.

    --
    I have developed a truly marvelous proof of this comment, which this signature is too narrow to contain.
  117. Re:Moore's Dividend! by TaoPhoenix · · Score: 1

    I recall a few folks here echoing my aesthetic taste for a comp to run fast and clean by heavily stripping down the junk.

    I'd like to see a modular DLL version of Windows where it doesn't bother to boot the whole OS, but only the parts you need! Then something like UAC will kick in to say "that weird last action requires loading addl components, please wait..."

    (Someone has done this with Linux, but since I don't "speak linux" yet, I am using Windows for my example.)

    --
    My first Journal Entry ever, in 8 years! http://slashdot.org/journal/365947/aphelion-scifi-fantasy-horror-poetry-webzine
  118. Faster Windows, woo hoo. by John+Sokol · · Score: 3, Informative

    > first version of Windows that makes computers run faster than the previous version.

    So now it will only be 10x slower then Linux instead of 100x for the same operations.

    --
    I am always doing that which I can not do, in order that I may learn how to do it. - Pablo Picasso
  119. Re:Bad Logic by PJ1216 · · Score: 1

    The statement never said Vista makes your computer run faster. It says that Windows 7 will do the same stuff as Vista, but run faster and use fewer resources. So they're saying computers with Windows 7 will run faster than computers with Vista. And honestly, Windows 7 is pretty damn sweet in my opinion. I have it running on a couple year old computer and its running the way I'd expect a new computer to run. I honestly think Microsoft will release an OS that will give people a reason to upgrade their old computers... assuming they don't screw it up by release time of course (which is quite possible).

  120. Re:Bad Logic by PopeRatzo · · Score: 1

    How about this:

    The computer industry can make more powerful computers, per Moore's Law, and they can also make (stay with me here) less powerful computers that cost less!

    I know this might be too much for people who are not able to keep more than one idea in their heads at a time (or more accurately, companies that can't keep more than one business model in their heads at a time), but there might actually be room for more expensive computers AND less expensive computers! I know it's a crazy thought, but there might even be room for more than two types of computers (laptop and desktop). I bet there's at least a couple of people who wouldn't mind having a cheap little computer to carry around with them - bigger than an iPhone, but smaller than a 17" MacBook Pro. Even smaller than a Mac Air, maybe, but not so small that you can't type on it.

    I guess we'll just have to wait for Steve Jobs to decide that people want such a thing, so he can charge $1200 for it, but maybe some little company in Viet Nam or Ukraine could figure it out first, and do it for $99. Maybe it wouldn't have the supernatural design mojo of an Apple product, or be something a guy named "Jon" or "Tod (one "d")" would show off at the local cafe, but some little company might make a few bucks off it. Of course, we'd have to bomb them into submission if they did (or if they didn't design it to run Windows)...

    Never mind...

    --
    You are welcome on my lawn.
  121. Re:Bad Logic by AKAImBatman · · Score: 1

    "Space" as counted in gates/transistors for the same amount of silicon. I don't see how that could be misinterpreted in the context of "what to do with all those extra transistors".

  122. Re:Bad Logic by DerWulf · · Score: 1

    Shield, knows your ignorance and foolishness really no bounds or are you just not ashamed anymore?

    --

    ___
    No power in the 'verse can stop me
  123. Re:Bad Logic by Chris+Burke · · Score: 1

    Yeah, right. I remember a time they improved their process, and it sped things up too much, so they switched to a different architecture that would slow things back down. It was the P4.

    Wait, you think they specifically designed the P4 to be slower than the P3, and since at that time P3 was behind K7, to be slower than the competition? Because their fab tech was so good the P3 would have been dominant? Like they really spent half a decade of wall clock time and however many tens of thousands of man-hours to develop a product with the mandate of "slower than what we had before"? That it was a deliberate strategy to hand AMD the undisputed performance crown for the next few years?

    Keeee-rack rock you're smoking there.

    The P4 was absolutely designed to be faster than the P3. It wasn't when first launched and paired with SDRAM instead of the RDRAM it was designed around. That was because they had to make design tradeoffs to reduce specs from the original design, and fab problems preventing higher frequencies at launch. They got a lot of these problems fixed, and the P4 eventually started to shine. Not very bright, it was never as good as it was supposed to be and only late in life really put any pressure on AMD. That's called failure, not success.

    Then, after a while, they couldn't make that dog's breakfast architecture perform even with the improved fabrication.

    But I thought they wanted it to run slow...

    Seriously, though, the P4 got dropped because of another failure, this time in their models of future fab tech. Intel had charts projecting possible frequency improvements in P4 architecture as they got newer fab tech, and with all the added pipe stages required and so forth it still gave a good looking performance story. The architecture had a lot of scalability. But it didn't come to pass, because roughly in the 90nm node, leakage balloned up higher than they had expected. When suddenly leakage started taking up half the power budget, their old expectations for ramping clock speeds went out the window and the P4's particular trade-off no longer made any sense at all. Since the problem was only going to get worse, the 65nm Tejas project was scrapped.

    It was the ancient "brainiac" vs "speed demon" argument, finally resolved by a factor few if any predicted.

    So, they switched back to their previous architecture. That's what we're buying now... P4 era fabrication technology with a slightly polished P3 architecture.

    Well if you're going to call the i7 or Core 2 "slightly polished P3 architecture", at least get it right and call them Pentium Pros. That's really the ancestor of these architectures, though they have huge differences from the original. There's much more difference between them and P3 than there was between P3 and PPro. And you certainly couldn't take either a P3 or a PPro and make it in today's tech and have it run as fast (meaning just frequency here, absolutely forget performance-wise). It took years of development at the Israel site to make the Pentium M which really was a polished P3, and years for its successors as well.

    "P4 era fab tech" is laughably wrong, btw. They never made 45nm P4s, capiche? Really, ridiculing Intel's fab tech, or implying that they are sandbagging, when they are the leader in fab tech and the next best (eg AMD, IBM) are desperately trying to catch up, is just ridiculous. Are you saying Intel is so great that they can stay on top even though they're holding back 10x improvements, while AMD and IBM trying as hard as they can are unable to keep up with the sandbagged tech? Or is it that AMD wants to be behind, because having slower products and paying the cost-per-die penalty for a larger transistor node is working so well for them right now?

    Seriously, the amount of effort required to advance technology at the exponential rate Moore's Law predicts is a tremendous amount of effort, which everyone knows can't possibly go on foreve

    --

    The enemies of Democracy are
  124. Re:Bad Logic by Turzyx · · Score: 1

    Not really, especially in the days when you had Intel and AMD racing to be the producer of the fastest chip.

    You mean the days when AMD were blatently ripping off Intel's IP and selling it cheaper? Ah yes, competition at its finest.

  125. Re:Bad Logic by Moridineas · · Score: 1

    I don't understand what you are trying to say...the quickest way to drive their products into immediate obsolescence is to release a superior product!

  126. Moore NEVER mentioned computing power by M0b1u5 · · Score: 2, Informative

    For goodness sake, Moore's law never specified anything to do with "computing power"!

    Moore observed that typically the number of transistors doubled ||on the lowest price process|| around every 2 years.

    At least the poster got something right: the cost of the process.

    But, it's not a law AT ALL; it's a self-fulfilling prophecy! Manufacturers know the target they have to hit (Moore's!) and they do everything they can to hit it. Anything less would result in company failure.

    --
    How many escape pods are there? "NONE,SIR!" You counted them? "TWICE, SIR!"
    1. Re:Moore NEVER mentioned computing power by Peaquod · · Score: 2, Insightful

      Amen! The phrase "Moore's Law" irritates me to no end. I understand that it is the common vernacular, but it is almost always misused here on /. "Moore's Law" was simply an observation that has remained remarkably consistent over time. And it had nothing to do with cost or "computing power" - just that the number of transistors per unit area double roughly every 18 months. There is no "Law" to be followed or violated! Sheesh!

  127. Re:Bad Logic by spasm · · Score: 1

    "If you do any document transfers with other companies, eventually, you will see the dreaded .docx. What will you do then?"

    I'll open them with OpenOffice 3, and, well, hey, what do I need to pay for this Word license for again?

  128. Re:GUI by martin-boundary · · Score: 1

    GUI is really a dead end, though. You only have one mouse pointer that takes a whole arm to control. That's a huge resource bottleneck which slows down human-computer interaction enormously.

  129. No, it didn't. by ChunderDownunder · · Score: 1
    I even installed Eclipse for fun and kicks. While it wasn't that fast, it was doable and after configuring the interface minimally, it was ever halfway usable. Granted, I wouldn't want to use it over 8 hours.
    I hate to be the "640KByte is enough for everyone" guy, but a 1GHz machine with 512Meg RAM and a lean operating system is indeed enough for most uses.

    'halfway usable'??? Get back to me when these Eee machines can substitute for an '8 hour' machine, without running some 'lean' OS. RAM is cheap these days.

    I could perhaps tolerate a cramped netbook computer for when I was in transit if it meant being able to plug in an external keyboard and 1080p screen when I was at a desk. I don't play games or use intensive graphics software but that Eclipse you speak of routinely takes up > 1GB by itself. yet, IIRC, the specs on these netbooks were limited to 1GB by the chipset.

    One of those 64bit dual core atoms with 2GB might suffice but that's still 2 generations away before they hit that price point. Until then, I'll stick with my Core 2 Duo 12" machine, which incidentally cost less than $US1K but means I don't have to maintain multiple environments

    You yourself mention a primary desktop machine, which being 6 years old is still gruntier than your portable - why have two machines? QED, these netbooks aren't powerful enough yet.

    1. Re:No, it didn't. by Anonymous Coward · · Score: 0

      I didn't expect that it was possible to misunderstand my post to the point you just did. We were talking about home-computing and the typical office clerk. We were not talking about development environments.

      Get back to me when these Eee machines can substitute for an '8 hour' machine, without running some 'lean' OS.

      You do realise that Windows XP qualifies as "lean OS" these days, don't you? The EEE 701 4G can run Ubuntu, which is bloated for a Linux distribution, just fine.

      RAM is cheap these days.

      Yes, it is.... However, I can talk you from experience that my Asus EEE 701 4G never used much more than 400Megs (with the stock OS), even after I upgraded it to 2G RAM (because RAM is cheap) Even for Windows XP, 512Meg is sufficient, not comfortable, but sufficient for mundane tasks.

      I could perhaps tolerate a cramped netbook computer for when I was in transit if it meant being able to plug in an external keyboard and 1080p screen when I was at a desk.

      You're understanding this part. I wasn't posting about my netbook in particular, but about the specifications of the hardware. Again: keep in mind, we are talking about surfing, word processing, email, playing MP3s, etc... The EEE, I own, is severely limited by the small screen. Newer generations fixed that: 1024 x 600 isn't stellar, but not that far from the 1024x768 screens we had a few years ago. The video out, however allows up to 1600 x 1280

      but that Eclipse you speak of routinely takes up > 1GB by itself.

      Eclipse, by itself, uses 200Meg to 250Meg, fresh install, no projects open. Now indeed, Eclipse starts using an insane amount of RAM once you run a Tomcat with it and you live debug and, you have half a dozen projects and in each project 10000 different classes. That's what I have at work, and even that Dual Core / 2Gig RAM machine has problems keeping up.

      What you forget is that running Eclipse in such a way is not what normal users do. Normal users do not even know what Eclipse is! Our usage patterns are not typical. Would I run Eclipse at work on an EEE PC? Hell no! However, you can use Eclipse privately, write a few classes, one small project, try something. For that Eclipse works fine and won't use the insane amounts of RAM you claim it uses all by itself. Try it out sometimes, download the basic Eclipse, add absolutely no plugins, and create one project with a "hello world" class. You'll be positively surprised how "few" resources Eclipse uses in such a scenario. Now Eclipse uses an amazing amount of screen real-estate, so no, it's not a good idea to run it only my EEE. That's the only reason though.

      the specs on these netbooks were limited to 1GB by the chipset.

      You recall wrong. They are limited by the Xandros Kernel to 1Gig, use another kernel and you get the full 2Gig possible. Keep in mind though, that typical usage patterns won't even use more than 512Meg.

      Until then, I'll stick with my Core 2 Duo 12" machine, which incidentally cost less than $US1K but means I don't have to maintain multiple environments

      See? This is your bias. You do not want to maintain multiple environments. That coupled with the fact that you are a developer and not a normal user makes you <1% of all computer users. You really should try to put yourself in the shoes of a normal user before making statements like that. Repeat after me: you are not a normal user.

      You yourself mention a primary desktop machine, which being 6 years old is still gruntier than your portable - why have two machines?

      Why you ask me? Because I'm not a normal user either and you're making some serious assumptions:

      • I want one single environment just like you.
        Well, no, I don't care abou
    2. Re:No, it didn't. by jawtheshark · · Score: 1

      Sorry about posting anoymously. I must have accidentally clicked the "Post Anonymously" checkbox while editing/reviewing my post. I did indeed reply this.

      --
      Ahhh...the great dumpster continuum. Many a free computer will be found there. -- sowth (748135)
    3. Re:No, it didn't. by ChunderDownunder · · Score: 1
      A reply to your anonymous reply. :)

      Repeat after me: you are not a normal user.

      Fine, I am not a normal user; for the purposes of this discussion I will put myself in shoes of non-technical people. I still think your original comment was setting the bar far too low in terms of hardware requirements.

      You do realise that Windows XP qualifies as "lean OS" these days, don't you?

      In the sense that it was developed with 9 year old hardware in mind. There's always the tradeoff between 'bloat' and 'progress'. But XP is also a legacy OS whose life-cycle is only being extended for netbooks because the hardware doesn't meet the minimum requirements for Microsoft's current offering. (Notwithstanding the prevailing cynicism that Vista is a 'downgrade' of XP). The recommended specs for Windows 7 include 1GB RAM, 128 MB graphics and 16GB storage. Moving forward, a netbook should strive to run Windows 7 with room to spare, anything other than that is consigning it to a niche other than form-factor. Price currently dictates the limited specs but I would hope that's not always the case. The choice of OS should not be compromised by one's ability to run a standard environment on that machine.

      Even for Windows XP, 512Meg is sufficient, not comfortable, but sufficient for mundane tasks.

      This is my point, a "lean OS" as you describe it is not comfortable in 512Meg. Usual XP setups with that amount of RAM would normally page much of the kernel on disk (not suitable for SSD). Coupled with an integrated graphics chipset's used of "shared memory", the actual RAM for user-space applications is drastically reduced.

      See? This is your bias. You do not want to maintain multiple environments.

      I'm sceptical that a 'normal user' does given:

      We were talking about home-computing and the typical office clerk.

      The typical office clerk doesn't want to mess around with a non-standard LXDE environment. The typical office clerk uses Windows, which as you admit does not run comfortably in the specs you quoted.

      I will give you that the EEE, I own, is limited but it was the first generation of netbooks. The screen resolution is too low and the storage space is low on my model. This has been largely fixed in new models. New netbooks come with 1024x600 screens (and larger), and hard disk in the 100Gig++ range. My point in the post is that the specifications of a netbook are more than enough for most people. Think something like the EEE Box [wikipedia.org] with a decent screen and a nice keyboard. For an office worker, that's already overkill, for a home user too. The netbooks themselves are limited by their size, not by their power.

      Now, we're talking but you've shifted the goal posts. Your original argument was:

      I hate to be the "640KByte is enough for everyone" guy, but a 1GHz machine with 512Meg RAM and a lean operating system is indeed enough for most uses.

      And you freely admitted that a consumer, lean OS such as XP did not run comfortably with those specs. Realistically, non-technical people find solace in Windows, despite the evangelism from free software advocates. You yourself even wiped Xandros off the machine and replaced it with a leaner distribution.

    4. Re:No, it didn't. by jawtheshark · · Score: 1

      I still think your original comment was setting the bar far too low in terms of hardware requirements.

      Most certainly not on the speed of the CPU. Your gripe seems to be with the RAM. I did not say that my EEE would be sufficient, I gave exact specs: 1GHz, 512Meg RAM.

      But XP is also a legacy OS whose life-cycle is only being extended for netbooks because the hardware doesn't meet the minimum requirements for Microsoft's current offering.

      True, but you have to wonder what exactly Microsoft was thinking. Now Windows 7 may, or may not, meet the requirements of netbooks. That remains to be seen. Also: you have to be kidding me: 128Meg graphics memory? What for? It's insanely high: with that amount of RAM one could quadruble-buffer a 3840x2160x24bit screen! Yes, I know they don't use the framebuffer directly and it's probably to use the 3D capabilities of the graphics chipset, but wow, that's an insane amount of RAM for displaying a few Windows. (To a lesser extent: 16Gig for the operating system alone... Uh?!?))

      This is my point, a "lean OS" as you describe it is not comfortable in 512Meg. Usual XP setups with that amount of RAM would normally page much of the kernel on disk (not suitable for SSD). Coupled with an integrated graphics chipset's used of "shared memory", the actual RAM for user-space applications is drastically reduced.

      To be fair, with 512Meg it used to be comfortable with XP running SP2. (Remember my old second hand laptop? That ran perfectly fine with WinXP SP2) What I didn't think about was the shared graphics memory. You are right indeed. So, 1GB RAM? Is that ok with you? (Still, for Windows 7, that means it should run okay on 896Meg RAM when the graphics card allocates 128Meg RAM. You really think that's going to happen?)

      A normal Windows XP SP3 boots up about with 200Meg-250Meg used. That still gives you another 250Meg that you can use. That's why I say "not comfortable", because I know starting a few apps will eat those in no-time. With 1GB, you have more headroom and hence you're "comfortable".

      As an example: I'm actually typing this on my wifes machine: two users logged in, she runs Firefox 3 and I run Firefox 3 (both have multiple tabs open), Thunderbird (5 different email accounts of which 3 IMAP, tons of RSS feeds), Putty, iTunes 7, AVG Antivirus 8, Java is loaded (probably visited a website containing an applet), Gnucleus, Truecrypt and some Bluetooth controll thingy. Used memory with WinXP SP3 is 803Meg. I have never see it go much beyond 1Gig RAM used. (It has 2Gig installed, I upgraded one day because RAM was dirt-cheap and on sale. Originally it did have 512Meg and worked fine...)

      I'm sceptical that a 'normal user' does given

      Tell me what you think he does. I can only think of two things and that would be photo editing and video editing. Weirdly enough, I have never seen a normal user doing either one.

      The typical office clerk doesn't want to mess around with a non-standard LXDE environment. The typical office clerk uses Windows, which as you admit does not run comfortably in the specs you quoted.

      The typical office clerk works with what is given to him. He has nothing to say about it. I've seen people using Windows NT when XP was already on SP1, I've seen people using OS/2 warp. Sure, not at home, but in offices: you bet!

      The typical office clerk does not fiddle with settings, because he has no right to fiddle with settings. You don't seriously think that the typical office clerk can't install software, can't even run regedit.exe if he wanted to and can't write to system directories. I'm talking Windows here, and you do know that there is good reason to set up that limited usage for office clerks.

      As for LXDE, you should at least check out the scree

      --
      Ahhh...the great dumpster continuum. Many a free computer will be found there. -- sowth (748135)
  130. Office 2007 & File Formats by KingAlanI · · Score: 1

    I don't mind Office 2007 overall (although I didn't go out of my way to get it); I'm one of the people who *likes* the Ribbon.

    I have it on my home computer (relatively cheap retail copy purchased by someone else in the house) and it's on my university's computers (probably off of an el-cheapo volume license). Thus, the vast majority of my computer use is done on computers that all have Office 2007.

    Even so, I find myself using the old formats on purpose, and it's been long enough that I don't think that's just due to force of habit.

    The file incompatibility thing is a pain, although the format-converter add-on has really caught on amongst those with older Office versions.

    I notice that the 2007 formats carry a much smaller file size [for the same content] than the 2003 ones (or RTF for that matter); I wonder if this is an actual advantage of OOXML or malicious/shoddy coding on Microsoft's part in the handling of the other formats. Sure, disk space isn't much in this day and age, but that still irritates me.

    The bibliography manager [Word], one of the few non-UI changes I've noticed, requires you to use .docx for the relevant documents for it to work properly.

    When word-processing on my Linux box, I output to .RTF instead of .ABW or .ODT - their .rtf's are smaller file size, but their .doc's are bigger.

    --
    I listen to both RIAA and non-RIAA stuff if I like the music, tangential business/politics nonwithstanding.
    1. Re:Office 2007 & File Formats by Anonymous Coward · · Score: 0

      New formats don't have as much backwards compatability garbage. See the "Joel on Software" article on the issue, where he describes how good intentions at the time leads to cruft later. The system changes, so some optimizations / compatability modes are unnecessary. Switching to a new format breaks all the rules and lets you optimize for today. Hence, no WordStar junk and a smaller file size.

  131. Re:Bad Logic by dangitman · · Score: 1

    and Bolt never gets tired because he's a math function.

    Damnit. Algorithms get all the best sex.

    --
    ... and then they built the supercollider.
  132. Re:Bad Logic by Anonymous Coward · · Score: 0

    > coined after Thomas Moore

    GORDON Moore

  133. Re:Bad Logic by smallfries · · Score: 1

    A degree in CS and a long enough memory to remember that deep pipelines looked like the way forward at the time, and that the increases in power as we went through a couple of fab nodes were unexpected.

    What are you basing your uninformed opinion on?

    --
    Slashdot: where don knuth is an idiot because he cant grasp the awesome power of php
  134. What Moore's Law Really Says by Glasswire · · Score: 2, Insightful

    The observation behind Moore's Law doesn't say anything about performance. It's a projection about the rate at which transistor density on a wafer grows every 18 months. Historically most companies incl Intel had used this to make bigger dies for larger and more complex processors, but you can also use the improvements in transistor real estate to simply make smaller dies and hence, more of them, increasing yield and bringing down the price. So bringing the price down isn't different than Moore's Law, it's just another way to use ML.

  135. Re:Bad Logic by linuxscrub · · Score: 1

    Just to back this up more (sorry), you can actually read about how the semiconductor industry works.

    They share a certain amount of information with reports, generated by input from a large number of companies, which supply resources through assignees to this organization.

    What is this organization?

    ITRS - International Technology Roadmap for Semiconductors

    http://www.itrs.net/

    You can read the latest report (no NDA required!): http://www.itrs.net/Links/2008ITRS/Home2008.htm

    More specifically, the 2008 Update Overview: http://www.itrs.net/Links/2008ITRS/Update/2008_Update.pdf

    The reports are reworked from the ground up, every other year (odd years), then just a relatively minor refresh on the even years.

    So, with just a little time, you can actually read the roadmap used (more or less) by all silicon semiconductor companies (IDMs, Fabs, you name it).

    L. Scrub

  136. Hmnn? by Vexorian · · Score: 2, Funny

    Even Microsoft is jumping on the bandwagon: the next version of Windows is intended to do the same as the last version, Vista, but to run faster and use fewer resources. If so, it will be the first version of Windows that makes computers run faster than the previous version

    1. Take random article from news site
    2. Somehow manage to make it justify a new slashdot story that includes a link to ooold blog promoting windows 7.
    3. ?????
    4. Profit / Win laptop ?

    How is vista seven related to this at all? It didn't get faster for doing less... That article states clearly that it is just using a more responsive interface, I mean, come on!...

    --

    Copyright infringement is "piracy" in the same way DRM is "consumer rape"
  137. False choice by symbolset · · Score: 2, Insightful

    The presentation of the false choice fallacy is that you must choose option a or option b. As far as I can tell, businesses want not only option a and option b, they also want "the same performance in less watts". And a number of other things.

    By presenting the trend as a singular choice the author presents a false choice. What is actually happening is that the computing ecosystem is becoming more diverse. As we select from a richer menu, we are enabled to pursue our goals large and small with equipment that suits the application. It's a good thing.

    --
    Help stamp out iliturcy.
  138. Who's been bought off by MS? by lpq · · Score: 2, Insightful

    "If so, it will be the first version of Windows that makes computers run faster than the previous version."

    This is the 2nd bit of falseness -- WinXP was faster than WinME.

    Second -- WinXP is still quite a bit faster than Win7.

    The article states that Win7 improves in areas where Windows was "OS-bound" over Vista. However, it says there is NO IMPROVEMENT in Win7 for applications. It was applications that noticed a 10-15% performance hit in Vista vs. XP due to the overhead of the DRM'd drivers. As near as I can tell from everything that has been leaked out about Vista before, during and after its development was that MS added (not replaced), but added a whole new abstraction layer. They tried to make it transparent where they could, but this was the basic reason why nearly all drivers that actually touched hardware had to be rewritten -- the USER has to be completely isolated from the real hardware -- so DRM can detect hardware/software work-arounds or unauthorized modifications or "taps" into the unencrypted data stream. This goes down to the level of being able to tell if something is plugged into a jack due to impedance changes -- if impedance or electrical specs don't match exactly with what the circuit is supposed to produce -- the OS is supposed to assume tampering and mark the OS-state as "compromised". Think of it being similar to the Linux - Kernel's tainted bit. Once it's set, it is supposed to be irreversible unless you reboot -- because the integrity of the kernel has been compromised. The DRM in Vista-Win7 was spec'ed to be similar but with finer level sensors -- so if anything -- a code path takes too long to execute, or circuits don't return their expected values, it's to assume the box is unsecure, so content can be disabled or downgraded at the content-providers option.

    All this is still in Win7 -- the only difference it all the drivers that were broken during the switch to Vista won't be rebroken -- so you won't get anywhere near the OEM flack and Blog-reports about incompatibilities -- those will all be buried with Vista -- along with your memories -- so hopes MS. But MS has already made it clear that you won't be able to upgrade an XP machine to Win7 -- so they can control the experience from the start -- either by starting with corrupted Vista drivers, or Win7 drivers -- take your pick. Both are designed to ensure your compliance, but more importantly -- both cause performance degradation that everyone pays for by needing a bigger machine than they needed for XP.

    The whole planet will be paying an excess carbon tax -- forever -- all to add in content-producer's demanded wish list.

    This whole bit about the IT industry warming up to Win7 because it's not so bad compared to Vista just makes me want to puke. It's still corrupt and slow.

    The government should require MS to open-source WinXP -- so it can be supported apart from MS -- who's obviously going for a "content-control" OS (like the next Gen Apple's are slated for). This will be the beginning of the end for non-commercial, open-source OS's or media boxes. It will be all pay-to-play -- just like Washington.

  139. What goes around, comes around by Anonymous Coward · · Score: 2, Insightful

    Way back when I was in college (Windows 3.1 days) I read every computer magazine I could get my hands on to learn what I could about Windows and computing in general. Then a few months before Windows 95 came out the hype began and I realized that computer magazines for the general public were really just PR tools for Microsoft which you pay for. I'm noticing this same trend on the internet today. Notice the subtle little plug for Windows 7 in the above article (... If so, it will be the first version of Windows that makes computers run faster than the previous version.) I've heard all this before.... I stopped buying computer magazines and I certainly tune out most of the marketing dribble I read on the Internet.

  140. Re:GUI FTW! by TaoPhoenix · · Score: 1

    Ach, my friendly Mr. Martin.

    I only declared UserInterfaces WithGraphics as TehCat'sMeow.

    By no means have our current designs reached the apex, although they are usable.

    I have had two mice operating at once, usually as a result of some weird testing though. Apple&iPhone are on to something with touchpad gestures. There's EVERY reason why you can have a gesture pad operated by one hand with the mouse on the other.

    Heck, hook up a Rubik's cube to the OS so that you can compose an entire letter with 137 twists of the cube. My main point was that while easy to program for, DOS was a bear on usability because it only had 1 direction of input and once you were stuck in a badly written program deep into nested input, the human feel was gone and it became very upsetting.
    ("No, after tab-tab-tab-altF1-tab-pageUp, it's F-SIX, not F-twelve, and then you do the tab-tab-AltF5-PageDown-Pagedown part, and you can fix that sub schedule.")

    --
    My first Journal Entry ever, in 8 years! http://slashdot.org/journal/365947/aphelion-scifi-fantasy-horror-poetry-webzine
  141. Netbook versus the early 90s by igb · · Score: 1

    Take a low-end Sun of the early 1990s, in the ELC / IPX / Classic direction. It would have a processor clocked at between 25 and 50 MHz, between 4 and 16 MB of RAM and (if not running diskless) a disk of between 140MB and 500MB onboard or hung out the back. If you were a developer or a student and had one of those on your desk, you'd be relatively content. If you step up to a medium-sized Sun of the era, something like a 10/514, you'd have four processors clocked at around 50MHz, perhaps as much as 512MB of RAM and a few GB of disk in multipacks. Networking, of course, was mostly 10Mbps, although you might have FDDI, CDDI or similar around --- we fitted that to some of our 514s.

    A Netbook blows any of these away on any metric except, for the cases where you had multiple spindles plus disksuite striping, IO bandwidth. I've got Open Solaris on an elderly P5020 laptop with a gig of RAM, a 100BaseT ethernet connection and a 120GB disk drive and if I wanted to relive the 1990s, it'd do as an excellent compute server. The first Auspex I bought in 1993 will win score on raw IOPS as it spread its 14GB over about twenty spindles. But even then, the little Atom 330 with a pair of 2.5" drives mirrored with ZFS I have at home would probably run it quite close --- the 2GB of RAM (cf the Auspex's 16MB) plus the journalling will help offset the lack of raw disk bandwidth in many scenarios.

    Now if in 1994 you had, say, 20-odd ELCs and IPXen plus a couple 10/514 compute-servers driven off an Auspex you'd think you were pretty hot stuff, and plenty of top-quality software got written on less. 20 SSD Netbooks running OpenSolaris (diskless, even!) and my £300 Atom home server (plus another the same for compute, let's say) would be more than the same capability --- and would have faster networking, better graphics, 1GB vs 16MB of RAM per user, etc --- and yet if you presented that as a student lab people would laugh at you. But the whole thing would probably only consume 20W per seat, total, and cost about $300 per seat, total.

    But we don't think we have that choice. Perhaps a recession will hammer home the fact that in five years, with computers we now regard as little better than pocket calculators, Xerox PARC redefined modern computing. Meanwhile, with three orders of magnitude more computing power, little of the same import has emerged from a research lab this century. It's not about the computing power.

    ian

  142. Re:Bad Logic by Anonymous Coward · · Score: 0

    Not really, especially in the days when you had Intel and AMD racing to be the producer of the fastest chip.

    You mean the days when AMD were blatently ripping off Intel's IP and selling it cheaper? Ah yes, competition at its finest.

    Care to elaborate on that? - let's see... 64 bit extension, DDR, on-die memory controller - yes, all clearly taken from Intel. Oops, no wait, AMD did those first, Intel took them from AMD....

  143. Re:Bad Logic by Lennie · · Score: 1

    I do know Vista makes your computer do more, it needs to work harder to get the same things done. ;-)

    --
    New things are always on the horizon
  144. Re:Bad Logic by shaitand · · Score: 1

    'is to release a superior product'

    Actually superiority of the product isn't even a factor, just ask any marketing droid when he isn't at work ;)

    Both INTEL and AMD are competing but they are both several technology generations ahead of what they actually have on the market. Their 'competition' involves them releasing small incremental upgrades, each putting out just enough to be ahead of what the other has released. What they have in the can is another issue altogether.

    I knew a couple gas station managers with stations right across the street from each other. Through the course of the day/week/month they would watch each other's signs and try to sneak in price drops when the other wasn't watching. A penny difference meant everyone stopped at their station. But they both had an unspoken agreement never to actually make the price as low as they could afford to, that didn't benefit either of them.

    Surprise drops were one thing, but cheap gas wasn't on the menu, three blocks off the main strip was a station that didn't have another within sight and yet remained cheaper than either of those at all times.

    The same is true of Intel and AMD and most large corporate 'competitors'. They have unspoken agreements to compete in the areas that work out well for companies in their sector. It isn't beneficial to either company to throw all their technology onto the table at once, much better to be way ahead of the curve and release in tiny increments with consumers buying each generation of technology. That way, if your discoveries do ever lag behind pace, the consumer never sees it.

  145. Yes, Less Is More in Market Capitalization by mahadiga · · Score: 1

    I suggest to regulate market capitalization of companies (for e.g Microsoft) so that more opportunities are created for start-ups.

    "If it moves, tax it. If it keeps moving, regulate it. And if it stops moving, subsidize it."-- Reagon

    --
    I'd like to buy homeland for our 10 million people. http://twitter.com/mahadiga
  146. Re:Bad Logic by shaitand · · Score: 1

    'Are you saying Intel is so great that they can stay on top even though they're holding back 10x improvements, while AMD and IBM trying as hard as they can are unable to keep up with the sandbagged tech?'

    Although the gp was clearly wrong about the architecture it is my opinion that ALL of the manufacturers you mentioned are holding back. They ALL have better technology in the can than on the market and they all have a roadmap on which they intend to release it (although intel has bigger labs and has been researching for a lot longer). Of course having the technology and deploying it are two different things. It isn't as if AMD doesn't have the technology to match intel's fab, they don't have the actual deployment of that technology.

    'Or is it that AMD wants to be behind, because having slower products and paying the cost-per-die penalty for a larger transistor node is working so well for them right now?'

    Compared to running out of technology to move forward to? And again, having technology is one thing, but it takes time in the real world to deploy and implement technology. Intel discovered that with the P4, which no doubt took up a much larger chunk of their roadmap and they deployed technology sooner than AMD expected, AMD in turn is scrambling to deploy technology they probably already had in the can when the P4 was released in the first place.

  147. Re:Performance Race is Shifting Towards Perf. / Wa by Anonymous Coward · · Score: 0

    I'm waiting for the day when it is common to see completely passively cooled desktop computers, with solid state hard disks, no moving parts, sipping just a few watts of power without emitting a single sound.

    One of the folks at the LUG I went to tonight had one of these with him:
    http://www.via.com.tw/en/products/embedded/artigo/

    It does have one small fan, but it's pretty close. He had a standard laptop HDD in it, but you could easily substitute solid state. The whole thing is the size of a 5.25" optical drive. And how much power does it use? Well, when I looked at it (he brought a Kill-A-Watt with him) it was using 11 watts running a *buntu. He said that it topped out at 13 watts.

    Awesome.

  148. Re:Bad Logic by shaitand · · Score: 1

    I don't think I've seen anyone actually talking about what they were getting at. The idea was that you could use improvements in technology to double transistors on the chip or you could use the improve technology to make a chip for half the price.

    I'm with the crowd, I don't care so much these days to see a $50 processor, I want to see that $500 video card drop to $5 and the baddest alienware systems scaled to cost $50.

  149. Re:Bad Logic by shaitand · · Score: 1

    'The only sense in which you are correct is that the 'latest and greatest' thing you can buy is old tech relative to things then under development. That's because there's typically a year give or take (usually give) between receiving the first silicon from the fab in the transistor node the product was designed for and all the validation, bug fixes, and spins on the product before it's ready to be sold. That means the fab tech has to be done and mostly stable by the time you start this process, so go roughly six months back before that where they're making test chips in the new fab to make sure it's working. And development of that fab tech before it's ready to run its first test chip wafer is two or more years before that, with R&D going on for years before that.'

    Everything you are describing is the production stage. The technology waiting in the wings would not be in any stage of production, it would be in the lab phase.

  150. ARRRG, my spelling! by Qbertino · · Score: 1

    It is, of course, "weighs" - not "ways". It was late last night, sorry.

    --
    We suffer more in our imagination than in reality. - Seneca
  151. Re:Bad Logic by ShieldW0lf · · Score: 1

    For fucks sake... what the hell do you guys think a "Multiplier Lock" is?

    They don't just intentionally cripple architectures, they intentionally cripple perfectly working chips within the same architecture for the sake of creating artifical scarcity and speeding up obsolescence. They do it right in front of your face, and they always have. You're acting like this is a radical crackpot theory that came out of an LSD-pickled brain. It's not. It's business as usual.

    --
    -1 Uncomfortable Truth
  152. Re:Bad Logic by Chris+Burke · · Score: 1

    Everything you are describing is the production stage. The technology waiting in the wings would not be in any stage of production, it would be in the lab phase.

    Actually, the last step I mentioned, which is actually the farthest backward in time and thus the first, was the lab work to develop technology to eventually be put into production. I mean it takes quite a lot of R&D just to figure out how a transistor node that is three or more generations more advanced than the current production tech would even work at all. It takes a decade to go from that work to a functional production facility. They need to be driving that initial lab work, otherwise in ten years they'll find themselves without any new technology to go to. Calling that "waiting in the wings" is crazy.

    They are not sitting on a massive pool of technology, doling it out as slowly as they can. The idea that they invented 65nm, 45nm, 32nm, and 22nm in an afternoon -- or a half dozen years, and are just waiting on the smaller technologies until they feel they "need" to actually put them into use is ridiculous, obviously so if you have any idea what goes into developing them.

    --

    The enemies of Democracy are
  153. Re:Bad Logic by ShieldW0lf · · Score: 1

    The same is true of Intel and AMD and most large corporate 'competitors'. They have unspoken agreements to compete in the areas that work out well for companies in their sector. It isn't beneficial to either company to throw all their technology onto the table at once, much better to be way ahead of the curve and release in tiny increments with consumers buying each generation of technology. That way, if your discoveries do ever lag behind pace, the consumer never sees it.

    That's a very politically correct way of saying the exact same thing...

    --
    -1 Uncomfortable Truth
  154. Re:Bad Logic by shaitand · · Score: 1

    i replied to the other guy

  155. Re:Bad Logic by ShieldW0lf · · Score: 1

    What are you basing your uninformed opinion on?

    1) It's ridiculously improbable that Moore could predict the level to which we would progress over a period of decades. If I ran a car company, and made a prediction that our cars would increase in fuel efficiency by this precise amount per year for the next 30 years, and we always did, what would you think? Would you think I was a prophet, or would you think we were holding back to match the targets I set?

    2) It's standard industry practice to intentionally cripple processors within the same architecture in the name of artificial scarcity. AMD and Intel both do it, and have since the days of the 486 processor. What I'm describing isn't inconsistent with their behavior, it's totally consistent. You just don't believe that they would do it to the degree that I'm describing.

    3) Intel followed up the P4 architecture years later with the Pentium M/Core/Core2/Atom architectures, and these kicked the living shit out of the P4 architecture. None of these are much more than a P3 with a smaller fab process.

    4) There is no way in the world that Intel didn't know that this would be true. They already had the old architecture kicking around, waiting to be manufactured on a smaller scale, and they're too intelligent not to have done tests. They had to know, and yet they sold P4s for years before they ditched the architecture in favor of the old design.

    5) Finally, there's billions of dollars to be gained by forcing people through the endless upgrade scheme, and no risk. If you hold back and lose the performance crown, you just hold back a little less, and you retake it.

    On the other hand, if you come out with your best right away, and raise the bar high, and someone beats your best, you've got nothing left in the tank to retake the lead. Plus, the best you can manage will hit commodity pricing in a span of a few years, which isn't particularly profitable. The incentives create a pressure to put out something just better enough to justify exclusive pricing, then stick with that until it reaches the commodity pricing point, then do it again.

    Intel are not altruists. They do precisely what will make the most money, and this is it. No other conclusion makes sense, considering the motives and pressures of the situation. It's obvious.

    --
    -1 Uncomfortable Truth
  156. Video will drive demand by daybot · · Score: 1

    I know we're talking about business desktops here, but since the summary is challenging Moore's Law I want to make a point about thirst for CPU grunt.

    I believe mainstream video content will drive demand for faster processors - especially with consumers - over the next few years, with codec complexity looking set to keep pace with chip development. Streamed, purchased and pirated SD has proven that watching video content on the computer is something Joe Public wants to do. Now HD is gaining momentum and marking CPUs obsolete; Joe's computer won't play His.Favourite.Show.720p.x264.OMG-WTF.mkv. Joe might even rip DVDs to play on his PMP/phone/netbook - or he would if it didn't take so long.

    Oh, and if you think your pre-2007 computer has still got it, try playing some 1080p movie trailers.

  157. about Moore's law... by symbolset · · Score: 1

    Gordon Moore himself has admitted that his Law was idle speculation projecting an observed general trend, that he's used it to describe various things at various times, and that application to any concrete metric is going to fail. This is not to discount his vision - betting on his company's ability do drive progress at this geometric rate has long been a winning proposition.

    And so if you work for his company you had better be looking for ways to fulfill his prophecy. They stay in business by grinding out innovation after invention like clockwork. Tick-tock goes the Intel clock and woe be on their competitors.

    --
    Help stamp out iliturcy.