Yeah, I use the paid version (4o) all the time for code. It gives you wrong stuff all the time, but I've found that it's about 80%-90% correct, but it's the little stuff. Like yesterday I was writing some Ansible automation and it gave me a suggestion on a module, but it included an option that didn't exist. I wouldn't have known it if VSCode hadn't refused to highlight it like the other code. That forced me to go RTFM and I was able to eventually figure it out. I think A.I. and coding will get you *almost* there, but it takes your own knowledge and human intuition to get you over the finish line. -- Thanks, Alexander Sent from my Google Pixel 7 Pro On Sun, Sep 29, 2024, 05:49 Keith Smith via PLUG-discuss < plug-discuss@lists.phxlinux.org> wrote: > chatgpt does have what they call hallucinations. > > I've had some success with find. As I recall you will need to run > updatedb before running find. I've never used any advanced searches so I > look forward to hearing the solutions of others. > > > On 2024-09-28 21:06, Michael via PLUG-discuss wrote: > > About a year ago I messed up by accidently copying a folder with > > other folders into another folder. I'm running out of room and need to > > find that directory tree and get rid of it. All I know for certain is > > that it is somewhere in my home directory. I THINK it is my pictures > > directory with ARW files. > > chatgpt told me to use fdupes but it told me to use an exclude option > > (which I found out it doesn't have) to avoid config files (and I was > > planning on adding to that as I discovered other stuff I didn't want). > > then it told me to use find but I got an error which leads me to > > believe it doesn't know what it's talking about!coul;d someone help me > > out? > > -- > > > > :-)~MIKE~(-: > > --------------------------------------------------- > > PLUG-discuss mailing list: PLUG-discuss@lists.phxlinux.org > > To subscribe, unsubscribe, or to change your mail settings: > > https://lists.phxlinux.org/mailman/listinfo/plug-discuss > --------------------------------------------------- > PLUG-discuss mailing list: PLUG-discuss@lists.phxlinux.org > To subscribe, unsubscribe, or to change your mail settings: > https://lists.phxlinux.org/mailman/listinfo/plug-discuss >