Neat, finally an easy way of transferring files between devices that doesn't rely on online services -- no clue why we didn't solve that ages ago. Adding encryption shouldn't be hard, as long as you can communicate the keys out of band. Could probably achieve the same result using audio instead of video, but maybe that would be too annoying?
Indeed encryption should not be hard yet which situation do you have in mind where simply pulling away the emitting phone would not be enough? AFAIK the normal scenario is two persons in the same physical space so I am not sure what encryption would add.
Decimen Optical Transfer: fountain-coded QR file transfer
31–40 of 48 posts
Re: Decimen Optical Transfer: fountain-coded QR file transfer
#32Neat, finally an easy way of transferring files between devices that doesn't rely on online services -- no clue why we didn't solve that ages ago. Adding encryption shouldn't be hard, as long as you can communicate the keys out of band. Could probably achieve the same result using audio instead of video, but maybe that would be too annoying?
> between devices that doesn't rely on online services -- no clue why we didn't solve that ages ago Airdrop is a thing, but remember that Android phones are controlled by the online services company that wants you to use online services.
Re: Decimen Optical Transfer: fountain-coded QR file transfer
#33The actual article explaining the use for fountain codes in this use case: https://divan.dev/posts/fountaincodes/
Oooooooooooo. I bet that's how satellite radios get their firmware updates and stuff. Actually I bet it's how they get almost everything aside from the audio streams themselves. Metadata. Channel art. Subscription info. Traffic data. Weather maps. Receiver firmware... The satellite is a textbook-perfect fountain, and the receiver may tune in at any time during the stream, and may miss any random number of packets, bu…
I know GPS is a slow repeating stream (the ephemeris repeats every 30 seconds and the almanac every 12.5 minutes) but that probably came before fountain codes.
Re: Decimen Optical Transfer: fountain-coded QR file transfer
#34Neat, finally an easy way of transferring files between devices that doesn't rely on online services -- no clue why we didn't solve that ages ago. Adding encryption shouldn't be hard, as long as you can communicate the keys out of band. Could probably achieve the same result using audio instead of video, but maybe that would be too annoying?
> between devices that doesn't rely on online services -- no clue why we didn't solve that ages ago Airdrop is a thing, but remember that Android phones are controlled by the online services company that wants you to use online services.
Re: Decimen Optical Transfer: fountain-coded QR file transfer
#35Earlier quoted context omitted.
Indeed encryption should not be hard yet which situation do you have in mind where simply pulling away the emitting phone would not be enough? AFAIK the normal scenario is two persons in the same physical space so I am not sure what encryption would add.
Other cameras could presumably be snooping on the data transfer.
Usability is important though. If you have to type in a bunch of hex digits before sending, it won't be used.
Re: Decimen Optical Transfer: fountain-coded QR file transfer
#36I visual reminder that perfect compression is indistinguishable from random noise.
Re: Decimen Optical Transfer: fountain-coded QR file transfer
#37Neat, finally an easy way of transferring files between devices that doesn't rely on online services -- no clue why we didn't solve that ages ago. Adding encryption shouldn't be hard, as long as you can communicate the keys out of band. Could probably achieve the same result using audio instead of video, but maybe that would be too annoying?
Re: Decimen Optical Transfer: fountain-coded QR file transfer
#38Earlier quoted context omitted.
Indeed encryption should not be hard yet which situation do you have in mind where simply pulling away the emitting phone would not be enough? AFAIK the normal scenario is two persons in the same physical space so I am not sure what encryption would add.
Other cameras could presumably be snooping on the data transfer.
The same way you whisper to say something secret in a public space I would expect people who transfer something private in public would have the presence of mind not let other snoop on and react accordingly.
Re: Decimen Optical Transfer: fountain-coded QR file transfer
#39Earlier quoted context omitted.
Oooooooooooo. I bet that's how satellite radios get their firmware updates and stuff. Actually I bet it's how they get almost everything aside from the audio streams themselves. Metadata. Channel art. Subscription info. Traffic data. Weather maps. Receiver firmware... The satellite is a textbook-perfect fountain, and the receiver may tune in at any time during the stream, and may miss any random number of packets, bu…
I bet they don't, because they didn't know about it or didn't think of it. I know GPS is a slow repeating stream (the ephemeris repeats every 30 seconds and the almanac every 12.5 minutes) but that probably came before fountain codes.
Reed-Solomon/erasure codes have been in operations since the 1960s
https://en.wikipedia.org/wiki/Reed%E2%80%93Solomon_error_cor...