summary refs log tree commit diff
path: root/tasks/bonfacem.gmi
diff options
context:
space:
mode:
authorMunyoki Kilyungi2025-07-21 10:58:03 +0300
committerPjotr Prins2026-01-05 11:12:10 +0100
commit79e543780239b9bd70bfa3d0c31438111738d9b4 (patch)
treeae8b1972aee03eed8873edd49b8bd62498af6fd4 /tasks/bonfacem.gmi
parent21c476c854a8bf4017ae86953033ed6faefde966 (diff)
downloadgn-gemtext-79e543780239b9bd70bfa3d0c31438111738d9b4.tar.gz
Update meeting notes.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'tasks/bonfacem.gmi')
-rw-r--r--tasks/bonfacem.gmi21
1 files changed, 15 insertions, 6 deletions
diff --git a/tasks/bonfacem.gmi b/tasks/bonfacem.gmi
index 4bff06a..45c6407 100644
--- a/tasks/bonfacem.gmi
+++ b/tasks/bonfacem.gmi
@@ -9,6 +9,11 @@
 ## Tasks
 
 ### Note
+* Don't lose metadata.   Have an array of disabled snips.
+* Store by snip (rows).  Storage by marker.  2 different files.
+* gn-auth:
+  have wrappers around gn-auth (draw-back: folk may forget).
+  use Nginx as a MTM (re-routing calls).  How to add handler in Nginx and to work with tokens.
 
 - GN-auth dashboard fixes.  Follow up with Fred.
 - Case-attributes used in co-variates.
@@ -17,20 +22,20 @@
 
 * Concept note/ideas: Add all metadata in GN to an LLM that enriches GnQA.
 * Use mapping output as full vectors for gpt/transformers.  Integrate this work into GN.
+* Share PhD concept note with PJ for polishing
 
 ### This week
-* [ ] Talk to Fred and hand over case-attributes.
-* [ ] Dump DO and BXD into LMDB
-* [ ] Adapter to LMDB into a cross object.
+* [ ] Look at slow running CD (look at issue tracker and be systematic).
+* [~] Adapter to LMDB into a cross object.
 *     - Try computations with R/qtl2
 *     - Look at R LMDB libraries.
 *     - Look at functions that read the files.
 *     - PJ: LMDB adapter in R and cross-type files.
-* [ ] Dump all genotypes from production to LMDB.
+* [~] Dump all genotypes from tux02 to LMDB.
 *     - PJ sync tux01 genotypes with tux02/04.
 *     - Yet to set-up 2FA on new device.
-* [ ] Distinct admin and dev user. [w/ Fred]
-*     - Extra fluff to grant dev user access to everything.
+* [~] gn-guile webhook.
+* [ ] Look at deep-seek/anthropic (also really doc deployment in balg01).  Run in debian machine.
 
 ### Later
 * [ ] Editing genotype metadata
@@ -149,3 +154,7 @@ Currently closed issues are:
 *     - Disable diff in the UI - unnecessary.
 * [X] Added LMDB_PATH to dev container.   Updated old commits.
 * [X] Merged no-login AI work that Alex did.
+* [X] Talk to Fred and hand over case-attributes.
+* [X] Distinct admin and dev user. [w/ Fred]
+*     - Extra fluff to grant dev user access to everything.
+* [X] Merged rate-limiter.