|
@@ -18,6 +18,15 @@ Here's a 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).
|