ko-fi

2024-05-14


Preamble

This project is an abridged, hyper-textual, and copyleft manifestation of the 1977 architecture classic A Pattern Language by Christopher Alexander. It is compiled from markdown into a static website using Quartz. I created it to serve as both an accessible reference for myself and as a way to share the ideas with others.

From the inside cover:

You can use this book to design a house for yourself with your family; you can use it to work with your neighbors to improve your town and neighborhood; you can use it to design an office, or a workshop, or a public building. And you can use it to guide you in the actual process of construction.


Volume 1, The Timeless Way of Building

… lays the foundation of the series. It presents a new theory of architecture, building, and planning which forms the basis for a new traditional post-industrial architecture, created by the people …

Volume 2, A Pattern Language

… is a working document for such an architecture. It is an archetypal language which allows lay persons to design for themselves.

Volume 3, The Oregon Experiment

… shows how this theory may be implemented, describing a new planning process for the University of Oregon.


This Project in Context

I first read A Timeless Way of Building and subsequently A Pattern Language some 10-15 years ago and it has forever influenced how I see the built environment and my capacity to appreciate why a room, street, or city feels right or wrong. Christopher Alexander writes elsewhere about the philosophy and psychology of this in his other books and is best formulated in the “Nature of Order” series.

Previous Efforts

This is not the first attempt to digitize Volume 2. In the order in which I discovered them:

All of these versions have the following limitations:

  • only includes the Problem and Solution text
  • no backlinks; existing resources only provide forward links:
    • Official and Nick - inline hyperlink
    • Jacana - “higher/lower order”
    • Theo (New Patterns) - “up/horizontal/down”
  • no graph view or grouping via tags for better visualization
    • by ‘confidence’ (eg. 0,1,2 stars)
    • by ‘sub-category’ (eg. Liminal Space)
    • by master category (eg. Construction)

How to Use and Interpret the Patterns

Ideally, you’d read both Volume 1 and Volume 2 in their entirety and then use this site as a quick reference (I created it for myself first and foremost!). But that’s not going to happen so here is a very rough summary…

Alexander’s approach emphasizes the importance of context-sensitive design and the creation of environments that are conducive to human well-being. He advocates for a participatory design process that engages the users and stakeholders in shaping their towns, neighborhoods, and homes.

How It’s Made

I’d like to say that I wrote some clever site scraper and then algorithmically generated everything but the real answer is that it was mostly done by hand with a template for the pattern structure, the help of Obsidian’s auto-complete combined with a keyboard macro to convert (and correct) the links, and many dozens of hours typing, copy-pasting, and tweaking. I reference these patterns directly in my Obsidian vault. I began in 2020 but I didn’t work on it in earnest until November of 2023 with a final push in April of 2024.

The “master” version is my Obsidian vault. I have a custom Fish function (apl-copy) using rsync to copy from my vault to the Markdown repo that contains the patterns (and list of patterns), the README, and the LICENSE as markdown files.

I have another custom Fish shell function (apl-preview) to copy the patterns to the ‘content’ directory in the Quartz repo then build and serve the website locally. A third function (apl-deploy) pushes the changes so that GitHub Actions can take over from there. These custom functions save me from the hassle of remembering which commands to use and in which directory.

TODO

Todo

  • update each pattern with hierarchical tags for master categories and sub-categories (only three as an example)
  • Utilize aliases in the Related Patterns section so that the patterns read more naturally (as in the original) rather than sticking with the canonical pattern name
  • more consistent use use of dashes, ellipses, and other minor formatting/style choices