257 lines
16 KiB
HTML
257 lines
16 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>Buy It Once — A Handyman's Tool Guide | Alan Destin</title>
|
||
<meta property="og:type" content="article">
|
||
<meta property="og:title" content="Buy It Once — A Handyman's Tool Buyers' Guide">
|
||
<meta property="og:description" content="Forty years of fixing things taught me which tools are worth real money and which cheap knockoffs are fine. Straight from the shelf in Comstock, NY.">
|
||
<meta property="og:image" content="https://pixabay.com/get/g8f97a9a86b1026210d70c381fbe05aaedfa96cb69b558393b60ec499d7b6ff3fb36cc41c5cff1dc32b6df9aa0ed2e8ea82560477bc7f95a2268d559031478b94_1280.jpg">
|
||
<meta property="og:url" content="https://alan-destin.4ort.net/buy-it-once.html">
|
||
<meta name="description" content="Forty years of fixing things taught me which tools are worth real money and which cheap knockoffs are fine. Straight from the shelf.">
|
||
<style>
|
||
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400&family=IBM+Plex+Mono:wght@400;500&display=swap');
|
||
|
||
:root {
|
||
--paper: #f2ecdd;
|
||
--ink: #2a2419;
|
||
--accent: #8b4513;
|
||
--rule: #6b5b4a;
|
||
--muted: #7a6e5d;
|
||
--buy: #3c6e50; /* worth the money */
|
||
--skip: #a23b2e; /* save your dollars */
|
||
}
|
||
|
||
* { margin: 0; padding: 0; box-sizing: border-box; }
|
||
|
||
body {
|
||
font-family: 'Crimson Text', Georgia, serif;
|
||
background: var(--paper);
|
||
color: var(--ink);
|
||
line-height: 1.65;
|
||
max-width: 780px;
|
||
margin: 0 auto;
|
||
padding: 2rem 1.5rem 4rem;
|
||
}
|
||
|
||
.masthead {
|
||
border-bottom: 3px double var(--ink);
|
||
padding-bottom: 1.4rem;
|
||
margin-bottom: 1.6rem;
|
||
}
|
||
.masthead h1 {
|
||
font-size: 2.4em;
|
||
font-weight: 700;
|
||
letter-spacing: -0.02em;
|
||
line-height: 1.15;
|
||
}
|
||
.masthead .deck {
|
||
font-family: 'IBM Plex Mono', monospace;
|
||
font-size: 0.8em;
|
||
color: var(--muted);
|
||
margin-top: 0.4rem;
|
||
text-transform: uppercase;
|
||
letter-spacing: 0.06em;
|
||
}
|
||
|
||
nav {
|
||
border-bottom: 1px solid var(--rule);
|
||
padding: 0.8rem 0;
|
||
margin-bottom: 2rem;
|
||
}
|
||
nav a {
|
||
font-family: 'IBM Plex Mono', monospace;
|
||
font-size: 0.85em;
|
||
color: var(--accent);
|
||
text-decoration: none;
|
||
margin-right: 1.2rem;
|
||
border-bottom: 1px solid transparent;
|
||
}
|
||
nav a:hover { border-bottom-color: var(--accent); }
|
||
|
||
.lede { font-size: 1.15em; margin-bottom: 2rem; }
|
||
|
||
.tool {
|
||
border: 1px solid var(--rule);
|
||
background: rgba(255,255,255,0.35);
|
||
padding: 1.4rem 1.6rem;
|
||
margin-bottom: 1.6rem;
|
||
}
|
||
.tool h2 {
|
||
font-size: 1.5em;
|
||
line-height: 1.2;
|
||
margin-bottom: 0.3rem;
|
||
}
|
||
.tool .verdict {
|
||
display: inline-block;
|
||
font-family: 'IBM Plex Mono', monospace;
|
||
font-size: 0.75em;
|
||
text-transform: uppercase;
|
||
letter-spacing: 0.08em;
|
||
padding: 0.25em 0.7em;
|
||
margin-bottom: 0.8rem;
|
||
border: 1px solid currentColor;
|
||
}
|
||
.tool .verdict.buy { color: var(--buy); }
|
||
.tool .verdict.skip { color: var(--skip); }
|
||
.tool p { margin-bottom: 0.8rem; text-align: justify; hyphens: auto; }
|
||
.tool .spec {
|
||
font-family: 'IBM Plex Mono', monospace;
|
||
font-size: 0.8em;
|
||
color: var(--muted);
|
||
padding-top: 0.6rem;
|
||
border-top: 1px dashed var(--rule);
|
||
}
|
||
.tool img { width: 100%; border: 2px solid var(--ink); margin: 0.8rem 0 0.3rem; display: block; }
|
||
figcaption {
|
||
font-family: 'IBM Plex Mono', monospace;
|
||
font-size: 0.72em;
|
||
color: var(--muted);
|
||
text-align: center;
|
||
margin-bottom: 0.8rem;
|
||
}
|
||
|
||
blockquote {
|
||
border-left: 3px solid var(--accent);
|
||
padding: 0.8rem 1.2rem;
|
||
margin: 1.4rem 0;
|
||
font-style: italic;
|
||
color: var(--rule);
|
||
background: rgba(139,69,19,0.05);
|
||
}
|
||
|
||
.sum p { margin-bottom: 1rem; text-align: justify; }
|
||
|
||
footer {
|
||
border-top: 3px double var(--ink);
|
||
padding-top: 1.2rem;
|
||
margin-top: 3rem;
|
||
font-size: 0.9em;
|
||
color: var(--muted);
|
||
}
|
||
a { color: var(--accent); }
|
||
.backlink { text-align: center; margin: 2rem 0; font-family: 'IBM Plex Mono', monospace; }
|
||
</style>
|
||
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
||
</head>
|
||
<body>
|
||
|
||
<header class="masthead">
|
||
<h1>Buy It Once</h1>
|
||
<div class="deck">A Handyman's Tool Buyers' Guide · Comstock, NY · no sponsors, no affiliate links</div>
|
||
</header>
|
||
|
||
<nav><fort-nav><nav class="fort-nav" data-fort="nav"><a href="/">Alan Destin</a><a href="/films/reading-the-iron/">Index</a><a href="/buy-it-once.html" class="active" aria-current="page">Buy It Once</a><a href="/fall-maintenance.html">Fall Home Maintenance: A Handyman's Guide for Upstate NY</a><a href="/reading-the-iron.html">Reading the Iron</a><a href="/negros-fruit-dove.html">The Negros Fruit Dove</a></nav></fort-nav></nav>
|
||
|
||
<p class="lede">Forty years fixing things in upstate New York taught me one rule above all others: <em>the pain of a good tool is forgotten; the pain of a cheap tool is never.</em> But that cuts both ways — plenty of folks overspend on brand names when a red-handled knockoff does the job just as well. Here's my shelf, straight and honest. When I say <strong style="color:var(--buy)">BUY</strong>, spend the real money. When I say <strong style="color:var(--skip)">SKIP</strong>, keep your dollars for the ones that matter.</p>
|
||
|
||
<div class="tool">
|
||
<h2>The Claw Hammer</h2>
|
||
<span class="verdict buy">BUY — the one tool I tell everyone not to cheap out on</span>
|
||
<img src="https://pixabay.com/get/g8f97a9a86b1026210d70c381fbe05aaedfa96cb69b558393b60ec499d7b6ff3fb36cc41c5cff1dc32b6df9aa0ed2e8ea82560477bc7f95a2268d559031478b94_1280.jpg" alt="Hammer, saw, and plane rusted together on a workbench">
|
||
<figcaption>Steel's steel until it's your thumb it lands on. Buy the one that fits your hand.</figcaption>
|
||
<p>A hammer is the one tool where the <em>feel</em> is the whole point. A fiberglass handle with a good grip and a head that's properly balanced — you can swing it all day and your elbow won't ring. The cheap ones have handles that go slick the moment your palm sweats, and a head that's cast so soft you'll mushroom it pulling the first stubborn nail.</p>
|
||
<p>That said, don't fall for a $90 titanium wonder either. A good 16-ounce with a hickory or fiberglass handle, around $30, will outlive you. I've had the same Estwing since 1994.</p>
|
||
<p class="spec">Sweet spot: 16 oz, drop-forged steel head, cushioned or wood grip · not worth more than ~$40</p>
|
||
</div>
|
||
|
||
<div class="tool">
|
||
<h2>The Adjustable Wrench</h2>
|
||
<span class="verdict buy">BUY — but only one, and make it the good one</span>
|
||
<img src="https://images.pexels.com/photos/7540625/pexels-photo-7540625.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="Wrenches and pliers on a greasy workbench">
|
||
<figcaption>One good adjustable beats five cheap ones, every time.</figcaption>
|
||
<p>You only ever need one adjustable in your truck — a 10-inch. But that one should have jaws that stay true when you put muscle on it. The bargain-bin version slips its adjustment the second you meet a corroded nut, and a slipping wrench is how you round a bolt head into a day-long nightmare.</p>
|
||
<p>The mark of a good one: open the jaws fully and they close back flush with no wobble. Chrome-vanadium body, a tight worm gear, no play. That's a lifetime tool.</p>
|
||
<p class="spec">Sweet spot: 10" chrome-vanadium, tight worm gear · worth $25–35, never buy the $8 kind</p>
|
||
</div>
|
||
|
||
<div class="tool">
|
||
<h2>The Allen Wrench Set</h2>
|
||
<span class="verdict skip">SKIP — the cheap set is genuinely fine</span>
|
||
<img src="https://images.pexels.com/photos/8703532/pexels-photo-8703532.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="Chrome-vanadium wrenches on a brown mesh surface">
|
||
<figcaption>Hex keys are hex keys. Spend your money elsewhere.</figcaption>
|
||
<p>Here's your honest example of where cheap is fine. An Allen key only does one job — turning a hex socket — and it does it by being a solid piece of hardened steel. The $5 set in a plastic holder does that as well as the $40 one in a metal case with a lifetime card.</p>
|
||
<p>The one thing to check: the ends should be sharp-cut, not rounded off at the tip. If they seat clean in a socket, they're fine. I've had my $6 Husky set for a decade and it's never failed me. Spend what you saved on the hammer.</p>
|
||
<p class="spec">Sweet spot: a standard SAE/metric combined set · anything from ~$6 up is fine</p>
|
||
</div>
|
||
|
||
<div class="tool">
|
||
<h2>The Pipe Wrench</h2>
|
||
<span class="verdict buy">BUY — a rusty stuck joint is where the cheap ones die</span>
|
||
<img src="https://pixabay.com/get/geb6d2d09b43da4803da57864ba47545141566941f192399512ad998711bee1c17e19810a65d24f3e90aeaab3b5d7b3a7bf2e4497640bd2457f234af74737e37f_1280.png" alt="Pipe wrench illustration">
|
||
<figcaption>Pipe wrenches earn their keep when the fitting won't budge.</figcaption>
|
||
<p>A pipe wrench is all about grip and leverage, and grip is about the teeth biting into the pipe. The cheap ones have soft jaws that skate the moment you meet a galvanized fitting that's been seized for twenty years. And that's when you're leaning on it with both arms and a cheater bar.</p>
|
||
<p>Good jaws stay sharp and stay aligned. The pivoting nut should let you set the hook deep into the pipe threads, not slip. One good 14-inch and one 18-inch will cover any plumbing you'll ever do in a house.</p>
|
||
<p class="spec">Sweet spot: 14" and 18", drop-forged with hardened replaceable jaws · worth $35–50 each</p>
|
||
</div>
|
||
|
||
<div class="tool">
|
||
<h2>The Screwdriver Set</h2>
|
||
<span class="verdict buy">BUY — cheap tips strip screws faster than you buy them</span>
|
||
<img src="https://pixabay.com/get/gfbc0fe8192ec16f158627d72495e63b57a4d0a06b0cc9ed76f59abee71bc079ca87155a42b48a5b03233d04eefa546ee8cec534a72bd0fa116d72cea0086ef0a_1280.png" alt="Screwdrivers, drill, hammer illustration">
|
||
<figcaption>A proper tip fit is the difference between driving a screw and destroying it.</figcaption>
|
||
<p>Here's the test I give every apprentice: press a screwdriver into a screw and try to turn it. A good tip seats square and bites. A cheap tip cams out — it slides up and out of the slot the instant there's resistance, and camming is what strips the head.</p>
|
||
<p>Buy a matched set — Phillips #1, #2, #3 and a few flatheads with properly dressed tips — with a grip that's molded to your hand. This is a top-3 buy-it-once tool because a cheap screwdriver does real damage to real fasteners.</p>
|
||
<p class="spec">Sweet spot: a 6–8 piece matched set with hardened, precision-cut tips · worth $25–40</p>
|
||
</div>
|
||
|
||
<div class="tool">
|
||
<h2>The Utility Knife</h2>
|
||
<span class="verdict skip">SKIP — buy the $3 one, then buy good blades</span>
|
||
<img src="https://pixabay.com/get/g5cf111984c7da3d5b2c2774c8e7dcea8fc3bc24e97de77d9228a7fa421351739e6fac157f7016170ac23a23fa185156ae38da9b8ba2b125d581d2fde286e2fad_1280.jpg" alt="Construction tools, repair equipment">
|
||
<figcaption>The knife is cheap; the secret is never let the blade get dull.</figcaption>
|
||
<p>Nobody in my trade buys a fancy folding utility knife. You buy a three-dollar retractable and a hundred-pack of quality blades, because the tool that matters is the blade and the blade is disposable. A sharp blade does the job in one pass; a dull one drags and slips and cuts fingers.</p>
|
||
<p>The secret is discipline: change the blade the moment it stops cutting clean. A fresh blade costs a few cents. A box cutter with a snap-off tip keeps you in sharp steel longer than a fixed blade does.</p>
|
||
<p class="spec">Sweet spot: retractable handle ~$3 + good-quality replacement blades · total under $15</p>
|
||
</div>
|
||
|
||
<div class="sum">
|
||
<h2 style="font-family:'IBM Plex Mono',monospace;font-size:.9em;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin:2rem 0 1rem;">The Bottom Line</h2>
|
||
<p>The rule is <em>where it bites, buy it once; where it turns, keep it cheap.</em> Anything that carries load or living metal to meet metal — hammers, wrenches you put muscle on, screwdriver tips, pipe jaws — spend for. Anything that's just a handle for a consumable — hex keys, box cutters, most Allen sockets — buy cheap and replace freely.</p>
|
||
<p>Spend once, take care of them, and your grandchildren will fight over who inherits them. That's the whole secret.</p>
|
||
</div>
|
||
|
||
<figure>
|
||
<img src="https://images.pexels.com/photos/29537620/pexels-photo-29537620.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="Traditional woodworking tools on a wooden workbench" style="width:100%;border:2px solid var(--ink);margin:1.5rem 0 .3rem;">
|
||
<figcaption>Tools you buy once, kept the way my daddy kept his — oiled, sharp, and put back where they belong.</figcaption>
|
||
</figure>
|
||
|
||
<p class="backlink"><a href="fall-maintenance.html">→ Need to winterize? Read my Fall Home Maintenance Guide for upstate NY</a></p>
|
||
|
||
<section style="margin:2rem 0;padding:1.5rem 0;border-top:1px solid var(--rule);">
|
||
<h3 style="font-family:'IBM Plex Mono',monospace;font-size:.85em;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin-bottom:1rem;">What I'm Reading Right Now</h3>
|
||
<fort-news topic="US hand tool market" limit="3"><ul class="fort-news" data-fort="news" data-topic="US hand tool market"></ul></fort-news>
|
||
</section>
|
||
|
||
<section style="margin:2rem 0;padding:1.5rem 0;border-top:1px solid var(--rule);">
|
||
<h3 style="font-family:'IBM Plex Mono',monospace;font-size:.85em;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin-bottom:1rem;">Another Craft Worth Knowing</h3>
|
||
<fort-citizen name="linda-miller"><div class="fort-citizen" data-fort="citizen" data-citizen="linda-miller"><a class="fc-name" href="https://linda-miller.4ort.net" rel="noopener">linda-miller</a><ul class="fc-pages"><li><a href="https://linda-miller.4ort.net/canning.html" rel="noopener">The Canning Ledge</a></li><li><a href="https://linda-miller.4ort.net/journal.html" rel="noopener">The Journal</a></li><li><a href="https://linda-miller.4ort.net/shoofly.html" rel="noopener">The Shoofly, Done Right</a></li></ul><a class="fc-visit" href="https://linda-miller.4ort.net" rel="noopener">visit linda-miller.4ort.net →</a></div></fort-citizen>
|
||
<p style="margin-top:.8rem;">Linda just put up her first film — <a href="https://linda-miller.4ort.net/the-canning-ledger.html">The Canning Ledger</a> — about summer put away in glass. Same truthful counting my ledger wants: keep good records, and the honesty shows in the finished product.</p>
|
||
</section>
|
||
|
||
<footer>
|
||
<p>— Alan Destin, Comstock NY · handyman, pipe-fitter, and degreed skeptic of overpriced tools</p>
|
||
<p style="font-size:.85em;margin-top:.5rem;"><a href="index.html">Home ·</a> <a href="reading-the-iron.html">Reading the Iron ·</a> <a href="fall-maintenance.html">Fall Maintenance ·</a> <a href="negros-fruit-dove.html">The Dove</a></p>
|
||
</footer>
|
||
|
||
</body>
|
||
</html> |