Slashdot Mirror


Spolsky's Software Q-and-A Site

guzzibill writes "Joel Spolsky has announced the beta release of Stack Overflow, intended to be a high-quality source of answers to software questions. Post a software question and watch the answers flow in. Popularity voting is very much woven into the site, where both questions and answers can be edited for clarity and voted up or down for correctness. Correctly posed questions and insightful answers float to the top. This site has reached critical mass." From Joel's description, he was envisioning a source of technical Q&A about programming. So far, many of the questions are broader and less technical, such as advice on the best book about software development. It will be interesting to see where the community that's forming takes it.

187 comments

  1. Example... by Anonymous Coward · · Score: 1, Funny

    Q. Which is better? i++ or i+1?

    A. Either way you are wrong, and I'm a genius you fool. If you don't grasp this, then you're doing it wrong. In fact, you're doing it wrong either way.

    1. Re:Example... by Anonymous Coward · · Score: 0

      How far should I unroll my loops?

    2. Re:Example... by Ethanol-fueled · · Score: 5, Funny

      Which is better? i++ or i+1?

      It's i=i+1 or i+=1 you idiot! Who's the muthafuckin' genuis NOW?!

    3. Re:Example... by eric-x · · Score: 1

      i+1 is perfectly valid and when used as a statement i+1; (note the semi column) it may be optimized away by the compiler.

      So, from a performance perspective, i+1; is better.

    4. Re:Example... by Bill,+Shooter+of+Bul · · Score: 3, Funny

      Semi-Column? I don't know if anyone should be taking the advice of a moran that doesn't know how to spell 'semicolon'.

      --
      Well.. maybe. Or Maybe not. But Definitely not sort of.
    5. Re:Example... by Anonymous Coward · · Score: 0

      Around log2 of the maximum typical iteration count. Or not at all seeing your compiler probably does it for you. Or as much as you like if you've hand-coded it in assembler, just don't exceed the cache.

    6. Re:Example... by Anonymous Coward · · Score: 0

      A what?

    7. Re:Example... by darthnoodles · · Score: 1

      I'm surrounded by "morans."

    8. Re:Example... by Bill,+Shooter+of+Bul · · Score: 1

      My post speeled it incorrectly to continue the parodee of programing forum posts, not in the ultrahip reference to this guy

      . Although, I'm sure he's a frequent contributor to the user submitted php manual notes.

      --
      Well.. maybe. Or Maybe not. But Definitely not sort of.
    9. Re:Example... by Anonymous Coward · · Score: 1, Informative

      What about from people who don't know how to spell 'moron'?

  2. Expert sex change, again? by Cyberax · · Score: 2, Insightful

    Would it be any different from expertsexchange.com?

    I.e. is it going to be _really_ useful?

    1. Re:Expert sex change, again? by DeadDecoy · · Score: 1

      It looks like it's free ... and the layout is a bit ugly.

    2. Re:Expert sex change, again? by Ortega-Starfire · · Score: 5, Funny

      Uh, they put the dash in the url for a reason.

      www.experts-exchange.com

      You probably don't want to go to expertsexchange.com

      --
      ---- Liquid was a patriot ----
    3. Re:Expert sex change, again? by lysergic.acid · · Score: 5, Insightful

      i prefer ugly and functional over pretty but unusable any day.

      the fact that it doesn't require a paid subscription and implements collaborative editing already puts it way ahead of the competition.

      all that's left to do is to promote the site properly and build up a healthy community of knowledgeable users.

    4. Re:Expert sex change, again? by Anonymous Coward · · Score: 2, Funny

      It's better than going to amateursexhange.com.

    5. Re:Expert sex change, again? by mweather · · Score: 1

      expertsexchange.com is also free. Just block their cookies.

    6. Re:Expert sex change, again? by oldspewey · · Score: 1

      You probably don't want to go to expertsexchange.com

      It's better than going to amateursexhange.com.

      Either way, if you wake up all groggy in a Bangkok hospital with extensive bandages and local anesthetic from the waist down, you're probably about to have a very, very bad day.

      --
      If libertarians are so opposed to effective government, why don't they all move to Somalia?
    7. Re:Expert sex change, again? by nawcom · · Score: 2, Interesting
      it's called stack overflow and people expect it to look pretty? Personally, I would expect the site to look like the Cobol on Cogs site with a name like that.

      I hate the Yahoo Answers site, and this looks like its going to be a version of that for computer related questions.

      "Best subversion client for Mac OS?"
      (how bout svn you dope)

      "What is the single most effective way to keep from getting Slashdotted"
      (I won't even comment on this)

      Personally I can't wait until the relationship questions come up. "How do I get a girl?" "What do boobs feel like?" hehe.

    8. Re:Expert sex change, again? by jgc7 · · Score: 2, Insightful

      Ugly... is only part of the problem. Joel is a master at screwing up usability. I think his project managment system still includes a random photo of the day.

      If you are making a question and answer site, why would you make the questions and answers the least prominent thing on every page?

      A fixed width site? You have got to be kidding me. We are developers with 30" monitors.

      --
      70% of statistics are made up.
    9. Re:Expert sex change, again? by rrohbeck · · Score: 1

      You mean... no piles of JS or worse and loads/renders quickly? Sounds like a winner to me.

    10. Re:Expert sex change, again? by foobsr · · Score: 1

      It looks like it's free ... and the layout is a bit ugly.

      Maybe you fix it? http://userstyles.org/stylish/

      CC.

      --
      TaijiQuan (Huang, 5 loosenings)
    11. Re:Expert sex change, again? by Anonymous Coward · · Score: 3, Informative

      Shh, don't tell anyone, but "Expert sex change" IS free, you need to scroll way way way way way way way way down past the answers that seem to make you have to register and login, and past the intentionally boring nonsense, and then you'll find the same responses but this time the complete answers are there. Presumably the site is designed that way to get it googled while still making it seem as though you need to register.

    12. Re:Expert sex change, again? by marafa · · Score: 0

      i should hope so! our corporate firewall blocks http://www.expertsexchange.com/

      --
      _ In Egypt Networks: Network Solutions with a Twist
    13. Re:Expert sex change, again? by kat_skan · · Score: 1

      Put this in userChrome.css:

      .blurredAnswer, .allZonesMain, .qStats, .squareSignUp, .relatedSolutions, .lightImage { display: none !important; }

      Skip all their cloaking bullshit.

    14. Re:Expert sex change, again? by Anonymous Coward · · Score: 0

      Very cool! Thank you.

    15. Re:Expert sex change, again? by sootman · · Score: 5, Insightful

      That's his goal. (To be useful, not to be like EE.) Joel has written about the development of S-O several times on his site and mentions this almost every time. From the most recent post:

      You know what drives me crazy? Programmer Q&A websites. You know what I'm talking about. You type a very specific programming question into Google and you get back:

      • A bunch of links to discussion forums where very unknowledgeable people are struggling with the same problem and getting nowhere,
      • A link to a Q&A site that purports to have the answer, but when you get there, the answer is all encrypted, and you're being asked to sign up for a paid subscription plan,
      • An old Usenet post with the exact right answer--for Windows 3.1--but it just doesn't work anymore,
      • And something in Japanese.

      If you're very lucky, on the fourth page of the search results, if you have the patience, you find a seven-page discussion with hundreds of replies, of which 25% are spam advertisements posted by bots trying to get googlejuice for timeshares in St. Maarten, yet some of the replies are actually useful, and someone whose name is "Anon Y. Moose" has posted a decent answer, grammatically incorrect though it may be, and which contains a devastating security bug, but this little gem is buried amongst a lot of dreck.

      Well, technology has gotten better since those discussion forums were set up. I thought that the programming community could do better...

      Basically, he (and some others) said "this could be better" so they went ahead and made it. And no, he is absolutely 100% against experts-exchange style trickery. He just saw a need he wanted to fill, saw something that he wanted to exist so he made it. He's got the money to run it ad-free forever.

      --
      Dear Slashdot: next time you want to mess with the site, add a rich-text editor for comments.
    16. Re:Expert sex change, again? by Mascot · · Score: 1

      A fixed width site? You have got to be kidding me. We are developers with 30" monitors.

      Speak for yourself. Where I work I just went from a single 19" to ..... a single 22". I'm not joking.

      As far as the look is concerned, I have to admit I didn't spend a second of my time there earlier today noticing the aesthetics. I was occupied studying the system surrounding the questions and answers. That is the point of the site, after all.

      Whether it'll become what Joel wishes it to be will be up to the community and future tweaking of the site. Personally, I think it stands a chance.

    17. Re:Expert sex change, again? by Anonymous Coward · · Score: 0

      I love the "tag cloud" on the right. There's like 6000 different tags in it, they're not ordered alphabetically, and the text size doesn't scale with the popularity of the tag. Is someone supposed to look through all that or is it just there to add more useless clutter to the page?

    18. Re:Expert sex change, again? by kat_skan · · Score: 4, Informative

      Whoops, except I meant userContent.css of course. As a mea culpa, here's a version that also takes out their 7-day trial banner and some links to other random crap, and that won't affect other sites that happen to use the same class names for something.

      @-moz-document domain(experts-exchange.com) {
      .blurredAnswer, .allZonesMain, .qStats, .squareSignUp,
      .relatedSolutions, .relatedSolutionsContainer, .lightImage,
      .startFreeTrial {
      display: none !important;
      }
      }

    19. Re:Expert sex change, again? by Anonymous Coward · · Score: 3, Insightful

      Knowledgeable programmers don't hang around sites like Experts Exchange or Stack Overflow answering newbie questions. They read sites like arxiv and LtU and subscribe to groups and mailing lists specific to their interests.

      This site has no chance of getting expert programmers to hang around long because it doesn't foster discussion on topics that are interesting to experts. At best you'll get mediocre programmers answering relatively basic questions. Look at the questions and answers on the first few pages...

    20. Re:Expert sex change, again? by Anonymous Coward · · Score: 0

      What does this have to do with sex changes?

    21. Re:Expert sex change, again? by PaladinAlpha · · Score: 4, Funny

      It was at this -- and only until this -- point in the comment list that I realized it was ExpertsExchange.com and not ExpertSexChange.com. I was having serious trouble reconciling the relevance.

    22. Re:Expert sex change, again? by collinstocks · · Score: 1

      I don't know. I just use bytes.com (formerly "thescripts.com"). That's usually helpful.

    23. Re:Expert sex change, again? by Anonymous Coward · · Score: 0

      Would it be any different from expertsexchange.com?

      Sure. It won't have the string "sex change" in the name.

    24. Re:Expert sex change, again? by 5865 · · Score: 1

      it won't be usable anyway if the width is fluid with their font size on your 30". just CTRL++ it on your firefox.

    25. Re:Expert sex change, again? by drunkennewfiemidget · · Score: 1

      They feel like bags of sand, of course!

    26. Re:Expert sex change, again? by OakDragon · · Score: 1

      Or, just scroll down.

    27. Re:Expert sex change, again? by BitZtream · · Score: 1

      Expertsexchange is free via google cache.

      Just use the google cached version of the page, highlight the text on the page and the answers are there for anyone.

      google++

      --
      Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
    28. Re:Expert sex change, again? by corerunner · · Score: 0, Redundant

      ...or just scroll all the way down, as many people have already mentioned above

      --
      "Don't hate the media, become the media." -Jello Biafra
    29. Re:Expert sex change, again? by szundi · · Score: 1

      I'm using his PM software, i think it's really usable. No bloat just as this site. Anyway, it's not Joel's but his friend's.

      Maybe you can press the UnMaximize button for the site and you can do some programming in an other window (or two) ;)

    30. Re:Expert sex change, again? by goose-incarnated · · Score: 2, Insightful

      It won't become what Joel wants it to become, reason being it requires openID. You want community support? Then allow people without openid to create an account - requiring someone to click through 2 different domains and a total of 6 pages (+-) just to create an account borders on stupidity.

      --
      I'm a minority race. Save your vitriol for white people.
    31. Re:Expert sex change, again? by pacificleo · · Score: 2, Funny

      want something more www.whorepresent.com www.therapistfinder.com

      --
      somethings are best left unsaid , I am one of those things
    32. Re:Expert sex change, again? by MadKeithV · · Score: 1

      That only works when redirected from a google search on Experts Exchange - if you copy-paste the same link into another tab/window then you'll see the text is *not* there.

    33. Re:Expert sex change, again? by Mascot · · Score: 4, Informative

      Valid point. I did scratch my chin over that one for a few seconds. Then clicked "learn more" and discovered I already had accounts with at least four of the listed sites. I just picked one and that was it.

    34. Re:Expert sex change, again? by ins0m · · Score: 1

      Uh... You know that if you have half a brain, EE is free.

      Either you pay with your wallet or you provide help. To get a premium account, you need to average 10,000 points a month; given that most people provide the maximum of 500 points a question, a thorough answer with an "A" grade will usually garner you 2,000 points ("A" gives a x4 multiplier, "B" gives a x3).

      So, if you are active on the site anyway, you need to average answering 5 questions a month. In return, you can ask unlimited questions and access the entire kb.

      If you need the information and aren't giving any back, I don't see what's wrong with requiring you to pay. In lieu of an ad-ridden site (which all slashbots will complain about indignantly), they came up with a model that actually pays for the bandwidth.

      I'm all for "information wanting to be free", but when it comes to actually hosting it all, I'm reminded of the saying about ass, gas, or cash. I have a premium account on EE (and enough damn T-shirts). I found that a half hour every two weeks (when I'd be trolling /. anyway) gets me unlimited access to information I do need.

      If Jeff Atwood's going to fund this entire thing out of pocket, more power to him, but I don't see it happening. If it's on an ad-based model, anyone who uses an ad-blocker is a hypocrite and a cheapskate.

      --
      Never attribute to Hanlon that which can be adequately attributed to Heinlein.
    35. Re:Expert sex change, again? by kv9 · · Score: 1

      A fixed width site? You have got to be kidding me. We are developers with 30" monitors.

      I agree about the fixed width thing being silly, however... are you running your browser fullscreen on a 30" monitor? you know, it's a browser not a fucking IDE.

    36. Re:Expert sex change, again? by adamfranco · · Score: 1

      Hmmm.... Doesn't seem to work for me. Just hides the adverts. Oh well.

      --
      "When ideology and theology couple, their offspring are not always bad but they are always blind." -- Bill Moyers
    37. Re:Expert sex change, again? by root777 · · Score: 1

      I think its experts-exchange.com now. The expert sexchange kinda didn't work out too well

    38. Re:Expert sex change, again? by Anonymous Coward · · Score: 0

      It's not ad-free.

  3. That is a seriously ugly website. by Ortega-Starfire · · Score: 0, Troll

    Seriously.

    --
    ---- Liquid was a patriot ----
    1. Re:That is a seriously ugly website. by natebarney · · Score: 1

      I think it looks rather nice. Obviously, aesthetics is a personal issue, but the text is easy to read and all of the functionality is clearly marked, which makes it easy on my eyes.

  4. high quality? by Anonymous Coward · · Score: 2, Interesting

    How do they ensure high quality? Meaning, how does this not evolve into just another programming Q/A web forum?

    As as aside, the no-registration-required attribute is nice.

    1. Re:high quality? by Sancho · · Score: 3, Interesting

      Questions and answers can be rated, so that helps. As your rank increases (by posing good questions and helpful answers) your abilities on the site increase, up to the point where you virtually become a moderator. The algorithm for determining this may need some tweaking--right now, you need 6000 points to achieve the highest rank, and you get 10 points for a being modded up (losing 2 for being modded down.) If it's anything like other moderation systems, a bunch of people will get together to mod each others questions and answers up enough to become Stack Overflow gods.

    2. Re:high quality? by shutdown+-p+now · · Score: 1

      Won't it just result in mediocre "I-don't-know-better" answers modded up because there are much more mediocre programmers that can understand them?

    3. Re:high quality? by ins0m · · Score: 1

      It already has.

      Take the peer review of Digg, give it the interface of del.icio.us, and hack out some broken transitional XHTML... and you've got Stack Overflow.

      Seriously, for a guy who runs a site called Coding Horror, the irony isn't lost on me that Atwood put together this abortion. Cute idea, but it misses the mark entirely.

      --
      Never attribute to Hanlon that which can be adequately attributed to Heinlein.
  5. Not Joel Spolsky's Site by nmb3000 · · Score: 5, Informative

    To be fair, Joel had very little to do with the actual implementation or development of the site. The majority of the credit for the idea and actual creation should go to Jeff Atwood of Coding Horror.

    Personally I think it's a great idea, if for no other reason than to put the screws to Expert Sexchange. Their stupid referrer sniffing and page layout designed to make people pay to see answers has gone on long enough.

    --
    "What do you despise? By this are you truly known." --Princess Irulan, Manual of Muad'Dib
    /)
    1. Re:Not Joel Spolsky's Site by catfood · · Score: 2, Interesting

      A-freaking-men. I don't understand why Google keeps ranking their results so high.

    2. Re:Not Joel Spolsky's Site by Anonymous Coward · · Score: 0

      Because you can read the full text in googles cache probably. :D

      The advert/text-blocking stuff is really superficial. Though I recon it's still a false front and Google is usually pretty hard on that kind of stuff.

    3. Re:Not Joel Spolsky's Site by Anonymous Coward · · Score: 1, Insightful

      Coding Horror - Jeff Atwood's blog - made me ponder the usefulness of blogging many times. He has so many posts which are just misleading and inaccurate (I am sure he has good intentions), that someone even started a site called "blogging considered harmful." His inexperience shows throughout his Coding Horror website, but the biggest problem is that somehow he has managed to get a large following of people who consider him to be an expert, and yet, if you look at their comments you discover that in fact most of them seem inane.

    4. Re:Not Joel Spolsky's Site by Profane+MuthaFucka · · Score: 1

      They used to show all the answers for free. All you had to do was scroll down past the section where the answers were blocked out, and all the answers would be repeated again, in the clear.

      But it looks like that's gone now.

      --
      Fascism trolls keeping me up every night. When I starts a preachin', he HITS ME WITH HIS REICH!
    5. Re:Not Joel Spolsky's Site by deraj123 · · Score: 1

      Try disabling javascript - works like a charm for me.

    6. Re:Not Joel Spolsky's Site by sheldon · · Score: 1

      They're still there.

      But only if you link to the site from google. If you try to browse the site yourself, you get nothing.

    7. Re:Not Joel Spolsky's Site by CodeBuster · · Score: 4, Interesting

      If Google is ranking them highly then they are either paying ExpertExchange for robot access (doubt it) or ExpertExchange is engaging in a form of cloaking (i.e. pay or you cannot see what the search engine saw without paying), which I thought the Google page rank algorithm penalized because it is frequently a sign of black-hat SEO. I agree that subscription only sites should be identified as such in the Google search results, although most of us know by now that ExpertExchange charges for answers and avoid it for that reason anyway. I don't dispute their right to charge for answers, but why should I pay them when I can usually find the same information for free unless it is very specific or obscure?

    8. Re:Not Joel Spolsky's Site by Anonymous Coward · · Score: 0

      Just scroll all the way down the next time you land on experts-exchange. Surprise!

    9. Re:Not Joel Spolsky's Site by Anonymous Coward · · Score: 0

      ExpertsExchange pages do have all the content on them, and it's not "cloaked" in the traditional sense. Scroll down past all the "cloaked" stuff and it's there in plain text. Of course, they don't tell you that.

    10. Re:Not Joel Spolsky's Site by Anonymous Coward · · Score: 0

      experts-exchange *does* post the answers to questions... they are just buried way the hell at the bottom of the page. A real pain in the neck, but there is no google-voodoo going on here.

    11. Re:Not Joel Spolsky's Site by JuliaNZ · · Score: 1

      ExpertsExchange pages do have all the content on them, and it's not "cloaked" in the traditional sense.

      Yep, it is. Try it. Find one of their results through Google and you can scroll down to see the answers. Reload the same page without the Google referrer and bing! Answers gone.

    12. Re:Not Joel Spolsky's Site by u_all_suck_my_balls · · Score: 0, Redundant

      You just have to scroll all they way down past all the crap to see the answers. The top of the page just appears to hide all the comets to get you to pay up....

    13. Re:Not Joel Spolsky's Site by raynet · · Score: 1

      This doesn't work unless you have referer from google, try opening the url in a fresh browser and instead of answers at the bottom of the page you get "View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done." message at the bottom.

      --
      - Raynet --> .
    14. Re:Not Joel Spolsky's Site by Anonymous Coward · · Score: 0

      You can read the answers on ExpertExchange, just scroll down to the bottom of the page an you'll see the unencrypted questions and answer threads.

    15. Re:Not Joel Spolsky's Site by Anonymous Coward · · Score: 0

      Usually, if you disable CSS rendering and scroll to the bottom of the page, you can see the actual answers. Still, I routinely complain about their high rankings & unsavory practices to google.

    16. Re:Not Joel Spolsky's Site by asadsalm · · Score: 1

      It does not charge for answers. Just scroll down and the answers are written there in visible plain text. The scrambled answers above are just a "trickery"

  6. Joint Venture by Nerdposeur · · Score: 0, Redundant

    This site is a joint venture with Jeff Atwood of Coding Horror.

    1. Re:Joint Venture by Anonymous Coward · · Score: 0

      It's okay Jeff, we all know already.

    2. Re:Joint Venture by Goaway · · Score: 1

      People are probably trying to avoid mentioning this in order to make the site look more inviting.

  7. Stack Overflow by Anonymous Coward · · Score: 1, Interesting
    It works while it's new but it won't be long before there are just questions and no answers. Most of them are silly anyway, like what does the scope operator do without a scope, eg ::func();

    Who would want to answer such question that one can look up in 2 or 3 google queries? That's a rhetorical question.

    1. Re:Stack Overflow by Champion3 · · Score: 1

      Who would want to answer such question that one can look up in 2 or 3 google queries? Somebody who wants an easy way to build up reputation on the site. Yes, I know it was a rhetorical question, you pedants.

      --
      I'm going to the casino. Don't gamble.
    2. Re:Stack Overflow by religious+freak · · Score: 4, Insightful

      Answers sites are extremely useful when trying to figure out relationships between two things which may not be easily translatable into a concise search query. They're also really handy when you're not quite sure what your question is - and someone else is gracious enough to solidify the thought and answer it.

      I'm a big fan of yahoo answers, and I'd love to have a free site for in-depth tech stuff like this. (I've never ponied up the money for experts-exchange)

      --
      If you can read this... 01110101 01110010 00100000 01100001 00100000 01100111 01100101 01100101 01101011
    3. Re:Stack Overflow by Anonymous Coward · · Score: 1, Insightful

      five thumbs up. the look and feel of the site is very good and makes it easy to find what you want and browse a little.

    4. Re:Stack Overflow by moderatorrater · · Score: 4, Insightful

      Easy. Post a coding question, such as "how can I write a query to do x when the tables are y and z?" or "I've got this piece of code, and it's doing x when I want it to do y", or even "I need some obscure functionality with the win32 api. how can I do this?" You know, the same thing people used experts exchange for, only now it's free.

    5. Re:Stack Overflow by coryking · · Score: 2, Insightful

      Has *anybody* paid money for expertsexchange?

      I'm always in amazement that they still manage to be indexed by Google.

    6. Re:Stack Overflow by Anonymous Coward · · Score: 0

      I'm always in amazement that no one seems to realize that you can get answers from experts exchange for free. Admittedly they do make it look like payment is required but when you go through the process of signing up you can do so for free. You can read as many answers as you want. You need to pay if you don't want restrictions on how many questions you can ask though.

    7. Re:Stack Overflow by Anonymous Coward · · Score: 0

      Has *anybody* paid money for expertsexchange?

      I'm always in amazement that they still manage to be indexed by Google.

      People whose jobs depend on the answers.

  8. High quality is a high goal by Anonymous Coward · · Score: 0

    when the site relies on input from people who have the time to provide feedback, and I don't think there's any credentials system to verify that people know what they are talking about.

    I'm not trying to shoot down this goal, just noting some points brought up by sites that seem to already dislike this effort.

  9. Initial thoughts by Bogtha · · Score: 4, Interesting

    I've been using it for the past day or so, and although there are lots of decent questions, there are also a lot of people who post things that could easily be answered by with Google or RTFM, a lot of students posting homework questions (and getting answers!), and a lot of people posting bad code as answers. Time will tell whether they can build a community that can resolve these problems, but in my experience, the quality of these types of communities only goes down.

    --
    Bogtha Bogtha Bogtha
    1. Re:Initial thoughts by DeadDecoy · · Score: 3, Insightful

      Maybe they just need a way to (meta)moderate the questions based on views and whether it's been solved or not. They should also have a filter for stupid homework questions, e.g. How to check if the given string is palindrome? Also, questions should have a 'solved' or 'pending' tag like a bugs section instead of 'answers', which is simply a chain of replies. This way they could bury the more naive attempts at solving homework and get to the more difficult and interesting problems like writing drivers for linux : ).

    2. Re:Initial thoughts by JPLemme · · Score: 3, Insightful

      There's a "Homework" tag, and anyone with enough rank to tag questions can apply it (even if the student didn't.)

      As for the GP's point, if SO wants to become the source of all good bits it would *need* to duplicate the questions that can be easily Googled so that it has all of the answers. A lot of the information on Wikipedia could have been Googled as well, but the people who added that info added value to Wikipedia regardless.

    3. Re:Initial thoughts by moderatorrater · · Score: 0, Offtopic

      Fart.

    4. Re:Initial thoughts by Bogtha · · Score: 1

      As for the GP's point, if SO wants to become the source of all good bits it would *need* to duplicate the questions that can be easily Googled so that it has all of the answers. A lot of the information on Wikipedia could have been Googled as well, but the people who added that info added value to Wikipedia regardless.

      Being "the source of all good bits" is neither feasible nor optimal. If the question being asked is how to use a particular function, then a search engine should take you to the API reference page for that function, not a bunch of squabbling wannabes giving bad advice. If the question being asked is "is there a Firefox extension for [x]?", then a search engine should take you to the website for that extension, not a page with ten different people supplying the same link to the same place.

      --
      Bogtha Bogtha Bogtha
    5. Re:Initial thoughts by JPLemme · · Score: 2, Insightful

      I don't disagree with you, but there's a category of questions between your two examples which is (I think) where SO is aimed. API references sometimes tell you everything /except/ how to use a function (or at least they don't cover more than one or two standard cases). And your second question would be more suitable for SO phrased as "how can I stop Firefox from doing [x]".

      I'm still on the fence as to whether their concept will work or not. I've gotten a couple of excellent answers to very specific questions that two hours of Googling didn't solve. But there's a LOT of noise on the site and the wiki-style editing that's supposed to suppress the noise hasn't been able to keep up.

      The other point is that the participants in the private beta have been a self-selected group of developers who are interested in programming and making the site work. Now that it's public it should either fail or succeed really fast.

  10. important programming question by Trailer+Trash · · Score: 4, Funny

    vim or emacs? Has anyone asked *that* yet?

    1. Re:important programming question by JPLemme · · Score: 1

      That question is used as the example of what not to ask, so instead there's this:

      http://stackoverflow.com/questions/35809/why-are-vi-and-emacs-popular

    2. Re:important programming question by Anonymous Coward · · Score: 0

      vim or emacs?

      Has anyone asked *that* yet?

      Most know the answer - Vim it is.

    3. Re:important programming question by martinw89 · · Score: 2, Funny

      OK, I'll ask.

      Why is vim so much better than emacs??

    4. Re:important programming question by Anonymous Coward · · Score: 0

      Yes, the answer is nvi. Stop bothering us with GPL'd bloat quarrels.

    5. Re:important programming question by smylie · · Score: 1

      vim or emacs?

      Has anyone asked *that* yet?

      Of course . . . you can't have a programming community without abusive editor war threads:

      http://stackoverflow.com/questions/2898/text-editor-for-linux-besides-vi

    6. Re:important programming question by Anonymous Coward · · Score: 0

      EDIT.COM

    7. Re:important programming question by Alphasite · · Score: 1

      Isn't there a command in emacs that definetly answer that question? C-x C-m vimvsemacs

  11. Ubuntuforums covers my needs by Thelasko · · Score: 1, Informative

    Even for Windows issues. Everyone is very helpful.

    --
    One of our competitors trademarked the term "hypothesis". From now on, we will call them "boneheaded ideas".
    1. Re:Ubuntuforums covers my needs by Swizec · · Score: 1

      Whenever I asked something remotely difficult on ubuntuforums like configuring .audiorc so I'd have both upmix and dmix (not functioning by default at the time) or configuring wacom's expresskeys I got zero replies.

      Why? I don't know, but my guess is it was just too advanced for ubuntu gurus.

  12. Thanks Slashdot by rea1l1 · · Score: 0

    Another slashvertisement. Just what we needed.

  13. Nice /-vertisement by mcmonkey · · Score: 1

    But really, what's the point? What do I get from this site I can't find with usenet and Google groups?

    With the issue of researching a question regarding foo v3 and getting burried with out of date data on foo v1, what is being done here to resolve that issue?

    For the moment I expect the site to have details of the latest and greatest, but only because it is a new site. If it lasts a few years, it will be full of the same stale information as other sites.

    Will they remove any questions/responses regarding old releases? If so, what about folks who don't update every system on every release?

    Other than being a new Q-and-A site, how is this different than any old Q-and-A site?

    1. Re:Nice /-vertisement by JPLemme · · Score: 1

      I had a couple of XSLT questions that hours of Googling had failed to answer. I posted them on SO and a Finnish gentleman answered them (correctly) within 30 minutes. I was impressed.

      Now that it's out of private beta, I don't know what'll happen to it. And I'm still not sold on the whole hybrid forum/wiki format. But regardless of what happens to the site going forward, it was a huge help to me last week.

    2. Re:Nice /-vertisement by daveime · · Score: 1

      But really, what's the point? What do I get from this site I can't find with usenet and Google groups?

      There used to be a time, many years ago, when Googling for something, or looking on usenet might actually find an answer to a technical question.

      Just last week we had a tech issue with MSIE 7 and the "Operation Terminated" popup.

      Out of all the top 10 pages of supposed "tech forums" listed on Google where this issue had been encountered, the responses are overrun with cockroaches with nothing more constructive to say than "use Firefox". Fuck off, I asked for a technical answer, not a fanboi's wet dream.

      Lets hope this sit might finally do away with the egotism and spam that the fanbois pollute everything with, and we might just find an anwser to the question we were asking (but somehow I doubt it).

      There, rant over, flame away.

    3. Re:Nice /-vertisement by jsight · · Score: 1

      Out of all the top 10 pages of supposed "tech forums" listed on Google where this issue had been encountered, the responses are overrun with cockroaches with nothing more constructive to say than "use Firefox".
      [...]
      Lets hope this sit might finally do away with the egotism and spam that the fanbois pollute everything with, and we might just find an anwser to the question we were asking (but somehow I doubt it).

      I've been using the site for a few weeks now, and I can confirm your doubts. Its a fairly nice site with some usefulness, but unfortunately the reputation system can actually get in the way on some of the hard questions (such as the ones that you mention). If you ask something really hard that almost noone there is likely to know, you tend to get the following:

      1. People ignore it for a few hours
      2. Others realize that noone is likely to give a valid answer, so hoping for rep, they type something that might sound good to the average schmuck. Eg, "use firebug to figure out whats wrong with your code". It gets one or two up votes and one or two down votes, netting them a gain in rep.

      There are lots of great answers for how to write a singleton in Java, though! sigh

  14. What idiot designed the input formatting? by Animats · · Score: 1

    "to linebreak use 2 spaces at end"

    Who ordered that? That's a huge headache if you want to paste in something.

    1. Re:What idiot designed the input formatting? by Cecil · · Score: 1

      Sounds like reST.

  15. Editing will keep it up-to-date by Nerdposeur · · Score: 1

    For the moment I expect the site to have details of the latest and greatest, but only because it is a new site. If it lasts a few years, it will be full of the same stale information as other sites.

    Nope. You didn't RTFA. It has Wikipedia-like editing of questions and answers. If you get enough reputation in the site, you can edit and update things as needed.

    1. Re:Editing will keep it up-to-date by topham · · Score: 4, Insightful

      Have you ever looked at the C FAQ? It's full of exceptionally useful information and tips but no beginners can comprehend it.
      This will turn into the same thing. Absolute declarations of: You must do it -this- way, followed by an explanation only the converted can understand.

    2. Re:Editing will keep it up-to-date by catfood · · Score: 1

      Beginners don't need the FAQ, they need a tutorial.

    3. Re:Editing will keep it up-to-date by eric-x · · Score: 1

      > It's full of exceptionally useful information and tips but no beginners can comprehend it.
      That's because nobody bothers to read the specs anymore.
      It's a completely backwards way of working, something like the movie Memento.

    4. Re:Editing will keep it up-to-date by xenocide2 · · Score: 1

      The problem with C is that it requires a decent explanation of computer architecture to understand; no other language is quite this bad. This leads to explanations about the stack versus heap and other technical considerations that no other language FAQ needs to explain. Meanwhile, beginners become frustrated, angry that you're lecturing them on some boring low level details that they're certain don't matter, because they never have elsewhere. This is why the best way to learn C is to learn assembly first, then decide there must be better ways.

      It pains me that the lead developer, Jeff Atwood, has never learned C. In spite of naming his site "StackOverflow"! Well, I guess it proves the old adage "Those who can, do. Those who can't, stack overflow."

      --
      I Browse at +4 Flamebait

      Open Source Sysadmin

    5. Re:Editing will keep it up-to-date by topham · · Score: 1

      I agree, to a point. I am a self taught C programmer. My formal education followed my learning C. I can definitely agree that C is far more low level than most people care to understand. However, the problem with the FAQ is not the low level nature of C. The problem with the FAQ is that nobody who uses C partically can understand it. The only people who understand it learn it, and teach it, and related theory at university 24/7. They don't use it day in and day out in the real world. There is a schism between these that the FAQ does not, and cannot address.

      I expect to see 'StackOverflow' reach a similar point. Where the top-tier prevents the middle-tier from being heard and understood. The top-tier likes to show-off what they know, while the middle tier actually uses what they know.

      When someone posted a question on Usenet that included 'void main', the world ended. It didn't matter that 'void main' had absolutely nothing to do with the question at hand. It became a method to put down, and avoid answering questions that mattered in the real world.

      (the most important questions weren't answerable by the FAQ, as the FAQ was based on the spec, while half the compilers didn't meet the spec. But don't let that interfere with an FAQ...)

    6. Re:Editing will keep it up-to-date by goose-incarnated · · Score: 1

      The problem with C is that it requires a decent explanation of computer architecture to understand; no other language is quite this bad. This leads to explanations about the stack versus heap and other technical considerations that no other language FAQ needs to explain.

      If you ever even read CLC, or the C FAQ, you'd know better than to refer to stack/heap - the C experts get, well, vexed when hearing things like "stack" and "heap" in a C context, and with good reason. You see, saying that C actually has those concepts is misleading, because it doesn't, and trying to learn C when keeping in mind "stack" and "heap" leads to bad practices. So they maintain that no C problem (in CLC and the C FAQ) should ever mention these things, as the C standard itself makes no mention of it, and your C problem would never have to consider those things either.

      --
      I'm a minority race. Save your vitriol for white people.
    7. Re:Editing will keep it up-to-date by xenocide2 · · Score: 1

      Well, I admit I've never read the C FAQ. But I'd love to see the contortions one must make to explain why you cant return pointers to auto variables. These are the same sort of people who get angry when people confuse "pass by reference" for "passing references by value".

      --
      I Browse at +4 Flamebait

      Open Source Sysadmin

    8. Re:Editing will keep it up-to-date by goose-incarnated · · Score: 1

      Well, I admit I've never read the C FAQ. But I'd love to see the contortions one must make to explain why you cant return pointers to auto variables.

      Let me try a contortion :-)
      You cannot return pointers to variables with local storage duration, as the C standard calls this "undefined behaviour"[N869, 6.2.4.3, 6.2.4.4, 6.2.4.6].

      These are the same sort of people who get angry when people confuse "pass by reference" for "passing references by value".

      Well, it's true, they do (or rather, we do :-), because it leads to all sorts of misconceptions - you obviously know what you are talking about, but saying the same thing to a pascal programmer would make them think something else entirely.

      --
      I'm a minority race. Save your vitriol for white people.
  16. This has been done already by PingXao · · Score: 0

    about.com and expertexchange.com come to mind. Thanks for TFA, though, I can pre-emptively block the domain at the router and modify my Google scripts to exclude results from there.

  17. Another nail... by Anonymous Coward · · Score: 0

    ...in Usenet's coffin.

    We're the reason Usenet is dying. What goes on here at Slashdot, experts-exchange, etc. used to take place there. For whatever reason we have chosen to avoid collaboration on Usenet, so don't fret about it when it finally vanishes.

  18. Reputation System by Nerdposeur · · Score: 5, Interesting

    I think the most interesting thing about StackOverFlow is the reputation system. The more good questions and answer you create, the more power you get. From the FAQ:

    Here's how it works: if you post a good question or helpful answer, it will be voted up by your peers. If you post something that's off topic or incorrect, it will be voted down. Each up vote adds 10 reputation points; each down vote removes 2. Amass enough reputation points and Stack Overflow will allow you to do more things on the site, beyond simply asking and answering questions, such as:

    15 - Vote up
    15 - Flag offensive
    50 - Leave comments
    100 - Vote down
    250 - Close your questions (no longer accept answers)
    500 - Retag other people's questions
    750 - Edit community wiki posts
    2000 - Edit other people's posts
    2000 - Delete comments
    3000 - Close other people's questions

    At the high end of this reputation spectrum there is little difference between users with high reputation and moderators. That is very much intentional. We don't run Stack Overflow. The community does.

    1. Re:Reputation System by AKAImBatman · · Score: 1

      At the high end of this reputation spectrum there is little difference between users with high reputation and moderators. That is very much intentional. We don't run Stack Overflow. The community does.

      I have one word for Stack Overflow: Cliques

      Teenagers with too much time on their hands will kill this thing in a week unless they adjust their scheme.

    2. Re:Reputation System by Nerdposeur · · Score: 2, Insightful

      That's possible, but the site has been in beta for a while, and bored people have been trying to manipulate it already. They've put a lot of mechanisms in place to encourage good behavior, and hopefully community monitoring will continue to stop this.

      What you're saying should be pretty easy to detect, right? Like, these 10 people all post crappy answers and vote each other's crappy answers up? Those users could be penalized, and meanwhile, if the answers are truly crappy, other people can be voting them down or even deleting them.

    3. Re:Reputation System by mpeg4codec · · Score: 1

      This exact sort of system has been in place for years at PerlMonks, to excellent effect. These guys just took it and applied it to programming questions in general.

    4. Re:Reputation System by AKAImBatman · · Score: 1

      The site is not yet popular. A popular site has to worry less about poor posts from particular users, but rather an overall community developing that takes a dim view on new users. The PROBLEM with this sort of clique is that the type of people who band together into cliques are usually the least knowledgeable. So they will end up working in concert to drive off those who know things rather than promote those who do.

      Oversight is a key issue with ANY community. If there is no oversight here, the community will spiral out of control.

    5. Re:Reputation System by autophile · · Score: 2, Funny

      If you post something that's off topic or incorrect, it will be voted down. Each up vote adds 10 reputation points; each down vote removes 2. Amass enough reputation points and Stack Overflow will allow you to do more things on the site

      Great. Level grinding :(

      --
      Towards the Singularity.
  19. Just ask it a simple question ... by PolygamousRanchKid+ · · Score: 1

    ... so instead of debating about it, why doesn't someone just post the question on the site:

    "Is this site good, or crap?"

    --
    Schroedinger's Brexit: The UK is both in and out of the EU at the same time!
    1. Re:Just ask it a simple question ... by bentcd · · Score: 1

      ... so instead of debating about it, why doesn't someone just post the question on the site:

      "Is this site good, or crap?"

      "What is the best way of gaming the stackoverflow.com reputation system?"

      --
      sigs are hazardous to your health
  20. Knowledge RPG? by Arc+the+Daft · · Score: 2, Interesting
    I'll probably get downmodded for admitting I bought Spore, but the similarities between Stackoverflow's achievements and the space stage of Spore are uncanny.

    Like many sites, you are given geek powers the more you use the sight and the more helpful you are, ultimately giving you lots of mod powers. Addictive, but will the people that attain the powers use them for good?

    Only time will tell...

    1. Re:Knowledge RPG? by 77Punker · · Score: 4, Funny

      It'll be like Slashdot; people will post good comments until they have good karma and then use the good karma to troll.

      Faggot.

    2. Re:Knowledge RPG? by kat_skan · · Score: 1

      I dread the day somebody makes an ASCII art goatse that is also a valid perl script.

    3. Re:Knowledge RPG? by 77Punker · · Score: 1

      So I imagine that would be some sort of injection attack...?

      Pun intended.

    4. Re:Knowledge RPG? by BitZtream · · Score: 1

      I'll paypal $5 to anyone who creates a valid perl script that when shown in an editor with a monospaced font it represents a good look alike for the stinger photo AND when executed generates a string which can be posted into a web form to perform a SQL injection attack. The SQL injection attack need not be functional against a known website, just something that would work on unsanitized input.

      $10 if you give me one that will work against a website that properly sanitizes input, but takes advantage of something in PostgreSQL that would work against the sanitizing (like the oracle date field attack).

      First response working response is the only one that gets paid.

      --
      Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
  21. Typical question by Anonymous Coward · · Score: 0

    Dear Sir,

    Give me a codes that can flow an object through arrays. I need it soonest. Can u do it?

    1. Re:Typical question by Anonymous Coward · · Score: 0

      Major Kong, is it possible this is some kind of loyalty test? You know: give the 'go code' and then recall to see who would actually go?

  22. I was a beta tester by jerbenn · · Score: 4, Interesting

    The site is now out of beta. I was one of the original beta testers and I can attest that this application is truly revolutionary from the other BBS/Q&A sites that exist out there. First off, it is totally free. Secondly, all of the stupid answers and questions get voted down and disappear very quickly. (Like the guy wanting you to "send me teh codez for class assignment"). Thirdly, the user interface is superb for a web-based app as well as the search functionality. It takes all of the new fangled web features and combines them into this site. You can even get 'badges' sort of like slashdot karma. Way to go Jeff and Joel!

    1. Re:I was a beta tester by Anonymous Coward · · Score: 0

      I'm sure that got you the girls.
      You should write a book about your time as a beta tester.

    2. Re:I was a beta tester by chris_mahan · · Score: 1

      Beta tester here from day 1 (watched codinghorror on twitter and got early early invite)

      The site is not out of beta. It's out of private beta and into public beta.

      --

      "Piter, too, is dead."

  23. And devshed? by ducomputergeek · · Score: 3, Interesting

    I've used Devshed for more than a decade. Usually I've been able to at least find people to point me in the right direction. Okay, layout and ads are a pain, but it's free.

    --
    "The problem with socialism is eventually you run out of other people's money" - Thatcher.
  24. C FAQ is gated in ways StackOverflow is not by SuperKendall · · Score: 1

    The C FAQ is the result of content being gated through a few very high level C users. If a particular question becomes too obtuse on StackOverflow, then a new one will be created - but in reality what would happen is that you would get some simple answers, some complex answers, the good ones from both sets would be modded up and the reader could choose. It's not like just anyone can edit, there are rules around who can edit what when designed to bring more control than Wikipedia has but still allowing an answer to grow.

    --
    "There is more worth loving than we have strength to love." - Brian Jay Stanley
  25. This hasn't stopped you... by nobodyman · · Score: 4, Insightful

    ...from posting on slashdot.

    Seriously, looks aren't everything. In fact, unless the content is compelling enough even the prettiest design won't keep people coming back. Look at sites like craigslist.

    And it's not like their competition (experts-exchange) is setting the aesthetic bar that high, ya know?

    1. Re:This hasn't stopped you... by dunnius · · Score: 1

      And it's not like their competition (experts-exchange) is setting the aesthetic bar that high, ya know?

      Slashdot's Idle section doesn't help either.

    2. Re:This hasn't stopped you... by nobodyman · · Score: 2, Funny

      True that. Idle is like Slashdot's answer to Matrix Reloaded: the original is great and we all agree that the other does not exist.

  26. OpenID problems by deweller · · Score: 2, Informative

    The openID authentication isn't working for me. Anyone else having problems?

    1. Re:OpenID problems by deweller · · Score: 1

      Update: Yahoo/Flickr didn't work for me. AOL did.

  27. The differences: by liquiddark · · Score: 2, Insightful

    - Reputation system that actually matters (see Nerdposeur's post above) - Specific focus on functionality to drive user behaviour patterns - wiki approach to QnA - focus on community-driven content. - focus on keeping it free Experts Exchange has maybe 2 of the above, and nobody is really doing it the way that this site is doing it. Listen to the Stack Overflow podcast to understand a lot more about what they're doing that makes this site significantly different from the "other" answer sites.

  28. Far more useful by SuperKendall · · Score: 4, Insightful

    Content s not hidden behind a gated wall, and is community edited - by responsible community members, in that there are complex rules around who can edit what to keep things open but still controlled from random vandalism.

    In addition, despite the layout being sort of ugly, it has a really great feature - badges. These are Trophies or Achivements, that make it fun to keep using the site and reward you for improving things in various way.

    Even just in the beta period there were a lot of pretty good questions and answers. It's harder to see that now that the general public is in but there still are good questions and informative answers, and searches should yield some pretty useful results there.

    --
    "There is more worth loving than we have strength to love." - Brian Jay Stanley
    1. Re:Far more useful by Anonymous Coward · · Score: 0

      You do realize that there's no real gated wall, right? Scroll down to the bottom of the page... the answers are there.

  29. Re:yOUR legacy to our children/grandchildren by Anonymous Coward · · Score: 2, Funny

    can you summarize?

  30. And how does this have more value then any of the by geekoid · · Score: 0, Flamebait

    100s of other more diverse cites out there?

    I ahven't ahd to look past page one for a good answer to any technical question in years, perhaps Joel needs to figure out how to use google better?

    Oh, you're going to add a ranking system, great that's only been done many times. And we know ranking systems always bring the cream to the top~

    Good luck. Considering the poor advice that is already being ranked up, you are going to need it.

    --
    The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
  31. You mean experts exchange results? by msimm · · Score: 1

    Aside from being possibly one of the most annoying layouts I know of when I do navigate to a answer I generally do find a higher quality of responses then a lot of the average googled answers (yahoo answers, random forum, spam, etc).

    I hated them for a long time, but it wasn't until after I was out of school that I even realized that they actually had the answers (but ever since I've I've ignored the minor annoyance and generally appreciated the slightly higher quality of response).

    Anyway, it's pretty useful having resources like this and as I get older (and my job gets more serious) I find from time to time that I simply want to ask a grown up question and get a grown up response and for whatever reason I don't always seem to have a peer I can ask.

    --
    Quack, quack.
    1. Re:You mean experts exchange results? by Arterion · · Score: 1

      You can just sign up as an expert. You don't ever have to post answers, but you can still read them all without it costing anything.

      --
      "That which does not kill us makes us stranger." -Trevor Goodchild
  32. First rule of TimeCube by Anonymous Coward · · Score: 0

    Ok, what the GP was trying to express was:
    The first rule of TimeCube is you can talk about anything as long as you include the expression "snot for brains".

  33. Quick, but wrong by Animats · · Score: 3, Interesting

    I asked a moderately hard Perl question (there's a problem in Date::Manip that seems to be configuration dependent), and within two minutes, I had a wrong answer. No useful replies yet.

    1. Re:Quick, but wrong by Epistax · · Score: 1

      well yeah "First Post!" doesn't even run.

    2. Re:Quick, but wrong by Anonymous Coward · · Score: 0

      You got a quick answer because, if you treat the site like an RPG, you need to answer a lot of questions quickly/briefly to get the most points out of it and win badges; the first mostly-correct answer is normally awarded with the singular honor of "correct answer" and 10 points.

      You got the wrong answer because there aren't many perl experts on the site. To illustrate, look at the relative magnitude of different tags to see what topics are popular:

      c# 1343 .net 1204
      java 842
      asp.net 714
      c++ 572
      php 460
      javascript 457
      python 434
      sqlserver 426
      windows 423
      sql 414
      visualstudio 355
      c 289
      html 273
      language-agnostic 259
      ruby 215
      css 201
      xml 199
      mysql 187
      winforms 174
      unit-testing 164
      vb.net 151
      rails 138
      oracle 138
      ajax 130
      perl 126

      There are only 89 questions right now that are related to perl. For contrast, PHP has over 350 and generally sees twice the answers.

      Finally, your question will probably not get many further replies once it's fallen off the scopes they provide. There's no way to form complex searches or to sort things, so once a question is off the first page or two in one of the 4 categories (new, hot, votes, active -- all largely redundant), it will probably never be responded to again.

  34. Re:And how does this have more value then any of t by Anonymous Coward · · Score: 0

    Mod this guy down. Nothing but a flame thrower.

  35. Bots by Simian+Road · · Score: 1

    I was going to say Bot-farms and Scripts, but that'll do too.

  36. High expectation by Anonymous Coward · · Score: 1, Interesting

    I've been betatesting the site for about 1 month..and I seems to be working just fine, really.

    Lets hope the community makes something good out of it. Big expectations are set on the reputation and voting system in order to make it something useful instead of something full of crappy questions and sub-standard answers rated high.

  37. Excuse me but... by AceofSpades19 · · Score: 0, Redundant

    How is this any different then daniweb.com?

    1. Re:Excuse me but... by idlemachine · · Score: 1

      How is this any different then daniweb.com?

      People have actually heard about stackoverflow.com

    2. Re:Excuse me but... by AceofSpades19 · · Score: 1

      only because its on slashdot ;)

    3. Re:Excuse me but... by idlemachine · · Score: 1

      Nah, in my case it's because Atwood has been talking it up endlessly on Coding Horror for the last 6+ months :) I'm guessing Spolsky has been doing the same at Joel on Software.

    4. Re:Excuse me but... by BitZtream · · Score: 1

      I know of it because I end up Spolsky website so many times when search for weird bugs. I'm actually suprised by the number of times I find answers from him, very useful fellow.

      --
      Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
  38. awesome website by cyneuron · · Score: 1

    awesome website.... expert-exchange is a mistake in today's social networking approach.....

    --
    cyneruon
  39. ...is very off-putting by mike260 · · Score: 1

    My experience so far has been that the majority of moderators are not equipped to judge answers on correctness (else they'd have answered themselves), so they score based on tone.

    So if you google the question and post a 2-para precis of the top hit in a friendly tone, you get lots of points. Post a correct answer in a curt tone, and you go -ve very quickly.

    Well I like helping people out as much as any geek, but I'll be buggered if I have to suck up while I'm doing it. And if you think karma-whoring is bad on Slashdot, try giving people a power-based incentive for doing it and then see what happens.

  40. Correction in terminology by SuperKendall · · Score: 2, Interesting

    Knowledgeable programmers don't hang around sites like Experts Exchange or Stack Overflow answering newbie questions.

    I think rather than saying "Knwledgeable Programmers" you meant to say "assholes".

    Because the experts I knw are happy to help newbies on occasion. And the reason you'd otherwise hang around stack overflow at other times is to see the more interesting and difficult questions, and answers. And to develop a public reputation for expertise. So at any time there is a helthy enough set of experts aorund willing to help newbies that questions get answered (or they get told where to look if they had just used search, also an acceptable response).

    And the truth is Experts Exchange did have some very good content, it was just hell to get to.

    --
    "There is more worth loving than we have strength to love." - Brian Jay Stanley
    1. Re:Correction in terminology by Anonymous Coward · · Score: 0

      Blub.

    2. Re:Correction in terminology by lysergic.acid · · Score: 5, Insightful

      i would also add that teaching others is one of the best ways to teach yourself.

      while i'm not a math wiz by any means (got a C in AP Calculus--though i did pass the AP test with a 5), i was involved in an after-school library tutoring program my junior and senior year. this was an excellent program, not only because it was a great resource for struggling students, but also because it was a great learning experience for the student tutors as well.

      tutoring other students is a great way to review old knowledge, and sometimes you even learn alongside the students as you try to help them understand difficult concepts. there's no better way to gain a genuine grasp on challenging material than having to explain it to someone else. it really challenges you to look at, analyze, and break down difficult concepts in new ways in order to convey the concept to the person you're tutoring. and in this process, you yourself also become much more familiar with and gain a better understanding of the material.

    3. Re:Correction in terminology by firelord84 · · Score: 1

      Ever thought about tutoring someone on sentence capitalization?

    4. Re:Correction in terminology by shutdown+-p+now · · Score: 1

      Because the experts I knw are happy to help newbies on occasion. And the reason you'd otherwise hang around stack overflow at other times is to see the more interesting and difficult questions, and answers. And to develop a public reputation for expertise. So at any time there is a helthy enough set of experts aorund willing to help newbies that questions get answered (or they get told where to look if they had just used search, also an acceptable response).

      I'm happy to help anyone, newbie or not, but I can do all of the above on public forums and Usenet newsgroups (for the record, I lurk at comp.lang.c++.moderated and microsoft.public.dotnet.*). The advantage of the latter is that I only read (and reply) to questions that I know are within my areas of competence.

    5. Re:Correction in terminology by andy9701 · · Score: 1

      I'm happy to help anyone, newbie or not, but I can do all of the above on public forums and Usenet newsgroups (for the record, I lurk at comp.lang.c++.moderated and microsoft.public.dotnet.*). The advantage of the latter is that I only read (and reply) to questions that I know are within my areas of competence.

      Couldn't you do that on Stack Overflow as well, if you wanted to? I'm not saying that one is necessarily better than the other, but on Stack Overflow you could just read the questions with a specific tag, and all of the other stuff that you aren't interested in is filtered out.

      Granted, this assumes that the poster tags their questions correctly, anyone can tag any post once they reach a certain reputation level.

    6. Re:Correction in terminology by Intron · · Score: 1

      You could also just write your answers in chalk on the sidewalk. I'm not saying that one is better than the other, but with chalk you can remove incorrect answers by just peeing on them.

      --
      Intron: the portion of DNA which expresses nothing useful.
  41. Spolsky shines at PR and marketspeak by Anonymous Coward · · Score: 0

    Spolsky shines at PR and marketspeak (may be its a competent businessman) but i have read enought of him to know he cares more about IT fashion that CS. Its not a trustworthy reference in my opinion.

    1. Re:Spolsky shines at PR and marketspeak by raynet · · Score: 1

      Maybe that is why he and Jeff have made this site where users, not them, answer to questions.

      --
      - Raynet --> .
  42. Re:Goatse by Anonymous Coward · · Score: 0

    Gay niggers? On my Slashdot?

  43. Offtopic by BitZtream · · Score: 0, Offtopic

    As they say, I have karma to burn ... you donkey raping shit eater, you fucked your uncle.

    --
    Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
  44. FREE Experts Exchange by Fish+(David+Trout) · · Score: 0, Redundant

    1. Use the "site:" operator when Googling your question:

          mfc how draw transparent bitmap site:experts-exchange.com

    2. View desired search result.

    3. SCROLL DOWN THE PAGE past all the bogus "All comments and solutions are available to Premium Service Members only" crap, to the very bottom of the page.

    Note: this only works with Google (or possibly only with any search engine). Accessing their "answers" pages directly from their own site doesn't work. (For that you DO have to pay.)

    But since most(?) people use a search engine to find their answers, knowing about the above provides a whole new source of high quality technical information.

    --
    "Fish" (David B. Trout)
  45. How is babby formed? by vzzzbx · · Score: 1

    How is babby formed? How girl get pragnent?

  46. that's more or less what ExpertsExchange was by Trepidity · · Score: 1

    I'm not going to say it was perfect, but it was a fairly minimalist site, completely free, that had people answering questions, in a not unreasonable percentage of the cases actually good answers. I'm not actually sure what happened in the meantime, only that I forgot about it entirely, probably around 1999 or so, stumbled upon it a few years later (2003? 2004?), and sometime in between it had morphed into total crap.

  47. bloated by fxkr · · Score: 1

    The real question is: nano vs notepad?

  48. Browse by tag by SuperKendall · · Score: 1

    I'm happy to help anyone, newbie or not, but I can do all of the above on public forums and Usenet newsgroups (for the record, I lurk at comp.lang.c++.moderated and microsoft.public.dotnet.*). The advantage of the latter is that I only read (and reply) to questions that I know are within my areas of competence.

    That's why I often browse by tag on Stack Overflow. I can search for Objective C or Java and help the most in those areas. But a lot of times just browsing new questions I can hit on something I know which is a little off the language access, like xslt, and be of help there. That's why I greatly prefer perusing Stack Overflow to help rather than just hanging out in a single topic newsgroup getting more ossified and set in my current language of heavy use.

    It's also cool to be able to read answers to questions every now and then about languages you have little familiarity with.

    --
    "There is more worth loving than we have strength to love." - Brian Jay Stanley
  49. The Gate by SuperKendall · · Score: 1

    You do realize that there's no real gated wall, right? Scroll down to the bottom of the page... the answers are there.

    The gate is the inability for later users to come and edit older content. All you can do is append...

    --
    "There is more worth loving than we have strength to love." - Brian Jay Stanley