I have been doing quite a bit of PHP programming lately. One thing I have found is repeatedly having to check up on my PHP error log. You know the thing, you write some code, move down the page, write some more, up a bit, little more, down to the bottom and finish. There, all good, and.... HTTP 500. I have two options, go through all the code I have just written and look for that missing semicolon or bracket, or open the log, look at the last entry and go from there. I have been doing a lot of the latter of late. Something doesn't work so look in the error log. Ooh, line 57.... I thought,
-
-
And now hold it at arm's length when using it. Around the time ChatGPT 4.0 came out, it started to become useful to me. Initially I was using it for looking for patterns in Gamma spectra, which it is very good for, when it worked. After a short time of using ChatGPT I found I was hitting limitations due to my free subscription so subscribed to the plus subscription. This lifted the limits and I was full on throwing data at it to analyse, graphing data, put a load of numbers in, get out a visual representation of them. All good stuff. I really quizzed the AI to find out how it works and after

