concept July 8, 2024 Merkel Trees and computer memory Merkel trees are data structures which store hashes insted of data. Can we use them in file systems #file system #merkel trees #security
dev June 1, 2024 How to compile vim with clipboard support One major problem with vim is the inability to copy from/to system clipboard. In this article we discover how we can compile vim with clipboard support. #comp science #dev
dev February 20, 2024 How to turn your old smartphone into a home server Have an extra phone lying around? Use it as a remote server. SSH into it, access its terminal. Transfer files using scp. And much more... #ssh #server