• Natanox@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    5
    ·
    19 hours ago

    Not to mention it will not just gobble up itself now, but also all the bad code on the internet.

    If you ask ChatGPT or Codestral how to safe a file in memory it will in almost all cases save those data chunks you’re reading from somewhere in a list and suggest appending every chunk to that list.

    Yeah sure you can do that instead of using io.bytesIO() (probably, until weird things happen), but what the fuck. And that’s Python, literally the language those models are supposed to excel in.