From 5085fcfdc8ad7aa91dbcc771aaf24435aa9d0f28 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Sat, 10 Sep 2022 01:43:15 -0400 Subject: TODO.md: add many link ideas, post ideas --- TODO.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/TODO.md b/TODO.md index 7edaaef..09638fe 100644 --- a/TODO.md +++ b/TODO.md @@ -216,6 +216,28 @@ this stuff may not make any sense. - create openssl 3.x provider, see: https://www.openssl.org/docs/manmaster/man7/provider.html (could use pt-aes, pt-chacha20, md4, md5, sha2, etc) +- summary of minification work w/ links to posts, reference this + article: + https://endtimes.dev/why-your-website-should-be-under-14kb-in-size/ +- minikube vs k3s (https://minikube.sigs.k8s.io/docs/handbook/) +- on passwords (crypto training, https://arstechnica.com/civis/viewtopic.php?f=2&t=1486155&p=41174039#p41174039) + - lots of bad info floating around (see comments of + https://arstechnica.com/information-technology/2022/08/plex-imposes-password-reset-after-hackers-steal-data-for-15-million-users/ + https://old.reddit.com/r/programming/comments/wxx674/password_management_firm_lastpass_was_hacked_two/ + etc +- compare sanitizer api, dompurify, fastest htmlesc +- summary of shrinkage (static site, minification, figures with multiple + sources, mod deflate, mod brotli, http2, adjusting content types) + - using hugo to strip bulma to minimum required components + - see to minification (above) + - see to pe-figure, pe-picture (above) + - see imagemagick webp command (above) + - see js shrinkage (above) + - see k3-notes.txt for info on brotli + - headers + - build hooks? +- tiny-binaries redux w/go 1.19, point out grype scanner output for + minimal images linkdump (2022-08-10): - https://www.mgaudet.ca/technical/2022/8/9/faster-ruby-thoughts-from-the-outside @@ -238,6 +260,11 @@ linkdump (2022-08-10): - https://research.nccgroup.com/2022/08/16/wheel-of-fortune-outcome-prediction-taking-the-luck-out-of-gambling/ - https://carlineng.com/?postid=sql-critique#blog - https://www.openssl.org/blog/blog/2022/08/24/FIPS-validation-certificate-issued/ +- constant-time fibonacci: https://specbranch.com/posts/const-fib/ +- https://specbranch.com/posts/common-perf-numbers/ +- (reminds me of "tyranny of metrics"): +- chebyshev, taylor series: +- and ## done * add project folders -- cgit v1.2.3