Hot answers tagged homepage
15
I can relate (having the same problem right this moment), but such preferential treatment of high-rep users wouldn't feel right. I think the bounty system is enough to create attention if your question really doesn't go anywhere.
Plus in general, in my experience, there is already a lot of readiness to go the extra mile to help out a high-rep user.
14
Not only is the vBulletin more dense and noisy, but you haven't even reached any information, yet. Good luck trying to figure out which "Forum" has the information you need. The Server Fault home page lays it right out there, easy to read.
But I think the preeminent view of the trilogy is this one (below).
I prefer the the expanded question summaries and ...
12
The tag pages have the live update, which the home page does not:
Stack Overflow has a massive amount of activity so we have decided to limit this feature to tags only. Both the "newest" and "active" tab will have updates after first selecting a tag or tag combination.
Also, the homepage list is cached on the server.
So, others apparently are looking ...
11
Jeff explained this in detail on the Stack Exchange blog:
Here’s how it works. Starting with a list of the last 3,000 active
questions:
drop questions containing any of your ignored tags
drop closed questions if you lack the reputation required to vote for reopening
drop questions scoring -4 or lower
Next, apply the following score ...
11
A build glitched. Specifically, we have a small group of nodes that run the question lists; in a disaster every web-server is also capable of running that code in-process, but we centralise it normally. As we were deploying that cluster, it went a little wrong leaving no nodes. It would have self-recovered (running locally), but I have repaired the cluster.
9
The logic basically amounts to "we show the last activity on the question list and who it is attributed to". It would possibly be even more confusing to show the original timestamp of when the question was asked and the author even if the question was recently edited, answered, bumped, etc.
It can certainly look confusing, though, so we're currently looking ...
9
The tag cloud makes SO/SE look more complicated and messy than it really is. It's not the worst thing in the world, but if it were entirely up to me (which it obviously isn't), that would be the first thing to go for a non-programmer-oriented site.
The phpBB (and really any BB) style gives the appearance of being easier to use because it's organized into a ...
8
I'm not so sure, I think it'd just make the questions look more spammy and clutter things up. If people want to go to someone's homepage then they can easily find it by clicking on their profile, but most of the time people just want to answer a question rather than be slapped in the face with someone's website as well!
8
Bumping posts to the front page when a substantial edit occurs is [by-design]. It allows the community to review the edits to see if they are appropriate.
Perhaps a throttle could be added to suggested edits by an individual user. I suggest a restriction of six suggested edits per hour per user. I think that would solve the problem at hand, and still ...
7
The snapshot cache of the front page was made before any subsequent edits during the five minute grace period.
As such, when they went to fix up the tag, it looked okay on the question page itself, but not on the home page, which is lagging because it's cached.
6
I've just had an idea which may be awful, or may be helpful. I'm quite prepared to be downvoted to smithereens.
Should the home page actually be representative of the site at all? Who sees the home page, anyway? Do any regulars really go there rather than the questions page?
Why not have a home page which is almost entirely different to the questions page? ...
6
The questions shown on the homepage of stackexchange.com are in the dropdown menu, no need to actually navigate to another page. Check it out:
Only minor info (tags, times, summaries, and usernames) are missing from the full version:
6
Would this behave well on other SE 2.0
sites?
NO, not a chance, the current algorithm applies to short time frames and was designed to solve Stack Overflows problem.
How can I get this to work on other SE 2.0 sites? Or will it be implemented?
How do you expect it to work? It was designed to solve a problem the smaller SE 2.0 sites do not have. ...
6
Sure, click here:
http://stackoverflow.com/?tab=active
for background see:
http://blog.stackoverflow.com/2010/11/stack-overflow-homepage-changes/
Although ...
When I refresh the page suddenly a whole ton of questions appears and then it turns out they are not all new - most of them are quite old
This was also true of the active tab; active means ...
6
Short version: it should now be fixed
Stupidly detailed version: we've recently been doing some work to push some of our wildcard / synonym code down a few layers into our core tag-filtering logic. The homepage was actually being a bit naughty because forever it has been pushing those exclusion wildcards down to the tag-filtering code without bothering to ...
5
As those pages have different purposes, they cannot have the same content.
The purpose of the front page is showing part of the questions; it shows those questions that, for one reason or another, are important to see: questions that have been recently edited, recently asked, or for which an answer was recently given, or edited (the "interesting" tab); ...
5
The site has an rss feed for new questions. It also has a feature for identifying tags you like/dislike. Plus, there's an api in the works if you'd like to develop some little tools for yourself, as so many others have been doing or plan on doing.
Is there any way to get an RSS feed of all new questions?
Trilogy Addicts Get "real-time" notifications of ...
5
I think the SO interface is very clean and effective, I just wish I could get that homepage look on the questions page also, as per this request.
Though looking a little closer, I wonder how useful the tag cloud is.
5
I maintain that our homepage is not any less "confusing" or "complicated" than the average web-based bulletin board homepage.
But while that might well be true, the issue at hand was
SE2.0’s world domination plans
It's not enough to beat the current incumbent, if the current incumbent hasn't actually got the crown you want!
4
StackOverflow certainly has the cleaner home page in that example, but since when do you stop there? You can do better.
For the broader audience you're looking for, remove the list of questions, and the Ignored and Interesting tag lists. Shrink or remove the Recent Tags and Recent Badges lists.
It's worth getting even cleaner than that. Think back to what ...
4
Lucky Three design
Pull three interesting, fresh questions at the top. Keep the rest as is. Excerpt:
lucky_three_slots = 3
function calculateWeight(q) {
if(lucky_three_slots){
interestingness = is_question_interesting(q)
if(interestingness === interesting_question &&
q.total_answer_score <= 3 && //allow a few upvotes
...
4
I completely disagree with the idea.
Why? because it goes against the democracy in SO.
Every user should get the same chance of his question being answered, the only difference should be in the quality of the questions, regardless of the user: better questions => more attention.
Other than later, nothing should change.
90% of the traffic to ...
4
Well, when I first entered StackOverflow as a new user, I was pleased to see that it was showing gratitude to his user. And the badge section was, to me one, of the section showing gratitude. When you see those golden badge for famous answers or stuff like that with the user name it's pretty nice and you want to write great answer to get there.
Also, it ...
3
I guess it's just what happens when you search for a blank title; it matches all posts and sorts from oldest to newest. You can't provide the search parameter when loading a page and not expect it to modify the results; that's the whole point. The fact that it fills in the search box is just a side-effect. If you want to pre-populate the search box without ...
3
This is possible on http://stackexchange.com
as documented in
http://blog.stackoverflow.com/2010/09/customizing-stackexchange-com/
2
No need -- you can already perform these queries if you know what the tags are.
The 'reqs' tab is the same as questions
tagged [feature-request]
not tagged [status-completed], [status-declined], [status-deferred]
.. ordered by votes
...
2
Adjusted freshness
My original idea, discussed at length here. Given the larger body of questions available, I've reduced the bonus factor.
function calculateWeight(q) {
return q.last_activity_delta / Math.pow(bonus, get_interestingness_of(q));
}
Variant without the exponential growth
This variant applies the bonus for interesting/ignored tags only ...
2
This tab already exists, but we have no intention of showing it in the UI.
http://stackoverflow.com/?tab=active
Your workaround is to use that URL, which will be supported forever.
The reason we don't want to show this tab in the UI any more is because the Active tab no longer makes sense at Stack Overflow's level of volume/traffic. We can only display ...
2
The front page algorithm is complicated and varies per user, and also is partially a random sampling.
We get 3,000 questions per day so .. well, do the math. :)
More detail at:
http://blog.stackoverflow.com/2010/11/stack-overflow-homepage-changes/
2
We removed the tag popup in the Favorite and Ignored sections on the sidebar for usability reasons since we moved the "X" inside of the tags. This way when you hover over tags to remove them, it's not distracting. For tags you do put in Favorite or Ignored sections, chances are you know what those tags are already, so no need for additional info.
Only top voted, non community-wiki answers of a minimum length are eligible



