diff options
author | Paul Duncan <pabs@pablotron.org> | 2021-11-24 06:39:47 -0500 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2021-11-24 06:39:47 -0500 |
commit | 06d1ee087326ab353b1affdf36aad1ce8d5275ae (patch) | |
tree | c1696817751c004823034714c3128b550e26816b | |
parent | b2ce918eb6e213d3af3274cafaee24a26080ffb0 (diff) | |
download | pablotron.org-06d1ee087326ab353b1affdf36aad1ce8d5275ae.tar.bz2 pablotron.org-06d1ee087326ab353b1affdf36aad1ce8d5275ae.zip |
TODO.md: add ideas
-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 |