Re: Fun with ChatGPT creating LC script

2023-09-29 Thread Derek Bump via use-livecode
Ms are now a dedicated part of my workflow. I do wish there was an offline model that didn't produce just javascript-laden gibberish, but I have a feeling that won't be the case for much longer. Thanks for sharing, Derek Bump On 9/29/23 13:30, Eller, Roger via use-livecode wrote: Then I ask

Fun with ChatGPT creating LC script

2023-09-29 Thread Eller, Roger via use-livecode
I asked ChatGPT to solve this problem, which it did perfectly. Then I asked ChatGPT to create code in LiveCode to solve the same problem. It generated some surprisingly great "looking" LC script which on the surface seemed like it would work. I allowed ChatGPT 4 tries to generate

More on ChatGPT and code stuff -- but with WordPress

2023-02-14 Thread Mark Rauterkus via use-livecode
Hi, Interesting video, IMHO. Love this guy. Plus, he just purchased my favorite WordPress page builder too, ThriveThemes. https://youtu.be/jVWNzXy8kUo Mark Rauterkus m...@rauterkus.com ___ use-livecode mailing list use-livecode@lists.runrev.com

I thought this is on LiveCode, not on ChatGPT.

2023-01-21 Thread christer via use-livecode
chris...@mindcrea.com+358-400-410216 ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Re: ChatGPT examples

2023-01-20 Thread Alex Tweedly via use-livecode
On 20/01/2023 18:26, Geoff Canyon via use-livecode wrote: I'm sure someone has done the work to create a more efficient algorithm for this. Off the top of my head if I were trying to I'd probably do something like: Hmmm. Maybe. But I kind of doubt it (though I'd love to find out I'm wrong).

Re: ChatGPT examples

2023-01-20 Thread Alex Tweedly via use-livecode
lex. On 20/01/2023 13:05, Alex Tweedly via use-livecode wrote: Fascinating. Thank you so much for that Geoff. I've been afraid to play with ChatGPT so far - too worried abut getting sucked in and spending way too much time I did take a look at your third example (since I can never res

Re: ChatGPT examples

2023-01-20 Thread Geoff Canyon via use-livecode
I'm sure someone has done the work to create a more efficient algorithm for this. Off the top of my head if I were trying to I'd probably do something like: 1. Grab two points at random (in case the points are pre-sorted in some way) and get the distance. 2. Assume that's a reasonable average

Re: ChatGPT examples

2023-01-20 Thread Geoff Canyon via use-livecode
Whoa, TIL. Of course ChatGPT was easily able to make the substitution. I've updated the doc. gc On Fri, Jan 20, 2023 at 9:46 AM Alex Tweedly via use-livecode < use-livecode@lists.runrev.com> wrote: > On 20/01/2023 15:55, Geoff Canyon via use-livecode wrote: > > >

Re: ChatGPT examples

