Dockray
Interface Access Loss
2013


Interface Access Loss

I want to begin this talk at the end -- by which I mean the end of property - at least according to
the cyber-utopian account of things, where digital file sharing and online communication liberate
culture from corporations and their drive for profit. This is just one of the promised forms of
emancipation -- property, in a sense, was undone. People, on a massive scale, used their
computers and their internet connections to share digitized versions of their objects with each
other, quickly producing a different, common form of ownership. The crisis that this provoked is
well-known -- it could be described in one word: Napster. What is less recognized - because it is
still very much in process - is the subsequent undoing of property, of both the private and common
kind. What follows is one story of "the cloud" -- the post-dot-com bubble techno-super-entity -which sucks up property, labor, and free time.

Object, Interface

It's debated whether the growing automation of production leads to global structural
unemployment or not -- Karl Marx wrote that "the self-expansion of capital by means of machinery
is thenceforward directly proportional to the number of the workpeople, whose means of
livelihood have been destroyed by that machinery" - but the promise is, of course, that when
robots do the work, we humans are free to be creative. Karl Kautsky predicted that increasing
automation would actually lead, not to a mass surplus population or widespread creativity, but
something much more mundane: the growth of clerks and bookkeepers, and the expansion of
unproductive sectors like "the banking system, the credit system, insurance empires and
advertising."

Marx was analyzing the number of people employed by some of the new industries in the middle
of the 19th century: "gas-works, telegraphy, photography, steam navigation, and railways." The
facts were that these industries were incredibly important, expansive and growing, highly
mechanized.. and employed a very small number of people. It is difficult not to read his study of
these technologies of connection and communication - against the background of our present
moment, in which the rise of the Internet has been accompanied by the deindustrialization of
cities, increased migrant and mobile labor, and jobs made obsolete by computation.

There are obvious examples of the impact of computation on the workplace: at factories and
distribution centers, robots engineered with computer-vision can replace a handful of workers,
with a savings of millions of dollars per robot over the life of the system. And there are less
apparent examples as well, like algorithms determining when and where to hire people and for
how long, according to fluctuating conditions.
Both examples have parallels within computer programming, namely reuse and garbage
collection. Code reuse refers to the practice of writing software in such a way that the code can be
used again later, in another program, to perform the same task. It is considered wasteful to give the
same time, attention, and energy to a function, because the development environment is not an
assembly line - a programmer shouldn't repeat. Such repetition then gives way to copy-andpasting (or merely calling). The analogy here is to the robot, to the replacement of human labor
with technology.

Now, when a program is in the midst of being executed, the computer's memory fills with data -but some of that is obsolete, no longer necessary for that program to run. If left alone, the memory
would become clogged, the program would crash, the computer might crash. It is the role of the
garbage collector to free up memory, deleting what is no longer in use. And here, I'm making the
analogy with flexible labor, workers being made redundant, and so on.

In Object-Oriented Programming, a programmer designs the software that she is writing around
“objects,” where each object is conceptually divided into “public” and “private” parts. The public
parts are accessible to other objects, but the private ones are hidden to the world outside the
boundaries of that object. It's a “black box” - a thing that can be known through its inputs and
outputs - even in total ignorance of its internal mechanisms. What difference does it make if the
code is written in one way versus an other .. if it behaves the same? As William James wrote, “If no
practical difference whatever can be traced, then the alternatives mean practically the same thing,
and all dispute is idle.”

By merely having a public interface, an object is already a social entity. It makes no sense to even
provide access to the outside if there are no potential objects with which to interact! So to

understand the object-oriented program, we must scale up - not by increasing the size or
complexity of the object, but instead by increasing the number and types of objects such that their
relations become more dense. The result is an intricate machine with an on and an off state, rather
than a beginning and an end. Its parts are interchangeable -- provided that they reliably produce
the same behavior, the same inputs and outputs. Furthermore, this machine can be modified:
objects can be added and removed, changing but not destroying the machine; and it might be,
using Gerald Raunig’s appropriate term, “concatenated” with other machines.

Inevitably, this paradigm for describing the relationship between software objects spread outwards,
subsuming more of the universe outside of the immediate code. External programs, powerful
computers, banking institutions, people, and satellites have all been “encapsulated” and
“abstracted” into objects with inputs and outputs. Is this a conceptual reduction of the richness
and complexity of reality? Yes, but only partially. It is also a real description of how people,
institutions, software, and things are being brought into relationship with one another according to
the demands of networked computation.. and the expanding field of objects are exactly those
entities integrated into such a network.

