КОМЕНТАРІ •

  • @KarjamP
    @KarjamP 8 років тому +356

    You've just proved it's possible to build a computer made entirely of wood.

    • @kyanysh3170
      @kyanysh3170 7 років тому +13

      KarjamP you can see a metal wire at 0:27

    • @ZonkoKongo
      @ZonkoKongo 7 років тому +23

      >at 0:27
      There are metal parts everywhere

    • @seanld444
      @seanld444 6 років тому +46

      Sure, there's metal in it. But it definitely is possible to make one entirely mechanically. Whether that be wood, plastic, or even some metal that _doesn't_ have any electrical purposes, as seen here.
      The metal doesn't make any difference.

    • @bonbonpony
      @bonbonpony 5 років тому +29

      Actually it's Turing who proved it. This is more like showing that his proof was indeed correct by showing an example of a working machine.

    • @Eunacis
      @Eunacis 4 роки тому +2

      LGR just grew a massive boner.

  • @kevinbee4617
    @kevinbee4617 6 років тому +74

    The machine starts in state A. Tape get's always pulled to the left unless there is a pin in the R coulumn of the program table. Unless a next state is specified, the machine halts.
    The stick in each field on the tape can be in three states, "b", "0", and "1", as illustrated by the writing on the right side of the machine.
    The program "binary increment" adds 1 to a binary number, which is the same as changing the rightmost 0 to a 1 and all 1s behind that to 0.
    0:53 Second line applies because the machine is in state A and reads "0". The seven fingers on the left side on the machine detect that the machine stays in state A and does nothing particular.
    0:57 ... again
    1:00 This time the value on the tape is "1", so the first line of the program applies, but it's the same command as the second line.
    1:04 ... again
    1:08 Now, there is neither a "1" or a "0", but a "b", so the third line of the program applies. It says "R" and "B", which means that the tape pulls back to the right and the state of the machine is now B.
    Basically, at the beginning the machine just goes right until it finds the end of the data.
    1:11 State B, 1 on tape, therefore write 0, go right again and stay in state B.
    1:15 ... again
    1:19 State B, 0 on tape, therefore write 1 (the carry over) and halt because there are no pins in the "A", "B", or "C" column.
    The increment of 0011 is 0100.

  • @nnelg8139
    @nnelg8139 6 років тому +295

    I'd love to hook this up to a hamster wheel so I could tell people my hamster can do arithmetic.

  • @adbrouwer
    @adbrouwer 6 років тому +48

    Bravo! First time ever I've seen a FULLY mechanical Turing Machine. I was wondering if it ever could be made.

  • @Starprizm
    @Starprizm 6 років тому +8

    This is one of the coolest things I have ever seen.

  • @Duffytoler
    @Duffytoler 6 років тому +7

    Magnificent! Brilliant piece of work! Your camshaft seems to be doing the equivalent of clock cycles - instruction fetch, decode, execute, memory read, memory write. Old electromechnical computers (and pinball machines) had a similar system.

  • @pierrebaudemont4606
    @pierrebaudemont4606 4 роки тому +6

    I just want to thank you Mr Ridel for this marvelous masterpiece. Some kindred spirit from France.

  • @OlivierBailleux
    @OlivierBailleux 7 років тому +30

    3 states A, B, C, and 3 possible values in each case, 0, 1, b ? Really amazing.

    • @richardridel4339
      @richardridel4339 7 років тому +3

      Thank you.

    • @Rudxain
      @Rudxain 3 роки тому

      So it's ternary! It looks like balanced ternary on the tape but looks like unbalanced on the program table

    • @ithaca2076
      @ithaca2076 2 роки тому

      @@Rudxain this is exactly what makes it even more interesting, though functionally im not sure if it makes full use of it

  • @CloudeAytr
    @CloudeAytr 8 років тому +240

    Wish you talked us through all the components and how it works.

    • @imperial1899
      @imperial1899 7 років тому

      Nathan Abraham I

    • @imperial1899
      @imperial1899 7 років тому

      My phone Duden stop me typing so I did first one wrong

    • @jordangerm
      @jordangerm 6 років тому +24

      Nathan Abraham yes I agree.. I still don't understand exactly what was happening

    • @PapillonOne
      @PapillonOne 6 років тому +8

      Me niether...wonder why he just didn't explain it after all that work!

    • @richardspikman7116
      @richardspikman7116 6 років тому +2

      you want him to hold your pee pee when you have to take a tinkle?

  • @EngineerNick
    @EngineerNick 6 років тому +8

    This is one of the most amazing things I have ever seen built from wood :)

  • @Ghorda9
    @Ghorda9 6 років тому +91

    this is your brain on wood.

    • @richardridel4339
      @richardridel4339 6 років тому +15

      Best comment ever. Thanks.

    • @kaishang6406
      @kaishang6406 3 роки тому +2

      In mandarin, the computer is also called an electrical brain. so this can be called a wooden brain? or mechanical brain?

  • @PasseScience
    @PasseScience 4 роки тому +11

    You should definitely pair up with a creator to have a version of this in LegoIdeas. One of the last creation is the "grand piano" it shows there are definitely the mecanical possibilities with something close to your design to have a compact and esthetic mecanical lego turing machine.

  • @Nerdule
    @Nerdule 6 років тому +5

    This absolutely blows me away. Fantastic work!

  • @sontornata
    @sontornata 6 років тому +1

    I was searching on YT how the machine works. I am not in the field but your work is really above definitions!! congratulations!!! and thanks for sharing

  • @PasseScience
    @PasseScience 3 роки тому +5

    Pdf link is dead

  • @racastilho
    @racastilho 6 років тому +5

    You should sell these! They are amazing!

  • @cafeinst
    @cafeinst 10 місяців тому

    Videos like this make my day. To me, this is true modern art.

  • @LaszloPalfi
    @LaszloPalfi 6 років тому +1

    This is awesome! :-)
    For those who do not know what "Turing Machine" means and are too lazy to read Wikipedia:
    The Turing machine was invented in 1936 by Alan Turing, who called it an a-machine (automatic machine)
    A Turing machine is a mathematical model of computation that defines an abstract machine, which manipulates symbols on a strip of tape according to a table of rules. Despite the model's simplicity, given any computer algorithm, a Turing machine capable of simulating that algorithm's logic can be constructed.
    The machine operates on an infinite memory tape divided into discrete cells. The machine positions its head over a cell and "reads" (scans) the symbol there. Then, as per the symbol and its present place in a finite table of user-specified instructions, the machine writes a symbol (e.g., a digit or a letter from a finite alphabet) in the cell (some models allowing symbol erasure or no writing), then either moves the tape one cell left or right (some models allow no motion, some models move the head), then (as determined by the observed symbol and the machine's place in the table) either proceeds to a subsequent instruction or halts the computation.

  • @GillesF31
    @GillesF31 4 роки тому

    Richard RIDEL provides us with proof of capability to build a 100% computer wooden made! One word to summarize such a thing: fantastic! In addition, il's very beautiful to see the mechanic movements of all pieces! Great job!

  • @petrsokol588
    @petrsokol588 8 років тому +17

    You, mr. Ridel, are a genius!

    • @richardridel4339
      @richardridel4339 8 років тому +20

      Nah. It's like eating an elephant, one bite at a time. Make a plan and solve the problems one bite at a time. As long as you're solving problems you're looking at the finish line. But, thank you.

    • @sergeantcrow
      @sergeantcrow 7 років тому +2

      No... To build this as you have.. you are genius... It is truly amazing..

    • @basteagui
      @basteagui 7 років тому

      what happens if you hook up the crank to a diesel engine and make it go super fast?
      does it catch fire?

  • @legotechnic27
    @legotechnic27 7 років тому +1

    This is amazing. I had started making this from legos, but haven't come close to finishing it.
    It is very nice to see that someone else made a real mechanical version of the turing machine tho.

    • @legotechnic27
      @legotechnic27 2 роки тому

      Follow up, I got the one from legos working! It's still not fully done though, but I managed to run some simple programs on it. I will probably finish it next summer.
      Once I make a video on it and uploaded it (to another account) I will forward it. Also going to credit this video and many others for inspiration :)

  • @QuasarRedshift
    @QuasarRedshift 6 років тому

    Dude - you are seriously some kind of genius - never seen anything like this - good enough to put into a museum - belongs in the Smithsonian for sure - cheers

  • @LordDecapo
    @LordDecapo 6 років тому +1

    i.. love.. you.. who ever you are that made this. its so epic :D and great documentation and sketches, only took a couple min to figure out the workings :D

  • @flurng
    @flurng 4 роки тому +1

    Wow! Holy shirt! This machine is a MASTERPIECE of design, engineering, workmanship - across the board ASTOUNDING! Superb! Well done, Sir! (BTW - I slammed the "like" & "subscribe" buttons so hard I nearly broke my screen!)

  • @ThatDrummerFrank
    @ThatDrummerFrank 4 роки тому +9

    Could we get a breakdown of the subsystems and how they relate?

  • @baileysbootstraps8170
    @baileysbootstraps8170 6 років тому +1

    Thanks for great upload. I knocked a couple these this morning. Then after breakfast spent the rest of the day with me feet up !!Happy days

  • @nobodyshero-themusic64
    @nobodyshero-themusic64 6 років тому

    I've seen similar things that use binary to accomplish a pluthera of tasks. I am disappointed there was not any greater effort put into the communicating of your goals precisely here. You are obviously an intelligent individual and I would love to hear you share in much greater detail! That'd be amazing! I am right about to check out the link you put in the description. Can't wait!!!
    I am also saddened to see below so many people insult others who asked to have a more direct explanation I think for people to shit talk down a curious mind is a horrible thing. Asking questions, seeking further explanations on things is wonderful, and is how we all learn & grow. Communication is the key to everything, and I believe some more direct communication would have been wonderful here. And I am proud to see other humans asking questions. It's wonderful! Horay for learning!!

  • @homeopathicfossil-fuels4789
    @homeopathicfossil-fuels4789 9 місяців тому +1

    who needs solar flare vulnerable power supply requiring electromagnetic systems when you can make a system capable of universal computation, out of processed organic matter, and power it with yourself, yourself a thinking being made out of processed organic matter that requires processed organic matter to function.
    This is the most impressive carpentry and mechanical design I have seen in a long while.

  • @KnightOfEternity13
    @KnightOfEternity13 8 місяців тому +1

    What does it do? Is it programmable? How do you input program and check output?

  • @edgostyn
    @edgostyn 6 років тому +2

    Thank you! A museum piece of art.

  • @cornholio777
    @cornholio777 7 років тому +29

    Mechanical wood computer!!Brilliant

  • @aeebeecee3737
    @aeebeecee3737 4 роки тому +1

    so the mind, the intelligent, the thoughts and the spirit can happen on this wooden machine... so amazing :0

  • @MarcosGarciaKneeBeforeZod
    @MarcosGarciaKneeBeforeZod 6 років тому

    Dude... this device is ludicrously cool... congratulations!

  • @echognomecal6742
    @echognomecal6742 Рік тому

    This is incredibly impressive for many reasons. As a bonus, the comments section reminded me of a word I've not used in some time: pedantic.

  • @640pct
    @640pct 3 роки тому +2

    hey, I can't get the onedrive thing to work, it there a google doc or something else I could see?

  • @LarLar427
    @LarLar427 Рік тому

    You made that?!? Amazing, man! Great job!

  • @TheKyshu
    @TheKyshu 8 років тому +6

    Holy crap, this is absolutely amazing!

    • @richardridel4339
      @richardridel4339 8 років тому

      +TheKyshu
      Thank you very much for watching.

    • @schm4704
      @schm4704 7 років тому +1

      Holy crap indeed! I wonder how many people are there who understand both the computer science and the woodworking behind this. Very very impressive!

  • @pmarreck
    @pmarreck 4 роки тому

    I like how the units on the "tape" are just a block holding a rod with 3 possible states all easily measurable and settable

  • @julianblake8385
    @julianblake8385 6 років тому +4

    Looks pretty cool, but i don't understand what it is, what it does, who it works, and what it is for. Another video would be nice to really grasp the complexity of your machine and achievement.

    • @duncanm716
      @duncanm716 5 років тому

      just watch copmuterphile on how turing machines work

  • @LegalSkateboarding
    @LegalSkateboarding 6 років тому +1

    A wise man once asked 'So what does it do'. The inventor nodded and quietly answered 1:35

  • @amiwatchesyt
    @amiwatchesyt 6 років тому

    This is freaking amazing. You sir are a (Turing) complete genius.
    One little suggestion is adding springs to the cam followers so that you can add a motor to the power input and get a better computation speed

  • @DownhillAllTheWay
    @DownhillAllTheWay 6 років тому

    It's beautifully made, and is clearly performing some sort of logic operation, but a commentary, or notes in the description saying what it accomplishes would have been really good. I tried to follow your link, but it involves opening a new account on Onedrive, and I'm not going to give my credentials to yet another website that may get hacked and lose them for nefarious purposes - not just to see one thing.

  • @PasseScience
    @PasseScience 4 роки тому +2

    This is amazing very fantastic work. I am wondering: what's your feeling for this kind of design to be adapted to more states, you would say: it changes more or less everything and the morphology should be totally rethink, it's possible but with some work, it's in fact quite straightforward to adapt (I am talking about the design step, not the crafting)

  • @craigmonteforte1478
    @craigmonteforte1478 5 років тому

    Pretty neat design and build , i liked the comment about. The Hamster wheel that was funny i also liked all the different wood species you used The machine looks like something Matthaias Wandel would build as he likes wooden gears and has incorporated them into several projects he has shared on his UA-cam channel

  • @directorinformatica616
    @directorinformatica616 3 роки тому

    Beautiful, a joy for vision and intelligence. Congratulations, great job!

  • @nlysts
    @nlysts 6 років тому

    This should be in a museum

  • @marccawood
    @marccawood 3 роки тому

    This is just fantabulous. A thing of beauty!

  • @aeebeecee3737
    @aeebeecee3737 4 роки тому

    Alan Turing will appreciate if He watched you build a machine like this on UA-cam

  • @vitamin_IM
    @vitamin_IM 2 роки тому

    сколько трудов вложено блин! Классный механизм.

  • @codewithnacho
    @codewithnacho 5 років тому

    Well. UA-cam algorithm was right on this video. This is absolutely amazing!

  • @고귀한-w3b
    @고귀한-w3b 6 років тому

    The memory access part is not a random access type (+1 or -1 per each sequence), but a well made Turing machine.

  • @matthiasliszt8490
    @matthiasliszt8490 5 років тому

    awesome! pretty awesome!!! I never thought something is possible with mechanics. Must have been countless headaches to think that out.

  • @johnrine9671
    @johnrine9671 2 роки тому +2

    It seems your document on how it works is no longer available. How may I get a copy?

  • @galzigler
    @galzigler 6 років тому +1

    Have you heard about the Analytical Engine? It's a computer which is powered by steam energy, was planned to be built in 1837, a hundered years before the first computer was built, but wasn't built due to a lack of budget. Turing also was inspired by Babbage's work. There is a group called Plan28, which their goal is to build this machine.Do you have a detailed plan of the machine described in the video?

    • @richardridel4339
      @richardridel4339 6 років тому

      Hello. The only thing I have is the PDF listed below the video.

  • @monad_tcp
    @monad_tcp 6 років тому

    I love how the tape Turing machine has another Turing machine as its control unit.

  • @xiaohuwang4173
    @xiaohuwang4173 4 роки тому +1

    This is what I want for my birthday

  • @ashwadhwani
    @ashwadhwani 6 років тому +4

    I expect a turing machine to say 'ouch' when I kick it real hard

  • @warlockd
    @warlockd 6 років тому

    Very cool. Ever thought of making a mechanical computer like the German Z1. Its based more on rods and the only electrical component is an electric motor to keep things spinning.

  • @aeromodeller1
    @aeromodeller1 3 роки тому +2

    Leonardo could have built one of these. And if he had, there would have been a mechanical wood Internet by the time of Newton. And Newton's wmail to Haley would be arriving right about ... now.

  • @Atari-gz6ki
    @Atari-gz6ki 6 років тому

    So beautiful just, well done! The logic puzzle alone designing that must have been and so beautifully executed!

  • @JohnSmith-of2gu
    @JohnSmith-of2gu 3 роки тому

    It is surprisingly relaxing to listen to thing thing clacking.

  • @microsoftice6498
    @microsoftice6498 6 років тому +6

    use a stirling engine, than you havent to turn the crank ;)
    this is one of the coolest things i have ever seen in my life (i´m 16)

  • @okboing
    @okboing 2 роки тому +1

    Are there CAD files to this or can one be purchased, I am willing and may be able to buy this

  • @michaelsilver6290
    @michaelsilver6290 7 років тому +1

    This machine looks absolutely stunning! I just saw this video and I just NEED to get myself one of these :)
    I have a pretty solid understanding of Turing's machine and have good woodworking skills, but your creation just looks so complex and intricate. Did you by any chance ever end up copying down the various parts? If not, what part would you suggest someone who really wants to make one of these start at?
    Edit: I got most of the machine parts graphed out, the only part I'm confused on is the reverse. I can see that the metal bar is moved to the right whenever there is a pin in the reverse column, but I cannot tell how exactly that makes the bar that lowers and raises the head use the left gear (egg-shaped thing that pushes it down) instead of the usual right one. Could you perhaps do a top down picture of that region if it isn't too hard?
    Thanks for your time, and again, great work!

    • @richardridel4339
      @richardridel4339 7 років тому +2

      Hello Michael. I am documenting how my machine works and have completed the tape movement part. It is in pdf format and I can send it to you. It has drawings and explanations of the movement of the tape. I simply do not know how to get the file to you. This is why I work with wood.

    • @michaelsilver6290
      @michaelsilver6290 7 років тому

      Richard Ridel That would be absolutely amazing of you! Could you please email it to me at *********@gmail.com? Thank you!

  • @fluffythedespoiler3395
    @fluffythedespoiler3395 8 років тому +66

    break the enigma code with this

    • @6infinity8
      @6infinity8 6 років тому

      Fluffy The Despoiler It only has three states, unfortunately

    • @dangi12012
      @dangi12012 6 років тому +2

      Need to add like a Terabyte of Memory to emulate x86 and then another 10 years of spinning for an answer. Turing completeness is absolute. (With infinite memory)

    • @JustPingo
      @JustPingo 6 років тому +6

      They did not use a Turing Machine to force enigma codes. It's an unrelated Turing work.

    • @subschallenge-nh4xp
      @subschallenge-nh4xp 6 років тому

      Fluffy The Despoiler y

    • @subschallenge-nh4xp
      @subschallenge-nh4xp 6 років тому

      Fluffy The Despoiler u

  • @94934
    @94934 5 років тому

    Ok so the most interesting part of this video is the reading and writing:
    - The bits are represented on the chain by the pegs going through the blocks. I think the peg being evenly pushed in on both sides (neutral) is 0 and the peg being pushed to one side (uneven) is 1.
    - Between 3:06 - 3:32 we see a total of 4 read operations on a neutral, neutral, uneven, uneven block.
    - On the neutral blocks we see the head operate normally for block 1 and block 2, but on the uneven blocks we see the star thing in the middle of the head get pushed to one side on block3 and block 4 at 3:26
    Writing:
    - The peg in the middle is pushed by some mechanism to move it from uneven to neutral at 2:00 - this is how the, lol chain of blocks lol, modifies state.

    • @recurvestickerdragon
      @recurvestickerdragon 4 роки тому

      Close, but the machine does differentiate between "pushed all the way up" (1) and "pushed all the way down" (b). These are trinary bits, or "trits".

  • @kaikalii
    @kaikalii 9 років тому +11

    Wow, that is really beautiful.

    • @dangi12012
      @dangi12012 6 років тому

      Go back to infowars.

  • @thegatofish8450
    @thegatofish8450 3 роки тому +1

    is you're one drive deleted i want to see how this works but it says its deleted or has some other problem has a

  • @KJ-uv5rl
    @KJ-uv5rl 6 років тому +2

    Im really enjoying the pdf on this machine

    • @richardridel4339
      @richardridel4339 6 років тому

      Thank you. I hope it takes some of the mystery out of what's happening and how it happens.

  • @shoofle
    @shoofle 7 років тому

    this is an incredible piece of work!

  • @motoresesistemasautomatos.
    @motoresesistemasautomatos. 4 роки тому +2

    Parabéns, mecanismo primoroso. Like e inscrito.

  • @siriusleto3758
    @siriusleto3758 6 років тому +1

    When a joiner decides to study computer engineering.

  • @rlbf1967
    @rlbf1967 Рік тому

    Brilliantly done!

  • @Filip-un2hx
    @Filip-un2hx 2 роки тому +1

    How much time did you spend to create this? Did you using any CAD To design this machine?

  • @greenavoy4148
    @greenavoy4148 4 роки тому

    So it's quite possible to have mechanical computer... which is absolutely resist to any EMI attack. Nice

  • @dannyik
    @dannyik 3 роки тому

    there is no computer more powerful than the Turing machine

  • @העבד
    @העבד 3 роки тому +1

    This is fucking legendary.

  • @mrnnhnz
    @mrnnhnz 6 років тому

    looks cool. Shame there's no commentary, 'cos I have NO idea what use this is.

  • @Jeffrey314159
    @Jeffrey314159 7 років тому

    2:20 Is the configuration table the same thing as the microcode & sequencer?
    There is nothing new about Binary Digital Logic realized with these 'marble machines'. They have been around since the days of Liebnitz!

  • @KimTiger777
    @KimTiger777 3 роки тому

    WOW! This is something that could have been made by Leonardo da Vinci, imaging how far we might have become today if did.

  • @codacoder
    @codacoder 5 місяців тому

    I can't download the document from OneDrive :( Could you please upload it somewhere else?

  • @SufyMusic
    @SufyMusic 6 років тому

    beautiful craftsmanship

  • @mejestic124
    @mejestic124 5 років тому

    Next: graphics card made in wood😊 and great job 👍

  • @JohnnyDoeDoeDoe
    @JohnnyDoeDoeDoe 7 років тому +3

    Now if you made the tape out of a living, growing tree, you could have an actually infinitely long tape!

  • @spacex6997
    @spacex6997 4 місяці тому

    Reminds me of a thing called clockpunk which is basically steampunk but without the steam, set in the European Renaissance periods and utilises da vinci like mechanisms and clockwork instead.

  • @CC-hx8gj
    @CC-hx8gj 5 років тому +1

    Make a copy of it and use a motor to spin the crank faster and faster until it breaks

  • @AngeloMeneghini
    @AngeloMeneghini 6 років тому

    This is a masterpiece

  • @efa666
    @efa666 4 роки тому

    Did you use a lathe for some of those parts? If so then you turned a turnable turntabled turn-operated Turing machine that you turned.
    I can't sleep

  • @Nahual_11
    @Nahual_11 6 років тому

    This is amazing workmanship! When solar flares EMP the earth you are going to save the world.

  • @mickbachner
    @mickbachner 2 роки тому +1

    Ah, a circumlocution engine. Amazing!

  • @ufoengines
    @ufoengines 7 років тому +1

    Stunning! If you use a Tesla Turbine to power it then you would have a Tesla Turing Machine , lol . Have you ever thought about building a FLODAC , Patent 3190554 ? A digital computer that computes using air to say compute log tables would be one of my favorite You Tubes! I like to think that if Babbage had FLOWDAC tech the pipe organ folks could have make his Analytic Engine for him and Lady Lovelace could have invented COBOL.

  • @Matheus-vw5gt
    @Matheus-vw5gt 3 роки тому

    Can someone explain to me what this machine is doing? I didn't understand very well

  • @dunabogdany
    @dunabogdany 3 роки тому

    This is not a Turing machine, because the wooden model can only invert bits or leave them unchanged. But the touring machine can do a lot more. Well done anyway.

  • @dansimiha8366
    @dansimiha8366 2 роки тому

    Amazing! Literally amazing! 👍

  • @HbninfotechTutorials
    @HbninfotechTutorials 6 років тому +16

    Amazing mechanical energy can do soo much

  • @tchampt
    @tchampt 4 роки тому

    How to design this system? I just wanna know the process of thinking from start to finish that thing. It's very interesting.

  • @andresmery6342
    @andresmery6342 Рік тому

    Is turing complete? How many states the machine has?

  • @andrewspar436
    @andrewspar436 3 роки тому

    What an accomplishment!

  • @greenatom
    @greenatom 6 років тому

    Beautiful! Hope to see more.

  • @ShengTheCraftsman
    @ShengTheCraftsman 6 років тому

    looks amazing but what does it do again?