top | item 47163747

(no title)

hhjinks | 5 days ago

Prevent pasting comments. Implement a naive check for time spent typing the comment, and shadowban posts that don't pass the criteria. Add a 1 minute wait and captcha for posting.

That'd drastically reduce the amount of low effort posts, both human-written and generated.

discuss

order

satiric|5 days ago

Preventing pasting would drastically reduce how often people cite their sources; no one wants to hand copy a long url.

krapp|5 days ago

Have the output of the LLM sent to a headless browser that "types" and submits the comment as necessary, with some randomness added for authenticity.

Or, since this would need to be done in javascript, just block or rewrite the javascript and fake the output in the sent request.

Simplistic solutions like this stopped being meaningful decades ago.