diff options
author | Paul Duncan <pabs@pablotron.org> | 2022-10-30 09:13:19 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2022-10-30 09:13:19 -0400 |
commit | 19b09e59f1b9168467ad801957eb904fc33587db (patch) | |
tree | 9efbc9547525b60c83af08b16a4798d2550305a9 | |
parent | 11c67e0df909611f510187712b7fe2306d5b8b3a (diff) | |
download | pablotron.org-19b09e59f1b9168467ad801957eb904fc33587db.tar.bz2 pablotron.org-19b09e59f1b9168467ad801957eb904fc33587db.zip |
TODO.md: add ideas
-rw-r--r-- | TODO.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -256,7 +256,9 @@ this stuff may not make any sense. - `curl|bash` is madness - dominion data scraping data = ['MinTemp30', 'MaxTemp30', 'Usage30'].reduce((r, k) => (r[k] = JSON.parse(document.getElementById(`hf${k}`).value).map(row => ({time: row[0], val: row[1]})), r), {}) - +- gosec vs govulncheck + https://github.com/securego/gosec + https://www.pixelstech.net/article/1667102060-Secure-Your-Go-Code-With-Vulnerability-Check-Tool ## linkdump (2022-08-10): - css bg fade: @@ -310,6 +312,8 @@ this stuff may not make any sense. - <https://www.intruder.io/research/in-guid-we-trust> - <https://arstechnica.com/information-technology/2022/10/passkeys-microsoft-apple-and-googles-password-killer-are-finally-here/> - <https://old.reddit.com/r/programming/comments/yd8pix/information_for_decisionmakers_considering_the/> +- <https://www.unep.org/resources/emissions-gap-report-2022> +- <https://www.theregister.com/2022/10/29/kathleen_booth_obit/> ## done * add project folders |