Show HN: Compression-Resistant Data Transfers
25 points by iaaan 6 days ago | 6 comments

eru 19 hours ago
> The current solution works 99% of the time and only rarely encounters errors in practice. It works 100% of the time under ideal conditions (i.e. when not round-tripped through Youtube).

> When encoding some data, each byte is converted to a "tile", which is a rectangle of arbitrary size filled with one of 256 colors. The "palette" used for these colors was specifically tuned to maximize resistance to Youtube's compression.

Sounds like you'd want to add an error correcting code on top?

See https://en.wikipedia.org/wiki/Error_correction_code

reply
srean 17 hours ago
Absolutely!

YouTube's lossy compression algorithm is playing the role and f a lossy channel over which one wants to "communicate". What then one needs is to use channel coding. This is a pretty nontrivial channel though.

reply
eru 16 hours ago
Yes, the error model for this channel is pretty crazy.
reply
unsnap_biceps 19 hours ago
I wonder if it could be added to an existing video file in a way that appears to be just noise.
reply
ale42 15 hours ago
It should, in the same way you can embed compression-resistant watermarks. But the bit density would be ridiculously low, depending on the amount of noise you can accept.
reply
rini17 15 hours ago
Seems vulnerable to barely perceptible palette shifting. Would be more interesting to use visual features that video codecs are optimized to preserve.
reply
fighterhao 6 days ago
[flagged]
reply