|
|
|
Ask HN: It Was Better with Www
|
|
1 points
by justo-rivera
892 days ago
|
|
We all act like writing www. is lame and for dads/grandparents, but the truth is: 1. you never know when you need to write https:// 2. it looks a lot uglier 3. literally means "hypertext transfer protocol (secure)" (I had to look it up, and i am a hacker news user.) 4. just happened to me: in a youtube description you cant just put ycombinator.com, you have to write https://ycombinator.com. This is not a problem if We Write World Wide Web When We Want to link to a Website |
|
The problem is your examples assume you're talking about ONLY a web server, when you can put ftp:// or ssh:// or even gopher:// in front of ycombinator.com and the connection process will be vastly different, as they are different schemes of communication. Websites will always require a valid protocol before the domain because otherwise there's no way to know for sure where the link is meant to go.