Hacker News new | ask | show | jobs
by brianlweiner 2949 days ago
Making a chicken from scratch -- hilarious. Where do you source those 'recipes' ?
1 comments

The recipes are pretty generic. The data is actually all in a configuration file on Github. [1] Its organized in terms of "reactions" as in, every recipe is a "product" of some process applied to a set of "reactants". This is useful for reactions that have multiple products.

[1]: https://github.com/schollz/recursive-recipes/blob/master/rec...