this post was submitted on 25 Feb 2026
731 points (99.1% liked)

Programmer Humor

30157 readers
618 users here now

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

founded 2 years ago
MODERATORS
 

A photo of a cake with 8 candles in a row. The first and fifth candle from the right are lit. The caption reads "Happy 17th Birthday"

you are viewing a single comment's thread
view the rest of the comments
[โ€“] glibg10b@lemmy.zip 3 points 5 days ago (1 children)

This is a single byte, so it's represented the same in big-endian vs little-endian. Endianness defines the order of bytes, not individual bits

[โ€“] adb@lemmy.ml 2 points 5 days ago

Indeed, endianness is the order of bytes, my bad. I guess I meant LSb vs MSb