Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
eye tracking wouldn't be needed. you can estimate the time needed to read and enable comments after that time has elapsed. it would catch users coming back to comment but I guess watching eyes would have the same problem unless you store a variable server side.
anyway carry on -
@Gatgeagent slow readers would be at an advantage here. and for fast readers setting the wpm to 80 would cover most if not all fast readers since the timer would start as soon as the page is loaded and focused. now I'm not saying it's fool proof cause it isn't but it would make capchas not needed and it would cut most of comments from people that just read the title and comment
-
@Gatgeagent but if your point is that slow readers can comment without reading the whole thing I guess you can use the screen density to figure out how many words are readable and stop the timer until they scroll down and repeat until the whole article has had time to be read. add in focus and unfocus to stop the timer when it's on a background tab and you would have a pretty decent setup made
-
hrombach1788yWhy not just add a random sentence somewhere in the article that says something like "This chicken is Turquoise" and then before someone can comment they have to answer a question like "what color is the chicken?"
-
hrombach1788y@marcor I would make a WordPress extension from it if I could be arsed to fuck around with WordPress :P
Related Rants
This would be neat
undefined
wk31