You're looking at Less Wrong's discussion board. This includes all posts, including those that haven't been promoted to the front page yet. For more information, see About Less Wrong.

buybuydandavis comments on What math is essential to the art of rationality? - Less Wrong Discussion

16 Post author: Capla 15 October 2014 02:44AM

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

Comments (62)

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

Comment author: buybuydandavis 16 October 2014 12:12:15AM *  4 points [-]

Jaynes Draft of "Probability Theory:The Logic of Science". http://www-biba.inrialpes.fr/Jaynes/prob.html

Bretthorst's slightly edited version. http://thiqaruni.org/mathpdf9/(86).pdf

EDIT: If anyone knows how to fix that link, please ping me with a solution.

Comment author: 9eB1 17 October 2014 07:06:02PM *  1 point [-]

Although the link is broken, the file doesn't exist anymore. According to comments here Jaynes' publishers took the book down. For your edification, one would normally escape parentheses with "URL encoding" by replacing the opening parenthesis with %28 and the closing parenthesis with %29.

Comment author: 9eB1 19 October 2014 05:14:40AM 0 points [-]
Comment author: buybuydandavis 18 October 2014 06:29:11PM *  -1 points [-]

That seems rather tedious for blog comments.

Why doesn't \ work as an escape character here?

This section in the FAQ about escapes and links just doesn't seem to work as advertised: http://wiki.lesswrong.com/wiki/FAQ#How_do_I_make_a_comment.3F

Links: [link text](link URL)
Note that URLs with parentheses often come out wrong - type a backslash ("\") before each close-paren to fix these.

http://thiqaruni.org/mathpdf9/\(86\).pdf

http://thiqaruni.org/mathpdf9/(86\).pdf

[http://thiqaruni.org/mathpdf9/(86\).pdf] ( http://thiqaruni.org/mathpdf9/(86\).pdf)

Maybe if I put some text in between? The first one below is the same as the previous one above, where the text and url have a carriage return between them. The second removes the carriage return so it is all on one line. The third removes the backslash in the url portion.

[http://thiqaruni.org/mathpdf9/(86\).pdf] ( http://thiqaruni.org/mathpdf9/(86\).pdf)

<http://thiqaruni.org/mathpdf9/(86\>).pdf.pdf)

<http://thiqaruni.org/mathpdf9/(86>).pdf.pdf)

Comment author: 9eB1 19 October 2014 05:15:28AM *  0 points [-]

Yes, that does seem to work for me. I think you must be typing it wrong somehow. Or it's some crazy bug.

Edit: I see, the problem is when it looks for links to automatically promote them if you don't use Markdown syntax. I guess escaping the parenthesis doesn't work there.

Should look like this:

[http://thiqaruni.org/mathpdf9/(86\).pdf](http://thiqaruni.org/mathpdf9/(86\).pdf)

http://thiqaruni.org/mathpdf9/(86).pdf

You don't actually have to escape the close parenthesis in the "link text" park of the Markdown (in square brackets), only in the URL part (in parentheses).