wedrifid comments on Dark Arts 101: Using presuppositions - 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 (81)
I find that Lesswrong yields interesting subjects for study, as well as useful insights pertaining to said subjects, both in the articles themselves and in the attached comments.
However, because of the website format, I have a tendency to succumb to Chronic Internet Distraction Disease while browsing here. To solve this problem, I would like to devise a way to transfer articles and their associated commentary from Lesswrong to my hard drive, where I can read them without the tantalizing proximity of embedded hyperlinks.
The articles themselves can be copy-pasted, but I can think of no good way to handle the issue of translating threaded comments. When I try to copy these directly, my word processor tells me to stick a finger up my nose, because producing smart looks evidently ain't in my nature.
Informed suggestions and clever solutions will be appreciated.
The "Save Webpage As" feature will perhaps be a better solution copy and paste, although you will still not save comments that are nested more than half a dozen or so deep (not that this is usually a problem). That allows you to read in offline mode allowing you to disconnect the net connection.
If you explicitly want to not have visible hyperlinks to click on then you have a few options to be rid of them:
:s/\<a /<a style="display: none" /g. On a linux command line that would mean runningsed 's/\<a /<a style="display: none" /g' foo.html> foo2.html.(None of the above are tested. I don't happen to have any of those pieces of software installed on this machine and would have to walk all the way to the next room to try it. I'm not sure if there is interest to warrant it but those would be my approaches.)