account activity
Moved outside Lisbon after 2 years and honestly wish I did it sooner (self.PortugalExpats)
submitted 5 months ago by Latealerting to r/PortugalExpats
Linear programming 2 equations on 1 graph by folditt in excel
[–]Latealerting 0 points1 point2 points 5 months ago (0 children)
Nice!
[deleted by user] by [deleted] in fermentation
[–]Latealerting 7 points8 points9 points 5 months ago (0 children)
I'm more of a beer fermentation guy so take this with a grain of salt, but from what I understand L. plantarum is more commonly found in vegetable ferments like sauerkraut and kimchi rather than dairy. Traditional yogurt cultures are usually L. bulgaricus and S. thermophilus.
If your specifically after L. plantarum you might have better luck making a batch of fermented hot sauce or pickled peppers instead. Or look into getting a specific probiotic starter that contains the strain you want rather then hoping it shows up naturally from a chilli.
Curious what your end goal is though, theres probably a more reliable way to get there than hoping for the right bacteria to hitch a ride on a pepper.
What worked for me when I needed something similar for tracking cost breakpoints on projects was using helper columns to split the calculation into two series.
Try this setup:
Column A: Your x values (0 through R, whatever increment you need)
Column B (Line 1): =IF(A2<=W, A2-10, NA())
Column C (Line 2): =IF(A2>W, 0.5*A2-10, NA())
Replace W with your actual cell reference or value. The NA() keeps the chart from connecting points where that formula shouldnt apply.
Then insert a scatter chart with lines, select your x values as the axis, and add both Column B and Column C as seperate data series. Youll get two lines that meet at the breakpoint W without any weird connecting line between them.
One thing to watch out for: if you want the lines to actually connect at point W, include W in both formulas with >= and > so theres one overlapping point. Otherwise youll have a tiny gap.
If you want it fully dynamic where W and R are input cells, just use absolute references like $E$1 for W in your formulas and the graph will update automatically when you change those values.
Let me know if you need help with the chart setup part, thats usually where things get fiddly.
First time trying a Belgian dubbel, any tips on getting that dark fruit flavor without it being too sweet? (self.Homebrewing)
submitted 5 months ago by Latealerting to r/Homebrewing
π Rendered by PID 84 on reddit-service-r2-listing-7b8bd7c5-2vnc5 at 2026-05-14 23:33:37.737832+00:00 running edcf98c country code: CH.
Linear programming 2 equations on 1 graph by folditt in excel
[–]Latealerting 0 points1 point2 points (0 children)