Live data from Hacker News

Viewing profile — chuckl

chuckl

HN member
Joined
Tue, Nov 11, 2014, 5:44 PM UTC
HN karma
39
Public activity
6 items

About chuckl

No profile information was provided.

Recent public activity

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

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

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

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

  5. comment
    Comment #42121694

    thanks for checking it out!

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