(no title)
altairprime | 4 days ago
Looking at the most popular results for " " on HN Algolia, I would recommend selecting a post that has at least a few hundred comments and is also about HN or YC or YC-adjacent people (since the mods are extra light-touch on such posts), in order to take the best possible sample for unmoderated discussion to evaluate Respectify against. This post is a good example that fits those criteria; I didn't pay attention to it at the time and I haven't assessed the discussion beyond 'total comment count >= 500': https://news.ycombinator.com/item?id=40521657
I recognize that's theoretically a lot of effort, but from a coding standpoint, it's simply `for $comment in $dom.xpath(/blah/blah/comment) { $ai.eval($comment); undef $comment.username; $comment.append($respectify.bulleted_list_with_html_colors); }` for what has the potential to be an extremely convincing demo to the target audience of us here.
vintagedave|4 days ago
The preset articles and trying out comments were intended to be something similar: see a topic, see how it works. But running it on each and every comment on an existing thread is really powerful.
There may be privacy concerns? General respect? I don't want to tie assessments to specific commenters, who published in good faith not expecting some kind of automated review, nor thereby imply they commented poorly for example. But I'll code it up on my end and see what we can do with it. It's truly a very nice idea.
altairprime|4 days ago