**1. Fractal/Sierpinski Gasket reading framework** > "David Foster Wallace (DFW) designed *Infinite Jest* as a Sierpinski Gasket using the classical top‑down construction..." – chiply
> "the book became more like a 'lopsided' Sierpinski Gasket 'it looks basically like a pyramid on acid'" – chiply **2. Debate over the three vertices**
> "Using the three plots of *Infinite Jest* as the vertices doesn't really work... I see it is that the vertices would be family, education, and society, which are all deeply interrelated." – ofalkaed
**3. Reading advice: endure the setup and embrace non‑linear exploration** > "I'd say there's a lot of groundwork laid in the first 60‑100 pages... you could cherry pick interesting passages..." – chiply
> "the order in which the different elements of the book are introduced is crucial, as it leads to a lot of 'aha!' moments." – lou1306
Two Ways to Draw Infinite Jest's Sierpinski Gasket
📝 Discussion Summary (Click to expand)
🚀 Project Ideas
Infinite Jest Sierpinski Navigator
Summary
- A visual, interactive reading platform that maps Infinite Jest onto a Sierpinski Gasket, letting readers seed, jump, and track their chaos‑game progress.
- Provides guided entry points, footnote cross‑reference pop‑ups, and a personal “burn‑in” tracker to reduce reread fatigue.
Details
| Key | Value |
|---|---|
| Target Audience | Dedicated IJ readers, literature students, re‑readers |
| Core Feature | Interactive fractal map where each vertex (Ennet House, ETA, Wheelchair Assassins) is a hub; clicking reveals related sections, footnotes, and thematic links |
| Tech Stack | React front‑end, D3.js for fractal rendering, Node/Express API, PostgreSQL for annotations |
| Difficulty | Medium |
| Monetization | Revenue-ready: subscription $5/mo |
Notes
- HN commenters repeatedly mention the “rambling stoner conversation” and the need for a “structure” to navigate the novel (e.g., chiply: “I’d say there’s maybe 1‑2 spoilers, but nothing major… If you’re on page 600 though, there’s no spoilers.”).
- The visual “gasket” concept directly addresses the fractal‑structure discussion and would let users treat the book like a game of “burn‑in”.
- Potential for community‑generated annotations and sharing of personal “seed” vertices, fostering discussion.
Footnote Graph Explorer
Summary
- A web service that visualizes the network of footnotes and endnotes in any text—especially Infinite Jest—as an interactive directed graph.
- Enables scholars and curious readers to trace self‑referential loops and discover hidden connections across the book.
Details
| Key | Value |
|---|---|
| Target Audience | Literary scholars, IJ re‑readers, footnote enthusiasts |
| Core Feature | Upload a text with footnotes; the service parses references and renders an interactive graph with zoom, search, and export options |
| Tech Stack | Python (spaCy parsing) → Neo4j graph DB → Vue.js front‑end |
| Difficulty | High |
| Monetization | Hobby |
Notes
- The discussion notes the “self‑referentiality” of footnotes and the desire for tools to explore them (e.g., chiply: “I wish people spent more time on those… footnotes referencing the main text”).
- A graph view would satisfy users like LeoPanthera who suspect AI‑generated posts lack depth, by providing a concrete, data‑driven visual.
- Could integrate community annotations, encouraging the kind of “sharing perspectives” that iammjm praised.
Smart Audiobook Companion for IJ
Summary
- A browser extension that syncs audiobook playback with footnote text, offering instant context pop‑ups and one‑click jumps to related passages.
- Lets listeners pause, view footnotes, and navigate the narrative without breaking immersion.
Details
| Key | Value |
|---|---|
| Target Audience | Audiobook listeners, IJ newcomers, accessibility‑focused users |
| Core Feature | Real‑time footnote overlay, searchable index, one‑click jump to related chapters |
| Tech Stack | Chrome/Firefox extension, Web Audio API, SQLite local DB of IJ footnotes |
| Difficulty | Low |
| Monetization | Revenue-ready: freemium with premium $3/mo |
Notes
- Many commenters found audiobooks “diserse a disservice” because of missing footnotes (nephihaha: “There are so many footnotes… the audiobook does it a disservice”).
- The extension directly solves the pain point of “zoning out” while listening, addressing jerkstate: “Try the audiobook, although I’m sure purists would consider it cheating.” - By surfacing footnote context, it also taps into the community’s interest in “self‑referential” structures and could generate discussion threads around newly discovered connections.