I’m seeking a website where I can ask any programming or tech-related questions without the risk of it being closed. The platform should allow linking of similar problems for better organization. Previously, I found HeapOverflow to be useful, but unfortunately, it is no longer available. Another platform I tried was Wotas.net (Wisdom of the Ancient Souls Q&A Tech Website), but it didn’t last long either. These platforms were not very active, often leading me to post solutions to my own questions. Despite this, I prefer them over websites with an army of moderators trying to find any excuse to close your post. My preference leans away from platforms like StackOverflow or Codidact, which focus mainly on bug-related questions. When dealing with troubleshooting bugs involving Minimal Reproducible Examples and error logs, I find seeking help from an LLM more beneficial than those kinds of websites anyways, due to their clear and concise responses.

  • abhibeckert@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    7 months ago

    Yep - I’m also looking for the same thing. Stack Overflow used to be the most amazing website on the internet… it’s not that anymore.

    LLMs are working pretty well for me and I’m not sure if anything like Stack Overflow will ever exist again. That ship has sailed in my opinion.

  • TropicalDingdong@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    7 months ago

    I asked ai to give me an image for a super hero for the fediverse and got this:

    Honestly, it seems like a federated solution is in order, since this seems to be the most effective way we can have content on the internet that isn’t ‘owned’. Its not a perfect solution, but I completly commiserate with your issue. I’ve come across reddit threads for arcane GIS or programming issues and found the comments deleted.

    Its only a matter of time before the walls go up around stack overflow and github. We should be thinking about the future and what its going to take to maintain an open and accessible web. A bit part of that is having the tools and resources available to learn. Theres a generation of learning that has the potential to be lost because some one ‘owns’ it.

    Some other considerations. Most platforms as a resources ‘work’ because they’ve reached some critical mass. Focusing on niche programming tasks or languages and building a small but robust community is more effective than trying to go very wide, but very shallow. Compare the success of the programming communities here . Most are empty. Most have no posts and no activities. But that’s because we’re conditioned to the granularity an extant critical mass supports. Instead, just like you are doing, you can post to more general communities like this one.

    There is also the strategy of focusing on more ‘diy’/ self supported projects that are based in open source. For example, QGIS, I think belongs on the fediverse. They are a phenomenal project and embody that open and free spirit.

    • abhibeckert@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      edit-2
      7 months ago

      Compare the success of the programming communities here . Most are empty. Most have no posts and no activities

      Lemmy also lacks the ability to edit someone else’s post. The best answers (and even the best questions) on Stack Overflow had multiple authors. It’s very rare to find one person who can comprehensively understand a problem, but several people can do that.

      Distinct posts by several people can never be as good as a single post. There’s too much repetition, too many stale posts that are out of date or have errors that the author didn’t come back to fix, etc.

  • magic_lobster_party@kbin.run
    link
    fedilink
    arrow-up
    0
    ·
    7 months ago

    Toxic communities have existed long before Stack Overflow was a thing.

    Either you’re asking a question that’s too basic, which people will respond with “RTFM!!!”, or “Just Google it you moron! It’s literally the first result”.

    Or you’re asking a too technically advanced question nobody has a direct answer to. That, or you’re met with “why on earth do you want to do that?”

    The sweet spot is hard to find.

    • onlinepersona@programming.dev
      link
      fedilink
      arrow-up
      0
      ·
      7 months ago

      The sweet spot is hard to find.

      It shouldn’t be. People should just answer the damn question or say nothing at all. “Why?” should never be an “answer” as I find people start debating the why instead of the actual question asked.

      CC BY-NC-SA 4.0

        • onlinepersona@programming.dev
          link
          fedilink
          English
          arrow-up
          0
          ·
          7 months ago

          Context is important. If a business decision has to be made, or it is important to get it right because there’s some real-world value attached to it. Otherwise, on the internet, it rarely ever matters why and is in most cases just a reason to detract and go on a tangent.

          This is most often seen on HackerNews. Someone creates something like Harder Drives, or asks how to put Doom on a toaster and people respond with “why?”. It doesn’t matter why. Just let people have fun, learn in their own way, discover new things, or do things differently.
          It shouldn’t be necessary to defend yourself over such trivial matters.

          CC BY-NC-SA 4.0

          • moonpiedumplings@programming.dev
            link
            fedilink
            arrow-up
            0
            ·
            7 months ago

            I used to spend a ton of time helping people on reddit with linux and related things, and the “why” matters immensely in that case.

            XY problem was extremely common, where someone was trying to achieve a goal through “incorrect” means.

            I also saw many, many people’s issues where they wanted something, but were referring to it by a different name, ending up confused and lost. All I had to do was say “you actually want Y” and point them on their way, and they would be happy.

            And then of course, sometimes people try to do something that’s simply not possible (or more usually, not implemented in software.).

            But in general, it’s very difficult to help people who don’t make it easy for you to help them, and part of that is explaining the “why”, in addition to their issue.

            • onlinepersona@programming.dev
              link
              fedilink
              English
              arrow-up
              0
              ·
              7 months ago

              I also contribute to communities like stackoverflow. There are very few reasons to ask “what are you trying to do”. Often it’s when the solution to their question doesn’t help them reach their actual goal and they willingly say “actually, I was trying to do X, but this didn’t achieve that”. Other cases are when they ask things like “why doesn’t this work” or “could you recommend ABC” and don’t provide enough information to answer the question.

              An example “how do I fit this $lightbulb into $fitting” shouldn’t be answered with “why?” even if you first thought is “that makes no sense, why would you do that?”. Maybe they don’t have other lightbulbs or fittings, maybe that fitting is the only one with a potentiometer or transformer they could find, maybe they actually bought the wrong fitting.
              IMO, a better answer is “I would advise against it, but here’s how I would do it”. It’s then up to the person asking the question to either indicate that they want to know why you advise against it, try it out and find out that it works for them or doesn’t. You asking “why” might just waste their time having to explain circumstances and wait on async responses instead of just getting a solution and deciding for themselves whether it helped or not.

              “Why” is often a waste of time and prone to tangents.I try not provide context to my questions anymore because of that.

              But you do you.

              CC BY-NC-SA 4.0

    • current@lemmy.ml
      link
      fedilink
      arrow-up
      0
      ·
      7 months ago

      reddit has been pretty much the only reliable option that isn’t stackoverflow, in my experience