UVA Computer Science Museum 186
Cryptographrix writes "Just came across this site, thought slashdot users should check it out, definately worth a read, has everything from the original Osborne portable computer to such memorables as the Altair...supposedly from the UVA staff's personal collection. Even has old (1950's and another board that looks like ESS3, maybe) telephone switching equipment."
Museums and timelines (Score:3, Insightful)
The grouping in the article is all wrong. It clumps pictures and articles together by manufacturer. This is great for something like a research document, but for a museum it is terrible. By the time the reader gets acquainted with the devices made by Altair, he gets thrown back in time to get acquainted with the Osborne, and so on.
A better system would be to simply line up the pictures and articles in a timeline where each device can be compared to each other device in a logical manner. The reader can get a feel for how computers evolved from large breadboards to the tiny microchips of today.
Re:Museums and timelines (Score:1)
By the time the reader gets acquainted with the devices made by Altair, he gets thrown back in time to get acquainted with the Osborne, and so on.
In what timeline did the Osborne come out before the Altair?Certainly not this one.
Re:Museums and timelines (Score:1)
other (bigger) museums MUST SEE! (Score:3)
These are my two favorites:
- old-computers.com : [old-computers.com] a fairly new, well maintained site. They already have a big database and it's growing day by day.
- obsolete computer museum: [obsoleteco...museum.org] One of the first really good site's.
P.
Re:Museums and timelines (Score:2)
The case itself is aranged as a timeline progression. I think the grouping by manufacturer is simply to allow users of the site to pull the image of whateveritis they need right now as fast as possible.
--Killfile
Who would have thought... (Score:5, Funny)
Re:Who would have thought... (Score:2)
I don't know about you, but I just installed the latest version of netatalk [sourceforge.net] on my LFS server and got my Apple IIGS talking to it through a Cayman GatorBox CS. Now if they'll just add MacIP support to Marinetti [sourceforge.net], I'll be able to put my GS on the net without having to do SL/IP or PPP through another box. (Having it access files on my Linux server and my Mac is good enough for the time being, though.)
Re:Who would have thought... (Score:1)
I'd pull my IIgs out of the closet if I could get this to work again.
Re:Who would have thought... (Score:2)
I haven't tried that yet. I suppose it'd be a neat hack, but since I have a 340MB SCSI hard drive (w00t! :-) ) in mine, I've not had much impetus to get it working. (It'd be a useful capability for my IIe if I had a Workstation Card for it...only problem is that I don't have one, and a hard-disk controller would probably cost about the same and would be more useful.)
Re:Who would have thought... (Score:1)
I've got one of these (althout I'm not sure its the CS model)...
Can you provide any links, software, or help in using it? Last time I checked out Cayman's site (a while ago, admittedly) they weren't much help.
I'd just be interested to see what I can do with it... Its my last bit of fully functioning never-used possibly useful hardware.
Re:Who would have thought... (Score:2)
Netopia bought out Cayman a while back. Firmware updates and utility software for legacy products were on their website just a few months ago, but they're gone now. Email me if you want me to send the files (warning: you'll need a Mac with LocalTalk ports to do anything with them).
You might find these pages useful for setting up your GatorBox:
50 years from now... (Score:3, Interesting)
Just imagine high school science-class field trips laughing at the very system you're using now...
---
Destiny-land [blogspot.com].
The happiest blog on earth.
Re:50 years from now... (Score:1)
Re:50 years from now... (Score:2)
You saw a working wireless computing product that was of some use?
Besides a universal remote control? (and even those are horribly dodgy, ick).
I've yet to see one. . . . (unless you count x10, but that is hardly a miracle of modern science, more like a wireless transmitter shoved onto the end of a cheapo digicam.
Quadras? (Score:1)
Seriously - nice to see an online museum that ISN'T merely a collection of 80s personal computers. The more information about the common machines from the 50s and 60s the better - 70s boxies are well known relatively...
a grrl & her server [danamania.com]
The SOL ? (Score:1)
"Hey, my SOL quit working !"
"Well, I guess you're just S.O.L. [umd.edu]"
But.... (Score:1)
They were the first true computers!
ABACUS (Score:2)
Re:ABACUS (Score:1)
Re:But.... (Score:1)
Punch cards (Score:3, Funny)
I tried to write a program using punch cards once, but instead of a nice sort routine, I accidentally voted for Pat Buchannen.
Re:Punch cards (Score:1)
Re:Punch cards (Score:2)
How about this:
$JOB KP=26
Re:Punch cards (Score:2)
Re:Punch cards (Score:3, Interesting)
"A master control program to automatically manipulate machine programs, allocate memory, assign equipment, and route all information.
Found that quite humurous - I wonder if that is where the tron script writers got the idea? Reading the brochure was odd - I am a youngin' and know very little about very old computers (relatively...), and was quite curious about the description [virginia.edu] of the chip: "processors operate on 49 bit words (48 bits plus parity bit)"... where these chips then 49 bit? From the sound of the brochure it makes it seem like the entire system was 49 bit (memory, storage, etc). Or was it like a 4 bit processor that just used 49 bit commands?
Anybody know?
Re:Punch cards (Score:1)
The actual commands only use 12 bit blocks (more than one for most commands though) which are packed 4:1 into said words (the bit left is obviously used for parity).
Re:Punch cards (Score:3, Interesting)
The machine was optimised for Algol and used a stack based architecture meaning that your arithmetic ops etc were done on the top elements of the stack rather than numbers in registers. There was hardware support for creating an Algol stack frame. I'm not 100% sure but I think there was a set of registers to keep track of the scope levels (C has only two levels of scope: local and global. Algol like Pascal can define procedures that contain other procedures recursively which complicates the scoping somewhat).
The programmer only actually saw 48 bits of the 49 bit word. For real numbers, each word was divided into a mantissa and an exponent + 2 bits for the sign of each of those. An integer was merely a real number with a zero exponent. I'm a bit hazy, but I think it used ones complement i.e. (assuming the mantissa sign bit is bit 47, -1 is represented as 800000000001 in hex, not FFFFFFFFFFFF, so you could negate a number merely by flipping bit 47.
If your program crashed, a crash dump would be produced on the line printer. Usually it would take about half a box of fanfold paper which you'd then have to wade through in conjunction with the program listing matching stack frames and variables to the correct names. I remember how we rejoiced after one MCP upgrade when the lines of the crash dumps suddenly started coming out with variable names printed next to them.
Re:Punch cards (Score:2)
No worries about losing data if batteries ran out, either!
Re:Punch cards (Score:2)
He kept a keypunch in his office because he _liked_ cards. I had a Fortran class on cards in 1982, but for everything else we used the Vax 11/780 or IBM PC's. By 1987, Broderick was probably about the only one still using cards at VT.
punch cards at William & Mary (Score:1)
my memory is a little hazy here, but they were holding them a la mugshot style, they were maybe 12"x6", and i believe they had their name written on them as well. but the really interesting thing that i noticed was that these were photos of students holding punch cards into the 80s (again, my memory is not great, but i think it was til '83).
definately? (Score:2)
Cool idea for a product (and probably a patent): a stored dictionary, which one could use to check spelling before posting anything on the Internet.
Future Comments? (Score:1, Offtopic)
"Son, at that time, they hadn't yet convinced the government how horrible it is to allow PC's without copy protection to exist. And the people who invented those computers were really communists, intent on destroying America."
"Well, we know better now, right, daddy?"
"Yes, son... of course. The MPAA always knew what was best for us. Bless their wisdom. Let's go listen to your new best of Britney Spears album."
Re:Future Comments? (Score:1)
Re:Future Comments? (Score:2)
Obviously you don't remember those computers. I remember clearly programs that timed how long if took to seek from one sector to anouther. (MULE only loaded 1 time out of 7 on my comptuer because my disk drive was 1 RPM faster than standard). I remember several programs where they took a laser to the disk at the factory, and then tried to write to that spot, easy to copy, but the program wouldn't run if it could write to where the laser hole was. And then there were programs with weak secotrs (read 5 times get 5 different results), dongoles, look up something on page n.
I think in every case someone hacked the program. I know a few people who bought the real version, and never opened the box, they copied the hacked version so they didn't have to deal with copy protection, which didn't consistently let the honest people in.
If you want to see really old and unusual stuff... (Score:3, Informative)
With apologies to Mr. Chekov from ST:TOS... (Score:1)
Re:I think you meant "read", not "see"... (Score:1)
Sorry.
The coolest thing about the Osbourne... (Score:2)
TRS-80 (Score:1)
Re:TRS-80 (Score:1)
Re:TRS-80 (Score:2)
Been years since I messed with one of those things, but I recall thinking the Orchestra-90 music add-on board was really neat. I remember owning the Orch-90 cartridge on a Tandy Color Computer and exchanging music files for it with Model 4/4P owners who had their version of the same board. (You had to do some sort of data conversion to make them play between systems, but it wasn't a big deal.)
Re:TRS-80 (Score:3, Interesting)
It's been sitting in my garage since the early '90s, when I switched first to a Sun 3/80 and then to Linux on a 386DX/25.
I've also got a TRS-80 Model I system with monitor, expansion unit and floppy drive sitting in the garage, but I don't think I'll part with that one yet...
Re:TRS-80 (Score:2)
Re:TRS-80 (Score:1)
Re:TRS-80 (Score:2)
http://www.burgins.com/emulators.html
http://discover-net.net/%7Edmkeil/coco/index.ht
But the real question is... (Score:1)
Re:But the real question is... (Score:1)
The Cray 3 chip (Score:1)
it never worked -- not because of the lack of money either -- a problem people rarely thinks about is that silicon and PCB material (FR4, for example) has different thermal characteristics -- so when the chip heats up, it heats up the board under it, and then "snap" -- especially considering the small dimension of the contact pad on the chips are (and they are getting smaller and smaller -- making probing (wafer testing) a REALLY exact science) in relationship to the difference in length from the thermal expansion.
it's not until recently, where advances in material sciences (it would actually have to be considered a breakthrough) enabled flip-chip mounts
FYI
Figures (Score:2, Funny)
Re:Figures (Score:1)
Um, cause putting it on a bunch of different pages would somehow make the data take up less space?
I mean, really. It looks like the images have "height" and "width" markers which allows any reasonable browser to lay out the pages after the (minimal amount of) text is downloaded. What would splitting up the page, a volunteer effort, do for viewers again?
AST SixPak (Score:4, Funny)
Re:AST SixPak (Score:1)
Re:AST SixPak (Score:2)
Whatfuckingever. I have precisely eleventeen million services installed on my XP box, and it still takes under 60 seconds to get from power-good to the Welcome screen. Anything over 90 seconds is just plain wrong. If it does indeed take 120+ seconds, you've probably broken something.
Re:AST SixPak (Score:2)
Re:AST SixPak (Score:2)
You know you're getting old when... (Score:2)
Re:You know you're getting old when... (Score:1)
Obligatory Comment (Score:2)
Imagine a Beowulf cluster of....
I like it! (Score:1)
Re:I like it! (Score:1)
I always felt VA Tech was more for the real geeks and UVA was more for the business minded people. UVA is way too greek to be true geek (coo! I just made that up)
Eh? Take a look at the research (and quality thereof) at the two different schools. Really, neither school is particularly stellar but where does anyone get this idea? I don't know of anyone keeping records on the greekness of CS students, but I know that UVA SEAS supports three different fraternities by itself. With only a few hundred people in the school itself one might assume that even if UVAs CS people are particularly greek, they probably heard very tightly.
BTW, this collection actually resulted from basically never throwing stuff out. In stead of taking up previously unused lab space parts of the relics are mounted in cases in the upstairs hallways of Olsson hall.
I do admit VA Tek deserves props for requiring students to load FreeBSD on their machines early in the CS curriculum (they still do that, right?).
Re:I like it! (Score:1)
Re:I like it! (Score:1)
The last time I took a CS class, back in the fall of 1999 which was an operating systems class, we were given the option to write in any language we want provided that we document the compile and install procedures to the T which isn't horrible.
The engineering dept at one point required the install of FreeBSD or Linux for a class, but they too have gone away from that and now just do the pgoramming classes in Visual Studio. I do believe students have the option to write and code in *nix environment, but it more so of a 'don't tell and don't teach' policy. I remember one semester where we had to install Linux, and they recommend slackware. As long as we installed some sort of *nix environment on our pc, it was cool. But now, I don't think any classes even talk about installation or sys admin, or anything like that of the sort. It is really gone on the wayside at least from what I have heard. Though, I am still sure there are lots of people on campus that are in engineering, cs, or also the other majors that use linux since there is a large Linux User group on campus that still do install fest during the fall and spring semesters....
ahh the good old days... anyone going back to tech anytime soon? i'll be making a trip back myself to visit the campus after being away for 2 years and sure would be cool to be at sharkeys again
go hokies
Re:I like it! (Score:2)
read the label on that Verbatim floppy.,.. (Score:1)
Nice Fact (Score:1)
It's quite impressive if you get a change to actually see it. I also liked the story where computers would actually blow up if not being used for a long time, this due to old moving parts that would dry out or expand during the years. Luckily they have a tool shop where they can rebuild certain parts.
Check out the Computer Museum History Center (Score:1)
offtopic, sorry (Score:1)
Ohhhhhh man.. That osbourne is SWEET!!! (Score:1)
heh.. I can't wait to see what my future kids will be saying about the laptops and desktops of today.. "Wow, Grandpa?? You really had to actually use *only* a Gigahertz!!??? With *only* 80 *giga*bytes of space? How did you ever get by???"
hahah
Re:Ohhhhhh man.. That osbourne is SWEET!!! (Score:1)
They use to have a picture of a suite carrying the thing in an airport like it was a breifcase on their ads. Great idea until you try doing it
Another UVA, another museum (Score:2, Interesting)
Manuals (Score:1)
I remember going from MS-DOS 3.2 to 6.2, and wondering why the hell they had removed all useful information from the manual. The 3.2 manual had detailed memory maps, irq listings, an ascii table, keyboard layouts, serial and parallel pinouts, etc. The 6.2 manual just glossed over some commands.
Re:Manuals (Score:1)
I recall the same experience with the Apple ][ reference manual. The first ones were essentially all technical information. By the time the later Apple ][e systems came out (IIRC) they were sanitized to remove all the scary "how it really works" stuff.
You know when... (Score:1)
What no S50 bus computer? Just the S100 stuff?
Wonder why no pickett slide rules?
What about all these machines... (Score:4, Interesting)
But what about the earlier machines that broke new ground:
The CompuColor. This was a great machine. It only had an 8080 processor but was one of the very first "off the shelf" machines to come with amazing (from memory) 128x128 8-color graphics. It also had the disk-drive built into the color screen with a whole 84Kbytes of formatted storage.
The Commodore Pet. Just as every movie ever made to day has an apple of some flavor in it, the Commodore Pet used to be the favorite choice of movie makers when they needed to show a microcomputer somewhere. It's very distinctive looks made it instantly recognizable -- but its lackuster performance and monochrome character-based graphics was a disappointment
The TRS80 model 1. This was the main competition to the Apple II in the late 1970's. I actually preferred it to the Apple as it had a much more powerful BASIC interpreter (double-precision math!) and could be easily converted to display proper lower-case characters. It also had a decidedly flakey expansion unit that could hold up to 32 or 48K of RAM and from which up to four floppy drives could be daisy chained. Add some double-sided, double-density 80-track drives plus a copy of NewDos80 and you could get up to 1.6MB per drive for a whopping total of 6.4MB of online storage!!! Woah, be still my beating heart.
The Intertec SuperBrain. This was a really odd box that looked just like a mainfraime terminal with keyboard, screen and drives all integrated into one whopping great case. It had two 4MHZ Z80 processors -- but only one was ever processing at a time because the second was dedicated solely to the task of polled disk I/O. Looking at the schematics and firmware it appears very much as if the designers used this method because they were too stupid to write good software for a single CPU. Its real claim to fame was that it was one of the first microcomputers with any real networking capability. If you bought one of their enormous 8MB server boxes (with a 8" hard drive) you could then connect up to 255 SuperBrain computers to it using a star topography network that ran over an inflexible and awkward 40-way ribbon cable.
There were numerous other very popular machines out there such as the Ohio Superboard -- a real hacker's delight. For your money you got a built-up circuit board with a full QWERTY keyboard right their on the PCB. You had to add your own power supply, case, monitor, etc -- but they were dirt cheap.
I used to love going to computer shows back in the late 1970's and early 1980s because there was always something *radically* different to see.
These days everything's just a slightly different flavor of IBM PC
Of course I'm a *real* hacker from way-back who built my first computer from scratch back in 1977 and then had to write and hand-assemble my own macro assembler before I could write a BASIC interpreter.
The processor was a Signetics 2650 CPU running at a whopping 1MHZ.
I started with just 1KB of of static ram and when I spent a small fortune to 4Kbytes I thought I was in heaven.
Believe it or not, I actually made some money from programming way back then. I'd hire out my computer to various shops where it would display a scrolling message I'd programmed (in my own BASIC) on a computer screen in the store Window.
In those days, the whole idea of a small computer and computer-generated scrolling text on a screen was so unusual that people would stop and look for many minutes. Great advertising for the stores which hired my little box and paid me to program in their message.
Geez I feel old
Re:What about all these machines... (Score:3, Informative)
The Commodore Pet. Just as every movie ever made to day has an apple of some flavor in it, the Commodore Pet used to be the favorite choice of movie makers when they needed to show a microcomputer somewhere. It's very distinctive looks made it instantly recognizable -- but its lackuster performance and monochrome character-based graphics was a disappointment
Nah, it had exactly the same performance as the Apple II because it had exactly the same processor in it. In the days when the Apple II and Pet were state of the art, it was normal for computers to have a monochrome screen which, incidentally, you got for free with the Pet.
The Apple had better and colour graphics, but the Pet had the ability to display lower case characters which was more important then for a business PC.
The CompuColor pretty much sucked. (Score:2, Interesting)
I'm not even going to get started on the NorthStar Horizon [hartetec.com] (64K of RAM!, dual floppies!, case made of WOOD!), or I'll start showing my age.
Whoops, too late.
UvA Computermuseum... Hmmm (Score:1)
456,000; a lot of results for a non-existant word (Score:1)
/. editors should check articles for typos.
Another museum (Score:1)
erotic (Score:1)
Big deal (Score:2)
The First: The Digital/Boston Computer Museum (Score:2)
In 1999, the late and lamented Boston Computer Museum closed its doors and moved organizationally to the Museum of Science [mos.org], while its artifacts moved to The Computer Museum History Center [computerhistory.org] in Moffett Field, California.
Here's a last-gasp look [archive.org] at its virtual existance, thanks to archive.org.
I used to loaf there (Score:1)
I guess bland homogeneity is what we pay for standardization and progress, but it seems like there is no concept of unique technologies anymore, or at least unique technologies that can be observed without a microscope.
Well, that's all, I just got a pang of nostalgia seeing the museum mentioned.
no VAX? :-( (Score:1)
Console (Score:2)
Back then people used to smoke in grocery stores, drop the butt on the isle floor and stomp it out. The employees would later sweep it up.
My how things have changed. . . .
Bow to MCP!!!!!! (Score:2)
And all of it written in ALGOL, the great grandfather of C and the first machine-portable language.
Then consider the B6700, which among other things brought us virtual memory and the aforementioned resource stacks. Add in CANDE, WFL and a system that can restart it's jobs in recovery mode right after a Halt/Load (reboot/IPL), a database that could do online backups in the 1980s, and you have THE mainframe. This stuff was so far ahead of IBM that IBM kind of caught up somewhere in 1989, after Burroughs was busy shooting itself in the foot becoming Unisys.
Alas, the same magnificent engineers created an I/O bottleneck monster with their design that they never quite got fixed. That, and Burroughs never built a sales force like IBM. So IBM continued to whack them even though Burroughs had an utterly superior product. Then the Unisys merger disaster occurred, and Burroughs never recovered. Now they sell A-series MCP emulators running on souped-up superservers, but really sell those 20-way NT boxes.
And so like the Amiga, we must salute a superior design that never dominated like it should have.
Bow to MCP!!!!
Re:Historical computer items (Score:1)
Re:Historical computer items (Score:2, Funny)
Pick up the cards and put them in the bin. That's called garbage collection, isn't it?
Geddit? Geddit?!
*sigh*
[OT] Bad joke induced hate e-crime (Score:1)
As your punishment (I'm using the honour system here) you have to watch Dr Dolittle 1 & 2, Little Nicky, The Waterboy and Police Academies 3 through 6 back-to-back.
Wireless LAN for ENIAC? (Score:2)
it's about as close to a geek house of horrors you can get...
No, this line is:
Power triode. Similar in size to power tubes used on the early computers, but this particular tube type is brand-new. It can be compared with a power transistor of comparable power rating.The image of the tube in question [virginia.edu] shows an Eimac transmitting triode.
Computer equipment? Only if ENIAC had an early 50MHz wireless trans-Atlantic LAN that we don't know about.
Re:I have a Tandy 1110 HD (Score:1)
HTH! [sourceforge.net]
Re:I have a Tandy 1110 HD (Score:1)
Re:I have a Tandy 1110 HD (Score:1)
I read the linked page then bookmarked it for the morning.
See, I'm really, really drunk right now, so I thought I'd hold off on installing software and stick to bitching about moderators that have more crack in their bloodstream than I do in my ass.
Re:I have a Tandy 1110 HD (Score:2)
Re:I have a Tandy 1110 HD (Score:1)
Come to think of it, XP is larger than the available memory. Too bad. I just wanted to try something new.
PicoBSD [freebsd.org] didn't even fit.
Re:I have a Tandy 1110 HD (Score:1)
Please, mods, look up overrated in the dictionary.
I know, a post can be overrated at 0, but that isn't why you did this.
You either disagreed with the point or you felt it was inflammatory - either way, you knew it had to be modded out of sight.
But you couldn't accept a negative metamod, so you took the safe route.
I know that karma is important - without it, what do you have? Nothing.
There is only that elusive 50, a goal that gives you hope.
Re:Someone is a little whiny bitch (Score:1)
Re:That's not an original Osborne-1 (Score:2)
Ah, the memories. Z80 processor with an 8 bit bus. The OS was CP/M80. The word processing pack
age was Wordstar 1 (yes, Wordstar version One). The 'graphics support' was a seperate codepage of characters with block-drawing characters. It was text or block graphics, one mode at a time only!. The computer game of choice was adventur (our copy was corrupted when it gave the description of the mirror over the chasm -- you know, where you look out of the window over the chasm, and see a lit window with a person in it who is trying to get your attention...)
[backgroud music starts up quietly, building to a crescendo. The music is Barbera Streisand singing Memories. It is followed by automatic gunfire, then silence...]
Well, I was only 8 years old at the time!
And don't get me started about how we made 5 1/2" SSSD (Single Sided, Single Density) floppies into Double Sided by cutting another notch into the side so we could fit more pirated games on when we copied them on the Apple ][s at primary school (age 9).
Or how we...
sorry. I'll stop now.
Re:That's not an original Osborne-1 (Score:1)
> Ah, the memories. Z80 processor with an 8 bit bus. The OS was CP/M80.
Yes this is correct, although later on you can buy an 8080 co-proccessor daughter board to run ms-dos 1.
> That modem in its drive storage slot was not standard issue
Correct again and the modem is a 300 baud acoustic coupler.
> The computer game of choice was adventur
I think Zork 1 was more popular.
This is bringing back a lot of momories. The Osbourne 1B was my first computer.
Re:I have an C64 for sale... (Score:1)