Skip to content

Comment on Poll: Would you like tags implemented on HNparent

Comments

Well, yeah, the exact tags would have to be chosen by pg or something. Main reason for fixing them is so that we don't end up with tablet,iPad,ipad2 as separate tags

I understand your concern, but I am not sure that having separate tags for tablet, iPad, and ipad2 would necessarily be a problem.

Someone might be interested in tablets in general, but wouldn't want to see stories on the ipad.

On the other hand, ipad2 is clearly a subcategory of ipad. And someone who is interested in the ipad will probably be interested in stories about the ipad2, even though he may not have explicitly looked for ipad2 tags but only for ipad tags.

Since "ipad" is actually a substring of "ipad2", this could be easily solved with a simple substring search in the tag.

A more problematic example is someone missing a story tagged "java" but not "programming" when searching for stories tagged "programming".

The solution to this problem is to have a tag hierarchy. Thus, the "java" tag would be explicitly made a subtag of the "programming" tag. Unfortunately, the problem with this solution is that it's not easily automatable (though I'm sure there's been a lot of research done in this area), so the hierarchy would probably have to be built by hand. And this, in turn, means that it probably won't be done for a lot of tags.

Perhaps a good compromise would be to require each story to be tagged with at least one predefined tag (from a wide selection of predefined tags that are already organized in to a tag hierarchy), and allow an arbitrary number of user-defined tags.

That way there'll be at least some minimal organization to the submitted stories.

An exploding mess of tags can be mitigated in practice by: (1) normalizing tag capitalization, (2) auto completing/suggesting as you type, (3) providing a dynamic list of tag suggestions for tags that are likely to occur together, (4) suggesting tags based on post content.

In your example what you really don't want is for people to create distinct tags for ipad, ipad2, iOs, etc on accident. Making it easy for people to select from relevant existing tags means people will only add an ipad2 tag over using an existing ipad tag if that distinction is important and particularly relevant for their post.

Done right tags can be super useful without creating a mess or being overly difficult to implement. StackOverflow does a nice job on this front.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.