Consider a simple example of decentralized file-sharing: its diagram might represent an objectoriented piece of software, but here each object is a person-computer, shown in potential relation
to every other person-computer. Files might be sent or received at any point in this machine,
which seems particularly oriented towards circulation and movement. Much remains private, but a
collection of files from every person is made public and opened up to the network. Taken as a
whole, the entire collection of all files - which on the one hand exceeds the storage capacity of
any one person’s technical hardware, is on the other hand entirely available to every personcomputer. If the files were books.. then this collective collection would be a public library.

In order for a system like this to work, for the inputs and the outputs to actually engage with one
another to produce action or transmit data, there needs to be something in place already to enable
meaningful couplings. Before there is any interaction or any relationship, there must be some
common ground in place that allows heterogenous objects to ‘talk to each other’ (to use a phrase
from the business casual language of the Californian Ideology). The term used for such a common
ground - especially on the Internet - is platform, a word for that which enables and anticipates

future action without directly producing it. A platform provides tools and resources to the objects
that run “on top” of the platform so that those objects don't need to have their own tools and
resources. In this sense, the platform offers itself as a way for objects to externalize (and reuse)
labor. Communication between objects is one of the most significant actions that a platform can
provide, but it requires that the objects conform some amount of their inputs and outputs to the
specifications dictated by the platform.

But haven’t I only introduced another coupling, instead of between two objects, this time between
the object and the platform? What I'm talking about with "couplings" is the meeting point between
things - in other words, an “interface.” In the terms of OOP, the interface is an abstraction that
defines what kinds of interaction are possible with an object. It maps out the public face of the
object in a way that is legible and accessible to other objects. Similarly, computer interfaces like
screens and keyboards are designed to meet with human interfaces like fingers and eyes, allowing
for a specific form of interaction between person and machine. Any coupling between objects
passes through some interface and every interface obscures as much as it reveals - it establishes
the boundary between what is public and what is private, what is visible and what is not. The
dominant aesthetic values of user interface design actually privilege such concealment as “good
design,” appealing to principles of simplicity, cleanliness, and clarity.
Cloud, Access

One practical outcome of this has been that there can be tectonic shifts behind the interface where entire systems are restructured or revolutionized - without any interruption, as long as the
interface itself remains essentially unchanged. In Pragmatism’s terms, a successful interface keeps
any difference (in back) from making a difference (in front). Using books again as an example: for
consumers to become accustomed to the initial discomfort of purchasing a product online instead
of from a shop, the interface needs to make it so that “buying a book” is something that could be
interchangeably accomplished either by a traditional bookstore or the online "marketplace"
equivalent. But behind the interface is Amazon, which through low prices and wide selection is
the most visible platform for buying books and uses that position to push retailers and publishers
both to, at best, the bare minimum of profitability.

In addition to selling things to people and collecting data about its users (what they look at and
what they buy) to personalize product recommendations, Amazon has also made an effort to be a
platform for the technical and logistical parts of other retailers. Ultimately collecting data from
them as well, Amazon realizes a competitive advantage from having a comprehensive, up-to-theminute perspective on market trends and inventories. This volume of data is so vast and valuable
that warehouses packed with computers are constructed to store it, protect it, and make it readily
available to algorithms. Data centers, such as these, organize how commodities circulate (they run
business applications, store data about retail, manage fulfillment) but also - increasingly - they
hold the commodity itself - for example, the book. Digital book sales started the millennium very
slowly but by 2010 had overtaken hardcover sales.

Amazon’s store of digital books (or Apple’s or Google’s, for that matter) is a distorted reflection of
the collection circulating within the file-sharing network, displaced from personal computers to
corporate data centers. Here are two regimes of digital property: the swarm and the cloud. For
swarms (a reference to swarm downloading where a single file can be downloaded in parallel
from multiple sources) property is held in common between peers -- however, property is
positioned out of reach, on the cloud, accessible only through an interface that has absorbed legal
and business requirements.

It's just half of the story, however, to associate the cloud with mammoth data centers; the other
half is to be found in our hands and laps. Thin computing, including tablets and e-readers, iPads
and Kindles, and mobile phones have co-evolved with data centers, offering powerful, lightweight
computing precisely because so much processing and storage has been externalized.

