Show HN: I built a space travel calculator using Vanilla JavaScript (cosmic-odometer.vercel.app)
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.
14 comments
[ 2.9 ms ] story [ 29.3 ms ] threadIt's interesting to see how little effect the orbit and rotation had on the straight line. A proposal is to align the numbers for the different movement categories so that it's easier to see the magnitudes of them.
It took me a couple of seconds to understand the concept, from the title I though it was going to be a planner to show gravity assists etc.
Life looks much easier when realising that we're all flying at least ~30 km/s through dark space every second of our lives.
Thank you so much! I was just thinking about how to create something similar a month ago for my birthday, but didn't succeed like you did.
also there are some cursors with question marks but they don't espatially ;) call the FAQ, do they? firefox on win10
I'm not against vibecoded stuff, but the author said it's a "deliberate design choice" in one of the comments, clearly not being open about the use of LLMs.
> https://web.archive.org/web/20260124143216/https://cosmic-od...
/* FIXED: Changed cursor from 'help' to 'default' to avoid confusion */
/* --- UPDATED MOON LOGIC --- */