vote up 17 vote down star
13

What's the most exotic, coolest, unique, or interesting machine you've worked on? Most of us work on machines with x86 architectures using some Windows or Linux variant. I'm sure there are those of you out there who are working on or have worked on machines with experimental architecures, or operating systems. Maybe you worked on a machine that has some sigificance in the history of computing. I'd be interested to hear about it. I'm sure others reading SO will as well.


EDIT: I appreciate all of you who took some time to talk about their experiences with interesting or unusual machines. I enjoyed reading your answers. Although it wasn't my intent to get nostalgic, I see that theme amongst the responses.

flag
show 8 more comments

71 Answers

prev 1 2 3
vote up 14 vote down

AS/400, later renamed to iSeries, then System i. I haven't actually worked on one, but I have sat in front of one and typed commands into the terminal.

It's a brilliant architecture that is still very much alive. IBM is putting out new models every year (although the line has now been merged with what was once called the RS/6000 (later called the pSeries)) and is still selling quite a few of them.

One thing I like about it is that it challenges many "conventional" assumptions about computers. For example, a lot of programmers say that one must learn C in order to understand how computers work. However, the AS/400 actually is pretty much the opposite of what you would learn through C. The basic abstractions of C are pointers, files, processes and unstructured bytestreams. The AS/400's operating system (OS/400) doesn't have any of that: it doesn't have pointers, it has something called "files", but those have no resemblance to C files, they are more like SQL rows, also it has logical files which are like SQL views and a lot of other kinds of files like display files (basically GUIs), device files and so on. It has jobs, which are a kind of process abstraction, but it doesn't have seperate address spaces. And all files are structured and strongly typed, like PASCAL records, unlike C unstructured untyped bytestreams.

In fact, not even the CPU has pointers! It uses tags, which are more like object references in a memory-managed VM than C pointers.

Instead of a file system, the OS/400 has a relational database engine embedded at its core. IBM calls it DB2/400 but it doesn't actually share any code or technology with IBMs DB2 product.

The execution model is based on an abstract machine, called the Technology Independent Machine Interface (TIMI). Programs are delivered as MI bytecode and compiled to native object code when they are first executed. The compiler is a privileged system service that can only be called by the kernel; that way the compiler can be trusted and a lot of the security checks that more conventional systems are doing at runtime (usually in hardware, such as memory protection in the MMU or privilege domains in the CPU) can be done at compile time, thus eliminating runtime overhead. (Microsoft Singularity is an Operating System built along similar ideas and they measured a slowdown of more than 30% when going from compiler security to hardware security. Think about that: your PC could be 30% faster (or cheaper, or cooler) if only your operating system were not written in C!)

Originally, the kernel was implemented in Modula-2, with the rest of the OS implemented in PL/MI (a variant of PL/I that compiles to MI bytecode). It has since been rewritten in a more conventional language, mainly because the OS/400 team at IBM where the only people in the world still needing a Modula-2 compiler and they got tired of maintaining both an operating system and a compiler.

link|flag
show 6 more comments
vote up 22 vote down

That should be the fridge. It's pretty cool in there.

link|flag
show 6 more comments
vote up 3 vote down

Not the coolest, but certainly interesting. In the late 80s I worked on the LEC 16 (a mini made by Lockheed), also called the MAC 16. I was working in the middle-east on air traffic control systems and these dumb-asses had been sold this system (last time it was used in the States was in early 70s). The system had core memory! (4k words per 16" * 16" board). The boot 'ROM'' was a 16" * 16" board with 4096 bits whose value was determined by individual diodes (there or not there). To get it to do anything you had to load a boot-loader through the front panel (like the Altair 8080), although it was easy enough to coax it to load a paper tape from a teletype. Storage consisted of usual IBM style tape drives and a mad fixed/removable disk (two platters, one removable 2.somerthing MB on the fixed platter, 1.something MB on the removable). Even in the 80s this was pile of obsolete crud. The main unit (excluding storage) was a 6 foot high steel cabinet. Mad!

