about summary refs log tree commit diff stats
path: root/about.txt
blob: d4fd965b631bd0faf9012d81c89607223e95bf6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
---
title: Autocento of the breakfast table
id: about
subtitle: about this site
genre: prose

epigraph:
    content: by Case Duckworth

project:
    title: About Autocento
    class: meta
    next:
    - title: Index of common titles
      link: common-titles
    prev:
    - title: Index of first lines
      link: first-lines
...

## 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][NAU].
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][nothing-new]."

_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:

* [Elegies for alternate selves][elegies-link]
* [The book of Hezekiah][hez-link]
* [Stark raving][stark-link]
* [Buildings out of air][paul-link]

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 articles[^1] present into plain text files, which are viewable from [here][text].
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][issues] 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 <case@autocento.me>.

<!-- links & footnotes -->
[of the breakfast table]: http://www.ibiblio.org/eldritch/owh/abt.html
[citation needed]: https://en.wikipedia.org/wiki/Wikipedia:Citing_sources#Dealing_with_unsourced_material
[NAU]: http://nau.edu/CAL/English/Degrees-Programs/Graduate/MFA/

[ἅπαξ]: http://www.perseus.tufts.edu/hopper/text?doc=Perseus:text:1999.04.0057:entry=a%28/pac
[nothing-new]: https://www.biblegateway.com/passage/?search=Ecclesiastes+1%3A9&version=NIV

[elegies-link]: and.html
[hez-link]: prelude.html
[stark-link]: table_contents.html
[paul-link]: art.html

[text]: index-txt.html

[pandoc]: http://johnmacfarlane.net/pandoc/
[makefile]: https://github.com/duckwork/autocento/blob/gh-pages/makefile
[this template]: https://github.com/duckwork/autocento/blob/gh-pages/template.html
[Github]: https://github.com/
[git]: http://www.git-scm.com/
[my Github profile]: https://github.com/duckwork/autocento

[index]: first-lines.html
[this javascript]: https://github.com/duckwork/autocento/blob/gh-pages/trunk/lozenge.js

[published]: published.html
[issues]: https://github.com/duckwork/autocento/issues

[^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](http://www.etymonline.com/index.php?search=article) 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](https://github.com/duckwork/autocento/blob/gh-pages/README.md) file at the root of the github repo.