In this technical configuration of the cloud, the thin computer and the fat data center meet through
an interface, inevitably clean and simple, that manages access to the remote resources. Typically,
a person needs to agree to certain “terms of service,” have a unique, measurable account, and
provide payment information; in return, access is granted. This access is not ownership in the
conventional sense of a book, or even the digital sense of a file, but rather a license that gives the
person a “non-exclusive right to keep a permanent copy… solely for your personal and noncommercial use,” contradicting the First Sale Doctrine, which gives the “owner” the right to sell,
lease, or rent their copy to anyone they choose at any price they choose. The doctrine,

established within America's legal system in 1908, separated the rights of reproduction, from
distribution, as a way to "exhaust" the copyright holder's control over the commodities that people
purchased.. legitimizing institutions like used book stores and public libraries. Computer software
famously attempted to bypass the First Sale Doctrine with its "shrink wrap" licenses that restricted
the rights of the buyer once she broke through the plastic packaging to open the product. This
practice has only evolved and become ubiquitous over the last three decades as software began
being distributed digitally through networks rather than as physical objects in stores. Such
contradictions are symptoms of the shift in property regimes, or what Jeremy Rifkin called “the age
of access.” He writes that “property continues to exist but is far less likely to be exchanged in
markets. Instead, suppliers hold on to property in the new economy and lease, rent, or charge an
admission fee, subscription, or membership dues for its short-term use.”

Thinking again of books, Rifkin’s description gives the image of a paid library emerging as the
synthesis of the public library and the marketplace for commodity exchange. Considering how, on
the one side, traditional public libraries are having their collections deaccessioned, hours of
operation cut, and are in some cases being closed down entirely, and on the other side, the
traditional publishing industry finds its stores, books, and profits dematerialized, the image is
perhaps appropriate. Server racks, in photographs inside data centers, strike an eerie resemblance
to library stacks - - while e-readers are consciously designed to look and feel something like a
book. Yet, when one peers down into the screen of the device, one sees both the book - and the
library.

Like a Facebook account, which must uniquely correspond to a real person, the e-reader is an
individualizing device. It is the object that establishes trusted access with books stored in the cloud
and ensures that each and every person purchases their own rights to read each book. The only
transfer that is allowed is of the device itself, which is the thing that a person actually does own.
But even then, such an act must be reported back to the cloud: the hardware needs to be deregistered and then re-registered with credit card and authentication details about the new owner.

This is no library - or it's only a library in the most impoverished sense of the word. It is a new
enclosure, and it is a familiar story: things in the world (from letters, to photographs, to albums, to
books) are digitized (as emails, JPEGs, MP3s, and PDFs) and subsequently migrate to a remote

location or service (Gmail, Facebook, iTunes, Kindle Store). The middle phase is the biggest
disruption, when the interface does the poorest job concealing the material transformations taking
place, when the work involved in creating those transformations is most apparent, often because
the person themselves is deeply involved in the process (of ripping vinyl, for instance). In the third
phase, the user interface becomes easier, more “frictionless,” and what appears to be just another
application or folder on one’s computer is an engorged, property-and-energy-hungry warehouse a
thousand miles away.

Capture, Loss

Intellectual property's enclosure is easy enough to imagine in warehouses of remote, secure hard
drives. But the cloud internalizes processing as well as storage, capturing the new forms of cooperation and collaboration characterizing the new economy and its immaterial labor. Social
relations are transmuted into database relations on the "social web," which absorbs selforganization as well. Because of this, the cloud impacts as strongly on the production of
publications, as on their consumption, in the tradition sense.

Storage, applications, and services offered in the cloud are marketed for consumption by authors
and publishers alike. Document editing, project management, and accounting are peeled slowly
away from the office staff and personal computers into the data centers; interfaces are established
into various publication channels from print on demand to digital book platforms. In the fully
realized vision of cloud publishing, the entire technical and logistical apparatus is externalized,
leaving only the human labor.. and their thin devices remaining. Little distinguishes the authorobject from the editor-object from the reader-object. All of them.. maintain their position in the
network by paying for lightweight computers and their updates, cloud services, and broadband
internet connections.
On the production side of the book, the promise of the cloud is a recovery of the profits “lost” to
file-sharing, as all that exchange is disciplined, standardized and measured. Consumers are finally
promised the access to the history of human knowledge that they had already improvised by
themselves, but now without the omnipresent threat of legal prosecution. One has the sneaking
suspicion though.. that such a compromise is as hollow.. as the promises to a desperate city of the

