The funniest part is that even tho the marble calculator calculated the value, but you have to calculate the number value yourself. So if Code Bullet would add a binary converter from binary to actual graphical numbers, then it would be better.
Ah you meant it like that. 3+8 wouldn't work either because you can't input an 8 (1000) in a 3 bit adder.. But binary adders are quite stackable, so he could make it into a 4 bit adder. The hardest part is displaying the output so that it's easy to read, but as long as you know binary it's not a problem.
@@kingmeprime minecraft ones are pretty efficient since redstone computing is actual binary code but virtual, they work on the same concept with 1 being on and 0 being off
@@Kekatronic Not efficient when it comes to processing. Your computer will be simulating an entire fictional block world just to perform a single fundamental mathematical operation.
@Hasanchik Gaming this first person that talks wants a calculator, his/her mom says that they already have a calculator, which is true, but this calculator is the same as the one in the video
@@swobodowski6238 It is not underrated... This template is one of the most overused together with everyone: nothing someone: *does random thing* me: [insert funny deep fried skittle with legs]
Same, but I also started trying to implement binary logic gates into Halo Reach's forge mode of all things. Never did finish anything with it though. Really started to get tired of it at the time, since I was already doing some pretty weird map making experiments for a good while before I started trying to do gates. Maybe I'll get Master Chief Collection and give it another shot though.
If you guys want a marble calculator that adds up natural numbers of any size, all you need is a funnel and a bowl. Throw the amount of marbles you want to add up in the funnel, then count the result in the bowl. Awesome right?
Maybe you dont know how to appreciate what he has done, probably due to you not understanding how a CPU works, I personally find it amazing where someone has done a gravity feed calculator. You are doing the addition in your head, if you look from computer science point of view down via hardware machine language, input 2 numbers into a black box and it out puts the sum, all this is done with binary, eg 0 and 1 only, and not 0,1,2,3,4,5.......9...... the limitation to his solution is its done in with gravity feed hardware, if it was done electronically, you can add numerous large numbers extremely fast, where your head just cant calculate.
Well, it depends on which kind of Captcha you're talking about. If you're talking about the completely random string of letters with noise, lines, and distortion, called RECaptcha, Google has found that real humans could solve these approximately 33% of the time, and AI at Google could solve the RECaptchas about 99% of the time. If you're talking about the "I'm not a robot" (NoCaptcha RECaptcha) check box that most websites use, that one sends an http request that tracks several things, such as the IP address, the country, the way your cursor moves to the box, and many other factors that Google has not been willing to share. As is usual with Code Bullet, he makes all of his projects available on GitHub, so it would be bad if he made that video saying how he made an AI to cheat the test. Also, he would have to be able to recreate the thing he is trying to test, like he did with the "World's Hardest Game" AI. Considering how complex the test is, it would be nearly impossible for just one person to recreate all that. TL;DR Captcha is too complex to recreate, and there would be major consequences if by some chance he was able to create an AI to cheat the test.
I have a better, simpler marble calculator. You put 5 marbles in a tube. Then you put in 7 more marbles. Count the marbles. You have 12 marbles, which is the correct answer! but this is way cooler
I always recommend anyone who is a little interested in tech, to start out on Ben Eaters channel and then go on from there. This stuff has been known for more than 100 years now, so there will be all kinds of people who have already explained it on youtube, there will also be someone who thinks like you who can explain it so you understand it imediately. But Ben Eater is sort of the default starting point for this kind of things IMO.
Btw You could make the gates wait until a marble “activator” activates them and then release the correct output, this way You will not need to wait while using the NOT gate... :)
I love how much he improved with his drawings from now to his ai walking vid I just chose those vids bc im new to this channel and am watching out of order
Well, there are physical calculators that only use physics to make the calculations. There are ones calculating in base 10, and also can do multiplication. One has been feature on Numberphile, and it's quite facinating.
I love how you sound so amused talking about this! You sound constantly on the verge of bursting into laughter and It makes me feel happy as well. The jokes feel funnier and overall it’s a blast to hear you just... talk about things. Totally subbed.
6:53 Not to be that guy, but you should be looking for sum=1 and carry=1, and you did, but you put text on screen saying otherwise, so... . . . IT'S ALL LIES!!
Your teacher: playing games in class!?!? You: no I'm using my marble calculator Your teacher: oh okay... Mission success!!! Now you can play a game in class!!!
LOL that's hilarious when you went from AND gate 1.0 which was satisfyingly simple to AND gate 2.0 which was a Rube Goldberg project. Have I ever done that type of thing? Guilty as charged. XD
Dude your a freaking legend.... Once I watched your first video I was hooked.. the dialogue is funny, and your are in my humble eyes a beast with this stuff. Actually makes me want to learn to code..
i don't know HOW you are doing it but you are the only "coding related" channel that i've ever laugh at and you are doing it multiple time per video for every video xD Keep it up, you are amazing! :D
This marble thing is what I used to do for hours while bored in school. Drawing lines, then mentally running physics for how a marble would run the course.
I always wondered why calculators rattled and gave wrong answers if I shook them.
sir, i think you have a rattlesnake in your hands, not a calculator
i liked so it becomes 699 likes
Oofity
Nice
Sir Cheese
Shakes always lie
I think that's a magic 8 ball
Your computer is doing tons of calculations to calculate this calculator calculating in binary
@@taureon_ 227 is not binary
@@taureon_ r/woooosh
@@taureon_ yo wtf is life?
SAMUEL GAMING there is no joke... that was a misused wooosh to make him seem less stupid...
Jesus, it was obviusly a joke. That whoooosh was well used
a calculator that can add numbers up to 7 with 60% accuracy!? just what I've been looking for!
Wait, why do u say 60% accuracy. Seems like it was 100% accurate from his tests?
@@will227inyoface2 He says in the video that the accuracy is about 60%.
Actually I'm kind of calculator that can add single digit numbers with 60% accuracy
Better than some 15 year olds I know.
@@DrZaius3141 You should know better 15 year olds.
This is actually how real calculators work. They just have really fast marbles on the inside
shawn meehan I KNEW IT!!
Which is why they rattle when shaken
It is just that these marbles are called electrons, and are much smaller.
@@skpapic r/woooosh
@@ladrillorojo4996 They understood the joke AND made an intelligent comment ! you should ban yourself with r/ihavefailedreddit
Adding 5+7
Normal people: Easy it's 12
Code Bullet: Yeah, this is big brain time.
12 --> C --> 0000 1100
@@CUBETechie ok
@@CUBETechie he literally said that in the video
Carry it to 57
The funniest part is that even tho the marble calculator calculated the value, but you have to calculate the number value yourself. So if Code Bullet would add a binary converter from binary to actual graphical numbers, then it would be better.
Code Bullet: *Creates a calculator using marbles as binary*
Also Code Bullet: "I'm not creative enough to think of numbers."
New challenge: Make a marble using only calculators
Or just animate one with graphics function
3 steps:
Search "marble"
So... Katamary Damacy?
Just write a “0”
@@tthung8668 Your calculators have metal in them ? Damn !
Teacher: a calculator will be provided for the test
Calculator provided for the test:
Your profile picture gives me painful English class memories
I am a math teacher and my students will damn you for giving me this idea :D
There is a barrier between "Can I do something?" and "Should I do something?"
Clearly we've not hit that barrier yet.
No, you should do something because you can. It's like engineering 101 dude!
If you do what you love you'll never work a day in your life... Or you will and you'll make something awesome!!
@@sandearcubus9299 you mean Engineering 5 in decimal?
Exam : You can use a calculator.
Me: *getting my marble collection out of the backpack*
:D
Voli1Beart 3+8= FUCK
Nah it's 1011
KiemPlant oh shit, then 8+8= FUCK
Ah you meant it like that. 3+8 wouldn't work either because you can't input an 8 (1000) in a 3 bit adder.. But binary adders are quite stackable, so he could make it into a 4 bit adder. The hardest part is displaying the output so that it's easy to read, but as long as you know binary it's not a problem.
For when the exam says no electronic calculators
Abbacus time!
That's when you bring a curta (tiny mechanical calculator)
did you know your brain runs on electricity
CORRECTION: it works using electricity
@@zombieslayer1468 *shutdown brain*
@@zombieslayer1468 your brain "runs" on a lot and none of it is what we think of when we say electricity
“...Least efficient calculator...”
You haven’t seen Mario Maker levels...
Or even minecraft ones!
@@kingmeprime minecraft ones are pretty efficient since redstone computing is actual binary code but virtual, they work on the same concept with 1 being on and 0 being off
@@Kekatronic Not efficient when it comes to processing. Your computer will be simulating an entire fictional block world just to perform a single fundamental mathematical operation.
@@thatotherandrew_ Better than calculating the physics of a marble, at the very least.
This is actually how SMM calculators work but nice joke
If you aren't allowed to use a calculator in a test, just build this on your table and you're good to go
Visiourus "build" I think you'll have a better time pulling Excalibur out of the stone then building this
Acid Rain
Lies.
@Games4thewin actually, you can make a fully working calculator with all functions in theory
Oh boy we got some hardcore r/whoooosh's here
lol
Least efficient calculator, you say? I think Matt Parker and his domino calculator would disagree.
Seon-Ho that's someone with good references
Seon-Ho link?
Seon-Ho someone made a calculator in roller coaster tycoon
A kiwi with a face WHAT
A kiwi with a face and someone build omne from redstone in minecraft.. but matt parker is waaaay beyond that XD it take like a DAY to calculate 5+4
Me: Mom can we get calculator?
Mom: No, we have calculator at home
Calculator at home:
John Wick en casa
Omg that comment is so underrated
@Hasanchik Gaming this first person that talks wants a calculator, his/her mom says that they already have a calculator, which is true, but this calculator is the same as the one in the video
@@swobodowski6238 It is not underrated... This template is one of the most overused together with
everyone: nothing
someone: *does random thing*
me: [insert funny deep fried skittle with legs]
what kid asks for a calculator
Me understanding all of the logic gates thanks to Minecraft redstone
Same
Same
Same
Same
Same, but I also started trying to implement binary logic gates into Halo Reach's forge mode of all things. Never did finish anything with it though.
Really started to get tired of it at the time, since I was already doing some pretty weird map making experiments for a good while before I started
trying to do gates. Maybe I'll get Master Chief Collection and give it another shot though.
Least efficient calculator, you say? I think my brain would disagree.
JohhnyFlakes nice
i see what you did there
Lol, your profile pic is the only thing that made me agree
profile pic fits
the pfp made it better.
Now *_THIS_* is the quality content I subscribed for.
Really enjoyed it too since I also make AI videos!
This is now my favorite calculator.
Thanks for the sub Prof C!
If you guys want a marble calculator that adds up natural numbers of any size, all you need is a funnel and a bowl. Throw the amount of marbles you want to add up in the funnel, then count the result in the bowl. Awesome right?
You don't really need a funnel for that
Don't know, I think I'll much prefer base 2 than base 1
I have a tube that has a large opening and ends with a smaller circle at the end will that work too?
@@Jtngetabettername well you can do this funnel life hack with binary too. Just picture 3 as 11 in your head
Maybe you dont know how to appreciate what he has done, probably due to you not understanding how a CPU works, I personally find it amazing where someone has done a gravity feed calculator.
You are doing the addition in your head, if you look from computer science point of view down via hardware machine language, input 2 numbers into a black box and it out puts the sum, all this is done with binary, eg 0 and 1 only, and not 0,1,2,3,4,5.......9......
the limitation to his solution is its done in with gravity feed hardware, if it was done electronically, you can add numerous large numbers extremely fast, where your head just cant calculate.
6:50 "so this is the full adder", `Full Adder` is the actual name of the electronic circuit that does this, so i see what you did there.
;)
This is important work.
I bet the berserkers came up with this, eh Lindy?
I think this is this the first time I've come across you when I wasn't watching one of your videos. Woo!
we need to make marble computers !
Wow I was just watching one of his videos like 5 minutes ago. What a coincidence
Another channel that I'm a fan of, that has NOTHING to do with this one, posts a comment here. Awesome!
If I used this calculator, I'd be on question one when the exam ends.
and then there would be only a 60% chance to get that first calculation right xD
It ends up looking like a Doom map by the time you're done.
With unclosed sectors
Doom really *does* run on everything
“The worlds least efficient calculator” Is just me during a test
Next step: a whole-brain emulator using only marbles. Real marbles, none of this virtual hogwash.
HEADACHE
@@BEN-ys6gu Any luck?
basically how my brain works
That's an SCP in the making.
Whole new level of "lost their marbles"
"I know your attention spans can't handle this so here's a picture of a pug"
lol
“ I’m sorry, I only remember seeing the pug in your video”
HDSQ, I'm waiting for your next black midi
Blue midi
@@spidercubed9718 Cause if you print them they're black. Paper is, in fact, racist.
Wrong. The domino calculator is the most inefficient calculator.
1 day to set up a 3 bit addition.
#parkersquare
Somebody made a stage in Mario maker 2 that is a calculator and takes like 4 minutes for an answee
6:56 you’re actually looking for sum = 1 carry = 1
Was looking for this comment apparently no one else cared enough to check the results lol
Yes baby that's how we do it someone carryone
*Next video: AI learns to cheat Captcha **_(I'm not a robot test)_*
Well, it depends on which kind of Captcha you're talking about. If you're talking about the completely random string of letters with noise, lines, and distortion, called RECaptcha, Google has found that real humans could solve these approximately 33% of the time, and AI at Google could solve the RECaptchas about 99% of the time. If you're talking about the "I'm not a robot" (NoCaptcha RECaptcha) check box that most websites use, that one sends an http request that tracks several things, such as the IP address, the country, the way your cursor moves to the box, and many other factors that Google has not been willing to share. As is usual with Code Bullet, he makes all of his projects available on GitHub, so it would be bad if he made that video saying how he made an AI to cheat the test. Also, he would have to be able to recreate the thing he is trying to test, like he did with the "World's Hardest Game" AI. Considering how complex the test is, it would be nearly impossible for just one person to recreate all that.
TL;DR Captcha is too complex to recreate, and there would be major consequences if by some chance he was able to create an AI to cheat the test.
Tokei i feel educated
wooosh
lol
Tokei I already knew that...
Great introduction to binary and logic!
sstream17 I agree but he just needs to slow down a bit
Well... Logic?
logic is those gates he talked about like the and or xor AND not
sstream17 o
Gg
Buddy I think you've lost your marbles
...
LOL
How could he lose them? They were digital????
@Fish Man, he's not very brilliant
I came to the comments to say this very thing, but I see you beat me to it.
Dude we actually need to make a calculator for school, you helped me figure out how.
We need a physical version
With a robot that resets the marbles to initial positions. Also, come up with a better not gate. Timers are stupid.
Alen You could have the marble ram into the blocker and then drop, which would block the timer and go down instantly.
I’m thinking of 3D printing this next weekend, but it’s gonna be hard to convert. Also timing is different in real word so I’ll have to redesign
ruclips.net/video/OpLU__bhu2w/видео.html .... here is a physical version made of dominoes
ruclips.net/video/GcDshWmhF4A/видео.html
When code bullet doesn’t have a calculator: “Ima just make one from marbles”
1010/1010 Would watch again.
KiemPlant XD
5/5?
Actually 0101/0101
PhantomDerp Uuh no... You have to read binary from right to left.
KiemPlant no you don’t
Me: 1 + 1 = 3
Calculator:
IM GOING TO LOOSE MY MARBLESS
pun
In chemistry, sometimes 1+2=2
In engineering 9 is approximately 10
*me who has no idea what is going on* brilliant
Same
Same
Same
Me who thinks that it takes a level below Idiocracy to not realise something as brilliant
@@questwhisenhunt1375 okay Mr. Intelligent
The only reason I understand logic gates is because of Minecraft redstone circuitry lol
Same
SAME
The important fact is you understand logic gates.
Me too
Scrap mechanic
Are you ok?
yes you
I'm not
Thanks for asking
no.
I think that he lost his marbles (pun intended)
Now that a say that face I’m not
This should be called, "When programmers becomes bored and wants to ruin their day again after thinking, coding, and debugging for how many hours."
I have a better, simpler marble calculator. You put 5 marbles in a tube. Then you put in 7 more marbles. Count the marbles. You have 12 marbles, which is the correct answer!
but this is way cooler
The output is in binary, not in decimal.
PurpleKingCrazy
thats not decimal, its unary
edit: jesus christ what have i started
That's not Protese, its Psychology
That's not Psychology, it's Anthropology
That’s not Anthropology, it’s Defenestration
Now I know why a calculator uses electricity insetad of marbls
I'm imaging you googling *why do calculators use electricity instead of marbles*
@@macaroon_nuggets8008 check mechanical calc.
6:55 1+1+1 = 3 = Carry 1 Sum 1, it says 'sum = 0 carry = 1' on the screen though
Kevin VR yeah, I was pretty triggered by that as well 😂
But you also can’t have any number other than 1 or 0 right
Ji_m_slim 3 in binary is 11
No
Got confused by that at first lol
I like how you spent time explaining logic gates and binary and everything but not how you combined them to... *ahem* calculate
you could find that anywhere the marble logic gate part is more interesting
I always recommend anyone who is a little interested in tech, to start out on Ben Eaters channel and then go on from there. This stuff has been known for more than 100 years now, so there will be all kinds of people who have already explained it on youtube, there will also be someone who thinks like you who can explain it so you understand it imediately.
But Ben Eater is sort of the default starting point for this kind of things IMO.
*puts 7 marbles on table*
*puts 5 marbles on table*
*counts marbles*
12!! BAM MARBLE CALCULATOR BABY
you dont need to count the marbles when you already have the result
This is such a massive waste of everyone's time--yours, mine, RUclips's servers.
It's perfect. Lmao.
Education is NEVER a waste. The approach might be, but not the educational value of seeing a physics based calculator.
Normal People: 5+7 is 12 thats obvious
Codebullet: Imma ̶H̶e̶a̶d̶ ̶o̶u̶t̶ Pull out my calculator
666 like perfect
@@BloodyRainRang r/woooosh
That isn't a woosh
Now make supercomputers which can compute numbers at 30x the speed of light using only marbles and try playing Fortnite with it.
@@laughoutgoudo1084 if only it was real...
The speed of light is not relevant for talking about computer speed, you know?
relevant xkcd xkcd.com/505/
"So, to build the world's least efficient calculator..."
Matt Parker: *Laughs in domino*
RUclips needs love reacts.
Nephew: what's 3+6
Me: let me pull out my calculator
Me 3mins later: it's 1001
Nephew: "fails homework"
Btw You could make the gates wait until a marble “activator” activates them and then release the correct output, this way You will not need to wait while using the NOT gate... :)
also the xor gates would be much quicker, but you would need a 3d space to fit your clock tubes...
"Code Bullet: The only place on Earth where ballz and line rider meet to create adder circuits."
Varun Gupta 😏😏😏😏😏
"Least efficient calculator"
Have you SEEN people play mario maker
Shells are the binary
Yup
I have smm2
I love how much he improved with his drawings from now to his ai walking vid
I just chose those vids bc im new to this channel and am watching out of order
Imagine building something like this in the real world.
we did...
its called a calculator.
domino ones are even worse
@@nyanbrox5418 not sure if you're joking too or if you just didn't get his joke to begin with
Inb4 "r/woooosh"
@@Proud_Knight oooooooh, I'm dumb lol
Well, there are physical calculators that only use physics to make the calculations. There are ones calculating in base 10, and also can do multiplication. One has been feature on Numberphile, and it's quite facinating.
Google Turing Tumble. Addition subtraction multiplication etc...
I love how you sound so amused talking about this! You sound constantly on the verge of bursting into laughter and It makes me feel happy as well. The jokes feel funnier and overall it’s a blast to hear you just... talk about things. Totally subbed.
No... I’m not going to 3D print this and use it on my next math test... that would be stupid
im not sure if i believe it
XOR stands for exclusive OR, which means that if either input EXCLUSIVELY is powered, it has a positive output. Hope that made sense.
6:31 XOR gate stands for exclusive OR gate, kind of makes sense
Can I just say that I love this channel? This is grade A content.
I know it's great right? I hope I can reach the same level on my AI videos.
+Minecraft Creations
No they mean Grade A content
Grade 01000001?
dang it you stole my GradeAUnderA joke
The Zip Creator r/woooosh
Cb: speaks
Random guy: responds
Cb:
YoU sPeAk WhEn SpOkEn To!
I learned about logic gates because of Minecraft (Redstone)
Me too :) i learned from mumbo Jumbo :P
Edutainment, son!!!
Same from Mumbo jumbo!
Same-ish. I learnt binary because of Minecraft. I made calculators and stuff like that most of the time.
Troll Lol me to i built a half functional computer i minecraft!
I have a marble calculator irl. It’s called the digi-comp II
If you like the digi-comp you should check out the Turing Tumble www.turingtumble.com/
6:25 XOR is an intuitive name as it means Exclusive OR gate it's exclusive as it accepts only one input as opposed to 1 or 2.
I just started a computer science foundations class and I just learned about the logic gates. The way he explained it made it so easy to remember.
When you watched code bullet when he still censored his video: you are OG
Up next on Code Bullet: Making babies using ONLY frogs and hamsters.. (Gone Wild)
I wish code actually had an upload schedule, I just love his vibe
“Morning class! Today I’d like to show you my binary marble calculator!”
“...This is history”
Addition: just take the first number of marbles down one tube and the second going down the same tube and count the number of marbles in the tube
Somebody made
a calculator in
Super Mario Maker
-
Somebody made Pokemon red in Minecraft.
I just wanted to be competitive.
@@xlordday7241 xD
@@xlordday7241 You win
sethbling made flappybird in mario
edit, not supermario maker, just super mario, lol look it up its wild
I feel like doing one in Mario Maker 2
6:54 You tested 1+1+1 but afterwards show that you are looking for sum=0 and carry=1, even though both need to equal 1 (which they at least do). >_>
If my kid ever asks how calculators work, I am going to show them this video and tell them that this is what's inside every calculator
7:11 Hang on, the screen says you're looking for a carry of 1 and a sum of 0, but the sum outputs a marble, ergo a 1
the sum was supposed to be 1, 1 + 1 + 1 in binary is 11
@@Sodiumitis well the text is wrong
@@flyhigh813 But the calculator isn´t, so we´re good.
You throw 5 marbles and 7 marbles into jar 12 marbles in a jar
WOW 100% accurate.
y e s
@Leon Koehler now how do you know? You had to do quote “fast counting” aka addition or count. So YOU make the calculations.
Why does my comment have 3 likes?
@@xomvoid_akaluchiru_987 now 10 cuz I liked it
"I'm sorry this video took a while to come out" Yeah it's okay, we are used to it
"World's least efficient calculator"
Standupmaths domino calculator: am I a joke to you?
I like that you make code videos that are somehow fun to watch
I once spent a more time than I had designing and building a binary calculator in minecraft using Redstone circuits. It's not easy.
Bruh Thats what I'm trying to do right now. I'm using this vid as a tutorial lol
its litterally the same thing yeah, its logic. while its not easy it can be simulated with marbles
I’m going to do the right now
@@joshuabradford8372 good luck dude.
Enemyonwheels thanks :)
6:53 Not to be that guy, but you should be looking for sum=1 and carry=1, and you did, but you put text on screen saying otherwise, so...
.
.
.
IT'S ALL LIES!!
*Unsubscribes*
"3+6=1001" What....?
@@d4TheViewer that is in binary(base 2)
So *1001* is
2^3× *1* + 2^2× *0* + 2^1× *0* + 2^0× *1* (in decimal (base 10))
= 8 + 0 + 0 + 1
= 9 = 6+3
Ok class take out your calcultors
Code bullet:Here miss
Teacher: :O
r u in a cult...? calCULTors
Your teacher: playing games in class!?!?
You: no I'm using my marble calculator
Your teacher: oh okay...
Mission success!!! Now you can play a game in class!!!
LOL that's hilarious when you went from AND gate 1.0 which was satisfyingly simple to AND gate 2.0 which was a Rube Goldberg project. Have I ever done that type of thing? Guilty as charged. XD
Minecraft Redstone taught me everything I know about logic gates.
Teacher:
Ok now take out your calculator and start the test
Everybody:
Takes out a normal calculator.
Code Bullet:
Pulls out a fricking marble maze.
1+1
normal people: 2
trolls: 11
Binary code: *Laughs in 1 and 0*
Bruh I can only just understand maths and you are making *_MARBLES_* calculate numbers? Jeez
Have a look at Menace, the tic tac toe playing matchboxes.
0011 + 0101 = 1000
Simple maths
I didn't expect that development when I read the title.... 😂
Dude your a freaking legend.... Once I watched your first video I was hooked.. the dialogue is funny, and your are in my humble eyes a beast with this stuff. Actually makes me want to learn to code..
so basically you are that crazy guy in the back ground mumbling about how you lost your marbles
I spent a good part breaking the gates by spamming balls.
Make a tutorial about coding so we can appreciate your videos for what they really are and the effort it takes to make them
Look up the coding train, thats the guy that created the framework Code Bullet uses. I love him :)
22nd of December 2022: this is a good video and Evan hasn’t really changed much personality wise, which is good.
Everyone: Oh! A new Code Bullet video!
Me: *still waiting for enigma machine two*
Still none
You won an instant like because of that LITTLE CUTIE THE PUG!!!
>"Making a Calculator using ONLY MARBLES"
Code Bullet, have you lost your marbles or something? >.> ;p xD
after this video , yes
After this video, yes.*
Code Bullet lol
prntscr.com/kglszz
good job youtube...
Ofir Kon40 you didn't notice (edited) there did you
i don't know HOW you are doing it but you are the only "coding related" channel that i've ever laugh at and you are doing it multiple time per video for every video xD Keep it up, you are amazing! :D
Awesome project!
"I'm not creative enough to think of numbers"😂😂 9:10
Roque de Frutos DONT YOU DARE USE CONSECUTIVE EMOJIS
@@douglaspantz 😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂
This guy explained sums in like 30 second better than my actual primary school did when I was younger.
It's because u were young
Ur brain was not developed as of now .so now it's easy for ur brain to understand this🤯
@@UttamKumar-ic4qh that's actually sort of incorrect. When you are from ages 7-16 you understand things a lot better than you do as you get older
@@hobogrifter 👍
This marble thing is what I used to do for hours while bored in school. Drawing lines, then mentally running physics for how a marble would run the course.