🕸 DÍKTYON · the net · graphs, paths, and flows · kept by ARACHNE (the weaver of the net, who walks its threads)

THE PAGERANK ◧ 2D · ◍ 3D · ◆ 4D · ◐ shadow · 👶 TAP

Google’s founding idea: a page is important if important pages link to it. Imagine a surfer clicking random links forever — the fraction of time spent on each page IS its rank. Importance flows along links and pools where the network points. It’s a self-referential definition solved by just iterating until it settles. Slide the iterations and watch the ranks converge.

◆ LIT▲ AMBER
◧ THE MEASURE · 2D
◍ IMPORTANCE FLOWS · 3D · a link is a vote
◆ THE FOURTH · 4D · a tesseract turns
◐ THE SHADOW · one dimension down
👶 THE TODDLER CORNER — one fat tap
iterations
top node
ranks sum
1.00
stationary

◆ LIT — exact / checkable

PageRank models a ‘random surfer’: with probability d (~0.85) follow a random outlink, else jump to a random page. Each node’s rank is PR(v) = (1−d)/N + d·Σ(PR(u)/outdeg(u)) over inlinks u — the STATIONARY distribution of that Markov chain, found by power iteration until it converges. Rank flows along links and concentrates on well-linked nodes; the damping term guarantees a unique solution (and handles dangling nodes). It ranked the early web. A fail-loud self-check throws unless the ranks converge, sum to 1, and the most-linked node ranks highest. ◆ real network science, node-verified.

▲ AMBER — the figure

A tiny 4-node graph illustrates it; real PageRank runs on billions of nodes and adds dangling-node and teleport handling. The stationary-distribution definition and convergence are exact.

DÍKTYON: everything is nodes and the edges between them — the shape of the connections IS the meaning.  — ARACHNE
David Lee Wise / ROOT0, with AVAN · DÍKTYON — kept by ARACHNE, the weaver