HN user

cpcloud

253 karma
Posts3
Comments72
View on HN

This is actually a pretty interesting idea, though I'm not sure how much yak shaving houses have (they definitely have some, but I think the DAG is not that deep) that tracking recurring dependency graphs is something I want to roll into micasa.

In any case, I rescind my sarcasm.

Much appreciated. Definitely A LOT of back and forth on the copy, design was actually very few iterations. Docs of course have their own rule in AGENTS.md, since Claude seems only slightly less likely than your average software engineer to forget about documentation. :)

Funny enough, Saul and I recently hacked on getting visidata's Ibis integration updated, so you can use visidata for poking around databases of any size, really. You might like that, but also visidata has non-ibis support for SQLite I believe.

This UX was a bit iffy for me, but I thought I'd experiment with it and decided to go with it.

When you edit an ID column, it opens a form editor to edit the entire row at once.

The thinking was to make all columns editable _in some way_, but ID columns are autogenerated and thus not designed to be directly manipulated.

I thought: since the ID represents a unique entity, in this case document, then it made some sense to make editing that editing the whole row.

That said, this is a bug even with the explanation I just gave: editing on the ID column of Docs doesn't show all the row's data in the form. Will fix that shortly.