[citation][nom]jdamon113[/nom]I remember when I first saw a screen with the blinking dos prompt. It was the first IBM- You could not imagine how large and heavy it was, at the time it was just all, and wow. I was very young so a 5000 dollar IBM was not way, but later I got a timex sinclair, I remember it took me half a day to program the code to enable more memory. The big white boxed of that day, not to many home built yet. But those days there was a certain beauty in the PC world, as small as it was, each maker has something different, now requardless the name on the side or even if you build it yourself. It’s all the same made in China Crap. I miss the, NEW and cool factor. It’s all buzz words now.[/citation]
A lot of parts aren't made in China or at least aren't made only in China. For example, Japan makes most of the high quality capacitors and similar parts for many parts of the computer including the good motherboards and video cards. A lot of DRAM is made outside of China. The list does go on. It doesn't go on as long as the list of things made in China, but it does go on pretty long.
[citation][nom]jasoncrussell[/nom]I reckon it could still give the new Bulldozer chip a run for it's money.[/citation]
At least Bulldozer steamrolls Netburst.
[citation][nom]tical2399[/nom]Sounds like the bad old days to me. I'd hate to have an understanding of command line or programming just to do basic tasks. For most of us simpler is better.[/citation]
Yes, because actually understanding what the computer is doing is worthy of hating it. Simpler is only better for people who are too lazy to do it the fast way. Command line is still the fastest way to do things on a computer even like two decades after we got common GUIs (if you count Windows 3.11 and prior as the early common GUIs) for people who know how to use it. In fact, command line still sees common usage by a lot of people for this reason (among other reasons too, but still).
Programming skill isn't a necessary thing even for using command line, but it helps. I still remember a little BASIC myself and even have some QBASIC programs that I wrote and occasionally use. Writing small programs is very easy and doesn't even take much thought. For example, most of the little things I write could be written by anyone with even a day or two of reading a few of the many tutorials on the internet. You could literally write small but useful programs just by looking up a tutorial and spending a few minutes or hours reading and practicing. For example, I have some programs that generate random keyboard characters (I just had to see how quickly I could write three completely different methods for accomplishing this) and some that do other things.