proven.lol

https://notes.jameskoole.com

HASH 491f3e67d0d6e782e1fed0fb97c85cfc

This item was proven by @jameskoole on 2024-01-01T22:33:14+00:00. (View all of @jameskoole’s proofs.)

Evidence

This is a copy of the web page retrieved on 2024-01-01T22:33:14+00:00. Show the proof snippet.

<!DOCTYPE html> <html lang="en"><head> <title>James Koole · Becoming a Weird Coffee Person</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="alternate" type="application/rss+xml" title="RSS feed" href="/rss.xml"> <link rel="alternate" type="application/atom+xml" title="Atom feed" href="/atom.xml"> <link rel="alternate" type="application/json" title="JSON feed" href="/feed.json"> <style> @import url('https://static.omg.lol/type/font-md-io.css'); @import url('https://static.omg.lol/type/fontawesome-free/css/all.css'); @import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;500;600;700&display=swap'); :root { --foreground: #222222; --background: #ffffff; --link: #111111; --accent: #868e96; } @media (prefers-color-scheme: dark) { :root { --foreground: #eee; --background: #222; --link: #eeeeee; --accent: #797169; } } * { box-sizing: border-box; } body { font-family: 'Baloo 2', sans-serif; font-size: 120%; color: var(--foreground); background: var(--background); border-top: solid 5px red; } header nav ul { list-style-type: none; margin: 0; padding: 0 0 5px 0; border-bottom: solid 2px var(--accent); } header nav li { display: inline-block; } header nav li a { display: block; text-decoration: none; margin-right: 1em; } h1, h2, h3, h4, h5, h6 { font-family: 'Baloo 2', sans-serif; margin: 1rem 0; } p, li { line-height: 160%; } header, main, footer { max-width: 60em; margin: 2em auto; padding: 0 1em; } .columns { display: flex; flex-direction: row; } .flex-left { flex: 70%; margin-right: 5%; } .flex-right { flex: 25%; } /* Responsive layout - makes a one column layout instead of a two-column layout */ @media (max-width: 1100px) { .columns { flex-direction: column; } .flex-left { flex: 75%; margin-right: 0; } .flex-right { flex: 25%; } } header { margin-top: 4em; } footer { clear: both; } footer p { margin-top: 5em; font-size: 90%; text-align: center; } a:link { color: var(--link); } a:visited { color: var(--link); } a:hover { color: var(--link); } a:active { color: var(--link); } .post-info, .post-tags { font-size: 85%; color: var(--accent); text-align: right; } .post-info i:nth-child(2) { margin-left: .75em; } .tag { background: var(--accent); color: var(--background) !important; padding: .3em .4em; margin: .8em 0 0 .4em; border-radius: .5em; text-decoration: none; display: inline-block; } hr { border: 0; height: 1px; background: #333; margin: 2em 0; } code { padding: .2em .3em; border: 1px solid var(--accent); white-space: pre-wrap; word-wrap: break-word; } pre, code { font-family: 'MD IO 0.4'; font-size: 90%; } pre code { background: #000; color: #eee; display: inline-block; padding: 1em; white-space: pre-wrap; word-wrap: break-word; } img { max-width: 100%; } table { border-collapse: collapse; } td, th { padding: .75em; text-align: left; border: 1px solid var(--accent); } .weblog-title a { text-decoration: none; color: var(--foreground); } input, button { font-size: 1em; } input { width: 100%; padding: 5px; } button { margin: 10px 0; padding: 5px; } </style> </head> <body> <header> <h1 class="weblog-title"><a href="/">James Koole</a></h1> <nav id="weblog-navigation"> <ul> <li><a href="https://www.jameskoole.com">Homepage</a></li> <li><a href="https://notes.jameskoole.com">Notes</a></li> <li><a href="/archive">Post Archive</a></li> <li><a href="https://mastodon.social/@jameskoole" rel="me">Mastodon</a></li></ul> </nav> </header> <main> <div class="columns"> <div class="flex-left"> <article> <h1>Becoming a Weird Coffee Person</h1> <p>I received a very nice coffee grinder for Christmas this year. Specifically, Santa brought me a <a href="https://fellowproducts.com/products/ode-brew-grinder-gen-2">Fellow Ode Gen 2</a> which does a really good job grinding beans for filter coffee brewing like AeroPress, moka pot, V60, and French press. It doesn't grind fine enough for espresso, but I also don't own an espresso machine so a grinder that is aimed at the type of brewing I'm doing is a better choice.</p> <p>The first few cups with the Ode revealed that your grinder has a lot to do with how your cup of coffee tastes. I ground the same coffee beans I've been enjoying for the last few months (<a href="https://detourcoffee.com/products/decaf-huila-colombia">Detour Decaf Gaurapo</a>) and made a cup of coffee with the same ratio of 12gms coffee to 240gms water in the AeroPress. I ground at 3.1 on the Ode Gen 2.</p> <p>The result? There was a distinct sweetness in the cup with the Ode grinder compared to the grinder I was using before (a cheap and annoying piece of junk from Amazon). The tasting notes on the bag suggested red grape, salted caramel and almond. With the old grinder, there was no taste of the grape and a faint suggestion of caramel in the cup.</p> <p>With the Ode, the sweet and tangy grape was very evident and there was a big difference in what I'll call the "brightness" of the cup. It was such a different cup of coffee and far more interesting and delicious.</p> <p>It will be fun to play with grind fineness, time, dose and all the other things that add up to create a good cup of coffee. Still on my "wish list" is a better scale, a precision kettle and perhaps a Hario V60 Switch.</p> <aside class="post-info"> <i class="fa-solid fa-clock"></i> December 28, 2023 9:01 PM </aside> <aside class="post-tags"> </aside> </article> </div> <div class="flex-right"> <h3>Search the weblog</h3> <form action="?" method="get"> <input type="text" name="search"> <button type="submit">Search</button> </form> <h3>Recent posts</h3> <ul> <li><a href="/2023/12/becoming-a-weird-coffee-person">Becoming a Weird Coffee Person</a></li> <li><a href="/2023/12/mastodon-or-threads-why-not-both">Mastodon or Threads? Why Not Both?</a></li> <li><a href="/2023/12/upgrading-my-ads-b-feeder-setup">Upgrading My ADS-B Feeder Setup</a></li> <li><a href="/2023/12/strava-adds-messaging">Strava Adds Messaging</a></li> <li><a href="/2023/12/back-to-running">Back to Running</a></li> </ul> <a href="/archive">View all</a> </div> </div> </main> <footer> <p>Made with <a href="https://weblog.lol">weblog.lol</a>. Proven on <a href="https://proven.lol/d28c5e">proven.lol</a>.</p> </footer> </body></html>