|
|
|
|
|
by exporectomy
1839 days ago
|
|
That's the kind of usage that only happens because it's available. No matter what internal information is presented to people, some will find a way of using that. But part of designing software is to curate what information to show the user, not dump an arbitrary pile of cryptic internal details on them. URLs are mostly not fit for human consumption and don't even reliably show you what page you're on. They're a stinky skidmark on the otherwise human-accessible web. I hope we can eventually have two clearly distinct parts to URLS - a simple domain name without www. or https:// and clearly separate, a human-readable name for the page without internal implementation details like filename extensions and symbols. Some sites are pretty close to this, New York Times is easily understandable but still filled with slashes and a redundant extension. Eg: "nytimes.com/2021/06/10/us/politics/justice-department-leaks-trump-administration.html". Hacker News is too but has a human-unfriendly "item?id=" before the (good, imo) incrementing decimal integer, not hex, not random, not padded ID number. |
|