The Art of Interpretation in the Age of Computation


Book Description

This book is about media, mediation, and meaning. The Art of Interpretation focuses on a set of interrelated processes whereby ostensibly human-specific modes of meaning become automated by machines, formatted by protocols, and networked by infrastructures. That is, as computation replaces interpretation, information effaces meaning, and infrastructure displaces interaction. Or so it seems. Paul Kockelman asks: What does it take to automate, format, and network meaningful practices? What difference does this make for those who engage in such practices? And what is at stake? Reciprocally: How can we better understand computational processes from the standpoint of meaningful practices? How can we leverage such processes to better understand such practices? And what lies in wait? In answering these questions, Kockelman stays very close to fundamental concerns of computer science that emerged in the first half of the twentieth-century. Rather than foreground the latest application, technology or interface, he accounts for processes that underlie each and every digital technology deployed today. In a novel method, The Art of Interpretation leverages key ideas of American pragmatism-a philosophical stance that understands the world, and our relation to it, in a way that avoids many of the conundrums and criticisms of conventional twentieth-century social theory. It puts this stance in dialogue with certain currents, and key texts, in anthropology and linguistics, science and technology studies, critical theory, computer science, and media studies.




The Art of Interpretation in an Age of Computation


Book Description

The Art of Interpretation is about media, mediation, and meaning. It focuses on a set of interrelated transformations whereby seemingly human-specific modes of meaning become automated by machines, formatted by protocols, and networked by infrastructures. It analyzes the conditions and consequences of such transformations for selfhood, social relations, and semiosis.




The Inspiration Machine


Book Description

Explores how creative digital technologies and artificial intelligence are embedded in culture and society. In The Inspiration Machine, Eitan Y. Wilf explores the transformative potentials that digital technology opens up for creative practice through three ethnographic cases, two with jazz musicians and one with a group of poets. At times dissatisfied with the limitations of human creativity, these artists do not turn to computerized algorithms merely to execute their preconceived ideas. Rather, they approach them as creative partners, delegating to them different degrees of agentive control and artistic decision-making in the hopes of finding inspiration in their output and thereby expanding their own creative horizons. The algorithms these artists develop and use, however, remain rooted in and haunted by the specific social predicaments and human shortfalls that they were intended to overcome. Experiments in the digital thus hold an important lesson: although Wilf's interlocutors returned from their adventures with computational creativity with modified, novel, and enriched capacities and predilections, they also gained a renewed appreciation for, and at times a desire to re-inhabit, non-digital creativity. In examining the potentials and pitfalls of seemingly autonomous digital technologies in the realm of art, Wilf shows that computational solutions to the real or imagined insufficiencies of human practice are best developed in relation to, rather than away from, the social and cultural contexts that gave rise to those insufficiencies, in the first place.




The Art of Interpretation


Book Description




The Software Arts


Book Description

An alternative history of software that places the liberal arts at the very center of software's evolution. In The Software Arts, Warren Sack offers an alternative history of computing that places the arts at the very center of software's evolution. Tracing the origins of software to eighteenth-century French encyclopedists' step-by-step descriptions of how things were made in the workshops of artists and artisans, Sack shows that programming languages are the offspring of an effort to describe the mechanical arts in the language of the liberal arts. Sack offers a reading of the texts of computing—code, algorithms, and technical papers—that emphasizes continuity between prose and programs. He translates concepts and categories from the liberal and mechanical arts—including logic, rhetoric, grammar, learning, algorithm, language, and simulation—into terms of computer science and then considers their further translation into popular culture, where they circulate as forms of digital life. He considers, among other topics, the “arithmetization” of knowledge that presaged digitization; today's multitude of logics; the history of demonstration, from deduction to newer forms of persuasion; and the post-Chomsky absence of meaning in grammar. With The Software Arts, Sack invites artists and humanists to see how their ideas are at the root of software and invites computer scientists to envision themselves as artists and humanists.







Code


Book Description

