What are you doing with homebrew today?

Crisp recommends a longer mash but otherwise I don’t think so. I have of course pieced stuff together. Possibly higher protein requiring a longer mash? I’ve also read that was among the earlier crops when it was rereleased. I’m mashing 90 minutes.
 
Crisp recommends a longer mash but otherwise I don’t think so. I have of course pieced stuff together. Possibly higher protein requiring a longer mash? I’ve also read that was among the earlier crops when it was rereleased. I’m mashing 90 minutes.
Yeah higher protine content should in theory give you better foam stability and may cause some protine haze in the final product not that that matters in a brown ale or bitter I believe.

As for conversion I'd look at it's diastatic power of the malt.
 
Yeast pitched. Here is the color. As long as that damn fruit fly didn’t get in it should be tasty. Hit 75% efficiency which is my typical since I’ve been milling my own grain
9DF3029E-24A3-4DEA-B3D6-9F09261599D7.jpeg
 
Yeast pitched. Here is the color. As long as that damn fruit fly didn’t get in it should be tasty. Hit 75% efficiency which is my typical since I’ve been milling my own grain View attachment 22686
Yeah had a bloody fly end up on one of my fermentations earlier this year:D.

Watched it as I was transferring an yup it thought it could land on the streaming wort going into fermenter :eek: in it went for a sticky bath.
Batch turned out good:)
 
Fermentation is super active right now. Smells nice an fruity. Later tonight/tomorrow morning I’ll put my spunding valve on. OG was 1.040 so this will not take long
 
Yeah had a bloody fly end up on one of my fermentations earlier this year:D.

Watched it as I was transferring an yup it thought it could land on the streaming wort going into fermenter :eek: in it went for a sticky bath.
Batch turned out good:)
Need to move south, mate. SA is fruit fly free. Now, say that quickly 3 times back to back out loud with the kids listening. I remember the first time I saw the road signs for ag inspections at the state line going back to Port Pirie from Broken Hill. Huge fines for carrying fruit across state lines in Oz, especially SA. I think it turned into “flute fly flee” or something similar. As long as ya boiled ‘em good, just a little extra protein in the brew, and a surprise beer snack if it’s a dark brew. Chunky bits, YUMMY!
 
Need to move south, mate. SA is fruit fly free. Now, say that quickly 3 times back to back out loud with the kids listening. I remember the first time I saw the road signs for ag inspections at the state line going back to Port Pirie from Broken Hill. Huge fines for carrying fruit across state lines in Oz, especially SA. I think it turned into “flute fly flee” or something similar. As long as ya boiled ‘em good, just a little extra protein in the brew, and a surprise beer snack if it’s a dark brew. Chunky bits, YUMMY!
Nope it was on transfer to fermenter I fished it out with a spoon not long after but I was freeking out I'd ruined the batch.

Here we go earlier this year in a blonde ale
https://www.brewersfriend.com/forum...ith-homebrew-today.14431/page-101#post-154321
 
Last edited:
Was gone all day at an autumn fest thing, great time. I figured my beer would be 1.012 so I’d spund and get the last 4 points to carbonate for me. Well it was 1.009. Hopefully I get some more action. Fermenting Temp was 3 degrees cooler than this morning so it doesn’t have much to give me. I moved it to my living room much to my wife’s chagrin where the temp is warmer. 24 hours and 2 points from projected FG… Super fresh English slurry from a just racked beer.
 
Heating up strike water, cleaning my tap line, and transferring the kolsch into a serving keg. Busy beer day! Having a full time job is definitely going to affect Snail House's production output
I'm heating up strike water too on the brown ale! Was worried the propane burner was going out, almost no flame and the gas was on full blast. Got it sorted now
 
Was gone all day at an autumn fest thing, great time. I figured my beer would be 1.012 so I’d spund and get the last 4 points to carbonate for me. Well it was 1.009. Hopefully I get some more action. Fermenting Temp was 3 degrees cooler than this morning so it doesn’t have much to give me. I moved it to my living room much to my wife’s chagrin where the temp is warmer. 24 hours and 2 points from projected FG… Super fresh English slurry from a just racked beer.
Only got a few psi build according to my spunding valve. Hopefully didn’t add too much oxygen when I switched corney lids.
 
Finishing up some odds and ends, reworked my Pre-Prohibition Lager based on a couple articles I read in "Beer and Brewing" specifically referencing Paul Kaiser's draught beer recipe of 1912. Used Pilsner malt instead of pale and bumped the ibu's by 50% and left out the wheat. Thinking this will be a huge improvement over my last crack at the style, which was a bit disappointing.

