Re: [Koha-devel] ChatGPT and Koha

2023-02-22 Thread David Cook
: David Cook Cc: koha-devel Subject: Re: [Koha-devel] ChatGPT and Koha For Koha core developers I am not sure it is relevant. Hasn't ChatGPT been fed with 2 years old data? With data we actually wrote ourselves. So basically if I ask it something I am requesting what my 2 year-ago self

Re: [Koha-devel] ChatGPT and Koha

2023-02-22 Thread Jonathan Druart
For Koha core developers I am not sure it is relevant. Hasn't ChatGPT been fed with 2 years old data? With data we actually wrote ourselves. So basically if I ask it something I am requesting what my 2 year-ago self knew? I have certainly forgotten some stuff, but I also know that what was true 2 y

Re: [Koha-devel] ChatGPT and Koha

2023-02-21 Thread Uwe Dierolf
Hi all, yes, ChatGPT is awesome. I asked ChatGPT to write a Koha plugin that places some javascript code into pages of the staff frontend. The code was as expected as far as I can say this, cause I never developed a Koha plugin but it was pretty similar to the code which you can find in the Kitch

Re: [Koha-devel] ChatGPT and Koha

2023-02-21 Thread Andreas Roussos
Hi David, FWIW, a couple of weeks ago I copied and pasted two snippets of Perl code from Koha because I couldn't understand what type of variable they were generating. ChatGPT came back with a pretty comprehensive answer about hash references. What impressed me (apart from the quality of its

[Koha-devel] ChatGPT and Koha

2023-02-21 Thread David Cook
Hi all, Like many around the world, I may have been bitten by the ChatGPT bug. Most of my ChatGPT questions have been more general in nature, but I figured I'd ask it about Koha, as there is a lot of public information, but it's still a niche topic. I asked it to generate me a Koha plug