diff options
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -72,6 +72,14 @@ this stuff may not make any sense. https://www.brendangregg.com/blog/2021-07-03/how-to-add-bpf-observability.html https://qmonnet.github.io/whirl-offload/2021/09/23/bpftool-features-thread/ https://github.com/iovisor/bcc (plus kernel docs) +* gpg keys, 2021: + https://musigma.blog/2021/05/09/gpg-ssh-ed25519.html +* compression: huffman coding vs arithmetic coding versus asymmetric + number system compared to shannon entropy (`H(X) = Σ p(x) log_2(p(x))`) + https://neptune.ai/blog/lossless-data-compression-using-arithmetic-encoding-in-python-and-its-applications-in-deep-learning + (zstd rfc, which uses ans) + (zlib compression doc) + https://kedartatwawadi.github.io/post--ANS/ ## done * add project folders |