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.
