|
|
|
|
|
by nearbygoogler
858 days ago
|
|
1. Print the source code in a micro-barcode in a physical appendix. 2. Make the first exercise in all books be to code a simple barcode image interpreter. And just include the walkthrough and source as typed text. You should be able to get a few MB on a page easily. Future proof as long as there are cameras on phones. |
|
A few hundred Kb, maybe, but a few MB seem unlikely. If I take the best case scenario (no optical aberration, perfect sensor...), my phone has a 48MP camera. We cannot have 48M * 3 colors as those 48MP are after Bayer matrix handling. We also cannot have more than one bit of information per pixel, due to printing often not having "real" greyscale but some kind of dithering and you don't know for sure how it would interact with your sensor. So in the best case, 6MB. But then, you need to add error correction: books prints are not perfect, especially at a sub-0.1mm scale. They are also not perfectly planar as paper is grainy. And the camera is not exactly at a 0 angle... In the 3 axis. So you would need to have the printed pixels be way larger than the sensor ones to be able to offset this. And so on.