Viewing profile — chuckl
chuckl
HN member- Joined
- Tue, Nov 11, 2014, 5:44 PM UTC
- HN karma
- 39
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About chuckl
No profile information was provided.
Recent public activity
-
comment
Comment #42126785
100% under the hood I have it more like a graph with levels. The traversal is from all of the "leaves" to a single node rather than from the head node towards the leaves as in a tr…
-
comment
Comment #42122154
that's interesting! Same concept. I initially got the idea from the book Cooking for Geeks https://www.cookingforgeeks.com/ I wonder if they got it from Cooking for Engineers
-
comment
Comment #42122006
for sure! The use case I'm solving for myself is easy lookup while I'm cooking which is different than the use case of me going shopping Maybe someday I'll add a feature to grab a …
-
comment
Comment #42121854
I think of them as 2 different nodes, 2 instances of the same type of ingredient. Practically I just have it listed twice if it's important like butter. https://cookbook.cstebbins.…
-
comment
Comment #42121694
thanks for checking it out!
-
comment
Comment #42121584
Just finished my own overthinking of recipe structures. I figure that a recipe is more or less an upside-down tree! Where you start with a list of all the nodes (ingredients) Have …