[2026]
inspected.info/
A research tool: myths, cosmologies and rituals across time and space, every claim linked to a source. It does not judge whether beliefs are true. Password-protected for now.
Laravel 12, PostgreSQL, FrankenPHP$ stat inspected
01_problemThe first week built the wrong thing: a research corpus with review states and confidence vectors — because the method was read and the product brief was not. A background loop also filled the database with 40,000 catalogue rows that served neither.
02_howThe old work was archived with its schema, not deleted; a new schema was built from scratch: entries, links, dictionaries, layers, collections, PostGIS for geography, pgvector for search. Laravel 12 on FrankenPHP, PostgreSQL 17.
03_whyDates are stored as a single span in days: Postgres date types stop at 4713 BCE, which is not enough for myths. jsonb rather than json — json has no indexes.
04_result≈480 commits in 10 days. A dev version runs; production is still on the old code.