From c6601088d6f10535e9c028b85c16b40cb1bfaee2 Mon Sep 17 00:00:00 2001 From: Tyrel Souza Date: Sat, 12 Nov 2022 11:41:46 -0500 Subject: [PATCH] coffee gear, update styles --- ...ighbors-water-heater-automation-part-1.rst | 2 +- content/blog/2022-11-11_coffee-gear.rst | 78 +++++++++++++++++++ content/pages/resume.rst | 2 +- themes/solarized/static/css/main.css | 24 ++++++ themes/solarized/templates/base.html | 1 + themes/solarized/templates/index.html | 4 +- 6 files changed, 107 insertions(+), 4 deletions(-) create mode 100644 content/blog/2022-11-11_coffee-gear.rst diff --git a/content/blog/2022-11-04_neighbors-water-heater-automation-part-1.rst b/content/blog/2022-11-04_neighbors-water-heater-automation-part-1.rst index 05dbe03..4209d58 100644 --- a/content/blog/2022-11-04_neighbors-water-heater-automation-part-1.rst +++ b/content/blog/2022-11-04_neighbors-water-heater-automation-part-1.rst @@ -1,7 +1,7 @@ Neighbor's Water Heater Automation (part 1) ########################################### :author: tyrel -:category: automation +:category: Automation :tags: automation, c++, esp8266, servo, stepper :status: published diff --git a/content/blog/2022-11-11_coffee-gear.rst b/content/blog/2022-11-11_coffee-gear.rst new file mode 100644 index 0000000..b9b989e --- /dev/null +++ b/content/blog/2022-11-11_coffee-gear.rst @@ -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 `_. + +**** +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 `_ 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 `_, 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 `_. 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 `_. I do a 1:16 ratio of beans to water. I use the `Brown Paper Chemex Filters `_. I appreciate the bleached papers, but prefer unbleached. + +Aeropress +========= + +For camping, I will bring my `Aeropress `_. 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 `_ 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 `_ 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 `_ 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. + diff --git a/content/pages/resume.rst b/content/pages/resume.rst index 59f2c7d..a69df24 100644 --- a/content/pages/resume.rst +++ b/content/pages/resume.rst @@ -36,7 +36,7 @@ EverQuote — Boston, MA — Senior Software Engineer >>> January 2022 - Tidelift — Boston, MA — Software Engineer III >>> April 2018 - December 2021 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -* Command Line Interface https://tidelift.com/cli +* `Command Line Interface `_ * 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 diff --git a/themes/solarized/static/css/main.css b/themes/solarized/static/css/main.css index 7ffd249..8cdec51 100644 --- a/themes/solarized/static/css/main.css +++ b/themes/solarized/static/css/main.css @@ -35,6 +35,26 @@ p { 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 { border-radius: 5px; -moz-border-radius: 5px; @@ -247,3 +267,7 @@ ul ul { padding-right: 0.25rem; color: #859900; } + +.section h3 { + padding-left: 0.25rem; +} diff --git a/themes/solarized/templates/base.html b/themes/solarized/templates/base.html index 09ea407..947266a 100644 --- a/themes/solarized/templates/base.html +++ b/themes/solarized/templates/base.html @@ -74,6 +74,7 @@ {% for name, link in SOCIAL %}
  • {{ name }}
  • {% endfor %} +
  • Fediverse
  • Mastodon
  • {% if FEED_ALL_ATOM %}
  • Atom Feed
  • diff --git a/themes/solarized/templates/index.html b/themes/solarized/templates/index.html index 33e8e1d..5790a69 100644 --- a/themes/solarized/templates/index.html +++ b/themes/solarized/templates/index.html @@ -30,10 +30,10 @@ - {{ article.category }} + {{ article.category }} {% for tag in article.tags|sort %} - {{ tag }} + {{ tag }} {% endfor %}