Earlier quoted context omitted.
I agree about getaddrinfo(). Applications should have specified AF_INET to gethostbyname() and then when updating to getaddrinfo(), handle ipv6 correctly or skip it. The IPv4-mapped IPv6 addresses thing is a terrible idea that ends up turned off everywhere it makes a difference. Like all of these "transition" ideas, it tries to help, but it just hurts by causing admins/ops/devs to just make sure ipv6 is off everywher…
Is it fair to say IPv6 has been generally a failure? Or is it too early for that?
Internet Draft: Let 'localhost' be localhost
101–110 of 179 posts
Re: Internet Draft: Let 'localhost' be localhost
#102I've had web browsers perform a web search for 'localhost', or even just redirect me to localhost.com. Annoying.
Yeah. The ancients speak of a time when address and search bars where separated. I think it's a legend.
Re: Internet Draft: Let 'localhost' be localhost
#103Earlier quoted context omitted.
Is it fair to say IPv6 has been generally a failure? Or is it too early for that?
I'd say this growth curve looks healthy and robust to me: https://www.google.com/intl/en/ipv6/statistics.html
Re: Internet Draft: Let 'localhost' be localhost
#104Earlier quoted context omitted.
I agree about getaddrinfo(). Applications should have specified AF_INET to gethostbyname() and then when updating to getaddrinfo(), handle ipv6 correctly or skip it. The IPv4-mapped IPv6 addresses thing is a terrible idea that ends up turned off everywhere it makes a difference. Like all of these "transition" ideas, it tries to help, but it just hurts by causing admins/ops/devs to just make sure ipv6 is off everywher…
Is it fair to say IPv6 has been generally a failure? Or is it too early for that?
Re: Internet Draft: Let 'localhost' be localhost
#105Earlier quoted context omitted.
I hope you don't publish that record to the world.
It's already been done: https://git.daplie.com/Daplie/localhost.daplie.me-certificat... Which I find to be a very practical solution for connecting to localhost over https, it frees you from having to install a self-signed certificates/CAs on your machine.
Re: Internet Draft: Let 'localhost' be localhost
#106Took a while to track that was down. Was both bewildering and sort of satisfying to figure it out in the end.
Re: Internet Draft: Let 'localhost' be localhost
#107Earlier quoted context omitted.
Yeah. The ancients speak of a time when address and search bars where separated. I think it's a legend.
I remember this. Also, if I remember correctly, seamlessly integrating search and address bar was the thing that really made Chrome take off. Sure, it was an all around better product than IE/Safari, but to get people to actually download it over just using the default requires it to be significantly more convenient, and it sure was.
That was part of it. What's weird is that the Mozilla suite had the same thing before firefox even existed, in many ways firefox was a step backward. I believe opera did this years earlier too.
Re: Internet Draft: Let 'localhost' be localhost
#108I've had web browsers perform a web search for 'localhost', or even just redirect me to localhost.com. Annoying.
Yeah. The ancients speak of a time when address and search bars where separated. I think it's a legend.
Old wisemen may refer to it as a fire-breathing reptile, others a bird clad in flames. And despite suffering from declining market share in recent years, prophecy foretold that it will one day rise from the red ashes, stronger and more resilient than ever!
(Apologies for running away with the joke)
Re: Internet Draft: Let 'localhost' be localhost
#109Earlier quoted context omitted.
I'd say this growth curve looks healthy and robust to me: https://www.google.com/intl/en/ipv6/statistics.html
Yeah you're right, it certainly does. I would be curious if it goes mainstream enough to replace IPv4 in the foreseeable future though, which was its intention.
Re: Internet Draft: Let 'localhost' be localhost
#110At least on the OS I use, which is more IPv6 ready than most, /etc/hosts solves this "uncertainty" problem. I have found that failing to include a localhost entry in the HOSTS file can lead to some strange behavior. If there are "computers" out there that have no /etc/hosts or deny the computer's owner access to it, then maybe it might be time for an Internet Draft from Joe User. There should always be a mechanism fo…
I remember in the late 90s running into a "mysterious" problem where www.hotmail.com would fail to load, but hotmail.com (without www.) worked just fine. Spent the better part of a year just remembering to not type "www." until one day they made the domain redirect to the canonical name (breaking both). After asking around a bit, someone showed me where the Windows equivalent of /etc/hosts was, and lo-and-behold, the…
Which is, bizarrely, etc\hosts (somewhere in C:\Windows\). I've always wondered why they felt the need to make an 'etc' folder just to have the hosts file in it.