this post was submitted on 17 Mar 2026
259 points (99.2% liked)

Programmer Humor

30442 readers
1818 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
[–] mergingapples@lemmy.world 11 points 1 day ago (1 children)

Hello, I am apparently an idiot. What is wrong with that IP address that people can tell it's an immediate phishing scam?

[–] Turious@leaf.dance 26 points 1 day ago (2 children)

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

[–] mergingapples@lemmy.world 2 points 13 hours ago* (last edited 13 hours ago)

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

[–] Ephera@lemmy.ml 8 points 1 day 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.