Redstone Number Systems - LRR #2

Sdílet
Vložit
  • čas přidán 31. 05. 2024
  • Welcome to Episode 2! Today we discuss the concept of positional number systems, and why binary and hexadecimal are commonly used in redstone.
    Patreon: / mattbatwings
    Discord: / discord
    My socials: linktr.ee/mattbatwings
    My texture pack: modrinth.com/resourcepack/mat...
    -------------------------
    Want to get more involved in the logical redstone community?
    Learn Logical Redstone! • Logical Redstone Reloaded
    Open Redstone Engineers (ORE): openredstone.org/
    0:00 Introduction
    0:40 Base 10 Recap
    2:36 Other Bases?
    5:11 Binary
    7:11 Hexadecimal
    8:19 Conversion Trick
    9:01 Subscribe!
    Music (in order):
    LAKEY INSPIRED - Chill Day • LAKEY INSPIRED - Chill...
    Infraction - Photograph • Vlog lo-fi Anime Fashi...
    Infraction - Serotonin • Vlog Lo-Fi Chill by In...
    Harris Heller - Iridescent • Iridescent
    Harris Heller - Guilty Spark • Guilty Spark
    Milky Wayvers - Love in Japan • Love in Japan
  • Hry

Komentáře • 368

  • @dev_insights101
    @dev_insights101 Před rokem +787

    As a engineering student this video was nothing new for me but your way of explaining is really easy to understand.

    • @sentienttoast1319
      @sentienttoast1319 Před rokem +8

      Same(kinda)

    • @idkcba
      @idkcba Před rokem +19

      I'm a computer science student and I feel the same lol

    • @theonlypc4906
      @theonlypc4906 Před rokem +8

      Same (almost, I'm not an engineering student but I already knew about it)

    • @sherifemad2065
      @sherifemad2065 Před rokem

      Same

    • @pikatnt1
      @pikatnt1 Před rokem +2

      Me: watching this video before being a computer science student so I already know this...

  • @FlippingMiner
    @FlippingMiner Před rokem +285

    When a 10 minute video teaches me better than a 3 month long computer science course…

  • @jeiversonchristian6403
    @jeiversonchristian6403 Před rokem +27

    I'm a math teacher and I say, congratulations, this video is excellent.

  • @dark_elf_wizard
    @dark_elf_wizard Před rokem +14

    i did not expect to learn what binary is in this video... i did not even know how to look it up... thanks for the information, i can use this in so many ways

    • @DiverseInBits
      @DiverseInBits Před 13 dny +1

      Yeah it’s something every programmer and computer person has heard like I have.

  • @JohnImemesi-rp9fj
    @JohnImemesi-rp9fj Před rokem +146

    This series is gonna be awesome, I know it

  • @xanderkirkland3420
    @xanderkirkland3420 Před rokem +170

    I'm using this to force my friends to understand redstone

  • @VibinCactus
    @VibinCactus Před rokem +15

    my mind if blown, i had no idea how used to base 10 i was untill i watched this and learned the secrets to the universe thank you Mat

  • @timjrz
    @timjrz Před rokem +20

    8:03 hexadecimal numbers are often used to represent long binary numbers like ip or mac addresses so that the user can have a better overview. They dont have a true technical position, but are just nice to have.

    • @ElNeroDiablo
      @ElNeroDiablo Před 9 měsíci +2

      Aye, IPv6 addresses are 8 Bytes rendered in Hex, IPv4 addresses are 4 Bytes rendered in Decimal (the classic IPv4 address for a consumer-grade modem-router is 192.168.x.1 where x = 0 or 8, and leading 0's to fill out the 3-digit spaces are often implied but sometimes mandatory depending on the program/OS working with), and MAC addresses are (currently) 6 Bytes rendered in Hex (this might change in the future).
      Can ya tell I have spent a LONG time working with computers and setting up LANs? XD

    • @timjrz
      @timjrz Před 9 měsíci +2

      @@ElNeroDiablo yeah, now imagine if you had to type every 0 and 1 manually xD

    • @Tharun-wk6rj
      @Tharun-wk6rj Před měsícem

      IPV6 is 16 bytes bro@@ElNeroDiablo

  • @vladyslavkryvoruchko
    @vladyslavkryvoruchko Před rokem +60

    Im so excited for thoose series!
    PS: You are explaining everything so much more clear than in the older series. Keep up with your great work!

  • @REDHOTFANG
    @REDHOTFANG Před rokem +6

    Great explanation.
    Wish I was taught like this back in my engineering classes.
    I never actually thought about how redstone signal strength would convert so easily to hexadecimal. it was so obvious. I feel stupid.

  • @_mrkot_933
    @_mrkot_933 Před rokem +39

    I'm having my exam in 2 weeks, and your video really helped me revise my knowledge in such relaxed way. Thanks!

  • @mgmn6102
    @mgmn6102 Před rokem +14

    Very well explained, idk why nobody else does such a series

    • @LordBrainz
      @LordBrainz Před rokem +5

      Many people know about It, but few know how to explain well

    • @mgmn6102
      @mgmn6102 Před rokem +3

      @@LordBrainz i know about it but i didnt know like 1 or 2 small things and i dont hav mc anymore, gotta buy a new account

  • @arthur1112132
    @arthur1112132 Před rokem +44

    8:20 This is less usefull than with Hex, but you can actually apply this trick to any base that is a power of 2 by grouping the binary digits in groups of the final base's exponent.
    For hex, as shown, you do groups of 4 because 16 is 2^4
    For base 64 it would become groups of 6 because 64 is 2^6
    for binary to base 8 you do groups of 3 (2^3 = 8)
    to base 4 it's groups of 2 (2^2 = 4)
    and finally if you stay in binary (base 2), you effectively make groups of 1 digits which doesn't change anything (2^1 = 2)

    • @BobTheJoe626
      @BobTheJoe626 Před 8 měsíci

      What the hell are you saying 😂

    • @arthur1112132
      @arthur1112132 Před 8 měsíci +3

      @@BobTheJoe626 A generalisation of the method he shows in the video, to convert between binary and Hex.
      This rule is valid when converting between binary and any other base that is a power of 2, just by doing groups of different size. The size being the exponent of the base.

    • @typoxz4838
      @typoxz4838 Před 4 měsíci

      ​@@arthur1112132thx bro

  • @emrouse02
    @emrouse02 Před rokem +14

    When this series matures, I already know I'll be recommending it to IT newcomers. You have explained more about the two number systems than the college professor taught me in a few days.

  • @i3ootman430
    @i3ootman430 Před rokem +11

    I love how you explain basic digital math like... on blocky digits xD
    This is so cool dude! Actually your lessons are way more clear than in school where there is just base 10 and base 2 and just cope with it yourself :/

  • @Alex-Sw
    @Alex-Sw Před 2 měsíci +1

    Just want to say your explanation of binary and hex was great, I had a small understanding but now I fully grasp the concepts! Thanks!

  • @keiretsu1
    @keiretsu1 Před rokem +15

    Awesome! Can't wait for more episodes. Really enjoying the remade series :)

  • @ChrishyChrishShorts
    @ChrishyChrishShorts Před 4 měsíci +1

    I’m learning normal redstone and this is still helping me. Thanks.

  • @Cowboy14Clips
    @Cowboy14Clips Před měsícem +1

    This is insane, people think Redstone is a bunch of wires in a silly block game, but it is some much more than that! It takes real knowledge to make this stuff!

  • @wKraw
    @wKraw Před rokem +1

    HOLY SHIT THAT SO EASY! I have computer science class and one time our home work was to convert base 10 numbers to base 16 and binary, and i kinda understood how it works, but your explanation made it SOOOO much easier lol thanks

  • @Abdulkadir-yq2vm
    @Abdulkadir-yq2vm Před rokem +2

    This series is getting so amazing

  • @cbuc1111
    @cbuc1111 Před rokem +2

    Thanks for you continuing to make this series, and don't leaving it on first episode!

  • @DaghaNotJamal
    @DaghaNotJamal Před 27 dny

    I WAS SEARCHING ABOUT BINARY CODE FOR AN HOUR AND FINALLY I SEE THIS VIDEO, THANK YOU SO MUCH

  • @amyhughes2149
    @amyhughes2149 Před rokem +1

    This is such a lovely explanation of binary and hex systems! I feel like I properly understand them now

  • @floris2872
    @floris2872 Před rokem +1

    Great explanation!
    I already made a simple 5 bit counter in binary after watching the last video in this series, thanks for the inspiration! 😁

  • @PeppermintOSC
    @PeppermintOSC Před rokem

    this series is great so far, keep it up!!

  • @LyricNear
    @LyricNear Před rokem

    Absolutely the simplest and best explanation for binary and hexadecimal I've watched

  • @aidankelsey2731
    @aidankelsey2731 Před rokem +1

    Wow. I knew about different number systems but this was by far the simplest explanation. Your awesome.

  • @Rauster_
    @Rauster_ Před rokem +1

    Thanks for these clear expectations!

  • @kiss6917
    @kiss6917 Před 7 měsíci

    I started getting interested in redstone computing myself after learning about circuit analysis, and building physical logic gates in engineering classes. This is so fun and I love everything you put into these videos

  • @Gzussss
    @Gzussss Před rokem

    The first series was amazing. I'm so excited for this one.

  • @notcardi
    @notcardi Před 2 měsíci

    i want to learn every element of redstone, not knowing much about it right now and your series on this seems really great so far! i didnt really know how binary worked because i never really understood it but now i do and its so useful! ty

  • @Yash1952
    @Yash1952 Před 3 měsíci

    Your way of explaining is so awesome! I am so excited to learn redstone, without this, i didn't even know that redstone had a power signal of 15.

  • @SPEXWISE
    @SPEXWISE Před rokem

    I learned something new from this video. I now understand Hexadecimal. Simpler than I thought. Thanks.

  • @scaffus
    @scaffus Před rokem +1

    5minutes into the video just summarized 4h of class, damn, you're good

  • @AcornGroove8274
    @AcornGroove8274 Před 10 měsíci

    You really explain it well! Thanks!

  • @mystiiify
    @mystiiify Před rokem

    This was a cool revision for my studies too.

  • @martitoto9715
    @martitoto9715 Před rokem

    i love you! keep doing this your really helping us and not only at redstone!

  • @immeyadventures
    @immeyadventures Před rokem +1

    Your video keep upgarding they are so good, i loved so much the logical redstone serie, and i lalready love logical redstone reloaded ❤❤❤

  • @wassup.
    @wassup. Před 5 měsíci

    I love you matt you're the only person that made me able to do binary to numbers mentally

  • @ActuallyVernity
    @ActuallyVernity Před měsícem

    Like i was watching my sir teaching me what is binary and i didnt understand. Like i want him to be my teacher. Keep up the good work man

  • @darrenmitchell183
    @darrenmitchell183 Před rokem

    I never had a problem wrapping my head around the concepts behind the old series, but this is definitely a lot simpler and easy to understand.

  • @powerofanime1
    @powerofanime1 Před 4 měsíci

    I knew of Base 12, Base 60 and Binary but not what made them distinct from Decimal. Hexadecimal is something I genuinely hadn't heard of. This taught me a lot more than just Redstone!

  • @chamoischamois
    @chamoischamois Před rokem

    the trick at the end was the only thing I didn't know but it was well worth watching the whole vid for it!

  • @samuelhulme8347
    @samuelhulme8347 Před rokem +1

    I already knew this, but that was a perfect explanation!

  • @ThomasDemonte-fb6jj
    @ThomasDemonte-fb6jj Před rokem +2

    I love this series

  • @xylul1648
    @xylul1648 Před 5 měsíci

    6:57 i saw that "0 to 255", and RGB values instantly made so much more sense to me. this is fun :)

  • @outofexp
    @outofexp Před 4 měsíci

    nearly 20 years ago i was struggling in university (studying music tech) because I couldn't wrap my head around hexadecimal coding.. I cannot explain how easy you've just made that for me :')

  • @vaibhavmaheshwari8924

    Great content very high quality!!!!!

  • @phoenixmg-kn7eh
    @phoenixmg-kn7eh Před rokem

    I love this series i am learning so much from these video's

  • @Wa1kingR3dston3
    @Wa1kingR3dston3 Před rokem +1

    Nice work man!

  • @hexandcube
    @hexandcube Před rokem

    I think this is the best explanation of number systems I've ever seen.

  • @ThunderFound
    @ThunderFound Před rokem +1

    Finally! Please drop series more often :D

  • @notquiteaspect
    @notquiteaspect Před rokem +2

    Ep 2 lesgoo

  • @hyper_cronics5999
    @hyper_cronics5999 Před měsícem

    Omg in csp I was struggling to figure out hexadecimal and how to convert it by hand. You just help me understand. Thanks!!😁😁

  • @ElNeroDiablo
    @ElNeroDiablo Před 9 měsíci +1

    Not only is an 8-bit number (256 values, from 0 to 255 in Decimal, 00 to FF in Hexadecimal) a Byte when using Binary, a 4-bit Binary number (16 values, 0-15 in Decimal. or 1 bit of Hexadecimal, 0-F) is called a Nybble.
    And a geeky party trick I've loved to pull since I was a young teen (so over 20 years now) has been asking people how high they can count on the natural 10 digits of their hands - most people answer with just "10" (working in Decimal as they're taught in school) as they only extend each digit as they count up, and are surprised when I tell them that starting from 0 they can count to Dec 1023 (or 11111 11111 in Binary), for a total value of 1024 numbers, as they extend a digit as they reach it's value (left-to-right of 512-256-128-64-32-16-8-4-2-1) whilst curling in the digits to the right of the one they extended.

  • @ExtremlycoolskeletonGaming
    @ExtremlycoolskeletonGaming Před 4 měsíci

    Thank you bro this is a great video i could never understand binary numbers until now, you made it perfeclty clear

  • @definitlyarealperson7041

    Amazing video!

  • @oceonfire_
    @oceonfire_ Před 19 dny

    what an amazing guide! i understood how binary worked but i’d never linked it to base 10

  • @javierchust1618
    @javierchust1618 Před rokem

    I can’t wait for the next episode!!

  • @Purrza
    @Purrza Před 9 měsíci

    My friend requested me these vids for building my first redstone computer and i bet you by the end of it its gonna be great!

  • @sdfmnb2314
    @sdfmnb2314 Před měsícem

    this one wasn't discussing a lot about redstone, but it's really useful!

  • @sinaxes5250
    @sinaxes5250 Před rokem

    I studied the binary and the hexadecimal systems In the last year...So I find this video as a review of what I studied previously and I like it

  • @mr.electron5589
    @mr.electron5589 Před 10 měsíci

    Great work man

  • @thatsfsguy3609
    @thatsfsguy3609 Před rokem +1

    Nice, I love numbers bro

  • @Empeg_
    @Empeg_ Před 9 měsíci

    I learnt about this in my computer science class recently! so cool

  • @ChadDeveloper
    @ChadDeveloper Před 2 měsíci

    As a software engineer, I'd say this is just like a programming language. I watched the series and came back to see where I just started

  • @omayoperations8423
    @omayoperations8423 Před rokem

    This is a very large improvement to the last already, in my opinion. Matt is explaining this in a much more general way, so the video is easier to apply to other situations.

  • @verizonextron
    @verizonextron Před rokem

    LETS GOO LRR EPISODE 2, also nice early

  • @VeryCoolMinecraftGamer00
    @VeryCoolMinecraftGamer00 Před 7 měsíci

    Ao just started 9th grade informatics, and you just explained the first 4 months of it in 9 minutes and 27 seconds better than my teacher

  • @DylanPopeBooze
    @DylanPopeBooze Před 7 měsíci

    This guy just made me understand binary in 6 minutes, while the IT study I followed for a year failed to do so at all!

  • @avon9108
    @avon9108 Před 8 měsíci

    Next time I fly ill be re-watching all of these so I can get good at Redstone
    Thank you sm for such a good explanation!

  • @vaguedestruction
    @vaguedestruction Před 7 měsíci +1

    Thank you for making this video so that if I saw it a few years ago I might actually understand it and the number base thing even if I didn't know it already

  • @HomieSeal
    @HomieSeal Před rokem

    Damn that binary to hex method is so cool!

  • @mani_mincraft
    @mani_mincraft Před rokem

    The last thing you said was amazing!
    that’s why we represent colors in 8 bit numbers or I’m hex!

  • @arturmg2068
    @arturmg2068 Před rokem

    Very cool video!

  • @bulldozer6710
    @bulldozer6710 Před 5 měsíci

    great explanation of number systems

  • @user-ws8bb8ii4n
    @user-ws8bb8ii4n Před rokem

    yay, another video!

  • @scratchharry
    @scratchharry Před rokem

    YAYAYYYAY EPISODE 2!

  • @keks137
    @keks137 Před rokem

    great vid

  • @Clement2005
    @Clement2005 Před 4 měsíci

    even for a computer science student, beeing familiar with different number systems, this was still a great video to watch ! u explained it better than my teacher 😂

  • @YoxiiPlz
    @YoxiiPlz Před 10 měsíci +1

    I love this type of Math!

  • @dandywallaby3992
    @dandywallaby3992 Před rokem

    bro I litteraly said "if there where a video like that" and your video just poped up

  • @n1k0lagaming86
    @n1k0lagaming86 Před 26 dny

    My brain just went 💥. Thank you! 😊

  • @braydenmchan
    @braydenmchan Před rokem

    Although I know this stuff already, I just happened to click on your video because I like the content you make and the quality that's put into it. What I didn't expect to learn is the binary to hex conversation step that you showed at the end! I used to always just convert to decimal and then to hex 😂

    • @REDHOTFANG
      @REDHOTFANG Před rokem +1

      You can do it with any power of 2. Groups of 1 for binary to binary(useless tbf)
      Groups of 2 for base4
      Groups of 3 for Octal
      4 for hex, 5 for base32 and so on.

  • @Gandhi_Physique
    @Gandhi_Physique Před rokem

    A very good explanation. The only improvement would be explaining what variable "n" is, as some may not be aware of variables yet. Great series so far, time to watch ep 3

  • @omayoperations8423
    @omayoperations8423 Před rokem

    Mattbatwings is definitely my favorite minecraft redstone CZcamsr. I've been doing some computer science for a while, and knew all of this, but the video was enjoyable to watch nonetheless.

  • @PedroSantos-ie1oy
    @PedroSantos-ie1oy Před rokem

    This is awsome :)

  • @Thensi72
    @Thensi72 Před 9 dny

    This is more a number system/computer science video but in minecraft than a redstone tutorial, and i already knew about binary and hex but this is still cool and was entertaining.(also i didn't know how you would do hex with redstone(from the desccription) until you said the signal streangth which is cool, i had wondered about hex with redstone when i saw this videdo though)

  • @mateuszszulecki5206
    @mateuszszulecki5206 Před 11 dny

    One way to understand what number a letter digit represents in hexadecimal is to just think; the letter's numerical value (A=1, B=2, C=3 etc.) plus 9.
    For example, D's numerical value is 4, so add 4 to 9 and you get 13, so D in base 16 is 13.

  • @Arnoldismouldy
    @Arnoldismouldy Před 8 měsíci

    Unironically a better explanation of binary than my CS teacher at school

  • @senoriceberg7729
    @senoriceberg7729 Před 11 měsíci

    You won my sub

  • @orionbarnes1733
    @orionbarnes1733 Před 2 měsíci +1

    "You think you're doing some damage? 2+2 is....
    10?
    IN BASE 4, I'M FINE!"
    - GLaDOS, Portal (2007)

  • @Heyght
    @Heyght Před rokem

    Matt is tricking us into learning math again

  • @eithngg7727
    @eithngg7727 Před rokem

    אחלה שיעור תודה רבה הוא היה מאוד מעניין

  • @allfoy
    @allfoy Před rokem

    again like some others, this isn't new information to me but the video was still quite enjoyable and seems useful to many others

  • @skeleton_craftGaming
    @skeleton_craftGaming Před 11 měsíci +1

    fun fact: any number system that has a base with an integer (no numbers after the .) solution to log_z(x) = y (log is the base derived inverse of exponents) can represent y base z digits [ie base 1000 can store 3 decimal digits] (Set theory rules!)

  • @therealloganyt237
    @therealloganyt237 Před rokem

    Bro's probably the best CZcamsr at explaining redstone.

  • @kobeysstuff6917
    @kobeysstuff6917 Před měsícem

    woah thx man I never understood binary until now

  • @cathacker13
    @cathacker13 Před 9 měsíci

    I had a somewhat alright understanding of how different number bases worked before watching this video, but i still had issues with them because there were certain aspects that weren't really explained to me properly/I didn't understand, somehow this minecraft redstone tutorial made it finally click for me thank you