Live data from Hacker News

Make your own sourdough

github.com

81–90 of 208 posts

Re: Make your own sourdough

#81
post #16

Earlier quoted context omitted.

Freezing doesn't kill bacteria, it's actually how biologists preserve their samples. Most yeast you buy in a store (e.g. Fleischmann's) are better if you freeze it after opening for best quality.

Interesting. Do you have a source for this?

Source for which? Both are google-able, bacteria/yeast freezing.

Re: Make your own sourdough

#82

Earlier quoted context omitted.

Here in Germany many people trade starters across villages. It would be interesting to have a scientific study on the differences. Maybe there is different bacteria/yeast in the different villages?

The type of flour and the temperature it’s kept at make the most difference imho. You can notice a change in the smell as seasons change.

That would be really interesting to have in the recipes as well. Did you conduct any A/B tests?

Re: Make your own sourdough

#83
post #61

Earlier quoted context omitted.

It's not a great "engineer's guide" though. My main issue at a glance is it's too linear "Day 7 Add another round of ingredients. Day 8 You are done". it doesn't work that predictably. You have to describe the outcome you're waiting for, it might happen on an earlier day or later. For SW engineers, it's a "while (!ready())" loop, not a "for (day in 1..8)" loop. Maybe it worked that way once for the OP. But it will va…

Yes, their GitHub guide should probably include a deep learning classifier that implements the ready() function.

The MVP of that classifier is a few photos for a person to work from.

Re: Make your own sourdough

#85
Would this have appeared here is it wasn't hosted on github?

Don't get me wrong, I am quite interested in fermentation (I make my own sauerkraut for probiotics), but it seems strange for it to appear at number one on the front page of HN.

Re: Make your own sourdough

#86

Earlier quoted context omitted.

It's not a great "engineer's guide" though. My main issue at a glance is it's too linear "Day 7 Add another round of ingredients. Day 8 You are done". it doesn't work that predictably. You have to describe the outcome you're waiting for, it might happen on an earlier day or later. For SW engineers, it's a "while (!ready())" loop, not a "for (day in 1..8)" loop. Maybe it worked that way once for the OP. But it will va…

Yes! I'd been baking all my own bread for years but had repeatedly failed to cultivate a sourdough starter despite following lots of guides to the letter. I finally got mine living nicely when I completely let go, stopped measuring and worrying, just learned to smell and watch. I pour flour in straight from the bag and splash water from a big container, as long as the consistency is somewhere between thin mud and thi…

I would strongly recommend getting a digital kitchen scale (cost is under $30) and measuring water and flour in repeatable weights. A volume of flour is just not a consistent weight - it can be packed loose or tight.

Re: Make your own sourdough

#87
I love this geek / hobbist way to approach cooking. Do you know any other books / websites / youtube channels with the same format?

I enjoy watching French Guy Cooking [1] (he even has a video series about making your own bread which is quite good) but never found other sources with the same format.

[1] https://www.youtube.com/user/FrenchGuyCooking/featured

Re: Make your own sourdough

#88
post #85

Would this have appeared here is it wasn't hosted on github? Don't get me wrong, I am quite interested in fermentation (I make my own sauerkraut for probiotics), but it seems strange for it to appear at number one on the front page of HN.

From the README:

>Learn how to master the art of baking the programmer way. If you love programming, you will also enjoy breaking some bread. A/B test, iterate and ultimately become a self taught baker. This repo is dedicated to becoming your bread manifesto with useful tricks and hacks. Furthermore the goal is to illustrate how easy making bread is and that you can get started today without expensive tools.

Re: Make your own sourdough

#89

Earlier quoted context omitted.

No salt at all in the sour dough. When baking you will add salt. I like around 2%. But in the mother sour dough you do not want any salt. This link is only about how to get your actual mother sour dough, not baking! That's still TODO and will follow up later. Edit: 2% of the flour's weight in salt. Let's say you bake 700 grams of flour (500 grams flour, 200 grams sour dough) then you would add 14 grams of salt. Note…

2% bp not total weight. Should probably clarify since this isn't a baking audience

> 2% bp not total weight.

Where bp stands for... what?

> Should probably clarify since this isn't a baking audience.

Yes please.

Re: Make your own sourdough

#90

Earlier quoted context omitted.

I do this also for time control. I can effectively bake whenever convenient if it's half dormant in the fridge.

Also, no need to knead with this method.

Oh? So you mix it and just stash it in the fridge for a while?
Post reply on HN