Click here to Skip to main content
15,900,589 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Stackoverflow website sucks because of its moderators and Top Users PinPopular
François Wahl11-Aug-14 5:18
François Wahl11-Aug-14 5:18 
GeneralRe: Stackoverflow website sucks because of its moderators and Top Users Pin
Zan Lynx11-Aug-14 6:09
Zan Lynx11-Aug-14 6:09 
GeneralRe: Stackoverflow website sucks because of its moderators and Top Users Pin
Jadoti11-Aug-14 6:28
Jadoti11-Aug-14 6:28 
GeneralRe: Stackoverflow website sucks because of its moderators and Top Users Pin
pandu web dev11-Aug-14 6:59
pandu web dev11-Aug-14 6:59 
GeneralRe: Stackoverflow website sucks because of its moderators and Top Users Pin
Matthew N. Davis11-Aug-14 8:28
Matthew N. Davis11-Aug-14 8:28 
GeneralRe: Stackoverflow website sucks because of its moderators and Top Users Pin
Jadoti11-Aug-14 10:19
Jadoti11-Aug-14 10:19 
GeneralRe: Stackoverflow website sucks because of its moderators and Top Users Pin
PhilLenoir12-Aug-14 10:28
professionalPhilLenoir12-Aug-14 10:28 
GeneralRe: Stackoverflow website sucks because of its moderators and Top Users Pin
luiggixd11-Aug-14 7:49
luiggixd11-Aug-14 7:49 
I'm a happy user of StackOverflow community, I highly participate in Java Q/As mainly by answering questions. After seeing this thread and similar questions on Meta StackOverfow[^] I start thinking on what can possibly be the root of all evil (like premature optimization Poke tongue | ;-P ).

Anyway, let me try to provide a personal opinion on all the topics covered in your post:

Quote:
if a new one asks a simple question, then the top users starts down voting, ranting


Define simple question. For example, if somebody in Java asks "how can I create a hello world app" then I would post a comment saying "that's covered in a tutorial" and vote to close. This question lows the quality of the site.

Ok, another (not that) simple question: "this piece of code doesn't work code that doesn't even compile I appreciate your help." ok now this is unanswerable at all, first because the code doesn't compile, and if it does compile but there's no stacktrace, then I usually have to read through a wall of code to tell OP: "you didn't initialize foo variable, thus you getting a NullPointerException...". There goes another simple question that lows the quality of the site.

And a last example of a simple but too broad question: "how can I create RESTful web services in Java?". Again, this is an unanswerable question that can is already covered in plenty tutorials. No need to reinvent the wheel in stackoverflow.

Quote:
If someone don't have knowledge on particular topic or another then the regular users start insulting them.


I'm ashamed of this, and I see stuff like that for one of the following reasons (AFAIK):

- OP is really lazy to understand the answer. You spot a question like "how can I foo the bar" then an answer posts "Use quo, it will foo the bar as you expect: Here's a sample code fulfilling the answer" and I upvote it for showing a good example, but then OP raises a comment like "ok now I need to baz the bar from foo, how can I do that?" and I reply in a comment "OP please read about how foo and baz are very close you just have to change one line it's not that hard" and OP starts complaining about me insulting and giving him the bad eye. Then, another user reads all that and provides a new answer with the line to change and he gets the accepted answer. Now we have a zombie user and a rep w**r3 vampire in the site. Ugh.

- OP is really lazy to search for it before posting a question. For example: *how can I find a String in HTML using regex?* And the common answer for this (and I agree because I also tried to do this in the past, silly me): Don't use Regex to parse HTML[^]. And you provide of this to the OP to realize that at least 4429 people around the world have suffered the same and we know this should not be done, but OP starts complaining at us that we are all wrong and that his task is so simple that he/she should use regex and there won't be a problem with that... And after some minutes (or days) OP posts that we were right...

Quote:
They call themselves as experts.


Sorry, but I don't see this in the site. For really high rep users (more than 100k) I cannot see such comments or related stuff. Not even from Jon Skeet or BalusC (check about them here Smile | :) [^]). I have even seen users with less than 1000 rep that are experts on what they answer, but they don't say it out loud.

Quote:
They are playing with site good reputation.


Not only us, but also those new users that don't read the FAQ. Specifically, any user should first read How to ask[^] section to learn how to provide an answerable, specific, not too broad, not "first result on my SEO" question for the site.

Quote:
Overall this website has became very funny.


Oh yes, it is, and I hope it keeps like that Smile | :) .
GeneralRe: Stackoverflow website sucks because of its moderators and Top Users Pin
jibalt11-Aug-14 8:07
jibalt11-Aug-14 8:07 
GeneralRe: Stackoverflow website sucks because of its moderators and Top Users Pin
C Grant Anderson11-Aug-14 8:15
professionalC Grant Anderson11-Aug-14 8:15 
GeneralRe: Stackoverflow website sucks because of its moderators and Top Users Pin
Dmitry A. Efimenko11-Aug-14 8:44
Dmitry A. Efimenko11-Aug-14 8:44 
GeneralRe: Stackoverflow website sucks because of its moderators and Top Users Pin
nategoose11-Aug-14 9:13
nategoose11-Aug-14 9:13 
GeneralRe: Stackoverflow website sucks because of its moderators and Top Users Pin
RafagaX11-Aug-14 10:08
professionalRafagaX11-Aug-14 10:08 
GeneralRe: Stackoverflow website sucks because of its moderators and Top Users Pin
muzzdeni11-Aug-14 12:05
muzzdeni11-Aug-14 12:05 
GeneralRe: Stackoverflow website sucks because of its moderators and Top Users Pin
blue_alejandro3-Sep-14 5:03
blue_alejandro3-Sep-14 5:03 
GeneralRe: Stackoverflow website sucks because of its moderators and Top Users Pin
fulloflove24-Oct-14 20:18
fulloflove24-Oct-14 20:18 
GeneralYes, I'm feeling Bored. PinPopular
Pete O'Hanlon8-Aug-14 22:13
mvePete O'Hanlon8-Aug-14 22:13 
GeneralRe: Yes, I'm feeling Bored. Pin
SoMad8-Aug-14 22:31
professionalSoMad8-Aug-14 22:31 
GeneralRe: Yes, I'm feeling Bored. Pin
DaveAuld8-Aug-14 22:45
professionalDaveAuld8-Aug-14 22:45 
GeneralRe: Yes, I'm feeling Bored. Pin
MehGerbil9-Aug-14 1:34
MehGerbil9-Aug-14 1:34 
GeneralRe: Yes, I'm feeling Bored. Pin
_Maxxx_9-Aug-14 1:40
professional_Maxxx_9-Aug-14 1:40 
GeneralRe: Yes, I'm feeling Bored. Pin
Karen Mitchelle9-Aug-14 1:42
professionalKaren Mitchelle9-Aug-14 1:42 
GeneralRe: Yes, I'm feeling Bored. Pin
SoMad9-Aug-14 7:11
professionalSoMad9-Aug-14 7:11 
GeneralRe: Yes, I'm feeling Bored. Pin
charlieg9-Aug-14 10:38
charlieg9-Aug-14 10:38 
GeneralRe: Yes, I'm feeling Bored. Pin
PIEBALDconsult9-Aug-14 15:29
mvePIEBALDconsult9-Aug-14 15:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.


Straw Poll

Were you affected by the geomagnetic storms this past weekend?
Communication disruptions, electrified pipes, random unexplained blue-screens in Windows - the list of effects is terrifying.
  Results   491 votes