diff options
author | Paul Duncan <pabs@pablotron.org> | 2023-04-02 06:21:34 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2023-04-02 06:21:34 -0400 |
commit | 6fddcf20df5bee9501e2fe8518c0186449a966f3 (patch) | |
tree | bc8d059737779ef00fcee97b08876060e9b0ce16 /TODO.md | |
parent | a4b76ab52ea5d701ba391571f4d21cd063b398f5 (diff) | |
download | pablotron.org-6fddcf20df5bee9501e2fe8518c0186449a966f3.tar.bz2 pablotron.org-6fddcf20df5bee9501e2fe8518c0186449a966f3.zip |
./TODO.md: updates
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -152,6 +152,7 @@ this stuff may not make any sense. - (related, semver is garbage) <https://www.linode.com/blog/security/linode-security-digest-rubygems-and-rsyslogs-vulnerabilities/> <https://earthly.dev/blog/programming-language-improvements/> + <https://alexgaynor.net/2021/oct/07/whats-in-a-version-number/> - (problems w/ go modules) - ruby gems not solving the right problem with 2fa: <https://blog.rubygems.org/2022/08/22/mfa-ui-only-removed.html> @@ -280,6 +281,12 @@ this stuff may not make any sense. - dark mode: <https://livecodestream.dev/post/a-better-approach-to-dark-mode-on-your-website/> quick: <https://gist.github.com/pablotron/4a9a63434a61334f044c8922c48fe8ed> ref: <https://bulma.io/2019/10/15/light-dark-colors/> +- bloom filter and salted hashes rather than raw db of info: + <https://www.bleepingcomputer.com/news/security/us-no-fly-list-shared-on-a-hacking-forum-government-investigating/> +- ascon references to lessons learned + (nonce resistance, aead, xof, refs to keccak and sha2, stream cipher, + other stuff in paper, see ref, pqc) + https://csrc.nist.gov/CSRC/media/Projects/lightweight-cryptography/documents/finalist-round/updated-spec-doc/ascon-spec-final.pdf ## linkdump (2022-08-10): - css bg fade: @@ -356,6 +363,9 @@ this stuff may not make any sense. - leanchess: <https://leanchess.github.io/> - c23: <https://gustedt.wordpress.com/2022/12/18/checked-integer-arithmetic-in-the-prospect-of-c23/> - lwc finalists: <https://csrc.nist.gov/publications/detail/nistir/8369/final> +- chatgpt <https://www.jwz.org/blog/2023/02/the-bullshit-fountain/> +- bitslicing <https://timtaubert.de/blog/2018/08/bitslicing-an-introduction/> +- c23 <https://queue.acm.org/detail.cfm?id=3588242> ## done * add project folders |