I love AI, although I have only used Meta AI and the one that responds to my Google searches sometimes. But it is really-really useful. For example, I know absolutely nothing about the Linux kernel or how to program in x64 assembly. Okay, so, I asked Google search:

"Write assembly code that creates a file and writes some bytes into it and results in a linux elf64 executable."

Then it gave me a working assembly program that I could play with. I modified it quite a bit to my desire. And it works. Now, I was quite surprised that at the low level, the 32-bit Linux kernel is vastly different from the 64-bit kernel. I did not expect that. But then I asked a similar question from Google again:

"Write assembly code that creates a file and writes some bytes into it and results in a linux elf32 executable."

This time I noted the key differences, and now I understand that the two are two different beasts. But I have done the same with Lua programming, Python. I know absolutely ZERO about Lua and Python, yet with the help of Google and Meta AI, I was able to put together a small working program that did exactly what I wanted. From ZERO knowledge. Okay, I do have some background in programming but not with Python or Lua. I have never picked up a book about Python. All I knew was that it does like to use spaces for indentation. And that's it. With the help of AI, I can program just about anything. Next, I want to try Lisp language to see if I can write a program in that language. And then I want to try postscript. Again, I have absolutely ZERO knowledge of both of those.

See what I have accomplished so far with AI: Creating a binary file in different languages
!!! ;-) :-D !!!


In reply to Re: The Cargo Cult Generation Has Arrived Now What? by harangzsolt33
in thread The Cargo Cult Generation Has Arrived Now What? by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.