For any history buffs out there here is the only thing I could find : http://www.computerhistory.org/brochures/companies.php?alpha=j-l&company=com-42c1686f07480

By the way, the coolest computer I ever had, the Atari 520 when it was launched!

link|flag
vote up 0 vote down

Encore Multimax, 32-processor, shared memory architecture running a variant of UNIX. This used NS32032 processors.

Alliant FX/2800, 16-processor, distributed memory architecture also running a variant of UNIX. I believe this used Intel I960 processors.

HP N-series, 8 processor, distributed memory architecture running HP-Ux on PA-RISC 8500.

All of these systems were used for engineering applications, primarily real-time simulation of mechanical systems and finite element analysis.

link|flag
vote up 12 vote down

Connection Machine

In the late 90s I had access to a Thinking Machines Connection Machine: 128x128 processors in a torus network, each roughly equivalent in processing power to a 386. Easiest parallel computation architecture I've ever worked with and it was just downright fun to play with. I was cranking out radiosity solutions in seconds that took hours on the hardware of the time.

alt text

link|flag
show 1 more comment
vote up 10 vote down

I once programmed integral functions on an analog computer, which mostly involved plugging wires in to sockets and adjusting input gains and watching oscilloscopes draw lissajou figures. It was very cool.

link|flag
vote up 18 vote down

Sinclair ZX Spectrum 48K

It just had that "New Alien Tech" smell that made a bunch of sleepless nights.

link|flag
show 4 more comments
vote up 29 vote down

IBM System z

IBM System/360IBM System z10

Actually, the current machines we work on are the most exotic - they're the IBM System z mainframes. And, before you laugh about dead technology, consider that the hardware has come a long way in the last 40 years. It started in 1964 as System/360 (of Mythical Man Month fame), evolved into the 'zSeries', and finally became the System z of today.

Think of a machine with many 'books' of CPUs, each able to hold 56 CPUs (taskable to primary or automatic hot switching backup use) and all I/O offloaded to dedicated processors using fiber optic channels.

The 'z' in System z stands for zero down-time and this is easily achieved by moving work between virtual machines or partitions.

Also able to run Java workloads with the specialized zAAP CPUs and database-intensive work with equally specialized zIIP CPUs, has its own UNIX subsystem (although it's EBCDIC under the covers - ugh).

It can run zLinux (SLES or RHEL) as well - we've had our relatively puny machine (a z800 used for development and testing) running tens of tousands of instances of zLinux concurrently under the control of zVM - that's a big plus in terms of energy usage.

The current crop of 'dinosaurs' that administer z/OS still prefer ISPF (a green screen user interface) but IBM has produced management and health-checking tools using web servers which make the interface a lot less painful for current graduates.

IBM also have many initiatives to train people up in these systems - they realize that most of the current crop of programmers and sysprogs are all approaching retirement age and that's going to leave a void for anyone smart enough to enter the field.

link|flag
show 8 more comments
vote up 10 vote down

Hands down (for me), the Cray Y-MP. Developing and testing Reservoir Simulators in the 80's (FORTRAN), unix operating system (but timeshare for the users).

Runners up (all in the 80's as well): Apollo Domain systems (sort of an early Unix cluster). Also the HP 9000 (one of the faster minicomputers in it's day. Perkin-Elmer (one of the fastest executing FORTRAN compilers of it's time). Honeywell Multix (again, reservoir simulators and other Chemical Engineering programs in FORTRAN).

-R

link|flag
show 1 more comment
vote up 1 vote down

Imlac PDS-1 .. from the days when you had to toggle in the boot loader by hand. My first "personal computer". It had 2 processors - a regular CPU and a vector display processor - which was a novel design for it's time. And a Lightpen!

Mazewar and Spacewar were never so much fun !

link|flag
vote up 4 vote down

Xbox360 and Nintendo DS.

I wonder if anyone from JPL or Lockheed-Martin browses StackOverflow...

link|flag
show 3 more comments
prev 1 2 3

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.