Тёмный

Vacuum Tube Computer P.29 - Addressing and Fanout Problems 

Usagi Electric
Подписаться 88 тыс.
Просмотров 15 тыс.
50% 1

It has been a hot minute since the last episode in this little series, and when I say “hot” I mean it quite literally! Texas went through a brutal heat wave this summer, so I gave the old CNC mill a much needed break until it cooled back down. But, now it’s much nicer outside, so let’s get to cutting. Today, we take a look at solving our memory addressing issues and tackle the always present problem of fanout. What’s fanout you ask? Well, give it a watch to see!
Tube Computer Wiki:
github.com/Nakazoto/UEVTC/wiki
If you want to support the channel please hop over to Patreon:
/ usagielectric
Also, we now have some epic shirts for sale!
my-store-11554688.creator-spr...
Come join us on Discord and Twitter!
Discord: / discord
Twitter: / usagielectric
Intro Music adapted from:
Artist: The Runaway Five
Title: The Shinra Shuffle
ocremix.org/remix/OCR01847
Thanks for watching!
Chapters
0:00 Introduction
3:09 A refresher on our memory
4:13 How are we addressing one bit?
6:18 How are we addressing all bits?
7:34 Fanout rears its ugly head
10:06 A practical example
12:00 A wild cathode follower has appeared!
14:54 What can the 6CG7 do?
16:56 Time to build it!
18:23 Let’s give it a test
21:07 Super easy, barely an inconvenience
22:38 Lazy kitty!

Наука

Опубликовано:

 

