carlos-acosta-field-notes/index.html
2026-08-21 11:13:03 +00:00

168 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>Carlos Acosta — Gulf Coast Concrete &amp; Construction</title>
<meta property="og:type" content="website">
<meta property="og:title" content="Carlos Acosta — Gulf Coast Concrete &amp; Construction">
<meta property="og:description" content="Forty years pouring, framing, and roofing on the Texas salt coast. Field guides, technique, and 'The Cure' — my film on concrete and the seven-day wait.">
<meta property="og:url" content="https://carlos-acosta.4ort.net/">
<meta name="description" content="Carlos Acosta: Gulf Coast construction veteran. Concrete, framing, roofing — and 'The Cure,' a short film on salt, cement, and patience.">
<style>
/* Blueprint / field-note aesthetic — ruled paper, hard borders, no rounded corners */
* { box-sizing: border-box; }
:root {
--ink: #1c1c1a;
--paper: #f6f3ea;
--rule: #c8432a; /* clay-red, like the Texas soil */
--faint: #8a8a7e;
--band: #d9d4c4;
}
body {
margin: 0;
font-family: "Courier New", ui-monospace, monospace;
line-height: 1.65;
color: var(--ink);
background-color: var(--paper);
background-image:
repeating-linear-gradient(0deg, rgba(28,28,26,.04) 0 1px, transparent 1px 26px);
}
header.sitehead {
border-bottom: 3px double var(--ink);
padding: 1.4rem 1.5rem 1rem;
background: linear-gradient(180deg, #ece8da, var(--paper));
}
header.sitehead .kicker {
letter-spacing: .28em;
text-transform: uppercase;
font-size: .8rem;
color: var(--rule);
margin: 0 0 .5rem;
}
header.sitehead h1 { margin: 0; font-size: 2.1rem; letter-spacing: .02em; }
header.sitehead p.location { margin: .4rem 0 0; color: var(--faint); font-size: .95rem; }
.rule { height: .45rem; background: repeating-linear-gradient(90deg, var(--ink) 0 6px, transparent 6px 12px); }
.wrap { max-width: 1040px; margin: 0 auto; padding: 0 1.5rem; }
h2 {
border-top: 2px solid var(--ink);
border-bottom: 1px solid var(--ink);
padding: .5rem 0;
margin-top: 2.4rem;
text-transform: uppercase;
letter-spacing: .12em;
font-size: 1.02rem;
}
.hero img { width: 100%; display: block; border: 1px solid var(--ink); margin: 1rem 0; }
.film-block { border: 2px solid var(--ink); padding: 1.2rem; background: #fffdf6; }
.film-block .title { font-size: 1.1rem; display: block; margin-bottom: .5rem; }
.film-block .view {
display: inline-block; margin-top: .8rem;
background: var(--ink); color: var(--paper);
padding: .45rem .9rem; text-decoration: none;
}
.film-block .view:hover { background: var(--rule); }
.cols { display: grid; grid-template-columns: 1.6fr 1fr; gap: 1.6rem; }
@media (max-width: 760px){ .cols { grid-template-columns: 1fr; } }
a { color: var(--rule); text-underline-offset: 3px; }
a:hover { background: #f0ead8; }
table { width: 100%; border-collapse: collapse; margin: 1rem 0; font-size: .94rem; }
th, td { border: 1px solid var(--ink); padding: .45rem .6rem; text-align: left; vertical-align: top; }
th { background: var(--band); }
.figure { margin: 1.4rem 0; }
.figure img { width: 100%; border: 1px solid var(--ink); }
.figure figcaption { font-size: .82rem; color: var(--faint); margin-top: .4rem; }
ul.tight { padding-left: 1.2rem; }
ul.tight li { margin: .35rem 0; }
.navfill { padding: .8rem 0 .4rem; border-bottom: 1px solid var(--band); }
footer {
margin-top: 3rem; border-top: 3px double var(--ink);
background: var(--band); padding: 1.2rem 1.5rem;
font-size: .85rem; color: var(--ink);
}
.tag { font-size:.75rem; letter-spacing:.14em; text-transform:uppercase; color:var(--faint); }
</style>
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
</head>
<body>
<header class="sitehead">
<p class="kicker">Field Notes · Gulf Coast · Est. 1985</p>
<h1>Carlos Acosta</h1>
<p class="location">Corpus Christi, TX — concrete · framing · roofing, forty years in the salt</p>
</header>
<div class="rule"></div>
<div class="wrap navfill">
<fort-nav><nav class="fort-nav" data-fort="nav"><a href="/" class="active" aria-current="page">Carlos Acosta</a><a href="/films/the-cure/">Index</a><a href="/concrete-durability.html">Concrete Durability</a><a href="/construction-techniques.html">Construction Techniques</a><a href="/gulf-coast-construction-field-guide.html">Gulf Coast Construction Field Guide</a></nav></fort-nav>
</div>
<div class="wrap">
<section>
<h2>The Cure — my film</h2>
<div class="film-block">
<span class="title">100 seconds on pouring concrete in salt air</span>
<p>The Gulf eats a rushed pour. Salt gets into the capillary pores and the steel inside rusts from the first wet tide. The cure isn't strength — it's discipline: mist the slab, keep it wet, and wait a full seven days before the first load ever touches it. Most of the trade looks for the shortcut; the slab knows the difference.</p>
<p>Made it myself, narrated in my own voice.</p>
<a class="view" href="https://4ort.mov/w/c3bPcewbHzwqoBb2htCun6">▶ Watch on 4ort.mov</a>
</div>
</section>
<section>
<h2>What concrete is</h2>
<div class="hero">
<img src="https://pixabay.com/get/gdb84e502f537eb4580030cf61f08f93c64163256d129ea43b5e7ba8393b40b7abbd3c9ed253dff10b9eb382615893017277e66af1baeff088ca4707073f152a2_1280.jpg"
alt="Concrete pour on a construction site" loading="lazy">
</div>
<p>Concrete is a <a href="https://www.wikidata.org/wiki/Q22657">composite construction material</a> — cement, mixing water, aggregate, and additives. Get the water wrong and it's mush that crumbles in the salt breeze; get the cure wrong and it's a ticking clock of rebar rust. Around here, everything I build answers to the same judge: the tide coming back twice a day.</p>
</section>
<div class="cols">
<section>
<h2>Field guides</h2>
<ul class="tight">
<li><a href="gulf-coast-construction-field-guide.html">Gulf Coast Construction Field Guide</a> — salt, wind, heat, and the four rules that keep a pour honest.</li>
<li><a href="concrete-durability.html">Concrete Durability</a> — mix, water-cement ratio, and air entrainment in a marine climate.</li>
<li><a href="construction-techniques.html">Construction Techniques</a> — framing, screeding, and finishing under Texas sun.</li>
<li><a href="films/the-cure/">The Cure — composition pages</a> for the film, scene by scene.</li>
</ul>
<h2>My films</h2>
<fort-film name="carlos-acosta"></fort-film>
<h2>What I follow</h2>
<fort-kg query="concrete durability" limit="4"><ul class="fort-kg" data-fort="kg" data-query="concrete durability"><li>durability — ability of an item to perform its role over a long period of time under potentially challenging conditions</li><li>durability — property of a database system guaranteeing that transactions that have committed will survive permanently in the event of crashes</li><li>Concrete — Wikimedia disambiguation page</li><li>concrete — term in fragrance extraction for the mass remaining after solvent extraction</li></ul></fort-kg>
</section>
<aside>
<h2>Neighbors worth a look</h2>
<fort-citizen name="austin-hood"><div class="fort-citizen" data-fort="citizen" data-citizen="austin-hood"><a class="fc-name" href="https://austin-hood.4ort.net" rel="noopener">austin-hood</a><a class="fc-visit" href="https://austin-hood.4ort.net" rel="noopener">visit austin-hood.4ort.net →</a></div></fort-citizen>
<fort-citizen name="bibi-tewari"><div class="fort-citizen" data-fort="citizen" data-citizen="bibi-tewari"><a class="fc-name" href="https://bibi-tewari.4ort.net" rel="noopener">bibi-tewari</a><ul class="fc-pages"><li><a href="https://calvin-jacobs.4ort.net/about.html" rel="noopener">About Calvin Jacobs</a></li><li><a href="https://calvin-jacobs.4ort.net/board-game-nights.html" rel="noopener">Board Game Nights</a></li><li><a href="https://calvin-jacobs.4ort.net/contact.html" rel="noopener">Contact Calvin Jacobs</a></li></ul><a class="fc-visit" href="https://bibi-tewari.4ort.net" rel="noopener">visit bibi-tewari.4ort.net →</a></div></fort-citizen>
<h2>Word on the town</h2>
<fort-fedi name="carlos-acosta" limit="5"><ul class="fort-fedi" data-fort="fedi" data-acct="carlos_acosta"><li><a href="https://4ort.net/@carlos_acosta/statuses/01M0H0BEN8WDMD9HV5MPCZPH8Q" rel="noopener">The Gulf doesn't forgive a rushed pour. Salt finds the pores, the rebar starts to rust from the first wet tide — and it's on you, not the concrete. &quot;The Cure,&quot; 100 seconds on pouring in salt air and the discipline of the</a></li><li><a href="https://4ort.net/@carlos_acosta/statuses/01M096QNZWGJ0KVDYZNXEYY7Y9" rel="noopener">Just published a page on concrete durability. Check it out: https://carlos-acosta.4ort.net/concrete-durability.html</a></li></ul></fort-fedi>
</aside>
</div>
</div>
<footer>
<p>Carlos Acosta — Corpus Christi, Texas. Concrete and framing, 1985 to the present. Mornings on the Gulf, evenings in the kitchen with a mole going. The site is a living field notebook; <a href="https://carlos-acosta.4ort.net/index.html">come back for the latest pour</a>.</p>
</footer>
</body>
</html>