Arguments that Count

Arguments that Count
Author: Rebecca Slayton
Publisher: MIT Press
Total Pages: 338
Release: 2023-10-31
Genre: Technology & Engineering
ISBN: 0262549573

How differing assessments of risk by physicists and computer scientists have influenced public debate over nuclear defense. In a rapidly changing world, we rely upon experts to assess the promise and risks of new technology. But how do these experts make sense of a highly uncertain future? In Arguments that Count, Rebecca Slayton offers an important new perspective. Drawing on new historical documents and interviews as well as perspectives in science and technology studies, she provides an original account of how scientists came to terms with the unprecedented threat of nuclear-armed intercontinental ballistic missiles (ICBMs). She compares how two different professional communities—physicists and computer scientists—constructed arguments about the risks of missile defense, and how these arguments changed over time. Slayton shows that our understanding of technological risks is shaped by disciplinary repertoires—the codified knowledge and mathematical rules that experts use to frame new challenges. And, significantly, a new repertoire can bring long-neglected risks into clear view. In the 1950s, scientists recognized that high-speed computers would be needed to cope with the unprecedented speed of ICBMs. But the nation's elite science advisors had no way to analyze the risks of computers so used physics to assess what they could: radar and missile performance. Only decades later, after establishing computing as a science, were advisors able to analyze authoritatively the risks associated with complex software—most notably, the risk of a catastrophic failure. As we continue to confront new threats, including that of cyber attack, Slayton offers valuable insight into how different kinds of expertise can limit or expand our capacity to address novel technological risks.

Arguments that Count

Arguments that Count
Author: Rebecca Slayton
Publisher:
Total Pages: 325
Release: 2013
Genre: TECHNOLOGY & ENGINEERING
ISBN: 9781461939016

In a rapidly changing world, we rely upon experts to assess the promise and risks of new technology. But how do these experts make sense of a highly uncertain future? In Arguments that Count, Rebecca Slayton offers an important new perspective. Drawing on new historical documents and interviews as well as perspectives in science and technology studies, she provides an original account of how scientists came to terms with the unprecedented threat of nuclear-armed intercontinental ballistic missiles (ICBMs). She compares how two different professional communities -- physicists and computer scientists -- constructed arguments about the risks of missile defense, and how these arguments changed over time. Slayton shows that our understanding of technological risks is shaped by disciplinary repertoires -- the codified knowledge and mathematical rules that experts use to frame new challenges. And, significantly, a new repertoire can bring long-neglected risks into clear view.In the 1950s, scientists recognized that high-speed computers would be needed to cope with the unprecedented speed of ICBMs. But the nation's elite science advisors had no way to analyze the risks of computers so used physics to assess what they could: radar and missile performance. Only decades later, after establishing computing as a science, were advisors able to analyze authoritatively the risks associated with complex software -- most notably, the risk of a catastrophic failure. As we continue to confront new threats, including that of cyber attack, Slayton offers valuable insight into how different kinds of expertise can limit or expand our capacity to address novel technological risks.

Arguments and Reason-Giving

Arguments and Reason-Giving
Author: Matthew W McKeon
Publisher: Oxford University Press
Total Pages: 369
Release: 2024-05-21
Genre: Philosophy
ISBN: 0197751636

Arguments figure in our everyday practices of giving reasons. For example, we use arguments to advance reasons to explain why we believe or did something, to justify our beliefs or actions, to persuade others to do or to believe something, and to advance reasons to worry or to fear that something is true. This book is about our uses of arguments to advance their premises as reasons for believing their conclusions, i.e., as reasons for believing that their conclusions are true. What, exactly, is involved when you successfully use an argument to advance the premises as reasons for believing the conclusion? Philosopher Matthew W. McKeon suggests there is more involved than one might think.

Proofs that Really Count

Proofs that Really Count
Author: Arthur T. Benjamin
Publisher: American Mathematical Society
Total Pages: 210
Release: 2022-09-21
Genre: Mathematics
ISBN: 1470472597

