aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2022-10-20 09:06:02 -0400
committerPaul Duncan <pabs@pablotron.org>2022-10-20 09:06:02 -0400
commit782dba9ce06b07c7217967b6b5e50db903175da5 (patch)
tree4c14d06077b39704c9df40d16601a9242bce0fed
parent77ba4cc0e67f0d7c0b7f0df8e83305ab8498f8b3 (diff)
downloadpablotron.org-782dba9ce06b07c7217967b6b5e50db903175da5.tar.bz2
pablotron.org-782dba9ce06b07c7217967b6b5e50db903175da5.zip
TODO.md: add ideas
-rw-r--r--TODO.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/TODO.md b/TODO.md
index e245968..4f41312 100644
--- a/TODO.md
+++ b/TODO.md
@@ -249,10 +249,13 @@ this stuff may not make any sense.
(flashing is easy)
(led toggling, wifi)
(looking at building outdoor sensor and submitting to weather.gov
- cwop)
+ cwop, see <https://madis.noaa.gov/madis_cwop.shtml>)
- `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), {})
-linkdump (2022-08-10):
+
+## 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>
@@ -300,6 +303,7 @@ linkdump (2022-08-10):
- <https://www.postgresql.org/about/news/postgresql-15-released-2526/>
- <https://www.imperialviolet.org/2022/09/22/passkeys.html>
- <https://github.com/uutils/coreutils>
+- <https://wazero.io/>
## done
* add project folders