Skip to main content

Fun & Novelty Tools

The weather on the day you were born, your town's climate history, your real reaction time, and coin flips that are provably fair. Real data, played with.

The Day You Were Born rebuilds the actual weather, moon phase, and prices from the day you arrived. Personal climate stripes draw one coloured bar for every year of your life, from temperature records for your own town. Birthday Twins finds real, checkable people who share your exact date.

The rest of the category is games with honest mathematics: a reaction time test built as a real continuous performance task, provably fair coin flips and dice, a test of whether you can fake randomness, and a look at where the Sun actually was when you were born.

Honey-Do Tracker — home maintenance for landlords and property managers

Fun Tools, Real Data

Built on archives, not vibes

Every tool in this category stands on a real dataset. The Day You Were Born pulls historical weather from meteorological archives, computes the actual moon phase for your date, and takes its price history from federal economic data. Birthday Twins only lists people with a published article you can go and check. True Zodiac uses the IAU's official constellation boundaries to show where the Sun actually stood, which is why its answer often disagrees with the horoscope column.

That's the premise of the whole category: the numbers are real, they just happen to be about you.

The statistics are the punchline

Can You Fake Randomness? asks you to tap out 120 coin flips from your head, then runs real statistical tests on the result, including the same chi-square and runs tests used in actual randomness testing. Most people alternate far too often. Real coins produce longer streaks than intuition allows.

The coin flip and dice roller come at the same idea from the other side. Their randomness comes from your browser's cryptographic generator with rejection sampling, so every face is provably equally likely. The streak analysis tells you when a run of heads is genuinely unusual and when it's just what fair randomness looks like.

Honest toys

The reaction time test is deliberately not the usual click-when-green game. It's a continuous performance task, the format used in attention research, which measures sustained focus and false starts rather than one lucky tap. Your climate stripes use the same visual language as the famous warming-stripes graphic, drawn from temperature records for your own location and lifespan.

None of this claims to be a lab. But where a typical novelty site invents its numbers, these don't. If a result surprises you, you can follow it back to the data.

137 Foundry — custom app building studio

Who Are These Tools For?

The Curious

Turn a birthday, a hometown, or a habit into something checkable: real archives, real astronomy, and real statistics, all about you.

Gamers & Deciders

Flip coins and roll dice that are cryptographically fair, with per-die results and streak analysis that tells you when a run is actually strange.

People Who Share

Every result is built to be sent: a birthday card with real history in it, a climate ribbon of your life, a reaction-time score to beat.

137 Foundry — custom app building studio

Fun & Novelty vs Math & Science: Stories vs Working Answers

Fun & Novelty tools use real data to tell you something delightful about yourself: your birth-day weather, your true zodiac, whether your gut can fake a coin. The machinery underneath is genuine statistics, astronomy, and archival data, but the job is curiosity and sharing.

Math & Science tools exist to get work done: statistics calculators, unit converters, and scientific computation where the output feeds a homework problem or a decision. The same chi-square test appears in both categories. Over there it answers your research question. Here it catches you pretending to be a coin. Pick by what you need: an answer, or a story that happens to be true.

Frequently Asked Questions

Yes, in a verifiable sense. It uses your browser's cryptographic random number generator (the one browsers are required to make suitable for cryptography) with rejection sampling to remove even tiny biases. What surprises people isn't unfairness. It's that fair randomness produces longer streaks than intuition expects. The tool's streak analysis tells you when a run is actually statistically unusual.

Weather comes from historical meteorological archives, the moon phase is computed astronomically for your date and location, and prices come from federal economic data series. Nothing is invented. If the tool says it rained, that's what the archive says.

Horoscope dates were fixed about 2,000 years ago. Since then the slow wobble of Earth's axis, called precession, has shifted where the Sun actually appears against the constellations by roughly one full sign. True Zodiac uses the IAU's official constellation boundaries for your birth date. That's also why some birthdays land in Ophiuchus, the constellation the traditional zodiac skips.

A personalized version of the famous warming-stripes visual: one coloured bar per year of your life, coloured by how warm or cool that year was in your own town relative to its long-term baseline. It's drawn from local temperature records, so two people of the same age in different cities get genuinely different ribbons.

Click-when-green tests measure one reflex and are easy to game by guessing. This one is a continuous performance task, the format used in attention research. It measures response speed, consistency, and false starts across a sustained run. That makes it a fairer picture of focus, and a harder score to fluke.

It runs your 120 taps through real statistical tests, including a chi-square test and a runs test. Humans trying to act random alternate heads and tails far more often than chance does, and they avoid the long streaks real coins produce. Those two tells are usually enough to flag a human sequence with high confidence.

Key Terms

Warming stripes
A visualization that encodes each year's average temperature as a coloured bar, from cool blues to hot reds. Invented by climate scientist Ed Hawkins, it shows a warming trend at a glance without axes or numbers.
Precession
The slow, 26,000-year wobble of Earth's rotation axis. It gradually shifts where the Sun appears against the constellations, which is why the astrological signs assigned 2,000 years ago no longer match the sky.
Ophiuchus
The thirteenth constellation the Sun passes through each year, between Scorpius and Sagittarius. Traditional astrology skips it, so people born from late November to mid-December get a true-zodiac answer they've never seen in a horoscope.
CSPRNG
A cryptographically secure pseudo-random number generator, meaning randomness strong enough for encryption keys. Browsers expose one as crypto.getRandomValues, and it's what fair digital coins and dice should be built on.
Rejection sampling
A technique that discards random values falling outside an evenly divisible range instead of wrapping them around. It removes the small bias that naive approaches introduce when mapping random bytes onto things like a six-sided die.
Runs test
A statistical test that counts unbroken streaks in a sequence. Too few runs means suspicious alternation, the classic human tell. Too many means suspicious clustering. Real randomness sits in a predictable band between them.
Gambler's fallacy
The belief that past random outcomes change future odds, as if five heads in a row make tails due. A fair coin has no memory. The streak analysis in these tools exists partly to make that visible.
Continuous performance task
An attention-research format where you respond to targets over a sustained run rather than a single trial. It measures speed, consistency, and impulse control, which gives a richer read than one-tap reflex tests.
137 Foundry — custom app building studio