todo-list

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 4137c92904bc6642eee1a27bb914c519ac489c41
parent 7b0be09e68b2dff6316173958335fc2a180e0856
Author: Michael Percival <m@michaelpercival.xyz>
Date:   Thu, 16 Apr 2026 10:21:19 +0100

add: systems design practice interview problem (today)

Diffstat:
Mconversations/8635289153.json | 8++++++++
Mtoday.md | 1+
2 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/conversations/8635289153.json b/conversations/8635289153.json @@ -46,5 +46,13 @@ { "role": "assistant", "content": "Added to Someday — grouped it near the other refactor task since they're related." + }, + { + "role": "user", + "content": "I had a task for today to do one systems design practice interview problem." + }, + { + "role": "assistant", + "content": "Added to today's tasks!" } ] No newline at end of file diff --git a/today.md b/today.md @@ -1,5 +1,6 @@ # Todo — 2026-04-16 ## Tasks +- [ ] Do one systems design practice interview problem ## Done