5 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 127   
@herbertsusmann986
@herbertsusmann986 Год назад
This brings to mind the famous quote from Mr. Spock: "I am attempting to build a mnemonic memory device using stone knives and bear skins"
@cseeley
@cseeley Год назад
I was thinking exactly the same thing :) ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-5u-gLR3etLY.html
@UsagiElectric
@UsagiElectric Год назад
Spock needed way more tubes than he actually had in that scene!
@ducksonplays4190
@ducksonplays4190 Год назад
@@UsagiElectric I have a theory that Spock was the rest of the tubes. (using his brain as most of the computer)
@metatechnologist
@metatechnologist Год назад
Spock knew things that we don't. Fwiw, I was thinking about that very device and how we need to interface our cell phone with this tube computer!!
@e7yu
@e7yu Год назад
Yes, more vacuum tube computer content. 😸
@UsagiElectric
@UsagiElectric Год назад
Winter is coming, so I need something to heat the room!
@JCWren
@JCWren Год назад
This is too funny. I just started watching your channel recently, and hadn't seen any of the VTC videos yet. Watching this one, and I see the instruction set flash by at 3:45, and immediately went "Hey, that's the same as the MC14500B!" I had a mentor that helped me out building a MC14500B system out of the handbook back in the late 70's (probably 1979, specifically).
@UsagiElectric
@UsagiElectric Год назад
Nice catch! It's not actually the same instruction set as the MC14500 though. Initially, I was building the processor as a tube replica of the MC14500, but mid-way through I got upset with the fact that Motorola didn't include a proper ALU, so I did a bit of rework and slipped in a carry register and some proper arithmetic functions all within the original 4-bit instruction style, and now I've been dubbing it the UE14500. I love the little MC14500 chip, I built that same ICU system from the handbook not long ago on a breadboard! (ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-oPA8dHtf_6M.html)
@xephorce
@xephorce Год назад
I hope to see this computer communicate with the centurion someday.
@kevinmerrell9952
@kevinmerrell9952 Год назад
YES! Transmit "HELLORD!"
@UsagiElectric
@UsagiElectric Год назад
That is a long term goal actually! There are four boards planned for the tube computer: processor (done), memory (in-progress), program control (in-planning), and serial input/output. One of the main goal with that last board is to have it transmit and receive 7-bit ascii at 300 baud, which means we could totally send commands to the Centurion!
@xephorce
@xephorce Год назад
@@UsagiElectric I cant wait to see that day. I love seeing old tech given a new life. Wonder what kind of custom cards could be created for the Centurion? I wonder what capabilities could be added. I don't expected miracles but would be cool to see something like Pacman or a space invaders type game. I know its not meant for that but hey I am a gamer at heart. Thank you for the great entertainment with your vids
@StevenIngram
@StevenIngram Год назад
Wow, that's going to take a lot of work. Lol
@odinthorson5751
@odinthorson5751 Год назад
6cg7 is a really good tube. Works great as a phase inverter/splitter or gain stage for audio. Nice to see them in your design
@user-hl3yy5ij9y
@user-hl3yy5ij9y Год назад
やっぱり、うさぎ電気さんみたいなRU-vidr増えてほしい
@LoneWolf0648
@LoneWolf0648 Год назад
i was wondering when you were going to get back to this. its amazing how much space a little memory can take up
@jeromethiel4323
@jeromethiel4323 Год назад
Indeed. Memory was the constraining factor for quite a while. Which is why when you go back, there were some really odd memory devices, because memory was critical, and making it with gates tended to be space and power hungry.
@the123king
@the123king Год назад
@@jeromethiel4323 Memory devices are often some of the weirdest and novel of devices in a pre-IC computer. Delay-line, drum, core, Williams Tube etc for RAM. Core rope, transformer, diode matrix for ROM... Memory devices are often very strange.
@UsagiElectric
@UsagiElectric Год назад
It's good to get back to work on it! Memory is easily one of the hardest aspects of computing to build. Most homebrews, even wild discrete transistor ones, use a chip for memory because it's just so painful to build otherwise. The memory I'm building may be easier to think about as being six 8-bit registers that the processor can store information in as needed. My construction method scales really poorly, which is why it's tube heavy, but if I wanted more RAM storage, I would need to start looking into stuff that scales really well like core memory. But, you're right, most CPU registers are built using similar logic setups and it's wild how intense that construction style can be when building with tubes!
@jeromethiel4323
@jeromethiel4323 Год назад
@@UsagiElectric Indeed! And i don't think anybody would fault you for using even modest amount of semiconductor memory. I would not recommend going down the rabbit hole or delay line memory or magnetic core memory. Although those are cool retro memory types, the amount of circuitry required with vacuum tubes would be insane. Your vacuum tube computer is more in line with early computer types, and i think you should stick with what YOU want to accomplish with this thing you have made. It is magnificent in it's own way. And kudos for you for even attempting it, much less succeeding so far. And i have no doubt you will end up with something you can be proud of, and may even end up in a museum at some point.
@GeomancerHT
@GeomancerHT Год назад
Thank a million for the Celsius temps!
@NightRidersUrbex
@NightRidersUrbex Год назад
He had me already jumping joyfully after millimeters ;-)...
@KingSlimjeezy
@KingSlimjeezy Год назад
somebody mentioned you in the comments of Dave's Garage and I had to comment Usagi is the type of guy I want to be like when i am older :)
@Kikay0n
@Kikay0n Год назад
This is so great! This is literally how I found you channel.
@UsagiElectric
@UsagiElectric Год назад
Thank you so much!
@adrianotrindade7925
@adrianotrindade7925 Год назад
If it's hot, you can mill at night, no? Start milling and go to sleep. Next day it's done. Love your videos on this vacuum tube computer.
@yorgle
@yorgle Год назад
It's always a great day when you post a video! :D
@UsagiElectric
@UsagiElectric Год назад
Thank you!
@ChefHeisca
@ChefHeisca Год назад
I ask, you deliver! Sir you are a champ.
@danducky4741
@danducky4741 Год назад
I LOVE THESE VIDEOS NEVER STOP
@UsagiElectric
@UsagiElectric Год назад
Thank you so much!
@georgegonzalez2476
@georgegonzalez2476 Год назад
Cool project! I wonder why you didn't go with the 6DJ8 instead of the 6CG7 as the cathode-follower. The 6DJ8 has like twice the transconductance which might be helpful. Another possibility might be to go to much higher resistors to the grids of the 6AU6's. If the tubes are not gassy you can probably go up to like 2.2 megohms or so, lowering the DC loading. The slew rate will be slower but you probably are not seeking very high clock speeds. FYI if you think you have logic swing issues, Seymour Cray's mainframe computers had to work with like only 300 millivolts of logic swing, and they worked surprisingly well with that. It required the use of around 35,000 miniature coax cables between the gates, all of them 6 feet long. Regards!
@UsagiElectric
@UsagiElectric Год назад
Excellent question! And the answer is... I already had a bunch of 6CG7s from random lots, haha. The 6DJ8 is a brilliant tube and even at low voltages it's one of the best out there, but they're also jolly expensive and I only have a few of them in my collection. However, the 6CG7 is pin compatible with the 6DJ8, so if I find I need a little more oomph, I can always swap out later. Interestingly, I did try going higher resistance on the grids when I first started building my tube circuits. And I don't know why exactly, but with a 1M/1M split, I couldn't get the tube to go into cutoff or saturation. My current working theory is that I actually need to overdrive the grid pretty heavily to get the tube all the way into saturation with only 24V as B+, and the 220k/220k split seemed to be the best compromise for that. Seymour Cray was an absolute legend! 300 mV of swing is ridiculous, but that dude not only nailed it, he got it working so well he sold the systems to customers who pushed that thing hard. What an absolute beast of machine!
@adamfisher8769
@adamfisher8769 Год назад
aAa1
@thebiggerbyte5991
@thebiggerbyte5991 Год назад
Vintage tech, new projects and animals - a great recipe for me.
@ropersonline
@ropersonline Год назад
22:38: Do you expect me to meow? _No, Mister Neko, I expect you to lie._
@TheGunnarRoxen
@TheGunnarRoxen Год назад
Good job!
@StevenIngram
@StevenIngram Год назад
That is a sweet looking board.
@UsagiElectric
@UsagiElectric Год назад
Thanks!
@metatechnologist
@metatechnologist Год назад
Adding that buffer is gonna slow down your computer!! 🤣🤣
@stinchjack
@stinchjack Год назад
Yes, more quality cat content
@UsagiElectric
@UsagiElectric Год назад
They're not kittens anymore, but they're arguably even softer and more adorable now!
@edgeeffect
@edgeeffect Год назад
WOW! That schematic of the whole memory is FEROCIOUS! Is that drawn by hand or with computer assistance? Either way, it looks just a bit more than a 10 minute job! ;) Before watching this episode I sort-of more-or-less understood how transistor inverters worked but after watching this episode I REALLY get how transistor inverters work. It's funny how I keep learning "transistor stuff" from your videos, y'know considering............
@senilyDeluxe
@senilyDeluxe Год назад
now if he made core memory for that computer, that would be FERROCIOUS (notice the two Rs lol). (sorry, none of my puns are any good)
@bobsbits5357
@bobsbits5357 Год назад
hi my dad worked for the met office in bracknell uk you lot better get used to the hot weather it's going to get a lot more heat going buy the files he was working on there was alot of paper work back in the days and could see what is going on computers came alot and all the eye's could not see it any more love te video's
@RinoaL
@RinoaL Год назад
It's been the kind of summer where you come into the shop to find your solder melted on the floor. Or so it seems haha
@UsagiElectric
@UsagiElectric Год назад
It has been brutal this year!
@reinoud6377
@reinoud6377 Год назад
Is aggressive isolation an idea? Like a grass roof and extra reflecting coatings/isolation?
@GodmanchesterGoblin
@GodmanchesterGoblin Год назад
Just a comment about cathode followers... They have great rise time, but the fall time is dependent on the load at the cathode, which in your case could be the capacitance of a large number of inputs in parallel with a relatively high cathode resistor. Before you go too far with the next stage I recommend trying the circuit with a clock signal and adding a bunch of capacitance to ground - maybe a few hundred pico-farads. If you have the voltage headroom (you don't) then a mu-follower with some DC level adjustment would possibly be a better choice.
@UsagiElectric
@UsagiElectric Год назад
That's actually really excellent advice! I have tested this cathode follower design at different speeds before, but for this particular tube computer build it's a non-issue because the clock speed is ultimately going to be mind-numbingly slow. Which is due to how I'll be building out program control - in short, I'll be executing the program directly from tape, so I'm aiming for a global clock speed of 100Hz max.
@GodmanchesterGoblin
@GodmanchesterGoblin Год назад
@@UsagiElectric Cool! Probably you'll be fine, but just something to keep an eye on.
@jrkorman
@jrkorman Год назад
Love it when troubleshooting is that easy! Roughly where in Texas are you? We live about an hour north of Abilene. I agree it has been brutal this past summer and this fall isn't looking much better as far as rainfall.
@UsagiElectric
@UsagiElectric Год назад
Troubleshooting almost never goes that easy, so it was a huge relief that it only took a few minutes to figure out! We live about an hour and change south of Fort Worth, and it's been dry as all get out this year. We have three ponds on the property and one has gone completely dry, the second is not far from it and the third is still hanging on, but if we don't get rain soon, it's going to be tough.
@PeetHobby
@PeetHobby Год назад
Put fan on heat sink of you mill and all other places, heatsink is outside the encloser so that is an easy job. :D
@Blacklab412294
@Blacklab412294 Год назад
Q: about power? > have you thought about how you are going to drive your memory by? Your 1-bit computer is already demanding quit a lot of current, are you going to drive every thing by "one" (1- 12v & 1-24v) Set of power supplies? Or are you going to try to break it up in to one set (1-12v & 1-24v) for the CPU and one set (1-12v & 1-24v) for the memory? have you also thought about how you are going to reset MEM to a known value (for a Reset)? and have you thought about how you are going to make the counter and how you're going to set the counter (for things like jumps, and sub Routines) ? Meaning are you thinking of using a main counter, and a sub routine counter?) Or just one counter ? You already have cut down on how much memory you're going to need by putting in a full ALU unit in the CPU, BUt by having a separate main MEM counter from a Sub routine counter would that not also cut down for the need of a bigger memory? Right now every time you address memory that will take 6 bits to have to store in the counter. Also down the line... Are you going to have to make a 6 bit serial to parallel converter (to load the counters) ? In my ignoance, I am still thinking your going to need more memory, but while I am thinking about that I'm still wondering if Modulizing your memory to smaller packets might be faster? Can your router be run at night or does it need to be Supervised?
@Blacklab412294
@Blacklab412294 Год назад
Running it at night would be a lot cooler. And having some fans burning in cooler air into the building would help cool thins down too. We had to do that for work here in the NW when it got over 80 sets outside, and it was over 90+ degrees F inside.
@neilbarnes3557
@neilbarnes3557 Год назад
Is there scope for using a double triode as two in-series active inverters? Does this provide sufficient improved drive current for the fanout? Or is it too long since I did my electronics training (yes, it was pre-microprocessor days, and did include various valve calculations, but it was a long time ago in a far country etc).
@UsagiElectric
@UsagiElectric Год назад
Being in series wouldn't help with fanout, but it would reinvert the signal so if I needed to amplify an input signal without inverting it, that's a possibility. There's a lot of ways to tackle fanout that I probably could have done better (like running a smaller plate resistor, or larger grid resistors), but anything worth doing is worth overdoing. I didn't just want to skirt by, I wanted my buffers to be able to supply enough current for at least double the amount they needed. Totally unnecessary, but now I know they aren't the weak point!
@neilbarnes3557
@neilbarnes3557 Год назад
@@UsagiElectric Yes, I guess the problem with using valves and the implicit anode resistor is that the resistor is always going to limit the current unless you can use a cathode follower, as you have... for size comparison, I've just put a replica of the 8080 ALU (largely following the original design as revealed by Ken Shirriff) using 74HC in SOIC packages onto a board about five inches by four! :D
@nickolaswilliams935
@nickolaswilliams935 Год назад
If you want the ultimate in current and low plate resistance for your cathode follower, grab a 6080.
@TeslaTales59
@TeslaTales59 Год назад
Nice work sir! - what do you do for a living?
@eDoc2020
@eDoc2020 Год назад
I don't think the fan-out is as bad as you are expecting. When more than one input to your NOR gate is high it will effectively draw half the current from each.
@StevenIngram
@StevenIngram Год назад
I was thinking about this build up to RAM and wondered if you'd ever looked at IBM's "pluggable units?"
@Flying0Dismount
@Flying0Dismount Год назад
Get a swivel knife blade for your CNC and cut vinyl masks and then etch your PCBs... Or do toner transfer or pretty much ANY other method of PCB manufacture vs direct CNC milling and you'll cut down your production time to less than an hour...
@rickhole
@rickhole Год назад
I am just getting hooked by your VTC computer series. My training 1968-72 was all solid state, TTL. We had RS flip-flops, you have SR. Did the terminology change from vacuum tube days? Obviously the logic function is the same, just the initials in the opposite order. Your choice of tubes, my, they are all my good friends from youth!
@jeromethiel4323
@jeromethiel4323 Год назад
Quite often with SR or RS flip flops, the order is which takes precedence. For example, if you turn on both inputs to a RS FF, the output should be logical 0, as the reset is the dominant input. The reverse would be true for a SR FF. Although this convention was not always followed, so your mileage may vary.
@rickhole
@rickhole Год назад
@@jeromethiel4323 Thanks. I had never used the R=1 S=1 "indeterminant state so it never came up. So both SR and RS are valid, and which one is determined mainly by whether the circuit is implemented by NAND or NOR gates.
@jeromethiel4323
@jeromethiel4323 Год назад
@@rickhole If you are using an IC based FF, then reading the data sheet is your friend. There are conditions where the S and R terminals may be simultaneously active, and you need to know how the device is going to respond. I have seen some (i believe it was 74 series TTL chips) that the output state was listed as "indeterminate" when that condition existed. But good designs are usually made so that the output is always deterministic. I, for one, never want to roll the dice on how a chip is going to respond to weird input states.
@p_mouse8676
@p_mouse8676 Год назад
Instead of the 6cg7 it's also possible to use a 12au7 instead. Which works fine on 6V heater. (Heaters in parallel) It's a much smaller tube and much easier to get by. What frequency is the clock running again?
@UsagiElectric
@UsagiElectric Год назад
It totally could have been possible to use a 12AU7 instead, and the 12AU7 is a lovely little tube. The reason I chose 6CG7s is that I already had a lot in my collection from random tube lots over the years. Unfortunately, with how I'm running the heater lines (four tubes in series), I can't swap in the 12AU7 now without having to redesign the PCB. I can however switch to any other pin compatible dual triode (6DJ8, 6BZ7, etc.). The clock speed hasn't been decided yet because the plan is to actually read the program directly off magnetic tape and execute it there without reading it into memory somewhere. So, the clock speed will be dictated by how quickly we can read the program off the tape, which means it'll be properly slow.
@mfbfreak
@mfbfreak Год назад
If you want to make boards in summer time, could it be an option to fit the CNC machine with a circuit board marker or other etch resist applier, and etching the board? Just draw it on there like if it's a particularly expensive plotter, then etch it. Those temperatures are ideal for etching boards. Don't even need to heat the bath.
@winstonsmith478
@winstonsmith478 Год назад
Are ganged triodes ever used for audio circuits to allow smaller tubes to provide more output power?
@UsagiElectric
@UsagiElectric Год назад
That... I don't actually know. I'm a total noob when it comes to audio circuits, so hopefully someone else can chime in. Excellent question though!
@eDoc2020
@eDoc2020 Год назад
Probably yes but paralleled pentodes are more common.
@mikegLXIVMM
@mikegLXIVMM Год назад
Great video! Would it be hard to do core memory?
@UsagiElectric
@UsagiElectric Год назад
Thank you! I actually talk about this a bit more in a previous video (ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-zzhc7FMWMEI.html), but core memory is very, very difficult to build, however it scales wonderfully well. So, for a small amount of memory it's really not a great idea, but if I were going for 1k or more it would be perfect. For this project it's not really in the cards as that starts to fall outside my initial design goals, but for a future tube computer project, I would absolutely love to do core memory!
@nonoyorbusness
@nonoyorbusness Год назад
Bletchley Park must be informed about this, it could win WW2.
@kitsuneneko2567
@kitsuneneko2567 Год назад
Whereabouts in Texas are you?
@davemould4638
@davemould4638 Год назад
Instinctively I'm pretty sure the logic could be implemented with fewer tubes. Also the 220k grid pulldown to -ve bias seems very low and is unnecessarily loading the previous output, reducing the fanout. Grid leak resistors are typically 1M to 10M, and with such a high bias voltage (-12V) I should think you could use a 10M resistor. Vacuum tubes are voltage operated devices and should not need any significant current on their inputs.
@grenouille-de-geek
@grenouille-de-geek Год назад
the memory look like a bus based factory in factorio
@wtechboy18
@wtechboy18 Год назад
vacuums for days, nice. Is it concerning at all that the yellow LEDs don't fully power down when you flip the corresponding switches? it's like your "off" state isn't entirely "off"
@buttmusk
@buttmusk Год назад
Why not use a much lower plate resistor for the 6AU6 ?
@UsagiElectric
@UsagiElectric Год назад
This is actually something that I tried, but it means that my logic low starts to become not so low. In saturation (flowing as many electrons as possible), the 6AU6 has around 2k ohms of internal resistance. Which means it forms a voltage divider with the plate resistor. If the plate resistor is 33k, that 33k/2k divider means my logic low is around 1.4V. However, if I drop down to say a 10k plate resistor, my logic low is now only 4V. I could probably still get away with that, but the tube needs to be in pretty good shape. If it's a tired tube or not quite up to snuff, that can easily float up to 5V or more. It does take up a bit more space to use cathode follower buffers, but the peace of mind is worth the extra space I feel.
@buttmusk
@buttmusk Год назад
@@UsagiElectric Probably an idea to find a much more available tube to use as a follower , rather than 6CG7 . Even an otherwise useless non-linear variable mu double triode (that no-one wants) should work adequately as a follower
@der.Schtefan
@der.Schtefan Год назад
IMPORTANT: It looks like your leftmost LED is not really switching cleanly between on and off. It seems the yellow one never really goes off while the red one is fainter than the rest. Are you sure the levels are clean and there is no leakage/small short?
@OscarSommerbo
@OscarSommerbo Год назад
It is most likely due to the logic low signal voltage is above zero. I think he said around 6 volts for logic low.
@NielsNL68
@NielsNL68 Год назад
I'm sure you thought about this already, could you not use one register divider and hook that output trough the 4.7K registers on pin 1 of the tubes?
@UsagiElectric
@UsagiElectric Год назад
I'm not quite sure I'm fully understanding your idea here. If you could into a bit more detail, I'd be happy to either give it a try or let you know how it works!
@NielsNL68
@NielsNL68 Год назад
@@UsagiElectric i was looking to the image at #9:58 where you added so many register dividers in a row. I was thinking when you added the divider before all the switches and connect them to the middle point of the divider, what would be happen. But looking again trough your video again, i can't find how that image is related to the real schematic. Also, please take my suggestion with a little salt, i'm in no where experienced as you are with this.
@andydelle4509
@andydelle4509 11 месяцев назад
On the boards where you need a number of the same type, have you considered one of the Chinese board services? Low cost and good quality. I Use PCB Way.
@Spookieham
@Spookieham Год назад
Always end with kittens👍
@DAVIDGREGORYKERR
@DAVIDGREGORYKERR Год назад
What about water cooling the CNC System unit so that it can be used even when it is very hot.
@simona625
@simona625 Год назад
Don't know if you'll get this before a tweet reply I sent today. But I sent you a valve circuit I would love to see built. It may be good for one bit memory. It uses a dual triode, but I'm sure you could make it easily with 6AU6s
@janikarkkainen3904
@janikarkkainen3904 Год назад
"...and then he did a backflip, snapped the bad guys neck and saved the day"
@bobsbits5357
@bobsbits5357 Год назад
you know the old star trek one the one with all the tubes in it all a round the room funny in away how small things are now ic's came in
@rickhole
@rickhole Год назад
After days of binging I have seen episodes 1-29. I read the code for the assembler and want to get more involved. The assembler thus far generates something like micro-code, that is, just the instruction codes. I am interested in going farther with assembler and emulator that will work with the 12-bit instructions so that executable code can be written and tested, ready for UEVTC. In other words, taking the UE14500 assembler and emulator to the UEVTC assembler and emulator. I have joined the discord but don't see an appropriate place to begin this conversation.
@spokehedz
@spokehedz Год назад
Hello, late to the party so please forgive me if this has been answered before: But that mill is gigantic? And, also, since you are going to be making so many PCB why not have a dedicated PCB cutting machine?
@rickhole
@rickhole Год назад
Love those old Bridgeport mills. I worked for Velocity aircraft and used one there occasionally but without the CNC mod.
@FrancSchiphorst
@FrancSchiphorst Год назад
wow wow wow! ;)
@bvanb2011
@bvanb2011 Год назад
Hey, you're leaving everyone hanging, waiting for the last wow! :-D
@FrancSchiphorst
@FrancSchiphorst Год назад
@@bvanb2011 wow!
@jasongrim2027
@jasongrim2027 Год назад
Hi dude
@68hoffman
@68hoffman Год назад
kool
@douro20
@douro20 Год назад
Four hours! What names did you give your cats? Just don't name one Neko because that would be silly...it would be like naming a rabbit Usagi or a dog Inu (there's a pit bull on RU-vid named that)
@UsagiElectric
@UsagiElectric Год назад
It was a long cut and a long solder job! The cats are name Jun, Ten and Sue. Sue is the brown one and when we got them, he was so little and frail we didn't think he was going to make it, so I named him Sue after "A boy named Sue" saying that he needed "get tough or die," and he got tough! Jun is short for Junko, a Japanese girls name that I quite like. And Ten is just Japanese for "spots" since Ten is the spotted one.
@douro20
@douro20 Год назад
@@UsagiElectric I thought you said four hours just to cut it.
@canfarts784
@canfarts784 Год назад
is that a commodore monitor behind you????
@acoustic61
@acoustic61 Год назад
Great stuff! I'm wondering if you can you build a vacuum tube computer for something like a cell phone with 8 cores and 4GB of RAM?
@tissuepaper9962
@tissuepaper9962 Год назад
The RAM board he showed in this video is not even one byte, 4GB would take up a small nation's worth of space
@christiantreldal1585
@christiantreldal1585 Год назад
Thanks for a lot of good videos. Today I vas a litle disapointed only to see a timelapse of your mill. It could be very interesting to have a video about your mill and the tooling you are using. I am tinking about using a mill for pcb prototyping, so it would be very nice to learn from your experiences. Best whishes, and keep up the good work. Chris OZ1GNN
@SirHackaL0t.
@SirHackaL0t. Год назад
Gotta love that ‘it’s not global warming’ doom and gloom.
@sashakoshka
@sashakoshka Год назад
wow, what a massive eight bits. thats not a byte thats a whole meal
@frankowalker4662
@frankowalker4662 Год назад
Don't you just love multiplexing ? LOL. Daft kitties. (as bad as mine. Ha ha)
@belstar1128
@belstar1128 Год назад
When i am 50 i want to be like you.
@kitsuneneko2567
@kitsuneneko2567 Год назад
兎はどこですか?
@Orxenhorf
@Orxenhorf Год назад
You might want to consider using one of the hobbyist PCB manufacturing companies out there. Just for the time savings.
@MarcelHuguenin
@MarcelHuguenin Год назад
This is why his boards are so unique, they have a very pleasing aesthetic quality. It also fits the retro look and feel better compared to modern boards.
@frankowalker4662
@frankowalker4662 Год назад
That would defeat the purpose of compleatly home built and ruin the looks of the magnificent beast. :)
@EdgarsLS
@EdgarsLS Год назад
why use pentodes? you could've cut the tube count in half by using dual-triodes, and you'd also have lower output impedance to cause less problems. there are also soviet micro-tubes which are really cheap, and a bit smaller, if you can get ahold of them.
@diobrando2160
@diobrando2160 Год назад
dual triodes cost a lot
@turbinegraphics16
@turbinegraphics16 Год назад
First 🤣
@bzuidgeest
@bzuidgeest Год назад
Why not have the PCB made by a fab? You already proved you can do it yourselves. A PCB house is a lot faster then quitting for the summer because the texan legislature hasn't discovered climate change yet.
@crasbee
@crasbee Год назад
I think he explained it in one of the previous episodes, but having all those PCBs made would be incredibly expensive. The PCBs are also part of the design, since the look of the computer is a more important aspect than the density.
@bzuidgeest
@bzuidgeest Год назад
@@crasbee all true, but he complained about the wait and with the pro option you don't have to wait. And you do get cool options for silk screen. So you can make instructions and annotations on the PCB 's. I don't think expense is a factor. You don't build tube computers if you worry about cost.
@EdgarsLS
@EdgarsLS Год назад
I have to say those PCB layouts are really bad, you could've made them much more compact and save manufacture time. I'd suggest looking at hundreds of tube appliance designs and learning the good features of each, in my opinion that's the best way to learn good layout practices!
@nmosfet5797
@nmosfet5797 Год назад
Are you trying to build a vacuum tube based computer, or a transistor based computer just with transistors replaced with vacuum tubes? For example, the british managed to build a vacuum tube based memory just after WW2, with 2560 bits of memory in a single vacuum tube. en.wikipedia.org/wiki/Williams_tube
Далее
Vacuum Tube Computer P.18 - ALU Installed and Tested
20:54
Replacing Coupling Capacitors in Vintage Gear
25:20
Просмотров 53 тыс.
What kind of computer is this?
29:43
Просмотров 15 тыс.
In-depth Look at the HP AC-4G Decade Counter
19:50
Просмотров 9 тыс.
What are VRM Phases? - Multiphase Buck Converters
18:18
These Keys Shouldn't Exist | Nostalgia Nerd
19:32
Просмотров 654 тыс.