A few months ago I wrote a tool that scrapes HN and detects moderator activity (and provides interesting stats in general). I posted it twice and it didn't receive much attention, and the database storage requirements starting to get out of hand, so I killed it. It seems like an appropriate time to bring it up again. The source code is here:
If there's interest, I can put this back up and start pruning old data so it's more maintainable. The data I collected shows a lot of questionable moderator activity and a lot of abuse of flagging. I'm also unhappy with HN sending all comments on paywalled posts (which are against the rules) to /dev/null, when they're usually at least willing to talk about things.
I wrote a tool that scrapes HN and detects moderator activity (and provides interesting stats in general).
Sounds great! It might be good to distinguish between "moderator activity" (which to me implies that a human reads and makes a decision) and "moderation activity" (which covers automatic adjustments such as the frequently faulty "flame detection algorithm").
If there's interest, I can put this back up and start pruning old data so it's more maintainable.
Yes, I think it would be very useful to have this available.
>Sounds great! It might be good to distinguish between "moderator activity" (which to me implies that a human reads and makes a decision) and "moderation activity" (which covers automatic adjustments such as the frequently faulty "flame detection algorithm").
Unfortunately this information isn't made available. More analysis of the data is necessary to identify trends that can be used to distingish these.
https://github.com/SirCmpwn/hn-transparency
Some screenshots:
https://sr.ht/WBEt.png
https://sr.ht/30Tv.png
If there's interest, I can put this back up and start pruning old data so it's more maintainable. The data I collected shows a lot of questionable moderator activity and a lot of abuse of flagging. I'm also unhappy with HN sending all comments on paywalled posts (which are against the rules) to /dev/null, when they're usually at least willing to talk about things.