Simulacra comments on Of Gender and Rationality - Less Wrong
You are viewing a comment permalink. View the original post to see all comments and the full post content.
You are viewing a comment permalink. View the original post to see all comments and the full post content.
Comments (342)
Something like reddit commentroversy would be nice as a feature of the site. Sadly it doesn't work on LW, maybe I'll try to look at it and figure out if there is a possible hack to getting working until (if) the feature is implemented here.
A random comment I selected to show what it looks like [Username Changed]:
username 70 points(+184/-116) 7 hours ago[-]
If anyone uses reddit and doesn't have this get the greasemonkey add-on then go back to the commentroversy and click install.
A very quick bit of troubleshooting shows that the json load doesn't appear to be occurring, i.e. the $.getJSON apparently doesn't work.
Edit: to be precise, the script bombs out when trying to do anything with '$.getJSON', which perhaps is not available in LW's version of jQuery?
Edit 2: Ah, LW doesn't use jQuery. It uses Prototype. The script would have to be converted. But it does indeed appear that LW exports the needed data in JSON form.