this post was submitted on 09 Jun 2024
807 points (98.0% liked)

Programmer Humor

18961 readers
1013 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
 

Context:

People have been asking for IPv6 Support on GitHub since years (probably a decade by now)

... and someone even got so annoyed that they decided to setup a dedicated website for checking this: https://isgithubipv6.live/

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 21 points 2 months ago (3 children)

"IP address are four sets of numbers with dots in between AND THAT'S HOW I LIKES IT!" - Me, an old network guy

Honestly the fact that I can't remember or type IPv6 addresses is a big reason I haven't bothered figuring it out.

[–] [email protected] 11 points 2 months ago* (last edited 2 months ago)

I imagine you sitting there like Scotty, "Give me an ip address, not no colon, not no hexadecimal, and not no bloody double colon. Just 4 numbers between 0 and 255 with a dot in between."

[–] [email protected] 3 points 2 months ago (1 children)

So, my argument here is.... Why the hell are you memorizing IP addresses?

Is your DNS so misconfigured that you're still punching in IPs by hand?

DNS is the solution. Going to "router.domain.local" or whatever your internal domain is, is easier to remember than.... Which subnet am I on again? Is this one 192.168.22.254? Or 192.168.21.1?

Stop punching in numbers like a cave man. Use DNS. You won't even notice if it's IPv6 after that

[–] [email protected] 3 points 2 months ago* (last edited 2 months ago) (2 children)

And what happens when DNS inevitably falls over and I need to fix it?

And when I'm watching IP addresses scroll by, IPv6 ones are a lot harder to read than v4

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

some super gigabrained chad linux nerd will have written a tool to automatically configure it and have open sourced it.

You could probably just use that. I think like most things in life, the answer is automation.

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

I wouldn't trust it unless I wrote it myself. And even then maybe not.

[–] [email protected] 1 points 2 months ago

well then go and do it manually, surely you as a human wouldn't make any mistakes. Would you?

[–] [email protected] 1 points 2 months ago

DNS, by its very nature is redundant. So DNS shouldn't just fall over. If it does, you're doing something wrong.

If you absolutely need to go to IP addresses, they should be documented.

Unless DNS is outright wrong, there should not be an issue.

For scrolling: are you staring at active log files? Who isn't using a syslog aggregator? You can easily look up the IP of whatever device that is interesting and filter the log by that IP.

[–] [email protected] 2 points 2 months ago

That's not what an IP is though, that's just dotted representation