What Is a Hash Function? (MD5, SHA-256)
A hash function turns any input into a fixed-size fingerprint. Here's what it does, its key properties, common uses, and which algorithms are safe.
Daniel Okonkwo · 2 min read
Practical guides, how-tos and comparisons to get the most out of our free online tools.
A hash function turns any input into a fixed-size fingerprint. Here's what it does, its key properties, common uses, and which algorithms are safe.
Daniel Okonkwo · 2 min read
A step-by-step guide to finding a cube root by estimation and refinement — plus how it differs from a square root and when a value stays irrational.
Lena Hoffmann · 3 min read
Simple interest grows in a straight line; compound interest snowballs. Here's how each works, a worked example, and which one you meet in real life.
Camille Laurent · 2 min read
A factorial multiplies every whole number down to 1. Learn what n! means, how fast it grows, and why it powers permutations and combinations.
Lena Hoffmann · 3 min read
Most adults burn 1,600–2,400 a day, mostly just staying alive. Here's the three parts of daily burn, typical totals, and how to estimate yours.
Sofia Nunes · 2 min read
One visible emoji can be one code point or fourteen UTF-16 units. We ran three popular regexes against a real sentence and each broke differently — one deleted the digits. Here is why, which Unicode property answers which question, and the grapheme-cluster rule that actually works.
Daniel Okonkwo · 13 min read
A bold-looking 𝐀 is not the letter A in a bold font — it is U+1D400, a separate character invented for mathematics. We printed the code points, measured what it costs in bytes, broke search, sorting and word counts with it, and scanned the block to find its 28 holes.
Daniel Okonkwo · 13 min read
Work out the exact final-exam grade you need to hit your target, from your current grade and the exam's weight. Here's the formula and an example.
Lena Hoffmann · 3 min read
Format plain text with a few symbols: # for headings, ** for bold, - for lists. Here's what markdown is, the core syntax, why it's everywhere, and the gotchas.
Daniel Okonkwo · 3 min read
In a right triangle, a² + b² = c². Here's what the formula means, a worked example, how to find any side, and where it's used in real life.
Lena Hoffmann · 2 min read
Concrete is measured by volume: length × width × depth. Here's how to work out cubic metres, add for waste, and choose bags or ready-mix.
Marco Bianchi · 3 min read
The GCD is the biggest shared divisor; the LCM is the smallest shared multiple. Here's what each means, how to find them with prime factors, and the shortcut linking them.
Lena Hoffmann · 3 min read