2022-09-26
🔗Almost finishing up the "journal" updates for the website, I added a monthly navigation sidebar. Will merge the PR once there's more than a single month to show. The final piece will be to add per-tag navigation to the same sidebar.
I've been really happy with the new SvelteKit changes from the past couple of months. The seamless integration of types between the frontend and backend and the easy ability to write server-only load functions specific to a page really make for a great development experience.
Links
- Hillel Wayne recently wrote an article for Github README on decision tables as an entry into formal methods. I've long been a fan of these kind of tables, and just today found it a useful technique for figuring out the desired behavior in a UI based on a few different pieces of state.
- Hillel also wrote a much more comprehensive treatment of decision tables and techniques for using them effectively a couple years ago.