this post was submitted on 17 Mar 2026
221 points (99.6% liked)
Programmer Humor
30427 readers
2011 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Hello, I am apparently an idiot. What is wrong with that IP address that people can tell it's an immediate phishing scam?
IP addresses can't have segment numbers going over 255.
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.