aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2022-09-18 10:06:32 -0400
committerPaul Duncan <pabs@pablotron.org>2022-09-18 10:06:32 -0400
commit154ba155dca88e9e208511b75dd4a37f4cf60026 (patch)
tree59c68412b567d8ab9de1e7e52dea70598c088a3f
parent374abc2c8015b9970062efa181307d20fe06eee4 (diff)
downloadpablotron.org-154ba155dca88e9e208511b75dd4a37f4cf60026.tar.bz2
pablotron.org-154ba155dca88e9e208511b75dd4a37f4cf60026.zip
TODO.md: mark queries as done, mark older ideas as done
-rw-r--r--TODO.md24
1 files changed, 11 insertions, 13 deletions
diff --git a/TODO.md b/TODO.md
index 7875a8a..3a89376 100644
--- a/TODO.md
+++ b/TODO.md
@@ -8,14 +8,9 @@ this stuff may not make any sense.
done on stuff `>= 2019`)
* fix broken links in posts
* import files
-* comment idea: http://donw.io/post/github-comments/
* add "music" somewhere ("songs", keep pmdn.org for personal stuff)
* add sticky footer:
https://css-tricks.com/couple-takes-sticky-footer/
-* enable mathjax for articles:
- https://bwaycer.github.io/hugo_tutorial.hugo/tutorials/mathjax/
- http://docs.mathjax.org/en/latest/output/svg.html
- (alternative, render mathjax as SVG via CLI)
## projects
* ft2-ruby
@@ -130,9 +125,6 @@ this stuff may not make any sense.
- `LISTEN/NOTIFY`?
- timestamptz, long timezone names aware of DST
- RETURNING
-- misc go cover improvements
- - add `title` and maybe `aria-label` attributes to relevant elements
- - add option to include external stylesheet?
* compare and contrast cyclonedx vs spdx
- (at the moment i like cyclonedx more, it seems less ad-hoc)
- https://cyclonedx.org/docs/1.4/json/
@@ -147,14 +139,11 @@ this stuff may not make any sense.
- notes in header of `themes/hugo-pt2021/assets/script.js`
- over the network size (inc deflate and headers) went from
450 bytes to 374 bytes for a 76 byte reduction (~16.9%)
-* css bg fade:
- <file:///data/home/pabs/git/test/html/css-bg-fade/index.html>
- <https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types/preload>
* needed in a package manager
- organizational namespacing
- signing and/or global subdb
<https://blog.tidelift.com/the-state-of-package-signing-across-package-managers>
- - declarative install
+ - declarative install (go)
- typosquatting (see sqo vulns from may email)
- starsquatting (requests, phpass): https://medium.com/checkmarx-security/typosquatting-attack-on-requests-one-of-the-most-popular-python-packages-3b0a329a892d
- ref: https://kerkour.com/rust-crate-backdoor
@@ -208,7 +197,6 @@ this stuff may not make any sense.
1e10/81 (1234567890.1234567890)
gambler's ruin (intro to prob, ch 3.5)
* fzf, ripgrep
-* jqueries (pablotron/jqueries)
- https://krebsonsecurity.com/2022/08/the-security-pros-and-cons-of-using-email-aliases/
(email aliases, suggest whitelist instead of blacklist)
- bad defaults:
@@ -246,6 +234,9 @@ this stuff may not make any sense.
<https://consentomatic.au.dk/>
linkdump (2022-08-10):
+- css bg fade:
+ <file:///data/home/pabs/git/test/html/css-bg-fade/index.html>
+ <https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types/preload>
- https://www.mgaudet.ca/technical/2022/8/9/faster-ruby-thoughts-from-the-outside
- https://www.fuzzingbook.org/
- https://security.googleblog.com/2022/05/retrofitting-temporal-memory-safety-on-c.html
@@ -320,3 +311,10 @@ linkdump (2022-08-10):
- HTML escaping benchmarks (`git/fastest-js-html-escape`)
- go-import support <https://go.dev/ref/mod#vcs-find>
- solar panels
+- jqueries (pablotron/jqueries)
+* site: comment idea: http://donw.io/post/github-comments/
+* site: enable mathjax for articles:
+ <https://bwaycer.github.io/hugo_tutorial.hugo/tutorials/mathjax/>
+ <http://docs.mathjax.org/en/latest/output/svg.html>
+ (alternative, render mathjax as SVG via CLI) (this is what i'm doing,
+ with mathyd)