https://www.brewersfriend.com/homebrew/recipe/view/1305404/bulin-s-original
 

Defer( function () { $(document).ready(function() { if ( ! document.cookie.match(/^(.*;)?\s*bf_adfpv_v1\s*=\s*[^;]+(.*)?$/) ) { var date = new Date(); var now = new Date(); date.setTime(date.getTime()+(10*365*24*60*60*1000)); var expires = "; expires="+date.toGMTString(); document.cookie = "bf_adfpv_v1="+now.toGMTString()+expires+"; path=/"; } else { // Initialize AdSense (adsbygoogle = window.adsbygoogle || []); // Affiliate ad override configuration from PHP var affiliateOverrides = {"top-leaderboard-ad":{"total_percentage":25,"options":[{"name":"House Ad","weight":1,"href":"\/homebrew\/signup","img":"\/homebrew\/images\/houseads_20211207\/take10_signup\/webp\/810X100.webp","width":810,"height":100}]},"inline-unit-ad":{"total_percentage":25,"options":[{"name":"House Ad","weight":1,"href":"\/homebrew\/signup","img":"\/homebrew\/images\/houseads_20211207\/take10_signup\/webp\/810X100.webp","width":810,"height":100}]},"sidebar-block-1-ad":{"total_percentage":25,"options":[{"name":"House Ad","weight":1,"href":"\/homebrew\/signup","img":"\/homebrew\/images\/houseads_20211207\/take10_signup\/webp\/300x250.webp","width":300,"height":250}]}}; // Process each potential ad override if (affiliateOverrides && Object.keys(affiliateOverrides).length > 0) { Object.keys(affiliateOverrides).forEach(function(adSlotId) { var override = affiliateOverrides[adSlotId]; var adElement = document.getElementById(adSlotId); // Check if ad exists and should be replaced based on total percentage if (adElement && override.options && override.options.length > 0 && (Math.random() * 100 < override.total_percentage)) { // Choose an option based on weights var option = chooseWeightedOption(override.options); // Build affiliate ad HTML var style = option.style || ''; if (option.width && option.height) { style += (style ? '; ' : '') + 'max-width:100%;'; } var attributes = ''; if (option.target) attributes += ' target="' + option.target + '"'; if (option.rel) attributes += ' rel="' + option.rel + '"'; var affiliateAdHtml = '
' + '' + '' + '
'; // Replace the AdSense container with affiliate ad $(adElement).closest('ins.adsbygoogle').replaceWith(affiliateAdHtml); } }); } // Helper function to select a weighted random option function chooseWeightedOption(options) { if (!options || options.length === 0) { // This case implies an issue with how options are passed or an empty configuration. // Returning undefined is safer than the original's options[0] which would error. return undefined; } var eligibleOptions = []; var totalPositiveWeight = 0; // First pass: Collect options with strictly positive weights and sum these weights. for (var i = 0; i < options.length; i++) { var option = options[i]; // Ensure weight is treated as a number; default undefined/non-numeric to 0. var weight = (typeof option.weight === 'number') ? option.weight : 0; if (weight > 0) { eligibleOptions.push(option); totalPositiveWeight += weight; } } if (totalPositiveWeight > 0) { // If there are options with positive weights, choose from them. var randomValue = Math.random() * totalPositiveWeight; var cumulativeWeight = 0; for (var j = 0; j < eligibleOptions.length; j++) { // eligibleOptions[j].weight is guaranteed to be > 0 here. cumulativeWeight += eligibleOptions[j].weight; if (randomValue <= cumulativeWeight) { return eligibleOptions[j]; } } // Fallback for rare floating-point precision issues or if randomValue is exactly totalPositiveWeight. // Returning the last eligible option is a robust choice here. return eligibleOptions[eligibleOptions.length - 1]; } else { // No options with positive weight were found. // This means all original options had weights <= 0 (e.g., all zeros or empty list of positive weights). // In this scenario, pick one randomly from the original 'options' list, // giving all of them an equal chance. return options[Math.floor(Math.random() * options.length)]; } } // Initialize all remaining AdSense ads $("ins.adsbygoogle").each(function() { $("(adsbygoogle = window.adsbygoogle || []).push({})").insertAfter($(this)); }); var js = document.createElement("script"); js.type = "text/javascript"; js.async = true; js.src = "https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"; document.body.appendChild(js); } }); });
Back
Top