What this site is made of — and, further down, what it deliberately isn't. I wrote all of it, which is the point: the presentation behind the portal argues that accounting judgment and system design are the same discipline, so it seemed fair to build the argument rather than describe it.
The shape behind the home page isn't an image or a lens flare. For every pixel on the screen, a light ray is traced backward through curved spacetime by integrating the Schwarzschild null-geodesic equation — d²u/dφ² + u = 1.5 rsu², where u is inverse radius — with fourth-order Runge-Kutta, taking finer steps where the curvature is steepest.
Everything strange about the picture falls out of that one equation rather than being drawn in by hand.
The presentation is set inside Haven-1, looking out the domed window. There are no photographs and no downloaded textures anywhere in that scene — the planet, its cloud deck, the atmospheric rim, and the stars are all generated in the browser at load time.
Authentication services let anyone create an account. Checking only whether a visitor is signed in would mean anyone who signed themselves up could read a private presentation — so the portal checks the account's email against an explicit allowlist, on the server, in the layout that wraps every page beneath it.
Guessing a URL doesn't help: the check runs before any content is rendered, so unlisted accounts receive a polite door rather than a page. A second, narrower list governs the pages meant only for me.
A dependency you don't add is a dependency you never have to upgrade, audit, or explain. Everything below was considered and left out.
A live site is a single point of failure in a conference room, so there is a PowerPoint fallback — but nobody dragged those text boxes by hand. A Node script composes the deck with pptxgenjs, laying out every slide from the same content the site renders and writing each spoken beat into the speaker-notes pane.
Which means a wording change is one edit and one command, not thirty slides of find-and-replace — and the file and the website cannot quietly drift apart.