5 ms·
Ask HN
I have noticed that educational institutions (.edu in the US, .ac in the UK) usually have staff pages in the format /~[name].
I don't think I have seen this elsewhere. Is there a reason?
- troydavis 7y agoIt’s the Unix convention (shell expansion) for a the path to a user’s home directory: https://www.gnu.org/software/libc/manual/html_node/Tilde-Expansion.html https://www.gnu.org/software/libc/manual/html_node/Tilde-Exp... As a result, many Web servers exposed user-provided Web content using the same path: https://httpd.apache.org/docs/trunk/howto/public_html.html https://httpd.apache.org/docs/trunk/howto/public_html.html Universities have continued using that convention, probably because professors have accounts (and thus URLs) for decades.
- codedrome 7y agoI thought it might be something like that. Thanks for the explanation.
- codedrome 7y agoI included a tilde in the title and it and the text after it disappeared. Strange.