From 2df027733c1a568b2aea0a1310c6c738f96f253f Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Sun, 16 Oct 2022 20:44:23 +0200 Subject: [PATCH] autopushed --- journal/2022-10-16.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/journal/2022-10-16.md b/journal/2022-10-16.md index d1e2e7b90..f2aeec83a 100644 --- a/journal/2022-10-16.md +++ b/journal/2022-10-16.md @@ -11,5 +11,10 @@ - [[agora doc]] - great top level comment by [[ivo]] - [[agora development]] - - set up local dev environment in the train - - [[poetry]] + - [x] set up local dev environment in the train + - [[poetry]] + - better search? + - what's a quantum of better search? it's pretty bad right now; e.g. [[poetry install]] would not bring up [[install poetry]] + - would re-adding fuzzy matching fix this? + - should I implement a simple search algorithm myself for the purpose of understanding how to solve this? + - tokenization -> compute combinations is trivial but expensive