Site Archived Nov 7, 2023

Devlog

These are my daily notes and internal conversations during development. They may be helpful to understand the larger context of decisions that were made, and how I learned and explored while building.

Devlog < 2023 < May < 3

| by date | | thread: co |

After getting basing symbols exporting last night, I ended up back at the library functionality. I did a bunch of work on this in december(!), but it’s not actually fully functional yet.

I need the library to be able to read data from disk using a Path, and I need to be able to also read it with a Hash. (The Path resolves to a Hash). I need to be able to insert data at a Path. When I insert data at a new Path, I need to be able to update that entire “name table” by rehashing it and all of its parents.

| thread: co | | by date |