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