Hacker News new | ask | show | jobs
by IshKebab 1615 days ago
Read the page, but essentially `/foo/bar/..` is not the same as `/foo`. It makes loads of things way more complicated than you'd expect, e.g. normalising paths now requires filesystem access, and normalising paths that only partially exist is really complicated.

Another annoying issue is symlink loops, but I'm not sure if Plan 9's solution solves that.

1 comments

It never caused me any real world problems, and I like making links. However am up for better solutions.