Autocento of the breakfast table

about this site

by Case Duckworth

Introduction

Autocento of the breakfast table is a hypertextual exploration of the workings of revision across time. Somebody[citation needed] once said that every relationship we have is part of the same relationship; the same is true of authorship. As we write, as we continue writing across our lives, patterns thread themselves through our work: images, certain phrases, preoccupations. This project attempts to make those threads more apparent, using the technology of hypertext.

I’m also an MFA candidate at Northern Arizona University. This is my thesis.

Genesis

This project revolves around two sister concepts: the hapax legomenon and the cento.

Hapax legomenon (ἅπαξ λεγόμενον) is Greek for “something said only once.” It’s used in linguistics to describe words that appear only once in a corpus. If expanded to n-grams, it can be used to describe utterances that occur only once, and this is where it gets interesting. If this line of thinking is taken to its logical conclusion, we can say that all writing, all utterances, are hapax legomena, because they appear only once in the world as they are. In short, everything is individual; everything is differentiated; everything is an island.

On the other hand, a cento, from the Latin, from the Greek κέντρόνη, meaning “patchwork garment,” is a poem composed completely of fragments of other poems. It’s a mash-up that makes up for its lack of originality in utterance with a novelty in arrangement. Usually, it refers to taking phrases, lines, or stanzas from other authors’ works, but I don’t see why it couldn’t refer to n-grams or individual words. If this line of thinking is taken to its logical conclusion, we can say that no writing is truly original; that every utterance has, in some scrambled way at least, been uttered before. In other words, nothing is individual. We float on an ocean of language which we did nothing to create, and the best we can hope for is to find some combination that hasn’t been thought of too many times before. As Solomon said, “There is nothing new under the sun.”

Autocento of the breakfast table works within the tension caused by these two concepts.

Process

In compiling the works that make up this text, I’ve pulled from a few different projects:

as well as added new articles, written quite recently. As I’ve compiled them into this project, I’ve linked them together based on common images or language, moving back and forth through time. This should give the reader a fair idea of what my head looks like on the inside.

Technology

Because this project lives online, I’ve used a fair amount of technology to get it there. First, I converted all the articles1 present into plain text files, which are viewable here. Then, I used John McFarlane’s venerable document preparation system pandoc, along with a makefile to compile the text sources to HTML using this template. The compiled HTML is what you’re reading now.2

To host the project, I’m using Github, an online code-collaboration tool with the version control system git under the hood. This enables me (and you, dear Reader!) to explore the path of revision even more, from beginning to end, based on my commits to the repository. You can view the repository and its changes and files at my Github profile.3

Using this site

All of the articles on this site are linked together hypertextually (i.e., like a webpage). This means that all you need to do to explore the creative threads linking these articles together is to start clicking links. However, if you find you’re looping around to a lot of the same articles, you can head back to the index and click through the titles in order—that article contains the titles of all the other works in this project.

Alternatively, you can click the lozenge (◊) at the bottom of each page. It’ll take you to a random article in the project, thanks to this javascript.

If you want to experience the earlier projects in something resembling the original orders, previous and next links are provided at the bottom of each page, next to the lozenge. Sometimes, there are more than one of each of these, or there are none, dependant on the structure of their original project.

Things still to do

Autocento of the breakfast table is a work in progress. The first draft is completed, but some revision and aesthetic work remains to be done for me to consider it fully “published” (what does this word mean in 2015?). You can see the full list of to-dos by visiting the issues page of the Github site.

Contact me

If you’d like to contact me about the state of this work or my writing in general, you can email me at .


  1. I’ve decided to use the word article instead of poem, because not all of the texts included are poems; and instead of piece, because piece is vague and, to my mind, pretentious. I’m aware that the true etymology of article does not reflect my use of it, namely “a little chunk of art”, a la the (personal folk) derivation of icicle, treicle, etc.

  2. The great thing about pandoc is that it can compile to, and convert between, about fifty formats or so. This means that if, in the future, I choose to convert this project to a printable form (for example PDF, ODT, or even DOCX), I’ll be able to with a fairly small amount of work.

  3. For more information on the technological aspect of this project, see the README.md file at the root of the github repo.