diff options
author | Paul Duncan <pabs@pablotron.org> | 2022-09-10 01:43:15 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2022-09-10 01:43:15 -0400 |
commit | 5085fcfdc8ad7aa91dbcc771aaf24435aa9d0f28 (patch) | |
tree | 184944b289eeb19cec609750bacb3306e59d91e0 | |
parent | c53034e919db662a1581705d258a7c59fa7657e5 (diff) | |
download | pablotron.org-5085fcfdc8ad7aa91dbcc771aaf24435aa9d0f28.tar.bz2 pablotron.org-5085fcfdc8ad7aa91dbcc771aaf24435aa9d0f28.zip |
TODO.md: add many link ideas, post ideas
-rw-r--r-- | TODO.md | 27 |
1 files changed, 27 insertions, 0 deletions
@@ -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"): <https://old.reddit.com/r/programming/comments/x37u7k/be_goodargumentdriven_not_datadriven/> +- chebyshev, taylor series: <https://specbranch.com/posts/faster-div8/> +- <https://jacobian.org/2022/sep/9/quality-is-systemic/> and <https://www.youtube.com/watch?v=ckBfbvOXDvU> ## done * add project folders |