Story

Show HN: I built a space travel calculator using Vanilla JavaScript

captainnemo729 Saturday, January 24, 2026

I built this because measuring my age in years felt boring—I wanted to see the kilometers.

The first version only used Earth's orbital speed (~30km/s), but the number moved too slowly. To get the "existential dread" feeling, I switched to using the Milky Way's velocity relative to the CMB (~600km/s). The math takes some liberties (using scalar sum instead of vector) to make the speed feel "fast," but it gets the point across.

Under the hood, it's a single HTML file with zero dependencies. No React, no build step. The main challenge was the canvas starfield—I had to pre-allocate the star objects to stop the garbage collector from causing stutters on mobile.

Let me know if the physics makes you angry or if the stars run smooth on your device.

Summary
The article explores the concept of a cosmic odometer, a hypothetical device that could measure the total distance traveled by the universe since the Big Bang. It discusses the potential applications and challenges of such a device in understanding the universe's history and evolution.
52 34
Summary
cosmic-odometer.vercel.app
Visit article Read on Hacker News Comments 34