proomt

Search

Search posts, papers, and topics

All posts

Lobsters3 min readintro

Internet Phone Book

Summary

The Internet Phone Book is a physical, art‑focused publication that curates personal websites of designers, developers, writers, and other creators. The page lists upcoming tour events, library locations, and where to buy the book, and invites submissions. No technical content, code, or engineering insights are present.

  • The site is a promotional hub for a printed anthology of web‑based personal sites.
  • It provides event dates, library holdings, and purchase locations (all sold out).
  • Calls for submissions and a “dial‑a‑site” interactive page are included.

For engineers looking for technical depth, there is none; the article is purely cultural/marketing material.

2/10

Related reading

  1. Article: Your Next DSL Author Is a Language Model

    Typed Domain Grounding (TDG) embeds a DSL inside a mainstream language the LLM already knows (e.g., Kotlin) and uses the host compiler as an oracle. The author describes five building blocks—embedding, choosing a host language with high training‑data frequency, compiler‑driven type safety, a generate‑compile‑repair loop, and an on‑demand teaching tool—and shows measured results from kUML, a Kotli…

    InfoQinfoq.com18 min
  2. I still like writing websites by hand

    A personal blog post describing how the author hand‑crafted a single‑page site for a consultant using Astro, a custom CSS halftone background (leveraging `background‑repeat: space`) and a subtle neon glow via stacked box‑shadows. Includes a few concrete CSS snippets and design‑system references but no deep engineering analysis.

    Chen Hui Jingchenhuijing.com4 minHN2