5 ms·
"This is why directories are getting old - they allow only one tag for a file" Erm, no. A file can be tagged (linked) into as many directory locations as you l
by fffggg 14y ago
"This is why directories are getting old - they allow only one tag for a file"
Erm, no. A file can be tagged (linked) into as many directory locations as you like. This is what hardlinks do and it is not a new concept.
- jcromartie 14y agohardlinks? Jeez... most programmers and sysadmins I've mentioned them to don't even understand hardlinks. Are you suggesting that hardlinks are good enough for my mom, too?
- Kerrick 14y agoShortcuts do basically the same thing, and my grandmother understands shortcuts.
- sirn 14y agoThis reminds me of an old story: a user backup all his documents by burning them into a CD, only to get his IT department discovered he only backup desktop shortcuts instead of the real file. This is the main difference between hard links and shortcuts. The above scenario won't likely to happen with hard links (because they're actual files). As with jcromartie, I have a really hard time explaining that hardlinks are not shortcuts even to programmers. I can't imagine my dad (hell, even my brother) will ever going to understand hardlinks. He don't even understand how shortcuts works (only how to use it).
- gizmo686 14y ago>I have a really hard time explaining that hardlinks are not shortcuts even to programmers. While the distinction is important to programmers and sysadmins, the average end-user treats shortcuts as if they were hard links, it would not make the UI more complicated to change the 'make link' behavior to hard-link instead of sym-link.
- sirn 14y agoYes it won't, but when you have to introduce the concept of multiple files could point to the exactly same data on the hard drive and no, it's not a "copy" of that file, it's rather mind-blowing.
- fffggg 14y agoActually I believe you're suggesting that the paradigm of tagging files may be inappropriately complex for most users. And I would agree. The point is that we've had the ability to apply tags since the dawn of unix. It remains an obscure feature because as you say most users are uninterested.
- mcguire 14y agoYou need better programmers and sysadmins.