From 83b903d60e1af95990f5f55c576fb6049b639a89 Mon Sep 17 00:00:00 2001 From: ed Date: Wed, 2 Jun 2021 09:42:33 +0200 Subject: [PATCH] readme: update todos --- README.md | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4b694640..40342c00 100644 --- a/README.md +++ b/README.md @@ -520,20 +520,26 @@ in the `scripts` folder: roughly sorted by priority -* separate sqlite table per tag -* audio fingerprinting +* traversal report per-user * readme.md as epilogue +* single sha512 across all up2k chunks? maybe * reduce up2k roundtrips * start from a chunk index and just go * terminate client on bad data -* `os.copy_file_range` for up2k cloning -* single sha512 across all up2k chunks? maybe -* figure out the deal with pixel3a not being connectable as hotspot - * pixel3a having unpredictable 3sec latency in general :|||| discarded ideas +* separate sqlite table per tag + * performance fixed by skipping some indexes (`+mt.k`) +* audio fingerprinting + * only makes sense if there can be a wasm client and that doesn't exist yet (except for olaf which is agpl hence counts as not existing) +* `os.copy_file_range` for up2k cloning + * almost never hit this path anyways * up2k partials ui + * feels like there isn't much point * cache sha512 chunks on client + * too dangerous * comment field + * nah * look into android thumbnail cache file format + * absolutely not