Bits and Bytes (1983)
-
My parents bought us a TI 99/4A around 1983. I know some of the local schools had the TI's at the time as my parents actually bought a couple more 2-3 years later from a school that was getting rid of them. I don't remember having the TI's in class though. I do remember having three Apple IIe's in my eighth grade classroom (87-88). I distinctly remember trying to spell out an acronym like this:
M - Multi
L - Letter
A - AcronymLined up perfect on the screen, but was all messed up when it got printed. That was my first introduction to the need for WYSIWYG (the young'uns probably never heard of that acronym!).
At Tennessee Tech as a freshman in 1992, I got introduced to the VAX system, which was already quite dated. Not long afterwards, they got a lab of brand-new 386 PC's that booted to a menu, from which you could pick the application you wanted to run (choices included Word Perfect 5.1, Lotus 1-2-3, and Quattro Pro). A couple of years later, we had a lab with NT 3.5. I think there may have been a Windows 95 lab before I left, but by then I wasn't living on campus, and had my own PC I had built.
-
Episode 4 done. Wondering if you have to put a stop command in a program or is there a specific way to do it?
-
@connorsoliver said in Bits and Bytes (1983):
Episode 7 Complete. I'm curious at to how common it was to have computers in the classroom back then. Anyone who are up in the 80's know if it was a regular things to be dealing with computers in classes?
I was in school then and in the 81-85 years they were just starting to show up. In the CLASSROOM they were rare, but SCHOOL they were common. We just had dedicated computer labs, not computers in random classrooms (mostly.)
-
Episode 5...The Source sounds like the 80s version of Google lol
-
@mary said in Bits and Bytes (1983):
Episode 5...The Source sounds like the 80s version of Google lol
It was, to quite some degree.
-
@scottalanmiller is there still limitations on the amount of computers you have on a network?
-
@mary said in Bits and Bytes (1983):
@scottalanmiller is there still limitations on the amount of computers you have on a network?
So yes and no. Yes those old networks still exist and have those limits. And "modern" Internet accessing (aka IPv4) has some complicated limits, the numbers are huge.
What's different today is two fold...
- We deal in both networks and internetworks today. So while one network might be limited to 20 computers, you might also have a limit of 20 networks networked together in an internetwork. So we have the concept of routing stuff from one network to another. This makes discussions of "network sizes" very different than they used to be.
- Sizes of networks have changed completely. We used to have limits like "5", now we have limits like "2,000". So we perceive the limits very differently.
-
Episode 6 done. I wish I was exposed to Logo as a kid. It actually looked fun. That kid's story about the triangle baby turtle was epic. The look on that teacher's face .
Wondering if we still need compilers for translating program language to machine?
-
@scottalanmiller what happens when you go over the limit?
-
@connorsoliver we had one computer lab that had a bunch of Apple computers that used the disks in plastic. The majority of what we actually used them for was a typing class, pretty lame. I wish they offered more back then.
-
@mary said in Bits and Bytes (1983):
Episode 6 done. I wish I was exposed to Logo as a kid. It actually looked fun.
You can still get it today. It's built into most Linux desktops. On yours it is likely called KTurtle. You'll need to install it.
sudo dnf install kturtle
-
@mary said in Bits and Bytes (1983):
@scottalanmiller what happens when you go over the limit?
You can't. Imagine you have a 5 computer network...
To add a computer to the network, assign a number from 1 to 5.
What happens when you try to join the sixth machine? Nothing, because trying to use the number 6 is the same as "not trying to join it to the network". Conceptually you can't try to add too many machines, because the act of attempting to add can't happen.
-
There are other kinds of limits, like trying to have too long of a cable. Unlike having "too many hosts", a "too long cable" is far more likely to not work or fail, but to have performance issues and get worse and worse as it gets longer.
-
@scottalanmiller I thought signals move close to the speed of light? How does the length change that?
-
@mary said in Bits and Bytes (1983):
@scottalanmiller I thought signals move close to the speed of light? How does the length change that?
They move at the speed of light. Since it is EM radiation whether light or not. So that speed is constant (although EM moves nominally faster in glass or air than in copper.) But the longer the cable, the more time it takes to travel the length of it and the more decibels of degradation are experienced. So if, for example, you can only handle a 10db drop and the cable gets too long and causes an 11db drop, you will start missing bits. Or if you have a 1ns relay time window and it starts taking 2ns, it might start ignoring packets.
-
@scottalanmiller is there a way to give it a boost like half way?
-
@connorsoliver said in Bits and Bytes (1983):
Episode 7 Complete. I'm curious at to how common it was to have computers in the classroom back then. Anyone who are up in the 80's know if it was a regular things to be dealing with computers in classes?
We had a single computer in the classroom in grade school. That would've been between 1985-1991.
Now stop reminding me how old I'm getting, dagnabit.
-
@mary said in Bits and Bytes (1983):
@scottalanmiller is there a way to give it a boost like half way?
To get more power, sure, but boosting ads latency. So it is a tradeoff.
-
@mary said in Bits and Bytes (1983):
Wondering if we still need compilers for translating program language to machine?
Yes, absolutely. Compilers are still used every day. The most famous compiler is GCC or the GNU C Compiler or, as it was later renamed, the GNU Compiler Collection. GCC is free and, like KTurtle, you can install easily...
sudo dnf install gcc
GCC compiles many languages and is available for nearly any computer.
-
Episode 7 done. It's crazy to see that people were contemplating AI even back then. In a previous episode they equated a computer's speed to ours. We are like stone I think it said? Anyway, does anyone have an actual time reference.? Like 24 hours for us is how long for a potential AI with it's processing time?