Comparing Today's Computers To 1995's 461
An anonymous reader writes "A look back at two articles from 1995, touting high end computers and 'must haves.' How times have changed... ...'Memory (RAM): We seem to have convinced most manufacturers to adopt eight megabytes as standard, compared with four megabytes in 1994. Don't buy less than eight. The difference in performance between an eight megabyte machine and a four-megabyte machine can be dramatic.'"
yup (Score:5, Funny)
Re:yup (Score:5, Funny)
Now the porn is available on demand but it takes 30 minutes to load up my schlong :(
Re:yup (Score:4, Interesting)
Re:yup (Score:5, Funny)
Re: (Score:2)
Slashdot's junk character filter prevents me from posting this: http://www.asciipr0n.com/pr0n/pinups/pinup09.txt [asciipr0n.com]
Re: (Score:3)
On pinup18 Chrome tells me the site is in Maylay and asks if I want to translate.
Re:yup (Score:5, Funny)
http://xkcd.com/598/ [xkcd.com]
Comment removed (Score:5, Interesting)
Comment removed (Score:4, Insightful)
Re: (Score:3)
Yes, ok, fine, but... where's my flying car?
Eh (Score:4, Insightful)
Re:Eh (Score:5, Insightful)
it's just more of the same.
Yes, but the difference has consequences. Capabilities have increased by a factor of a thousand or more in several areas. This has made certain things practical--such as effectively removing these resources as important limiting factors on most programs. In addition, it has made areas previously almost impossible because of these limitations--such as complex digital video editing on a normal microcomputer.
Not to mention playing video of good quality on a normal microcomputer.
Re:Eh (Score:4, Insightful)
Re:Eh (Score:5, Funny)
hahahaha "1995: ...handling email, web surfing..."
speak for yourself but i think somewhat less than 90% of the people currently using a computer had access to email or the internet in 1995.
Re: (Score:3)
Re: (Score:3, Informative)
if you believe Wikipedia, there were only 50 websites to visit [wikipedia.org]
Did you read that page you linked to? "Of the thousands of websites founded prior to 1995, those appearing here are noteworthy for one or more of the following reasons..."
Re: (Score:3)
If you're using Wikipedia as a reference for how many web sites there were in '95 then you're doing it wrong. And standing on my lawn.
That list you're referencing is the number of sites founded prior to '95 that are still operating today, which is a much shorter list than what was available back then. The internet in '95 was an exciting place, it seemed like everything was available if you knew where to look. Early adopters were rewarded with the opportunity to be part of building the new cyberspace, and
Re:Eh (Score:4, Insightful)
I was doing both, but even there the differences are huge. For example, back then I would check my email once or twice per day. As in, people would send me an email and it would be stored on a server for a while, and then some time later I would get it. Downloading my mail often took a minute or two - and most of it was plain text. Now, my mail client is basically always connected to the server. I get notified as soon as mail is available and I read it as soon as I want a break from whatever I'm doing. If I wanted to send someone a picture, I had to upload it to some FTP or web space and then they'd download it (and I'd just hope no one guessed it was there).
The web back then was purely static. There was no JavaScript (depending on when in 1995, it was either not released, or so new that hardly anyone was using it). Frames were all the rage - they reduced bandwidth, which was useful, but also broke the back button, which wasn't. Animated gifs and embedded midi tracks were the height of dynamic behaviour. Most companies had a little bit of marketing information online, if anything. Things like online shopping were pretty rare - Amazon existed, but I couldn't order groceries online, for example. I could get news from the BBC, but not very much.
Re:Eh (Score:5, Insightful)
This has made certain things practical--such as ...
Such as using unsuitable or bad algorithms, wasting enormous amounts of memory, disk space and bandwidth on trivial tasks, using layer upon layer of badly structured APIs and on top of that a browser with an interpreted language running software we use daily (like gmail). Who would have thought it possible back then?
Re:Eh (Score:5, Insightful)
Such as using unsuitable or bad algorithms, wasting enormous amounts of memory, disk space and bandwidth on trivial tasks, using layer upon layer of badly structured APIs and on top of that a browser with an interpreted language running software we use daily (like gmail). Who would have thought it possible back then?
Either you weren't around back then or you are too young to remember but...
The lavish 33MHz and 8MB RAM (compared to the older generations of 16 bitters and 8 bitters) allowed lazy programmers to write such terrible algorithms and waste vast numbers of cycles on interpretd languaes like Visual Basic etc etc. My god, I mean windows 95 wasted so much CPU just to look a bit prettier. Real programmers still did everything in DOS.
Also, while some programmers have got lazier, others have not. Many algorithms have got much, much faster.
Re:Eh (Score:5, Insightful)
Also, while some programmers have got lazier, others have not. Many algorithms have got much, much faster.
And those layered APIs that the grandparent complains about make this easier. Now we don't have everyone implementing searching and sorting themselves, someone does it once and it's shoved into a shared library. The same with more complex things like image compositing.
Re:Eh (Score:5, Insightful)
I sincerely hope that you're being sarcastic, or at the very least, trolling.
Back in 1995, there were plenty of "lazy", inexperienced and just downright poor programmers. However, aside from a few cases here and there, the objective was always the same then as it is now - get the job done in a reasonable time. In 1995, we had to invest a lot of time optimising and hand coding ASM to meet that objective due to the mentioned limitations in PC's. These days, hardware is so fast and plentiful, we can get on with doing other things and spend less time optimising. It doesn't matter how much memory the program is using or how many CPU cycles are being wasted when the job gets done in 2s versus 1.4s.
Sure, you might see it as wasteful or even lazy, but all you're really doing is substituting one form of inefficiency with another - the inefficiency of the program with the inefficiency of the programmer's time. Hardware is cheap, good programmers are not. If a company is spending £40,000 a year on a single programmer, they'll get far more value spending an extra £1000 on a faster Processor or more RAM than they will out of having him spend weeks hand-coding and debugging ASM ops for every application/routine he writes.
Yes, there will always be the exception and "throwing hardware at the problem" isn't the right solution, either, but saving time is saving money and that's why we have "inefficient" programs.
Re:Eh (Score:5, Funny)
In 1995, Visual Basic 4 was released. Anyone who thinks that there were no bad programmers around then was either not alive or not paying attention.
That said, there are now a lot more programmers and, more importantly, the number of tasks where slow code is fast enough has increased and speed has stopped being the main concern. Software projects often live for over a decade and being able to continue to modify the code to meet new requirements in ten years is a lot more important than having it run very fast now (and what does 'very fast' mean? If it completes the day's processing in 0.5 seconds instead of 0.005 seconds, who cares?). Back in 1995, throwing away your code after a couple of years was only just going out of fashion.
Re:Eh (Score:5, Funny)
... and now they don't even know how to right!
Re: (Score:3)
I think you misunderstood him, that was no typo. He meant that programmers back then took optimized and reliable but left-leaning code and righted it. As in "this code is too damned liberal!"
Same thing as when someone says "they should loose their money." It's no typo, they meant what they wrote. They want them to set their money free, not lose it.
Re: (Score:3)
A script I can today code in 30 minutes and run for 5 minutes is better than an application I had to write 15 years ago that took 4 hours to write, just to be able to run it under an hour of processing.
I don't dispute that when it concerns code you write for yourself. But when "optimized developer time" results in e.g. 5% of millions of Thunderbird users having to wait 3+ minutes to read their email because they have large inboxes and TB is terrible at sorting/storing/displaying mails in large folders, it does not seem to be a good trade-off. As one of the affected users, I'd much prefer it if they stabilized their ever-growing bloatware feature set (that has translated into no visible gain for users) an
Re:Eh (Score:5, Funny)
Capabilities have increased by a factor of a thousand or more in several areas.
What Intel giveth, Microsoft taketh away.
Re: (Score:3)
... and the Penguin giveth back with interest!
Only to be taketh back again by Mark Shuttleworth.
Re:Eh (Score:5, Insightful)
Re: (Score:3)
This is actually want impress me the must.
My smartphone (HTC Desire) have more computing power, than my PC I used back in 1994 did.
If I were in one of those bad "time traveller" movies, and brought my cellphone, they wouldn't believe I only came from 18 years in the future with the amount of power my cellphone have.
Re: (Score:3)
This is actually want impress me the must.
My smartphone (HTC Desire) have more computing power, than my PC I used back in 1994 did.
If I were in one of those bad "time traveller" movies, and brought my cellphone, they wouldn't believe I only came from 18 years in the future with the amount of power my cellphone have.
They wouldn't believe you anyway. What can you do with a modern smartphone in 1994? No youtube, twitter, facebook, gmail, no 3G, not even GPRS, no not even GSM, and after three days (because you're battery last 3x longer because you don't use video and 3G) it goes dead because there is no usb to load the battery. The only thing left is to use it to sniff some coke from the smooth touchscreen, but that's it.
Re: (Score:3)
Nah, better than that.
If you brought an iPhone back to 1995 they wouldn't believe you were from the future because it has an Apple logo on it, and everyone knew they were always just a few months from going out of business.
irony (Score:5, Funny)
he typed it on his cell phone...
How do you define better? (Score:3)
If I wanted to type a 10,000 word document or play a complex RPG I'd take that 1995 PC over a smartphone anyday. Sure , the smartphone has much better hardware but from a usability point of view it leaves a lot to be desired compared to PC or any era.
Re: (Score:3)
Between broadband internet, 3d acceleration, dual monitors, and a stable multi-tasking OS, I have NFI what you're talking about.
-Sent from a smartphone that is far superior to the machine I had in 95
Re:Eh (Score:5, Interesting)
The only reason you can run the same OS is that the x64 architecture supports emulation of the old 32 bit x86 architecture which supports emulation of the 16 bit architecture that came before it. Maybe you didn't notice these jumps, but they were there. There's another jump just happening, the move from magnetic hard disks to solid state disks. That's again one you don't notice unless you know about the technical difference, but it's still a pretty big difference. And yes we have more RAM, and yes that's even an example of something that's essentially still very similar to 1995 RAM, but even then, miniaturization is kind of a big deal. The chips may still work in the same way but there were huge advances in the technology that is used to produce them, which are hidden from most normal users. The basic idea of how a computer works is still the same, of course, but then, that hasn't changed in almost a century. And it probably won't change anytime soon - the next big change is probably the move to smaller, portable devices that require even less inside knowledge to operate. Maybe, ten years from now, you'll look at your phone and say "why this is so different from the computers we used to have to put up with- finally they changed something!" because the package looks different, but the overall architecture will still be the same.
Re: (Score:3, Informative)
While you appear to have a solid technical knowledge base, it is clear you have little to no practical knowledge or experience with SSDs other than off the cuff comments you've read here or there.
Let's go through some of your misconceptions shall we...
Price. Yes they are more expensive than mechanical hard drives. But the speed boost is substantial and worth it. I remember paying $200 for a 30GB HDD a long time ago. Now I can get a 128GB SSD for $160. My 128GB Crucial M4 is limited by my 3Gbs SATA 2 connect
Re:Eh (Score:5, Insightful)
Word has not sped up any either. If anything it feels slightly slower.
Re:Eh (Score:5, Interesting)
Boot time, from power on to ready-to-work (no HDD activity after boot), including a 3 second memory test, is 51 seconds. Yes, I can do a lot more with my 2GHz dual core 4GB RAM workstation (get prettier graphics, browse the internet) but this laptop has Word, Excel, Powerpoint, networking.
I am amazed that so little has changed.
Re: (Score:3)
Re:Eh (Score:4, Funny)
Nonsense. Soon they will be Arduino controlled.
Re:Eh (Score:5, Funny)
You mean you don't know how to use the three seashells?
Re:Eh (Score:5, Funny)
Re: (Score:3)
Re: (Score:2)
"the OS that won't boot on a tablet with the "right" hardware (that prevents other OS-es as a "happy" side effect)"
I take it you are talking about OSX/iOS?
Re: (Score:3)
think about the RISC processor. It was developed by the guys at Acorn to run their RISC-OS.
This made me cringe. The RISC processor was developed at UCB. The ARM processor was developed at Acorn, inspired by the RISC processor and the 6502. Given that ARM processors now outsell Intel processors about 10 to 1, I don't think it's so unthinkable.
Re: (Score:3)
apt-getting, chown, sudo are all apps ....
Run in a command line which is an app ...
The OS runs all of these for you and all your other apps, manages them, and allocates resources... you use it all the time ...
the OS is not a shell, not the interface, it is the manager that makes everything work, MS have muddied the waters ,,,
Re: (Score:3)
By equating the terms "operating system" and "user interface". What wisty was referring to was not "using the operating system" to chown and sudo, but rather "using a different user interface".
A bit outdated (Score:2, Interesting)
The article is a bit outdated, but I mean that in the opposite sense of it reporting computer stats from 1995. It seems a bit a year out of date on its stats. Am I nitpicking? Sure.
The 28.8 modem was introduced in 1994, and I recall it being in fairly wide use by summer 1994. Likewise, 17" monitors were not unusual or prohibitively expensive back then. I had a decent enough 17" that ran maybe $300 or so. The Apple repair tech knocked it off my table, and I ended up with a really nice 17" Sony CRT and a mass
Re:A bit outdated (Score:5, Insightful)
I do recall that CRT monitors were for a very long time much cheaper than LCD/TFT screens. And for an even longer time faster (especially in refresh rates). Also CRT never really came down in price - stayed more or less the same, as materials/manufacturing/transportation are the bulk of their cost.
Indeed back in the days 17" was not expensive, back in 1995 I was using 15" already. I got a cheap second-hand one, a few years old, excellent condition. And early 2000s switched to a flat screen one.
A 24" CRT is still massive. Never ceased to be massive. I mean, ever tried to lift such a beast? You may have had to reinforce your desk before putting one of those on it! That huge chunk of glass just won't get any lighter, no matter what.
Re: (Score:3, Insightful)
A 24" CRT is still massive. Never ceased to be massive. I mean, ever tried to lift such a beast? You may have had to reinforce your desk before putting one of those on it! That huge chunk of glass just won't get any lighter, no matter what.
I still have a 32" CRT TV, and one of the main things that's keeping me from getting a flat screen of some kind is WTF am I going to do with this beast? It's 150 lbs, but that's deceptive. It's 150 lbs of poorly-balanced, somewhat fragile dead weight. One person cannot carry it anywhere, at least nobody I've seen has figured out how. Two can manage, but I don't own a car. Funny how people are willing to deliver stuff for next to nothing, but you can't find someone to haul it back out again.
Re: (Score:3)
I started moving 30" screens around in the late '80s when they cost a few thousand dollars. Never had to pay for dropping one.
I still have a 32" CRT TV, ..... It's 150 lbs of poorly-balanced, somewhat fragile dead weight. One person cannot carry it anywhere, at least nobody I've seen has figured out how.
Re:A bit outdated (Score:4, Interesting)
My personal favourite was when someone wanted their PC under their monitor to save desk space - you had to lift 50-odd lbs of monitor and then brace it with one hand to slide the desktop underneath cos' there was no way the desktop would slide into place with the monitor resting on the top.
When we migrated to TFT's I wrecked my back for about a week lifting all the old monitors as we got rid of them but the pain was worth it to never see those b4stards again...
Re: (Score:3)
Windows 95 vs Windows 7 (Score:5, Funny)
Windows 95 came with a 3d capture the flag game and a Weezer music video. Windows 7? Nope.
Therefore, computers in 1995 were better.
Re: (Score:3)
Re: (Score:2, Informative)
Re:Windows 95 vs Windows 7 (Score:5, Informative)
Re:Windows 95 vs Windows 7 (Score:5, Informative)
That's OK. This is Slashdot. You'll be modded up to +5, Informative, anyway.
Eight Megabytes And Constantly Swapping (Score:5, Insightful)
It used to be regarded as a heavyweight editing environment, comparable in scope and resource requirements to a full programmer's IDE. There was even a special server designed just to allow several editing windows (aka frames) to coexist.
Now, it's so lightweight and fast to load up, my web browser launches a completely independent Emacs for each comment field in a web page, my MUA launches its own Emacs for writing mails, I have multiple independent Emacs processes for editing code, and another for writing LaTeX.
Re:Eight Megabytes And Constantly Swapping (Score:4, Funny)
"Emacs is a wonderful operating system. All it's missing is a decent text editor."
Re: (Score:3)
Re: (Score:3)
One of the things that infuriates people who like GUIs is when Cut'n'Paste doesn't work properly in some applications. Even when it works, the data transfers through cut and paste depend a lot on what an application will recognize or let you copy. E.g. you might copy an image from the web browser and yet you can't insert it as a background for your music player.
I'm the same way with editing text. Nearly every application requires some text input
Re: (Score:3)
Technically I don't need the modern hardware to run emacs, but I can't find decent old hardware anymore.
And really, the only reason I prefer the modern hardware is for resolution; I can stack up a lot more Emacs windows on screen with larger anti-aliased fonts.
I'll forgive all you VI users. After all we'll be in the same rest home some day. IDE users though will feel my cane of righteousness upon their heads.
I had four megabytes and it was pretty (Score:5, Informative)
My 486 only had four megabytes of RAM. I had to reboot and bypass CONFIG.SYS and AUTOEXEC.BAT to run Doom. The reason? My mouse driver took up too much memory. And this was in DOS, where you only had three or four drivers to begin with.
(Before any other old folks ask -- I already had other drivers in upper memory so the mouse driver wouldn't fit there.)
Re:I had four megabytes and it was pretty (Score:4, Informative)
Doom used a DOS extender. As such, you could pretty much have all your drivers in base memory without any of that UMB mangling.
Ultima VII and the Voodoo Memory Management (http://ultima.wikia.com/wiki/Voodoo_Memory_Manager) on the other hand....required a lots of base memory and you really couldn't run anything like EMM386 reliably. Was...interesting to get Ultima VII working with 2MBs of RAM.
DOS startup menus (Score:2)
Doom was a lot easier to run than games that used earlier DOS extenders.
Remember Zone 66? Just to run Zone 66's crazy DOS extender I had to use a config.sys menu [rsvs.net] to boot into a separate configuration that only loaded my sound driver but not the memory manager. Total pain to set up.
Re: (Score:2)
I think the real problem is that CuteMouse hadn't been written yet.
Sometimes you may have been able to get away with another compatible mouse driver that used less memory.
Re: (Score:3)
As an Amiga user I used to laugh at stories like that from DOS users. Of course I didn't get the last laugh.
1995 computers were better for flight sims (Score:5, Interesting)
What if they brought back Stunt Island as Stunt Island 2? Allow people to autoshare videos on Youtube. Allow people to share/rate missions like they do on Little Big Planet. Have multiplayer with watchers/chatters. Have car racing too if you want to go all out.
Maybe I'm not in the mix anymore, but when I played some modern flight sims they showed an out of cockpit view and you just flew around using the mouse. Maybe someone could point me to where the good competitive gaming flight sims are that I am not aware of?
Another thing we're missing from the early/mid 90s is adventure games, but I don't miss them any further than I can get without the blue key.
Re:1995 computers were better for flight sims (Score:4, Informative)
Re: (Score:3)
That has nothing at all similar to Xwing vs TieFighter style combat.
Three orders of magnitude (Score:5, Interesting)
8 MB then, 8 GB now
1 GB then, 1 TB now
33 MHz then, 3 GHz quad-core now
0.0288 mbps internet then, 1-10 mbps now (only two orders)
600 MB CD-ROM then, 45 GB BluRay now (only two orders)
1.4 MB floppy then, 16 GB Flash drive now (four)
Price: (not in TFA): Probably $2500 then, around $750 today.
And yet, I'm betting that the 1995 machine boots faster than the 2012 machine...
Re:Three orders of magnitude (Score:4, Informative)
Yep. And if you go with the informal version of Moore's law, "X doubles every year and a half" where X is just about any measure of computer capability, we're still almost on track. 2^10 = 1024, as /.er should know by heart; strictly speaking, this should mean about a thousandfold improvement between 1995 and 2010 rather than 2012, but everything you list was available two years ago, if at a somewhat higher price. And yes, X may just as well be boot time as RAM or processing power. ;)
Re: (Score:2)
And yet, I'm betting that the 1995 machine boots faster than the 2012 machine...
For the average PC / Mac user, sure, but not with SSD for the system disk. Consistent boot times of about 15 seconds here on a 2011 MBP.
Peace,
Andy.
Re: (Score:2)
Re: (Score:2)
Well...
I just built out a 4 Ghz 8 core machine with 16GB RAM and a pair of 1.5TB drives for right about $600.
I recall back in '91 my 486DX/33 with 4MB RAM cost somewhere in the ballpark of what you cited ($2,500).
Boot times are relative. My Linux machine with everything I don't need removed boots faster than the 486 with DOS, Desqview, and a fairly dirty config.sys and autoexec.bat. :) You can make anything boot slow if you try hard enough.
Re: (Score:2)
1024x768 then (IIRC), 1920x1280 now (from 0.78 megapixels to 2.46 megapixels, not even one order of magnitude!)
Re: (Score:3)
If you are talking about Windows 95, it booted fast and often! :-)
Still using a CD/DVD player? (Score:4, Interesting)
I noted the article still thinks a CD/DVD/BluRay player is normal. Aren't they obsolete already?
It's been five years or more since I had a working DVD player in any of my PCs. Except my iBook which has one built in, and that's also some six years old now, and the DVD player in it has barely been used in that time.
I used to burn CDs with photos and so - still have some, from many years ago, and really should copy them to a USB stick or so before I really don't have a CD drive any more. I used to burn CDs for Linux installation; now that's done from USB stick. I used to burn CDs as archive as my hard disk got full. Modern hard disks are so big, they don't fill up. And if they do, the capacity of a CD-R or even DVD-R doesn't do much to solve that problem. A bigger hard disk is the only reasonable solution.
And monitor - well I still use 15". It's good enough, and my desk isn't that big. Those also didn't come down in price as drastically as the other components did.
What I also noticed is that in the US just 85% of adults have a mobile phone, and 90% live in a household with at least one mobile phone. I think that's a really low number. Where I live there's close to a 200% (yes, that's two phones per person, not only per adult - many people have indeed multiple mobile numbers, and many are used by regular visitors) penetration of mobile phones.
Re: (Score:2)
I use one on a daily basis. Sure some people have phased them out or use them little, but I would never own a machine without one form of optical media.
Linux and Virtualization on a Mac 18 years ago (Score:4, Interesting)
I had a Macintosh LC 475 [everymac.com] back then. It had a 25 Mhz Motorola 68040 CPU [wikipedia.org] and had come pre-installed with Microsoft Virtual PC for the Mac [microsoft.com] which emulated x86 architecture on the Motorola 68040.
A magazine called PCQuest [ciol.com] ( It was a geek-focussed magazine then; it's a CIO-focussed magazine now ) came out with Slackware on the CD. ( I cannot remember the version)
I managed to installed Linux as a VM on my Mac 18 years ago using this. [slashdot.org] ( That's a link to my blog post with more details as to how I did it )
Of course I did not know what Virtualization was. I did not have an internet connection even!
It took me a year to get X running - just by reading the man pages and configuring modelines and hsync and vsync values
My proudest moment was when I wrote my own man page using nroff ( IIRC ) and it showed me bold fonts in a terminal. I did not know even know what a terminal was, except that Jeff Goldblum destroyed the Aliens by uploading a computer virus through it ( Movie: Independence Day ) I am nostalgic
Cute article, but a little bit inaccurate. (Score:2)
When i think back, i am deeply diaspplointed. (Score:2, Interesting)
When i think back to 1995 i expected a machine/os, which has/uses *lots of cores and bandwidth to ram*, where everything is reasonably multi threaded and where programs can exchange data in a reasonable, transparent way.
Nothing came true. Application still freeze when waiting for sth, a massive CPU still has to be running to do simple background operations, we still exclude Bitmaps is text documents because nothing else works, and my CPU is still waiting for the RAM, even longer than before.
Web applications
Lessee, 1995 (Score:2)
I eventually upgraded from that system to a dual 486/66 with 16 MB of RAM and an S3 video card. That thing was a beast. Ran X
Only 24-bit in 1995? We've come a long way. (Score:2)
I love the column on video, where the 1995 columns says "24-bit", and the 2012 column...oh wait, we're still 24-bit. Everything else has advanced by several orders of magnitude, but we're still limited to just 8 bits per color channel (RGB = 24 bits in total) going out over the DVI cable (and the display itself). Sure, now you can drop a few G's on a 10-bit (30 total) monitor (if your software can even make use of it), but it's kind of sad that progress has been so slow.
Re: (Score:2)
Re: (Score:3)
I love the column on video, where the 1995 columns says "24-bit", and the 2012 column...oh wait, we're still 24-bit. Everything else has advanced by several orders of magnitude, but we're still limited to just 8 bits per color channel (RGB = 24 bits in total) going out over the DVI cable (and the display itself). Sure, now you can drop a few G's on a 10-bit (30 total) monitor (if your software can even make use of it), but it's kind of sad that progress has been so slow.
What's worse, human vision is still limited to about 10 million nuances and can't even take advantage of 24 bits. Time for an upgrade!
Re: (Score:3)
You could just pretend it's 128 bit instead. Under normal conditions your eyes can't tell the difference.
24 bits is enough for human vision (Score:3)
Your eye can't resolve much more than that. You might as well ask why we can't have sound chips that can output 100Khz. Well what would be the point unless you're writing a game for bats?
Faster, bigger. Better? (Score:3)
CPU and memory is a confortable progress - but is not a revolution. Still to come.
My first computer (Score:2)
might as well have another one of these threads, it's been a few years since the last one I think...
Acorn Atom circa 1980 ish. 12KB of RAM with the expansion pack. No storage at all (you could link to a tape recorder to very slowly store and recall data). No display (it plugged via a PAL lead into a TV). BASIC language and operating system fitted into a 2K ROM module if I remember correctly. I still have it on my shelf but haven't been able to plug it into a power source or TV for years.
Something else (Score:2)
Comparing one of today's desktop boxes with a mainframe from way back, IBM 360
30 M disk packs a room filling 1 M core memory rack and - 8" floppies
Performance data compare would be interesting.
What about games? (Score:4, Insightful)
What surprises me is that most of the older games from around this era have yet to be rivalled even today. Nevermind the fact that games back then didn't have EULAs, DRM restrictions, or DLC. You got what you paid for, and that came in a full sized box adorned with awesome artwork- and on the inside, you got a CD in a jewel case and a manual as thick as your thumb.
We had gems like Descent, Descent II, Command and Conquer, Warcraft 1, Warcraft 2, Tyrian, Raptor: Call of the Shadows, Duke Nukem 3D, Crusader: No Remorse and Crusader: No Regret, Mass Destruction, Wipeout (the original Psygnosis game was a MS-DOS release- it ran straight off the CD and had an absolutely awesome soundtrack from Cold Storage), Star Wars: Dark Forces, X-Com, SimCity 2000, etc.
Just after that era we got gems like C&C: Red Alert, Total Annihilation, and Starcraft.
Not a single game had any kind of grinding wankery in the form of "achievements" or "trophies". You bought a game, you got 10 to 20 hours of entertainment in a box. It was that simple.
Today, you're lucky if: A) $69.99 gets you something even remotely worth playing (since demos and shareware are long forgotten), and B) maybe 2 hours of actual entertainment wrapped in 20 hours of fucking around in a giant sandbox to boost some stupid number so you can proceed with the main quests/missions. Oh, and you don't actually "own" games anymore. You're licensing them, they only work 5 times (if you're lucky), and the disks often come in paper envelopes publishers have gotten so goddam cheap.
But hey, EA's releasing the next big version of MW or CoD! So whoopie! Nevermind the fact that they've driven Westwood Studios and Origin into the ground, and now they've done the same to Maxis and have focused their attention on Bioware. CRANK THAT FRANCHISE WHORING FACTORY TO FULL THROTTLE BOYS, WE HAVE CONSUMERS TO EXPLOIT!
-AC
Re: (Score:3)
Yeah I remember Frontier: Elite 2 came with a manual, star chart poster and a booklet of short stories set in the Elite universe. Good times.
Young whipper snappers (Score:4, Interesting)
When I started, I had 4K and saved programs I typed to cassette tape! The differences between then and 1995 are orders of magnitude greater than 1995 to now.
I clearly recall the last three jaw-dropping moments:
circa 2001, Seeing AMD beat intel to the market with a 1GHz processor
circa 1997, being able to download a music file in less time than it took to play.
circa 1991, seeing a postage-stamp video of the moon launch on Quicktime from the Apple Developer CD they distributed monthly.
Other than that, its all more of the same, or far enough back in history as to be a blur.
-db
380Meg of ram. (Score:3)
Nevermind..
(( The PC with 4Meg of ram, running OS/2 was considered a toy even though it was more than most normal people had on their desktop. ))
Re: (Score:2)
Heh. The other day, I helped a friend set up his new USB wireless modem on his laptop. When he plugged it in, the ISP's app loaded automatically but Windows 7 couldn't recognize the hardware, and brought up a window to search for a driver on the internet, ...
Re:Internet, Software and Hardware (Score:5, Insightful)
Ah... 1995. I remember back then talking to my girlfriend (now wife) about how things "used to be back in the day."
One of the things I noted even then was the reliance on the Internet. I recall stating something like, "back in the 80s, I could spend an entire stretch of days at a time, stuck in my room writing stupid home-brewed programs in my Commodore 64, with very little sleep; I could always find something to do with that little machine without any network connectivity or external communications. Nowadays, I sit at my computer desk, and if the 'Net is down, can't check my e-mail, can't use my browser, can't log into the BBS... it's useless, and I turn the fucker off."
Today, if my cable-modem connection goes down, I just grab my iPad and play Bejeweled or some other game, watch a movie, or catch up on my reading.
My, how times change.
It is not that I've grown less reliant on my Internet connection. I think it's just that modern machines are much more pleasant to use for many other use cases.
You see, in the 80s I was discovering computers and every silly "GOTO 10" statement was an adventure. In the 90s, I was exploring the vast frontiers of the Internet, and while using a PC was a fscking pain, I endured it for the value of the network and communications.
Now, the device is not a pain to use, and I use it for many other things than just exploring the Internet or communicating with others. This is the actual progress of our technologies: Convivial machines to fit human lifestyles.
It is amazing what we have now. I truly feel like I live in The Future.
-dZ.
It did, it just followed too closely. (Score:3)
Software followed hardware closely enough to soak up all the advances in compute power, and sometimes and then some.
Kirk McKusick likes to say "the number of MIPS delivered to the keyboard has remained constant since 1978".
The other one I like is "An elephant is a mouse with an operating system", which is a paraphrase of Robert Heinlein putting words into the mouth of his character Lazarus Long.
-- Terry