SilasBarta comments on Less Wrong Polls in Comments - Less Wrong

79 Post author: jimrandomh 19 September 2012 04:19PM

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

Comments (302)

Sort By: Popular

You are viewing a single comment's thread.

Comment author: SilasBarta 20 September 2012 12:24:44AM 2 points [-]

The largest integer is:

Submitting...

Comment author: AngryParsley 23 September 2012 08:33:04AM *  1 point [-]

The results so far (only showing answers with > 1 responder):

11 "0.0"
8 "-1.0"
7 "2147483647.0"
5 "3.0"
4 "42.0"
4 "1e+19"
3 "9.0"
3 "8.0"
3 "1.0"
2 "666.0"
2 "32767.0"
2 "24.0"
2 "2.0"
2 "1e+17"

To regenerate this, run grep -v "#" poll.csv | awk -F , '{ print $3 }' | sort | uniq -c | sort -nr.

I'm not surprised by the number of votes for 2^31-1. It was the first number to pop into my head when I saw the poll.

Comment author: Luke_A_Somers 20 September 2012 01:49:05PM *  7 points [-]

According to my I Ching calculator, beyond 4 is a suffusion of yellow.

This appears not to be a valid response. Curious.

Comment author: ata 20 September 2012 06:06:48AM 15 points [-]

The largest number is about 45,000,000,000, although mathematicians suspect that there may be even larger numbers. (45,000,000,001?)

Comment author: Benja 22 September 2012 07:34:44PM 3 points [-]

Set theorists sometimes remark that there are only very few natural numbers. I think this can be made more quantitative: Based on observations of their blackboard drawings and accompanying explanations, my current best estimate is that there are about five to ten. However, so far, my confidence in this estimate is only moderate; I still think the number could ultimately turn out to be as high as twenty.

Comment author: Randaly 20 September 2012 08:09:25AM 7 points [-]

Median 17.0

....

Comment author: Nic_Smith 22 September 2012 04:06:28AM 1 point [-]

I was hoping the mode would be 2147483647 (my answer) to at least provide some humor, but 0 has it beat handily.

Comment author: MaoShan 20 September 2012 03:24:03AM 4 points [-]

According to the poll, my understanding of what qualifies as an integer is very, very wrong. 1e+19=the universal integer limit. NO EXCEPTIONS!

Comment author: arundelo 20 September 2012 01:04:40AM 4 points [-]
Comment author: CCC 20 September 2012 06:49:39AM 1 point [-]

It does not seem to accept 'inf' or 'infinite'.

Comment author: eurg 21 September 2012 08:07:12PM *  0 points [-]

Which is too bad, as all incorrect options should have the same rights (for moral reasons).

Comment author: J_Taylor 20 September 2012 03:10:08AM 1 point [-]

NaN

Comment author: Mitchell_Porter 20 September 2012 01:42:25AM 1 point [-]

Doesn't accept "⌊∞⌋".

Comment author: [deleted] 20 September 2012 01:51:42AM 3 points [-]

As well it shouldn't?

Comment author: [deleted] 20 September 2012 11:04:17AM *  1 point [-]

Should it (or at least, should it accept inf and/or NaN)?

Submitting...

Comment author: Kindly 20 September 2012 12:40:29PM 1 point [-]

Well, use of those would make the mean meaningless.

It wouldn't be a problem if the polls had upper and lower bounds, because then you could exclude them (but you could also make the upper bound infinite if you wanted to). I don't think there's a need for them, though.

Comment author: [deleted] 20 September 2012 01:12:58PM 3 points [-]

You don't need to use infinities to make the mean meaningless: giving answers such as 1e100 will suffice. On the other hand, NANs are traditionally just disregarded when computing means (i.e., the mean of 1, 2, 3 and NAN is taken to be 2) -- essentially they would amount to a blank vote.

Comment author: [deleted] 20 September 2012 12:26:47PM 0 points [-]

MP did not want it to accept either of those things; the notation used suggests "the largest integer less than or equal to infinity", which doesn't exist.