From 4bf4a18fb0868571fd9311d95a7815468fb08d69 Mon Sep 17 00:00:00 2001 From: Pagwin Date: Sat, 22 Mar 2025 19:57:56 -0400 Subject: [PATCH] weekly update --- posts/soft_eng_class_weekly_notes.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/posts/soft_eng_class_weekly_notes.md b/posts/soft_eng_class_weekly_notes.md index 1dcdb3f..1ba5701 100644 --- a/posts/soft_eng_class_weekly_notes.md +++ b/posts/soft_eng_class_weekly_notes.md @@ -14,7 +14,7 @@ This is going to be a bit different. Unlike other blog posts of mine which I fire off and forget this one I'm intending to update 😱. Specifically I'm going to try and update it weekly with a status report. -*Updated 2025-03-16* +*Updated 2025-03-22* ## Foreword @@ -54,4 +54,14 @@ Depends on Levi and me making a prototype of the BCT setup with an LLM. ## 2025/03/15-2025/03/22 +We needed to use a technical flex for reasons that should be apparent from the prior week's note. + +In any case work on making things fit toegether continues and now I also need to get a setup to produce a route from point A to point B using one bus system probably with the naive hub algorithm. +I've got a partial setup for an sqlite db to cache all the stop lattitude and longitude values and give `n` points which are closest to a given point. +However I haven't set that system up to read the stop json files yet. +When I do I'll probably want to add a table to the sqlite db to relate stops with trips. +I'll also want a table specifying trips and which hub they lead to. + +## 2025/03/22-2025/03/29 + To be written.