February 2026
Weeknotes (Ending Feb. 20, 2026)
Monday, Feb. 16, 2026
- It's still weird to type 2026.
-
I've had more thoughts on bitty. I'm just gonna push everything into the imported classes themselves instead of having to go through
this.api.whatever(), you'll be able to just dothis.whatever(). -
Spent some time digging into rust and async stuff to work on getting my simple site builder process (which is what runs the bitty site) to not trigger multiple times when a bunch of files change at the same time. Basically, added both a debounce and a throttle to it.
It should shave a few seconds off each rebuild when I save multiple files.
Eventually, I need to do the same for my main site builder (Neopoligen) but that'll wait until I do a larger rebuild of that after bitty v8 is done.
end of line