Live data from Hacker News

Show HN: Recursive Recipes – directions to make food from scratch

recursive.recipes

11–20 of 78 posts

Re: Show HN: Recursive Recipes – directions to make food from scratch

#12
For making the vegetables, you should have seeds as an ingredient. Then to make seeds you need the vegetables, so you could have a cycle in your dependency graph.

Also you should keep adding recipes for seawater and soil etc until you have a recipe for creating the universe. And use an apple pie as your example recipe.

Re: Show HN: Recursive Recipes – directions to make food from scratch

#15
I made this for fun with React and Go, its open-source if you want to hack it yourself. [1]

I was inspired by the book "Make the Bread, Buy the Butter" by Jennifer Reese. I tried to continue the idea to see how much money+time it costs to continually substitute an ingredient for the recipe of that ingredient.

Sorry for the ads - I use them to make back the $ spent on the domain :). I just toned them down.

Please let me know if there are any other suggestions!

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

Re: Show HN: Recursive Recipes – directions to make food from scratch

#17

Making a chicken from scratch -- hilarious. Where do you source those 'recipes' ?

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...

Re: Show HN: Recursive Recipes – directions to make food from scratch

#20

For making the vegetables, you should have seeds as an ingredient. Then to make seeds you need the vegetables, so you could have a cycle in your dependency graph. Also you should keep adding recipes for seawater and soil etc until you have a recipe for creating the universe. And use an apple pie as your example recipe.

Haha. Yeah this is the chicken-and-egg problem. There are no cycles here since I'm working from the basis of primordial practical ingredients, in that each recipe should ideally boil down to just sun, soil, water, and seeds (be they fungi spores, cow embryo, chicken eggs, vegetable seeds, etc.). It would be neat to expand this to the universe though :)
Post reply on HN