I love this. I doint understand this but I love this. So as a little critic: Next time, please use an assitent, who pushes the switches while youre talking about certain part of the machine. The whole "because this torch is on and this off"-thing make my brain hurt. Just invite someone to push buttons for you while you describe the mechanism :)
But (yes, there's a "but", but it's a small one, I promise XD) you can get rid of the "shift decoder" (or whatever it's called) if you change the encoder so that the last three bit are for example xx0 for normal keys and the shift modifier simply changes the last bit to 1. (If you want to use the "official" ASCII table in the display decoder, you still have to use a "shift decoder", but a much smaller one.) Am I wrong?
@IanMaayrkas If I modified the ASCII table codes, then yes I could eliminate the need for the shift modifiers. I had considered that when I was designing it, but decided to stick with the standard table. Mainly because the ASCII table is well known and respected, and the technical challenge of the shift modifiers was fun :)
Very fascinating stuff. I checked out your word processor (and the subsequent UTD ones) on release, but had trouble understanding them, so this explanation is greatly appreciated. The theory behind the design of my one was just a simple ascii decoder, with the screen selection behind handled by an up/down counter. Your approach is much more elegant and I look forward to future releases/explanations.
@countpancake Nope. I just started playing around with redstone back in March. Once I got a feel for it, I just started building more and more complex things. Basically, I come up with an idea for something, then try and figure out how I can make it work.
After the first minute I only listened for "Turns on... turns off... turns on... turns off... on... on... will turn off... off... off... turns on..." etc. etc. etc. xD
So how exactly does the signal synchronizer know when to allow the inputs to pass through? Does the 4 tick delay in the redstone repeater allow for enough time for each signal to arrive? or is it something that I missed? Thanks!
@MinecraftingDaddio You got it. The 5 tick delay (4 in the first repeater, 1 in the second) covers the gap of time between when the first signal hits and when the other 3 signals make it out of the shift modifiers.
@thdominat0r I agree. It makes my piston fountian (The piston blocks the water from coming out of the top of the cave into the fountian.) look like a cactus.
I've done work with logic gates in real life before pretty complex sometimes... but this is plain ridiculous man. Berick try breadboarding a real circuit and post a video response that would be sick! good work bro.
so does redstone circuitry work like circuitry IRL... (sorry for any misspellings) if so this would be great to do IRL... replacing the redstone torches at the end with LED lights and the rest with... I think they're called capacitors but i might be wrong. i love watching videos online like this that teach me how things work it will give me a jump ahead when i take a class for circuitry. thank you for posting this
This is my first time of looking into something like this. I understand the majority of how it works at this point, and I think that is because I, thankfully, job shadowed an employee of the Intel corporation and picked up a basic understanding of binary coding.
only thing i can say is holy shit i thought i was good at making the roof on my house turn from cobble to glowstone with one press of a button... i suck :P plz if anyone wants to help me do better stuff with redstone send me a pm of the server you play on :D
I have some questions. 1. What are your states? I wonder how much restone you used and stone. 2. Don't you get tired of making a copy of a huge machine for each display? 3. Its amazing that that is only the keyboard interface in my pc. 4. Where are my punch cards I want to load something into this baby! (It would be epic if you could make it run little programs like console programs. Maby you can use pistons so it would just overlay the keyboard!) 5. WHERE CAN I GET YOUR MAP! PS love it! ^_^
Wouldn't it be faster to match the character in a branching fashion? Check the first bit, if 1 go to the set of checks that start with 1, if 0 go the the set of checks that start with 0. Wouldn't the binary search tree reduce the character match time time from O(n) to O(log(n))?
@Techrocket9 Faster, yes. But it would significantly increase the already very large footprint, so the small gain in efficiency was not worth the bulk IMO.
@rushone2010 I actually don't. Just a hobbyist :) As for your second question, it depends on what kind of programs you want to make and how much experience with programming (or programming concepts) you have.
@pball1000 Thanks! For this device, you don't have to know actual binary math. All you need is to match up the 0's and 1's on the ascii table with the character they represent.
Awesome Man! Just subbed. I'm doing something similar but not completely the same :) I started my project (which I said was a bit similar) before I watched your ASCII word proccessor video so I didn't want to destroy that project. But I just want to ask: how did you make the display screen that will currently show a letter that you will type in, shift from to another screen? I used a 4-bit binary counter (4-bit T-Flip-Flop) but I want to know what did you use :)
@skynut414 Thanks for the sub! I'm glad to hear that you are not abandoning your project. It is my hope that my projects inspire, rather than discourage.
For my screen I used a custom 1 bit system. I'm currently uploading part 2 of this explanation which will go into more detail on how that works.
Hey! i'm currently working on a ascii word proccesor, tho a small one ( no shift, just a-z lowercase..).
i made the keypad and thesynchroniser and a Decoder, but i have NO idea what to do..
i dont know how to make a screen just that it stays on and skips to the second screen, could you maybe help me?
slowshowuploads 1 month ago
This has been flagged as spam show
Too confusing for my epic brain to handle. btw how dose one join the RDF and what do they get if they do join?
thekidsfromminecraft 2 months ago
Too confusing for my epic brain to handle. btw how dose one join the RDF and what do they get if they do join?
thekidsfromminecraft 2 months ago
Your obviously some sort of a genius to figure this shit out on your own
HamIsDie 3 months ago
I understood it up until you got to the part where it actaully reads the letter. Then it went straight over my head...
MikenterLP 3 months ago in playlist More videos from BerickCook
this hurts my brain
Smashey 3 months ago
@berickcook computer on a computer? compception
jackofhallow 3 months ago
ENGINEER IS VAGINEER D:<
Annihitate 3 months ago
flightplayer 5 months ago
Comment removed
flightplayer 5 months ago
I love this. I doint understand this but I love this. So as a little critic: Next time, please use an assitent, who pushes the switches while youre talking about certain part of the machine. The whole "because this torch is on and this off"-thing make my brain hurt. Just invite someone to push buttons for you while you describe the mechanism :)
Indyaner 6 months ago
Amazing, the best redstone device ever made in Minecraft. 10/10
MrBalanceofTerror 6 months ago
3 people do not like Minecraft or anything for that matter.
MrBalanceofTerror 6 months ago
Man u are really good in this you should really consider computer science and stuff...
BTW how the fuck can people dislike this video??? wtf is there to dislike???
I think its only stupid people that dont get it that tislike the video...
XxTheReaperxX93 7 months ago
GG but who that plug in for flying :) ?
2407Bart 7 months ago
@BerickCook This is really impressive.
But (yes, there's a "but", but it's a small one, I promise XD) you can get rid of the "shift decoder" (or whatever it's called) if you change the encoder so that the last three bit are for example xx0 for normal keys and the shift modifier simply changes the last bit to 1. (If you want to use the "official" ASCII table in the display decoder, you still have to use a "shift decoder", but a much smaller one.) Am I wrong?
Sorry for my probably bad English.
IanMaayrkas 7 months ago
@IanMaayrkas If I modified the ASCII table codes, then yes I could eliminate the need for the shift modifiers. I had considered that when I was designing it, but decided to stick with the standard table. Mainly because the ASCII table is well known and respected, and the technical challenge of the shift modifiers was fun :)
BerickCook 7 months ago
It looked really complicated at first but really the idea is pretty simple. Thanks for this video.
Unnamed0909 7 months ago
Very fascinating stuff. I checked out your word processor (and the subsequent UTD ones) on release, but had trouble understanding them, so this explanation is greatly appreciated. The theory behind the design of my one was just a simple ascii decoder, with the screen selection behind handled by an up/down counter. Your approach is much more elegant and I look forward to future releases/explanations.
kugrian 7 months ago
This has been flagged as spam show
I bet if Notch will se this, he will post it on his Blog!
FeedMeGFX 7 months ago
Given an estimate, if you didn't time it. How long did this take you to finish?
ZzZNorgaZzZ 7 months ago
1- Download the save file
2- Remove 1 redstone
3- *I F**kd up!!*
4- Repeat 1
btw DAAAMMMMM
jose3017 7 months ago
@BerickCook
Do you have a degree in REAL computer science?
countpancake 7 months ago
@countpancake Nope. I just started playing around with redstone back in March. Once I got a feel for it, I just started building more and more complex things. Basically, I come up with an idea for something, then try and figure out how I can make it work.
BerickCook 7 months ago
I have been mindfucked.
xPAINISFREEx 7 months ago 15
i broke my brain
profkile 7 months ago
I have much to learn
spartan5536 7 months ago
ummmmmm...could you translate this? i don't speak gibberish :L
doubleact15 7 months ago
I knew that i was just testing u. U learned alot from me :)
john80909 7 months ago
wtf did you just say?
ohaidere12 7 months ago
Somebody's gonna get an engineering job......
Ghost2067 7 months ago
That hurts my brain.
Gamezalot 7 months ago
OMG!!! AMAZING!!!
WaLaWoA 7 months ago
only bug u can have now is a creeper :D
lil0UNKnOWN 7 months ago
1. Get A LOT of redstone wiring
2. Get A LOT of stone and free space
3. Know all about computers
4. ??????
5. Display...
Problem?
zjzjn1 7 months ago 7
@zjzjn1 4 would be OCD
HaIMadeYouReadMyName 3 months ago
After the first minute I only listened for "Turns on... turns off... turns on... turns off... on... on... will turn off... off... off... turns on..." etc. etc. etc. xD
TheNominated 7 months ago 2
We are lucky the real typewriters aren't THAT big >.>
TheNominated 7 months ago
hey where can i find that binary graph please rply
nacnud247 7 months ago
@nacnud247 Search wikipedia for ASCII
BerickCook 7 months ago
@nacnud247 If you have windows 7 I use the Snipping Tool
MinecraftingDaddio 7 months ago
You lost me after you said *whats it mean when i say ASCII*
crackintunez 7 months ago 2
I thought watching this would help me understand more about redstone.... So much for that haha.
Needled247420 7 months ago
So how exactly does the signal synchronizer know when to allow the inputs to pass through? Does the 4 tick delay in the redstone repeater allow for enough time for each signal to arrive? or is it something that I missed? Thanks!
MinecraftingDaddio 7 months ago 2
@MinecraftingDaddio You got it. The 5 tick delay (4 in the first repeater, 1 in the second) covers the gap of time between when the first signal hits and when the other 3 signals make it out of the shift modifiers.
BerickCook 7 months ago
this makes my piston door look like a cactus
thdominat0r 7 months ago
@thdominat0r Lol more like cactus poop. lol jk
MinecraftingDaddio 7 months ago
@thdominat0r I agree. It makes my piston fountian (The piston blocks the water from coming out of the top of the cave into the fountian.) look like a cactus.
Needled247420 7 months ago
I've done work with logic gates in real life before pretty complex sometimes... but this is plain ridiculous man. Berick try breadboarding a real circuit and post a video response that would be sick! good work bro.
AcidWikiTutorials 7 months ago
so does redstone circuitry work like circuitry IRL... (sorry for any misspellings) if so this would be great to do IRL... replacing the redstone torches at the end with LED lights and the rest with... I think they're called capacitors but i might be wrong. i love watching videos online like this that teach me how things work it will give me a jump ahead when i take a class for circuitry. thank you for posting this
wilcojar 7 months ago
this is very good must have taken some time to put together..
reminds me of how a computer works pratically in redstone
therealattacka 7 months ago
Ummmm, my head hurts. Sorry, but safe to say, I won't be watching the rest of these as I'm still so lost. And this is confusing as can be.
BabyJakerz 7 months ago
my brain melted.. and i am not a newbie for redstone
jolleloly 7 months ago
To hard for me... :'(
nikelootijum 7 months ago
It wouldnt be nice if someting were to happen to it.
Shhhhhhhhh
TheUrkkiMan 7 months ago
@TheUrkkiMan Shhhhhh? :o
PewPewKapowie 7 months ago
My Brain hurts...
TheBeastDispenser 7 months ago
You must teach me so I can be half as good as you....
GodHatesDonkeys 7 months ago
i made a door opener today
13aj13bm13 7 months ago 2
I dont understand any of this, but i still like it :)
alanadar012 7 months ago
Today i made a house
2getterau 7 months ago
As epic as this is.... I feel sorry for you.
staphinfection 7 months ago
You're working for Bill Gates right...
CQCElite 7 months ago
This is my first time of looking into something like this. I understand the majority of how it works at this point, and I think that is because I, thankfully, job shadowed an employee of the Intel corporation and picked up a basic understanding of binary coding.
Wolfslasher 7 months ago
"This torch is 7"
Urgh... what? I just see blinky light and no blinky light D:
inuyasha331 7 months ago
fuck your smart.
i bet Albert Einstein couldn't make this
1622matt 7 months ago
dude. your intro is just like seananners.
diskette3 7 months ago
You lost me at the decoders. lol
quite an amazing job man
TheV3Productions 7 months ago
my brain hurts :(
ploxsauce 7 months ago
you sound like bendter at 0:34 :P
DrMarsbar 7 months ago
11000110001000111000001100:P
DrMarsbar 7 months ago
you are epic!
StudioGhibliFreak1 7 months ago
He knows so much about redstone it fears him!
Xiah123 7 months ago
Wow... whats next? CPU's built entirely from minecraft?!?
brendoned 7 months ago
@brendoned actually... /watch?v=yuMlhKI-pzE
fumitosegundo 7 months ago
*boom* there goes my head
bruce00j 7 months ago 2
Meanwhile i was trying to make a door opened by two levers at the same time : )
Really great work, how long did it to make?
MrZlicek 7 months ago
only thing i can say is holy shit i thought i was good at making the roof on my house turn from cobble to glowstone with one press of a button... i suck :P plz if anyone wants to help me do better stuff with redstone send me a pm of the server you play on :D
KrKrazyklutch 7 months ago
The Richard Dawkins Foundation would like their acronym back...
But seriously this is incredible work ^_^
0000infinity0000 7 months ago
Well now, my mind just imploded in on itself. Maybe if I took notes?
zoraluigi 7 months ago
CREEPER!!!!! :D
xgomouse 7 months ago
How long did it take you to make this?
jelloeater100 7 months ago
i thought when i found a way to make a button open my door, that is was amazing. This well is just a little better
JediNerfmaster2000 7 months ago
How long did this take to make? Also, DOES NOT COMPUTE.
MrDuckBringer 7 months ago
Which do you recommend to start learning coding? Coding in Java or another Script program that you know?
ImperialShocktrooper 7 months ago
alot simpler- Redstone Torchs with levers on their blocks ^_^
Tibiagmman123 7 months ago
i dont get it :(
Sezhmy 7 months ago
Can you make a 64bit??
jens1504 7 months ago
I think "The Entertainer" from Machinima would get a rank of 60 compared to this...
Stuff8522 7 months ago
Fucking outstanding. Couldn't understand a thing.
SevereGoG 7 months ago
I have some questions. 1. What are your states? I wonder how much restone you used and stone. 2. Don't you get tired of making a copy of a huge machine for each display? 3. Its amazing that that is only the keyboard interface in my pc. 4. Where are my punch cards I want to load something into this baby! (It would be epic if you could make it run little programs like console programs. Maby you can use pistons so it would just overlay the keyboard!) 5. WHERE CAN I GET YOUR MAP! PS love it! ^_^
trains1000 7 months ago
@trains1000 wait found it! and is it hard to build on a small monitor? I also do programing. I use C#
trains1000 7 months ago
To confusing D: i would try this but i can't even get my pistons to open a door.. lol
ImQrazy 7 months ago
Now, to hide the redstone...>:D
Razer1103 7 months ago
u lost me bro the second you started talking
F4110utJunk13 7 months ago
my head just exploded
joshgilson 7 months ago
Must be a small foundation. =D
Kulopto 7 months ago
Lol, you introduce yourself like Julian from @expertvillage
Razer1103 7 months ago
Now make it work with multi-line!
NightmareX92 7 months ago
my brain hurts
13uttters 7 months ago
next stop, minecraft within minecraft.. ITS MINE-CEPTION!
m123c456r789 7 months ago
Wouldn't it be faster to match the character in a branching fashion? Check the first bit, if 1 go to the set of checks that start with 1, if 0 go the the set of checks that start with 0. Wouldn't the binary search tree reduce the character match time time from O(n) to O(log(n))?
Techrocket9 7 months ago 4
@Techrocket9 Faster, yes. But it would significantly increase the already very large footprint, so the small gain in efficiency was not worth the bulk IMO.
BerickCook 7 months ago 8
Now port Minecraft to run in Minecraft
Techrocket9 7 months ago
Awsome build! :D Is it possible to get the save for that one? Wanna try it out :D
xenoz666 7 months ago
and i can't make a fucking automatic door with pistons.. Very good job here dude!
bob93219 7 months ago
if you ever want a job in engineering id show them this. this is fucking amazing.
czechxx 7 months ago 39
This has been flagged as spam show
@czechxx
They would think he's crazy.
macaco12369 7 months ago
Do you make a living as an engineer/programmer, and if so, what language would you recommend to start with and how to go about learning it?
rushone2010 7 months ago
@rushone2010 I actually don't. Just a hobbyist :) As for your second question, it depends on what kind of programs you want to make and how much experience with programming (or programming concepts) you have.
BerickCook 7 months ago
@BerickCook try scratch first thats usually the one used for learning at first
kristjan117 7 months ago
not bad =)
badhardba 8 months ago
So magic then?
5in1killa 8 months ago 52
@5in1killa Precisely
BerickCook 8 months ago 13
@BerickCook I gave myself a challenge and said that I had to understand this. I am 11. My brain hurts. :>
chubbythefatboy10 7 months ago
dude your AWESOME! and i kind of slightly understood it(i can't read bianary). but if i could now bianary i could understand it *<I :D
pball1000 8 months ago
@pball1000 Thanks! For this device, you don't have to know actual binary math. All you need is to match up the 0's and 1's on the ascii table with the character they represent.
BerickCook 8 months ago
Awesome Man! Just subbed. I'm doing something similar but not completely the same :) I started my project (which I said was a bit similar) before I watched your ASCII word proccessor video so I didn't want to destroy that project. But I just want to ask: how did you make the display screen that will currently show a letter that you will type in, shift from to another screen? I used a 4-bit binary counter (4-bit T-Flip-Flop) but I want to know what did you use :)
skynut414 8 months ago
@skynut414 Thanks for the sub! I'm glad to hear that you are not abandoning your project. It is my hope that my projects inspire, rather than discourage.
For my screen I used a custom 1 bit system. I'm currently uploading part 2 of this explanation which will go into more detail on how that works.
BerickCook 8 months ago
@BerickCook Oh ok :) Can't wait for part 2 :)
skynut414 8 months ago
You are a so smart :P.
DionVideoz 8 months ago
Stupid iPhone. I have to wait for the video to process to watch.
PhilThePenguin 8 months ago
You are amazing..
iSnarpy 8 months ago