The set of problems:
- the culture around "homework" questions creates a negative user experience, yet people legitimately want them filtered
- experienced users can get bored with seeing too many simple questions
It seems that both of these issues might be addressed by creating a better filter. Consider video game matchmaking services that use experience as a way to match questions to the viewer.
Right now we've got "favorite tags" and "ignored tags" which do a pretty good job of making sure that your list of "interesting" questions is at least on topic. However, that doesn't solve the issue of matching your level of experience with the level of experience of the askers - meaning you see all questions that are "on topic" for you, but there's no experience filter.
Part of the issue, I think, is that we try to extend tagging to solve this problem, via meta tags like homework - but tagging isn't meant to be a quality filter - it's supposed to be fact filter. c++, algorithms, routing - these are all tags that help filter based on topic. When we tag things as homework we place a value judgement, not on the question, but on the asker, and with that value judgement come all the emotion around the values that people personally hold.
I should also say at this point, that my general sentiment is largely in agreement with this blog post: http://blog.stackoverflow.com/2010/08/the-death-of-meta-tags/
So, the proposed solution is to use a system similar to the one on careers.stackoverflow.com - if you have a profile on that site, it will list the tags in which you are in the Top 10%, 20%, or 30%. I propose we add a filter (which is off by default) that allows you to filter questions in your "interesting" feed by how active you are. I'm defining "active" as how much reputation you've gained in that particular tag.
For example, if I'm in the 10th percentile for a given tag, it might be nice to turn on a filter that only shows me questions from other users in the 10%-30% range (adjustable via a simply slider). This keeps questions hard, and interesting, while filtering out questions from users who are less active in that tag (which, in my experience, would filter out the vast majority of "newbie" questions, and/or homework questions, as these users tend to be less "active" in the tag in which they are posing the question.
If you're not one of the top users, maybe you're in the 50th percentile, then the range could work +/- 20% (i.e. show me only questions that are from users from 30%-70% in that tag).
I think this would simultaneously allow people to filter out "easy" questions (if they care about that sort of thing), while not discouraging easy questions from being asked, so long as they are well formed, and otherwise good quality questions.
homeworktag applies only to the post it's explicitly placed on. It doesn't have any impact on any of your other questions. – Bill the Lizard♦ Dec 22 '11 at 15:51homeworktag only applies to that question (and not others that you tag), but the meta-tag nature of it, and its connotation ("this question is not worthy") is (1) contrary to the spirit of knowledge sharing, and (2) has been ineffective preventing accusations from flying whenhomeworkbecausehomeworkand other tags are used as value judgements instead of fact-based labels for the question. That is,homeworkresults, in my experience, in more argument than assistance, which seems to miss the point of StackExchange. – normalocity Dec 22 '11 at 16:18homeworktag is ineffective for what people are trying to use it for. Is this proposal something you'd like to see as a separate view of questions than the ones we have now? – Bill the Lizard♦ Dec 22 '11 at 16:28algorithmsI would seealgorithmquestions from other users who were in the 60th-100th percentile rep in that tag (like careers.stackoverflow.com) - as opposed to filtering on total reputation (i.e. I wouldn't want to create a "club" of 100k users - that would seem to be against the spirit of help). – normalocity Dec 22 '11 at 16:32