jobs that will be created in a new constructed data center - - and that pitting “food on the table”
against “access to knowledge” is both a distraction from and a legitimation of the forms of power
emerging in the cloud. It's a distraction because it's by policing access to knowledge that the
middle-man platform can extract value from publication, both on the writing and reading sides of
the book; and it's a legitimation because the platform poses itself as the only entity that can resolve
the contradiction between the two sides.

When the platform recedes behind the interface, these two sides are the the most visible
antagonism - in a tug-of-war with each other - - yet neither the “producers” nor the “consumers” of
publications are becoming more wealthy, or working less to survive. If we turn the picture
sideways, however, a new contradiction emerges, between the indebted, living labor - of authors,
editors, translators, and readers - on one side, and on the other.. data centers, semiconductors,
mobile technology, expropriated software, power companies, and intellectual property.
The talk in the data center industry of the “industrialization” of the cloud refers to the scientific
approach to improving design, efficiency, and performance. But the term also recalls the basic
narrative of the Industrial Revolution: the movement from home-based manufacturing by hand to
large-scale production in factories. As desktop computers pass into obsolescence, we shift from a
networked, but small-scale, relationship to computation (think of “home publishing”) to a
reorganized form of production that puts the accumulated energy of millions to work through
these cloud companies and their modernized data centers.

What kind of buildings are these blank superstructures? Factories for the 21st century? An engineer
named Ken Patchett described the Facebook data center that way in a television interview, “This is
a factory. It’s just a different kind of factory than you might be used to.” Those factories that we’re
“used to,” continue to exist (at Foxconn, for instance) producing the infrastructure, under
recognizably exploitative conditions, for a “different kind of factory,” - a factory that extends far
beyond the walls of the data center.

But the idea of the factory is only part of the picture - this building is also a mine.. and the
dispersed workforce devote most of their waking hours to mining-in-reverse, packing it full of data,
under the expectation that someone - soon - will figure out how to pull out something valuable.

Both metaphors rely on the image of a mass of workers (dispersed as it may be) and leave a darker
and more difficult possibility: the data center is like the hydroelectric plant, damming up property,
sociality, creativity and knowledge, while engineers and financiers look for the algorithms to
release the accumulated cultural and social resources on demand, as profit.

