I wish I new how to input all the stuff I learned from digital electronics to this cuz I kinda want to make a stop light but does anyone know how to make gates on here??
DONT READ THIS Cause It Really Works. YOU WILL GET KISSED ON THE NEAREST POSSIBLE FRIDAY BY THE LOVE OF YOUR LIFE. TOMORROW WILL BE THE BEST DAY OF YOUR LIFE. HOWEVER IF YOU DONT POST THIS COMMENT TO AT LEAST 3 VIDEOS YOU WILL DIE WITHIN 2 DAYS. NOW UV STARTED READIN DIS DUNT STOP THIS IS SO SCARY. SEND THIS OVER TO 5 VIDEOS IN 143 MINUTES WHEN UR DONE PRESS F6 AND UR CRUSHES NAME WILL APPEAR ON THE SCREEN IN BIG LETTERS. THIS IS SO SCARY But IT rEally works
@Breakfast221 It's called binary, it's pretty easy once you know how it works.
It wasn't very well-implemented here, though, the guy really should have set the lights to have a low radius so that there wouldn't have been huge glow around the lights. It made it harder to tell which light was actually on.
Tons of wasted complexity there. I made my own 8 bit adder/subtractor, didn't even reach the 2nd notch on the thermometer... and yours is what... 1.5 notches above half? One change that would make things much simpler is to make each result bit the XOR of input 1, input 2 and the carry bit (meaning if only 1 or all 3 inputs are logic 1's, you get a result of 1 for that bit). Requires 3 pistons, 1 magnetic sensor and 2 magnetic transmitters.
@sprayframe let's just pretend that the 'thermometer' is a measure of how hot your PS3 will be while processing the physics and graphics on the level :D
@KaoShae I'm currently working on a calculator of my own. so far it only takes two 3 bit inputs with a 3-bit + carry-out output. ( I may have used that term incorrectly but basically theres a 4 bit output) I would like to make it subtract also but I have no idea how to go about this because subtraction isn't commutative, and logic gates do not care about the order in which they receive input. Could you help me out with writing the schematics for the subtractor?
@twoofakindmagic Firstly, the easiest thing to do is make everything modularly, ie 1 bit adder with 1 bit output + carry, and build it in a way that you can just put say... 8 of them side-by-side to make an 8 bit adder. I know you didn't ask about that, but this way makes your project easily scalable.
Regarding the subtraction... let's say "A - B = C". Off the top of my head, I think all you have to do is change the carry calculation to use NOT B instead of B. Otherwise, it's all the same.
@twoofakindmagic just took a couple minutes checking if what I said was right, and it seems like I was mistaken. Give me a minute to see what I did on LBP. I don't have the paperwork for when I figured it out
@KaoShae Thanks! this is very informative. Unfortunately, due to my lack of knowledge in the subject, I'm unfamiliar with how to make this modular. From what you've said, it sounds like you write the first bit adder. and you say if 1 AND 1 then you carry (I'm not sure if I used that correctly) to the second output bit, and you continue this process as you work up the bits of the input. Is this remotely correct?
@AOCPopo lol i was thinking the same thing until i saw it was binary lol. i was thinking that you couldnt even add/subtract so how in the hell could you make a calculator.
more about the actual mechanics that make it work, let's be honest it's great to be able to see what makes it work, but it would be awsome to see actually HOW it works...for us newbies in LBP, maight even get a spark going to build something out of it hahahahahaha
for instance, what actually happens when lets say you add 1 plus 1......what makes it tick hahahahaha...like what the mechanics behind the actual calculations is.
Really cool, im in binary calculating too. Compare to my mandelbrot generators logic in my level. This is nothing. Whole level filled to top.
melsomize 2 months ago
I wish I new how to input all the stuff I learned from digital electronics to this cuz I kinda want to make a stop light but does anyone know how to make gates on here??
Sgraham1995 2 months ago
10101010001111010011111100101001010111111010101011111010011001010010010100101010100101010100101010101001010101011101111111111101010101000101100000000111110101010000011110101010101011010011000100101010101010011111010101010101010101010101011111010111101010110101101010100000111110110101010101110100101010101110101111111110010100110110100000001110101010010110010111010110101010101011110101010110101!
ChicagoFan32 4 months ago
I can't even make a fricken block go up and down.
chadheck96 5 months ago
This has been flagged as spam show
DONT READ THIS Cause It Really Works. YOU WILL GET KISSED ON THE NEAREST POSSIBLE FRIDAY BY THE LOVE OF YOUR LIFE. TOMORROW WILL BE THE BEST DAY OF YOUR LIFE. HOWEVER IF YOU DONT POST THIS COMMENT TO AT LEAST 3 VIDEOS YOU WILL DIE WITHIN 2 DAYS. NOW UV STARTED READIN DIS DUNT STOP THIS IS SO SCARY. SEND THIS OVER TO 5 VIDEOS IN 143 MINUTES WHEN UR DONE PRESS F6 AND UR CRUSHES NAME WILL APPEAR ON THE SCREEN IN BIG LETTERS. THIS IS SO SCARY But IT rEally works
HammyDoodles123 6 months ago
holy fk...u got a lot of free time
Tian248 9 months ago
yeah,i know how you did that 8(
deathdemonrabbit 9 months ago
Comment removed
Morfin60 10 months ago
@L4DRULZ1 There are 10 types of people in this world, those who know binary, and those who don't.
qszwax57 10 months ago 4
@qszwax57 Oh I see what you did there... clever.... quite.
TheLegendaryLoboSolo 10 months ago
@qszwax57 00100100111010100101001001000100100100111111111111(Best comment ever!!!)
rikard92 5 months ago
LittleBigWasteofmytime
XxShottySnipezZ 1 year ago
@XxShottySnipezZ why did you watch it then?
FreelancerAxel 1 year ago
talk about having a life.
TheHardcorewhore 1 year ago
yeaah J&D (L)
06juan90 1 year ago
you get 0 points!!!!!
LEpicFails912 1 year ago
sorry but i dont really understand completely
cazle6 1 year ago
That 1st song is KICKASS!
Ottisify 1 year ago
I don't really understand the numbering system with the lights.
Breakfast221 1 year ago
@Breakfast221 It's called binary, it's pretty easy once you know how it works.
It wasn't very well-implemented here, though, the guy really should have set the lights to have a low radius so that there wouldn't have been huge glow around the lights. It made it harder to tell which light was actually on.
DarqWolff 1 year ago
Tons of wasted complexity there. I made my own 8 bit adder/subtractor, didn't even reach the 2nd notch on the thermometer... and yours is what... 1.5 notches above half? One change that would make things much simpler is to make each result bit the XOR of input 1, input 2 and the carry bit (meaning if only 1 or all 3 inputs are logic 1's, you get a result of 1 for that bit). Requires 3 pistons, 1 magnetic sensor and 2 magnetic transmitters.
KaoShae 1 year ago
@KaoShae Thanks for your comment. I know about the XOR :-) I did "(A or B) and not(A and B)", it would have been better to create an XOR gate.
What the name of you level?
AOCPopo 1 year ago
@AOCPopo I haven't published yet because I'm working on making a decimal representation interface. I'll send you my 8 bit ALU
KaoShae 1 year ago
@AOCPopo bicj
TheMONSTA56 1 year ago
@KaoShae it's not a 'thermometer' noob XD thermometers measure temperature
sprayframe 1 year ago
@sprayframe let's just pretend that the 'thermometer' is a measure of how hot your PS3 will be while processing the physics and graphics on the level :D
KaoShae 1 year ago
@KaoShae I'm currently working on a calculator of my own. so far it only takes two 3 bit inputs with a 3-bit + carry-out output. ( I may have used that term incorrectly but basically theres a 4 bit output) I would like to make it subtract also but I have no idea how to go about this because subtraction isn't commutative, and logic gates do not care about the order in which they receive input. Could you help me out with writing the schematics for the subtractor?
twoofakindmagic 1 year ago
@twoofakindmagic Firstly, the easiest thing to do is make everything modularly, ie 1 bit adder with 1 bit output + carry, and build it in a way that you can just put say... 8 of them side-by-side to make an 8 bit adder. I know you didn't ask about that, but this way makes your project easily scalable.
Regarding the subtraction... let's say "A - B = C". Off the top of my head, I think all you have to do is change the carry calculation to use NOT B instead of B. Otherwise, it's all the same.
KaoShae 1 year ago
@twoofakindmagic just took a couple minutes checking if what I said was right, and it seems like I was mistaken. Give me a minute to see what I did on LBP. I don't have the paperwork for when I figured it out
KaoShae 1 year ago
Comment removed
KaoShae 1 year ago
This has been flagged as spam show
@KaoShae Thanks! this is very informative. Unfortunately, due to my lack of knowledge in the subject, I'm unfamiliar with how to make this modular. From what you've said, it sounds like you write the first bit adder. and you say if 1 AND 1 then you carry (I'm not sure if I used that correctly) to the second output bit, and you continue this process as you work up the bits of the input. Is this remotely correct?
twoofakindmagic 1 year ago
This has been flagged as spam show
@twoofakindmagic Ok, I was close.
for A+B = D, D = A XOR B XOR CarryIN, CarryOUT = (A AND B) OR (A AND CarryIN) OR (B AND CarryIN)
for A-B = D, D = A XOR B XOR Carry IN (same as addition), CarryOUT = (NOT A AND B) OR (NOT A AND CarryIN) OR (B AND CarryIN)
So in short, all you have to do is have a switch that flips the A input for CarryOUT from normal A for addition to NOT A for subtraction.
KaoShae 1 year ago
@KaoShae can you make a vid on it?
nxtsuperman 5 months ago
@nxtsuperman Nope, sorry. Don't have a camera or any other recording devices.
KaoShae 5 months ago
@lejonard1970 My Patch - Jim Noir
AOCPopo 1 year ago
Comment removed
PSNNoMercy666 1 year ago
its binary smart one
akhileshmshr07 1 year ago
This comment has received too many negative votes show
he said 1+1=10 wow big mistake its really:
9+1=10 or 10+0=10 wow.....
blueangels999 2 years ago
Comment removed
jontis96 2 years ago
It's binary, 1(2)+1(2)=10(2) 10=2 0=0
jontis96 2 years ago
@blueangels999 learn some binary before you go ripping on videos... 1+1 DOES= 10
TnDStudios90 2 years ago
2 + 2 is 10.....
IN BASE 4!
FunnyGlitcher 2 years ago
useless :D
lopazasas 2 years ago
can i ask 1 question:how i can get the speach bubble??? add me on ps3: quenc
hackzor09 2 years ago
can somoene tell me how to make a piston move once with the turn of a switch, cas my light bulb machine flickers!
Seracthefiredemon 2 years ago
This comment has received too many negative votes show
1+1 = 10 this is sum fuked up shit
gibx99 2 years ago
Binary is base 2, what we are used to is base 10. So to count in binary is it 0, 1, 10, 11, 100, 101, 110, 111, 1000 etc...
koolaide2003 2 years ago
1+ 1 = 2 in our decimal system. In binary this translates to "1+1 = 10" the digits 1 and 0 put together, "10", means "two" in binary.
GreenberryPi 2 years ago
haha what a tard
WalrusInFlight 2 years ago
Someone explain binary
willmatos 2 years ago
for those who want to know, the song is called
Jim Noir - My Patch
CarmineSovereigns 2 years ago
binary 10-1 = decimal 2-1
lNOOBlHippie 2 years ago
10-1 does not equal 1
ShadowFyren 2 years ago
In binary it does.
ballsabouncing 2 years ago
lol, really? That must get confusing then.
ShadowFyren 2 years ago
very useful calculator
somebodyelse2255 2 years ago
This comment has received too many negative votes show
get a life
ceejay955 2 years ago
Awesome
low-level stuff is always fun :D
XFi6 2 years ago
You are actually mental for making that! Welldone though!
andy500mufc 2 years ago
that is immense
brilliant
flatman666 2 years ago
nice
xXxCaSpErAkOsxXx 2 years ago
jesus christ thats insane
jon91839184 2 years ago
I like your pod
funnkid 2 years ago 7
i decorated my pod and now i want it to go back to normal. meaning taking off all the stuff, do you know how to do that?
kneerow24 2 years ago
@funnkid Woah! Five thumbs up and all you had to say was "I like your pod!"
splendour97 1 year ago
8 bit is octal
slaterking1000 2 years ago
base-8* is octal
XFi6 2 years ago
i ment that :p.
slaterking1000 2 years ago
10-1=9 LOL
Shvinktor33 2 years ago
Not in binary!
AOCPopo 2 years ago 15
@AOCPopo lol i was thinking the same thing until i saw it was binary lol. i was thinking that you couldnt even add/subtract so how in the hell could you make a calculator.
PSNcallofduty 1 year ago
@AOCPopo If your interested in circuitry, you should try lbp 2 with tons more for circuitry!
mrSLIMEguyMC 4 weeks ago
@Shvinktor33 Ahem... 10 - 1 = F
DUH
milesdavidsmith 2 months ago
@milesdavidsmith lol hexidecimal
WolfgangNS 1 month ago
8bit binary mean your count should have 1-16 not 1-10.
DefconO1 2 years ago
i love it, please do make a tutorial
Rachid1222 3 years ago
Working on it. What would you like to see specifically?
AOCPopo 3 years ago
more about the actual mechanics that make it work, let's be honest it's great to be able to see what makes it work, but it would be awsome to see actually HOW it works...for us newbies in LBP, maight even get a spark going to build something out of it hahahahahaha
Rachid1222 3 years ago
yes a tutorial would be great!
neverforgetman9 3 years ago
for instance, what actually happens when lets say you add 1 plus 1......what makes it tick hahahahaha...like what the mechanics behind the actual calculations is.
Rachid1222 3 years ago
holy crap! this one looks even more complicated than the other one! :O
HemsefromdesreveR 3 years ago 2
awsome!
Row468 3 years ago
wow, alot more complicated that I thought it would be. Genius
everfan21 3 years ago
10-1 = 1 ???????????? what????????????
JohnyXtremee 3 years ago
binary 10 is decimal 2 so 10-1 is really 2-1=1
This game is cool the game play is fun and the lvl creator is amazing
Deepblue466 3 years ago
very nice!
Biggunz100 3 years ago
lol k it mus have took long but it looks amazing
shivawrestelingking 3 years ago
why isnt any1 giving this guy props? Iv'e seen these caculator levels, just the idea is amazing!!!
walkingtree5 3 years ago
i want this game
shivawrestelingking 3 years ago
You won't regret buying it ;)
AOCPopo 3 years ago