ShinyLemmy
  • Communities
  • Create Post
  • heart
    Support Lemmy
  • search
    Search
  • Login
  • Sign Up
CodyIT@programming.dev to Programmer Humor@programming.devEnglish · 1 day ago

Bites & Bytes

programming.dev

message-square
39
link
fedilink
723

Bites & Bytes

programming.dev

CodyIT@programming.dev to Programmer Humor@programming.devEnglish · 1 day ago
message-square
39
link
fedilink
alert-triangle
You must log in or # to comment.
  • heartSagan5@lemmy.zip
    link
    fedilink
    arrow-up
    5
    ·
    12 hours ago

    Word=4bytes Dword=8bytes=2words Qword=16bytes=4words

    *On a 32-bit, x86 arch. The word size on Voyager is like 12-bits or something odd.

  • FuglyDuck@lemmy.world
    link
    fedilink
    English
    arrow-up
    135
    ·
    1 day ago

    Megabyte:

    • partofthevoice@lemmy.zip
      link
      fedilink
      arrow-up
      15
      ·
      12 hours ago

      Gigabyte:

      • FuglyDuck@lemmy.world
        link
        fedilink
        English
        arrow-up
        9
        ·
        10 hours ago

        Terrabyte:

        • Doomsider@lemmy.world
          link
          fedilink
          arrow-up
          6
          ·
          8 hours ago

          Petabyte

    • RustySharp@programming.dev
      link
      fedilink
      arrow-up
      22
      ·
      1 day ago

      Looks more like a panTerabyte

    • Valmond@lemmy.dbzer0.com
      link
      fedilink
      arrow-up
      7
      ·
      21 hours ago

      “some sort of elaborate Peta-bite image”

      • FuglyDuck@lemmy.world
        link
        fedilink
        English
        arrow-up
        4
        ·
        15 hours ago

        I wouldn’t suggest petting that bite. It’ll take a chunk.

    • trashman@feddit.org
      link
      fedilink
      arrow-up
      6
      ·
      23 hours ago

      Now I get it!

      “I am never gonna financially recover from this.”

      Joe predicted the AI memory crisis. Mind blown!

  • BitsAndBites@lemmy.world
    link
    fedilink
    arrow-up
    42
    ·
    23 hours ago

    You rang?

    • ohshit604@lemmy.halstead.host
      link
      fedilink
      arrow-up
      5
      arrow-down
      1
      ·
      11 hours ago

      3 year old account and now is when you decide to introduce yourself?

      • BitsAndBites@lemmy.world
        link
        fedilink
        arrow-up
        3
        ·
        10 hours ago

        Nice to meet you

        • ohshit604@lemmy.halstead.host
          link
          fedilink
          arrow-up
          3
          ·
          9 hours ago

          Ya know, when I first made that comment all I did was a quick check on your profile and saw no data;

          But then I realized my instance is only a month or so old so perhaps I’m missing data, and Lo and behold I was correct, I just figured it was a 3yo account with absolutely no activity coming back to life, I retract my previous comment.

    • fartographer@lemmy.world
      link
      fedilink
      arrow-up
      4
      ·
      23 hours ago

      Now I wanna see an animated Beetlejuice/Addams Family crossover

  • ℭ𝔞𝔱 @lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    15 hours ago

    That bite looks like it was painful.₍^. .^₎Ⳋ

  • OpenStars@discuss.online
    link
    fedilink
    English
    arrow-up
    13
    ·
    24 hours ago

    Word:-)

    • tetris11@feddit.uk
      link
      fedilink
      English
      arrow-up
      11
      ·
      20 hours ago

    • A_norny_mousse@piefed.zip
      link
      fedilink
      English
      arrow-up
      5
      ·
      23 hours ago

      Funny, in Finnish a byte is called a syllable. Which would better apply to a nibble I guess.

      • Natanael@infosec.pub
        link
        fedilink
        arrow-up
        3
        ·
        17 hours ago

        A word is typically 4 bytes

        https://en.wikipedia.org/wiki/Word_(computer_architecture)

        • heartSagan5@lemmy.zip
          link
          fedilink
          arrow-up
          5
          ·
          12 hours ago

          It depends on the architecture. Some chips have weird words, like the Voyager spacecraft computer.

        • A_norny_mousse@piefed.zip
          link
          fedilink
          English
          arrow-up
          5
          ·
          15 hours ago

          Oh. Shit, first I didn’t know what a nibble is, now I didn’t know what a word is … I’ll just show myself out and make sure I never try to write any assembler code.

          • Natanael@infosec.pub
            link
            fedilink
            arrow-up
            3
            ·
            14 hours ago

            Well technically

            https://en.wikipedia.org/wiki/Syllable_(computing)

            • A_norny_mousse@piefed.zip
              link
              fedilink
              English
              arrow-up
              1
              ·
              5 hours ago

              Trust Finns to hang on to some outdated term!

          • OpenStars@discuss.online
            link
            fedilink
            English
            arrow-up
            1
            ·
            12 hours ago

            Actually that does sound best… but not because of anything to do with you, that advice just applies to all humans for the last basically twenty years. So it’s nothing to do with AI slop, but rather compilation got SO FREAKING GREAT that in like 99.9% of cases it does better than a human.

            Ironically, one of the reasons for that is that concepts like “word” varies between different architectures (like like “byte” too - e.g. you’ve likely heard the distinction between 32-bit vs. 64-bit systems). As the other person said it is usually 4 bytes but other times it can be like 2 (in super old systems I suppose) or more than 4 in like super powerful ones (128-bit ones maybe?).

            And compilers keep track of ALL of those minutiae, as well as a bunch more stuff too. Like a small(-ish) loop that only runs a couple to few times is far more efficient to just be duplicated in the assembly code, rather than have the GO-TO procedure jump back to its beginning spot. And also it helps immensely to feed things to the chip based on what the various cache sizes are - L1, L2, L3 (though not all chips have all… or even any of those).

            So yeah, it’s best to leave compilation to the computer to handle, thus freeing up the programmer to handle the overall logical flow and deal with other higher-order effects like code reuse and documentation and stuff.

  • A_norny_mousse@piefed.zip
    link
    fedilink
    English
    arrow-up
    11
    ·
    1 day ago

    🤔 what’s a nibble then? … oh, it’s half a byte

    • Kn1ghtDigital@lemmy.zip
      link
      fedilink
      arrow-up
      7
      ·
      1 day ago

      I thought it was spelled ‘nybble’?

      • A_norny_mousse@piefed.zip
        link
        fedilink
        English
        arrow-up
        9
        ·
        1 day ago

        According to the article linked both are valid

      • bss03@infosec.pub
        link
        fedilink
        English
        arrow-up
        2
        ·
        20 hours ago

        Yeah, I’ve always used the “nybble” spelling for data instead of tooth activity. But, also I think more people just use “hex digit”.

      • Zorque@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        22 hours ago

        Depends on if its referring to hard drive storage or reality.

        • Valmond@lemmy.dbzer0.com
          link
          fedilink
          arrow-up
          2
          ·
          21 hours ago

          Hard drive storage: 3.737965139 bits

  • notSys@lemmy.cafe
    link
    fedilink
    English
    arrow-up
    5
    arrow-down
    1
    ·
    24 hours ago

    Wtf is a nibble?

    • ITGuyLevi@programming.dev
      link
      fedilink
      arrow-up
      3
      ·
      17 hours ago

      Two crumbs…

    • embed_me@programming.dev
      link
      fedilink
      arrow-up
      8
      ·
      23 hours ago

      Half of a byte

      • modus@lemmy.world
        link
        fedilink
        arrow-up
        8
        ·
        22 hours ago

        What’s the other half called?

        • tetris11@feddit.uk
          link
          fedilink
          English
          arrow-up
          9
          ·
          20 hours ago

          jeremy

        • palordrolap@fedia.io
          link
          fedilink
          arrow-up
          5
          ·
          19 hours ago

          Wait until you learn what the other seven parts of a byte are called when the first one is called a bit.

        • Cyberfuchs@discuss.tchncs.de
          link
          fedilink
          arrow-up
          3
          ·
          20 hours ago

          One is called high nibble, the other half is called low nibble

          • stardustpathsofglory@lemmy.world
            link
            fedilink
            arrow-up
            1
            ·
            18 hours ago

            Sounds like a case for the beauty doc

        • Valmond@lemmy.dbzer0.com
          link
          fedilink
          arrow-up
          2
          ·
          21 hours ago

          Ellbin

Programmer Humor@programming.dev

programmer_humor@programming.dev

Subscribe from Remote Instance

Create a post
You are not logged in. However you can subscribe from another Fediverse account, for example Lemmy or Mastodon. To do this, paste the following into the search field of your instance: !programmer_humor@programming.dev

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

  • Keep content in english
  • No advertisements
  • Posts must be related to programming or programmer topics
Visibility: Public
globe

This community can be federated to other instances and be posted/commented in by their users.

  • 1.32K users / day
  • 3.21K users / week
  • 6.93K users / month
  • 17K users / 6 months
  • 1 local subscriber
  • 33.2K subscribers
  • 2.5K Posts
  • 95.3K Comments
  • Modlog
  • mods:
  • Feyter@programming.dev
  • adr1an@programming.dev
  • BurningTurtle@programming.dev
  • Pierre-Yves Lapersonne@programming.dev
  • BE: 0.19.19
  • Modlog
  • Legal
  • Instances
  • Docs
  • Code
  • join-lemmy.org