Email or username:

Password:

Forgot your password?
Top-level
Simon Green

@mttaggart @da_667 The one and only time I’ve asked an LLM about code, due to curiosity, it was so obviously rubbish I’ve never been back. Specifically I asked it to write me a function for packing and unpacking GSM 7-bit characters into 8-bit bytes and it’s answer was to concatenate the 7-bit characters directly together.

2 comments
Taggart :donor:

@Salty @da_667 The more esoteric the question, the worse the output. I once, out of curiosity, asked GitHub Copilot to create a Rust function to produce a scheduled task with the Windows API bindings, and I kid you not it gave me back my own code from another project, comments and all.

Simon Green

@mttaggart @da_667 Well
I guess at least you’d know that one works. 😂

Go Up