views:

203

answers:

3

How does Stackoverflow's homepage filtering work?

I believe the questions that appear on the homepage are specifically related to your interests, which are indicated by the tags that you look at, question ans answer.

Does anyone know the name of the algorithm/technique or have some basic details (nothing that violated their IP) about how Stackoverflow goes about only showing what is relevant to each person.

Is it a Bayesian filter, similar to spam filters? Or something else?

A: 

Actually, it looks like the filtering isn't related to that at all. It's just the most recent activity taking into question ageing.

Nathan Fellman
Sorry I don't know what you mean by: account aging
Ankur
Nothing to do with "account" aging. Read it as "most recent activity, taking aging into account"
Gareth
:) In Australia we spell it ageing, not aging, hence he confusion.
Ankur
+3  A: 

It's nothing near as sophisticated as you seem to think it is. The main front page just shows the top N "active" questions, without regard to your "interesting" and "ignored" tags.

The tags only affect the styles applied to certain questions. Questions with interesting tags get highlighted, and questions with ignored tags get grayed. The tag-specific styles are applied on the client end; sometimes, you can see the styles applied after the page has already been rendered once on your browser.

Rob Kennedy
"you can see the styles applied after the page has already been rendered once on your browser"... which is a bit naff
demoncodemonkey
I guess then the question is how do they determine what is interesting and what is ignored. Is it just based on a count of what tags you have been looking at in the past?
Ankur
They determine what's interesting and what's ignored by the tag names you've configured in the box at the right side of the front page or in your account preferences. There's no magic here, no analysis, no history-tracking, no guessing.
Rob Kennedy
+1  A: 

I think they base on the question's tagging and clasification. But I think if they were using some specific user information they would base on your profile activity and interests to show you what you're most interested to see.

chermosillo