XFrequentist comments on Article about LW: Faith, Hope, and Singularity: Entering the Matrix with New York’s Futurist Set - Less Wrong

31 Post author: malo 25 July 2012 07:28PM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (231)

You are viewing a single comment's thread. Show more comments above.

Comment author: [deleted] 26 July 2012 10:43:13AM 13 points [-]

Meh. I think the main effect of removing the link was that, in order to get to the article, instead of spending about 0.2 seconds to click on the link, one has to spend nearly a second to select the title, right-click it, click “Search Google for ‘Faith ...’”, and click on the top result.

Comment author: Eliezer_Yudkowsky 26 July 2012 06:51:32PM 7 points [-]

If that hadn't been true I would've been much more reluctant to delete the URL. I was trying to control Pagerank flow, not information discovery. Please feel free to mirror the text on your home site and direct readers there.

Comment author: Wei_Dai 26 July 2012 07:40:39PM *  13 points [-]

Did you know you can put a "nofollow" attribute on a link and control search ranking that way?

Comment author: Eliezer_Yudkowsky 26 July 2012 09:20:37PM -2 points [-]

We don't have sufficient development resources to do very basic things with the LW codebase. This is one of them.

Comment author: Wei_Dai 26 July 2012 09:27:20PM 19 points [-]

You can edit the post manually and put it in. In the post editor, click on the "HTML" toolbar icon to go into source code mode and then change the link so it looks like

<a rel="nofollow" href="http://...">link text</a>

Comment author: Eliezer_Yudkowsky 26 July 2012 10:22:35PM 14 points [-]

Huh. I tested this and it appeared to work, which surprised me, because it'd been previously claimed that this HTML editor would filter all attributes not explicitly allowed (e.g. to filter Javascript misbehavior). Perhaps that one is explicitly allowed.