2023-01-20 Thread Alex Tweedly via use-livecode
On 20/01/2023 16:52, Mark Waddingham via use-livecode wrote: On 2023-01-20 13:05, Alex Tweedly via use-livecode wrote: We need a better algorithm. If we use a "linear scan", we can change it from essentially Order(N**2) to approx Order(N). Slightly pedantic point (I appreciate that you did

Re: ChatGPT examples

2023-01-20 Thread Alex Tweedly via use-livecode
On 20/01/2023 15:55, Geoff Canyon via use-livecode wrote: Responses inline: On Fri, Jan 20, 2023 at 5:06 AM Alex Tweedly via use-livecode < use-livecode@lists.runrev.com> wrote: I thought of this -- especially since ChatGPT's first (python-esque) example uses "inf" -- but what would you use

Re: ChatGPT examples

2023-01-20 Thread Mark Waddingham via use-livecode
On 2023-01-20 13:05, Alex Tweedly via use-livecode wrote: We need a better algorithm. If we use a "linear scan", we can change it from essentially Order(N**2) to approx Order(N). Slightly pedantic point (I appreciate that you did say 'approx')... Sorting can not be done in any less time than

Re: ChatGPT examples

2023-01-20 Thread Bob Sneidar via use-livecode
-livecode@lists.runrev.com<mailto:use-livecode@lists.runrev.com>> wrote: Geoff. Startling, and beautifully presented. I had no idea ChatGPT was that powerful and knowledgeable. We are doomed. Craig Doomed like the guys walking behind the horses were doom

Re: ChatGPT examples

2023-01-20 Thread Geoff Canyon via use-livecode
On Fri, Jan 20, 2023 at 6:57 AM Craig Newman via use-livecode < use-livecode@lists.runrev.com> wrote: > Geoff. > > Startling, and beautifully presented. > > I had no idea ChatGPT was that powerful and knowledgeable. > > We are doomed. > > Craig > Doomed lik

Re: ChatGPT examples

2023-01-20 Thread Geoff Canyon via use-livecode
Responses inline: On Fri, Jan 20, 2023 at 5:06 AM Alex Tweedly via use-livecode < use-livecode@lists.runrev.com> wrote: > Fascinating. Thank you so much for that Geoff. > > I've been afraid to play with ChatGPT so far - too worried abut getting > sucked in and spending

Re: ChatGPT examples

2023-01-20 Thread Craig Newman via use-livecode
Geoff. Startling, and beautifully presented. I had no idea ChatGPT was that powerful and knowledgeable. We are doomed. Craig > On Jan 20, 2023, at 8:05 AM, Alex Tweedly via use-livecode > wrote: > > Fascinating. Thank you so much for that Geoff. > > I've been afraid to

Re: ChatGPT examples

2023-01-20 Thread Alex Tweedly via use-livecode
Fascinating. Thank you so much for that Geoff. I've been afraid to play with ChatGPT so far - too worried abut getting sucked in and spending way too much time I did take a look at your third example (since I can never resist a performance challenge :-) There are a number of minor

Re: ChatGPT examples

2023-01-20 Thread Heather Laine via use-livecode
use-livecode > wrote: > > I tested three use cases, with variations, using ChatGPT for (live)code > generation. There was a lot of back and forth. In the end, I solved all the > problems I set, but in some cases I had to hold ChatGPT's hand pretty > tightly. > > That said, I

ChatGPT examples

2023-01-19 Thread Geoff Canyon via use-livecode
I tested three use cases, with variations, using ChatGPT for (live)code generation. There was a lot of back and forth. In the end, I solved all the problems I set, but in some cases I had to hold ChatGPT's hand pretty tightly. That said, I learned some things as well -- about LiveCode. ChatGPT's

Re: ChatGPT conversation

2023-01-19 Thread Mark Smith via use-livecode
I suppose like a love affair, it can get addicting… I tried a few more queries in different programming languages to see how it would do. My queries were not very challenging, but it scored 10 out of 10 for both SAS and SQL (ie. both worked the first time). For python, when I asked it to write

Re: ChatGPT conversation

2023-01-18 Thread Mark Smith via use-livecode
Just a final thought. After reading through this transcript I think the thing that impresses me the most is the ability of ChatGPT to understand what I am asking or suggesting. In a language, English, that is not known for its precision, in almost 100% of the cases I would say ChatGPT

ChatGPT conversation

2023-01-18 Thread Mark Smith via use-livecode
I decided to take the plunge and see what this was all about. I posed a moderately difficult LC question to ChatGPT, one I knew that beginning livecoders (or even myself) might find challenging. Result: some things surprised me, both good and bad, but overall I think the approach has potential

Back to the ethics of ChatGPT

2023-01-18 Thread Mark Wieder via use-livecode
Time magazine investigative story: ChatGPT pays Kenyan workers $2 an hour to review obscene content https://time.com/6247678/openai-chatgpt-kenya-workers/ -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list use-livecode

Re: ChatGPT

2022-12-20 Thread Ken Ray via use-livecode
I just tried it and got this instead: - ME: Write a calendar app in livecode CHATGPT: To create a calendar app in LiveCode, you will need to use the LiveCode programming language and the LiveCode development environment. Here is a step-by-step guide to help you get started: 1

Re: ChatGPT

2022-12-20 Thread Bob Sneidar via use-livecode
You didn't know that? ;-P Bob S On Dec 19, 2022, at 17:10 , Mark Wieder via use-livecode mailto:use-livecode@lists.runrev.com>> wrote: On 12/18/22 12:15, Richard Gaskin via use-livecode wrote: A Twitter thread with ChatGPT botsplaining how 77 is a prime number: https://twitt

Re: ChatGPT

2022-12-20 Thread Craig Newman via use-livecode
ing I issued the same chat request a few hours later and > got an entirely different coding approach. > It even helpfully put the code into formatted, copy-able blocks. (formatting > not shown here.) > > ME: Write a calendar app in livecode > > CHATGPT: > Here is an example

Re: ChatGPT

2022-12-20 Thread Craig Newman via use-livecode
As Mark said… So if you have, say, 22, which is divisible by the prime “11”, then it is also divisible by 7""??? Craig > On Dec 19, 2022, at 8:10 PM, Mark Wieder via use-livecode > wrote: > > On 12/18/22 12:15, Richard Gaskin via use-livecode wrote: >> A

Re: ChatGPT

2022-12-19 Thread Mark Wieder via use-livecode
On 12/18/22 12:15, Richard Gaskin via use-livecode wrote: A Twitter thread with ChatGPT botsplaining how 77 is a prime number: https://twitter.com/bellafusari1/status/1603161415678046208 Wait what? "To prove that 77 is a prime number, we can use the theorem that states that if a n

Re: ChatGPT

2022-12-19 Thread harrison--- via use-livecode
Funny! Rick > On Dec 18, 2022, at 3:15 PM, Richard Gaskin via use-livecode > wrote: > > A Twitter thread with ChatGPT botsplaining how 77 is a prime number: > > https://twitter.com/bellafusari1/status/1603161415678046208 > > -- > Richard Ga

Re: ChatGPT

2022-12-18 Thread Richard Gaskin via use-livecode
A Twitter thread with ChatGPT botsplaining how 77 is a prime number: https://twitter.com/bellafusari1/status/1603161415678046208 -- Richard Gaskin Fourth World Systems ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit

Re: ChatGPT

2022-12-18 Thread Mike Kerner via use-livecode
for another dev tool that we use, i have yet to get it to propose anything that even resembles the proper syntax. On Sun, Dec 18, 2022 at 10:27 AM harrison--- via use-livecode < use-livecode@lists.runrev.com> wrote: > I tried using ChatGPT just to see how good or bad it might be >

Re: ChatGPT

2022-12-18 Thread harrison--- via use-livecode
I tried using ChatGPT just to see how good or bad it might be at writing LiveCode programs. It looked really cool when it generated the code, and at first I was all excited about it. Upon closer inspection it became clear that it was really bad code. Lots of syntax errors, a bunch of logic

Re: ChatGPT

2022-12-15 Thread Bob Sneidar via use-livecode
That's a good read. > On Dec 15, 2022, at 07:43 , Paul Dupuis via use-livecode > wrote: > > Another perspective on ChatGPT: > https://www.sciencealert.com/chatgpt-could-revolutionize-the-internet-but-its-secrets-have-experts-worried > _

Re: ChatGPT

2022-12-15 Thread Paul Dupuis via use-livecode
Another perspective on ChatGPT: https://www.sciencealert.com/chatgpt-could-revolutionize-the-internet-but-its-secrets-have-experts-worried ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: ChatGPT

2022-12-09 Thread Dan Brown via use-livecode
ing approach. > It even helpfully put the code into formatted, copy-able blocks. > (formatting not shown here.) > > ME: Write a calendar app in livecode > > CHATGPT: > Here is an example of how you could implement a simple calendar app in > LiveCode: > > Copy code > --

Re: ChatGPT

2022-12-09 Thread Jim Lambert via use-livecode
Even more interesting I issued the same chat request a few hours later and got an entirely different coding approach. It even helpfully put the code into formatted, copy-able blocks. (formatting not shown here.) ME: Write a calendar app in livecode CHATGPT: Here is an example of how you could

Re: ChatGPT

2022-12-09 Thread Mike Kerner via use-livecode
9, 2022 at 3:23 PM Jim Lambert via use-livecode < > > use-livecode@lists.runrev.com> wrote: > > > >> > >> > >> > On Dec 9, 2022, at 11:02 AM, Stephen Barncard > >> wrote: > >> > > >> >

Re: ChatGPT

2022-12-09 Thread Glen Bojsza via use-livecode
runrev.com> wrote: > >> >> >> > On Dec 9, 2022, at 11:02 AM, Stephen Barncard >> wrote: >> > >> > OK, we are interested. What is the backstory? I just looked up ChatGPT >> > what did you have to do to get that response? >> >> S

Re: ChatGPT

2022-12-09 Thread Glen Bojsza via use-livecode
com> wrote: > > > > On Dec 9, 2022, at 11:02 AM, Stephen Barncard > wrote: > > > > OK, we are interested. What is the backstory? I just looked up ChatGPT > > what did you have to do to get that response? > > Stephen, > > See the lines labelled ME?

Re: ChatGPT

2022-12-09 Thread Mike Kerner via use-livecode
-livecode < use-livecode@lists.runrev.com> wrote: > > > > On Dec 9, 2022, at 11:02 AM, Stephen Barncard > wrote: > > > > OK, we are interested. What is the backstory? I just looked up ChatGPT > > what did you have to do to get that response? > > Stephen,

Re: ChatGPT

2022-12-09 Thread Jim Lambert via use-livecode
> On Dec 9, 2022, at 11:02 AM, Stephen Barncard wrote: > > OK, we are interested. What is the backstory? I just looked up ChatGPT > what did you have to do to get that response? Stephen, See the lines labelled ME? That's what I did. And that's all that I did. Try

Re: ChatGPT

2022-12-09 Thread Stephen Barncard via use-livecode
OK, we are interested. What is the backstory? I just looked up ChatGPT what did you have to do to get that response? -- Stephen Barncard - Sebastopol Ca. USA - mixstream.org On Fri, Dec 9, 2022 at 10:25 AM Jim Lambert via use-livecode < use-livecode@lists.runrev.com>

Re: ChatGPT

2022-12-09 Thread Mark Smith via use-livecode
about LC is already mind blowing. Mark > On 9 Dec 2022, at 6:23 pm, Jim Lambert via use-livecode > wrote: > > This is interesting. > > ME: Write a calendar app in livecode > > CHATGPT: > To create a calendar in LiveCode, you can use a combination of text fi

ChatGPT

2022-12-09 Thread Jim Lambert via use-livecode
This is interesting. ME: Write a calendar app in livecode CHATGPT: To create a calendar in LiveCode, you can use a combination of text fields, buttons, and other controls to create a user interface that allows users to select a date and view the calendar for that month. Here is an example

Re: ChatGPT and Livecode

2022-12-08 Thread Mike Kerner via use-livecode
fun On Thu, Dec 8, 2022 at 5:09 AM Ludovic THEBAULT via use-livecode < use-livecode@lists.runrev.com> wrote: > Hello all, > > Chatgpt knows Livecode and can propose code on a simple description, but > it remains to be improved :-) > > Example : "Write a code for

ChatGPT and Livecode

2022-12-08 Thread Ludovic THEBAULT via use-livecode
Hello all, Chatgpt knows Livecode and can propose code on a simple description, but it remains to be improved :-) Example : "Write a code for Livecode to read line by line a long text file. » ChatGPT : > on openCard > put "Enter the path to the text file:" >