Hacker News new | ask | show | jobs
by valley_guy_12 1135 days ago
The web could have plausibly existed as early as FTP did. Which would have been 1972. Plenty of documents from that era had URL-like manual links of the form "pub/foo/bar.txt at MIT-AI", and many FTP servers supported anonymous login and were fast enough for real-time text document retrieval.

It is kind of embarrassing that it took 20 years to invent URLs and browsers.

1 comments

I wrote a networked hypertext system in 1985 but it used a binary "page" format to save bandwidth. The GUI used was GEM.

Another road not taken could have been to define a rich text format in ASN.1 and build a browser on top of the OSI network stack.

Phd needed to understand Asn.1 and … osi network stack. Good luck.
Not really any conceptual difference between ASN.1 and something like Cap'n Proto.