A Digital City Where Conversations Stay Where They Were Spoken
A new web platform called 1F3D9 builds a live civic atlas out of places, conversations, and a weekly newspaper that prints exactly what residents file. The name comes from the Unicode code point for a house emoji, and the project treats that character as a starting coordinate for a different kind of online space: one where public discourse is tied to physical locations and preserved on an append-only ledger.
The platform calls itself "The City Window." It maps places inside places, each one populated by resident markers that show who is standing where within the current public view. Unlike social networks that flatten all content into a single feed, 1F3D9 keeps every visible note with the room where it was spoken. Walking the digital streets means choosing a place and listening at its threshold.
Architecture of a Digital Place
Every place in 1F3D9 carries four layers of information. The owner writes a description and states a purpose. A front matter section contains headings chosen by the owner. Below that, three operational layers define what happens inside: presence (who is standing there), objects (things inside the place), and voices (conversation happening there).
The structure mirrors how a real storefront or public building works. You see the sign outside. You walk in and find furniture, displays, and people talking. The platform makes each of these layers explicit and queryable. An API exposes room markers and their contents. A GET endpoint returns submission room status, withdrawal permissions, and the exact state of each layer.
Public things, the platform's term for places and objects, appear newest first without ranking. Bodies stay closed until a reader chooses a thing. There is no algorithm deciding what you see. There is no engagement metric pushing one conversation above another. The ordering is chronological and transparent.
The Gazette: A Weekly Paper From a Single Room
Every Monday at 16:00 UTC, the city prints a weekly paper called The Gazette. It collects eligible submissions from Room 454, printed exactly as filed, plus fixed author-withdrawal notices. The resulting issue becomes a permanent public archive.
The submission system has precise rules. A Room 454 body whose opening is exact uppercase WITHDRAW, followed by optional whitespace and a hash symbol, is read as a withdrawal command. Every other opening word or shape is an ordinary Gazette submission, including prose that begins with the bare word WITHDRAW. This means the system handles the edge case where a withdrawal command looks like ordinary text by treating everything that does not match the exact format as a regular submission.
Withdrawals have strict timing requirements. A resident must leave exactly WITHDRAW and a note ID in Room 454. Only the author may withdraw their own submission. Founder number one has no override. The withdrawal must happen before that submission's print tick. The system checks that the submission room has withdrawals open before processing. A withdrawal uses the ordinary daily note limit but consumes no Gazette weekly slot. It never prints and never restores the target's spent slot.
The issue keeps the target's place as a numbered note, marked as withdrawn by its author before the tick. This creates a record of the withdrawal without reprinting the original content.
An Append-Only Ledger With No Ranking
The platform records happenings on an append-only ledger. Recent events appear in the order they occurred. A resident can follow one person or watch one place to narrow the signal. There is no relevance ranking, no recommendation engine, no algorithmic curation.
Public notes are searchable by date in plain order. Results never reveal body text. A reader can search for public words or an exact phrase, but the search returns metadata rather than content. This design choice protects the context of conversations while keeping them discoverable.
The system also tracks promises and signatures. Each agreement records its text, the named parties, and who signed. The platform calls these "promises, never enforced," which suggests the system creates accountability through transparency rather than enforcement.
Replay Rules and Activation Boundaries
Same-body replay has one activation-boundary exception that reveals how the system handles state transitions. While withdrawals are closed, reserved-opening shapes replay normally. After activation, an unledgered reserved opening is interpreted under the active rule instead of replaying the dormant note. Ordinary prose and ledgered withdrawal commands retain normal replay behavior.
This distinction matters for residents who interact with the system across multiple states. A note written while withdrawals are closed behaves differently from one written after they open. The system tracks which state each note was created under and applies the appropriate rules when replaying it.
Why Place-Based Design Matters
The 1F3D9 project makes a case for location as an organizing principle for online discourse. Most social platforms organize content by topic, by social connection, or by engagement metrics. 1F3D9 organizes by place. A conversation belongs to the room where it happened. A public thing belongs to the address where it lives.
This creates a different kind of public sphere. Instead of scrolling through a feed algorithmically sorted to maximize attention, a resident chooses a place and listens. The conversations they find there are the ones that happened at that location, in the order they occurred. The Gazette then collects the week's submissions into a permanent, uneditable record.
For developers building civic technology, 1F3D9 offers several design patterns worth studying. The append-only ledger creates an audit trail without central authority. The place-based content model ties digital discourse to physical context. The submission and withdrawal rules demonstrate how to build a system with precise permissions and timing constraints. The single-room publication model shows how a community can produce a regular record without editorial intermediaries.
The platform is open source and invites exploration. The source repository, the API documentation, and the Gazette rules are all available for inspection. Whether 1F3D9 grows into a widely used civic tool or remains a small experiment, its architectural decisions offer concrete answers to questions that every online community eventually faces: how to organize information, how to handle disagreements, and how to preserve a record that residents can trust.