The classic guide to how computers work, updated with new chapters and interactive graphics "For me, Code was a revelation. It was the first book about programming that spoke to me. It started with a story, and it built up, layer by layer, analogy by analogy, until I understood not just the Code, but the System. Code is a book that is as much about Systems Thinking and abstractions as it is about code and programming. Code teaches us how many unseen layers there are between the computer systems that we as users look at every day and the magical silicon rocks that we infused with lightning and taught to think." - Scott Hanselman, Partner Program Director, Microsoft, and host of Hanselminutes Computers are everywhere, most obviously in our laptops and smartphones, but also our cars, televisions, microwave ovens, alarm clocks, robot vacuum cleaners, and other smart appliances. Have you ever wondered what goes on inside these devices to make our lives easier but occasionally more infuriating? For more than 20 years, readers have delighted in Charles Petzold's illuminating story of the secret inner life of computers, and now he has revised it for this new age of computing. Cleverly illustrated and easy to understand, this is the book that cracks the mystery. You'll discover what flashlights, black cats, seesaws, and the ride of Paul Revere can teach you about computing, and how human ingenuity and our compulsion to communicate have shaped every electronic device we use. This new expanded edition explores more deeply the bit-by-bit and gate-by-gate construction of the heart of every smart device, the central processing unit that combines the simplest of basic operations to perform the most complex of feats. Petzold's companion website, CodeHiddenLanguage.com, uses animated graphics of key circuits in the book to make computers even easier to comprehend. In addition to substantially revised and updated content, new chapters include: Chapter 18: Let's Build a Clock! Chapter 21: The Arithmetic Logic Unit Chapter 22: Registers and Busses Chapter 23: CPU Control Signals Chapter 24: Jumps, Loops, and Calls Chapter 28: The World Brain From the simple ticking of clocks to the worldwide hum of the internet, Code reveals the essence of the digital revolution.







The Age of Spiritual Machines


Book Description

NATIONAL BESTSELLER • Bold futurist Ray Kurzweil, author of The Singularity Is Near, offers a framework for envisioning the future of machine intelligence—“a book for anyone who wonders where human technology is going next” (The New York Times Book Review). “Kurzweil offers a thought-provoking analysis of human and artificial intelligence and a unique look at a future in which the capabilities of the computer and the species that invented it grow ever closer.”—BILL GATES Imagine a world where the difference between man and machine blurs, where the line between humanity and technology fades, and where the soul and the silicon chip unite. This is not science fiction. This is the twenty-first century according to Ray Kurzweil, the “restless genius” (The Wall Street Journal), “ultimate thinking machine” (Forbes), and inventor of the most innovative and compelling technology of our era. In his inspired hands, life in the new millennium no longer seems daunting. Instead, it promises to be an age in which the marriage of human sensitivity and artificial intelligence fundamentally alters and improves the way we live. More than just a list of predictions, Kurzweil’s prophetic blueprint for the future guides us through the inexorable advances that will result in: • Computers exceeding the memory capacity and computational ability of the human brain (with human-level capabilities not far behind) • Relationships with automated personalities who will be our teachers, companions, and lovers • Information fed straight into our brains along direct neural pathways Eventually, the distinction between humans and computers will have become sufficiently blurred that when the machines claim to be conscious, we will believe them.




DSLs in Action


Book Description

Your success—and sanity—are closer at hand when you work at a higher level of abstraction, allowing your attention to be on the business problem rather than the details of the programming platform. Domain Specific Languages—"little languages" implemented on top of conventional programming languages—give you a way to do this because they model the domain of your business problem. DSLs in Action introduces the concepts and definitions a developer needs to build high-quality domain specific languages. It provides a solid foundation to the usage as well as implementation aspects of a DSL, focusing on the necessity of applications speaking the language of the domain. After reading this book, a programmer will be able to design APIs that make better domain models. For experienced developers, the book addresses the intricacies of domain language design without the pain of writing parsers by hand. The book discusses DSL usage and implementations in the real world based on a suite of JVM languages like Java, Ruby, Scala, and Groovy. It contains code snippets that implement real world DSL designs and discusses the pros and cons of each implementation. Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book. What's Inside Tested, real-world examples How to find the right level of abstraction Using language features to build internal DSLs Designing parser/combinator-based little languages