Skip to main content

Cherry Ale - Plan B


So when I went to get the cherries for my Black Cherry Ale, I noticed that they were a little more per pound than I'd expected. I also noticed that there weren't as many pristine pounds as I'd hoped. Some were a bit wrinkly, some looked a little beyond prime, and some had mold growing on them.

Yuck.

So I headed to the Ballast Point Brewery's home brew store, and stood in line. After only a few minutes, one of the guys behind the counter recognized me as a brewer, and not just an avid fan of micro brews, and pulled me out of line. I explained my plight, and that I was looking to totally change my beer plan.

He pointed me towards some cherry puree, and I figured I'd go ahead as planned. They were out of the UK Progress hops, so we went with Bramlings Cross hops, a similar type of hop in that they're from the UK and have a relatively low alpha acid rating (6% i think for this batch).

Also, the guy who gave me the recipe for my light German ale that everyone's raving about suggested I not add the puree until the fermentation was complete, so I've decided to add it into the secondary fermenter.

I'll keep you posted.

Comments

Popular posts from this blog

Introduction to Artificial Intelligence - Microsoft - DAT263x on edX

Recently, my company encouraged us to learn more about Azure ML Studio.  A little Googling led me to a course on edx.org offered by Microsoft called Introduction to Artificial Intelligence .  While it was at least 50% advertisement for some of Microsoft's cloud-based AI offerings, it was definitely worth the 10 or so hours I put into it over the last 24 hours. This was a fairly high-level course that discussed aspects of statistical techniques like regression, categorization and clustering, as well as more advanced concepts including artificial intelligence (AI), natural language processing (NLP), and chatbots.  Overall, what I learned wasn't so much about these topics, but how much Microsoft's ML Studio has to offer in the way of getting you up and running quickly and easily with these technologies. Having said that, it's Microsoft, and there were several things that didn't work as they should have, as I expected.  Full disclosure:  I'm an AWS certified

Boston Housing Dataset Missing From UC Irvine's Site

I'm putting together a series of blog posts on Python for R programmers, and I figured I'd use the Boston dataset of Boston housing prices.  It's a pretty well-known dataset for regression, and it's included in R in the MASS package and in Python in sklearn.datasets .  I know the data originally came from UCI, so I wanted to give credit where credit was due. When I clicked the first few Google links that appeared, I got this message on the UCI site: I'm sorry, the dataset "housing" does not appear to exist. Weird that they're not linked at all, but I found these links. Here's the link to the dataset in their archive. Here's the link to the data dictionary. Enjoy!