diff options
-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 |