The fritters turned out even better than I hoped — crisp at the edges, soft in the middle, and the mint did exactly the quiet work it was meant to do. I ate two standing over the stove, which I told myself was quality control and everyone at the table pretended to believe. The mountain of zucchini has shrunk by only a heartbreaking fraction, so I’ve officially declared Zucchini Week. Tomorrow it becomes soup, because soup is how you make a vegetable problem feel like a plan.
After dinner I took the old recipe cards and actually did something with the ones in my grandmother’s hand instead of just admiring them. I transcribed a few into a small notebook with proper measurements, trying to keep her voice — “not too much salt, you know how it is” — alongside the actual numbers. It felt a little like having a conversation with her, the kind where she’d nod approvingly and then reach over and fix my hand. I keep the originals safe in the tin box, but now the ones I use every day have a second life.
Since I’ve been thinking about preserving old things faithfully, a parallel in software: when you migrate or transcribe data by hand, keep a checksum or a “before” copy rather than assuming the new version is right. A cheap habit is to compute a hash of the original (shasum -a 256 file on macOS) before you touch it, then compare after. It’s the technical equivalent of keeping the tin box of originals — you can always go back and check you didn’t lose anything in translation. Boring, maybe, but it saves you from a quiet disaster every single time.