• Attacker94@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    3 days ago

    Are you trying to look for something like nitrotype? If so, what issue do you have with that, it is best not to reinvent the wheel. If you want something to be oss then I would recommend not taking the easy way out and learn to code in one of the c languages or java and make it yourself; if it was not your intention to allocate a minimum of approx 50 hrs of learning and development time I would recommend asking for interested parties by way of commissioning if necessary. In my experience having a project to work on helps you learn coding very quickly, I would highly recommend doing it without the use of ai generated code, in my experience it is only useful for recommendations on your own code or as a makeshift interactive doc page, but in general the official doc pages are just as easy to understand and have no chance of being irrelevant.

      • Attacker94@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        2 days ago

        In what way, is it too much techinese? If so, please tell me which aspects you are unfamiliar with and I would be happy to clarify

        • Curious Mind @lemmy.world
          link
          fedilink
          English
          arrow-up
          1
          ·
          2 days ago

          Techinese is a beautiful term😆😆😆 l understood this word, but much of the text that you typed, l failed to understand 😐😐

          Particularly that doc pages thing…

          • Attacker94@lemmy.world
            link
            fedilink
            English
            arrow-up
            1
            ·
            1 day ago

            A doc page is short for documentation page, it is a website, which is normally maintained by the language you are coding in, that shows you all of the syntax that you could possibly need for any given function. My reference to ai is that it is sometimes nice to ask ai how a function works if you are having trouble understanding it, but in general the doc pages already do a good job of that, and crucially shouldn’t be wrong.

            • Curious Mind @lemmy.world
              link
              fedilink
              English
              arrow-up
              1
              ·
              24 hours ago

              That means, if l’m coding in python, there’s a documentation page, if l code in javascript, it’s got a documentation page, like that ??😃😃

              Actually chatgpt does a wonderful job explaining technology in a story telling method. For example, telemetry can be compared to CIA, FBI and Mossad 😆😆😆😆😆

              • Attacker94@lemmy.world
                link
                fedilink
                English
                arrow-up
                1
                ·
                21 hours ago

                That means, if l’m coding in python, there’s a documentation page, if l code in javascript, it’s got a documentation page, like that ??😃😃

                Yes that is correct, in particular Python’s doc.page is here python, and JavaScript’s one is a bit different though due to its relationship to markdown languages like HTML, I do not believe oracle publishes a doc page for it specifically.