this post was submitted on 15 Nov 2023
990 points (95.6% liked)

Programmer Humor

19529 readers
294 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 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] doctorcrimson@lemmy.today 26 points 1 year ago* (last edited 1 year ago) (2 children)

ipv4 [0,255].[0,255].[0,255].[0,255]

ipv6 [0000,ffff]:[0000,ffff]:[0000,ffff]:[0000,ffff]:[0000,ffff]:[0000,ffff]:[0000,ffff]:[0000,ffff]

[–] Hobo@lemmy.world 14 points 1 year ago* (last edited 1 year ago) (1 children)

This excludes all the ipv4 ips that have a 0 in the 2nd, 3rd, and 4th octets. Sorry but we're going to have to revoke your Network Engineering credentials.

[–] doctorcrimson@lemmy.today 3 points 1 year ago
[–] tabularasa@lemmy.world 10 points 1 year ago (1 children)

Not to nitpick, but an IPv6 address is represented as eight groups of four hexadecimal digits separated by :. Like 2001:0db8:3333:4444:5555:6666:7777:8888.

[–] doctorcrimson@lemmy.today 4 points 1 year ago

Omg, that's twice now I've messed it up. Fixed.