• marcos@lemmy.world
      link
      fedilink
      arrow-up
      8
      arrow-down
      3
      ·
      10 months ago

      Yeah, the knowledge that 6 hours of debugging can save you from 10 long and extenuating minutes of reading the documentation. That one you can only get by fixing the problem.

      • acwern@sh.itjust.works
        link
        fedilink
        arrow-up
        6
        ·
        10 months ago

        Docs can only really help you if your problem is “I have used X from the library Y, yet I do not understand the baseline definition of X sufficiently and this is causing issues”. A lot of problems in practice are much more fundamental than that

  • Anonymousllama@lemmy.world
    link
    fedilink
    arrow-up
    17
    ·
    10 months ago

    Yeah but have you seen some people’s documentation? I get it’s not a glamorous task but I’ve seen some stinkers before (a heap of properties and methods just thrown on a page with barely any description and no reasonable samples)

    • lobut@lemmy.ca
      link
      fedilink
      arrow-up
      3
      ·
      10 months ago

      I copied and pasted some code from their own docs and it was missing required fields and those fields weren’t clear or documented well. Going into their code helped more but still.

      Also, the docs weren’t written with me in mind. It’s like if you were already familiar with it or a previous version because I swear I read it four times.

  • FederatedSaint@lemmy.world
    link
    fedilink
    arrow-up
    11
    ·
    10 months ago

    WAIT WAIT who made this??? It’s unreadable!!!

    He speaks while on Battle Cat, then departs on a Battle Ram? It’s unconscionable. So pedestrian.

    • newIdentity@sh.itjust.works
      link
      fedilink
      arrow-up
      4
      ·
      10 months ago

      It actually kinda is. GPT-4 has an enormous token size so you can upload the whole documentation of a framework or program and ask it specific questions to it

      • philm@programming.dev
        link
        fedilink
        arrow-up
        3
        ·
        10 months ago

        Has it though?

        AFAIK it has like 4k tokens which roughly translate to 3k words or something like that.

        The API has 8k or even 32k (this model should be interesting for something like that, unfortunately still don’t have access to it…)

        So the docs have to be rather short, that it gets all the relevant stuff, or am I missing something?

        • sheogorath@lemmy.world
          cake
          link
          fedilink
          arrow-up
          3
          ·
          10 months ago

          GitHub Copilot just got an update increasing the token to 8k so I think it can be queried to help you with something similar. I haven’t had the chance to test it further after the new update.

  • Pickle_Jr@lemmy.dbzer0.com
    link
    fedilink
    arrow-up
    8
    ·
    10 months ago

    I have ADHD and I’ll often find myself spending hours trying to find a fix, finally read the docs, get distracted, go back to finding a fix without the docs, remember that I was in the middle of reading a docs, and repeat

    • sheogorath@lemmy.world
      cake
      link
      fedilink
      arrow-up
      2
      ·
      10 months ago

      I usually get distracted reading one of the different APIs in the documentation and went down on a rabbit hole reading the whole history of some totally unrelated thing that just popped into my head and then realized what I had to do when I was going to bed and I ended up working thru the night.

      The other times I got stuck for a couple of hours looking for new themes for my code editor because I didn’t like how my current theme looked.

      Oh well ¯\_(ツ)_/¯