Hello Berick. I would like to requast some advise from you. I am in the middle of building a redstone structure which is going to take a word input and translate that into a differant language. all i would like help with is building the coder. If we can arange a time you could come on my server and see my progress so far. Thanks.
Could do this much more efficiently in terms of speed and compactness using my 8bit stack memory array. Not to mention a byte is more than enough to represent every character in the ASCII character set. Also, as my stack memory array is infinitely expandable (and stackable) you could easily extend it to store 100+ characters, instead of only 12. Pushing onto the stack adds characters, popping off the stack backspaces, etc.
However, the 7 bit decoders for the display would be a bitch to compact.
@WilsonStudiosIAT Technically, since you can modify the letters in the code bank, you can make it any font or language you want. Though only 1 font at a time XD
what I'd like to see is the function to select displays with arrows so that you could overwrite a display to correct what you wrote (without a lot of backspacing and rewriting)
unfortunately you would have to change the feature in which it automatically cleans the next screen when selecting it. which would also influence the clear function quite a bit, right?
@DDDarkDDD Not really. You could leave the current functions as they are, and wire up some arrow buttons to the right parts of the auto-selector system.
Nice computer man! I am trying to make a typewriter something like this. though i doubt it'll be as epic as yours! This will definately be one of the best creations i've ever see accomplished with redstone. Next to redgame of course!
@BerickCook Well, this one is probably #2, really close to #1 lol. #2 is from someone else I believe. He made some giant spaceship or whatever, and it just looked phenomenal. And #3 would be that Sims 2D creation. Some amazing stuff, man. Much respect to you and everyone else who creates these things :) And thanks, man haha! :DD
the only problem with this educational opertunity is few people are as nice as you to explain it, so most people only know how to make stuff like that if they already understood it
@CommanderSwedePlays That's was one of the driving forces behind creating the RDF. Our community of engineers has grown into a wonderful resource for people who want to learn more about redstone than double doors and cannons.
I love this:D I've been attempting to create something like this, except with only the basic 26 characters for now and i couldn't manage to make a way for it to switch over from one space to the next when typing and have a backspace option. I also love how compact it is, mine has just turned into a huge jumbled mess xD Incredible creation:)
@insaneHacker999 You suspect correct! In the explanation videos, I break it down to it's individual parts for you, so you can see that it's basically just a matter of turning specific torches on and off :)
Eh it kinda doesn't do much... When I first saw the description I thought it was an actual processor. You should make one of those. It can be done, it'd just be pretty difficult... Dw you seem to have time
@Shift8YawnsShift8 IT does exactly what it says it does in the description. IT is a Word processor, not like a general processor. It accepts character inputs, saves and displays them, as well as allow the user to re-write with relative ease.
@adognamedsally IT doesn't do much. Also, as it doesn't produce a printable document, it's not a word processor... I never said it was a general processor. It doesn't save anything.
@Shift8YawnsShift8 But it does save things! It saves them so that they continue to display on the screen. All you would need is some memory and then you could move whatever is on the screen to the memory (rs-nor latch array maybe?) and it would be more convincingly saved. I guess its true that it doesn't have memory in the truest sense, but the fact that it can continuously display things means that it does save the characters (until you reset them).
Redstone Development Foundation? Ahahaha, cute. Seriously though, you could've spent that time making something useful to society, not a very basic word processor on a game that's clearly not designed for anything remotely logical.
@lukas1051 I think that this sort of thing is usefully didactic. On one hand, it is a visual explanation of logic circuitry and demonstration of how complex circuits are made, and helps viewers and people in general understand how computers work. And on the other hand, it is really impressive and it obviously go this guy tons of recognition. I, for one, would be disappointed if there were not people making computers and 1:1 replicas of the starship enterprise etc... in minecraft.
I want you to make a working minecart bank that will have a search engine that sends the top 5 results based on a particular input, and will properly resend them back to their holding spots
@BerickCook Do you solve problems that requires thinking outside the box, and do those problems have something with electronics? Then I believe that you have earned the title of engineer, and if anyone says otherwise then show them this. P.S. Sorry about the misdirected reply PBSocalPB.
@BerickCook You should be spending your time trying to break the silicon processor limitations, instead of re-implementing an ASCII keyboard and display, it would be so much more productive. Or maybe build this in real life and use it as a teaching tool.
Seriously though getchar() and printf(), trust me it's been done.
@BerickCook No it's not that, we all need time off, but you clearly expended a large quantity of time constructing this which given your obvious technological skills would have been better spent on solving problems that have not already been solved. In other words "Why re-invent the wheel, when you can build an airplane?"
@ethanpet113 I don't consider less than an hour a day over a 2 week period to be a large quantity of time. Now, if I had to dedicate a couple weeks of freetime or something that intensive to it, then I would definitely agree with you.
Thank you for the compliments though, and don't worry. I use a lot more of my time working on solving real-world problems than I do playing Minecraft ;)
@ethanpet113 Dude, everyone has to have fun, this stuffs not that complicated, it's like playing game for fun. In fact, it is, its just like playing a digital electronics simulator for fun but this is in minecraft which is a pretty cool place to play with boolean logic without having to worry about real life, its just fun which everyone should have some time.
This is very impressive, I see it has won a Digital daimond, One thing Im wondering, Cant you make the decoder smaller, or put each Display closer? I think Its possible to put each display at least 1 block appart if im not mistaken, VERY NICE JOB THOUGH, Looks awesome at night XD
@TheRedPixel113 Thank you, and none taken! Yes, it does get boring quickly :P It's more of a "Look what can be done" than something to play with for hours.
It's Asewome !
MrHallexo 12 hours ago
Proves you play to much
TheMinecrafter47 2 days ago
(cough) (cough) nerds (cough) (cough)
TheMinecrafter47 2 days ago
Thats f*cking amazing!!!!!
nbvdkamp 3 days ago
i made a word processor (completely other design tho)
with a normal straight up piston screen,
it may not be very fast (i havent put instant wire in there yet)
but let me know what you think about this design xD --> /watch?v=3DsVnkp32ds
raafmaat 4 days ago
Cool
The2000secret 1 week ago
Hello Berick. I would like to requast some advise from you. I am in the middle of building a redstone structure which is going to take a word input and translate that into a differant language. all i would like help with is building the coder. If we can arange a time you could come on my server and see my progress so far. Thanks.
TheMusicDukeBox 1 week ago
Now, for Retina display...
TheZephyrCraft 1 week ago
Could do this much more efficiently in terms of speed and compactness using my 8bit stack memory array. Not to mention a byte is more than enough to represent every character in the ASCII character set. Also, as my stack memory array is infinitely expandable (and stackable) you could easily extend it to store 100+ characters, instead of only 12. Pushing onto the stack adds characters, popping off the stack backspaces, etc.
However, the 7 bit decoders for the display would be a bitch to compact.
IPlayInBeastMode 1 week ago
I typed "999" and a creeper face showed up, was that the secret character?
firebomber39 2 weeks ago
(let's see if u can guess what I'm typing )RED ROBINS oh crap it's redstone
danmandood 2 weeks ago
@danmandood ^_^
BerickCook 2 weeks ago
Nice. Hold on its not just nice it f#%king awesome good job dude
Mikefun986 2 weeks ago
Now make it so you can change the font.
WilsonStudiosIAT 3 weeks ago
@WilsonStudiosIAT Technically, since you can modify the letters in the code bank, you can make it any font or language you want. Though only 1 font at a time XD
BerickCook 3 weeks ago
Download link?
bnlpmasters 1 month ago
check my vids see what you think love minecraft
TheLuKaStArZ 2 months ago
what I'd like to see is the function to select displays with arrows so that you could overwrite a display to correct what you wrote (without a lot of backspacing and rewriting)
unfortunately you would have to change the feature in which it automatically cleans the next screen when selecting it. which would also influence the clear function quite a bit, right?
DDDarkDDD 2 months ago
@DDDarkDDD Not really. You could leave the current functions as they are, and wire up some arrow buttons to the right parts of the auto-selector system.
BerickCook 1 month ago
Is it ok with you if I find this rather scary?
Gozurtju 2 months ago 3
@Gozurtju Muahahahahaha! ... I mean, ok.
BerickCook 2 months ago
Nice computer man! I am trying to make a typewriter something like this. though i doubt it'll be as epic as yours! This will definately be one of the best creations i've ever see accomplished with redstone. Next to redgame of course!
thekidsfromminecraft 2 months ago
omg..... how.. what.. omg... mind blown
fyesan13 2 months ago
Make a giantg page so i can write a report
cheesecakes121 2 months ago
My only question is WHY?
DRnab1983 2 months ago
@DRnab1983 Why not!
ChrisChrone 2 months ago
A printer in minecraft well played
omgcat44 2 months ago
OH MY GOD!!!!!When I heard,that you´ve built it with the ability of writing big AND small letters,it blowed up my mind!!Extremly good job!!!
ProfA12345 3 months ago
Awesome! Now all we need is a C compiler.
Arancaytar 3 months ago
damn how long did you took to build it?
TheArrnooShow 3 months ago
I'm having trouble downloading it. Help? Please?
Xxalmostsk8erchrisxX 3 months ago
FUCKING JENIES
ITSREALLY FUCKING NICE
i even want to make that
sexkef 3 months ago
Today I made a switch with what you can turn redstone torch on/off.
hahhuli 3 months ago
Why in all the videos of the RDF there is a top comment like "We will play minecraft in minecraft!" or stuff like that?
mr2octavio 3 months ago
very pretty? moar like beautiful! I AM IMPRESSED.
riped01 3 months ago
please make it QWERTY!
P.S. subbed
animowany111 3 months ago in playlist Więcej filmów od użytkownika BerickCook
Do this with the Miniblock MOD!!!!
lastchemicalengineer 3 months ago
sorry, I meant the Little Blocks mod, can you imagine how many thing you could do with that? :D
lastchemicalengineer 3 months ago
WoW this is realy NICE!
MrX13415 3 months ago
my god that is ridiculous, how long did that take you to build?
f0rgotteng0st 3 months ago in playlist More videos from BerickCook
I gonna use it as my doormat so i can wriite stuffs on it :D
MrBlackNova 3 months ago
How do you add more screens?
666poopmonster666 3 months ago
i built a piston door today...
The321takeoff 3 months ago 9
I can make a wood house with an iron door.
JAGIDTechNewsReviews 4 months ago
my display system has 4 characters
tsilll 4 months ago
And i cant open a door with redstone
Postbus22 4 months ago
thx notch
DaSheep 4 months ago
OMG, pls make a tut of this
BigFalloutFan 5 months ago
im out of words
Mazzerinn 5 months ago
Comment removed
Mazzerinn 5 months ago
Holy....Definitely in the top 3 of the most amazing minecraft creations i've ever seen...
DubstepLyrics 5 months ago 24
@DubstepLyrics Thank you! I'd like to know what the other 2 are. I always like to see awesome stuff. BTW, LOVE your vids XD
BerickCook 5 months ago
@BerickCook Well, this one is probably #2, really close to #1 lol. #2 is from someone else I believe. He made some giant spaceship or whatever, and it just looked phenomenal. And #3 would be that Sims 2D creation. Some amazing stuff, man. Much respect to you and everyone else who creates these things :) And thanks, man haha! :DD
DubstepLyrics 5 months ago
@DubstepLyrics Heh! I know the Sims 2D quite well. It was made by some of my fellow RDF guys
BerickCook 5 months ago
@DubstepLyrics you play minecraft OMG! :P
jeromsavestheworld 3 months ago in playlist More videos from BerickCook
the only problem with this educational opertunity is few people are as nice as you to explain it, so most people only know how to make stuff like that if they already understood it
CommanderSwedePlays 6 months ago
@CommanderSwedePlays That's was one of the driving forces behind creating the RDF. Our community of engineers has grown into a wonderful resource for people who want to learn more about redstone than double doors and cannons.
BerickCook 6 months ago
excuse me but if you stand on the shift key and press clear all you get a werid symbol. is that normal?
MrNowwhatido 6 months ago
@MrNowwhatido It is! You found the "secret" character! The symbol is a creeper face.
BerickCook 6 months ago
@BerickCook OMG YAY :)
MrNowwhatido 6 months ago
so,i built a dirt house today....
TheReeturd 6 months ago
I'm seriously speechless, amazing.
thedude213 6 months ago
I love this:D I've been attempting to create something like this, except with only the basic 26 characters for now and i couldn't manage to make a way for it to switch over from one space to the next when typing and have a backspace option. I also love how compact it is, mine has just turned into a huge jumbled mess xD Incredible creation:)
TheCheezusKrist 7 months ago
@insaneHacker999 You suspect correct! In the explanation videos, I break it down to it's individual parts for you, so you can see that it's basically just a matter of turning specific torches on and off :)
BerickCook 7 months ago
lol redstone
MinecraftingNinja 7 months ago
Can you even type: Æ Ø Å ?
CobainVideos 7 months ago
Brains on the walls. Need to be reminded to wear a helmet next time I watch a Minecraft video with anything to do with redstone :D
zeropaladn 7 months ago
This is absolutely... utterly... totally amazing and mind-boggling!
Thoroughly impressed, this is awesome!
Big congrats!
mmfanatic666 7 months ago
And so, signs in minecraft became useless.
allegraissmart 7 months ago
Anyone find the Easter Egg yet?
TsarofWumpica 7 months ago
THis is amazing....
SneakyPengy 7 months ago
That is just boss.
coder49 7 months ago
watch some asshole make a Trojan virus within Minecraft to fuck shit up...
TheRmiBoys 7 months ago
hey look an infestation of creepers....
TheMinerzKrack 7 months ago
This has been flagged as spam show
mind = blown
JT777 7 months ago
mind = blown;
JT777 7 months ago
I made a cobblestone house... so take THAT dirt house builders!
BalthierTheNobody 7 months ago
All you have to do is put this as your resume. Seriously.
rm02px 7 months ago
Soon we will be able to play minecraft within minecraft. oh my god.
omgiownk 7 months ago 27
@omgiownk I think someone already did that. Look it up.
GogozRule 2 months ago
@omgiownk Soon we will be able to come up with new jokes for minecraft computer jokes.
Jeffreyshnigity 1 month ago
@omgiownk and what the fuck does this have to do with a Word Processor?
01Barricade 1 month ago
@omgiownk You can play minecraft in minecraft already. search it in youtube.
derek19062 4 weeks ago
I bet that was a bitch to make,,,
Xbox360fan4life 7 months ago
Ill stick with text edit
TwoSkinnyKids 7 months ago
Eh it kinda doesn't do much... When I first saw the description I thought it was an actual processor. You should make one of those. It can be done, it'd just be pretty difficult... Dw you seem to have time
Shift8YawnsShift8 7 months ago
@Shift8YawnsShift8 IT does exactly what it says it does in the description. IT is a Word processor, not like a general processor. It accepts character inputs, saves and displays them, as well as allow the user to re-write with relative ease.
adognamedsally 7 months ago
@adognamedsally IT doesn't do much. Also, as it doesn't produce a printable document, it's not a word processor... I never said it was a general processor. It doesn't save anything.
Shift8YawnsShift8 7 months ago
@Shift8YawnsShift8 But it does save things! It saves them so that they continue to display on the screen. All you would need is some memory and then you could move whatever is on the screen to the memory (rs-nor latch array maybe?) and it would be more convincingly saved. I guess its true that it doesn't have memory in the truest sense, but the fact that it can continuously display things means that it does save the characters (until you reset them).
adognamedsally 7 months ago
Redstone Development Foundation? Ahahaha, cute. Seriously though, you could've spent that time making something useful to society, not a very basic word processor on a game that's clearly not designed for anything remotely logical.
lukas1051 7 months ago
@lukas1051 I think that this sort of thing is usefully didactic. On one hand, it is a visual explanation of logic circuitry and demonstration of how complex circuits are made, and helps viewers and people in general understand how computers work. And on the other hand, it is really impressive and it obviously go this guy tons of recognition. I, for one, would be disappointed if there were not people making computers and 1:1 replicas of the starship enterprise etc... in minecraft.
adognamedsally 7 months ago
how long will it take u to convert it to write from right to left?
Kanashto 7 months ago
HOLY FUCKING SHIT
*nerdgasm*
*minecraftgasm*
*jizz in my pants*
THIS
IS
AWESOME!!!!!!!!!!!!!
i love you, in a non gay way
AGOW100 7 months ago
i can't even comprehend how amazing this is... dude i love you... i literally feel retarded right now..
guitarsk8r11 7 months ago
^_^
biodesu 7 months ago
...
I can open a door with redstone.
I feel just as proud.
AirlinePilotStuart 7 months ago
Imagine when we can play Minecraft inside of Minecraft. MINECEPTION!
VISP4RT4NIV 7 months ago
Can i marry your brain? @____@
B1gO 7 months ago
shit pc in the pc plz tell me how u made it
bPaIsNtKaYrd 7 months ago
Awesome work!!
You should cover the other torches so you can only see the keyboard ones!
HeavyVideoz 7 months ago
REDSTONE! giving you logic so teachers dont haved too!!!
johnraynor56 7 months ago in playlist Minecraft
2015: playing minecraft inside minecraft
bmxerjmk 7 months ago
I want to see ur brain's color!
This is fking totally awsome!!!!
Subbed ;D
Nervly 7 months ago
Dude a computer within a computer game MIND FUCK 0.o
SackFulloApplez1993 7 months ago
I don't know why but my shift buttons don't work.
kittymaster12 7 months ago
how long did this take? this is EPIC
THEGREATALMIGHTYZIG 7 months ago
Will you have my babies?
Dannan1989 7 months ago
While the redstone CPU may be more advanced than this is, this is much more impressive. Congratulations.
SuperNESFreak 7 months ago
keep goin with this and soon we'll have a redstone text parsing compiler/IDE!!
spencertron88 7 months ago
Good ol' fashioned whats? ;)
emodukon 7 months ago
amazing !
faykson 7 months ago
Thumbs up if you were red stoned while watching this?
TheSirMagus 7 months ago
Awesome this is really cool!
TheFunkyHomasapian 7 months ago
Comment removed
TheFunkyHomasapian 7 months ago
Now give it a hard drive (or just separate RAN I guess) and save/recall functions.
MatterStorm1 7 months ago
ja pierdole
Sleqqus 7 months ago
Mind = Blown saw this on the forums and now i subbed u :)
codered543 7 months ago
hehe i had the pleasure of blowing up your amazing machine with tnt after i got bored with it ;)
fgttgyguj 7 months ago
@Boj95 How do you know ? It's pretty complex for being inside a game :p Do you have a source, would just like to read some :D
IRLMinecrafter 7 months ago
i have a bad feeling someone is gonna make nethack in minecraft... oh shi-
nexxam1011 7 months ago
Y U SO GENIUS?!
stuartrockin 7 months ago
The biggest question still remain... will it blend!?
aoeepicvids 7 months ago
G0:00 Redstone!!!
TheSinisterSquirrel 7 months ago
10 people didn't no what he was typing
XDeadlyGamerX 7 months ago
This is truly fantastic.
DrFunkesMinecraft 7 months ago
omg!
hiperkevin 7 months ago
I wonder if this could work faster with Pistons.
sounnikoura 7 months ago
and yesterday i made a small dirt house ^-^
MrShadowTriforce 7 months ago
Please tell me you are an electrical engineer in real life. This kind of ingenuity is needed for the sake of humanity's progression.
PBSocalPB 7 months ago 19
@PBSocalPB A hobbyist one, yes. Though I do have a patent in the works, so if that goes through I suppose it makes me a real one ^_^
BerickCook 7 months ago 12
@BerickCook I have a challenge for you.
I want you to make a working minecart bank that will have a search engine that sends the top 5 results based on a particular input, and will properly resend them back to their holding spots
JATO457 7 months ago
@BerickCook Do you solve problems that requires thinking outside the box, and do those problems have something with electronics? Then I believe that you have earned the title of engineer, and if anyone says otherwise then show them this. P.S. Sorry about the misdirected reply PBSocalPB.
TheRealKoolguy007 7 months ago
@BerickCook You should be spending your time trying to break the silicon processor limitations, instead of re-implementing an ASCII keyboard and display, it would be so much more productive. Or maybe build this in real life and use it as a teaching tool.
Seriously though getchar() and printf(), trust me it's been done.
ethanpet113 6 months ago
@ethanpet113 So... I shouldn't ever be allowed to have fun playing a videogame that challenges my creativity?
BerickCook 6 months ago
Comment removed
ethanpet113 6 months ago
@BerickCook No it's not that, we all need time off, but you clearly expended a large quantity of time constructing this which given your obvious technological skills would have been better spent on solving problems that have not already been solved. In other words "Why re-invent the wheel, when you can build an airplane?"
ethanpet113 6 months ago
@ethanpet113 I don't consider less than an hour a day over a 2 week period to be a large quantity of time. Now, if I had to dedicate a couple weeks of freetime or something that intensive to it, then I would definitely agree with you.
Thank you for the compliments though, and don't worry. I use a lot more of my time working on solving real-world problems than I do playing Minecraft ;)
BerickCook 6 months ago
@ethanpet113 Dude, everyone has to have fun, this stuffs not that complicated, it's like playing game for fun. In fact, it is, its just like playing a digital electronics simulator for fun but this is in minecraft which is a pretty cool place to play with boolean logic without having to worry about real life, its just fun which everyone should have some time.
THE123HAMMER 6 months ago
@ethanpet113 You never spend some time having fun, ever? You do? Oh, so do other people, and this is how some people do it.
zarblitz 6 months ago
Comment removed
TheRealKoolguy007 7 months ago
o_o
132hooligan 7 months ago
Imagine how fucking big my computer would be.
Goldspar1 7 months ago
You Sir are a fucking MineCraft GOD.
nkgamerxd 7 months ago
FUCK ME!!!!
countpancake 7 months ago
This is very impressive, I see it has won a Digital daimond, One thing Im wondering, Cant you make the decoder smaller, or put each Display closer? I think Its possible to put each display at least 1 block appart if im not mistaken, VERY NICE JOB THOUGH, Looks awesome at night XD
kzucarok 7 months ago
i wish notch would make it more easy to make computers so i atleast can understand SOME of it!
pizzacraft 7 months ago
0.o
JustForFunAndMe1 7 months ago
the easter egg is Shift + Clear all it makes a creeper face
silverkill95 7 months ago 3
I feel lucky... I am viewer 77,777 :D
WeTryHardz 7 months ago
holy shit you crazy !!!! but it's so cool !
TheDamien1800 7 months ago
You are my HERO.
BloodyNightTV 7 months ago
@TheRedPixel113 Thank you, and none taken! Yes, it does get boring quickly :P It's more of a "Look what can be done" than something to play with for hours.
BerickCook 7 months ago 3
im not touching that thing i`ll just frigg it up
B33ARRHS4L1F3 7 months ago
Thats A Very Nice ASCII Word Processor You Have There...
gangtra 7 months ago
Does it work in 1.6.6?
the747videoer 7 months ago
@the747videoer Yes. It was originally built in 1.6
BerickCook 7 months ago
NEXT LEVEL = minecraft in minecraft using redstone.
qazeka 7 months ago 6
@qazeka OH GOD.
TheSterrett 7 months ago
This word processor is a pale imitation of the real thing without a spell checker...
lackofcheese 7 months ago
Comment removed
lackofcheese 7 months ago
Today is minecraft I made wooden house...
XxBroBuzzxX 7 months ago
How the FUCK did you do that????
13hockeygod 7 months ago
???
skittelcraft 7 months ago
I bet the special character is a creeper face
TheWill920 7 months ago
How long did you bild it o.O
TheKonni14 7 months ago
holy santa fucking claus shit you are amazing
irishfatty66 7 months ago
can i have the map!?? oh, and... THIS IS AWESOME!!!! it must have taken months though!
James18998 7 months ago
Comment removed
anmeldungscrack 7 months ago
This has been flagged as spam show
@James18998 You can get it there w w w .mediafire.c o m /?633l3kjx3m5593a (just erase the spaces ;)
anmeldungscrack 7 months ago
@James18998 you can find the downlaod for the map in the description.
supermactrainer 7 months ago
My head hurts, now I don't want to play minecraft anymore.....oh wait, yes I do.
PolakexCharizard 7 months ago
I thought we was going to write RedTube
dogo431 7 months ago
Minecraft: The only game where you can build a working computer and a 50 foot golden cock and balls.
Interwention 7 months ago 2
That should took u sooo much time man, Respect and great creation!
magemasterrendan 7 months ago
95th character?! U+FDD0!
Eyes of the Basilisk. Do I win?
nullins 7 months ago