this post was submitted on 21 Oct 2025
964 points (99.9% liked)
Programmer Humor
27193 readers
1030 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
I was learning IPv6 in second year Network & Télécom, in 1997. We were running out of IPs back then.
Then we invented proxies and NAT and things got better and nature took its course (it ain't broke? Don't fucking touch it).
Sure, nature took its course, but did NATs make things better? I’m a game dev and getting two computers to talk to each other is so so much harder due to NAT traversal, requiring punchthrough servers. Voice chat and stuff need STUN/TURN servers. A game has to account for “what if my host wants to connect two clients, one of which within the NAT and one without?”
Makes far more sense to give every device an address and just talk to it and leave security and port openness up to firewalls.
I have tried to code TCP hole punch through and aAaaaaaaAaaaAAAaaaa
... which is why you will take IPv4 on my home network from my cold, dead hands, and why all IPv6 traffic is blocked in the network that hosts my PC/laptop
Thanks for holding us back, champ.
I guess fuck stateful packet inspection as a tool or anything.
NAT isn't a security measure you know that right?
So you admit you can block IPv6 traffic in your rebuke to IPv6 adoption. What’s then the issue? Block what you want, it’s your network, but do it with a firewall and not NAT.