raw cooking data, and tools to read it
Start here: http://wraybowling.github.io/Food.js/
- Put X on a food scale
- Adjust the amount in the recipe
- All other values are updated!
- Think about how much you want to serve per person (Z)
- 500 grams is a typical amount for a plate of food
- 250 for half a plate
- and so on...
- Multiply by Y number of people.
- Put that value in the Total field
- All other values are updated!
Example Scenario 3: You want to make a perfect cocktail (How this all got started!)
- Write a piece of software to balance proportions (Food.js)
- Create a JavaScript object with
- all the ingredients as attributes
- all the values as mass
- Measure the volume of the glass
- put it on the scale
- press tare
- fill with water
- Put the glass's volume in the Total field
- All other values are updated!
In most kitchens, many ingredients are added to taste after a recipe has been followed. The reason for this is because we don't actually pay attention to a few extra teaspoons when we cook. But with metric, you can. With a scale you can. Because the metric system on a food scale has a much higher resolution, you don't have to think of it as "european." Think of it, rather, as Digital HD Ingredient Measuring.
In countries where the metric system is employed, cooking involves fewer headaches and more accurate outcomes. Many cite baking, since flour by weight is more accurate. But there are other reasons why metric is better. Namely, recipes involve less guessing and arithmetic. All of the recipes are in grams, but so long as you're going by weight, you can really use any unit you like. Grams are just the easiest to read.
Once you get used to following recipes with Food.js, you can feel free to drift away from the values and experiment with replacing ingredients with alternatives. Perhaps an experience you've never had: the balance and proportions will remain the same.
This cookbook aims to do away with anything that isn't raw cooking data. No one will tell you how delicious the recipe is. There are no stories to read. No one will tell you about their wonderful time in Venice when they had this dish with their aunt Jenn. There are no photographs to show you what it will look. There are no guidelines on how you should cut things. Instead, just be creative! This cookbook has none of those things because you don't need my feelings. You have your own.
Food.js is written in JavaScript, and is open source. The reader and the recipes live in just one file. The format is simple to edit. The viewer is streamlined for offline viewing, and looks great on a phone or tablet.
Fork this repository to add your own recipes. Please feel free to send in your recipes as pull requests, and do not be surprised when they are forked and adjusted. That is actually the most delightful thing about cookbooks—how they mutate. What better way to facilitate such a thing than through Github?
There are two ways you can convert your recipe to grams.
- set bowl on scale, press tare
- deposit first pre-measured ingredient, write down the value, press tare
- deposite second pre-measured ingredient, write down the value, press tare
- and so on...
For example, search 1 lb of brussel sprouts observe the serving size in the generated nutritional information card (454g), and write this down.
Enjoy your meals,
Wray Bowling | programmer, cook, & interaction designer