This returns us to the interface, site of the struggles over the management and control of access to
property and infrastructure. Previously, these struggles were situated within the computer-object
and the implied freedom provided by its computation, storage, and possibilities for connection
with others. Now, however, the eviscerated device is more interface than object, and it is exactly
here at the interface that the new technological enclosures have taken form (for example, see
Apple's iOS products, Google's search box, and Amazon's "marketplace"). Control over the
interface is guaranteed by control over the entire techno-business stack: the distributed hardware
devices, centralized data centers, and the software that mediates the space between. Every major
technology corporation must now operate on all levels to protect against any loss.

There is a centripetal force to the cloud and this essay has been written in its irresistible pull. In
spite of the sheer mass of capital that is organized to produce this gravity and the seeming
insurmountability of it all, there is no chance that the system will absolutely manage and control
the noise within it. Riots break out on the factory floor; algorithmic trading wreaks havoc on the
stock market in an instant; data centers go offline; 100 million Facebook accounts are discovered
to be fake; the list will go on. These cracks in the interface don't point to any possible future, or
any desirable one, but they do draw attention to openings that might circumvent the logic of
access.

"What happens from there is another question." This is where I left things off in the text when I
finished it a year ago. It's a disappointing ending: we just have to invent ways of occupying the
destruction, violence and collapse that emerge out of economic inequality, global warming,
dismantled social welfare, and so on. And there's not much that's happened since then to make us
very optimistic - maybe here I only have to mention the NSA. But as I began with an ending, I
really should end at a beginning.
I think we were obliged to adopt a negative, critical position in response the cyber-utopianism of

the last almost 20 years, whether in its naive or cynical forms. We had to identify and theorize the
darker side of things. But it can become habitual, and when the dark side materializes, as it has
over the past few years - so that everyone knows the truth - then the obligation flips around,
doesn't it? To break out of habitual criticism as the tacit, defeated acceptance of what is. But, what
could be? Where do we find new political imaginaries? Not to ask what is the bright side, or what
can we do to cope, but what are the genuinely emancipatory possibilities that are somehow still
latent, buried under the present - or emerging within those ruptures in it? - - - I can't make it all
the way to a happy ending, to a happy beginning, but at least it's a beginning and not the end.

Dockray & Liang
Sharing Instinct: An Annotation of the Social Contract Through Shadow Libraries
2015


# Sean Dockray & Lawrence Liang — Sharing Instinct: An Annotation of the
Social Contract Through Shadow Libraries

![](/site/assets/files/1289/timbuktu_ng_ancient-manuscripts.jpg) Abdel Kader
Haïdara, a librarian who smuggled hundreds of thousands of manuscripts from
jihadist-occupied Timbuktu to safety in Bamako, stands with ancient volumes
from Timbuktu packed into metal trunks. Photo: Brent Stirton/Getty Images.

_Foederis aequas Dicamus leges _

(Let us make fair terms for the compact.)

—Virgil’s  _Aeneid_ , XI

Man was born free, and everywhere he is in chains.1All excerpts from _The
Social Contract_ are from Jean-Jacques Rousseau, _The Social Contract: And,
The First and Second Discourses_, ed. Susan Dunn and Gita May (New Haven, CT:
Yale University Press, 2002).

> _June 30, 2015_

>

> _Dear Sean,_

>

> _I have been asked by Raqs Media Collective to contribute to a special
ongoing issue of _e-flux journal _that is part of the Venice Biennale. Raqs’s
section in the issue rethinks Rousseau’s social contract and the possibility
of its being rewritten, as a way of imagining social bonds and solidarities
that can help instigate and affirm a vision of the world as a space of
potential._

>

> _I was wondering if you would join me in a conversation on shadow libraries
and social contracts. The entire universe of the book-sharing communities
seems to offer the possibility of rethinking the terms of the social contract
and its associated terms (consent, general will, private interest, and so on).
While the rise in book sharing is at one level a technological phenomenon (a
library of 100,000 books put in PDF format can presently fit on a one-terabyte
drive that costs less than seventy-five dollars), it is also about how we
think of transformations in social relations mediated by sharing books._

>

> _If the striking image of books in preprint revolution was of being “in
chains,” as Rousseau puts it, I am prompted to wonder about the contemporary
conflict between the digital and mechanisms of control. Are books born free
but are everywhere in chains, or is it the case that they have been set free?
In which case are they writing new social contracts?_

>

> _I was curious about whether you, as the founder of _[
_Aaaaarg.org_](http://aaaaarg.org/) _, had the idea of a social contract in
mind, or even a community, when you started?_

>

> _Lawrence_



**Book I, Chapter VI : The Social Pact**

To find a form of association that may defend and protect with the whole force
of the community the person and property of every associate, and by means of
which each, joining together with all, may nevertheless obey only himself, and
remain as free as before.’’ Such is the fundamental problem to which the
social contract provides the solution.

We can reduce it to the following terms: ‘‘Each of us puts in common his
person and all his power under the supreme direction of the general will; and
in return each member becomes an indivisible part of the whole.’’

> _June 30, 2015_

>

> _Dear Lawrence,_

>

> _I am just listing a few ideas to put things out there and am happy to try
other approaches:_

>

> _—To think about the two kinds of structure that digital libraries take:
either each library is shared by many user-librarians or there is a library
for each person, shared with all the others. It’s a technological design
question, yes, but it also suggests different social contracts?_

>

> _—What is subtracted when we subtract your capacity/right to share a book
with others, when every one of us must approach the market anew to come into
contact with it? But to take a stab at misappropriating the terms you’ve
listed, consent, what libraries do I consent to? Usually the consent needs to
come from the library, in the form of a card or something, but we don’t ask
enough what we want, maybe. Also what about a social contract of books? Does a
book consent to being in a library? What rights does it have or expect?_

>

> _I really loved the math equation Rousseau used to arrive at the general
will: if you subtract the pluses and minuses of particular wills that cancel
each other out, then the general will is the sum of the differences! But why
does the general need to be the lowest common denominator—certainly there are
more appropriate mathematical concepts that have been developed in the past
few hundred years?_

>

> _Sean_



**Book I, Chapter II: Primitive Societies**

This common liberty is a consequence of man’s nature. His first law is to
attend to his own survival, his first concerns are those he owes to himself;
and as soon as he reaches the age of rationality, being sole judge of how to
survive, he becomes his own master.

It is the relation of things and not of men that constitutes war; and since
the state of war cannot arise from simple personal relations, but only from
real relations, private war—war between man and man—cannot exist either in the
state of nature, where there is no settled ownership, or in the social state,
where everything is under the authority of the laws.

> _July 1, 2015_

>

> _Dear Lawrence,_

>

> _Unlike a logic of exchange, or of offer and return with its demands for
reciprocity, the logic of sharing doesn’t ask its members for anything in
return. There are no guarantees that the one who gives a book will get back
anything, whether that is money, an equivalent book, or even a token of
gratitude. Similarly, there is nothing to prevent someone from taking without
giving. I think a logic of sharing will look positively illogical across the
course of its existence. But to me, this is part of the appeal: that it can
accommodate behaviors and relationships that might be impossible within the
market._

>

> _But if there is a lack of a contract governing specific exchanges, then
there is something at another level that defines and organizes the space of
sharing, that governs its boundaries, and that establishes inclusions and
exclusions. Is this something ethics? Identity? Already I am appealing to
something that itself would be shared, and would this sharing precede the
material sharing of, for example, a library? Or would the shared
ethics/identity/whatever be a symptom of the practice of sharing? Well, this
is perhaps the conclusion that anthropologists might come to when trying to
explain the sharing practices of hunter-gatherer societies, but a library?_

>

> _Sean_

>

>

>

> _July 1, 2015_

>

> _Hi Sean,_

>

> _I liked your question of what might account for a sharing instinct when it
comes to books, and whether we appeal to something that already exists as a
shared ethics or identity, or is sharing the basis of a shared
ethics/identity? I have to say that while I have never thought of my own book-
collecting through the analogy of hunter-gatherers, the more I think about it,
the more sense it makes to me. Linguistically we always speak of going on book
hunts and my daily trawling through the various shadow libraries online does
seem to function by way of a hunting-gathering mentality._

>

> _Often I download books I know that I will never personally read because I
know that it may either be of interest to someone else, or that the place of a
library is the cave where one gathers what one has hunted down, not just for
oneself but for others. I also like that we are using so-called primitive
metaphors to account for twenty-first-century digital practices, because it
allows us the possibility of linking these practices to a primal instinct of
sharing, which precedes our encounter with the social norms that classify and
partition that instinct (legal, illegal, authorized, and so on). _

>

> _I don’t know if you remember the meeting that we had in Mumbai a few years
ago—among the other participants, we had an academic from Delhi as an
interlocutor. He expressed an absolute terror at what he saw as the “tyranny
of availability” in online libraries. In light of the immense number of books
available in electronic copies and on our computers or hard discs, he felt
overwhelmed and compared his discomfort with that of being inside a large
library and not knowing what to do. Interestingly, he regularly writes asking
me to supply him with books that he can’t find or does not have access to._

>

> _This got me thinking about the idea of a library and what it may mean, in
its classical sense and its digital sense. An encounter with any library,
especially when it manifests itself physically, is one where you encounter
your own finitude in the face of what seems like the infinity of knowledge.
But personally this sense of awe has also been tinged with an immense
excitement and possibility. The head rush of wanting to jump from a book on
forgotten swear words to an intellectual biography of Benjamin, and the
tingling anticipation as you walk out of the library with ten books, captures
for me more than any other experience the essence of the word potential._

>

> _I have a modest personal library of around four thousand books, which I
know will be kind of difficult for me to finish in my lifetime even if I stop
adding any new books, and yet the impulse to add books to our unending list
never fades. And if you think about this in terms of the number of books that
reside on our computers, then the idea of using numbers becomes a little
pointless, and we need some other way or measure to make sense of our
experience._

>

> _Lawrence_



**Book I, Chapter VII: The Sovereign**

Every individual can, as a man, have a particular will contrary to, or
divergent from, the general will which he has as a citizen; his private
interest may appear to him quite different from the common interest; his
absolute and naturally independent existence may make him envisage what he
owes to the common cause as a gratuitous contribution, the loss of which would
be less harmful to others than the payment of it would be onerous to him.

> _July 12, 2015_

>

> _Hi Sean,_

>

> _There is no symbol that to my mind captures the regulated nature of the
library more than that of the board that hushes you with its capitalized
SILENCE. Marianne Constable says, “One can acknowledge the figure of silence
in the library and its persistence, even as one may wonder what a silent
library would be, whether libraries ever are silent, and what the various
silences—if any—in a library could be.”_

>

> _If I had to think about the nature of the social contract and the
possibilities of its rewriting from the site of the library one encounters
another set of silent rules and norms. If social contracts are narrative
compacts that establish a political community under the sign of a sovereign
collective called the people, libraries also aspire to establish an authority
in the name of the readers and to that extent they share a common constitutive
character. But just as there is a foundational scandal of absence at the heart
of the social contract that presumes our collective consent (what Derrida
describes as the absence of the people and the presence of their signature)
there seems to be a similar silence in the world of libraries where readers
rarely determine the architecture, the logic, or the rules of the library._

>

> _So libraries have often mirrored, rather than inverted, power relations
that underlie the social contracts that they almost underwrite._  _In contrast
I am wondering if the various shadow libraries that have burgeoned online, the
portable personal libraries that are shared offline: Whether all of them
reimagine the social contract of libraries, and try to create a more insurgent
imagination of the library?_

>

> _Lawrence_

>

>

>

> _July 13, 2015_

>

> _Hi Lawrence,_

>

> _As you know, I’m very interested in structures that allow the people within
ways to meaningfully reconfigure them. This is distinct from participation or
interaction, where the structures are inquisitive or responsive, but not
fundamentally changeable._

>

> _I appreciate the idea that a library might have, not just a collection of
books or a system of organizing, but its own social contract. In the case of
Aaaaarg, as you noticed, it is not explicit. Not only is there no statement as
such, there was never a process prior to the library in which something like a
social contract was designed._

>

> _I did ask users to write out a short statement of their reason for joining
Aaaaarg and have around fifty thousand of these expressions of intention. I
think it’s more interesting to think of the social contract, or at least a
"general will," in terms of those. If Rousseau distinguished between the will
of all and the general will, in a way that could be illustrated by the catalog
of reasons for joining Aaaaarg. Whereas the will of all might be a sum of all
the reasons, the general will would be the sum of what remains after you "take
away the pluses and minuses that cancel one another." I haven’t done the math,
but I don’t think the general will, the general reason, goes beyond a desire
for access._

>

> _To summarize a few significant groupings:_

>

> _—To think outside institutions; _
> _—To find things that one cannot find; _
> _—To have a place to share things;_
> _—To act out a position against intellectual property; _
> _—A love of books (in whatever form)._

>

> _What I do see as common across these groupings is that the desire for
access is, more specifically, a desire to have a relationship with texts and
others that is not mediated by market relations._

>

> _In my original conception of the site, it would be something like a
collective commonplace. Like commonplacing, the excerpts that people would
keep were those parts of texts that seemed particularly useful, that produced
a spark that one wanted to share. This is important: that it was the
experience of being electrified in some way that people were sharing and not a
book as such. Over time, things changed and the shared objects became more
complete so to say, and less “subjective,” but I hope that there is still that
spark. But, at this point, I realize that I am just another one of the many
wills, and just one designer of whatever social contract is underlying the
library._

>

> _So, again—What is the social contract? It wasn’t determined in advance and
it is not written in any about section or FAQ. I would say that it is, like
the library itself, something that is growing and evolving over time, wouldn’t
you?_

>

> _Sean_



**Book II, Chapter VIII : The People**

As an architect, before erecting a large edifice, examines and tests the soil
in order to see whether it can support the weight, so a wise lawgiver does not
begin by drawing up laws that are good in themselves, but considers first
whether the people for whom he designs them are fit to maintain them.

> _July 15, 2015_

>

> _Lawrence,_

>

> _There are many different ways of organizing a library, of structuring it,
and it’s the same for online libraries. I think the most interesting
conversation would not be to bemoan the digital for overloading our ability to
be discerning, or to criticize it for not conforming to the kind of economy
that we expected publishing to have, or become nostalgic for book smells; but
to actually really wonder what it is that could make these libraries great,
places that will be missed in the future if they go away. To me, this is the
most depressing thing about the unfortunate fact that digital shadow libraries
have to operate somewhat below the radar: it introduces a precariousness that
doesn’t allow imagination to really expand, as it becomes stuck on techniques
of evasion, distribution, and redundancy. But what does it mean when a library
functions transnationally? When its contents can be searched? When reading
interfaces aren’t bound by the book form? When its contents can be referenced
from anywhere?_

>

> _What I wanted when building Aaaaarg.org the first time was to make it
useful, in the absolute fullest sense of the word, something for people who
saw books not just as things you buy to read because they’re enjoyable, but as
things you need to have a sense of self, of orientation in the world, to learn
your language and join in the conversation you are a part of—a library for
people who related to books like that._

>

> _Sean_

>

>

>

> _July 17, 2015_

>

> _Hi Sean_,

>

> _To pick up on the reasons that people give for joining Aaaaarg.org: even
though Aaaaarg.org is not bound by a social contract, we do see the
outlines—through common interests and motivations—of a fuzzy sense of a
community. And the thing with fuzzy communities is that they don’t necessarily
need to be defined with the same clarity as enumerated communities, like
nations, do. Sudipta Kaviraj, who used the term fuzzy communities, also speaks
of a “narrative contract”—perhaps a useful way to think about how to make
sense of the bibliophilic motivations and intentions, or what you describe as
the “desire to have a relationship with texts and others that is not mediated
by market relations.”_

>

> _This seems a perfectly reasonable motivation except that it is one that
would be deemed impossible at the very least, and absurd at worst by those for
whom the world of books and ideas can only be mediated by the market. And it’s
this idea of the absurd and the illogical that I would like to think a little
bit about via the idea of the ludic, a term that I think might be useful to
deploy while thinking of ways of rewriting the social contract: a ludic
contract, if you will, entered into through routes allowed by ludic libraries.
_

>

> _If we trace the word ludic back to its French and Latin roots, we find it
going back to the idea of playing (from Latin _ludere  _"to play" or _ludique
_“spontaneously playful”), but today it has mutated into most popular usage
(ludicrous) generally used in relation to an idea that is so impossible it
seems absurd. And more often than not the term conveys an absurdity associated
with a deviation from well-established norms including utility, seriousness,
purpose, and property._

>

> _But what if our participation in various forms of book sharing was less
like an invitation to enter a social contract, and more like an invitation to
play? But play what, you may ask, since the term play has childish and
sometimes frivolous connotation to it? And we are talking here about serious
business. Gadamer proposes that rather than the idea of fun and games, we can
think with the analogy of a cycle, suggesting that it was important not to
tighten the nuts on the axle too much, or else the wheel could not turn. “It
has to have some play in it … and not too much play, or the wheel will fall
off. It was all about _spielraum _, ‘play-room,’ some room for play. It needs
space.” _

>

> _The ludic, or the invitation to the ludic in this account, is first and
foremost a necessary relief—just as playing is—from constraining situations
and circumstances. They could be physical, monetary, or out of sheer
nonavailability (thus the desire for access could be thought of as a tactical
maneuver to create openings). They could be philosophical constraints
(epistemological, disciplinary), social constraints (divisions of class, work,
and leisure time). At any rate all efforts at participating in shadow
libraries seem propelled by an instinct to exceed the boundaries of the self
however defined, and to make some room for play or to create a “ludic
spaciousness,” as it were. _

>

> _The spatial metaphor is also related to the bounded/unbounded (another name
for freedom I guess) and to the extent that the unbounded allows us a way into
our impossible selves; they share a space with dreams, but rarely do we think
of the violation of the right to access as fundamentally being a violation of
our right to dream. Your compilation of the reasons that people wanted to join
Aaaaarg may well be thought of as an archive of one-sentence-long dreams of
the ludic library. _

>

> _If for Bachelard the house protects the dreamer, the library for me is a
ludic shelter, which brings me back to an interesting coincidence. I don’t
know what it is that prompted you to choose the name Aaaaarg.org; I don’t know
if you are aware it binds you irrevocably (to use the legal language of
contracts) with one of the very few theorists of the ludic, the Dutch
philosopher Johan Huizinga, who coined the word _homo ludens _(as against the
more functional, scientific homo sapiens or functional homo faber). In his
1938 text Huizinga observes that “the fun of playing, resists all analysis,
all logical interpretation,” and as a concept it cannot be reduced to any
other mental category. He feels that no language really has an exact
equivalent to the word fun but the closest he comes in his own language is the
Dutch word _aardigkeit, _so the line between aaaarg and aaard may have well
have been dreamt of before Aaaaarg.org even started._

>

> _More soon,_

>

> _Lawrence_

×

[![](/site/templates/img/conversation.svg)![](/site/templates/img
/conversation-highlight.svg)](http://conversations.e-flux.com/t
/superconversations-day-73-mohammad-salemy-responds-to-sean-dockray-lawrence-
liang-sharing-instinct-an-annotation-of-the-social-contract-through-shadow-
libraries/2244 "Sharing Instinct: An Annotation of the Social Contract Through
Shadow Libraries @ e-flux Conversations")


© 2015 e-flux and the author

 

Display 200 300 400 500 600 700 800 900 1000 ALL characters around the word.