Live data from Hacker News

33 Questions

github.com

11–20 of 169 posts

Re: 33 Questions

#11
Just use:

- Birthday (19~ bits)

- Rough Location (remaining bits)

And base the questions around those two, for example, where you born on a 1-15th, does the city you were born in start with the letter's a-k. This part would be an exercise in statistics, I would think.

edit: And one bit for if you were the first to be born of two identical twins =p

Re: 33 Questions

#12

Very interesting thought experiment. A few random thoughts: Reminds me of Panoptic by the EFF: https://panopticlick.eff.org/ Everyone's ID would change as time passed (if they move, if they age, if they get a sex change, etc). The best questions for this are inherently "irrelevant", since "relevant" questions tend to be statistically linked. So, questions like "Was the second letter of your first girlfriend's middle…

[deleted]

Re: 33 Questions

#13
Do the answers have to be knowable? Time independent?

For example, "are you below the median age at this exact second?" That is not a knowable answer, and changes by the second, but it does give you an exact 50/50 split.

Repeat N times for each split and we're getting very very close.

Re: 33 Questions

#14
Interesting exercise, which I'd call impossible in the given form. Imagine someone magically came up with 32 statistically independent binary indicators. Now you need to come up with the 33th question Q such that if you pick any two persons who are similar up to the 32nd bit, that single question must allow to distinguish them. Sounds hard.

Re: 33 Questions

#15
post #7
post #2

These need to be questions that are invariant over a lifetime: - Were you born in the northern hemisphere or southern? $2^{33}$ is sufficient for those alive now, but the human population is a dynamic function. Set a bit when the person dies?

The Northern Hemisphere has roughly 90% of the population[1]. That is far from 50% what we should be looking for. [1]: http://en.wikipedia.org/wiki/Northern_Hemisphere

Are you born above or below the tropic of cancer then: replace with whatever latitude separates humans into equal groups.

Re: 33 Questions

#16

Just use: - Birthday (19~ bits) - Rough Location (remaining bits) And base the questions around those two, for example, where you born on a 1-15th, does the city you were born in start with the letter's a-k. This part would be an exercise in statistics, I would think. edit: And one bit for if you were the first to be born of two identical twins =p

Triplets?

Re: 33 Questions

#17

Very interesting thought experiment. A few random thoughts: Reminds me of Panoptic by the EFF: https://panopticlick.eff.org/ Everyone's ID would change as time passed (if they move, if they age, if they get a sex change, etc). The best questions for this are inherently "irrelevant", since "relevant" questions tend to be statistically linked. So, questions like "Was the second letter of your first girlfriend's middle…

If you allow questions with n possible answers, then you need at least ceil(log_n(7e9)) questions, where log_n means logarithm base n.

I don't know if there is a simple formula for the case where different questions allow different number of answers.

Re: 33 Questions

#18
Question 1: What is the first bit in your unique 33-bit string? Question 2: What is the first bit in your unique 33-bit string? ...

Re: 33 Questions

#19
Added pull requests to extend the address space from 33 bits to 36 bits to accommodate our revered ancestors, and a bit to indicate liveness.

TODO: don't implement zombies or ghosts at this time (YAGNI principle).

Re: 33 Questions

#20

Just use: - Birthday (19~ bits) - Rough Location (remaining bits) And base the questions around those two, for example, where you born on a 1-15th, does the city you were born in start with the letter's a-k. This part would be an exercise in statistics, I would think. edit: And one bit for if you were the first to be born of two identical twins =p

[deleted]
Post reply on HN