Browse Source

woozie davo-bot

windhamdavid 6 days ago
parent
commit
f69c63648e
2 changed files with 13 additions and 0 deletions
  1. 9 0
      README.md
  2. 4 0
      docs/computers/woozie.md

+ 9 - 0
README.md

@@ -18,6 +18,15 @@ Here's a map ๐Ÿ‘‡๐Ÿผ
 
 
 [![md-graph map](https://davidawindham.com/til/img/til.jpg)](https://davidawindham.com/til/img/til.jpg)
 [![md-graph map](https://davidawindham.com/til/img/til.jpg)](https://davidawindham.com/til/img/til.jpg)
 
 
+## Todo
+
+Things I'd like to automate so this place stays current instead of rotting โ€” most of them are the same shape: pull from some external source and render it to a markdown file.
+
+- [ ] **Sync Apple Reminders โ†’ [lists/todo.md](lists/todo.md)** โ€” I keep real todos in Apple Reminders but rarely mirror them here. Find an easy export/sync (a Shortcut, or a small script via `reminders-cli` / AppleScript โ†’ markdown) so the [Todo list](https://davidawindham.com/til/lists/todo) isn't hand-maintained.
+- [ ] **Sync Last.fm โ†’ [lists/now/listening.md](lists/now/listening.md)** โ€” pull recent scrobbles from the Last.fm API and render to markdown so [Now / Listening](https://davidawindham.com/til/lists/now/listening) updates itself.
+- [ ] **Generalize the "external source โ†’ markdown" sync** โ€” both of the above are identical in shape, so build one small repeatable pattern (a `scripts/sync-*.mjs` per source, run on a schedule or in the prebuild step) so the next one is trivial: Letterboxd โ†’ Watching, StoryGraph/Goodreads โ†’ Reading, Strava โ†’ โ€ฆ etc.
+- [ ] **Import my other sites as markdown for the davo-bot corpus** โ€” convert my other sites (davidawindham.com, davidwindham.com, srh, โ€ฆ) to markdown and feed them into the [ralph](https://code.davidawindham.com/david/ralph) RAG / vector pipeline, so the AI [davo-bot](https://davidawindham.com/til/ai) answers from my whole web presence, not just this TIL site โ€” more complete retrieval and citations.
+
 ## Log
 ## Log
 
 
 - 26/06/06 - reworking the [AI page](https://davidawindham.com/til/ai): dropping Markprompt/OpenAI for a self-hosted assistant โ€” Claude (Haiku) + local vector search over my own notes/docs/lists/posts, answers that link back to the source pages, as a little pop-up "Clippy" widget I can drop on any of my sites. Only answers from my stuff. Backend rides on my [ralph](https://code.davidawindham.com/david/ralph) RAG/MCP server (SQLite + sqlite-vec + local Ollama embeddings).
 - 26/06/06 - reworking the [AI page](https://davidawindham.com/til/ai): dropping Markprompt/OpenAI for a self-hosted assistant โ€” Claude (Haiku) + local vector search over my own notes/docs/lists/posts, answers that link back to the source pages, as a little pop-up "Clippy" widget I can drop on any of my sites. Only answers from my stuff. Backend rides on my [ralph](https://code.davidawindham.com/david/ralph) RAG/MCP server (SQLite + sqlite-vec + local Ollama embeddings).

+ 4 - 0
docs/computers/woozie.md

@@ -1065,6 +1065,10 @@ sudo apt-get install -y nodejs
 david@woozie:~ ยป node --version
 david@woozie:~ ยป node --version
 v18.16.0
 v18.16.0
 
 
+#updated for dependency 26/6/9
+david@woozie:/etc/apt/sources.list.d ยป node --version
+v24.16.0
+
 ```
 ```
 
 
 ### PHP
 ### PHP