No Need to Upgrade that PC?
An anonymous reader writes "The Washington Post (free reg.) has an interesting article about a developing trend in the computer retail business: People aren't buying new PCs. Why? Well, no suprise to those who read this, but grandma and Joe Sixpack don't need a screaming new P4 to surf the net and write letters. Are they just figuring this out?"
in our office, i hardly see the graphics guys upgrade their macs. after 2 years they always buy a complete new Gx. Do people actually upgrade Macs?
With a Celeron 400mhz and a Riva TNT 2 video card I can't play many of the games released in the last year. :(
Being a gamer I'm REQUIRED to upgrade or get left out of all the fun. At least Half Life still works...
...this is the only voice readers may hear to contradict the endless marketing hype by computer mfr who realized this a long time ago! This is a general audience pub., and they can repeat this message as often as they like.
To be honest, it only really occurred to me about a year ago, that there wasn't anything you might need for most folks that you could get for 1/2 price on eBay, and then I thought, gee, the industry is in trouble unless these things start breaking a lot. (Soon, we learn about the built-in SELF-DESTRUCT chip.)
I do all my home development on an old AMD K6-2 450. This way, I know that any software I release will run with acceptable performance on systems that most people have.
Microsoft and Intel are finding that while they have a monopoly, it is a monopoly on a durable good. As such "the monopoly creates it's down competition and must take that into account in its production decisions" (nicholson)
In the extreme case the products are perfect substitutes, only the competitive price can prevail in the long-run i.e. price = marginal cost.
Okay...
;-)
I guess this article states the obvious. Of course people don't need faster computers. The only reason they'd need fast computers is if they are playing high-end computer games, or using Windows (which for some reason or another always keeps on making it's software more dependent on speedier computers, even though it is completely unnecessary.)
Most family friends, and people I know who need computers just need a simple box that allows them to chat online, play a few simple games, e-mail, surf the web, and perhaps play "The Sims". Since almost all of this can be done on linux, I buy older cheap computers, and i have a special "personal distro" of linux that I give them, which always works, and they usually have no complaints, since everything they want is included, and it didn't cost them much ( I just charge the price of the used computer I bought. ) For smaller families without much money this is great.
As well, for those families with the little brat that demands more you can usually appease them with something that is sub 1-GHz and has a good graphics card, since most games don't require screeching speeds.
Just from my experience though. Right now I am running off a 750Mhz Laptop, and I have been considering upgrading eventually to a small tower, but nothing with the numbers I have been hearing lately (2.0+Ghz, with 1Gb+ of RAM, etc.)
Well, maybe something with those numbers.
~ kjrose
My in-laws are still using a PII and it suits them just fine. Same goes for operating systems - it's only due to forced obsolescence that they will eventually move off of Windows98. (ie/ when they eventually buy new hardware, no support for it in win98 will mean new OS)
Robots are everywhere, and they eat old people's medicine for fuel.
People: most computer users simply do not care about running the latest and greatest applications on their PCs. They are quite content with Windows 95, Office 97, and AOL. To them, this is all that a computer does. The PC is merely a way to send email, instant messages, and write papers. The sad truth is that it's the same way for many college students as well.
From the article: Robert Clemenzi, an electrical engineer who lives in Manassas, is still using an older model that runs Windows 95.
This is another surprising trend in the PC world -- many users don't care about which operating system their computer uses to manage hardware devices and programs. Whether or not their machine's underlying system code is an inherently secure model such as BSD or an inherently virus-prone OS, they simply do not care. They will go to Download.com, perhaps, and install whatever free virus scan is available. Of course, the virus definition files may be a year old and they'll never update them, but they just do not know how to do this.
It's the same way for many users of Unix-type machines. All these hackers care about is getting a command line interface so that they can run a couple instances of the Vi text editor and the Mutt email client. Simple. That's all. It's just that straightforward. Whereas the average Windows users just wants to write and chat, the average Unix user just wants to code and post to mailing lists.
If you celebrate Xmas, befriend me (538
Begs the question. For things that individuals use computers for, will there come a time when we will simply run out of things to use the computing power on.
I remember when I got a 200MHz machine for my mother and I could not think of anything that she would want to do that would require anything faster.
Unfortunately then came MS products which want more and more computing power and flash heavy internet.
So is it stupid of me to think that once I upgrate her machine to 1GHz she will not need anything more? Or will programmers be able to use even more power?
Currently I cant think what anyone using a computer for just writing and looking at the internet would need faster processors.
Mouse powered Chips, Open source Processors and Lego
I'm going to be content with what I have. The only reason to upgrade PCs is for the games, but I'd rather spend $300 every 2 years or so to have my next-gen console.
You know, developers sometimes need to compile stuff. It's a pain to code if half of your time is spent building the binaries for testing.
Escher was the first MC and Giger invented the HR department.
Or perhaps, eventually, console systems will feature word processors, email, and other such consumer grade applications, and the computer (in the classical sense) will again become something used at work and by hobbyists. If all of the major players (sony, nintendo, uhm... atari, etc
That's the kind of thing that could put a business like Microsoft *out* of business. Maybe that's a small part of why Microsoft is trying to break into the living room - the eventual combination of all the disparate technologies in an average users life.
(yes, I know console technically == computer, but I think everyone knows what I mean)
(Yes, I also know this has been argued to death - I'm not claiming to have come up with these ideas
Robots are everywhere, and they eat old people's medicine for fuel.
People don't use high-end computers for game playing much anymore (slashdot crown excepted, I'm sure). Why would they when they can get a game console for a couple hundred bucks? It fills practically the same need, but much much cheaper, and also works extremely reliably.
There may be a few 3D game nuts out there who absolutely must have the latest PC in order to play the games they want and have the money to purchase that PC, but that is a tiny minority. For most people, spending 10X as much or more on PC game hardware (versus a console) does not result in 10X the fun.
Frankly, I have zero pity for the self-indulgent wealthy fools who purchase high-end PCs for the express purpose of playing games on them. It's their money I guess, but what a waste.
If all the content people want (songs, movies, games) come prelocked and only the right kind of Intel processor can unlock it, it will spur a new generation of replacing PC's. Good for Intel, good for MS who will get to re-license Windows yet again. Time marches on.
I did this for a while when I had my P133 as my old system. And I agree with you in principle--there should be some *testing* done on multiple hardware platforms.
:)
However, your application should be OPTIMIZED for whatever people are likely to have. And if you just code your app on one machine and never try it out on anything else, it might be an order of magnitude slower than it should be because you unwittingly optimized it for the machine you were on. (trust me, I've seen this happen, for example when the bottleneck was the cache on the K6's vs. on the P]['s.)
And, as someone else said, P133's make a sucky development platform these days. Just as I wouldn't expect you to do graphics work on one, (although I did do a lot of work on one in The GIMP back in the day...) you shouldn't expect us to do our compiling on one... just some testing.
pb Reply or e-mail; don't vaguely moderate.
The new upgrade trend for the general public will no longer solely be done for a faster PC with more storage space. Most users need only about 20GB HD for their MP3s, emails, etc... because the general public doesn't have a porn collection or tons of video games installed.
My prediction is that people will start demanding silent PCs that are power efficient, don't take up much space, and have a chasis, moniter, speakers, keyboard, and mouse that fit the fashion of the day.
Oh, and people will want a PC that is more easily maintained. For example, just last night, I help a friend fix his sister's PC. Turned out there were no hardware problems at all with this thing. Instead, she had a rotted out Windows 98 install with over 250 spyware infections, 40 virus infections, and about 50 processes running in the background and system tray.
It turned out that this girl's PC wasn't very old. It was about a 700mhz machine (can't remember exactly), which is faster than both my computers (windows and linux). Anyway, after removing all of the spyware, viruses, and unnecessary background processes, then 3 Windows Updates, updated drivers, a scan disk (tons of errors found), and a disk defrag later... the computer performed wonderfully!
I also cleaned the "broken" mouse, which now works wonderfully. Before I "fixed" this broken computer, it performed like a 386 with 8 megs of ram...
Basically, computers are like cars: people are going to have to take them in to a specialist every once and a while, to have them tuned. The problem is, I got to thinking that once this girl gets her computer back, in 24 hours, she will reinstall most of the spyware, and after a few months, she will reinstall most of the viri. So maybe people need to learn how to use their computer in addition to taking it to get tuned up by a specialist.
My point is that the average computer user only needs to upgrade because their computers are so un-tweaked and they are running so many spyware daemons and viri.
Back about 1985 I started saying that I hoped the software 'industry' understood their market had a very limited lifespan. Once Word Processors actually work, well, that's the end of the WP software industry.
What's more, people won't have to even buy one. Once the concepts are public literally anyone who wishes to take the time can right them and distribute them for free.
In fact, I went on, the single biggest problem Micro Soft (remember those guys?) faces is the fact that by the turn of the century even operating systems will have an effective market value of $0.
It was entirely predictable and, give or take a few years here or there, I pretty much nailed it.
Of course what I didn't count on was the sheer marketing power the big guys have been able to bring to bear. The average Joe is completely unaware that software has zero effective 'value' these days and continues to pay through the nose for it.
But they *are* at least begining to realize that what they already have works to their satisfaction. The upgrade cycle depends on customer *dissatisfaction.*
Well hey, if the car still runs make the customer dissatisfied with the size of its tailfins. Hence transparent widgets being hailed as a major breakthrough in 'technology.'
Well, I hate to tell the computer 'industry' this, but while this may work with a the younger crowd for a while your grandma already knows how to suck eggs better than you do. She remembers the invention of planned obselesence. She bought into it before you were born, and learned the folly of it, again, before you were born.
When your market consists entirely of people waiting with 'bated breath for the next release of the latest and greatest gee gaw you're ok, but when your market moves to Walmart and the nations grannies it's a whole new ball game. Granny just wants to buy it, take it home, and have it work, and if it does. . . well, that's pretty much it for her, she's done.
And so are you computer 'industry.'
KFG
The only reason I got a TiBook is that I knew that eventually the G3 would croak (it finally did this month,) and, even at that, I waited until the TiBooks could burn CDs and CD-RWs.
Backups (redundant data & hardware bought before a catastrophy,) take all the ugency out of buying a replacement.
I may not buy a new computer for a decade. Maybe some boards, more RAM and a new monitor (just picked a Nokia 4445Xpro for the Linux box,) some new bigger drives (I ripped ALL my 200+ CDs to Mp3s,) but I don't use Windows so I never got on the upgrade treadmill.
My client's a bank and their thousands of NT4.0 SvcPk6 boxen are definitely NOT multi-media ready (bad idea with the public doan'cha'no? You're supposed to be at work, not playing games and watching DVDs.) NO CD burners, no audio cards.
The apps that we write and that run on those desktops are client-server so they don't need more than a 200MHz pentium III, a 4GB drive and 64MB RAM (and even at that most of that foot print is the OS.)
Frankly, pitching DRM at these people is a waste of time. Pitching 90% of the software is a waste of time. Pitching 90% of the hardware is a waste of time.
The working world needs better security, better user authentication, better subnet management tools and 100% reliability. The rest is noise.
MSBPodcast.com The opinions expressed here are my own. If you don't like 'em... Think up your own stuff.