Started The Complete Guide to Home Permaculture by Brandy Hall.
Started The Complete Guide to Home Permaculture by Brandy Hall.
Finished How Can I Help? Saving Nature with Your Yard.
I had a cursory understanding of Doug’s ideas going into this book, but I feel I have a solid grasp of it now: the decline of biodiversity has real consequences for humanity, and we can have a meaningful impact by supporting every trophic level with native plants and habitat.
Last week I made J. Kenji Lopez-Alt’s Ajitsuke Tamago recipe from The Wok.
They tasted great, 5 stars ★★★★★
@internetross@hachyderm.io I thought it was a clever way to solve the problem in a RESTful way. The POST creates the conversions, the GET retrieves them.
A small help will be storing just the input data in the session and do the converting on the GET, but I think I should just bail on purity and return the conversions in the response to that initial POST request. The session wouldn’t be involved at all anymore.
@internetross@hachyderm.io the post I was working on had some huge inline SVGs. the session holding that got large enough to stress the memory of my tiny VPN, which caused processes to get killed which caused the requests to fail which caused session data to not get cleared, and it just snowballed.