Live data from Hacker News

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

recursive.recipes

31–40 of 78 posts

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

#31

I would think the ingredients could be processed in parallel. For example, the Chocolate Chip Cookies recipes quotes a total of 9 years 29 weeks to make everything, but really the longest lead item is the vanilla beans @ 4 years. So really it's a 4 year process isn't it?

You're right. I made the tool so that you could just make each recipe like you would normally do, doing one step at a time. In reality you would try to multitask, but that makes it more complicated to dictate as directions. At that point, I would actually try to generate a Gantt chart [1] which could make it easier to follow how to make things in parallel.

Also, as a sidenote - each recipe actually has its own "parallel" and "serial" time. The parallel time is independent of quantity, and the serial time is dependent on quantity. For example, growing vanilla beans has a parallel time of four years (each plant will grow simultaneously) and then they have a serial time of ~1/2 hr per plant to harvest.

[1]: https://en.wikipedia.org/wiki/Gantt_chart

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

#33
post #31

I would think the ingredients could be processed in parallel. For example, the Chocolate Chip Cookies recipes quotes a total of 9 years 29 weeks to make everything, but really the longest lead item is the vanilla beans @ 4 years. So really it's a 4 year process isn't it?

You're right. I made the tool so that you could just make each recipe like you would normally do, doing one step at a time. In reality you would try to multitask, but that makes it more complicated to dictate as directions. At that point, I would actually try to generate a Gantt chart [1] which could make it easier to follow how to make things in parallel. Also, as a sidenote - each recipe actually has its own "paral…

Yes, you're right. I missed the vanilla processing time. But at least you understand where I was going.

Still, a very cool project. Nice work.

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

#34

That was fun! I know I'm nitpicking here but I see that some elements have not been broken down ( ex : cocoa powder in cookies) even on absurdly longer time scale. Regardless, good work. Intuitively, it can serve as a good resource to understand food composition for cooked items.

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

The first person I showed it to asked how to make a cow.

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

#39
post #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 :)

Except when I click "egg" in the recipe it gives me instructions on how to produces eggs from an egg-laying chicken, then how to produce an egg-laying chicken from a chick... "how to incubate a chick from a fertilized egg" doesn't seem too out of scope.
Post reply on HN