• @DanglingFury
      link
      1410 months ago

      I’m not flipping you off, i just counted to 4

      19 is the rock and roll symbol

      22 is the shocker

      Assuming you use your thumb as the first bit

      • Semi-Hemi-Demigod
        link
        fedilink
        1110 months ago

        I taught my kids how to do it and for a while they’d tell each other to binary four off

        • Tippon
          link
          fedilink
          English
          810 months ago

          My seven year old did something similar. At least once a day I’d hear ‘Dad, Dad, I’m counting to four!’ and see the little shit flipping me off and laughing hysterically :D

    • LazaroFilm
      link
      English
      710 months ago

      It really turns into Naruto style ninjitsu.

  • @ElectricMoose
    link
    910 months ago

    Someone is confusing indices and cardinality.

  • @uis
    link
    610 months ago

    Base 5 is based

  • @[email protected]
    link
    fedilink
    510 months ago

    If you count finger joints and tips, using your thumb – you can count in hex (base16) on each hand.

    • @oddityoverseer
      link
      English
      110 months ago

      🤯 wow, that’s a neat idea! That might come in handy some time 🤔

  • @Zehzin
    link
    210 months ago

    I’ve watched Inglorious Basterds I’m not falling for that trick

  • LazaroFilm
    link
    English
    2
    edit-2
    10 months ago

    0 1 10 11 100

  • sheepishly
    link
    fedilink
    110 months ago

    I literally did this the other day… to be fair, it was a list starting with the number zero.

  • @Asudox
    link
    110 months ago

    0, 1, 2, 3, 5, 8, 13, 21, etc.

  • Destide
    link
    fedilink
    English
    110 months ago

    Haaaaaang on is that why we start on 0…

    • macniel
      link
      fedilink
      510 months ago

      No. We count start at zero because the array already starts with an element of a specific size. Starting at 1 would always skip that initial element.

      • @[email protected]
        link
        fedilink
        English
        8
        edit-2
        10 months ago

        You could have “empty arrays” in a language if you wanted. The real reason is that you start with an offset of zero as you read an array from memory at hardware level, and so this way address is just “start address + element size * element number”.

      • @[email protected]
        link
        fedilink
        4
        edit-2
        10 months ago

        No, we start counting at one. We start indexing at zero.

        An array with one element has an element count of 1, and that element would be at index 0.

    • LazaroFilm
      link
      English
      010 months ago

      Because if you convert it back to binary, you have 0x0000 and that is one extra bit you can use instead of limiting your available values.