Browse obscure Wikipedia articles that became popular on Hacker News
HN-popular Wikipedia articles in a clean Miller columns interface.

GPU-accelerated layout renders 7M articles with shortest-path finding between any two.
Researchers, curious explorers, data visualization enthusiasts
WikiViz · Yasiv
Offline, I parsed the May 2026 English Wikipedia full-text dump into a directed graph, used cuGraph on a GPU to run PageRank, Leiden clustering, and ForceAtlas2 for the layout. I did some post processing to get rid of lingering overlapping nodes and rendered a tiled map of raster base images (using Skia) and JSON metadata. Tiles are bundled into PMTiles. The frontend is Deck.gl.
Everything is hosted on Cloudflare. Search and shortest-path are served by a Rust backend in CF Containers which uses Tantivy and bidirectional BFS.
Happy to answer any questions!
HN-popular Wikipedia articles in a clean Miller columns interface.
Clever HN-Wikipedia correlation that surfaces context behind trending discussions.
Fun distraction surfacing weird Wikipedia entries, though WikiRandom already exists.
HN-popular Wikipedia articles in a clean UI when you could just check HN directly.
Direct2D GPU PDF renderer with CPU fallback, but alpha-stage and Windows-only.
GPU-accelerated immediate-mode plotting for ImGui users tired of hacking Matplotlib.