Bits and Bytes (1983)
-
@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?
-
@scottalanmiller I'll be getting that
-
@mary said in Bits and Bytes (1983):
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?
That's not really comparable. First, because AI isn't real yet. It's not like an AI would perceive time for real. So thinking of it that way is not useful.
Right now, no computers are close to the human brain in total processing power. So from a pure "intelligence speed" perspective, it is the computer that would seem slow to us (for now.)
The reason that they talk about old computers and speed is because a computer (no AI) would be looking for input a few million times per second. So it checks over and over... for us to do something. But humans would only check for new input from someone once a second or two.
So from a "speed of looking for input", computers blow us away. But from a "speed of processing" we beat them.
-
Finished episode 8. This might be a dumb question, but is DOS still used today?
-
@connorsoliver said in Bits and Bytes (1983):
Finished episode 8. This might be a dumb question, but is DOS still used today?
If "in use" means "as an operating system that anyone you know uses?" Then the answer is "no", the final release of DOS used in a mainstream operating system was Windows ME in 2001, and that was a terribly crappy system that was labeled "for entertainment purposes only." The last serious DOS release was Windows 98 in, not surprising, 1998. And the last truly good DOS release was Windows 95 OSR2 in 1997.
DOS was used with Novell Netware, too. Also long dead at this point.
Today DOS still exists, but basically no one uses it or its direct decendents. For years, it hasn't been the best DOS family product, that goes to FreeDOS, the only DOS-like system still developed. DOS systems are generally used only in utility systems like special "boot to this disk to check your hardware" kind of things. Very rare, but it is out there. DOS might be used in something like a microwave.
-
We sometimes refer to "old" Windows as Windows/DOS to make it clear that it is not part of the same product family as Windows as you know it today, which is the Windows NT family (aka OS/2).
Tradition Windows wasn't an operating system, just a GUI layered on top of the real OS which was DOS. Specifically MS-DOS. MS-DOS being a clone of CP/M.
So until Windows 3.11, you had to install MS-DOS first, then Windows was an application that you installed on top. With Windows 95 and later (Windows 95 was the direct sequel to 3.11) they made the DOS installer install both DOS and Windows all at once so it didn't look like DOS was still underneath so much, but it was only the installer that changed.
So when people would run commands at the command line on Windows 1, 2, 3, 3.1, 3.11, 95, 98, ME, etc. you were literally just going down the DOS command shell underneath Windows and running the commands directly on the OS. THis is confusing because the command prompt in Windows NT like we have today looks just like this, but is totally unrelated and has no DOS whatsoever.