The SO main page shows a curated selection of the current questions, seemingly based on your favorited/ignored tags. Assuming this is true...

Problem

The questions shown on the front page have a strong bias towards more active tags. I'll use my own tags as an example. Some of my favorites include the php tag, the matlab tag, and the applescript tag. Of these:

  • php: ~150-200 questions/day
  • matlab: ~5-10 questions/day
  • applescript: usually <1 question/day

Since the current method of showing questions simply shows the most recently asked ones, this means that when I visit the site, I'll see lots and lots of php questions, maybe one matlab question (usually not), and never any applescript questions. In my head, the way this should work is that I would see the recent questions from all tags, since I'm interested in answering them all.

I don't know what the solution is. One method would be to select recent questions for each tag individually and then combine them to form the page, so there's a better representation from each tag. I don't know how expensive that would be in SQL-query Land. Any suggestions would be most appreciated.

share|improve this question

2 Answers

up vote 2 down vote accepted

I don't know if this what you're looking for but on StackExchange you can create custom filters at http://stackexchange.com/filters/popular. And clicking on myFilters. I'd point you to a Faq describing how it works but I wasn't able to find one, I suspect this isn't a heavily used feature.

Below I built one using the tags in your post.

enter image description here

Of course you can also just search for the tags you're interested in on SO.

share|improve this answer
That is a nifty feature, but it's subject to the same problem, that as a user coming a few times a day, I'll only see the most recent questions. Since it's most likely that questions to the less active tags haven't had questions in the past few minutes, I won't see any questions from those. – eykanal Nov 15 '11 at 18:35

The frontpage selection algorithm is affected by both your interesting tags and your active tags. Documented in the blog.

This doesn't meant that there isn't a bais in favor of active tags (scores, views and number of answers will all pull in that direction), but it is also bais towards things you care about.

If you are not using the interesting tags feature, you might try that.


Possibly related: Help us choose a sort order for the Stack Overflow homepage

share|improve this answer

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged