[–] ams6110 10y ago ↗ For increased accuracy, each page was keyed by two different typists in order to identify and correct discrepanciesThis was a common practice used for systems that took data entry via punch cards as well (during the punch-card era). [–] jsprogrammer 10y ago ↗ Modern practice for things that undergo a D-A-D transition is to include a secondary (often lossy compressed) representation that can be used to validate that the data was correctly replicated.
[–] jsprogrammer 10y ago ↗ Modern practice for things that undergo a D-A-D transition is to include a secondary (often lossy compressed) representation that can be used to validate that the data was correctly replicated.
[–] mdonahoe 10y ago ↗ I love that we can now achieve the same result with a single line of code >>> for backword in sorted(line[::-1].strip() for line in file('/usr/share/dict/words')): print backword[::-1] and I wonder what ideas are tedious now that will be similarly trivial 80 years from now... probably biological ones
3 comments
[ 3.4 ms ] story [ 19.8 ms ] threadThis was a common practice used for systems that took data entry via punch cards as well (during the punch-card era).