this post was submitted on 10 Jul 2023
1097 points (95.8% liked)

Programmer Humor

31812 readers
592 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
[–] [email protected] 45 points 1 year ago (1 children)

Now do it with IPv6 πŸ˜…

[–] [email protected] 33 points 1 year ago (2 children)

I refuse to believe anybody knows how IPv6 works

[–] [email protected] 15 points 1 year ago (1 children)

I learn how it works. I’ve got it down. Next day comes annnnd it’s gone.

[–] [email protected] 11 points 1 year ago

I have a feeling IPv6 falls into the category of technology that requires constant "re-learning". I'd also place OAuth2 in that camp as well

[–] vreraan 8 points 1 year ago (1 children)

Why? I thought it was less complicated since you don't need subnet masks or NAT

[–] [email protected] 9 points 1 year ago (1 children)

Wait, subnet masks are not used in IPv6? Hell fucking yeah.

[–] [email protected] 6 points 1 year ago

Yeah IPv6 has some pretty sweet innovations baked in. More efficient packets and routing, reduced performance hit by oversized broadcast domains, etc. But potentially problematically it technically does not allow for NAT so every computer has a publicly routable IP address. It does however have a very nice system for link-local networks.

I think the biggest brainfuck for IPv6 is managing a dual stack network because you end up translating concepts between IPv4 and IPv6 that really aren't meant to be translated