picoLisp for blockchain

2021-05-21 Thread SJain
Many thanks to Beneroth for clearing the air on utility of encryption. It restores my faith in basic text source code. As an engineer and practical scientist, concerned not with number crunching speed but with teaching elegant and useful programming language such as Lisp to students and subordi

Re: picoLisp for blockchain

2021-05-21 Thread andreas
Hi Sjain I would recommend to periodically compute hashes of the files (e.g. using b2-sum command line tool, see https://en.wikipedia.org/wiki/BLAKE_(hash_function) ), if a file changes, then it's hash changes (binary or text doesn't matter). When you combine this with a well secured backup, you s