summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2026-04-01 13:59:42 +0200
committerTom Smeding <tom@tomsmeding.com>2026-04-01 13:59:42 +0200
commit42b8b5fbcbe02b02878f8f6e2b98aafc713204be (patch)
tree0201ef780d15ed92620bdcb8fd94dd6dac8ecd32 /TODO.txt
parent0cf6164927411cef088d9c8400a99327efdf0c19 (diff)
Cache, drop chronos
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/TODO.txt b/TODO.txt
index 1f12c0a..f0caf31 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -3,6 +3,5 @@
- Implement calendar view
- Ensure the server doesn't crash and burn when you
`for i in (seq 1 1100); curl -s 'http://localhost:8000/log/fn-haskell?page='$i | head -1 &; end; wait`
-- Check if we still need chronos or can drop it to drop aeson (potentially)
- Reimplement mustache to drop aeson
- Reimplement HTTP server (or switch to a different one) to drop half the universe