Search engines have been dropping in quality significantly within the past decade, and especially within this past year. The noise to signal ratio has been frankly painful.

Can you please share some resources you use when trying to find answers to technical questions?

For example, STEM, academia, engineering, programming, etc.

  • @PlexSheep@feddit.de
    link
    fedilink
    42 years ago

    When doing technical things, I find the best source to always be the provided documentation. For example, when using an external crate in Rust, docs.rs or when coding a Django Webapp the official Django documentation.

    When starting out, these often contain examples or guides/tutorials.

    When that does not help, it goes back to putting relevant keywords into the search engine and hoping for the best.

  • Dr. Dabbles
    link
    fedilink
    English
    22 years ago

    For all of those topics, I use domain specific sites. So for research I’ll look at arxiv or one of the sites that make research freely available. For programming, I’ll search language mailing lists, documentation, and examples. Searching GitHub also isn’t a bad idea, but watch out for license issues.

    Be wary of using tools like got to summarize articles or outright answer questions. There’s no guarantee it will be correct, and if you don’t know the answer you won’t know it’s wrong.

  • Wikipedia is pretty good for computer sciency stuff. I’ll often use it as a reference for things like protocols or if I need a quick refresher for some algorithm.

    • @PlexSheep@feddit.de
      link
      fedilink
      22 years ago

      I feel like this is a risky approach. LLMs are designed to spit out text that sounds good, that’s all. If it hallucinates important info away, your compiler will not always tell you.