nfultz@awful.systemstoTechTakes@awful.systems•a collection of thousands of prompts attempting to control the idiot genie of ChatGPTEnglish
1·
4 months agoI have LLMs translate novels, I can tell when they run over the window because they forget characters’ gender half way through, things like that. Lots of legal documents are even longer, maybe.
In the spirit of “worse is better”, here is a ublock filter I just threw together to highlight all the comments less than a day old:
! Jul 31, 2024 https://awful.systems awful.systems##.comment article.comment-node :has-text("hours ago"):style(background-color:#7700AA)
EDIT: fix bug with 1 hour and 20 minutes ago. regex is even worse is better.
! Jul 31, 2024 https://awful.systems awful.systems##.comment article.comment-node :has-text(/(hour|minute)s? ago/):style(background-color:#7700AA)