Sorry for the delay in content, I just needed a bit of a break. I'm hoping to have a video out once a week from now on but I may still miss here and there. My goal is to try to make some more involved projects that I've had on my backburner for a while, so there should be some good stuff on the way.
Not only that but he also encountered many problems that were similar to electronic counterparts (chaining gates breaking things, certain gates being more unstable than others, errors adding up etc)
Came expecting just an adder circuit, but I'm genuinely impressed with the registers and bus. Kinda crazy this was possible without it blowing up or the game lagging to unplayableness
It's interesting to see what your logic gate mechanisms look like. I don't know enough about mechanical linkages to say much on them in that context, but coming from an electrical engineering/programming background myself, I'd always wondered what sort of mechanisms would be involved in creating logic gates in polybridge.
The great part about computer builds in sandbox games is that while they are limited by part count performance, simulated mechanical delay, or delay in the code, they can be built in basically any sandbox game with moving parts because logic gates themselves are simple.
Achievement Unlocked: Turing Complete! Seriously tho, the whole video is impressiveness one after another. from bits to gates to adders to RAMs to programs to outputs. Inaccuracies are the bane of any mechanical computer yet you conquered it all. I especially love the "wheels on wheels" output method. It reminds me of those fourier transform video demonstration and how elegant it is mathematically. It's basically a branch of a binary tree! Visualized! Needless to say, you mechanical knowledge is incomparable
For those who don’t know: - AND gates require both inputs to be active for it to make an output. Two 1s go in, 1 goes out. - OR gates only need one of the two inputs to be active for it to make an output. One 1 goes in, 1 goes out. - XOR, or exclusive OR, gates require one specific input for the output. It has two inputs, but it can only accept one at a time or else it doesn’t work at all. - NOT gate, commonly known as an inverter or inverse gate, turns the input into the opposite when outputting. It turns 1s into 0s and 0s into 1s
We are making minecraft inside of minecraft, a roblox player inside of a roblox game, now a computer inside of poly bridge (a physical game engine), A COMPUTER WITH A GAME INSIDE OF TERRARIA, AI THAT CAN CREATE AN AI, WHAT FURTHER? ALTERNATIVE REALITY?
I thought you were gonna use some sort of clockwork mechanism but this way is pretty cool too. Would love to see you make computers in different ways in different games too!
Your implementation of a almost SR latch was pretty interesting. Hybridizing 2 input types was cool, along with the fact that it was effectively its own logic gate. The only downside is you _technically_ lose Q’, but it’s not often used, and can be simulated with a not gate anyway. Cool gate!
Not gonna lie once i lose track of wtf was happening, everything else after became impossible to comprehend. Like god damn Algebra II in highschool. Thanks for the nostalgia, loved the vid
12:10 You've made a logic gate called a "buffer", which is logically the same thing as two inverters one after the other. This is used to ensure the signal is either 0 or 1 and not something in between.
I tried to make a slightly larger calculator a year and a bit ago in pb2 - managed to get a seriously compact adder, but could never quite get the D-latches to do their job. Most likely because I "locked" them in place by actively tensioning a cable instead of passively using a spring. great work!
Really cool! I really like studying and making these sort of computers, the good news is that there is a lot of content on RUclips about it ( usagi electric comes to mind immediately). Glad to add this video to the group!
Hey! Love your content! You should try From the Depths, its a really fun sandbox building game that kind of fits in to the genre of games that you play. Its a block based building game where you build ships, tanks, planes, satellites, aircraft carriers, etc to fight ai craft and theres a campaign too. It would be really fun to watch you figure out the weird things you can do in the game
My brother and I have *joked* with each other in the past about you doing this, but we didn't expect it to actually happen! Incredibly impressive creation!
Wow that's really good. .. I kinda fell in love with computer engineering and went a little crazy and built a working computer in no man's sky. Using inverters and autoswitches as transistors. Would love to see what you would devlop with such a system
i think it would be relatively simple to make a 7 segment display. you could just use a bunch of and gates to convert the binary into decimal, and then run the output to a display
There are actually ways to feed the bits directly into gates, but you need 3-5 gates (as far as I remember) for each of the 7 segments. If I remember that right, it would be 30-ish gates total. More gates than this whole computer currently has, even if you count each of the mechanical linkages in the output slider as an "analog addition" gate.
Do you have like. Napkins or notebooks that you record things on while you're working? It'd be super cool to see all the little thoughts and records that you keep track of while doing this stuff.
It always feels magical to see logic gates being composed together to make a programmable computer. This is honestly a pretty good demonstration for how analog (non-electrical) computers are possible. It's great.
It is a great demonstration for how digital computers work since they did in fact use digital logic here, analog computers are a bit different than just saying that it isn't electronic since we have analog electrical computers too.
you should try this in besieged. maybe working in 3d will be a bit easier, and you dont have to reinvent all the logic gates as most of the components available in poly bridge (springs, pistons, rope, etc) are already available
"Making the entire biology of all organisms known in the history of existence in poly bridge 2" is this madlads regular Saturday. Not to mention " Making a working solar system in besiege"
Not sure if it was suggested before, but I think it might be interesting to see you do a playthrough of Turing Complete? It's a game where you build an 8-bit computer from scratch with logic gates and write programs on it. Not sure if there is a sandbox mode in it though.
Honestly this video makes me want to know more about your education. Like the typical youtuber lore is “i dropped out of college for [insert major] to focus on youtube,” but this is a lot more complex than jacksepticeye’s marine biology fun facts.
I don’t know what any of the gates do, and this made no sense, I just like watching Reid Captain make things that weren’t meant to be created in Poly Bridge 3.
I scrolled past a video yesterday along the lines of "How bit flips actually physically happen". Now I know that somebody just miscalculated the stiffness of the many springs in my computer
Sorry for the delay in content, I just needed a bit of a break. I'm hoping to have a video out once a week from now on but I may still miss here and there. My goal is to try to make some more involved projects that I've had on my backburner for a while, so there should be some good stuff on the way.
1ST
No wonder theres been 3 weeks since the last video
One video a week seems insane for how hard these projects look.
Bro these projects take 2 degrees, 3 masters, and being a doctor in math, we can wait more than 1 week.
Your content is great and the fact that you can do these every week is crazy. Dw abt the delay
I can finally not have to open another tab to figure out what 2+2 is
How have you posted this a day ago it's been out for 13 min
He time traveled lol
@@MTU.474h2 If he got the video link before the video was set to public he can comment early, probably a friend of Reid if I had to guess.
amigus😊
@@kamixxae1567you’re wrong but I did get access early
Surprisingly this is actually a really elegant explanation of logic gates, I don’t know if that was the plan but well done.
The pointer reminds me of a Turning Machine. Building one would be cool.
Not only that but he also encountered many problems that were similar to electronic counterparts (chaining gates breaking things, certain gates being more unstable than others, errors adding up etc)
"happy little accidents"--bob ross
@@StephenHall-zz2ym that’d be awesome, I don’t know if it’d be possible though since a Turing machine can loop indefinitely
@@kaden-sd6vbyes
I was expecting nothing more than an adder. But we got an entire summation machine!
me too
Those are some of the strongest logic gates Ive ever seen
Man of high culture
8=(x)
Solve for x
@@pig_master101🤨📸
@@pig_master101x=8
Indeed this computer was clearly built by an engineer
Nice. Now make a bridge in Microsoft word.
Sounds like a lot of work
D8/`V```````V`\CI
|U| I I |U|
|U| I I |U|
@@ReidCaptain I never new 1+1 is 2
@@troser4515You never knew it, because it's actually 3.
Or make Poly Bridge on a TI-84
He is gonna be a successful redstone master if he try
"I MADE A CAR IN MINECRAFT"
funny, because his first few videos right after the desmos ones are redstone-related
Redstone digital logic is extremely fun anyway. I know he'd love it. I spend like hours and hours doing it and can't get enough
“I just designed a functional bitcoin miner in Minecraft “
@@A_Panzer_VI That's pretty much useless
Unless you make it with mods or command blocks
Came expecting just an adder circuit, but I'm genuinely impressed with the registers and bus. Kinda crazy this was possible without it blowing up or the game lagging to unplayableness
It's interesting to see what your logic gate mechanisms look like. I don't know enough about mechanical linkages to say much on them in that context, but coming from an electrical engineering/programming background myself, I'd always wondered what sort of mechanisms would be involved in creating logic gates in polybridge.
The great part about computer builds in sandbox games is that while they are limited by part count performance, simulated mechanical delay, or delay in the code, they can be built in basically any sandbox game with moving parts because logic gates themselves are simple.
hes gonna do quantam physics next in poly bridge 3 next, i know it
No
@@ReidCaptain darn.
It's a quantum Computer, obviously!@@ReidCaptain
then how about a moving bipedal walker with a machine gun, that would be cool@@ReidCaptain
@@chantandbehappy2023We don’t even know how they work in real life
Achievement Unlocked: Turing Complete!
Seriously tho, the whole video is impressiveness one after another. from bits to gates to adders to RAMs to programs to outputs. Inaccuracies are the bane of any mechanical computer yet you conquered it all. I especially love the "wheels on wheels" output method. It reminds me of those fourier transform video demonstration and how elegant it is mathematically. It's basically a branch of a binary tree! Visualized!
Needless to say, you mechanical knowledge is incomparable
I love how many random games are Turing complete
I love the error correction compliant mechanism. Like a mechanical amplifier!
This is fantastic. You went way further with this than I thought was possible. I have shared this with everyone I know, amazing work.
Right? He made an adder and I thought wow that's awesome, and then he just... kept going lol
For those who don’t know:
- AND gates require both inputs to be active for it to make an output. Two 1s go in, 1 goes out.
- OR gates only need one of the two inputs to be active for it to make an output. One 1 goes in, 1 goes out.
- XOR, or exclusive OR, gates require one specific input for the output. It has two inputs, but it can only accept one at a time or else it doesn’t work at all.
- NOT gate, commonly known as an inverter or inverse gate, turns the input into the opposite when outputting. It turns 1s into 0s and 0s into 1s
Now make it run DOOM.
We are making minecraft inside of minecraft, a roblox player inside of a roblox game, now a computer inside of poly bridge (a physical game engine), A COMPUTER WITH A GAME INSIDE OF TERRARIA, AI THAT CAN CREATE AN AI, WHAT FURTHER? ALTERNATIVE REALITY?
Never would imagine that i would ever watch someone programming in a computer inside poly bridge, but fair enough, here i am fully enjoying it.
Bravo! I’m taking a computer internals class and it’s always fascinating to see the different ways people can simulate or build logic gates
I thought you were gonna use some sort of clockwork mechanism but this way is pretty cool too. Would love to see you make computers in different ways in different games too!
can I ask you what is clockwork mechanism is?
@@randomcitizen0 I think he means like gears and stuff.
0:57 for example this its a clock @@randomcitizen0
This should be useful for my exam in 13 minutes, thanks!
Hey reid.... this is a game about making bridges. this is a calculator. Your a legend.
Your implementation of a almost SR latch was pretty interesting. Hybridizing 2 input types was cool, along with the fact that it was effectively its own logic gate. The only downside is you _technically_ lose Q’, but it’s not often used, and can be simulated with a not gate anyway. Cool gate!
i honestly found myself understanding logic gates a lot more, thank you they've been so confusing haha
The computer that cost 1,326,966 $ 💀
1326966 bruh 69
Not gonna lie once i lose track of wtf was happening, everything else after became impossible to comprehend. Like god damn Algebra II in highschool. Thanks for the nostalgia, loved the vid
Amazing! I was expecting you to build an adder and call it a day, as many people do, but you actually built fully working, programmable computer!
Great work! I'm always impressed by more mechanical implementations in games without an obvious logic system
12:10 You've made a logic gate called a "buffer", which is logically the same thing as two inverters one after the other. This is used to ensure the signal is either 0 or 1 and not something in between.
I tried to make a slightly larger calculator a year and a bit ago in pb2 - managed to get a seriously compact adder, but could never quite get the D-latches to do their job. Most likely because I "locked" them in place by actively tensioning a cable instead of passively using a spring. great work!
Really cool! I really like studying and making these sort of computers, the good news is that there is a lot of content on RUclips about it ( usagi electric comes to mind immediately). Glad to add this video to the group!
Nice one, now make a fully functioning portal gun in beseige
Good luck lol
Terrible
Understandable, have a nice day
Yeah that would be impossible
Hey! Love your content! You should try From the Depths, its a really fun sandbox building game that kind of fits in to the genre of games that you play. Its a block based building game where you build ships, tanks, planes, satellites, aircraft carriers, etc to fight ai craft and theres a campaign too. It would be really fun to watch you figure out the weird things you can do in the game
this is great inspiration for some sort of crazy looking steampunk computer
Wow, you make a computer in game where need create bridge?!
Poly Computer
My brother and I have *joked* with each other in the past about you doing this, but we didn't expect it to actually happen! Incredibly impressive creation!
Ok, but can it run doom?
This is too underated
Theoretically you can run doom in poly bridge yes but you would need a complicated display
@@Gunnar-i6dits underrated,for this channel :/
@@imisstherage1and a 1 million by 1 million size plot for the mechanics
Wow that's really good. .. I kinda fell in love with computer engineering and went a little crazy and built a working computer in no man's sky. Using inverters and autoswitches as transistors. Would love to see what you would devlop with such a system
i think it would be relatively simple to make a 7 segment display. you could just use a bunch of and gates to convert the binary into decimal, and then run the output to a display
There are actually ways to feed the bits directly into gates, but you need 3-5 gates (as far as I remember) for each of the 7 segments. If I remember that right, it would be 30-ish gates total. More gates than this whole computer currently has, even if you count each of the mechanical linkages in the output slider as an "analog addition" gate.
Do you have like. Napkins or notebooks that you record things on while you're working? It'd be super cool to see all the little thoughts and records that you keep track of while doing this stuff.
It always feels magical to see logic gates being composed together to make a programmable computer. This is honestly a pretty good demonstration for how analog (non-electrical) computers are possible. It's great.
It is a great demonstration for how digital computers work since they did in fact use digital logic here, analog computers are a bit different than just saying that it isn't electronic since we have analog electrical computers too.
what christopher said. reid made a mechanical digital computer, here.
I think that making a controllable plane might actually be possible if you find a way to control the weight distribution.
you could probably pre-program the controls but i don't think poly bridge allows for live input unfortunately
It's much more complicated than making computer in terraria, or minecraft... You're genius!
I guess this means that polybridge is Turing Complete. I can't wait until we get polybridge made inside of polybridge!
that's exactly what I wanted to try making once I got poly bridge and I wasn't sure if it was possible but HERE WE ARE!
you should try this in besieged. maybe working in 3d will be a bit easier, and you dont have to reinvent all the logic gates as most of the components available in poly bridge (springs, pistons, rope, etc) are already available
Ah yes, a $1.3M computer that can add up to 15
You are too smart for Polybridge😂.
This is still fairly simple, if I wasn't using the hydraulic controller this would be a lot harder
@@ReidCaptainyou really called that simple 💀
Congrats, you made a computer in poly bridge. Now here's the question. Can it run Doom?
*“Today I programmed a computer playing poly bridge in poly bridge”*
next up: building complete von Neumann architecture in PB3
Thank you for such great content, this is awesome!
What I expected: a full adder
What I got: 😲
ive never heard anyone sound so constipated throughout an entire video in my life
"Making the entire biology of all organisms known in the history of existence in poly bridge 2" is this madlads regular Saturday. Not to mention " Making a working solar system in besiege"
They said you couldn't do it! They said you shouldn't do it! They begged us NOT to do it! And you did it anyway!
In the word of RCE, very efficient design
Just realised the similarity that nile red holds with your narration style. epic!
This is awesome. And not only did you make a digital computer - it works in analog as well!
Except for the memory, that's digital
I love the way that it's all jerky and physical, it brings me joy
This will run doom for sure
Me trying to read the output: confused screaming
next time on "ReidCaptain":
Hacking into pentagon using polybridge
Bro actually built an analogue/mechanical computer
Bro scares me how smart he is it’s baffling how genius he calculates his next move
My digital systems professor would be impressed. Well done
Reid is gonna be so confused when he sees people making bridges in Poly Bridge, when it's clearly for computer making
Not sure if it was suggested before, but I think it might be interesting to see you do a playthrough of Turing Complete? It's a game where you build an 8-bit computer from scratch with logic gates and write programs on it. Not sure if there is a sandbox mode in it though.
Make a computer that runs poly bridge 3 in poly bridge 3. I know it wouldn't be possible but it'd be dang funny if it t'were
I could maybe make a purpose built thing to do a very basic version of that
7:55 yep, nothing to see here folks just a logic gate
With just those gates you could program poly bridge given enough time (and frames). Prbably couldn't display it, but the code would be simulating it.
You are insane great vid, I built some logic gates and made an adder years back but it was only 2 full adders together xD
LES GOOOOOOOOO BEST VIDEO ON THE CHANNEL SINCE UTTT !!!!!!!!!!!!!!!!!!!!!!
super video
Honestly this video makes me want to know more about your education. Like the typical youtuber lore is “i dropped out of college for [insert major] to focus on youtube,” but this is a lot more complex than jacksepticeye’s marine biology fun facts.
As a developer, I absolutely hate this… by which I mean I love it - fantastic explanation!!
I don’t know what any of the gates do, and this made no sense, I just like watching Reid Captain make things that weren’t meant to be created in Poly Bridge 3.
Time to make Poly Bridge in Poly Bridge (New Redstone)
Amazing. Next vid: I made poly bridge 4 in Poly bridge 3.
I scrolled past a video yesterday along the lines of "How bit flips actually physically happen". Now I know that somebody just miscalculated the stiffness of the many springs in my computer
He took it seriously and actually did it!
"Simple Redstone, really."
Many of your logic gates look like very strong shapes! 😏
Making a working nuclear reactor in poly bridge 3 is getting ever so closer
A part of me wonders what you do when not doing the most insane things on RUclips. Probably solving all of the world’s engineering problems
This gives a new meaning to bit flip errors.
Now the question is...
Can it run doom?
Your speech mannerisms remind me a lot of nilered. Cool video.
My first reaction: "You did what?"
I understood almost nothing in this video but I loved every second.
One step closer to playing doom in poly bridge
Awesome!
Ploybridge in Polybridge when? :P
Give developer 2 sticks, he'll manage to make a stack and overflow it.
Nice to see a mechanical computer :)
Man, that OR gate has a unfortunate design ☠️☠️☠️
7:40 you can definitely make xor w/ just nand, or, and/or and gates. Nand and nor gates allow for all circuits
thats a nice logic gate you have there 7:35
Mechanical computers are neat
Imagine being one of those cars in wanting to cross the River and then seeing a huge adder in the sky
Finally someone saying "meters", I'm tired of hearing always "feets"!