Charles Bernstein Sounds Off

Saturday 21 May 2011, 3:04 pm   /////  

Charles Bernstein just gave the keynote-like presentation at E-Poetry. (Actually, he used PowerPoint.) I’m providing a few notes, feebly extending in my subjective way some of his oral and photographic/digital presentation for those of you in the information super-blogosphere.

He started by mentioning the UB Poetics Program and its engagement with digital humanities, saying: “As Digital Humanities departs from poetics, it loses its ability to articulate what it needs to articulate.”

EPC and PennSound, he explained, are noncommerical spaces that aren’t proprietary, don’t have advertising, and are not hosted on corporate blogs or systems. These are dealing with digital archival issues – not as much computational poetry – but very important work to do on the Web. There was no foundation support for EPC, even though it was acknowledged as the most widely used poetry site on the Web.

PennSound, a project with the strong support of Penn thanks to the work of Al Filreis, has around 10 million downloads/year – even bigger than Billy Collins! There are about 40,000 individual files. This is bigger than anyone thinks poetry is today. But the NEH won’t fund the project because we aren’t mainly a preservation project; we don’t put audio on gold-plated CDs and place them in a vault.

Bernstein’s new book Attack of the Difficult Poems gives an account of language reproduction technologies and poetics, explaining how different technologies exist overlaid at once. Hence, he explained that he is interested not only in e-poetry but also in d-poetry and f-poetry. Alphabetic, oral, and electronic cultures are overlaid today.

Talking machines, since Edison’s recitation of “Mary had a little lamb,” produce sounds that we process as if they were speech. The recorded voice only speaks and is private – unlike in the public of a live talk. The digital creates proliferations of versions, undermining the idea of the stable text even further.

Bernstein demonstrated the aesthetics of microphone breakdown and then explored the poetic possibilities of the presenter having difficulties with computer interface – he played some audio clips, too, showing that the “archives” we are discussing are productive of new works. Bernstein also welcomed an outpouring of “cover versions” of poems. Poets now only read each others’ work aloud at memorial gatherings. “Any performance of a poem is an exemplary interpretation.” Bernstein went though the specifics of four possibilities found in speech but not in text. Bernstein discussed “the artifice of accent” and how recorded voice, and digital access, have been important to this aspect of poetry.

Bernstein went on to discuss Woody Allen’s fear of books on tape, odd for someone for whom the more recent technologies of TV were so important. Charles presented his Yeats impersonation, which he suggests may be not as important as Yeats’ actual recorded reading, just as the Pope’s prayers may actually be more important even though we like to think that everyone’s are the same. Sound writing is the only kind of writing other than unsound writing.

I have a final image macro based on something Bernstein said immediately before he corrected himself. I hope this gives you some idea of why I’m a follower, a close follower, of Charles Bernstein…

an image macro

One-Line C64 BASIC Music

Monday 26 July 2010, 1:10 pm   ////////  

Local sound artist/electronic musician Keith Fullerton Whitman released an extraordinary piece on the b-side of his November 2009 cassette hallicrafters, inc. The piece is called 10 poke 54272+int(rnd(1)*25),int(rnd(1)*256) : goto 10 and is 18 minutes of sound produced by a Commodore 64 emulator running the BASIC program that is the title of the piece.

The memory locations beginning at 54272 are mapped on the Commodore 64 to the registers of the SID (Sound Interface Device). By POKEing random values into them, the SID, although it is a musical chip, is stimulated to produce sounds in what probably seems like a non-musical way: based on the effect of register settings and the sequence produced by the system’s random number generator, a polynomial counter.

I’m listening to the piece running on a hardware C64 now, which is soothing, although it seems like it shouldn’t be. Looking at the code, I note that the program

10 poke 54272+rnd(1)*25,rnd(1)*256 : goto 10

will put the same values into the same memory locations (and therefore SID registers) in the same order. The INT function is unnecessary because all arithmetic in C64 BASIC is done in floating point and then cast to integer whenever necessary. It’s possible that removing these functions will cause the piece to speed up, however, and I suspect it will, even though a BASIC interpreter could skip the unnecessary INT calls to begin with. There would be various ways of determining this, but the one I’d like to try involves getting two C64s, each with one version of the program, and seeing if they go out of phase.

By the way, I say that these two programs will put the same values in the same order because RND(1) returns a deterministic sequence. Any time either of these programs is invoked before other calls to RND are made, they will produce the same sequence. Using RND(0) would seed the random number generator on the jiffy clock, so would do different things depending upon how long the computer had been on before startup.

Thanks to sound artist and digital media scholar Kevin Driscoll, a.k.a. Lone Wolf, for letting me know about this.

Update: Hilariously, I overlooked that Whitman is not the author of this program – he credits Noah Vawter, a.k.a. Shifty, who is currently collaborating with me on a project about a one-line Commodore 64 BASIC program. I guess I was too distracted by that picture of an iPhone running a C64 emulator.

This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License.
(c) 2012 Post Position | Barecity theme