[8-bit Guy] video on the Tandy 1000 computers circa 1984-88
- Schol-R-LEA
- Member
- Posts: 1925
- Joined: Fri Oct 27, 2006 9:42 am
- Location: Athens, GA, USA
[8-bit Guy] video on the Tandy 1000 computers circa 1984-88
Rev. First Speaker Schol-R-LEA;2 LCF ELF JAM POEE KoR KCO PPWMTF
Ordo OS Project
Lisp programmers tend to seem very odd to outsiders, just like anyone else who has had a religious experience they can't quite explain to others.
Ordo OS Project
Lisp programmers tend to seem very odd to outsiders, just like anyone else who has had a religious experience they can't quite explain to others.
Re: [8-bit Guy] video on the Tandy 1000 computers circa 1984
It seems like I'm not the only one watching the 8-bit Guy.
Very interesting and easily understandable content.
Old computers were a lot more interesting and DIY/programming/electronics focused/friendlier, wish we had something like that today.
Very interesting and easily understandable content.
Old computers were a lot more interesting and DIY/programming/electronics focused/friendlier, wish we had something like that today.
OS: Basic OS
About: 32 Bit Monolithic Kernel Written in C++ and Assembly, Custom FAT 32 Bootloader
About: 32 Bit Monolithic Kernel Written in C++ and Assembly, Custom FAT 32 Bootloader
Re: [8-bit Guy] video on the Tandy 1000 computers circa 1984
I missed most of it (you can't choose where and when you're born, sigh).Octacone wrote: Old computers were a lot more interesting and DIY/programming/electronics focused/friendlier, wish we had something like that today.
These days you have plenty of stuff to play with, but the feel is different. It's no longer something novel or cutting-edge, just a simplified and less powerful version of the PC you've already been using (I mean the Arduino and SBCs with lots of I/O ports, some capable of running a full Linux distro with graphics and all).
Re: [8-bit Guy] video on the Tandy 1000 computers circa 1984
I agree. I think there's more fun to be had in software.alexfru wrote:These days you have plenty of stuff to play with, but the feel is different. It's no longer something novel or cutting-edge, just a simplified and less powerful version of the PC you've already been using (I mean the Arduino and SBCs with lots of I/O ports, some capable of running a full Linux distro with graphics and all).
Different programming languages offer radically different solutions. Lisp blew my mind despite my only learning a sort of cheap bad Lisp. Forth amazed me with the power of delving into the language, then seduced me with its extremely flexible syntax which is in part a consequence of that power. Even Tcl offers mind-blowing possibilities in playing with variable scope.
You can come up with operating systems completely unlike either Linux or Windows. Plan 9 blew my mind despite its various faults. It's extremely expressive with very little code. You can export *anything* on the network so long as the latency isn't too high. (That's one of the faults.) You can do almost anything with shell script. (So close!) Some OSs inspired me by providing identical user environments whether on real hardware or hosted under another operating system. Those were Inferno and Active Oberon. Oberon had previously inspired Rob Pike to create the Acme text editor, which in turn inspires me. There's all this network of inspiration, at least half of which is alien to even the progressive projects in the Linux world.
None of these things are new, but they're not part of the mainstream. There's room for experiment. There's room to create new things, whether with them or inspired by them. There's room to try not-so-new things which you just don't normally see, and have your mind blown by them! Then experiment with the concepts that blew your mind!
Personally, I'm taking inspiration and experience from Plan 9, improving it, adding other ideas of my own, and implementing in Forth. I'm also tempted to take on a challenge: Using tricks from Plan 9, how powerful and flexible an operating system can I make for an 8-bit computer?
You know, there is room for experiment in hardware. It's impossible to get near the miniaturization and performance of manufactured hardware, but see above challenge. I think it's possible to hand-build a serial computer faster than 100MHz. The limit there is the memory, making even a kilobit of serial memory out of transistors would be an excruciatingly repetitive task, and the result would be large. Perhaps data could be streamed to and from it with an Ethernet interface. Haha! I forgot all about FPGAs when I wrote that. They would help, to say the least!
Kaph — a modular OS intended to be easy and fun to administer and code for.
"May wisdom, fun, and the greater good shine forth in all your work." — Leo Brodie
"May wisdom, fun, and the greater good shine forth in all your work." — Leo Brodie
- jojo
- Member
- Posts: 138
- Joined: Mon Apr 18, 2016 9:50 am
- Libera.chat IRC: jojo
- Location: New York New York
Re: [8-bit Guy] video on the Tandy 1000 computers circa 1984
On an FPGA, totally, without question. With discrete transistors? Not a snowball's chance in hell. Getting above 10MHz on a hand-wired board using highly integrated ICs is dicey in and of itself due to stray capacitance and inductance issues alone, forget about the crazy propagation delays you'd be talking about with discrete trannies.I think it's possible to hand-build a serial computer faster than 100MHz. The limit there is the memory, making even a kilobit of serial memory out of transistors would be an excruciatingly repetitive task, and the result would be large.
Re: [8-bit Guy] video on the Tandy 1000 computers circa 1984
Oh, I love his videos too! Since I discovered AVGN I also began watching other retro bloggers like 8-Bit Guy and LGR. I'm glad these guys are still on. Here's one of my favorite LGR vids:
https://www.youtube.com/watch?v=fbjYkPKRm-8
I have two retro PCs myself: one is a 486 DOS-machine similar to that one in the video, the other one is Pentium 4 running on WinXP. Such nostalgia is obvious, I keep them for gaming mostly, I don't play modern games, except maybe this one. I guess I'm stuck in 90s-2000s this point.
https://www.youtube.com/watch?v=fbjYkPKRm-8
I have two retro PCs myself: one is a 486 DOS-machine similar to that one in the video, the other one is Pentium 4 running on WinXP. Such nostalgia is obvious, I keep them for gaming mostly, I don't play modern games, except maybe this one. I guess I'm stuck in 90s-2000s this point.