I’m trying to degoogle. I’ve heard good things about DuckDuckGo and I’ve been using it for the past few weeks and it’s pretty solid. But I’m just wondering what the Lemmy/Piefed community prefer for a search engine.

  • Casterial@lemmy.world
    link
    fedilink
    arrow-up
    1
    arrow-down
    3
    ·
    edit-2
    19 hours ago

    For programming questions why not use an LLM? The days of searching a specific problem are long done. LLM+Documentation is all you really need now days.

      • Casterial@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        2 hours ago

        Depends how you use LLMs. I didn’t say use LLM to solve the problem, I have it breakdown the documentation and make it easier to read/provide examples of usage + explain the steps.

        Stackoverflow also has incorrect answers always marked as correct and isn’t a great source to learn from, the best way to learn is just reading documentation and having breakpoints to read the data coming in.

        I had to make a stackoverflow back in the day to correct so many incorrect answers.