71

Best quote I have seen in a while...

Comments
  • 6
    @andros705 when speaking of experience, you can't take shortcuts and expect the same results of having lived it.

    In other words, seeing others do things (and fail or not), is a very different and incomplete lesson when compared to doing it yourself.

    Thus, no compression algorithm, meaning that you can't reduce an experience to anything else without losing information.
  • 0
    @lucaspar Compression is all about repetotion. Maybe he means evrything changes all the time and unpredictably
  • 2
    @Mitiko idk, random data can still be compressed, but that's another interpretation I guess :)
  • 1
    @lucaspar Random data can be compressed if there is at least some repeatability or somewhat obvious pattern i.e. 123456789 is easy to compress when delta encoded
  • 2
    Indeed, but patterns do appear in random samples. Randomness is about probability and, therefore, predictions. Compression algorithms do not depend on any prediction nor non-determinism - the data is already defined.
  • 0
    @lucaspar Well actually, the ones with NN, like paq8 use AI given the given context or part of it to make predictions about the next char/byte/bit... Then it uses some kind of statistical encoding or rle. Furthermore you can track entropy and compression ratio to restart the context if needed.

    Markov chains used in LZMA is basically just predictions, based on context change.
  • 2
    He's just talking about Silicon Valley
Add Comment