From 06d1ee087326ab353b1affdf36aad1ce8d5275ae Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Wed, 24 Nov 2021 06:39:47 -0500 Subject: TODO.md: add ideas --- TODO.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/TODO.md b/TODO.md index e05b0db..82ad606 100644 --- a/TODO.md +++ b/TODO.md @@ -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 -- cgit v1.2.3