diff options
author | Paul Duncan <pabs@pablotron.org> | 2023-05-02 04:42:23 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2023-05-02 04:42:23 -0400 |
commit | c705e5fadb541065e0ffa961d92beb0d67e3f43b (patch) | |
tree | 8c8b19e8785ae2842b16e34a2488c8ca22b56f69 | |
parent | a051b16e4a3841f232a1799ec69f014a31a6f667 (diff) | |
download | pablotron.org-c705e5fadb541065e0ffa961d92beb0d67e3f43b.tar.bz2 pablotron.org-c705e5fadb541065e0ffa961d92beb0d67e3f43b.zip |
TODO.md: remove old ideas
-rw-r--r-- | TODO.md | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -236,7 +236,7 @@ this stuff may not make any sense. - build hooks? - go-import support <https://go.dev/ref/mod#vcs-find> - rel=me for mastodon -- tiny-binaries redux w/go 1.19, point out grype scanner output for +- tiny-binaries redux w/go 1.20, point out grype scanner output for minimal images - browser addons: (ublock origin) @@ -251,8 +251,6 @@ this stuff may not make any sense. - heat pump (pictures/heat-pump-20220930) - <https://insideevs.com/news/509767/tesla-model3-control-arm-fix/> - `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 |