I can recall as a small child, my mom coming home from work (at Sears) telling us that they were going to formally train her to "run the teletype machine". She was excited for it because it also came along with a small pay bump. 🙂
That must have been a very cute moment of personal history. Wish I could magically go back to that time and have my healthy 12 year old body again. I'd have more fun with it all this time around.
SEARS not Sears They sound the same but you have not yet learned how to write it correctly So learn today that all CORPORATE legal names are always written in the ALL CAPS iteration Now go and do your homework an write an essay explaining why this is so. The homework is part of your education program that you have not yet completed.
I think it's worth mentioning that in France they had Minitel, a system run by the Postal Office that put a terminal in every household in the early 80s. What started as a way to save money by having the phonebook in a computer instead of printing millions of copies each year ended up becoming a proto-internet of sorts, with people sending emails and doing online shopping. It even had the same problems as the internet but 2 decades early, like a start-up bubble and controversy about pornography to minors
You can even access the serial port on some models, so it's still usable as a terminal for a linux PC, although with that keyboard, not a very good one x)
Funny that they were trying to do away with phonebooks all the way back then yet still in 2023 I receive a phonebook in the mail once a year. It just seems like such a waste to still do that. I'd guess around 99 percent of people who get them throw them straight in the trash or put them on a shelf where they will sit never to be used. As much as I like things from the past there is no reason to have phonebooks anymore. First of all the white pages are listings of people who still have standard land-line phones which is hardly anyone nowadays. And as for the yellow pages I can find the number of any business I want in a matter of seconds on google. I used to say they should still make them but only for people who call and specify that they want one. Nowadays though I think they should just stop making them entirely. How many people is the phonebook actually useful for? Even old people have cellphones now.
@@kaktusgoreng What's interesting is that it was so successful that it actually slowed down the adoption of the Internet in France. These terminals were free and access was affordable (same price per minute as your average telephone call), so millions of households had one. They were also designed to basically last forever, since the technology was stagnant. When the Internet came along in the '90s, you had to buy an expensive PC for it (that would be outdated in a few years) and to many, it just didn't seem worth the hassle, given that all of the online services they were using were available anyway. Since Minitel allowed private firms to offer services for it however, these companies had no trouble transitioning to the Internet once it came along, given that they already had experience with online services.
Thanks for not assuming that everyone who watches your channel knows all this, but yet showing the information in a fun and interesting way! Always a joy to watch your content and your genuine passion for all things tech.
Hi 8 Bit Guy, I'm old and used dumb terminals at Texas Instruments but it's been so very long that I learned stuff too from your great video. Thank you so much. I feel very privileged that my life went from punch cards to cloud. It was an incredible journey.
As a 21 year old tech-freak who's probably one of the few people of his time who knows how to use a 3-inch floppy drive, what was your favorite era of computer evolution?
@@neuronoc.7343 bruh you just put disk into drive wdym? if ur on a system without a gui ig u gotta know the formating command but like idk 21 is way too old to be sucking yourself off like that
The video called “The Mother of All Demos” from 1968 is a phenomenal video for vintage computer enthusiasts to watch. It demonstrated a video terminal to a live audience of 2,000 people, with the ability to edit text.
The Mother of All Demos is the first demonstration of a computer mouse and of a graphical user interface (GUI). That technology was licensed to XEROX who used it to develop the Xerox Alto and the Xerox Star. Xerox licensed the technology to Apple and they used it in the Mac.
@@wmtrader No technology was "licensed", by either party, as GUI concepts was not considered patentable at the time. Apple stole most of the design for the Lisa/Macintosh GUI, including the central desktop metaphor, without any kind of authorisation, from the Xerox Star well after their visit to Xerox Parc to see the Alto.
@@amazing7633 They did a fully working operating system and word processor with it. But the machine was too expensive at the time to reach a big market, so commercial success for such systems needed to wait a few more years for chips to become more affordable.
@@amazing7633 actually, they knew it very well. They marketed professional workstations for desktop publishing that did things that Macs would do 10 years later. The problem is that these were expensive products that targeted big companies. They were looking for a personal computer manufacturer with an established brand that could market a cheaper version to individuals. That's where Jobs stepped in and did a tremendous job in creating a stripped down and more user friendly version of their OS that could run on cheaper machines. But Xerox was actually well aware of what they had created and of the fact that it would be the future. They were so confident in their technology that they allowed Apple to pay them with future shares emissions, as Apple didn't have enough cash. Bottom line: they perfectly knew what they had created and what to do with it.
I remember my dad’s office at the Bethlehem Steel Corporate site and him calling down to the “computer”room to retrieve sales figures for his terminal. He’d do the work on a separate calculator and put the entries back into the terminal. When I was there before and after school, he’d give me a piece a paper and tell me to go to the computer room and find certain data tapes. At 7-12 years old, I learned how to spool those data tapes (under supervision, of course).
As a sysadmin, I still use terminals; not only during regular operations with virtual terminals, but when a system is seemingly unresponsive, the hosting provider can provide a serial connection to the faulty server and this gets piped as-is into a terminal emulator through internet. Same for virtual machines; we can setup a virtual serial port for the guest system, and literally pipe that from the host to get a working shell from the kernel even though SSH and sometimes virtual display are broken. It's very useful, as it's very basic and does not requires much working parts.
@@flametitan100 It can even run operating environments like Windows 3, although that might be for the Windows Entertainment Pack to run correctly. I've also used it to run Word 5.5 for DOS.
There were also X-Terminals (e.g the NCD19 from 1989) that acted just like dumb terminals but displayed graphics from Unix servers via the X11 protocol.
A lot of the older teletypes shown in the first part of the video (Model 15, 28KSR, and even 28ASR) were rebuilt in the late '60s and early '70s to be used with acoustic modems so deaf people could 'call' each other on the phone. I don't know if it still holds true anymore, but as late as the 1990s, there were some older deaf people in my area that had one lurking in a forgotten corner of their basement or garage...
What simply made it hard to use screens for text for a while was lack of good internal memory for the screens. NASA actually used physical overlays for most of the text and a display for numbers, this was recorded by a camera and multiplexed (read: made into TV channels) onto the displays in mission control
That and the screen flickering (in movies and TV shows). In every movie where they actually used computer screens you can see the bad effects that different framerates have.
@@leap123_ 24FPS has not necessarily been the standard since digital projection became ubiquitous. There are so many caveats and a lot of nuance, but it is film projection which actually was standardised at 24fps. Cameras had long since already had variable control over frame rate, and filmmakers commonly utilised that for artistic and practical purposes. An experienced camera operator could try to match the frame rate on the screen, but mechanical vs electrical limitations can and most probably will still end up being off.
Early terminals often had to use delay line or shift-register memory, making them quite complicated. During most of the screen, you could only access the specific character being displayed, and that required lots of tricky timing to update the display. The time period where directly addressable memory became affordable, but a dedicated CPU was not yet affordable was rather narrow, and ended in the late '70s.
This is fascinating stuff, David! I had never stopped to think about no text on screens in older shows and movies! This simply wasn’t a concept in people’s minds then as you said, but we can’t imagine a world without it now.
Even though I lived through this era (I’m 60) I never noticed that text on terminals started. It just seemed natural at the time. Maybe it’s because us software people saw it as going from punch cards to terminals and had seen the NASA stuff. The programmers of the 60’s & 70’s were so happy to ditch the cards and teletype style stuff they didn’t spend time thinking about what was really a huge evolutionary event in computing. Edit to say I’m not old enough to programmed professionally in 70’s was just in awe of the elders at work. I knew a guy that started working as a payroll programmer on an IBM System 3. His employer bought the computer and software. He got the job of figuring out how to make it work because his degree was in mathematics and he had just started working in accounting
@@Jen39x I learned to program on punched cards (ForTran), but my first jobs in the field were in the 80s. I learned 6502 on an Atari 800, and they needed Apple II tools. That was my foot in the door to a career. On to the 8088 PC after that. ASM for that CPU was cake after the 6502.
Terminal interfacing is still very much alive and relevant in modern IT. I’ve been a network engineer for ~27 years now. The vast majority of the equipment I work with every day still supports a physical serial connection to a terminal. Obviously this is almost always a terminal emulator these days, but a ‘dumb’ serial terminal would still work. When everything is at-least partially working properly, we can forego the serial connection and use IP (usually SSH) to emulate the serial connection over a network connection. But we always keep a serial connection handy for when lower level access is needed.
Indeed. I've connected up and used serial interfaces on things like routers and IP cameras and other devices without network shell access, to rescue or gain access to the OS (often to enable ssh, telnet, ftp, tftp, etc.) Sometimes a serial connector header would have to be soldered in place first into the unpopulated points on the motherboard. It's amazing just how many devices are just mini/embedded Linux machines, much less powerful than a Raspberry PI yet still doing their things. Edit: typo
@@nickwallette6201Even Cisco routers and network switches are configured in this manner. The devices you are talking about are Juniper network switches and Palo Alto Networks firewalls.
Wow! Brings back memories of early Silicon Valley when there were still fruit trees between the little office buildings. I worked at Tymeshare between '74-'77. thermal paper and teletypes. Later, wrote a lot of COBOL on dumb terminals. Blue/green bar paper. Mountains of it. The stone age. Thanks so much for this.
I worked security in Silicon Valley in the late 70s. Tymeshare was one of my patrol stops. Later on, I worked at the old Pacific Telephone, then Pacific Bell, and became the go-to guy in my office to pull COBOL-based reports on those dumb terminals printed out on bar paper. Good times. 😁
Happy to see Datapoint mentioned. I'd love to see an entire video about them. I feel they deserve to be better remembered considering the amount of new ideas they brought into computing.
I worked for a few years with Datapoint computers. The company had three at different sites (one in Norway) that were, for the time, advanced small stand-alone computers that could connect up by modem when required and transmit files to and from another stand-alone machine in the main office, which wrote it to mag tape which was read by the mainframe. Sounds pretty silly today, but it worked and I guess was worth it. I certainly enjoyed it.
In the early '80's if you dialed Merrill Lynch's 800 number it would be answered by someone with a Datapoint terminal. The terminal included a telephone handset.
The NASA mission control screens aren't really terminals but basically TVs; They received a video signal that was a live from a video camera that combined computer output and pre-rendered outputs
That was the case for the big, "wall type" screens, those were part video projection and part computer output. But the terminals seen at each mission control desk were something different, those were called "charactrons", video tubes which could display a fixed set of characters or even graphics. Each of these tubes were used with hardwired logic, that can change the display to a certain degree, obviously to display varying values, but also switching "pages" for different displays. But their function was pretty much "baked in", for whatever telemetry was needed for the controller, so you couldn't just, for example use the CAPCOM displays for FIDO...
@@soriac2357 thanks for the explanation. I was thinking I remembered something like that from an old video of Fran, but I really thought it described the Crt screens. Cool to know the details now.
In the video they where not saying NASA was using terminals. But that the concept of having computer screens was kinda advanced at that time. He was giving an example of where tech was ahead of science fiction to some extent.
Data displays were made in the 50’s and 60’s for military applications. Look up a Charachtertron. There was no digital pixel set to create as they used a physical mask to create the characters and they could write a whole screen of text with it. The founder of a company I used to do work for designed and built the first ones for the Convair corporation in the 50’s I believe. Later there was a typotron tube but it worked on a slightly different principal.
Nicely crafted episode. Initially I was like "Meh, I know what a terminal is", but you still managed to make it interesting and have a nice run through history with a good pacing.
Great nostalgic topic for me. As a home health nurse in the 1990s we had dummy terminals at our agency that were connected to a AS 400 IBM computer located in the hospital. We were sternly warned always to log off the terminals every time we used them for if the units were shutdown by flipping the power switch or if the power went out the whole system likely would crash. I was amazed at how well the whole system of 30 terminals worked. The terminals were spread out across town, connected by dedicated phone lines. We used the system for ordering supplies, basic word processing, for entering forms to be transferred to the US government for reimbursement. However, in those early days I accidentally typed in a global record delete that began to rapidly erase every patient in succession from “A” to “Z”. I could see the names flashing by on the terminal so I flipped the power switch which surprisingly interrupted the loop. Three temporary secretaries were hired to re type about 280 records up to the letter “R” which took several days to enter. I kept silent about my mistake!
The first terminals I saw were in 1972 at the office where I registered for college. They had a whole room full of people using them. It seemed very futuristic. But as students we had to use teletypes and card readers...
terminal emulators even began to emulate physical terminals themselves for added compatibility. You can also still use TTY to this day, in fact Linux pretty much only supports TTY and everything is rendered on top a session of it
Wonderful episode, David. I love your history episodes, even those, like this one, that cover stuff many of us nerds already know quite a bit about. My first few jobs had me working at a VT100 or VT220 terminal extensively and I loved the amber text on a black screen. Good times. Today I keep a look out for old WYSE terminals to use with my 6502-based projects. Thank you for a wonderful stroll down terminal lane.
You absolutely could write games for dumb terminals. When i was in college in the early 70s we had a PDP11 with 16 terminals. Most were Teletypes or Texas Instruments Silent 700s which used thermal paper and as their name implied were quiet. But we had a single Tektronics graphics terminal which used a storage tube. It used vector graphics not character generators so it was possible to draw on the screen. The other characteristic of the storage tube was that the entire tube had to be erased at once. Erasing flashed the screen. I wrote a fighter plane program called MIG 25 where you tried to shoot down a MIG. The erase function made a very nice explosion so if you hit the plane I'd erase the screen.
I love the layers of abstraction: a modern, graphical interface emulates a text-mode window that emulates a dumb terminal that emulates a teletype. EDIT: of course the whole thing probably runs in a virtual machine with virtual memory. Not sure when reality gets involved!
I always find amazing to see some formats or commands that we are still using today in different OSs, like "DIR" or "-RW-RW-R--" I'd like to watch a video about the evolution of the basic commands like "CD", "DIR", "MKDIR", "RMDIR", "PING", etc...
I was upgraded from a VT220 to a VT330 when I worked at Digital in the late 1980s. The DEC Rainbow and Digital DECmate II and III also had great terminal emulators in them. They allowed me to take a VT100 home back then so I could dial in at night if I needed to. It was pretty nifty.
My first job out of college was as a system manager for VAX/VMS mini computers. We had some DECWriter (teletypes) but also many VT220s. VMS was (and is) a great operating system!
I still technically use a terminal to this day. Instead of a dedicated, single use device, we have thin client computers running an IBM 5250 terminal program to connect to an IBM Power7 which is essentially a modern IBM AS/400. Works for us since our software was all written in the 1980's in COBOL and we still use it today, have even integrated it into the modern web. Terminals aren't dead, they are just taking a different form!
Many people would quibble about calling a thin client a terminal, but of course that somewhat ignores the transition-period “smart terminals” with extremely limited local computation. You’re 100% correct that they’re the same spirit!
Alot of healthcare and insurance companies still use the AS/400 or equivalent, my job right now in healthcare uses it mainly for time keeping (KRONOS) , but whenever we had to reset passwords for managers, we would have to use a terminal emulator. Although i did use real terminals back in the early 2000s as a furniture manufacturer as they did all data entry into an actual AS/400 midrange, we had a bunch of 3178/3179/and 3180 terminals. along with PCs using your standard software terminals and a few PC's that were not on the network using a hardware terminal emulator (connects to the twinax connection that the dumb terminals would use)
Healthcare or banking? Only two industries I can think of that this but my guess is banking since the code is COBOL. Always thought if the some of the tools I use today to help code had really caught on when COBOL was common it would still be useful for a lot of systems. Graphics not so much but really how much low level graphics does anyone actually write even today?
I work in a field where our users still operate terminal sessions, even though they may not know exactly what they are! Can't wait to use this video to give our folks a little background on why the "old tech" we operate has been so useful for so long!
To riff on the end bit, the "terminal" software available in Linux and Mac has much more than a skin deep connection to this history. Its operating system architectures date from the period of true dumb terminals, with files like /dev/tty (standing for "teletype") to manage connections to user sessions, and it still supports the same escape sequences of characters that were used back in the day to move the cursor, change colors, etc. If you have one of these devices, you can most likely connect it to a modern Linux system (possibly with some work to enable insecure legacy stuff) and use it to log in and run programs just like 40+ years ago.
Yeah, I remember setting up a machine with the serial port added to inittab and a null modem cable to a machine which I could run a terminal on . This was probably my most secure machine at the time, stripped down to run only the essentials ,
Indeed! This is a core component of why we can use computers without features like keyboards and displays, now known as "headless". One obscure bit of compatibility is for upper case only terminals like the one in Apple 1; logging in with an all upper case username tells getty to switch on case translation modes, as with "stty olcuc iuclc". Otherwise you couldn't type most Unix commands, as they are lower case.
It's trivial to enable, and not insecure! You get a login: prompt just like you do on a virtual console by pressing Ctrl+Alt+Fn, where you can choose F1 through F7. 7 virtual consoles are the default, and your graphical session (and graphical login screen, in some configurations) will use one. For all the others, you'll just see the virtual console number, hostname, and a friendly login prompt!
So much nostalgia in this one! I used to own an ADM3a dumb terminal that was going to be dumped by the service org I worked for at the time, & got both it & the service manual, which included full schematics. It was a fascinating circuit that got by without a micro by using a state-machine implemented in plain vanilla TTL logic.
Yup. Just about as smart as you could get without a microprocessor. Sort of a baseline for "smart terminal" -- i.e., an adequate function set to run emacs!
I'll be aging myself here. I went to high school in Utah and we were fortunate enough to have a two year program for computer science and programming. The majority of the systems we used were the still fairly new Radio Shack TRS-80 model 1 computers. We had one Commodore Pet as well which nobody used (I wish I had that now). In one corner of the room was a teletype machine. This connected to the Univac mainframe at the University of Utah and one could program in Basic, Cobol, and I think Fortran. Obviously it wasn't the most popular system to use, but I did do a few assignments on it just to try it out. Anyone with an account on the mainframe also had an e-mail address assigned. I never got an e-mail, though I wish I had because that mainframe was one of the original Arpanet nodes. So in theory, I could have gotten an actual e-mail Form a system in another state before there was an 'internet'.
I remember using VT320 at my University. They were connected to a DEC VAX 8500 and runs VMS. Also we used Prime Terminals and Volker Craig terminal connected to a Prime computer.
Minor nerd quibble (the best kind in Star Trek); the computer occasionally shows text in the conference room when they look at people’s files, such as Harry Mudd or Kodos the Executioner’s criminal records. They also showed text on the bridge a couple times on those larger monitors near the ceilings. Such as Roger Korby or Gary Mitchell’s files. The wider point about the bridge, engineering etc almost entirely having graphs and status lights rather than text still stands though ;)
Just about any monitor on the Enterprise was multi modal, and could display text, graphics, and full motion video, with sound, anything the episode writers wanted. Although, it was actually done through a bit of film magic called the overlay.
@@dougbrowning82 they were definitely thinking ahead of the times with it! Even though all the bridge monitors could probably in-universe show anything, I wanted to be ultra-specific about where they usually did the overlay in post. I guess I could’ve mentioned the map of the Romulan Neutral Zone on the viewscreen!
I always assumed the colorful pictures of nebulae and planets on the bridge in TOS to be actual monitors, that were only presented by the set designers as still pictures due to studio budget and available technology at that time. I guess, using a complicated projection system to emulate such a futuristic device for simple background usage was way above their time and money budget. One Episode costed already $190,000 (~$1.4 million in today's money).
Yeah... and there was a couple episodes where there was a bunch of data and the computer would print it out and it made no noise as I recall. I grew up around weird old government/science computers in the 70's and 80's and that sound of the computer is definitely not a teletype printer. To me that is the sound of core memory when those old computers were running programs. Be it I was a little kid around those machines but that is what I remember and have always associated it with. I doubt anyone has any core memory systems that still work today so it's impossible to test if my ancient childhood memory is correct.
Before ethernet, each of these terminals were linked by a dedicated serial/parallel cable to the main computer. That's why those suspended floors were needed for
Ethernet is named after the AETHER, which is a more accurate understanding of the nature of this realm than the present "space-time" hoax they've been pushing. Some of the best advances in technology were made when people just knew that there is an invisible substance of unknown specifics that fills what we perceive as empty space...and even today, because it is not openly discussed, advances have been made that benefit a few.
I dare to say, relatively thin serial cables and network cables can go in trays above the inner ceiling, but raised floor enable piping for the cooling system for the cooling as well as heavy power cables to be routed out of sight and away from stumbling feet...
And remember that IBM Mainframe (and other IBM compatible systems) used Bus and Tag cables to connect the disk and terminal controllers to the main CPU complex, These were thick and heavy cables that you wouldn't run overhead if you could avoid it. The sort-of rule of thumb was that if it was a data processing or computer machine room, the cables would go down under a raised floor (which also hid not just pipes for water-cooled systems, but also air ducts for air cooled systems), and if it was a telecommunication machine room (like a telephone exchange), the cables would go up to trays suspended from the roof, and the floor would be solid concrete (mechanical switching gear was heavy!). This has tended to break down over the last couple of decades, and now many computer rooms use overhead cables. This is mainly due to not needing individual cables per terminal (just network cables), and also the fact that often comms equipment like network and SAN switches are installed in the racks with the computers (so a lot of the cables are just restricted to inside individual racks), just needing trunks links between the racks. Also fibre-optic cables are often used, which are much lighter, and have much higher data bandwidth than older types of cables.
So true! My fist job was as a "Field Engineer" with Burroughs, installing miles of cables under the raised flooring. All kinds of cables down there, but the largest quantities were the hundreds of serial cables (full 25-conductor RS232 cables!) , running from the DTE boxes (don't recall the name, but each one could handle 32 lines, or later 64 lines) out to the racks of modems. And also the huge cables for interconnecting the mainframes to the printers, card readers, SPOs, and banks of disk packs, tape drives, and HPT disks. Those were the days! A favorite prank with those cables among the older field engineers was to send the newbie out the engineering storage area, for a "cable stretcher", when the cables weren't quite able to reach their destination... Yup, we sure did have a LOT of cables down there. An nothing at all "overhead", as some have suggested. The ceiling area in those data center machine rooms was all HVAC and fire suppression stuff. No cabling related to the mainframes.
I have always been fascinated by terminals and mainframes. It's such an interesting concept that we still have these days with exchange servers and all manners of communication and file sharing systems for inter-office use when that was exactly what mainframes did most places. To think back in those days it was a lot simpler to setup when nowadays to achieve that you have to maintain a massive software stack.
My first experience with a "real" computer was my freshman year in college, where I was a CS major (back then, you were really a Math major with a certain specialty). It was used in my FORTRAN programming class and consisted of several DEC VT100 terminals connected to a DEC PDP 11 "minicomputer." Loved those DEC VT-series terminals. _Great_ keyboards on them.
It is wild how back then you really needed to know what you were doing to be able to use a computer. Technology moved so fast back then. You might go to college and learn all about how to use computers and in just a few years time all the information would be outdated. I'd say it wasn't until Windows 9x that your average person could use a computer without too much trouble. Windows 3.1 was a big step ahead but you still had to have a little knowledge of the system to really be able to use it. Once Windows XP came out then anyone and their grandma could use the computer pretty easily. It has been almost 22 years since XP came out and things really haven't changed that much compared to how it was back in the 80s and 90s.
I remember working on VT-320 terminals tied to VAX clusters at a DuPont plant. At the same time, we had a large IBM 3090 mainframe on site which included an assortment of terminals, including several 3270s which weighed a ton! Thanks for the trip down memory lane.
This brings back memories. There is something aesthetically pleasing in a 'creative process' kind of way when working on a monochrome terminal. Its like a window to another world that hasn't yet formed. That was how I envisioned the future when I saw a terminal for the first time as a child. Thank you for reminding me of that feeling. Inspiring.
The moment I saw the thumbnail I knew this would be fun to watch only 2 minutes in and we're checking all the boxes. I love all these media references where they've showcased the technology in one way or another. I saw a video a few years back of somebody setting up their agetty to work with a physically printing terminal and it was just too cool. I'll have to try it some day.
Another great episode a history lesson and an better understanding how terminals work. I was thinking about the vacuum tube terminal, and I think a good cheat for character set would be upload it via paper tape into whatever memory it contains, or a boot loader on the computer that would upload it to the terminal.
I used one in the dorm commons at the U of Wyoming in 1990. Set up an account on the VAX to run a statistical analysis package for a polisci class. Got my output on paper in a basket labeled with the first initial of my last name at the now-demolished Ivinson Building, where all that was located. I didn’t understand it at the time, but that account also gave me email and internet access (such as it was back then).
Sounds very much like my experience at the University of Iowa starting in 1992. The dorm computer labs had a mixture of terminals and computers. I did get the email account and learned how to telnet to servers like ISCA BBS and Usenet before there was much you could do on the WWW. I was happy to use the terminals if the computers were taken since it was all text-based anyway. I got an account on all the computer servers they offered, even though I didn't know anything about mainframe systems. I taught myself how to use Unix from the man pages. I never got much into the Vax system - it was too unlike DOS for me to figure out. I even convinced my parents to get a dialup Compuserve account so I could email them, which we did so regularly.
I remember using a terminal back when I worked at Pizza Hut. This particular store in 2003 consisted of a windows 95 machine for a server that had nine terminals connected. Not all of them had keyboards but instead had six button pads on the line to control the orders that were on screen. As you can imagine if that silly 95 machine went down the whole store would grind to a halt until it rebooted. Ironically enough I noticed recently that some of that software from back then is still in use. I believe it is only used as timekeeping but still was odd to see it.
What is interesting is those modern terminal apps you see in modern OS behave exactly like an old teletype, like in the sense that when you see what you type is the program echoing back the characters.
Amazing how terminals used to be big expensive machines that tons of places used. Now all that can be done in a small program included with the OS and hardly anyone uses it or even knows what it is for nowadays.
You can still run minicom on Linux, through a serial port to another Linux system to get that old time UNIX feel. I have an old ThinkPad with a 4:3 display that I've done that with. 🙂
I used to work on terminals back in the early 90's when I was a IT student. I even spent a lot of time writing a windowing library then using it to write my end of year project. I still remember the look on the face of the people I demoed it to! Windows, pull down menus and dialog boxes on a terminal!!!
Always well worth a watch, thank you. A random aside: Call me 'Mr Grumpy'; but RU-vid channels that have an intro jingle longer than a couple of seconds really annoy me, even more channels that don't get directly to the point... Your jingle never grates and I really appreciate that you get right down to it. Thank you again.
Thank you for this video! I was born in 1995 so I only briefly remember using a terminal at one or two libraries that still had them to look up where a book was. I remember really loving the green text and how instant it felt to look up information compared to at the time how slow cheap internet connections were back in the early 2000's.
My first IT job was looking after one of the first Mainframe and Terminal setups. the Honeywell DPS6. Often used in Government "establishments" as was the one i looked after. With over 3000 terminals all on 10mb Fibre. This was in 1987, Ours was used to connect to a database and it was actually amazingly fast. Any searches that were input were responded to in just seconds.
Same ere, out original set up was via 2400 modem , the server was about 60 miles away Later we used cluster controllers holding up to 24 terminals per cluster and each cluster has 9600 modem 4 - wire or full duplex private line ( not dial up ) Screen response was very good, i dont recall any screen enquires taking more than 3 to 5 seconds for a update, the system would have had minimum 80 users per site , so about 1600 users on the host server Even a full screen of 80x24 is about 2k - that does not take long to transfer even at 2400. Take into account the escape sequence that will clear the screen, and the internal memory would through up the blank enquiry form, then populate the field with a home command / data 1 / tab / data 2 / tab data 3 etc
10 megabit fiber? Wow! I bet that was insane back in 1987. Up until 2022 my internet speed was only 3mbps! I realize your 10mbps connection was just the internal network but still that seems like insane speed for 87.
@@HerecomestheCalavera I am not sure when fibre was available, i known in my senario we serial / copper wiring until co-axial was introduced from 1985 to 1992, then some larger buildings internal wiring went to fiber optic. By that time, all internal became cat 5 as novell was phased out and ethernet was adopted - we did have fiber connecting adjoining buildings together
I would definitely pay for a dedicated 8-Bit Guy channel *_for history_* , when you do these historical shows I think it really shows the best of what RU-vid does. These are amazing, David always throws down bangers just like Anders! Entertaining, informative, nostalgic, and educational. But it's fun too :) Can't argue with that.
@@EtanMarlinI think emphasis on the word 'pay', as in, if it weren't free he'd be willing to pay for this quality content. Sounds like the whole premise of Patreon.
I'm an older millenial and software engineer. I kind of knew where all the terminology surrounding terminals came from, especially in Linux, but this really makes it much, much clearer. Thank you so much for this awesome video.
I remember the computer card catalog at the libraries growing up. You would "use the terminal" to find the books. It took me later in life to realize how it worked, that there was a mainframe somewhere that the terminals were all hooked up to. I just now remembered using my computer at home to dial into the library, and using the terminal just like using it at the library. Wow, tech sure has progressed.
Yep. I remember there still being some around at some of the branches of our county library system even in the early 2000s. They tied into the same system that the GUI-based Windows apps and, later, Web-based interfaces used. Especially when they were built directly into the architecture; it would be quite some time before you could cram a Windows PC into the same tight space. Oh, and the bookmobile used a terminal connected to a radio antenna to handle checking stuff in and out. I remember that they sometimes had to unpark and repark a few times to establish a solid connection that wasn't blocked by the trees and weather.
I had a couple Wyse terminals attached to my Linux machine before multiple PC monitors was a thing. Good times. Nice to see you made it to the ranch. The other David has cemented his place as one of the premier retro-computing personalities with his unique blend of content. Nice collab!
My grandfather used to run the records department for the local university and did a lot of data entry. At first, it was punch cards. In fact, they still used them on occasion up into the 80s. I remember him sitting me in front of a terminal with a green monochrome screen and showed me a dog chasing a cat. He typed the word dog then cat and then scrolled back to the beginning of the word dog and held down the space bar. We even had a modem in the house, the old kind you had to put the phone handle onto, so he could deal with issues at work without driving several miles back to the office.
@@RaymondHng Hmm, not sure I ever heard the name before. I'm 44 now and that was when I was like 8, so even if I had heard it then, I wouldn't remember. Thanks.
@@Craxin01 I’ve been using computers since 1974. Anderson Jacobson was a manufacturer of those modems where the telephone handset is seated inside two rubber cups. Those are acoustic couplers. Two models were the AJ 311 and AM 211.
@@RaymondHng Wow! 1974? My mom was 16 then, hadn't even met my dad then. My earliest computer experience was an Apple IIe followed by a TRS-80. Didn't have a computer with a modem (my grandfather's being more of a terminal and only he used it) until probably 1996.
@@Craxin01 Home computers did not exist in 1974. The computer was an HP 2000 minicomputer the size of a small refrigerator located miles away. The school only had a Teletype KSR 33 and an acoustic coupler modem that was used to dial up and connect to the HP 2000.
The place I remember dumb terminals from most prominently (and fondly) growing up was in libraries that used them in addition to the old physical card catalogs. Especially if you were doing a term paper and needed to find out what articles were in periodicals about your topic. You'd look it up on the terminal, print the list of abstracts to the dot matrix line printer, then go through the list of brief abstracts or sometimes just titles and try to guess which ones were actually relevant to your term paper. Then you may have had to wait until your library borrowed the periodicals from another library to actually see and photocopy the articles. Does anyone know what kind of computer system in the library those dumb terminals would have been connected to?
Very instersting video as always, i really liked it, it would be cool if one day you talk about little terminals we had in the EU. For example in France we had the Minitel which was popular in the 80's and 90's, more popular than computers and they were useful to get information and order stuff online etc
Oh, teletype is cool! I am a ham radio operator (SA0WII) and I regularly transmit something called RTTY - radio teletype. We take the Baudot code used by teletypes and send them out in radio to a receiver.
I have to say, I first found this channel almost 8 years ago, and I couldn't get into it a ton. Coming back though, his abilities as a host have improved greatly!
Many of these terminals had CPUs, ROM, and RAM similar to home computers of the era. The VT240 (a fairly common terminal in it's day) had a 7.5MHz DEC T-11 CPU, the same CPU Atari used in their arcade cabinets! It's like how the Commodore 1541 floppy drive had a 1MHz 6502 CPU that was every bit as powerful as the Commdore 64 it was connected to.
My first experience with a roomful of terminals was at a call center in Dallas in the 90s. We just dumped data in, and it would autodial the next victim hehe. Every desk had a wyse terminal, a GTE rotary phone (you know the one) we still had to hold to our head, no headphones yet... and a big ashtray. The building inside was a dark yellow from the smoke. They kept the lights off to save power...it was sad.
I was just thinking about the difference of computers and terminals yesterday, what a miracle! Thanks for explaining this, and really good footage. Looking at all these machines working is breathtaking.
Holy Shitenozzles! an Usagi Electric crossover! Two of my all time favourite channels working together gives me a nerdgasm you cannot imagine! SO glad you were able to visit Usagi's ranch, the work he has done bringing the Centurion and it's various antique peripherals back to live is nothing short of heroic. EXCELLENT video, gonna be stoked for the whole week from this. 😀
Thanks for calling the 13th Floor BBS! (Although it could hardly be considered "calling" these days considering it's not dial-up anymore, I suppose.) [13:22]
I saw that and was like I CALL THERE!! I saw the phone phreaking episode but would love to see some coverage of the pre 1990 BBS scene, commodore especially.
@@JTDoyle-qj4oz I'd like to see that as well. It was a huge community and oddly enough just about everyone who was involved in it turned out to work in IT in some form or fashion.
I have fond memories of gaming on my friend’s dad’s Kaypro back in the day. And honestly, i wish my 5 yr old bro had never jumped on my trash-80. I loved that thing.
What a fun video! A friend's dad worked for Kodak and had a couple of these machines as an home enthusiast, and my first internet experiences were had via DEC VT100s on my campus. It's a real pleasure seeing these things again.
Fascinating. When I first watched Star Trek as a kid, I thought the sounds the computers made were supposed to represent the sound of hard drives working, a familiar sound which I grew up with. Never made the connection to mechanical teletypes.
KFWB (in the '70s an "all news, all the time" radio station) had the constant sound of teletypes in the background ... I'm sure that was supposed to represent the sound of a real "news room" back in the day.
The VT-320 brought back a memory from my college days. In addition to a hard copy card catalog, the library I used on campus had a ton of these VT-320 to look stuff up.
@The8BitGuy I want to say thanks. Your channel was the first retro computing channel i stumbled across. I hadn't thought about my Atari 400 and very gray market Apple II in a couple decades. Your channel led me a lot of other awesome retro channels including the very awesome @UsagiElectric channel.
It both bothers and amazes me how there isn't more videos on the history of terminals and older game genres. Like MUDs, MUSHs, terminals, ZZT (I've had a lot of weird Google searches recently, long story). They're all pivotal parts of computer and gaming history, but there's shockingly little documentation on them outside of forums, manuals, physical units in museums, and source codes.
I worked for Data-100 and supported the printers and card punches and card readers at Bendix Guidance, Bendix Flight and Bendix Aviation in Teterboro, NJ. This terminal equipment was connected to a mainframe in Southfield, MI. Teterboro was known as Bendix Borough for six years.'37 to '43.
In the 70's, I was a tech on a mainframe. All tranisiters, descrete and core memory 5Kb x 12 bits. They ran 2 branch and 4 other banks with online terminals. Crts, thermal printers and k/b. Altogether about 100 or so terminals. The ones in the main bank were running at 1200 baud, but all the out of town ones ran 300 baud. Even so we had a heck of a time keeping the out of town ones running. In those days RS-232 was not 3 wires and forget-about-it. We had to use the full RS-232 complement. If the telephone co moved our line to different pair (which they did a lot) we had restrap the serial port pcb for all delays and there were a ton of them. That is something people don't appreciate nowdays, exactly how hard it was to keep a remote RS-232 line running. Takes me back a year or two. Enjoy you channel.
Also: In addition to "dumb terminals", there were "smart terminals", often used with mainframes (so you could fill out the form without wasting the mainframe)
Yes, to elaborate, even though David said a couple of times that the terminal and central computer would interact every time a key was pressed, that was not true of IBM mainframes. They were setup more efficiently. The user would type whatever keys he wanted. They would get echoed to the screen by the terminal itself. Eventually the user would press one of a handful of keys, usually Enter, but sometimes a PF key or a few others, and everything that had been typed would be sent to the central computer for processing, which would then send back data to refresh the screen as needed. Some mainframes had thousands of attached terminals and this really helped with turnaround time.
Oh yes, we used roomfuls of 3270-series terminals a lot in college, most were the basic 3278 with full keyboard (not the reduced cash register keyboard shown in some modern descriptions). There were also a tiny number of color or graphics models, but normal exercises were done with basic text models and knowing which seats in the converted auditorium could do bitmap graphics was important for the one class that would output graphs from the programming exercises . I didn't get within arms reach of an IBM mainframe until a later job when servicing a Compaq server in a business that had a modern one next to the server racks . The software was done in per login virtual machines with per student virtual discs and an interface using virtual punched cards . The machines were apparently on BITNET, but I never used that .
As a long-time viewer, I think we need more videos like this. The quality of the video is awesome, but the frequency such videos are posted leaves a lot to be desired.
Interesting history lesson on how we got from teletypes to terminals. One thing to keep in mind is that PCs still run as terminals to this day, just smarter...not just the command line interface that you showed, but any time we talk to another machine over the internet, it's still basically the same thing. It's just that the protocol has become more sophisticated and more complex than 'just' the old ANSI codes. And then someone figured out how to send actual runnable pieces of code over the connection to be run locally instead of on the remote system.
I love this video! I remember the warm orange glow from my mom's terminal when she worked for ITT in the mid to late 80s. i used to call it the "dummy" terminal and we were absolutely not to touch it
Another awesome upload David, thanks!Hico!!! Man, I’m in that neck of the woods over in Clifton (and used to own the historic movie theater here), really awesome part of Texas!
So cool! I never knew about any of these pieces of tech. It is interesting to see the steps between the earliest calculating machines and what we have today
I'm a bit of a computer nerd who grew up in the 80's and I actually found this quite enlightening. I never gave it much thought before but this actually cleared up some confusion I had way back.
7:14 "So, this is the rotating drum...there's 8k of memory in there..." I just realized that I'm going to get to see Usagi work on this fantastic enigma...thanks for sharing this amazing video!!!
Awesome showcase David & brings back a lot of memories repairing these for work & so cool to see Usagi!. Worked on ADM 11-32, Wyse 30-60, VTE 6 & 200 display terminals which were used on UNIX, PICK, some IBM 5364, some Control Data, CP/M & MP/M (multi user CP/M) in the late 1980s & was doing both field service at customer sites & also component level repair on both their logic boards & monitor sections, mostly through hole PCB construction along with both Genicom dot matrix & Dataproducts line printers. Sometimes we'd get oddball terminals for repair which were pure 74LS bit slice CPU logic, much like the PDP-11/40. Back then, those terminals didn't have a lot of the modern line isolation on their RS232 serial lines one normally sees these days with MOVs, transient suppressors etc & we'd dread any lightning activity as it usually used to kill both the 1488/1489 line driver ICs & if we were really unlucky it also killed the 74LS data buffer chips & much more. Supposedly, the RS232 length was max 50ft/15m but I'd worked with many sites who had 100ft/30m of RS232 underground cabling back to the central MP/M box via a few line driver plug in cards & even learned a lot of the hidden service codes. One time, we couldn't get the flybacks/LOPTs due to a transport strike & managed to successfully repair about 10 of them using a Dremel, fine soldering, HV silicone & special pre-mix black epoxy. In some sites we used 20mA current loop & one time at some industrial plants they had to use some specialised converter due to arcing from site machinery playing havoc with the 20mA signalling. Those dumb terminals were awesome to work on, nice construction, great support documentation & was sad to see them go. Back in the 1980s these things were everywhere until the IBM clones came out. Back then manufacturers really took pride in the things they created & quality PCBs too. It was hilarious when 56kbps BBS came out as we knew a lot of the ANSI codes backwards we had picked up from repairing these dumb terminals
As a little kid in 1987, my dad took me into the University where he worked and there were rooms full of ADM-3A terminals connecting to Prime servers. Even as late as 2001, my college had its library catalogue accessed through VT320 terminals (though soon replaced by a web-based system). Then at my first job in 2005, most employees had thin clients instead of proper PCs. These are essentially graphical dumb terminals - they send your keystrokes and mouse clicks to the server, and download bitmaps of the Windows desktop and whatever programs you are running on the server.
That field of dinosaurs is relatively new. We go to Glen Rose once a year, and it only appeared sometime in the last year. When we went to Glen Rose last month, we were surprised to see it. The kids loved it.