diff options
author | Paul Duncan <pabs@pablotron.org> | 2025-05-12 16:59:05 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2025-05-12 16:59:05 -0400 |
commit | 994c9d6817a5f3b273d536cf75a984770e6bd8b3 (patch) | |
tree | 54c8f4798520c3fa604b58f16677b60e630e15c3 | |
parent | c4c9b07b165f5839ca30e21bdb193eafe1a6f9b1 (diff) | |
download | pablotron.org-994c9d6817a5f3b273d536cf75a984770e6bd8b3.tar.xz pablotron.org-994c9d6817a5f3b273d536cf75a984770e6bd8b3.zip |
TODO.md: add "linting" section, add some general ideas
-rw-r--r-- | TODO.md | 24 |
1 files changed, 16 insertions, 8 deletions
@@ -6,21 +6,25 @@ - use `zc` to expand tem ## general -- replace `<img>` in old posts with `{{< figure >}}` (partial work - done on stuff `>= 2019`) -- fix broken links in posts -- import files +- import old files - add "music" somewhere ("songs", keep pmdn.org for personal stuff) - add sticky footer: https://css-tricks.com/couple-takes-sticky-footer/ - toc: add title and aria-label - toc: show on right sidebar on desktop -- htmltest/htmltidy post-receive hook (already installed as - web.k3:~/go/bin/htmltest): <https://github.com/wjdp/htmltest> - monthly link sweep? - upgrade from bulma 0.9.3 to bulma 1.0.0 <https://bulma.io/documentation/start/migrating-to-v1/> -- add html linter. see reviews here: +- expose site as tor hidden service with http header +- set up logrotate for more granular `goaccess` reports + +## linting +- replace `<img>` in old posts with `{{< figure >}}` (partial work + done on stuff `>= 2019`) +- fix broken links in posts +- htmltest/htmltidy post-receive hook (already installed as + `web.k3:~/go/bin/htmltest`) +- add automatic html linter. see reviews here: <https://chezsoi.org/lucas/blog/a-review-of-html-linters.html> ## post ideas @@ -160,7 +164,7 @@ https://en.wikipedia.org/wiki/Star_Trader - markovian (golang markov chain generator) (~/git/test/go/markovian) -- hq (~/git/hq) +- hq (`flex:~/git/hq`) - secure C wiki is confluence!?!? <https://wiki.sei.cmu.edu/confluence/display/c/SEI+CERT+C+Coding+Standard> - fuzzing (afl) @@ -483,6 +487,9 @@ - tls for internal hosts w/ certbot and dns-01 - privacy (23andme bs): https://www.cnn.com/2025/03/25/tech/23andme-bankruptcy-how-to-delete-data/index.html +- run tails in gnome boxes with persistent storage + (see x1 notes for details, but it's `qemu-img convert ... qemu-img resize`) + ref: <https://unix.stackexchange.com/questions/517524/install-tails-with-persistent-storage-on-virtualbox> ## linkdump (2022-08-10): - css bg fade: @@ -700,3 +707,4 @@ https://arstechnica.com/security/2024/09/microsoft-adds-quantum-resistant-algorithms-to-its-core-crypto-library/?comments=1&comments-page=1 - final version of fip203 and fips204 - explanation of math for both? (not done, but covered in post above) +- goaccess |