Did Game Theory ACTUALLY Build a Computer in Mario Maker?

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 พ.ย. 2022
  • This video is sponsored by Brilliant. Keep exploring at brilliant.org/Truttle1/. Get started for free, and hurry-the first 200 people get 20% off an annual premium subscription.
    I recently re-watched Game Theory's video in which they claim to have made a computer in Mario Maker. But is it ACTUALLY a computer? Well, not really. And this video shows why... by proving that addition is not Turing complete. :P
    Someone make an ITERATE page on the esolang wiki plz :p
    LINKS:
    Game Theory's Video: • We Built A Computer in...
    Koen's Brainf**k Interpreter written in Thue: esolangs.org/wiki/Brainfuck_i...
    MUSIC USED:
    Bumbly March and Itty Bitty 8 Bit by Kevin MacLeod
    Rogueport Sewers, Doopliss Battle from Paper Mario: TTYD
    Snow Mountain from Super Mario 64
    SHOWTIME from Mario and Luigi: Bowser's Inside Story
    Bonetrousle from Undertale
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 162

  • @Truttle1
    @Truttle1  ปีที่แล้ว +31

    Keep exploring at brilliant.org/Truttle1/. Get started for free, and hurry-the first 200 people get 20% off an annual premium subscription.
    Intro by: th-cam.com/channels/nXH9Ls7y4_rL2d4Qv6rT6A.html
    Also discord: discord.gg/EKPBjjUc65

    • @nyuh
      @nyuh ปีที่แล้ว +5

      YOOOOO TRUTTLE GOT SPONSORED BY BRILLIANT ??? !!!!! CONGRATS !!!!

    • @IstvanEgri-zr5sp
      @IstvanEgri-zr5sp ปีที่แล้ว +3

      truttle got sponsored?
      bloody brilliant!

    • @moltony
      @moltony ปีที่แล้ว

      no way

    • @Cliffordlonghead
      @Cliffordlonghead ปีที่แล้ว

      Awesome video

    • @Testimony_Of_JTF
      @Testimony_Of_JTF ปีที่แล้ว

      Congrats on the sponshorship.

  • @sinom
    @sinom ปีที่แล้ว +284

    matpat didn't even build the calculator. It's just a popular level he found at some point.

  • @RichardGarber
    @RichardGarber ปีที่แล้ว +88

    Matpat's system is actually more basic than a pushdown automaton: it's combinational logic. The system doesn't really store state, and just uses half and full adders. The computation takes time ("Which is a no-no in combinational logic") but that's just because the signal is sent at the speed of Mario. The system MatPat has wouldn't be able to do "If the last time the answer was 4, print 'x'" because there is no memory at all that can be written, only inputs and outputs.

    • @WritingTeacher-jw4ul
      @WritingTeacher-jw4ul 10 หลายเดือนก่อน +6

      Not mat-pat’s system, he found it on the internet

  • @verlidesouza
    @verlidesouza ปีที่แล้ว +53

    It would actually be quite fun seeing you make a Turing complete thing in Mario maker, plus I’ve never seen someone actually do it

    • @jaded151
      @jaded151 ปีที่แล้ว +11

      from what i've heard mario maker isn't really turring complete, but it would be if there was infinite space.

    • @Truttle1
      @Truttle1  ปีที่แล้ว +31

      There’s a community in Japan that makes Mario Maker calculators, and they managed to make a cyclic tag system in Mario Maker, so it actually is Turing complete!
      th-cam.com/video/hd0EtsTUbmg/w-d-xo.html (put on English subtitles for the English translation)

  • @Patashu
    @Patashu ปีที่แล้ว +24

    Dunking on Game Theory, my favourite youtube video genre

  • @rydotion
    @rydotion ปีที่แล้ว +33

    fun fact: in romanian computer is "calculator" so technically matpat did make a computer
    atleast for romanians lol

    • @uwu-zl6tq
      @uwu-zl6tq ปีที่แล้ว +4

      as a romanian i can confirm this

    • @joshuachang5210
      @joshuachang5210 ปีที่แล้ว +5

      I mean in English computers are yk things that compute. In mandarin computer is called “electronic brain” tho which sounds pretty badass
      Edit: in traditional Chinese I mean. In China they mix the usage of calculators and computers into the same word.

  • @ocilical
    @ocilical ปีที่แล้ว +25

    i remember being impressed by this video when it first came out, but looking back having actually learned about computability theory and stuff... wow, like if you just want to do addition on a finite set of inputs you don't even need memory! you can just have the correct answer for every combination of inputs built into the program lol. and if you convert it into a decision problem (by rephrasing it as "do these two numbers from this finite set add to this third one? for example), that's a regular language and you can decide it with a DFA (because every finite language is regular), very much not a proof of turing completeness

    • @Truttle1
      @Truttle1  ปีที่แล้ว +9

      Tbh when I uploaded this I was worried I missed something and that addition actually was Turing complete… I am so glad I didn’t mess that up lol

    • @AByteofCode
      @AByteofCode ปีที่แล้ว +6

      @@Truttle1 Was I just challenged to make addition turing complete? (As long as there's a new custom data type involved it can probably be done)

    • @Truttle1
      @Truttle1  ปีที่แล้ว +6

      @@AByteofCode yes you were

    • @AByteofCode
      @AByteofCode ปีที่แล้ว +6

      @@Truttle1 alright, on it

    • @NYKevin100
      @NYKevin100 9 หลายเดือนก่อน

      Be careful with this line of reasoning, though. All real computers (i.e. the actual physical thing you are currently using to read this comment) have a finite amount of RAM, and technically qualify as extremely complicated DFAs because they can only store a finite amount of information. We usually ignore this limitation because you can install more RAM as required... right up until you run out of address space. We usually ignore *that* limitation because, at least on 64-bit platforms, it's stupidly huge, and nobody is really going to run into it.

  • @WilliametcCook
    @WilliametcCook ปีที่แล้ว +3

    It’s like saying “We sell big cats”, talking to your customers about owning tigers and leopards, and then selling them a large house cat

  • @ultra_9861
    @ultra_9861 ปีที่แล้ว +7

    paper boat tutorial is my favorite part

  • @MrCheeze
    @MrCheeze ปีที่แล้ว +20

    Wow, I've never seen a matpat video, but I always assumed that the video was showing a NAND or NOR gate or something. That, plus some handwaving, would have been enough for enough of a rough sketch of turing completeness and "building a computer". In fact this has been done and is considerably easier than the complicated-but-wrong demonstration that he seems to have done instead. Also, Victor tran hasn't commented yet.

  • @gamersunite9026
    @gamersunite9026 ปีที่แล้ว +6

    i swear the random number thing is so right everybody considers it "omg kaxor mode enabled 😎"

  • @AByteofCode
    @AByteofCode ปีที่แล้ว +8

    MatPat needs to see this. It'd be great

    • @moltony
      @moltony ปีที่แล้ว

      a byte of code???????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????

    • @AByteofCode
      @AByteofCode ปีที่แล้ว

      @@moltony yes that would be me

  • @tux1468
    @tux1468 ปีที่แล้ว +8

    Holy crap, that intro is amazing!
    Edit: Wait, Truttle got a sponsorship? Holy crap!
    (also i commented before victor tran)

    • @vicr123
      @vicr123 ปีที่แล้ว

      Hi, I'm Victor Tran. Nice to meet you!

  • @nokiasnakes
    @nokiasnakes ปีที่แล้ว +8

    this intro is so sick it was so unexpected

  • @notwithouttext
    @notwithouttext ปีที่แล้ว +1

    i like how very complex programming languages can be less than turing complete, but then "yeah you have like six variables and you do basic math with them over and over" is turing complete

  • @iidoyila
    @iidoyila ปีที่แล้ว +4

    i've also been 16 forever in a time loop , eidex , it's okay , you get used to it ^ ^

  • @alef-0
    @alef-0 ปีที่แล้ว +2

    I was going to suggest instead of using a pushdown automata for addition to built an adder circuit using logic gates. This way you could show a non turing complete "automata" could do the operation without memory, because the only thing it needs is to read the inputs once and make operations based around it. Then I realized that was exactly what it was going on with the input on the PDA.

  • @raconvid6521
    @raconvid6521 2 หลายเดือนก่อน

    9:00 Finite state machines *can* actually store permanent data. It stores the turing machines state.
    Any IRL computer can be represented by a finite state machine, since they have finite memory.

  • @parmesanzero7678
    @parmesanzero7678 ปีที่แล้ว +3

    You can tell immediately based on matpat’s tone that his videos are garbage. It’s that algorithmic tone that sounds the same way you’d expect the voice of “you won’t believe this one weird trick!” would sound.

    • @Truttle1
      @Truttle1  ปีที่แล้ว +2

      tbh I kinda think I have the same tone lol

  • @TheRojo387
    @TheRojo387 2 หลายเดือนก่อน

    MatPat himself said himself that addition wasn't Turing Complete.

  • @Stiky_Piston
    @Stiky_Piston 6 หลายเดือนก่อน

    @Truttle1 correct me if i’m wrong, but using piston feedtapes and the new Copper Blubs, Minecraft is now Turing Complete! (Make a turing machine, using the copper bulbs (which are toggleable with a redstone pulse) and rotate them around with a piston feedtape)

    • @Truttle1
      @Truttle1  6 หลายเดือนก่อน +1

      Minecraft has been Turing complete I believe since at least redstone was added

  • @meepwagon8031
    @meepwagon8031 ปีที่แล้ว +2

    Oh wow, youre about a year older than me! That's pretty cool. I hope I can get myself involved with content creation on more technical topics like you do. Not on this account though, its old and has stuff from when i wanted to be an animator, lol. From the cartoons you make i assume you like animation and technical computer stuff, so you keep on living my dream man.

  • @imalaia8032
    @imalaia8032 ปีที่แล้ว +1

    these are the real questions we should be asking

  • @meepwagon8031
    @meepwagon8031 ปีที่แล้ว +3

    It would probably help if i knew exactly what a "push down automata" is. Ill be looking it up anyway. Even though it feels unnecessary to explain things like "why isnt this turing complete", I would say its necessary because even though ive programmed (in lua) I dont have to directly deal with a stack (since its a higher level language) or many other low level things. So explaining things is really helpful since half of my knowledge is just stuff ive picked up from youtube videos lol (ive never had a formal computer science course. This video has done a great job explaining what a "turing complete" system is).

    • @BradenBest
      @BradenBest 9 หลายเดือนก่อน

      stacks aren't even low level. They're just a type of data structure. You can make a stack in Lua by just making an array and tracking its length in a separate variable, using the length as the index. length + 1 in Lua's case since it's 1-indexed. Stacks are useful for a lot of classes of problem, like tree navigation, history tracking, etc, and you shouldn't avoid them just because you think they are "low level".
      On that note, I disagree with the usage of "low level" in general, because it doesn't really say anything about a language and is entirely subjective. The only time low level is useful is when it's used to measure portability. For example, Assembly language is low level because porting it to another architecture is not easily done. You can't just take 6502 assembly and expect an 8086 assembler to understand it. You'll have to practically rewrite the program for the 8086 platform. A C program, on the other hand, can be ported by simply porting the compiler. You port the compiler and standard library, and you port all of C. C is a high level language. It is abstracted from the hardware to enough of a degree that you can feasibly port a program written in it to different architectures without having to change any code. In fact more often than not, when something in the code has to be changed to port it, or there have to be preprocessor macros to switch on the environment it's compiling under, that has to do with operating system details rather than hardware details.
      You may notice that under this definition, pretty much only assembly language and machine code are low level while everything else is high level, and that's a good thing. Programming languages have other, more useful traits and attributes than how abstracted they are from the hardware, and those attributes describe these languages far better than "X is a high level language". C is a multi-paradigm static weakly typed unmanaged language whereas Lua is a multi-paradigm _dynamic_ weakly typed _managed_ language. The dynamic makes a big difference as it means types are checked at runtime rather than at compile time. It means Lua's more likely to be implemented as an interpreter/JIT and is more likely to be slower because of all the runtime memory safety checks it has to do to enable dynamic typing. Managed means its memory is managed automatically, whereas C does not manage memory, and leaves the task up to the programmer. This alone makes C a lot more difficult to program in for those who are not used to it, but also a lot more efficient since it isn't having to, for example, check bounds at runtime and can just _assume_ that the programmer did it correctly. Static typing + manual memory management is a killer combo.
      "Hard to program in" is probably the worst metric to measure whether something is "high or low level", because difficulty is both subjective and relative. C is only difficult because you have to learn a new skill (memory management) and a new class of obstacle (undefined behavior) to use it effectively. You have to learn how to use pointers and procure and clean up memory, and you have to learn the subtle ways that it can blow up in your face. To most novices, UB is a _problem_ that makes C unwieldy and unfairly difficult to program in. But to C programmers, UB is one of C's greatest assets, allowing the compiler to make assumptions and optimize their code better than they can. All they have to do is avoid doing the things the standard leaves undefined, which comes with experience. But like I said, memory management is a _skill._ One that makes you a better programmer regardless of what language you're programming in. Just because JavaScript is managed, for example, doesn't mean you can't leak memory in it. You should set your references to null when you're done with them so the GC can more effectively do its job.

    • @BradenBest
      @BradenBest 9 หลายเดือนก่อน

      here is an example of a stack implemented in Lua. Very basic, no encapsulation. Just the data structure and its methods.
      array = {}
      array_len = 0
      function array_push(v)
      array[array_len + 1] = v
      array_len = array_len + 1
      end
      function array_pop()
      array_len = array_len - 1
      return array[array_len + 1]
      end
      It's not as efficient as the stack you work with in assembly since it's using Lua data structures, but while stacks are fast, we don't use them for speed per se. Like I said in the earlier reply, the stack data structure is useful for solving various classes of problem. Knowing how and where to implement and use data structures is an important tool to have in your toolbelt.
      "In fact, I'm a huge proponent of designing your code around the data, rather than the other way around […] I will, in fact, claim that the difference between a bad programmer and a good one is whether he considers his code or his data structures more important."
      -Linus Torvalds, on the design of git

  • @Veptis
    @Veptis ปีที่แล้ว +1

    Random numbers in system font... Those only show up if you like print model weights of a any deep learning model. You know - completely not computer code but actually "intelligence" that's extremely difficult to understand for humans.

  • @iamboredfor2months
    @iamboredfor2months ปีที่แล้ว

    Rlly like the fact that obfuscate has creaturey saved as “cool guy” in his contacts

  • @jaded151
    @jaded151 ปีที่แล้ว +1

    14:37 it's funny i used to write programs like this in middle school AND my name is jacob but this part didint shock me too much lol

    • @Truttle1
      @Truttle1  ปีที่แล้ว +2

      I guess you were who it was for lol

  • @svz5990
    @svz5990 4 หลายเดือนก่อน

    Quick question with two stacks, can you pop a value over the two stacks? Like with one stack

  • @BradenBest
    @BradenBest 9 หลายเดือนก่อน

    adding numbers means it's turing complete? By that logic, HQ9+ is turing complete, because the `+` program "increments the accumulator"

  • @martysh1226
    @martysh1226 ปีที่แล้ว +2

    before victor train i hope

  • @Pollute
    @Pollute ปีที่แล้ว +2

    7:23 these speed clones are getting out of hand

  • @ptaszor9779
    @ptaszor9779 11 หลายเดือนก่อน

    Wow, you got a sponsorship! Congratulations!

  • @lilyzheng2322
    @lilyzheng2322 หลายเดือนก่อน

    i forgot his vid was about making a computer.

  • @SpektralJo
    @SpektralJo ปีที่แล้ว

    When I saw this thumbnail I thought the video was "Is Game theory turing complete?"

  • @zuck3rn
    @zuck3rn ปีที่แล้ว +1

    10/10 would watch again

  • @helpme8575
    @helpme8575 ปีที่แล้ว

    in the example with the push down automaton, to assess whether there's the same number of a's b's and c's,
    couldn't you add to the stack twice the amount of a's, and then pop for each b, and then pop for each c? if at any moment you need to pop from empty stack, they are not equal, if you have any a's leftover, the three are not equal

    • @Truttle1
      @Truttle1  ปีที่แล้ว +5

      If you had 5 a’s, your idea would work for 7 b’s and 3 c’s.

    • @SCLakitu
      @SCLakitu ปีที่แล้ว +1

      A pushdown automaton built like this would accept strings whose number of b's and c's adds up to twice the number of a's (|b| + |c| = 2|a|), so it would accept strings like
      'aaaabbbbbbbc'

  • @victoriamitchell413
    @victoriamitchell413 11 หลายเดือนก่อน

    If matt pat finds a way to do subtraction on it, We are screwed.

  • @grapeBoy69
    @grapeBoy69 7 หลายเดือนก่อน

    As a Jacob, I can confirm that is my code. I’m sorry mr.tutel

  • @tricolorcircle
    @tricolorcircle ปีที่แล้ว

    In the intro, the programs are:
    print "Truttle1 Game Theory Intro Thing" in Brainf__k
    truth-machine in Rockstar
    print "Hi!" in >
    print "Hello world!" in COBOL
    print "Hello world!" in Length

  • @BringMayFlowers
    @BringMayFlowers 9 หลายเดือนก่อน

    Happy Modern Trut is a cute graphic, hopefully it shows up more.

  • @somniad
    @somniad ปีที่แล้ว +1

    mario maker is interesting because if you know the first thing about mario maker and the second thing about computer science it's pretty obvious that it IS in fact possible to build a computer in mario maker - like, surely you can make a nor gate, and it's all downhill from there
    edit: oh wait memory lol. obviously not a huge problem for a game like mario maker but also a universal gate is insufficient

  • @SoDaRa1
    @SoDaRa1 ปีที่แล้ว +1

    I should probably point out at 8:54 it says 'fininte' instead of finite.

  • @ChillaxeMake
    @ChillaxeMake ปีที่แล้ว

    9:38 put all the as on stack, remove as much as there are b's, do the same, but replace a with c.

    • @Truttle1
      @Truttle1  ปีที่แล้ว +1

      You have already passed the a’s, and the input tape only goes one way

  • @plutoisarealplanet7407
    @plutoisarealplanet7407 ปีที่แล้ว

    i dont know why i didn't have notifications on! sorry for missing so many videos!

  • @emperorbooglitch8540
    @emperorbooglitch8540 4 หลายเดือนก่อน

    Oh hey, MatPat is stepping down from Game Theory, along with some of his friends. Here's to hoping that whoever replaces MatPat is at least as good as him and better than his staff. It's still going to feel bad to see him go though, but eh. When you've got responsibilities, you've got responsibilities.

  • @thatotherandrew_
    @thatotherandrew_ ปีที่แล้ว

    8:48 Ah yes, a fininte state machine

  • @koalakid3609
    @koalakid3609 ปีที่แล้ว

    how to get cancelled 101

  • @EnderStine
    @EnderStine ปีที่แล้ว

    so what your saying is my adding and subtracting calculator in minecraft is more of a computer than his just adding

    • @Vexxel256
      @Vexxel256 ปีที่แล้ว

      It’s still not a computer but yea i guess so

  • @LambdaCreates
    @LambdaCreates วันที่ผ่านมา

    12:24 welcome to the world of benevolent people being actually not benevolent people and doing stuff just for profit

  • @pedrofbahamas8888
    @pedrofbahamas8888 ปีที่แล้ว +2

    This scene at 14:34 hit me hard because in my comp sci course in school, i would frequently write stuff like this in my notebooks and one day my teacher decides to inspect my notebook, find out that i wrote something like this, and gives me detention. I would like to add a royal fuck you to my 10th grade comp sci teacher for being a snowflake.

    • @Truttle1
      @Truttle1  ปีที่แล้ว

      But is your name Jacob tho?

    • @pedrofbahamas8888
      @pedrofbahamas8888 ปีที่แล้ว

      @@Truttle1 almost, its Pedro. There was a Jacob in that class so if he were watching thr video he eouldve been spooked

  • @otesunki
    @otesunki ปีที่แล้ว

    this video is a fever dream
    also inb4 vic

  • @Izzythemaker127
    @Izzythemaker127 ปีที่แล้ว +1

    Timestamp to end of sponsor 8:33

  • @Cavi587
    @Cavi587 ปีที่แล้ว +16

    Love your stuff man.
    Honestly, Game Theory was once really good. But it's apparent how much they just rush stuff in order to produce content in time these days. Quality and actual research or full understanding of the topic covered is secondary now...

    • @emperorbooglitch8540
      @emperorbooglitch8540 ปีที่แล้ว

      There are still videos like Mario is Mental, or Dory faking her short-term memory to survive in the wild. RedQueenMiku with some numbers that I don't remember did some debunking videos with him, and I've watched them all, I would like your opinion though because I would like to have a variety of sources on MatPat's older videos, because I can't really trust my own interpretations.

  • @ghasttastic1912
    @ghasttastic1912 11 หลายเดือนก่อน

    so many people build "computers" that just add 2 numbers its not that much of an achievement. literal marbles can add because its as easy as combining a marble pile of size a and a marble pile of size b which gives a pile of size a+b. subtraction is more interesting, marbles cant really do that

  • @Subroutine7901
    @Subroutine7901 ปีที่แล้ว

    Wow, That's cool, the intro says something

  • @somniad
    @somniad ปีที่แล้ว +1

    what the heck is that empty argument to that ternary operator at 3:50

    • @Truttle1
      @Truttle1  ปีที่แล้ว +1

      Idk it was HackerTyper :p

    • @SCLakitu
      @SCLakitu ปีที่แล้ว +1

      It's a GNU C extension which implicitly takes the first operand as the second operand if the second operand is omitted, effectively acting as the Elvis operator. It's equivalent to `nblocks ? nblocks : 1` here since it's basically used as shorthand, but where the first operand is an expression it avoids evaluating the expression twice.

    • @somniad
      @somniad ปีที่แล้ว +1

      @@SCLakitu oh hey that's neat! glad I asked

  • @s4n7r0
    @s4n7r0 ปีที่แล้ว

    great vid

  • @vii-ka
    @vii-ka ปีที่แล้ว +1

    Why everyone is moving around so much?

  • @Mayhem-s2dm3
    @Mayhem-s2dm3 ปีที่แล้ว

    Found this while playing Mario Maker. Cool

  • @nickbensema3045
    @nickbensema3045 ปีที่แล้ว

    pretty good videos, I was looking for the definitive word on Mario Maker computers for a long time, BUT the animation loops all made me seasick

  • @ChromicQuanta
    @ChromicQuanta ปีที่แล้ว +1

    However, if you add negative numbers, multiplication, arrays & looping in the mix with addition, math becomes Turing complete!

    • @ChromicQuanta
      @ChromicQuanta ปีที่แล้ว

      Maybe add return statements too...

    • @notwithouttext
      @notwithouttext ปีที่แล้ว +1

      you dont even need arrays OR functions!
      (see the esolang "blindfolded arithmetic" by ais523, it only has variables, math, and looping everything again and again)

  • @MichaelDarrow-tr1mn
    @MichaelDarrow-tr1mn ปีที่แล้ว

    on the pushdown automaton thing, can't you just go back and compare the bs and the cs

    • @MichaelDarrow-tr1mn
      @MichaelDarrow-tr1mn 11 หลายเดือนก่อน

      no because that's an arbitrarily accessing it

  • @geckwwo
    @geckwwo ปีที่แล้ว

    e🅱️ic intro btw, and nice work on the video

  • @carpedm9846
    @carpedm9846 ปีที่แล้ว +1

    Ultimately I think the tone of the video couldve been more educative rather than a Gotcha. You did turn it around at the end yeah but the joke kinda wore thin around the While True Penis mark.
    No shade tho.

  • @Kokice5
    @Kokice5 ปีที่แล้ว

    Its only a computer if its turing-complete!

  • @thespeedyyoshi
    @thespeedyyoshi ปีที่แล้ว +3

    Imma be honest, I was actually interested in what you had to say in this video, and was curious to learn why you have critiques.
    But the way you diminish the audience by being a “character” every step of the way is making me….not feel so inclined to keep watching. It feels like you’re constantly saying “You’re dumb”if you don’t know this” and I don’t like education approached from that angle. ><
    Sorry, that’s just my outsider perspective. I’m sure it’s a great video, but I can’t bring myself to watch more of it.

  • @vicr123
    @vicr123 ปีที่แล้ว +2

    I like the music. :)

  • @N25_CT13
    @N25_CT13 ปีที่แล้ว

    now make a mario maker turing machine

  • @Provitia
    @Provitia ปีที่แล้ว +1

    da matty patty failed

  • @nailuj29gaming65
    @nailuj29gaming65 ปีที่แล้ว +1

    Before Victor Train

  • @Discoh
    @Discoh ปีที่แล้ว +1

    The Algorithm™ has once again blessed me with another cool new channel to enjoy.
    subscribers++;
    Looking forward to that RPG Maker video!

    • @realiamtnt
      @realiamtnt ปีที่แล้ว +1

      //imma add another one
      subscribers++;

  • @Testimony_Of_JTF
    @Testimony_Of_JTF ปีที่แล้ว

    I understood literally nothing but good video.👍

  • @MsMosoka
    @MsMosoka ปีที่แล้ว

    An agonizing minute = ? minutes

  • @aspwil
    @aspwil ปีที่แล้ว

    Damn throwing shade at matpat

  • @victoriamitchell413
    @victoriamitchell413 11 หลายเดือนก่อน

    How to do the abc problem on a push town automaton
    Add the amount of a into the stack
    Add the amount of a into the stack
    Subtract with b
    Subtract with c

    • @Truttle1
      @Truttle1  11 หลายเดือนก่อน +2

      aaaaabbbbbbbccc

  • @GabrielsEpicLifeofGoals
    @GabrielsEpicLifeofGoals ปีที่แล้ว

    I *suspect* it's Turing complete.

    • @Truttle1
      @Truttle1  ปีที่แล้ว +1

      It is, cyclic tag systems were made in it

  • @lucaayfmlyysiaejdsrtnnervd4646
    @lucaayfmlyysiaejdsrtnnervd4646 ปีที่แล้ว

    Sponsorships!

  • @MsMosoka
    @MsMosoka ปีที่แล้ว

    Are you computer theory or truttle1

  • @cat7294
    @cat7294 ปีที่แล้ว +1

    Ah, ruined his logo.

  • @Gortart
    @Gortart ปีที่แล้ว +1

    Matpat the clickbait theorist strikes again!
    Great video as always

  • @christophercampbell6884
    @christophercampbell6884 ปีที่แล้ว

    3:34 Condescending, but funny.

  • @MsMosoka
    @MsMosoka ปีที่แล้ว

    Nov. 2, 2ACV

  • @qweriop
    @qweriop ปีที่แล้ว

    Truttle1 drama!1!!!!11!!1!1

  • @midann
    @midann ปีที่แล้ว +1

    Dam we the same age

  • @i_teleported_bread7404
    @i_teleported_bread7404 ปีที่แล้ว

    Darn, I am not in before Victor Tran.

  • @Blaineworld
    @Blaineworld ปีที่แล้ว

    Why do you sound sarcastic? Code is TOTALLY when random numbers in system font. However, you forgot to mention that the numbers must be green.

  • @evanhostetter2891
    @evanhostetter2891 ปีที่แล้ว

    made in 2:00 pm edt

  • @thehexagon8938
    @thehexagon8938 ปีที่แล้ว +1

    before victor

  • @galihsurya5606
    @galihsurya5606 ปีที่แล้ว

    Truttle1 receive: You as a subscriber...
    You receive: Very good info about computer etc...
    What do you want?
    Me? Of course I will subscribe him!!!
    One more subscriber for you!!!

  • @Leonartist
    @Leonartist ปีที่แล้ว

    CSS isn't turning complete yet it can do addition lol.

    • @notwithouttext
      @notwithouttext ปีที่แล้ว +1

      html is not turing complete
      css is not turing complete
      html+css is turing complete

    • @Leonartist
      @Leonartist ปีที่แล้ว

      @@notwithouttext what can just HTML and CSS do that makes it turning complete?

    • @notwithouttext
      @notwithouttext ปีที่แล้ว +1

      @@Leonartist ok, i checked again, you still need human input (although it doesn't need to do complex actions). someone made rule 110

    • @Leonartist
      @Leonartist ปีที่แล้ว

      @@notwithouttext oh wow

  • @williamist
    @williamist ปีที่แล้ว

    rpg maker 2003 is amazing

  • @TheRojo387
    @TheRojo387 ปีที่แล้ว

    What about NAND?

    • @notwithouttext
      @notwithouttext ปีที่แล้ว

      depends what you do with it. there's an interesting esolang called ferNANDo which mainly has NAND, and can make a lot of programs, but it is not turing complete

    • @notwithouttext
      @notwithouttext ปีที่แล้ว

      probably because it can't have infinite variables

  • @roguefirework
    @roguefirework ปีที่แล้ว

    veri cool

  • @cheesuschrist300
    @cheesuschrist300 ปีที่แล้ว

    I prefer the esolang content over this.

  • @vodam6970
    @vodam6970 ปีที่แล้ว +1

    here before victor

  • @sirq2611
    @sirq2611 ปีที่แล้ว +1

    i commented before victor tran

  • @Subroutine7901
    @Subroutine7901 ปีที่แล้ว

    I commented before Victor Tran

  • @not_vinkami
    @not_vinkami ปีที่แล้ว

    Mario Maker is easily not Turing complete with the simple fact that any program (level) must halt after 500 seconds.
    ggez now give me 16M subs

  • @yetanothergamedevchannel
    @yetanothergamedevchannel ปีที่แล้ว

    commented before victor tran

  • @TobiasSN
    @TobiasSN ปีที่แล้ว +1

    bvt