A directory of what people actually want. Classified, clustered, ranked and updated daily
AI · 1 mentions
#1998563744029532375
@dexhorthy just had an idea, ugly as fuck but a logger service that not just collates logs but it also injects their implementation at run time LLM_LOG=key/http npm run dev CC has LLM_LOG service, it adds a log to the service - thisFile#121 log("My blah blah", myVariable) - ... any number of them when dev server starts, it reads from LLM_LOG service rows above, and actually inserts them as real lines of code at runtime so thisFile#121 now contains + console.log("My blah blah", myVariable); so they never get included in the source code, and you and claude code have all the logs you want, and claude could toggle them on or off etc