Why you should know: StackOverflow is facing a mod strike in a similar way as Reddit’s mod strike. They are doing this in response to StackOverflow’s failure to address it’s promises and provide moderation tools

  • Katana314@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    So…was the strike because they put a 100-strike limit on moderators marking normal questions as Duplicate/Opinionated/Unclear? Or, because all of the normal users left and it’s just spam trolls left behind?

    Ahhh, it’s because of divisions of opinion on AI. No doubt, it’d be easy to tell ChatGPT “ChatGPT, can you come up with excuses to lock all the questions on the front page so my query about Scala stays up top?”

    • SuperSoftAbby@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      arrow-down
      1
      ·
      1 year ago

      I’m constantly baffled by my coding professor suggesting stackoverflow to students for asking questions because of the experience I am seeing others have there. The new ones are always downvoted and the only reply usually just calls the person stupid. I’d just kinda accepted that this was the culture I was going to matriculate into when I graduate.

      • impulse@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        1 year ago

        I once handed in a citation from an answer to my Stack Overflow question.

        Something along the lines of… “After hitting a roadblock the community at Stack Overflow was consulted, as suggested in the lecture, and deemed the task not feasible [1].”

        The answer I put in the reference was one of the many variants of “Who in their right mind would do this in Matlab? Use Python instead.”

        I passed lol.

      • Puzzle_Sluts_4Ever@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        edit-2
        1 year ago

        Honestly? Your coding professor sounds kind of awesome. Because that is the most useful skill you can learn as a programmer/coder.

        There are two (now three-ish) ways to solve a problem like 'I need to integrate this new library" or “I am trying to do X with Y” and the like. You can spend hours learning every nuance of every library and algorithm to figure out exactly what corner case you are in. Or you can ask for help.

        And when you ask for help? You need to know how to vet those answers and figure out what is useful. This is true wither it is Jane on the Frontend team or xxx_420_JustBlazeIt on Stack Overflow. And sometimes that is going to involve dealing with an asshole and trying to key in on the useful bits.

        Adding on to that is the idea of using an LLM like ChatGPT (which scrapes stackoverflow…). Which is mostly the same end user experience.


        One of the hardest and most annoying things to teach people is how to ask for help. It pisses me off to no end how many “weekly standup” meetings I need to schedule just because I know that there are those people who will not ask for help unless I specifically ask them “oh, okay. What is the source of that delay and how can we help? Hey Fred, you have a lot of experience with X, right? Can you and Jim try to sum this problem up for the rest of us?”. And if we don’t have that meeting, they are going to sit by themselves silently trying to parse shitty documentation for weeks.

      • zeppo@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 year ago

        It was good when it was relatively new. The culture quickly turned toxic, as you’re seeing, and it’s been getting steadily worse for years now. There is a lot of useful information, and often the only thing online with code examples for a certain programming issue. but it is also increasingly outdated, in part due to the ‘no repeat questions’ thing. I have a couple popular answers about PHP and JavaScript from over 12 years ago, and they still get upvoted. Some people comment and say “this is answer is incorrect!” and… yeah, it’s from 2009.