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 < February < 5

| by date | first | thread: collate |

Now that I’m starting to use collate for a real website, I find myself wishing that I had some additional tools for dealing with certain types of blocks, like devlogs and blog posts. One thing that might help a lot with this is to enable “anonymous” string passing for arguments, which would be hugely helpful for short strings. Right now, I need to create a new block even for tiny strings like “23”. maybe I could just use parenthesis to denote a string literal for a parameter.

first | thread: collate | | by date |