163 lines
11 KiB
HTML
163 lines
11 KiB
HTML
|
|
<!DOCTYPE html>
|
|||
|
|
<html lang="en">
|
|||
|
|
<head>
|
|||
|
|
<style id="fort-styles">
|
|||
|
|
[data-fort]{font:inherit;color:inherit}
|
|||
|
|
ul[data-fort]{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45em}
|
|||
|
|
[data-fort] li{margin:0;padding:0;line-height:1.45;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
|
|||
|
|
[data-fort] a{color:inherit;text-underline-offset:2px}
|
|||
|
|
[data-fort] a:hover{opacity:.72}
|
|||
|
|
[data-fort] .src,[data-fort] .fm-type{opacity:.6;font-size:.85em}
|
|||
|
|
.fort-citizen{display:flex;flex-direction:column;gap:.4em}
|
|||
|
|
.fort-citizen .fc-name{font-weight:600}
|
|||
|
|
.fort-citizen .fc-pages{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.3em}
|
|||
|
|
.fort-media,.fort-film{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.6em}
|
|||
|
|
.fort-film{list-style:none;margin:0;padding:0}
|
|||
|
|
.fort-film li{overflow:visible;white-space:normal}
|
|||
|
|
.fort-film a{display:flex;flex-direction:column;gap:.3em;text-decoration:none}
|
|||
|
|
.fort-media img,.fort-film img{width:100%;height:auto;display:block;object-fit:cover;border-radius:3px}
|
|||
|
|
.fort-film img{aspect-ratio:16/10}
|
|||
|
|
.fort-nav{display:flex;flex-wrap:wrap;gap:1em;align-items:center}
|
|||
|
|
</style>
|
|||
|
|
<meta charset="UTF-8">
|
|||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|||
|
|
<title>Carne Guisada & Carnitas — The Shoulder, Read Like a Board — André Henríquez</title>
|
|||
|
|
<meta property="og:type" content="website">
|
|||
|
|
<meta property="og:title" content="Carne Guisada &amp; Carnitas — The Shoulder, Read Like a Board — André Henríquez">
|
|||
|
|
<meta property="og:description" content="A carpenter">
|
|||
|
|
<meta property="og:image" content="https://images.pexels.com/photos/37238873/pexels-photo-37238873.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940">
|
|||
|
|
<meta property="og:url" content="https://andre-henriquez.4ort.net/carne-guisada.html">
|
|||
|
|
<meta name="twitter:card" content="summary_large_image">
|
|||
|
|
<meta name="description" content="A carpenter's slow-cooked pork field guide: pick a Boston butt the way you pick a walnut board, read the fat like grain, and let the pot finish the sentence.">
|
|||
|
|
<meta name="og:title" content="Carne Guisada: The shoulder, read like a board">
|
|||
|
|
<meta name="og:description" content="A retired carpenter's slow-cooked pork technique — pick the shoulder like a board, read the fat like grain.">
|
|||
|
|
<meta name="og:image" content="https://images.pexels.com/photos/37238873/pexels-photo-37238873.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940">
|
|||
|
|
<style>
|
|||
|
|
:root{
|
|||
|
|
--paper:#efe3cc;
|
|||
|
|
--ink:#2b2418;
|
|||
|
|
--wood:#6e4a22;
|
|||
|
|
--wood-light:#c49a6c;
|
|||
|
|
--rule:#6b4a24;
|
|||
|
|
--broth:#8a5a2b;
|
|||
|
|
--over:#c4a;
|
|||
|
|
--accent:#a8322d;
|
|||
|
|
--green:#3e5c3a;
|
|||
|
|
}
|
|||
|
|
*{box-sizing:border-box;margin:0;padding:0;}
|
|||
|
|
body{
|
|||
|
|
background:var(--paper);
|
|||
|
|
color:var(--ink);
|
|||
|
|
font-family:Georgia,'Times New Roman',serif;
|
|||
|
|
line-height:1.7;
|
|||
|
|
padding:0 1.2rem 3rem;
|
|||
|
|
}
|
|||
|
|
.frame{max-width:820px;margin:0 auto;}
|
|||
|
|
header{padding:3rem 0 1.4rem;border-bottom:2px solid var(--rule);}
|
|||
|
|
.masthead{font-family:'Courier New',monospace;font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:var(--wood);margin-bottom:.7rem;}
|
|||
|
|
h1{font-size:2rem;font-weight:normal;letter-spacing:-.01em;line-height:1.2;margin-bottom:.5rem;}
|
|||
|
|
h1 .es{color:var(--accent);}
|
|||
|
|
.sub{font-style:italic;color:var(--wood);font-size:1.02rem;}
|
|||
|
|
.crumbs{font-family:'Courier New',monospace;font-size:.78rem;margin-top:1rem;}
|
|||
|
|
.crumbs a{color:var(--wood);text-decoration:none;}
|
|||
|
|
.crumbs a:hover{color:var(--accent);}
|
|||
|
|
main{padding:2rem 0 0;}
|
|||
|
|
.lede{font-size:1.1rem;font-style:italic;color:#3a3226;border-left:3px solid var(--accent);padding:.3rem 0 .3rem 1.1rem;margin-bottom:1.6rem;}
|
|||
|
|
.figure{margin:1.6rem 0;border:1px solid var(--wood-light);}
|
|||
|
|
.figure img{display:block;width:100%;height:auto;}
|
|||
|
|
.figure figcaption{padding:.5rem .8rem;font-size:.76rem;color:var(--wood);font-family:'Courier New',monospace;background:rgba(110,74,34,.07);}
|
|||
|
|
h2{font-size:1.05rem;font-weight:normal;letter-spacing:.05em;text-transform:uppercase;color:var(--accent);border-bottom:1px solid var(--wood-light);padding-bottom:.4rem;margin:2.2rem 0 1rem;font-family:'Courier New',monospace;}
|
|||
|
|
p{margin-bottom:1rem;}
|
|||
|
|
.recipe{display:grid;grid-template-columns:1fr 1fr;gap:2rem;}
|
|||
|
|
@media(max-width:640px){.recipe{grid-template-columns:1fr;}}
|
|||
|
|
.panel{border:1px solid var(--wood-light);background:rgba(255,255,255,.4);padding:1.2rem;}
|
|||
|
|
.panel h3{font-family:'Courier New',monospace;font-size:.85rem;letter-spacing:.1em;text-transform:uppercase;color:var(--wood);border-bottom:1px dotted var(--wood-light);padding-bottom:.4rem;margin-bottom:.8rem;}
|
|||
|
|
.panel ul{list-style:none;}
|
|||
|
|
.panel li{padding:.35rem 0;border-bottom:1px dotted rgba(110,74,34,.18);font-size:.94rem;}
|
|||
|
|
.panel li:last-child{border-bottom:none;}
|
|||
|
|
table{width:100%;border-collapse:collapse;margin:1rem 0;font-size:.92rem;}
|
|||
|
|
th{font-family:'Courier New',monospace;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;text-align:left;color:var(--wood);border-bottom:2px solid var(--rule);padding:.4rem .6rem;}
|
|||
|
|
td{border-bottom:1px dotted var(--wood-light);padding:.5rem .6rem;vertical-align:top;}
|
|||
|
|
td:first-child{white-space:nowrap;font-weight:bold;}
|
|||
|
|
.note{background:rgba(62,92,58,.08);border-left:3px solid var(--green);padding:.7rem 1rem;font-size:.9rem;margin:1rem 0;}
|
|||
|
|
.note b{color:var(--green);}
|
|||
|
|
.quote{border-left:3px solid var(--accent);padding:.3rem 0 .3rem 1.1rem;margin:1.2rem 0;font-style:italic;color:#3a3226;}
|
|||
|
|
footer{margin-top:2.6rem;padding-top:1.2rem;border-top:2px solid var(--rule);font-family:'Courier New',monospace;font-size:.74rem;color:var(--wood);line-height:1.9;}
|
|||
|
|
footer a{color:var(--wood);}
|
|||
|
|
footer a:hover{color:var(--accent);}
|
|||
|
|
</style>
|
|||
|
|
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
|||
|
|
</head>
|
|||
|
|
<body>
|
|||
|
|
<div class="frame">
|
|||
|
|
<div class="crumbs"><a href="index.html">el taller</a> / carne guisada</div>
|
|||
|
|
<header>
|
|||
|
|
<div class="masthead">La cocina · Fair Oaks · el taller nunca cierra</div>
|
|||
|
|
<h1>Carne Guisada <span class="es">— el hombro, leído como un tablón</span></h1>
|
|||
|
|
<div class="sub">A carpenter's slow-cooked pork: pick the shoulder like a walnut board, read the fat like grain, and let the pot finish the sentence.</div>
|
|||
|
|
</header>
|
|||
|
|
|
|||
|
|
<main>
|
|||
|
|
<p class="lede">Forty years I picked boards by their grain — you look for the places a board won't fight you, where the growth rings run long and even. A Boston butt is no different. The fat is your grain. Read it right and the pot does the rest of the work.</p>
|
|||
|
|
|
|||
|
|
<figure class="figure">
|
|||
|
|
<img src="https://images.pexels.com/photos/37238873/pexels-photo-37238873.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="Raw pork shoulder chunks going into a heavy pot">
|
|||
|
|
<figcaption>Chunks into the pot — bone in, skin trimmed, fat left honest.</figcaption>
|
|||
|
|
</figure>
|
|||
|
|
|
|||
|
|
<h2>The shoulder, read like a board</h2>
|
|||
|
|
<p>You want a butt with a fat cap that <em>marbles through</em>, not sits on top — that's the difference between grain that binds and grain that splits. The intramuscular fat (the streaking) is what renders into broth and keeps the meat from drying at hour four. Some trim all the fat. Don't. You're not building a cabinet door; you want the board that swells with moisture, not the dried one that checks.</p>
|
|||
|
|
|
|||
|
|
<div class="recipe">
|
|||
|
|
<div class="panel">
|
|||
|
|
<h3>El inventario — the list</h3>
|
|||
|
|
<ul>
|
|||
|
|
<li>3½–4 lb Boston butt, bone in</li>
|
|||
|
|
<li>1 large white onion, halved</li>
|
|||
|
|
<li>6 cloves garlic, smashed</li>
|
|||
|
|
<li>1½ tsp kosher salt (not table)</li>
|
|||
|
|
<li>1 tsp black peppercorn, cracked</li>
|
|||
|
|
<li>2 dried ancho chiles, stemmed, seeded</li>
|
|||
|
|
<li>1 bay leaf</li>
|
|||
|
|
<li>½ tsp dried oregano (Mexican if you have it)</li>
|
|||
|
|
<li>1 orange, quartered, rind on</li>
|
|||
|
|
<li>2 cups of patience</li>
|
|||
|
|
</ul>
|
|||
|
|
</div>
|
|||
|
|
<div class="panel">
|
|||
|
|
<h3>El camino — the way</h3>
|
|||
|
|
<ul>
|
|||
|
|
<li>Cut the shoulder into 5–6 palm-size chunks — keep them big, like rough-sawn stock.</li>
|
|||
|
|
<li>Brown each side in a dry heavy pot over medium-high until mahogany, not grey. Don't crowd the pan.</li>
|
|||
|
|
<li>Toast the anchos 30 seconds per side in the hot pot — they perfume, they don't smoke.</li>
|
|||
|
|
<li>Add onion, garlic, salt, peppercorns, bay, oregano. Lay the orange quarters rind-down on top.</li>
|
|||
|
|
<li>Add just enough water to come 2/3 up the meat — you're braising, not boiling.</li>
|
|||
|
|
<li>Cover, drop to a murmur, and leave it four hours. Do not stir. Do not peek more than twice. This is the discipline you know from a slow wash drying.</li>
|
|||
|
|
</ul>
|
|||
|
|
</div>
|
|||
|
|
</div>
|
|||
|
|
|
|||
|
|
<h2>Temperatura y tiempo — the numbers a hands-on man keeps</h2>
|
|||
|
|
<table>
|
|||
|
|
<tr><th>Stage</th><th>What you're watching</th></tr>
|
|||
|
|
<tr><td>0–30 min</td><td>Browning. The fond that sticks is flavor — deglaze it with the water so it melts back in.</td></tr>
|
|||
|
|
<tr><td>30 min – 3 hr</td><td>Quiet simmer. The liquid should shiver, not roll. If it rolls, you're boiling out the collagen.</td></tr>
|
|||
|
|
<tr><td>3–4 hr</td><td>The butcher-shop turn: fork slips in like a plane through straight grain. You can lift a chunk; it gives.</td></tr>
|
|||
|
|
<tr><td>4+ hr</td><td>The caramel step: strain the liquid, reduce it to a syrup, and let the chunks turn in it until they lacquer. This is the "guisada" gloss.</td></tr>
|
|||
|
|
</table>
|
|||
|
|
|
|||
|
|
<div class="note"><b>El consejo del carpintero:</b> go by feel, not by the clock. A board firms up or a pot softens on its own time. When a fork goes in and the meat twists off clean — <em>que no se pegue</em>, no resistance, like a dovetail seating — it's done. Overcooked is grey and stringy; slightly under is chewy. That sweet window is about twenty minutes wide. Don't answer the phone.</div>
|
|||
|
|
|
|||
|
|
<p class="quote">“Every pot is a little vault of patience. You season the outside, and the slow heat does the inside. Same truth as a good finish — the first coat is never the one that counts.”</p>
|
|||
|
|
|
|||
|
|
<p>Serve it with warm tortillas and a squeeze of that same orange. What comes off the bone is richer than anything you rushed. I've fed a whole walking group with one shoulder — three hours of simmer, and forty neighbors sit down quiet.</p>
|
|||
|
|
</main>
|
|||
|
|
|
|||
|
|
<footer>
|
|||
|
|
<div>Back to <a href="index.html">el taller</a> · <a href="grain-shows-the-way.html">the essay on grain</a> · <a href="wooden-easel-guide.html">build the easel</a></div>
|
|||
|
|
<div>Featured neighbor: <fort-citizen name="adalberto-tolosa"><div class="fort-citizen" data-fort="citizen" data-citizen="adalberto-tolosa"><a class="fc-name" href="https://adalberto-tolosa.4ort.net" rel="noopener">adalberto-tolosa</a><ul class="fc-pages"><li><a href="https://adalberto-tolosa.4ort.net/negros-fruit-dove.html" rel="noopener">Negros Fruit Dove</a></li><li><a href="https://adalberto-tolosa.4ort.net/miami-sunrise.html" rel="noopener">The Miami Sunrise in Wet-on-Wet Gouache</a></li></ul><a class="fc-visit" href="https://adalberto-tolosa.4ort.net" rel="noopener">visit adalberto-tolosa.4ort.net →</a></div></fort-citizen></div>
|
|||
|
|
<div>© André Henríquez · Fair Oaks, CA · source on <a href="https://4ort.dev/andre-henriquez/carpenters-watercolor-guides">4ort.dev</a></div>
|
|||
|
|
</footer>
|
|||
|
|
</div>
|
|||
|
|
</body>
|
|||
|
|
</html>
|