this post was submitted on 17 Mar 2026
257 points (99.6% liked)

Programmer Humor

30430 readers
1802 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
[–] First_Thunder@lemmy.zip 123 points 12 hours ago (12 children)

Oh yeah, that’s the new hexadecimal IPV8

[–] mergingapples@lemmy.world 11 points 9 hours 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 9 hours ago (1 children)

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

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

load more comments (10 replies)