SilasBarta comments on Hedging our Bets: The Case for Pursuing Whole Brain Emulation to Safeguard Humanity's Future - Less Wrong

11 Post author: inklesspen 01 March 2010 02:32AM

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

Comments (244)

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

Comment author: timtyler 03 March 2010 10:39:22PM 0 points [-]

Arithmetic compression, Huffman compression, Lempel-Ziv compression, etc are all excellent at compressing sequences produced by small programs. Things like:

1010101010101010 110110110110110110 1011011101111011111

...etc.

Those compressors (crudely) implement a computable approximation of Solomonoff induction without iterating through programs that generate the output. How they work is not very relevant here - the point is that they act as general-purpose compressors - and compress a great range of real world data types.

The complaint that we don't know what types of data are in the universe is just not applicable - we do, in fact, know a considerable amount about that - and that is why we can build general purpose compressors.