bits

New mini-app for name analytics: What's in a Name?

I just launched What’s in a Name?, a small interactive tool for exploring U.S. baby-name data.

Type a first name, choose female or male, and it answers two plain-English questions:

  1. Is this name mostly old, new, making a comeback, or going out of style?
  2. How popular is it compared with other names in any given birth year?

Two handy use-cases. First, if you get an email, resume, or other note from someone, it can give you a sense of their likely age based on their first name. For example, Harold reads older and Logan reads younger. Second, if you’re hunting for baby names, it helps separate names that are on the rise from names that are already hot, declining, or outdated. For example, Wells is on the rise; Harvey is an old name making a comeback; Aiden was hot but has peaked and is going out of style, much like Cody peaked in the early 90s.

The first answer comes from the birth-year distribution. If most people with the name were born decades ago, it reads as an older name. If the mass is recent, it reads as a newer name. If there is an older wave and a newer rise, the name is making a comeback. If a recent peak is fading, the name is going out of style.

The second answer comes from comparing the name with other names in each birth year, so “popular” means common among babies born then rather than merely common in the whole dataset.

It uses the Social Security baby names data, so it is about U.S. births. It is not adjusted for mortality, immigration, or emigration, so it should not be read as the exact current age distribution of living people with that name.

Try it here: What’s in a Name?.

Tech note: it runs entirely client-side. The page downloads a compressed SSA CSV, loads it into DuckDB-Wasm in a web worker, and runs the estimates in your browser, so there is no server-side database or API behind the tool.

Keyboard

gh
go to home
gw
go to writing
gb
go to bits
gp
go to projects
j/k
move focus down/up in list
o
open focused item
t
toggle light/dark theme
?
show this help