Mestroyer comments on Just One Sentence - Less Wrong

33 Post author: Eliezer_Yudkowsky 05 January 2013 01:27AM

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

Comments (141)

You are viewing a single comment's thread.

Comment author: Mestroyer 05 January 2013 04:28:52AM 23 points [-]

"Most diseases are caused by tiny little mindless creatures the reproduce and spread quickly and live in sick people's bodies, and quite a few of them can be killed be a certain mold that you can grow on bread."

Hmm, how many "and's" can I put in this one sentence? This reminds me of a competition for extra credit in one of my CS classes to write a C++ program in "as few statements as possible," where I took the obvious algorithm, completely unrolled the loop, and used logical connectives to stick every statement together into one. I skipped class the day the winner was announced, and the teacher later said he changed the rules and let the class vote for a winner, which wasn't me.

Comment author: AlexanderD 05 January 2013 04:37:26AM 16 points [-]

I like to think about initial application of this sentence.

"How old is this bread? A week? You fool! Look at how sick he is! Get some two-week bread immediately, and feed it to him as fast as you can! NO TIME FOR CHEWING."

Comment author: MinibearRex 05 January 2013 04:51:52AM 2 points [-]

Your competition story qualifies you for an upvote, for munchkinry.

It's a pretty good idea for a sentence, too.

Comment author: someonewrongonthenet 09 January 2013 07:20:26PM *  0 points [-]

Well, if cheating is allowed, you'd want to find some way to compress more information into this. For example, you could somehow take advantage of the medium of sentence delivery.

"Please divide the length of this sentence by the length of the stone block it is written on and convert to base 26 in order to reveal a code which can be cyphered using the obvious number-to-letter mapping"

If this works like I think it will, you should now be able to convey an extremely large amount of information in plain english - constraints being set by the maximum length of the stone block and the accuracy of your measuring and cutting tools.

The best thing about this is that more of the message gets revealed as the society's measuring tools get more accurate...so you can time the release of information, putting more advanced or potentially dangerous information closer to the end. The downside is that if anything happens to the original stone before humanity 2.0 achieves the required measuring proficiency, the society loses any undecoded messages.

Comment author: [deleted] 11 January 2013 01:08:38PM 3 points [-]

"Please divide the length of this sentence by the length of the stone block it is written on and convert to base 26 in order to reveal a code which can be cyphered using the obvious number-to-letter mapping"

I don't think it would be feasible to encode even half a dozen letters with that technique.

Comment author: saturn 11 January 2013 05:43:34PM 2 points [-]

Assuming my math is right, if your stone carving were accurate to 1 micron, in order to encode a 140 character 'tweet' using this method, you would need a stone tablet 10^163 times larger than the observable universe. (!)

Comment author: someonewrongonthenet 11 January 2013 06:46:26PM *  0 points [-]

ugh...I just did a rough estimate for the same problem with clocks...it's not much better. So much for that idea!

I wonder if there is a way to use math to squeeze more digits out of this situation...

Comment author: [deleted] 12 January 2013 01:17:05AM 0 points [-]

Well, what are you trying to compress the information into, exactly? If you're trying to compress it into "one sentence", surely the easiest way is just to use the word "and" a lot. If you want to embed lots of sentences in it, then say something along the lines of "the sentence encoded by the number 1775926438157057167957252 is true, and the sentence encoded by the number 478910336475999172548926174999937 is true, and..."

Comment author: [deleted] 11 January 2013 01:06:20PM 0 points [-]

This reminds me of a competition for extra credit in one of my CS classes to write a C++ program in "as few statements as possible," where I took the obvious algorithm, completely unrolled the loop, and used logical connectives to stick every statement together into one.

That's exactly what I would've done!