Surprised how concentrated shortform authorship is. So far in 2023:EA Forum:25⁄125 (20%) @Nathan Young 9⁄125 (7%) @Evan_Gaensbauer Lesswrong:26⁄252 (10%) @DragonGod10⁄252 (4%) @lc assuming my code’s accurate enough:grep -Eo 'CommentUserName-author">.+?<' shortform.div | sort | uniq -c | sort -nr # outdated
grep -Eo 'CommentUserName-author">.+?<' shortform.div | sort | uniq -c | sort -nr # outdated
grep -Eo 'UsersNameDisplay-noColor" href=".+?">.+?<' shortform.div | sort | uniq -c | sort -nr # updated
Surprised how concentrated shortform authorship is. So far in 2023:
EA Forum:
25⁄125 (20%) @Nathan Young
9⁄125 (7%) @Evan_Gaensbauer
Lesswrong:
26⁄252 (10%) @DragonGod
10⁄252 (4%) @lc
assuming my code’s accurate enough:
grep -Eo 'CommentUserName-author">.+?<' shortform.div | sort | uniq -c | sort -nr # outdated
grep -Eo 'UsersNameDisplay-noColor" href=".+?">.+?<' shortform.div | sort | uniq -c | sort -nr # updated