Posted on

Ancient Web: Fourmilab Shows How to Bend Spacetime in the Basement

The project title is “Bending Spacetime in the Basement,” and remarkably, the page does eventually deliver on it.

Visit Bending Spacetime in the Basement

Fourmilab’s experiment starts with a problem that is easy to state and difficult to feel: every object with mass attracts every other object with gravity, yet two ordinary objects sitting near each other do not visibly lunge together.

Gravity is simply too weak compared with electromagnetic forces.

The page turns that weakness into a basement experiment.

Cavendish without the laboratory budget

The core instrument is a torsion balance, a simplified descendant of the apparatus Henry Cavendish used in 1798 to measure gravitational effects.

Instead of attempting precision metrology, the Fourmilab project aims at something more approachable: make the attraction between human-scale masses visible at all.

The article walks through Newtonian gravitation, the gravitational constant, comparisons between gravity and electromagnetism, differential measurement and the reason a torsion balance can cancel the overwhelming constant pull of Earth while remaining sensitive to much smaller changes from nearby masses.

It even includes interactive calculations for gravitational force and translates tiny forces into more imaginable equivalents.

The tone is part of why the page survives as good web writing. It is technically serious without pretending experiments are sacred rituals available only to institutions. The opening joke is about finally being old enough to go into the basement and bend spacetime without somebody calling Mom.

That combination matters.

A textbook can present the formula. Fourmilab tries to make the formula physically annoying enough that you build something.

The page also quietly demonstrates an old-web strength: one author can move from history to equations to apparatus design to jokes without waiting for a content strategy meeting.

This site was found in CacheRat’s broader Ancient Web research corpus.

Explore the 1,967 Ancient Web Domains research list

The experiment is not a substitute for a precision laboratory. It is better in another way: it makes universal gravitation feel like something happening between objects you can touch.

Return to Fourmilab’s gravity experiment

Posted on

Ancient Web: Your Sky Is a Browser Planetarium from the CGI Era

Before JavaScript ate the browser, one good way to make a website interactive was to submit a form and let the server do the math.

Visit Your Sky

John Walker’s Your Sky calls itself the interactive planetarium of the Web. It can generate a sky map for a chosen date, time and observing location, produce horizon views, or aim a virtual telescope at coordinates and catalog objects.

The page can also accept orbital elements for an asteroid or comet and plot the object’s position alongside an ephemeris for the Sun, Moon and planets.

That is a lot of astronomy packed into ordinary forms and server-generated images.

A web application before everything was called an app

Your Sky is useful partly because the interface exposes the astronomy instead of hiding it.

Latitude and longitude matter. Right ascension and declination matter. Magnitude limits, projection choices and observing direction are visible controls. The user is not merely shown “the sky tonight.” They are given the knobs that define the calculation.

The site offers three main views: a whole-sky stereographic map, a horizon view pointed in a chosen azimuth, and a virtual telescope that can be aimed at coordinates or catalogued objects.

The virtual telescope can even be bookmarked with custom settings encoded in the request, a very old-web solution to saving application state.

Your Sky is dated April 2003 and lists an update in February 2019, but the underlying style is older than the modern single-page application. The server does useful work. The URL and form parameters carry meaning. The result can be saved, linked and revisited.

For astronomy students, it remains a practical visualization tool. For web developers, it is a reminder that interactivity existed long before enormous front-end bundles became mandatory.

This site was found in CacheRat’s broader Ancient Web research corpus.

Explore the 1,967 Ancient Web Domains research list

Your Sky still does the job with forms, coordinates and a server that knows where the stars are.

Return to Your Sky