Remix.run Logo
leontrolski 2 hours ago

Neat.

I'm trying to compress recipes into little schematics https://leontrolski.github.io/recipes.html

DoctorOetker 7 minutes ago | parent | next [-]

a lot of the schematics have avoidable edge crossings, that could improve intuitive readability enormously, theres entire subfields of graph theory that consideres rendering of graphs and planar embeddings.

michelb 2 hours ago | parent | prev | next [-]

Nice! this reminds me of https://www.reddit.com/r/flowchartrecipes/ and the table view on the https://www.cookingforengineers.com/recipe/87/Carrot-Pulp-Ca... pages.

teeray 2 hours ago | parent | prev | next [-]

I like it. Reminds me a bit of the table format on Cooking for Engineers (scroll to the bottom of the recipe): https://www.cookingforengineers.com/recipe/19/Erics-Chocolat...

flobosg 2 hours ago | parent [-]

I was going to say the same! You can also check the recipe card here: https://www.cookingforengineers.com/recipe/19/Erics-Chocolat...

Uncle_Brumpus 26 minutes ago | parent | prev | next [-]

I really like these. I went through a phase a couple years ago where I got really into cooking new fancy recipes, and having to scroll around on recipe pages, or try and read my own chicken scratch notes or understand the context I was trying to imply when I wrote the notes weeks ago was a struggle. Having everything more or less right there in front of your face seems really nice.

And I don't know why, but "Beans (green)" is really tickling my funny bone.

NiloCK 2 hours ago | parent | prev | next [-]

Ahh - the dependency graph recipe card. These are excellent. I've imagined something like this forever. Always annoyed that recipes put ingredients in a giant undifferentiated list and then give an instruction like "mix the dry ingredients in a deep bowl".

For a while I expected there could be a good return on a good implementation of this, but now as soon as a strong interface itself is created it seems easy to copy.

vrganj 8 minutes ago | parent | next [-]

Feels like one might be able to get an llm to convert an annoying to read recipe into a mermaid dependency graph following this example. Might be worth a try!

gorgoiler 2 hours ago | parent | prev [-]

”To bake an apple pie from scratch, first you must create the universe.”

— Carl Sagan

mapipolo 2 hours ago | parent | prev | next [-]

I love this! I bet you could make a successful recipe book based on this concept, with large schematics that a cook can read from a distance while working in the kitchen.

ultimatefan1 an hour ago | parent | prev | next [-]

My friend did a similar thing https://www.kickstarter.com/projects/1077776268/recipe-redes...

karhuton an hour ago | parent | prev | next [-]

These are amazing. It feels so clear to see a visual ”map” of the cooking process before you even start.

This would help coordinate two cooks to make prepping more independent.

I’m trying to figure out if an landscape Ipad, with interactive elements for extra details if needed, would be a good UI for this.

-

Edit: Showed it to my non-Engineer wife and she said ”this is horrible” after staring at it for 10 seconds. Maybe not for everyone…

InsideOutSanta 2 hours ago | parent | prev | next [-]

That's really neat and easy to parse, love it!

addedGone 35 minutes ago | parent | prev | next [-]

Recipes-as-JSON?

danielvaughn 2 hours ago | parent | prev | next [-]

It's amazing how much more readable this format is. I love it.

vrganj 21 minutes ago | parent | prev | next [-]

Now this I love. It respects the craft of cooking and the human element, while giving instructions in an easy to grok and straightforward way.

Great job!

hkt 2 hours ago | parent | prev [-]

That is brilliant. Going to try some of yours then maybe transcribe my own favourites into the same format. You've struck on a great idea here.