top | item 41741007

(no title)

bipson | 1 year ago

Yes, but you can check for "DO NOT SUBMIT" with automation.

You can't automate checking for random strings, right?

discuss

order

neutronicus|1 year ago

Perhaps an abbreviation would be the best of both worlds, and debug strings should be prefixed with "DNS"

You won't need to submit that particular string working at Google, right?

tetha|1 year ago

We could also have an acronym for the more severe "DO NOT SUBMIT - SECURITY EXPECTATIONS COMPROMISE".

anyonecancode|1 year ago

Related in terms of being easy to search for, I use the abbreviation "TK" as a placeholder for text or incomplete code. Took this from the publishing industry (my partner worked in magazines) -- it's a combination that does not appear in regular English and so is easy to both see and to use search tools for.

anthk|1 year ago

TK is a semi-well known widget toolkit/GUI toolkit which came from TCL and today it's the default toolkit for Python. Nothing fancy, just basic menues/buttons and widgets, but they get the job done in a hurry.

ASUfool|1 year ago

I hope you never built a rooTKit.

Tyr42|1 year ago

The automation which can check for do not submit itself is hard to submit. Or at least updates to it are hard to submit.

organsnyder|1 year ago

Just disable that particular linting rule (or however it's implemented) in that repo.

Dylan16807|1 year ago

forbidden_string = "DO NOT " + "SUBMIT"

Seems easy enough?

trelane|1 year ago

> You can't automate checking for random strings, right?

No, but you can make the string configurable.

pjerem|1 year ago

Well in the LLM era, you could. I’m not sure you should :)