Live data from Hacker News

Yet another hot take on “folders versus tags”

eleanorkonik.com

1–10 of 181 posts

Re: Yet another hot take on “folders versus tags”

#2
With symlinks (or hard links for that matter) you can have folders work like tags in a real filesystem.

That said, binary classification (object A is a member of class B, a function with a boolean truth value) is the basic concept in classification. That is, any classification can be represented correctly with binary classification.

There really are a few things where you assign something a category from a finite set (like a chess game was won by "White", "Black" or was a draw) but frequently when people build ontologies based the idea that "A is a member of one of this set of categories" they are going to screw it up.

Re: Yet another hot take on “folders versus tags”

#5

With symlinks (or hard links for that matter) you can have folders work like tags in a real filesystem. That said, binary classification (object A is a member of class B, a function with a boolean truth value) is the basic concept in classification. That is, any classification can be represented correctly with binary classification. There really are a few things where you assign something a category from a finite set…

If only symlinks worked for every software / OS. On Windows at least, there are so many different way to link things (including "subst") that it's hard to get idea which one to use. (I do love symlinks, but having spent most of my time on Windows, there are some edge cases I've hit, for example some third_party software not following the symlink and simply failing to open the file..., and no that was not the old .lnk style link)

Re: Yet another hot take on “folders versus tags”

#10
post #4

Instead of tagging (which takes effort) you could also use a good search algorithm.

  SELECT * FROM desktop_icons WHERE ...
I used to be one of those people who had to sort my desktop icons to find stuff, because there were so many icons they'd overlap. Today, ~/Desktop is completely empty. I've gotta say, folders are far superior to a rubbish bin, even when it isn't hard to search files by name & contents.
Post reply on HN