Egregoros

Signal feed

Timeline

Post

Remote status

Context

4

LLM generated comments:

# Create connection to i3
i3 = i3ipc.Connection()

...makes me think of this ancient blogpost from the 2000s about not writing useless comments that's probably disappeared from the Internet by now:

/*****************************
*     Adds 1 to x                         *
******************************/
x = x + 1
@djsumdog @Zergling_man humans make up function names that don't exist too, if you don't let them run the code, don't let them look anything up and ask them to code a few thousands LOC on paper. you can solve most of these issues by giving the LLM ground truth that it can check its work with (i.e., a compiler it can run, a test suite it can run, for network software: a few server implementations it can test against).