Guides
Tools answer one question at a time. Guides connect them — when you need to decide between two options, understand a methodology deeply, or thread several tools into a single workflow, start here.
./finance-money
APR vs APY: the difference that quietly costs you money
APR ignores compounding, APY includes it — and each side of the bank quotes the flattering one. The conversion formula, a worked table, and the disclosure rules behind the two numbers.
Debt avalanche vs snowball: the math, the psychology, and a worked example
Avalanche always wins on interest; snowball often wins on follow-through. A fully worked three-debt example with months and total interest under each ordering.
What is a good ROI? Benchmarks, the annualization trap, and honest math
The ROI formula, why comparing un-annualized returns across holding periods is meaningless, historical benchmarks with sources, and when a high ROI is a red flag.
How inflation is calculated — and what it quietly does to savings
How CPI baskets work, the compounding purchasing-power loss on idle cash with worked tables, nominal vs real returns, and the rule of 72 for halving time.
15-year vs 30-year mortgage: which actually saves you more?
The intuitive answer is the wrong one. Worked numbers across rate, principal, and opportunity-cost scenarios.
Compound interest explained: the math, the intuition, and why time matters more than rate
The most powerful force in personal finance — but only if you understand which lever moves the result.
How tipping works around the world: a country-by-country reference
Tipping is a 195-country social puzzle. From mandatory service charges to actively-rude gratuities, here's what's expected where.
What 5 years of ECB rates tell us about the EUR/USD
Volatility, range, mean reversion. What the EUR/USD data actually says about predicting the next move.
What percent discount is actually good? A category-by-category benchmark
20% off is the baseline in fashion. 5% off is huge in electronics. Anchor prices, MAP pricing, fake discount detection.
How to convert currency for a historical date
Historical FX needs a primary-source archive, not a present-day API. ECB, OANDA, IMF — and the dates each one starts.
How much house can I afford? The 28/36 rule, and why it lies
Lenders qualify you with one set of numbers. Comfortable-living budgets use a different set. How the standard rules of thumb diverge from what's actually affordable.
Mortgage refinance break-even: when refinancing actually saves money
Closing costs are the floor. The break-even is how long you stay to recoup them. The four traps in the simple formula, and how to compute it honestly.
Tipping in cashless restaurants: how to read the screen and avoid the squeeze
Square / Toast / Clover prompts now suggest 20-30% by default. What the percentages mean, what they're calculated on, and how to tip honestly.
Salary by city: what $150k actually means in NYC vs Austin vs Tulsa
Cost-of-living indices, state and local taxes, housing burden, and the gap between gross salary and 'felt' income.
VAT vs sales tax: why the EU price is the price, and the US price isn't
VAT is included in displayed EU prices. US sales tax is added at checkout. The two systems have very different mechanics and effects.
How to read a mortgage amortization schedule
The columns, the four numbers worth pulling out of the table, and the schedule's hidden message about when refinancing and extra principal pay back the most.
Auto Loan Calculator Guide: Understanding APR, Term, and True Cost
How auto loans actually cost you money — APR vs interest rate, the 60-vs-72-month trap, down payments, trade-in math, gap insurance, and refinance break-even.
./health-fitness
Ideal weight formulas: where Devine, Robinson, and Hamwi came from — and what they're actually for
Devine was written for drug dosing, not dieting. Where the formulas come from, how much they disagree for the same height, and the narrow uses where they're still legitimate.
How to calculate your macros (without the influencer math)
The five-step procedure — TDEE, calorie target, protein, fat, carbs as the remainder — with evidence-based protein ranges and the myths the fitness feed keeps recycling.
Heart rate zones explained: zone 2, the Karvonen formula, and honest limits
The five-zone model, why 220-minus-age misses badly for individuals, Karvonen vs percentage-of-max, what zone 2 actually is, and when zones mislead.
Is BMI accurate? What it gets right, and the four cases it gets wrong.
BMI is a population-screening tool, not a personal diagnosis. Here's exactly when it misleads and what to use instead.
How to calculate TDEE correctly (and why most online calculators are off by 10%)
TDEE = BMR × activity multiplier. The three reasons your maintenance calorie estimate keeps missing.
How to measure your bra size at home (the modern method, not the +4 rule)
Tape measure, snug not tight, two numbers in, US/UK/EU sizes out. The retired +4/+5 method and what replaced it.
How pregnancy due dates are calculated (and why they're usually wrong)
The 280-day Naegele's rule, what it assumes, and what the data says about actual delivery timing. Why only ~4% of births land on the predicted date.
BMI vs body fat percentage: which one should you actually track?
BMI is fast, free, and notoriously bad at body composition. Body fat percentage is informative but expensive. Which to use, and how to combine them.
./files-images-pdf
How to make a favicon: sizes, formats, and what browsers actually load
Which favicon sizes matter in 2026 — 16/32 ICO, 180 apple-touch-icon, 192/512 PWA — plus SVG favicon support, dark-mode variants, and the minimal head markup that covers everything.
How to merge PDF files (without uploading them anywhere)
Combine PDFs in the browser, in Preview, or on the command line — what survives the merge, why digital signatures break, and why client-side merging matters for sensitive documents.
How to compress a PDF without losing quality
Why PDFs get large (it's almost always the embedded images), lossless vs lossy compression, Ghostscript presets, and the realistic size reductions to expect per document type.
How to split a PDF or extract specific pages
Extract one page, split by ranges, or burst into single pages — in the browser, in Preview, or with qpdf. Plus what carries over and the page-number vs page-label trap.
What your photos reveal: EXIF data, GPS location, and how to remove it
Photos carry GPS coordinates, timestamps, and device identifiers in their metadata. What EXIF actually contains, which platforms strip it, and how to inspect and remove it locally.
PNG vs JPG vs WebP: which format actually wins in 2026?
Three image formats, three trade-off triangles. File size, quality, transparency, browser support.
Best aspect ratios for video in 2026
16:9 horizontal, 9:16 vertical, 1:1 square, 2.39:1 cinematic. When to use each + pixel dimensions to render.
DPI vs PPI vs pixel density: a working guide for designers
Which number matters for screens, which for print, and how to pick the right values for Retina, OG cards, and print bleeds.
How to resize images without quality loss
Downscaling is mostly safe; upscaling never recovers detail. Interpolation algorithms, format choices, and workflows that protect the source.
./developer-tools
CSV to JSON: escaping, types, and the pitfalls that corrupt data
RFC 4180 vs real-world CSV, the everything-is-a-string type problem, Excel's silent value mangling, nested-object conventions, and when JSONL is the better target.
How to pick a strong password (and the four rules everyone gets wrong)
Length beats complexity. Passphrases beat random. A password manager beats your memory.
Cron Expression Tutorial: How to Read and Write Crontab Schedules
A field-by-field walkthrough of cron syntax — the five-column anatomy, the special characters, real examples you can paste, and the day-of-month / day-of-week quirk that bites everyone exactly once.
JSON vs YAML: Choosing the Right Config Format
A side-by-side comparison of JSON and YAML for configuration files — syntax, comments, anchors, strict parsing, the Norway problem, JSON's number-precision trap, and a decision tree for picking one.
Cryptographic Hashing Explained: MD5, SHA-1, SHA-256, SHA-512
What a cryptographic hash actually does — the three properties that matter, why MD5 and SHA-1 are dead, where SHA-2 and SHA-3 fit, and why bcrypt/Argon2 exist instead of hashing passwords with SHA-256.
Regex Cheat Sheet: Common Patterns Every Developer Needs
Twenty-five battle-tested regex patterns — email, URL, IPv4, IPv6, ISO date, UUID, semver, hex color, US and international phone, slug — plus the quantifier, lookaround, and flavour notes that make them portable.
JWT Tokens: How to Decode, Verify, and Avoid the Common Mistakes
A practical guide to JSON Web Tokens — three-segment structure, base64url encoding, the standard claims, HS256 vs RS256 vs ES256, the alg-none attack, refresh-token patterns, and when JWT is the wrong tool.
URL Encoding Explained: percent-encoding, query strings, and the gotchas
Percent-encoding rules from RFC 3986, when to use encodeURI vs encodeURIComponent, how form data handles spaces, and the array-bracket conventions that quietly break integrations.
QR Code Standards: Versions, Error Correction, and Best Practices
How QR codes actually work — the 40 versions, the four error-correction levels, the encoding modes, and the design choices that decide whether your code scans on the first try.
Text Diff Algorithms: How Git, Patches, and Diff Tools Work
Myers, Patience, and Histogram — the three algorithms behind every diff tool you use, how to read a unified hunk, and why merge conflicts happen in the first place.
Unix Timestamps Explained: Epoch, Precision, and the Year-2038 Problem
Why the world counts seconds from 1970, what the year-2038 overflow actually breaks, and the precision and timezone traps that turn timestamps into corrupt data.
Base64 Encoding Explained: Why, When, and the Common Variants
What Base64 is really for, why it inflates payloads by a third, and the tiny alphabet differences between standard Base64, URL-safe Base64, and MIME that bite when you cross system boundaries.
./ai-tokens
How LLM API pricing actually works (and where it bites you)
Input vs output tokens, cached prompts, batch discounts. The five places your bill grows faster than expected.
How GPT tokenization actually works (and why your bill depends on it)
BPE tokenizers split text into 1-byte to multi-word chunks. Why 'understanding' costs less than 'rambunctious' and how to estimate token counts before you pay.
./cooking-food
Gas Mark conversion table (and why your British recipe says Mark 4)
Full UK Gas Mark scale, its history, fan-oven adjustment, and the clean conversion table between Gas Mark, °C, and °F.
Converting historical recipes: ounces, gills, and 'a moderate oven'
Old cookbooks use units modern kitchens don't. Translation key for British and American recipes from 1800 to 1960.
Converting cups to grams for baking: the table that actually works
Every ingredient has a different cup-to-gram conversion. Densities for the 30 most common baking ingredients, plus why pro bakers stopped using cups.
Safe internal cooking temperatures for meat: the USDA chart and where chefs disagree
USDA's safe minimum temperatures, the time-temperature equivalence chefs use, and where the chart shouldn't be negotiated.
Recipe scaling beyond 2x: why doubling works and tripling doesn't
Salt, yeast, and leavening don't scale linearly. Volume:surface ratio breaks at large sizes. How pros scale recipes 4-10x without ruining them.
./dates-time-zones
Time-zone cheatsheet for remote teams: the eight zones that cover 90% of meetings
PST, EST, GMT, CET, IST, JST, AET, NZT — offsets and meeting-window math. Plus the DST traps that break recurring events twice a year.
Working days for invoicing: how to compute Net 30, Net 60, and 'business days'
Four interpretations of 'Net 30', which holidays count, and the contract-language traps that turn a 30-day term into 45.
Date difference for visa applications: counting days the way governments do
The 90/180 Schengen rule, US visa overstays, UK rolling-12. Three counting conventions and how to count safely.
Age Calculation Methods: Western, Korean, and Why Forms Disagree
Why a single person can be three different ages depending on who's asking. Western, Korean, and East Asian traditional age systems, the exact year-month-day computation, and the bugs that show up around February 29.
Scheduling Across Time Zones: A Practical Guide for Remote Teams
Why IANA zones beat 'GMT+3', how DST handoff weeks silently break recurring meetings, and the actual overlap windows that work for US, EU, and Asia teams.
./math-statistics
Why percentage change isn't percentage difference
Two formulas, two different answers. The asymmetry that confuses everyone — and the rule for picking the right one.
Standard deviation explained without the math notation
What standard deviation actually measures, when n-1 vs n in the denominator matters, and how to read the number once you have it.
Area of an irregular shape: three methods that actually work
Triangulation, the shoelace formula, and the trapezoidal rule. When each is the right tool for rooms, lots, and floor plans.
Roman numeral conventions: where the rules actually live
I, V, X, L, C, D, M. Subtractive notation, where the 'rules' come from, and where they're broken on purpose (clock faces, film credits).
Fuel economy: why real-world MPG runs 10-20% below EPA
EPA tests run a defined cycle in a lab. Real-world driving rarely matches it. Where the gap comes from, and how to read the sticker honestly.
Mean, median, mode: when each one is the right average
Three numbers, three different answers to 'what's the typical value?'. When mean misleads, when median is right, and where mode is the only option.
Percentage vs percentage point: the difference that breaks financial news
When the Fed raises rates 'by 0.25%' it's a 0.25 percentage-point increase — but a 5% relative one. The distinction matters everywhere from interest rates to vaccine efficacy.
Volume Formulas for Every Common Solid Shape (With Examples)
Eight volume formulas — sphere, cylinder, cone, pyramid, prism, cube, torus, ellipsoid — with worked examples, unit-conversion warnings, and the Archimedes method for irregular shapes.
./units-sizes-science
How to find ring size by mail without a ring
Four reliable home methods, ranked by accuracy. The cold-finger trap, the wide-band adjustment, and how to size a surprise.
Shoe size by manufacturer: why your size 10 isn't the same brand to brand
Nike runs narrow, New Balance runs wide, Italian dress shoes run small. Last-shape variations every shoe buyer should know.
Why metric units won everywhere except the US (and what it costs)
Three countries don't use metric. The US almost-transitions, the real costs of staying customary, where the gap still bites in 2026.
./color-design
CSS color formats: hex, RGB, HSL, OKLCH — which to use when
Hex is concise. RGB is explicit. HSL is human-tweakable. OKLCH is perceptually uniform. A working guide to picking the right format per use case.
Color contrast for accessibility: WCAG 2.1, APCA, and what to actually ship
WCAG's contrast formula has known flaws. APCA is the more accurate replacement. What to use today, and how to pick safely.
RGB vs CMYK: Color Models for Screen and Print
Why screens add light and printers subtract it, what 'K' is really doing in CMYK, and the gamut differences that turn a perfect on-screen design into a muddy print.
./crypto
Wei, Gwei, ETH explained: what every denomination is for
Ethereum has 10 named denominations of its native token. Three matter in daily use. Why gas is in Gwei, why balances are in Wei.
How cryptocurrency mining actually works (and why Ethereum stopped)
Proof-of-work mining, the hash-puzzle race, electricity costs, and Ethereum's migration to proof-of-stake.
./alternatives
EpochConverter Alternatives: Unix Timestamp Tools Compared
EpochConverter is the fast, beloved Unix timestamp tool. Here's an honest look at where Convertitive's timestamp converter and client-side developer suite differ.
Regex101 Alternatives: Online Regex Testers Compared
Regex101 is the most powerful online regex tester — multiple engines, an explanation pane, a debugger. Here's an honest look at where a lighter, integrated tester fits.
Base64Decode.org Alternatives: Base64 Tools Compared
Base64decode.org and base64encode.org are fast, focused base64 tools. Here's an honest comparison with Convertitive's client-side base64 encoder and decoder.
Metric-Conversions.org Alternatives: Unit Converters Compared
Metric-Conversions.org is a long-established converter with detailed tables and many languages. Here's an honest comparison with Convertitive's converters.
timeanddate.com Alternatives: Date & Time Tools Compared
timeanddate.com is a vast, authoritative time and date reference. Here's an honest comparison of where a lighter, integrated set of datetime tools fits.
UnitConverters.net Alternatives: Breadth vs. Depth
UnitConverters.net covers an enormous range of units but skips cited methodology and editorial context. When its breadth is what you need, and when Convertitive's depth fills the gaps.
Calculator.net Alternatives: focused calculators with a cleaner workflow
A practical comparison of Calculator.net and Convertitive for quick calculations, unit conversions, and privacy-sensitive browser tools.
Crontab.guru Alternatives: cron schedules with surrounding developer tools
Compare a focused cron expression reference with a broader browser-based developer toolkit, including validation and related time utilities.
JWT.io Alternatives: decode tokens without leaving the browser
An honest comparison of JWT.io and Convertitive’s client-side JWT tooling, with trade-offs around workflow, privacy, and scope.
Omni Calculator Alternatives: focused tools for repeatable conversions
Where a focused, browser-first calculator suite fits alongside Omni Calculator’s breadth, with links to practical workflows.