this post was submitted on 15 Sep 2023
317 points (93.9% liked)

Programmer Humor

25548 readers
169 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
 
you are viewing a single comment's thread
view the rest of the comments
[–] FriendOfElphaba@sh.itjust.works 1 points 2 years ago (1 children)

It’s 0-255 when you’re indexing like that. 11111111b = 255.

[–] dukk@programming.dev 2 points 2 years ago

Oh sorry, you’re right. Amended my comment.