Mathematics is the science of patterns, and mathematicians attempt to understand these patterns and discover new ones using a variety of tools. In Proofs That Really Count, award-winning math professors Arthur Benjamin and Jennifer Quinn demonstrate that many number patterns, even very complex ones, can be understood by simple counting arguments. The book emphasizes numbers that are often not thought of as numbers that count: Fibonacci Numbers, Lucas Numbers, Continued Fractions, and Harmonic Numbers, to name a few. Numerous hints and references are given for all chapter exercises and many chapters end with a list of identities in need of combinatorial proof. The extensive appendix of identities will be a valuable resource. This book should appeal to readers of all levels, from high school math students to professional mathematicians.

300 Arguments

300 Arguments
Author: Sarah Manguso
Publisher: Graywolf Press
Total Pages: 105
Release: 2017-02-07
Genre: Biography & Autobiography
ISBN: 1555979599

A brilliant and exhilarating sequence of aphorisms from one of our greatest essayists There will come a time when people decide you’ve had enough of your grief, and they’ll try to take it away from you. Bad art is from no one to no one. Am I happy? Damned if I know, but give me a few minutes and I’ll tell you whether you are. Thank heaven I don’t have my friends’ problems. But sometimes I notice an expression on one of their faces that I recognize as secret gratitude. I read sad stories to inoculate myself against grief. I watch action movies to identify with the quick-witted heroes. Both the same fantasy: I’ll escape the worst of it. —from 300 Arguments A “Proustian minimalist on the order of Lydia Davis” (Kirkus Reviews), Sarah Manguso is one of the finest literary artists at work today. To read her work is to witness acrobatic acts of compression in the service of extraordinary psychological and spiritual insight. 300 Arguments, a foray into the frontier of contemporary nonfiction writing, is at first glance a group of unrelated aphorisms. But, as in the work of David Markson, the pieces reveal themselves as a masterful arrangement that steadily gathers power. Manguso’s arguments about desire, ambition, relationships, and failure are pithy, unsentimental, and defiant, and they add up to an unexpected and renegade wisdom literature.

Semantics for Counting and Measuring

Semantics for Counting and Measuring
Author: Susan Rothstein
Publisher: Cambridge University Press
Total Pages: 289
Release: 2017-04-06
Genre: Language Arts & Disciplines
ISBN: 1107001277

The book is an investigation of the semantics of numericals, counting and measuring, and its connection to the mass/count distinction from a theoretical and crosslinguistic perspective. It reviews some recent major linguistic results in these topics, and presents the author's new research including in-depth case studies of a number of typologically unrelated languages.

Low-Level Programming

Low-Level Programming
Author: Igor Zhirkov
Publisher: Apress
Total Pages: 446
Release: 2017-06-27
Genre: Computers
ISBN: 1484224035

Learn Intel 64 assembly language and architecture, become proficient in C, and understand how the programs are compiled and executed down to machine instructions, enabling you to write robust, high-performance code. Low-Level Programming explains Intel 64 architecture as the result of von Neumann architecture evolution. The book teaches the latest version of the C language (C11) and assembly language from scratch. It covers the entire path from source code to program execution, including generation of ELF object files, and static and dynamic linking. Code examples and exercises are included along with the best code practices. Optimization capabilities and limits of modern compilers are examined, enabling you to balance between program readability and performance. The use of various performance-gain techniques is demonstrated, such as SSE instructions and pre-fetching. Relevant Computer Science topics such as models of computation and formal grammars are addressed, and their practical value explained. What You'll Learn Low-Level Programming teaches programmers to: Freely write in assembly language Understand the programming model of Intel 64 Write maintainable and robust code in C11 Follow the compilation process and decipher assembly listings Debug errors in compiled assembly code Use appropriate models of computation to greatly reduce program complexity Write performance-critical code Comprehend the impact of a weak memory model in multi-threaded applications Who This Book Is For Intermediate to advanced programmers and programming students