coffee gear, update styles
This commit is contained in:
parent
d48fe23f67
commit
c6601088d6
@ -1,7 +1,7 @@
|
|||||||
Neighbor's Water Heater Automation (part 1)
|
Neighbor's Water Heater Automation (part 1)
|
||||||
###########################################
|
###########################################
|
||||||
:author: tyrel
|
:author: tyrel
|
||||||
:category: automation
|
:category: Automation
|
||||||
:tags: automation, c++, esp8266, servo, stepper
|
:tags: automation, c++, esp8266, servo, stepper
|
||||||
:status: published
|
:status: published
|
||||||
|
|
||||||
|
78
content/blog/2022-11-11_coffee-gear.rst
Normal file
78
content/blog/2022-11-11_coffee-gear.rst
Normal file
@ -0,0 +1,78 @@
|
|||||||
|
Coffee Gear
|
||||||
|
###########
|
||||||
|
:author: tyrel
|
||||||
|
:category: Coffee
|
||||||
|
:tags: coffee gear, coffee beans, coffee
|
||||||
|
:status: published
|
||||||
|
|
||||||
|
|
||||||
|
I put this up on my wiki a bit ago when a friend asked for coffee recommendations. Hopefully you can enjoy it and learn about some coffee machines you don't know yet.
|
||||||
|
|
||||||
|
|
||||||
|
************
|
||||||
|
What I drink
|
||||||
|
************
|
||||||
|
|
||||||
|
Woke Living Coffee
|
||||||
|
==================
|
||||||
|
|
||||||
|
My favorite coffee is from Pamela and Marcus at https://wokelivingcoffee.com/. They are a couple of local to me roasters in Wake Forest, NC who have connections to a farm in La Dalia, Nicaragua. Not only do they sell great coffee, they are extremely nice and we visit them any chance we get at our local `Black Farmers Market <https://blackfarmersmkt.com/>`_.
|
||||||
|
|
||||||
|
****
|
||||||
|
Gear
|
||||||
|
****
|
||||||
|
|
||||||
|
Grinders
|
||||||
|
========
|
||||||
|
|
||||||
|
I prefer burr grinders, there's documented evidence that they are better, I won't get into that here.
|
||||||
|
|
||||||
|
Baratza
|
||||||
|
=======
|
||||||
|
|
||||||
|
I use a `Baratza Virtuoso <https://baratza.com/grinder/virtuoso/>`_ that I picked up refurbished. It works great! For drip coffee I will grind at step 28, for aeropress I will grind at 20, and for french press I will set to 30.
|
||||||
|
|
||||||
|
Hario
|
||||||
|
=====
|
||||||
|
|
||||||
|
For travel I will bring my `Hario Skerton <https://smile.amazon.com/gp/product/B001802PIQ/>`_, works great, super easy to clean. I usually don't change the grind setting while traveling so I don't complain about the annoying screw post to set it.
|
||||||
|
|
||||||
|
|
||||||
|
****************
|
||||||
|
Brewing Machines
|
||||||
|
****************
|
||||||
|
|
||||||
|
Technivorm
|
||||||
|
==========
|
||||||
|
|
||||||
|
For my daily coffee, I have a `Moccamaster Technivorm <https://us.moccamaster.com/collections/glass-carafe-brewers/products/kbgv-select>`_. My friend Andrey recommended it. It works extremely well and very consistent pours.
|
||||||
|
|
||||||
|
Chemex
|
||||||
|
======
|
||||||
|
|
||||||
|
When I'm feeling fancy - or I'm trying a new coffee - I will break out my `Chemex <https://www.chemexcoffeemaker.com/eight-cup-classic-series-coffeemaker.html>`_. I do a 1:16 ratio of beans to water. I use the `Brown Paper Chemex Filters <https://www.chemexcoffeemaker.com/chemex-reg-bonded-filters-pre-folded-squares-natural.html>`_. I appreciate the bleached papers, but prefer unbleached.
|
||||||
|
|
||||||
|
Aeropress
|
||||||
|
=========
|
||||||
|
|
||||||
|
For camping, I will bring my `Aeropress <https://aeropress.com/>`_. It's plastic, lightweight, and to my experience it is indestructible for travel.
|
||||||
|
|
||||||
|
French Press
|
||||||
|
============
|
||||||
|
|
||||||
|
When I roast my own coffee, I like to experience it in multiple brewing methods. I have a `Bodum Bean French Press <https://luvtocook.com/products/ak11683-xyb-y16>`_ I got over a decade ago as a gift that has worked great. This one has an o-ring to seal the pouring spout, so the temperature chamber inside doesn't leak - a feature I like.
|
||||||
|
|
||||||
|
****************************
|
||||||
|
Roasting Machines & Software
|
||||||
|
****************************
|
||||||
|
|
||||||
|
FreshRoast SR700
|
||||||
|
================
|
||||||
|
|
||||||
|
I have a **glorified popcorn maker** `SR700 <https://www.roastmasters.com/sr700.html>`_ as a roaster. I'm not the biggest fan of it, the built in software is a mess, the manual buttons on it are a nightmare to use. It **works**, I can only get consistent coffee out of it if I use OpenRoast. It has a USB port so you can control it with software.
|
||||||
|
|
||||||
|
OpenRoast
|
||||||
|
=========
|
||||||
|
|
||||||
|
The `OpenRoast <https://github.com/Roastero/Openroast>`_ software is okay, but I don't have a temperature probe on my SR700, so I can only see "what is set" for temperature, and not get an accurate reading if I were using something like Artisan. I could set up a PID server on an arduino and plug into the usb port, but I feel at that rate I'd rather just buy a new roaster that works with better software. I do like OpenRoast is in Python so I can read and write the code.
|
||||||
|
|
@ -36,7 +36,7 @@ EverQuote — Boston, MA — Senior Software Engineer >>> January 2022 -
|
|||||||
Tidelift — Boston, MA — Software Engineer III >>> April 2018 - December 2021
|
Tidelift — Boston, MA — Software Engineer III >>> April 2018 - December 2021
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
* Command Line Interface https://tidelift.com/cli
|
* `Command Line Interface <https://tidelift.com/cli>`_
|
||||||
|
|
||||||
* Developed binary CI/CD tool in Go to analyze software dependencies for security/licensing problems
|
* Developed binary CI/CD tool in Go to analyze software dependencies for security/licensing problems
|
||||||
* Added ability to create users and manage repositories from the command line
|
* Added ability to create users and manage repositories from the command line
|
||||||
|
@ -35,6 +35,26 @@ p {
|
|||||||
padding-bottom: 0.75rem;
|
padding-bottom: 0.75rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tag-pill {
|
||||||
|
border-radius: 5px;
|
||||||
|
-moz-border-radius: 5px;
|
||||||
|
-webkit-border-radius: 5px;
|
||||||
|
border: 1px solid #BCBEC0;
|
||||||
|
padding: 2px;
|
||||||
|
background-color: #eee8d5;
|
||||||
|
color: #586e75;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
.category-pill {
|
||||||
|
border-radius: 5px;
|
||||||
|
-moz-border-radius: 5px;
|
||||||
|
-webkit-border-radius: 5px;
|
||||||
|
border: 1px solid #BCBEC0;
|
||||||
|
padding: 2px;
|
||||||
|
background-color: #b58900;
|
||||||
|
color: #002b36;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
.literal {
|
.literal {
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
-moz-border-radius: 5px;
|
-moz-border-radius: 5px;
|
||||||
@ -247,3 +267,7 @@ ul ul {
|
|||||||
padding-right: 0.25rem;
|
padding-right: 0.25rem;
|
||||||
color: #859900;
|
color: #859900;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.section h3 {
|
||||||
|
padding-left: 0.25rem;
|
||||||
|
}
|
||||||
|
@ -74,6 +74,7 @@
|
|||||||
{% for name, link in SOCIAL %}
|
{% for name, link in SOCIAL %}
|
||||||
<li><a href="{{ link }}">{{ name }}</a></li>
|
<li><a href="{{ link }}">{{ name }}</a></li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
<li><a rel="me" href="https://social.tyrel.dev/tyrel">Fediverse</a></li>
|
||||||
<li><a rel="me" href="https://mastodon.social/@tyrel">Mastodon</a></li>
|
<li><a rel="me" href="https://mastodon.social/@tyrel">Mastodon</a></li>
|
||||||
{% if FEED_ALL_ATOM %}
|
{% if FEED_ALL_ATOM %}
|
||||||
<li><a href="{{ FEED_DOMAIN }}/{% if FEED_ALL_ATOM_URL %}{{ FEED_ALL_ATOM_URL }}{% else %}{{ FEED_ALL_ATOM }}{% endif %}" type="application/atom+xml" rel="alternate">Atom Feed</a></li>
|
<li><a href="{{ FEED_DOMAIN }}/{% if FEED_ALL_ATOM_URL %}{{ FEED_ALL_ATOM_URL }}{% else %}{{ FEED_ALL_ATOM }}{% endif %}" type="application/atom+xml" rel="alternate">Atom Feed</a></li>
|
||||||
|
@ -30,10 +30,10 @@
|
|||||||
</div>
|
</div>
|
||||||
</h2>
|
</h2>
|
||||||
<span class="small">
|
<span class="small">
|
||||||
<span class="category">{{ article.category }}</span>
|
<span class="category category-pill">{{ article.category }}</span>
|
||||||
<span class="">
|
<span class="">
|
||||||
{% for tag in article.tags|sort %}
|
{% for tag in article.tags|sort %}
|
||||||
{{ tag }}
|
<span class="tag-pill">{{ tag }}</span>
|
||||||
{% endfor %}</span>
|
{% endfor %}</span>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user