Slashdot Mirror


Top 10 Personal Computers

BWJones writes "The Houston Chronicle has posted a story by Dwight Silverman on the ten most popular PC's of all time. His inclusions are for the most part accurate, but his rankings confuse me. For instance, he includes 'hobby' computers such as the Altair, but excludes the Apple I and his ranking of the Compaq portable PC at number one ahead of the Altair, Apple I and II, Apple Lisa and Macintosh. Interestingly, the author also skips other significant platforms entirely, such as the Amiga and Atari computers as well as skipping over the much more significant Tandy products, the TRS-80 line of computers which like the Apple I and II had built in BASIC which helped introduce many people to programming."

4 of 387 comments (clear)

  1. Dissapointed by millette · · Score: 5, Interesting

    I was sure to find references to my goold old Timex Sinclair 1000, or even my Adam computer, but no! I had to read about Compaq...

    Not even a word on the TI 99/4A. Guess I'll have to publish my own list. Actually, I had planned a long time to do a timeline of my computers, see how it respected moore's law. Guess there's no better time then right now to get started.

  2. Other Items for Consideration by zulux · · Score: 5, Interesting



    TRS-80 Model I/III - these affordable computers were the first to have inexpensive networking. They had a multiplexer device avaiable (think hub) that workied through the casette port - one computer could 'save' to another 'loading' computer. Cheap, by clever, flie-level networking for the masses

    C-64/TI-99/VIC-20/ATARI 400(800) - The fist mas market computers that broght comuting to people who were more interested in the applications (word-processing and gams) then the computers themselves.

    TRS-80 PC-2/SHARP ??? - the first pocket computers, they had a BASIC interpreter and could do normal computing functions and yet fit in your pocket. Link here . The precursors to PDA and 'smart phones'

    TRS-80 Model 100 (Kerocera ???) - the first popular laptops.

    ATARI ST/AMIGA 1000 - the first true 'multimedia' computers that broght music composition via computers to the masses.

    SETI&Home Project - the first virtual supercomputer.

    .

    --

    Moneyed corporations, non-working 'poor' and criminal prisoners are turning productive citizens into tax-slaves.

  3. IMSAI 8080 by anubi · · Score: 5, Interesting
    That was my "first one". I kept looking at the Altair ( which the IMSAI was kinda a "clone" of ) but was quite unhappy with its design - especially around the power supply and mechanical details. The IMSAI, in my mind, had covered those bases. It had something like a 30 AMP 8-volt power supply which was regulated down to 5 volts on each S-100 card.. I think it would house something like 21 cards on the backplane. The console interface was an array of switches for its 16-bit address and 8-bit data busses, and corresponding rows of LED's to indicate which address and data were currently being executed. During "operation", the LED's were just a blur, but at any time you could drop down and single step the processor from a switch on the front panel.

    I loved this one as I made many of the cards for it... cards which would do really weird things like interface to gas turbines, as I had some projects back then which involved large heavy machinery, and it occured to me that I could program one of these machines to act like a gas turbine, and allow me to check out all the logic of a Gas Turbine Controller without having to power up an actual gas turbine, that is I could read the fuel injector signals, generate a corresponding RPM signal, mimic fuel failure signals, vibration signals, etc. I remember how weird it seemed sitting in the control room of the turbine control room, with the entire room aglow with all sorts of displays indicating the turbine running full power, yet the turbine just down the hall was dead quiet as it was undergoing replacement of its blades.

    It was my first taste of having my own programmable device that I understood intimately... and I still have it, albeit I have not used it in years... as I use several old ISA PC's to do this now... ( I like my old Borland 3 C++ compiler for DOS way too much.. it does exactly what I want it to do, and is much quicker for me to get something done than coding in 8080 assembler. And hell, I don't want GUI or its assorted bloatware just to do quickie process simulations. )

    --
    "Prove all things; hold fast that which is good." [KJV: I Thessalonians 5:21]

  4. Re:TRS-80 Z-80 chip far superior to the Apple 6502 by tgibbs · · Score: 5, Interesting
    A 6502 at 1 Mhz could at least control a floppydrive

    And this was the feature that made it possible for the Apple II to have a low-cost floppy drive. Steve Wozniak designed a "dumb" floppy controller, using only a handful of chips, that worked by using the Apple II's cpu as the controller. The fact that the cpu directly read individual bits off the floppy and controlled the floppy hardware at a low level made possible some truly baroque copy-protection schemes.

    The Apple II was also the only PC of its time to offer a true bit mapped "color" display--another of Wozniak's innovations. Every other PC of the time had only character-mapped graphics. This feature made the Apple the game machine of its era, although as with the floppy drive, everything from sprite movement to the individual cycles of the speaker had to be controlled directly by the cpu.