i'm gonna be honest. while i understand the difference in C between
const char* ptr
and
char *const ptr
i will never be able to remember the 2nd form exists let alone use it
i'm gonna be honest. while i understand the difference in C between
const char* ptr
and
char *const ptr
i will never be able to remember the 2nd form exists let alone use it
i was accidentally following someone on bsky who is apparently into vibe coding and they posted a guide for how to optimize your code for interacting with LLMs which (after unfollowing them) i read
there's so many things he suggests you do. including "not too much but not too little" on *multiple items*
this list of best practices sounds like a full time LLM babysitting job jesus christ just write the fucking code yourself it's less effort than this!