Preparing for the Journey (002)
May 25, 2023•127 words
TDLR
Began planning the goals and how the filesystem works.
Hours
1
Nerd
The filesystem utilizes 32 KiB chunked files along with a yet to be determined fixed header so that information can be transmitted in an appetizer - full meal concept.
This saves on partial FS loading where only certain tree's of the FS are loaded. The client can then reject the appetizer and only have 'wasted' a small amount of data instead of silently dropping the entire thing.
On This Day
I was trying to setup a Cordova Build.
Useful links
List of forever TODO's
- How to handle downtime