I come to stack overflow to ask specific questions and read the answers for specific questions. Sometimes I also answer a few questions. However, I noticed that since the "hot questions" drop down was implemented, when I check my inbox I sometimes spot an interesting question, click on it and get distracted. Before I know, I spend 20 minutes answering an unrelated question and another 20 minutes reading though existing answers and I have long forgotten the original question I googled. This means I spend way more time on stack overflow, than I would spend otherwise. Unfortunately, this also has a negative effect on the amount of work done.

When I work, I usually block facebook and reddit to prevent myself from being distracted. Since I started doing this, my productivity has increased a great deal. I always considered stackoverflow a work related website that didn't have this problem. Until "hot questions" came along.

I understand that "hot questions" is a nice feature to have when someone is browsing for interesting topics. It also drives traffic to the website by extending the time the average user spends on the site. However, as an end user who uses stackoverflow for work, I want to stay focused and minimize distraction.

Therefore, is it possible to disable the hot question button or make the inbox the default view? If not, is there any third party extension that I could use to hide it?

Edit: Wow, I didn't expect that this question would invoke such hostility. I think hot questions is a great feature when you're in "looking for interesting stuff" mode. But when you're in "getting things done" mode, it's a distraction. At least to me. I know that everyone on this site is perfect and never has looked at a youtube funny cat video during their work hours, but I must admit that I have. And it actually resulted in less work done. And to me it does help that youtube is blocked when I work, because I'm not perfect, and there's a chance that I would still end up there somehow in some way as it happened to me in the past a few times... and please don't get me started about facebook and reddit...

share|improve this question
1  
Duplicate of meta.stackoverflow.com/questions/86342/…? (at which the conclusion was that distracting you is the entire point of "hot questions" tab) – David Zaslavsky Oct 28 '11 at 14:07
well, that's just my opinion. You don't have to agree with that. All I want is a way to see my inbox straight away. It's like when I go to my plane on the airport I don't want to go through 3 km of wine and chocolate shelves in the hope that I will stop and buy something. I just want to get to my plane and not be distracted. – siamii Oct 28 '11 at 14:11

1 Answer

up vote 13 down vote accepted

Have you tried not clicking on interesting questions? Sounds like a simple enough fix to me.

If you really really really need this, how about a browser user stylesheet?

#seContainerHot {
  display: none;
}
share|improve this answer
1  
dis·tract (tr.v.) dis·tract·ed, dis·tract·ing, dis·tracts 1. To cause to turn away from the original focus of attention or interest; divert. I will try the user style sheet. – siamii Oct 28 '11 at 14:16
12  
Self Control: Self control or self-control is the ability to control one's emotions, behavior and desires in order to obtain some reward later, and is the capacity of efficient management to the future. – The Unhandled Exception Oct 28 '11 at 14:20
if everyone had 100% self control, there would be 0% distraction in the world – siamii Oct 28 '11 at 14:25
Ok thanks it works – siamii Oct 28 '11 at 14:25

You must log in to answer this question.

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