I still have my first ever computer - a magnificent ZX81, with a 16K RAM pack. The tape deck permanent storage seems to have gone missing years ago. I'm pretty sure the whole lot still works, although I've not tried. All my truly obsolete hardware has pride of place above my PC in my home office. It only gets promoted to the top shelf if it is sure to get a look of puzzlement from those who might visit. I like to hear people say "Ooh, I remember when I had a Sony Discman - it cost me a fortune in batteries!", or "What are those little flat things in the box up there?" to which I reply "They're floppy discs".
|
My first Computer |
I saved hard for that little ZX81 and I'm forever grateful that my Dad stumped up for the balance. I'm still a little surprised at that; even today he has no clue about technology. When I got that little box in my hand I didn't really know what to do with it. Sure you could write some for loops and print out messages - but what to really do with it? It soon turned out that what people really wanted to do with these machines was play games!
As the ZX81 only had 1K of memory (yes you read that correctly, 1K!) it took some real skill to write anything useful. Then came along the expansion pack to add a whopping 16K of memory and suddenly the sky was the limit. The local library came to the rescue with magazines dedicated to Sinclair computers. Every magazine issue had numerous games in which they would publish the full source code. The source was generally simple: a single REM (comment) statement followed by hundreds of ASCII symbols. This was followed by a loop that poked these symbols into memory as raw instruction code. If you typed one single character wrong it was toast! Luckily I had a tape deck onto which I could save a memory dump. This required loading an audio cassette, then pressing the record and play buttons. The little machine would then squeak and squeal like a fax machine and after a while you hoped that you had a copy.
I wonder how many people who cut their first lines of code on a ZX81 are still doing the same now?
All this old technology reminds me that nothing much has changed. Sure we've refined and improved, but there has been no major leap forward. We still store information on revolving platters of plastic or aluminium; computers still have a CPU, bus and memory made from silicon; we still carry digital music with us, only its become a little more compact.
Software development has changed, its become more sophisticated, collaborative and reaches far more into our lives than when the ZX81 was for sale. But in so many other ways it hasn't changed at all. So old tech never dies, it just gets improved.