This isn't a recipe? Recipes have 40 paragraph long stories about how your grandmother fell in love in Rome .
GetBetter
anything science based to improve, health, mental, technics, skills
and inconsistently labeled units
Or everything is in cups.
It's either that or I have to make little piles of dry ingredients on my table and it makes a huge mess.
And if I’m using my phone every other line has 50 ads
[ * ]Ublock origin master race[ * ]
Every time my wife or I look up a recipe we start singing "when I was a young warthog..."
I'm not sure an excel chart is that much better than just saying "melt x, mix y, fold z and then bake" and the list of ingredients xyz.
Yeah, what if you want to do something like "seperate the yolks from the whites, beat the whites until they're fluffy and then add sugar and mix with the rest." And then a later step doing something with the yolks. I don't see how you would do that here without it turning into an unreadable mess.
I like it as the shorthand at the end. Special instructions could still be included before it as usual.
I feel like this is less useful for a recipe you're making for the first time or make once in a while, but probably pretty handy as a quick reference for something you make regularly.
I once came across a cooking blog that used this sort of instructions over a decade ago; was apparently run by an engineer - haven’t found it again since, but the methodology stuck with me.
I believe www.cookingforengineers.com , but it’s either down or doesn’t like my VPN, so I can’t verify.
Definitely not a VPN issue; I’m raw dogging the internet on my phone and also getting a Server 500 error.
Will bookmark to try and remember to revisit it at some point in the future. 😅
Yes I think the guy on that site invented the format. At least that's where I first saw it many many years ago .
I don't understand what this adds that the "traditional" recipe style is missing. I even see some things it's lacking. For example, the last 4 ingredients should be mixed together independently before folding in to the base.
I don't dislike this format, but I just don't see why it's so revolutionary.
If the last 4 ingredients need mixing together first, then you simply have a mix column with just those ingredient rows under the mix column from above to show that those get mixed independently in parallel. This recipe implies that is unnecessary for this food though.
It clearly shows the sequential and parallel threads of execution:
- up/down: parallel.
- left to right: sequential
It clearly shows the sequence of produced intermediate results, split and merging points:
- a row that splits into two rows is one step producing more than one result. Like spliting yolk and whites.
- many rows becoming one: merging node. Like baking many ingredients.
For example, the last 4 ingredients should be mixed together independently before folding in to the base.
Isn't that indicated by the combination of rows?
I like this chart. It even allows for ~~multithreaded~~ multi-person baking, because the combination of rows indicates where processes are merged (and need to be done).
Edit: I may be dumb. A mix step is missing below the mix block of the other ingredients, but it could easily be included.
Because it fits on a little card. Which everyone used to keep recipes on for a long time. Little boxes full of recipe cards.
I love this. And to all the guys arguing whether this is a good way of designing a recipe, please remember you are on Lemmy, most people here are either it or engineers or at least very close to one of those professions so the amount of autism is significantly increased 😂
Here's an open source library for generating these from markdown https://mossblaser.github.io/recipe_grid/tutorial.html
My wife said "But how will we learn their life story!?"
You Americans just can't get away from the corporate brainwashing no matter how hard you try.
"Hershey's cocoa powder", what the fuck? Not only is naming a specific brand for a recipe bad enough, naming the worst shit imaginable is so fucking weird.
Sometimea it is important like when a recipe wants American jiff or skippy peanut butter etc, because it contains icing sugar besides just peanuts; which changes sugar ratios for cookies.
Perhaps the recipe calls for vomit flavored chocolate that other brands cant match.
I've never seen anyone else do that, but that's how I began hand-writing recipe cards around a decade ago. Not as neat a table, but groups with arrows that combine down to a final step (so I guess more pyramidal in most cases).
i wish all recipes were presented this way. every single one of them.
It works for very simple recipes where the work can be summed up in a word or two. Complex recipes need far more instructional information not just the order to put ingredients together.
This chart works well as both the requirements and process reference.
The fine details can be asterisk line items afterward.
Then the family story goes at the bottom, with perforations so you can tear it off and toss it out
This is pretty much useless unless the recipe is strictly additive. No room for "split a chunk of dough, we'll need it later". Or if you need to prepare two things in parallel before combining some but not all. Or indicating that a step can progress unattended.
https://mossblaser.github.io/recipe_grid/tutorial.html#splitting-recipe-components-up
someone figured out a way
Also an issue if you need to add an ingredient at more than one step. Suddenly you've got no good way of indicating the total amount you need for the recipe as well as the amounts for the individual steps. This is great for a specific kind of extremely simple recipe only.
how do you actually read it though
You melt the butter, then add the next 3 ingredients and mix everything, etc...
Top down and left to right.
I want to know what this is a recipe for. I guess I'll just have to try it and find out...
NIH syndrome strikes again.
("Not Invented Here" for those unfamiliar.)