this post was submitted on 17 Mar 2026
448 points (99.8% liked)

Programmer Humor

30700 readers
1233 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
[–] Turious@leaf.dance 42 points 2 weeks ago (2 children)

IP addresses can't have segment numbers going over 255.

[–] Ephera@lemmy.ml 14 points 2 weeks ago

Yeah, IPv4 addresses use four bytes. Those four bytes are represented as four decimal numbers, separated by dots. And a byte can only represent the decimal values 0–255.

[–] mergingapples@lemmy.world 3 points 1 week ago* (last edited 1 week ago)

Ahhhh. Thank you. Now the Ipv over 4 jokes make sense.