Thread with 11 posts

jump to expanded post

and it's like… I have considered hosting a second copy of the source on touchhle.org, that'd be easy for me to do, but it's kinda pointless, I can only avoid touchHLE being fed into Copilot if I can guarantee nobody ever uploads a copy of it to GitHub, which I definitely can't

Open thread at this post

decided to try out ChatGPT just to have fun with it

when I pasted the first line of touchHLE's README into it, ChatGPT correctly described what touchHLE is useful for and explained what an HLE is, well done!

…so then I asked it to implement strcpy. I was kind to it: I gave it the code for strtok, which is more than enough context for this task.

the answer it gave was quite funny. the function signature was half-right for touchHLE, but the body was completely wrong because it was just normal Rust code. it then gave me two paragraphs explaining what it was doing in the Rust code, completely oblivious to the fact none of it is correct in the context, context I had made sure to give it.

I'm not too surprised but I am kind of disappointed anyway…

Open thread at this post