this post was submitted on 02 Oct 2023
946 points (97.2% liked)

Programmer Humor

32503 readers
636 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] electricwater@infosec.pub 7 points 1 year ago (1 children)

You are both right and wrong (and the joke is stupid). The loopback-subnet is 127/8, not 127.0.0/24. Class-based Networks are superceded by CIDR since the 90ies. Nowadays it's ::1 anyways.

[โ€“] Black616Angel@feddit.de 1 points 1 year ago

I know, but I wanted to make this as long as possible.

Class-based Networks are superceded by CIDR since the 90ies.

I mean yeah, but what do they know anyway? :D

(at work we still call them that)

The joke usually has ~ or ~/ instead of 127.0.0.1 as I recall it, which makes more sense.