Re: Training the AI to write better LiveCode

2023-02-06 Thread Roger Guay via use-livecode
I forgot . . . can’t send attachments. Here is the dialogue: Me: A-A-A=25 AND B-B-B=20 AND C-C-C=15, WHAT IS A+B+C? GPT: A + B + C = (A-A-A + B-B-B + C-C-C)/3 + (A + B + C) = (25 + 20 + 15)/3 + (A + B + C) = 60/3 + (A + B + C) = 20 + (A + B + C) = 20 + A + B + C Therefore, A + B + C = 20 + A +

Re: Training the AI to write better LiveCode

2023-02-06 Thread Roger Guay via use-livecode
Forgive me for jumping in, but decided to try this myself. Here is the dialogue attempting to correct ChatGPT : What fun! Roger > On Feb 6, 2023, at 8:04 AM, Mike Kerner via use-livecode > wrote: > > that's not what chatgpt came up with. > but that's the point - it's still early. > > On

Re: Training the AI to write better LiveCode

2023-02-06 Thread Mike Kerner via use-livecode
that's not what chatgpt came up with. but that's the point - it's still early. On Mon, Feb 6, 2023 at 9:57 AM Craig Newman via use-livecode < use-livecode@lists.runrev.com> wrote: > A = -25 > B = -20 > C = -15 > > So, -60. > > Craig > > > On Feb 6, 2023, at 9:03 AM, Mike Kerner via use-livecode

Re: Training the AI to write better LiveCode

2023-02-06 Thread Craig Newman via use-livecode
A = -25 B = -20 C = -15 So, -60. Craig > On Feb 6, 2023, at 9:03 AM, Mike Kerner via use-livecode > wrote: > > there was also a thread on twitter this weekend, which was roughly this: > A - A - A = 25 > B - B - B = 20 > C - C - C = 15 > A + B + C = ? > It's still early. > > On Sun, Feb 5,

Re: Training the AI to write better LiveCode

2023-02-06 Thread Mike Kerner via use-livecode
also, from zdnet, this am https://www.zdnet.com/article/i-asked-chatgpt-to-write-a-wordpress-plugin-i-needed-it-did-in-less-than-5-minutes/ On Sun, Feb 5, 2023 at 8:57 AM Mark Rauterkus via use-livecode < use-livecode@lists.runrev.com> wrote: > Medium article: Guy uses Chat GPT to program home

Re: Training the AI to write better LiveCode

2023-02-06 Thread Mike Kerner via use-livecode
there was also a thread on twitter this weekend, which was roughly this: A - A - A = 25 B - B - B = 20 C - C - C = 15 A + B + C = ? It's still early. On Sun, Feb 5, 2023 at 8:57 AM Mark Rauterkus via use-livecode < use-livecode@lists.runrev.com> wrote: > Medium article: Guy uses Chat GPT to

Re: Browser Widget navigation and urls

2023-02-06 Thread David Bovill via use-livecode
Thanks Ben, will try experiment with window.location method... On Mon, 6 Feb 2023, 12:26 Ben Rubinstein via use-livecode, < use-livecode@lists.runrev.com> wrote: > The website might be actually a JavaScript 'app' that's displaying > different > information rather than navigating to different

Re: Browser Widget navigation and urls

2023-02-06 Thread Ben Rubinstein via use-livecode
The website might be actually a JavaScript 'app' that's displaying different information rather than navigating to different pages, which is now a very popular web dev technique. A responsible implementation of this approach includes a non-JS fallback, for accessibility purposes; and makes