Best of
Technology

1993

The Protocols (TCP/IP Illustrated, Volume 1)


W. Richard Stevens - 1993
    In eight chapters, it provides the most thorough coverage of TCP available. It also covers the newest TCP/IP features, including multicasting, path MTU discovery and long fat pipes. The author describes various protocols, including ARP, ICMP and UDP. He utilizes network diagnostic tools to actually show the protocols in action. He also explains how to avoid silly window syndrome (SWS) by using numerous helpful diagrams. This book gives you a broader understanding of concepts like connection establishment, timeout, retransmission and fragmentation. It is ideal for anyone wanting to gain a greater understanding of how the TCP/IP protocols work.

Applied Cryptography: Protocols, Algorithms, and Source Code in C


Bruce Schneier - 1993
    … The book the National Security Agency wanted never to be published." –Wired Magazine "…monumental… fascinating… comprehensive… the definitive work on cryptography for computer programmers…" –Dr. Dobb's Journal"…easily ranks as one of the most authoritative in its field." —PC Magazine"…the bible of code hackers." –The Millennium Whole Earth CatalogThis new edition of the cryptography classic provides you with a comprehensive survey of modern cryptography. The book details how programmers and electronic communications professionals can use cryptography—the technique of enciphering and deciphering messages-to maintain the privacy of computer data. It describes dozens of cryptography algorithms, gives practical advice on how to implement them into cryptographic software, and shows how they can be used to solve security problems. Covering the latest developments in practical cryptographic techniques, this new edition shows programmers who design computer applications, networks, and storage systems how they can build security into their software and systems. What's new in the Second Edition? * New information on the Clipper Chip, including ways to defeat the key escrow mechanism * New encryption algorithms, including algorithms from the former Soviet Union and South Africa, and the RC4 stream cipher * The latest protocols for digital signatures, authentication, secure elections, digital cash, and more * More detailed information on key management and cryptographic implementations

Game Over, Press Start to Continue: How Nintendo Conquered the World


David Sheff - 1993
    Whether it is recounting the struggles over the game"Tetris," offering blow-by-blow narrative of Nintendo's bitter legal warfare or its see-saw competition with other companies for market leadership, Game Over is a masterful piece of business journalism and technical reportage-a book both cautionary and hugely entertaining.

UNIX Power Tools


Jerry Peek - 1993
    It also covers add-on utilities and how to take advantage of clever features in the most popular UNIX utilities.Loaded with even more practical advice about almost every aspect of UNIX, this edition addresses the technology that UNIX users face today, differing from the first edition in a number of important ways.First, it slants the blend of options and commands more toward the POSIX utilities, including the GNU versions; the bash and tcsh shells have greater coverage, but we've kept the first edition's emphasis on the core concepts of sh and csh that will help you use all UNIX shells; and, Perl is more important than awk these days, so we've de-emphasized awk in this edition.This is a browser's book...like a magazine that you don't read from start to finish, but leaf through repeatedly until you realize that you've read it all. The book is structured so that it bursts at the seams with cross references. Interesting "sidebars" explore syntax or point out other directions for exploration, including relevant technical details that might not be immediately apparent. You'll find articles abstracted from other O'Reilly books, new information that highlights program "tricks" and "gotchas," tips posted to the Net over the years, and other accumulated wisdom.The 53 chapters in this book discuss topics like file management, text editors, shell programming -- even office automation. Overall, there's plenty of material here to satisfy even the most voracious appetites. The bottom line? UNIX Power Tools is loaded with practical advice about almost every aspect of UNIX. It will help you think creatively about UNIX, and will help you get to the point where you can analyze your own problems. Your own solutions won't be far behind.The CD-ROM includes all of the scripts and aliases from the book, plus perl, GNU emacs, netpbm (graphics manipulation utilities), ispell,screen, the sc spreadsheet, and about 60 other freeware programs. In addition to the source code, all the software is precompiled for Sun4, Digital UNIX, IBM AIX, HP/UX, Red Hat Linux, Solaris, and SCO UNIX.

Adobe Illustrator CS6 Classroom in a Book: The Official Training Workbook from Adobe Systems [With CDROM]


Adobe Creative Team - 1993
    The 15 project-based lessons in this book show readers step-by-step the key techniques for working in Illustrator CS6 and how to create vector artwork for virtually any project and across multiple media: print, websites, interactive projects, and video. In addition to learning the key elements of the Illustrator interface, this completely revised CS6 edition covers the new tracing engine with improved shape and color recognition, a new pattern toolset with on-artboard controls and one-click tiling, a completely overhauled performance engine and modernized user interface for working more efficiently and intuitively, and more. "The Classroom in a Book series is by far the best training material on the market. Everything you need to master the software is included: clear explanations of each lesson, step-by-step instructions, and the project files for the students." --Barbara Binder, Adobe Certified Instructor, Rocky Mountain Training Classroom in a Book(R), the best-selling series of hands-on software training workbooks, helps you learn the features of Adobe software quickly and easily. Classroom in a Book offers what no other book or training program does--an official training series from Adobe Systems Incorporated, developed with the support of Adobe product experts.

Writing Solid Code


Steve Maguire - 1993
    Focus is on an in-depth analysis and exposition of not-so-obvious coding errors in the sample code provided. The theme is to answer the questions 'How couild I have automatically detected this bug' and 'How could I have prevented this bug'? Chapters include programmer attitudes, techniques and debugging methodology. A particularly revealing chapter is "Treacheries of the Trade", should be required reading for all C maniacs. The author has been a professional programmer for seventeen years and draws heavily (and candidly) on actual coding problems and practices based on years of experience at Microsoft.

Set Phasers on Stun: And Other True Tales of Design, Technology and Human Error


Steven Casey - 1993
    Structurally sound aircraft plummet to the earth, supertankers run aground in calm weather, and the machines of medical science maim unsuspecting patients - - all because designers sometimes fail to reflect the characteristics of the user in their designs. Designers and the public alike are realizing that many human' errors are more aptly named designed-induced' errors. Most consumers experience the frustration of using many new products; amusing stories about programming a VCR, operating a personal computer, or finding the headlight switch on a rental car are heard in everyday conversation. The problems consumers experience with modern everyday things are shared by the users of large-scale technologies where the consequences of design can go well beyond simple matters of inconvenience or amusement. In the new second edition of Set Phasers on Stun' and Other True Tales of Design, Technology, and Human Error, noted designer and author Steven Casey has assembled 20 factual and arresting stories about people and their attempts to use modern technological creations. Although the operator or pilot usually gets blamed for a big disaster, the root cause can frequently be found in subtle characteristics of the device's human interface.' Technological disasters can often be traced directly to the interplay between people and the design of a device - - be it an airliner cockpit, the controls in an industrial plant, a spacecraft's instruments, a medical system, a nuclear reactor, or even a commercial dishwashing machine.

Learning Perl


Randal L. Schwartz - 1993
    Written by three prominent members of the Perl community who each have several years of experience teaching Perl around the world, this edition has been updated to account for all the recent changes to the language up to Perl 5.8.Perl is the language for people who want to get work done. It started as a tool for Unix system administrators who needed something powerful for small tasks. Since then, Perl has blossomed into a full-featured programming language used for web programming, database manipulation, XML processing, and system administration--on practically all platforms--while remaining the favorite tool for the small daily tasks it was designed for. You might start using Perl because you need it, but you'll continue to use it because you love it.Informed by their years of success at teaching Perl as consultants, the authors have re-engineered the Llama to better match the pace and scope appropriate for readers getting started with Perl, while retaining the detailed discussion, thorough examples, and eclectic wit for which the Llama is famous.The book includes new exercises and solutions so you can practice what you've learned while it's still fresh in your mind. Here are just some of the topics covered:Perl variable typessubroutinesfile operationsregular expressionstext processingstrings and sortingprocess managementusing third party modulesIf you ask Perl programmers today what book they relied on most when they were learning Perl, you'll find that an overwhelming majority will point to the Llama. With good reason. Other books may teach you to program in Perl, but this book will turn you into a Perl programmer.

Letters from Lake Como: Explorations in Technology and the Human Race


Romano Guardini - 1993
    With prophetic clarity and unsettling farsightedness, Guardini's letters poignantly capture the personal implications and social challenges of living in the technological age — concerns that have now come to fruition seventy years after they were first raised.

The Children's Machine: Rethinking School In The Age Of The Computer


Seymour Papert - 1993
    In The Children's Machine he now looks back over a decade during which American schools acquired more than three million computers and assesses progress and resistance to progress.

Insanely Great: The Life and Times of Macintosh, the Computer that Changed Everything


Steven Levy - 1993
    Now veteran technology writer and Newsweek senior editor Steven Levy zooms in on the great machine and the fortunes of the unique company responsible for its evolution. Loaded with anecdote and insight, and peppered with sharp commentary, Insanely Great is the definitive book on the most important computer ever made. It is a must-have for anyone curious about how we got to the interactive age.

Lockheed SR-71: Secret Missions Exposed


Paul F. Crickmore - 1993
    This volume reviews the alliance between NASA and the Lockheed project, and features a fully detailed listing of USAF missions flown out of Kadena. Also detailed are the flights from Beale AFB in California and RAF Mildenhall in England, as the SR-71 monitored Soviet nuclear submarines in the Arctic Circle and the Baltic. The SR-71 story features contributions from 70 crewmembers and six generals who discuss their experiences and judgements of the Blackbird project.

SNMP, Snmpv2, Snmpv3, and Rmon 1 and 2


William Stallings - 1993
    This work is a guide to SNMP-based network and internetwork management. It covers SNMPv1, SNMPv2, and the SNMPv3, as well as RMON1 and RMON2.

Human Factors in Engineering and Design


Mark S. Sanders - 1993
    Written for upper-level undergraduate and graduate students, as well as for practicing professionals, the book combines an emphasis on the empirical research basis of human factors with comprehensive coverage of basic concepts in the field of human factors and ergonomics. This edition of Human Factors in Engineering and Design has been thoroughly updated and contains a new chapter on motor skills. Several chapters have been extensively revised and renamed to reflect current emphases and research in the field.

Profiles of Genius


Gene N. Landrum - 1993
    Landrum. "In this case it is about thirteen iconoclastic individuals who have demonstrated a unique ability to deal with change in the world and redefine it for their own purposes." Landrum calls these individuals the "change masters," entrepreneurial geniuses whose innovations have had a profound influence on modern society:Steven Jobs (Apple Computer), Fred Smith (Federal Express), Tom Monaghan (Domino's Pizza), Nolan Bushnell (Atari), William Gates III (Microsoft), Marcel Bich (Bic), Solomon Price (The Price Club), Howard Head (Head Ski), William Lear (Lear Jet), Soichiro Honda (Honda), Akio Morita (Sony), Arthur Jones (Nautilus), and Ted Turner (CNN).Each of these business giants was motivated by what Landrum describes as an "innovisionary personality," which drove them to follow a unique inner vision of success and gave them an inviolable belief in themselves.Profiles of Genius demonstrates, through thirteen dynamic examples, that future entrepreneurial success in a global marketplace will depend on technological innovation, adaptability to change, intelligent risk-taking, and competitive drive.

Tietz Textbook of Clinical Chemistry and Molecular Diagnostics


Carl A. Burtis - 1993
    Its up-to-date, encyclopedic coverage of the field defines analytical criteria for the medical usefulness of laboratory procedures, introduces new approaches for establishing reference ranges, describes variables that affect tests and results, examines modern analytical tools and their impact on lab management and costs, and demonstrates the applications of statistical methods.All three editors are well known in the clinical chemistry world, and they bring a wealth of expertise to this reference.Encompasses the tremendous strides made in clinical laboratory medicine in recent years - keeping readers completely up to date.Nearly 800 tables and figures illustrate key issues in clinical chemistry.A comprehensive chapter containing tables of reference values provides one location for comparing and evaluating test results.A section has been added that contains 8 new chapters that focus on emerging issues and techniques in molecular diagnostics and genetics.Co-editor David Bruns, the editor of Clinical Chemistry, provides an authoritative look into laboratory medicine in general and specifically in the field of molecular technology.

Craft of the Dyer: Colour from Plants and Lichens


Karen Leigh Casselman - 1993
    Although its emphasis is on plants of Northeastern North America, many of the plants listed are found throughout the world.Helpful introductory chapters on equipment, mordants, dyeing procedures and other essentials, are followed by individual plants: its suitability for dyeing, useful parts, how to process them, colors, dye fastness, plant identification, where to find it, and more. Also include four valuable indexes — plants by common name, botanical name, by colors produced, and a general index. A list of suppliers, metric conversion tables and other information rounds out this thorough guide to safe, ecologically sound dyeing methods.

Inside NASA: High Technology and Organizational Change in the U.S. Space Program


Howard E. McCurdy - 1993
    Using archival evidence as well as in-depth interviews with space agency officials, Howard McCurdy investigates the relationship between the performance of the American space program and NASA's organizational culture. He begins by identifying the beliefs, norms, and practices that guided NASA's early successes. Originally, the agency was dominated by the strong technical culture rooted in the research-and-development organizations from which NASA was formed. To launch the expeditions to the moon, McCurdy explains, this technical culture was linked to an organizational structure borrowed from the Air Force ballistic-missile program. Changes imposed to accomplish the lunar landing—along with the normal aging process and increased bureaucracy in the government as a whole—gradually eroded NASA's original culture and reduced its technical strength.

Macworld Mac Secrets


David Pogue - 1993
    It's packed with useful advice and secrets for every aspect of Macintosh computing, including hardware, operating system, Internet, applications, and utilities. This 6TH EDITION features a companion Web site for readers with a complete list and links of Mac Secrets software, searchable versions of all chapters from the book, new searchable chapters posted on a regular basis, new David Pogue comments and content, PDFs of past editions, and more!

Unix System V Network Programming


Rago Stevens - 1993
    Even if you currently use a different version of the UNIX system, such as the latest release of 4.3BSD or SunOS, this book is valuable to you because it is centered around UNIX System V Release 4, the version of the UNIX system that unified many of the divergent UNIX implementations.For those professionals new to networking and UNIX system programming, two introductory chapters are provided. The author then presents the programming interfaces most important to building communication software in System V, including STREAMS, the Transport Layer Interface library, Sockets, and Remote Procedure Calls. So that your designs are not limited to user-level, the author also explains how to write kernel-level communication software, including STREAMS drivers, modules, and multiplexors.Many examples are provided, including an Ethernet driver and a transport-level multiplexing driver. In the final chapter, the author brings the material from previous chapters together, presenting the design of a SLIP communication package.

No Downlink: A Dramatic Narrative about the Challenger Accident and Our Time


Claus Jensen - 1993
    Sounding a warning about our dangerous reliance on technology and its complex infrastructure, this intriguing study of the Challenger tragedy argues that the disaster was inevitable because of the perilous interrelationship among politics, big business, and science.

Steamboats Come True: American Inventors In Action


James Thomas Flexner - 1993
    After several year spent at the City desk at the New York Herald Tribune after graduating from Harvard University , Flexner went on to become one of America's foremost historians. He has written with great distinction in a unique style accessible to and enjoyed by the scholar and general reader, twenty-six books in the fields of American history and art. Although he is principally known for his historical books, notably his four -volume biography of George Washington, Flexner has written in many forms and for many outlets. He has written for print and television; he has been a lecturer, columnist, reviewer, and even a fiction writer.

Concurrent Programming ERLANG


Joe Armstrong - 1993
    The language is untyped and has a pattern matching syntax. Functions are written as a set of recursion equations and the language has explicit concurrency and asynchronous message passing. Written in a tutorial style, this book emphasizes learning through example, illustrating a number of problems in designing and programming concurrent fault-tolerant real-time systems. This edition features new chapters on distributed programming, distributed programming techniques and distributed data.

Development of Piston Aero Engines


Bill Gunston - 1993
    This book assesses the state of piston aero engine design, as well as gives some thoughts on what the future might hold.

The Unix?operating System


Kaare Christian - 1993
    With more than 50% new and expanded material that reflects the dramatic changes to UNIX since 1989, the text guides you through every aspect of UNIX - from basic commands to shell programming to advanced functions like systems administration. In addition to providing you with useful tables that summarize the key command line options for most important commands, the Third Edition also includes new chapters on security, windowing systems, networking, and systems administration. Whether you're a novice or someone who manages and utilizes information on a UNIX system every day of the week, The UNIX Operating System, Third Edition is an essential source of up-to-date information and practical tools for discovering one of the world's most popular operating systems.

The Early History of Radio: From Faraday to Marconi


G.R.M. Garratt - 1993
    However, Gerald Garratt's special interest was in what might be termed the 'prehistory' of radio. This book therefore outlines the sequence of development from Faraday's first prediction and concept of the electromagnetic field: Maxwell worked out the mathematics of electromagnetic wave propagation and Hertz demonstrated their physical existence. Lodge identified the need for resonance between transmitter and receiver, thus leading to Marconi's successful practical application.

Life Under a Cloud: American Anxiety About the Atom


Allan M. Winkler - 1993
    This title delineates how fears of nuclear disaster have become a part of our culture. Tracing the debate over military and civilian uses of atomic power, it reveals the irony, anxiety, and official insanity of the atomic age.

The Electrical Engineering Handbook


Richard C. Dorf - 1993
    Now, this classic has been substantially revised and updated to include the latest information on all the important topics in electrical engineering today. Every electrical engineer should have an opportunity to expand his expertise with this definitive guide.In a single volume, this handbook provides a complete reference to answer the questions encountered by practicing engineers in industry, government, or academia. This well-organized book is divided into 12 major sections that encompass the entire field of electrical engineering, including circuits, signal processing, electronics, electromagnetics, electrical effects and devices, and energy, and the emerging trends in the fields of communications, digital devices, computer engineering, systems, and biomedical engineering. A compendium of physical, chemical, material, and mathematical data completes this comprehensive resource. Every major topic is thoroughly covered and every important concept is defined, described, and illustrated. Conceptually challenging but carefully explained articles are equally valuable to the practicing engineer, researchers, and students.A distinguished advisory board and contributors including many of the leading authors, professors, and researchers in the field today assist noted author and professor Richard Dorf in offering complete coverage of this rapidly expanding field. No other single volume available today offers this combination of broad coverage and depth of exploration of the topics. The Electrical Engineering Handbook will be an invaluable resource for electrical engineers for years to come.

Entitled to Power: Farm Women and Technology, 1913-1963


Katherine Jellison - 1993
    In Entitled to Power, Katherine Jellison examines midwestern farm women's unexpected response to new labor-saving devices. Federal farm policy at mid-century treated farm women as consumers, not producers. New technologies, as promoted by agricultural extension agents and by home appliance manufacturers, were expected to create separate spheres of work in the field and in the house. These innovations, however, enabled women to work as operators of farm machinery or independently in the rural community. Jellison finds that many women preferred their productive roles on and off the farm to the domestic ideal emphasized by contemporary prescriptive literature. A variety of visual images of farm women from advertisements and agricultural publications serve to contrast the publicized view of these women with the roles that they chose for themselves. The letters, interviews, and memoirs assembled by Jellison reclaim the many contributions women made to modernizing farm life.Originally published in 1993.A UNC Press Enduring Edition -- UNC Press Enduring Editions use the latest in digital technology to make available again books from our distinguished backlist that were previously out of print. These editions are published unaltered from the original, and are presented in affordable paperback formats, bringing readers both historical and cultural value.

Weapons Don't Make War


Colin S. Gray - 1993
    There may be an interactive relationship between policy, strategy and weaponry but, he contends, policy and strategy always take the front seat.

Constructing a Social Science for Postwar America: The Cybernetics Group, 1946-1953


Steve Joshua Heims - 1993
    Focusing on the Macy Foundation conferences, which were designed to forge connections between wartime science and post-war social science, Heims's richly detailed account explores the dialogues that emerged among a remarkable group that included Wiener, von Neumann, Margaret Mead, Gregory Bateson, Warren McCulloch, Kurt Lewin, Molly Harrower, and Lawrence Kubie. Heims shows how those dialogues shaped ideas in psychology, sociology, anthropology and psychiatry.

Aurora: The Pentagon's Secret Hypersonic Spyplane


Bill Sweetman - 1993
    Annotation copyright Book News, Inc. Portland, Or.

Unix System Administration Guide


Levi Reiss - 1993
    The authors take you quickly through the UNIX basics, and include numerous UNIX scripts which you can run on either UNIX System V or BSD UNIX. The guide is full of practical tips and advanced techniques that every administrator can use to advantage.

The Panoptic Sort: A Political Economy Of Personal Information


Oscar H. Gandy Jr. - 1993
    Describes and analyzes today's panoptic operation, which depends on the ability of operators to classify and sort information about individuals in such a way that techniques of correct training or rehabilitation may subsequently be applied more efficiently.

World Trade Since 1431: Geography, Technology, and Capitalism


Peter J. Hugill - 1993
    It is precisely this interplay of technology and geography, argues Peter J. Hugill, that has guided the evolution of the modern global capitalistic system. Tracing the relationship between technology and economy over the past 550 years, Hugill finds that the nations that developed and marketed new technologies best were the nations that rose to world power, while those that held onto outdated technologies fell behind. Moreover, he argues, major changes in transportation and communication technologies actually constituted the moments of transformation from one world economy to another.

Jules Verne: The Man Who Invented Tomorrow


Peggy Teeters - 1993
    -- V.

Computers Communication and Information Introductory with PowerWeb


Sarah E. Hutchinson - 1993
    

Analogy-Making as Perception: A Computer Model


Melanie Mitchell - 1993
    The centrality and the ubiquity of analogy in creative thought have been noted again and again by scientists, artists and writers, and understanding and modelling analogical thought have emerged as two of the most important challenges for cognitive science.

Technology In The Western Political Tradition


Arthur M. Melzer - 1993
    This well-integrated group of thirteen papers addresses the intriguing and perplexing issue of whether modern government can handle the problem of technology.

Digital Woes: Why We Should Not Depend On Software


Lauren Ruth Wiener - 1993
    Wiener argues that software failures occur all the time, and sometimes, they're a source of disaster.

Artificial Life III


Christopher G. Langton - 1993
    It complements the traditional biological sciences concerned with the analysis of living organisms by attempting to synthesize and study life-like behaviors within computers or other ”alternative” media. By extending the empirical foundation upon which biology rests beyond the carbon-chain based life that has evolved on Earth, Artificial Life can contribute to the theoretical biology by locating ”life-as-we-know-it” within the larger context of ”life-as-it-could-be,” in any of its possible physical incarnations.

An Introduction to the Mechanical Properties of Solid Polymers


I.M. Ward - 1993
    Extensively revised and updated throughout, the second edition now includes new material on mechanical relaxations and anisotropy, composites modelling, non-linear viscoelasticity, yield behaviour and fracture of tough polymers. The accessible approach of the book has been retained with each chapter designed to be self contained and the theory and applications of the subject carefully introduced where appropriate. The latest developments in the field are included alongside worked examples, mathematical appendices and an extensive reference.Fully revised and updated throughout to include all the latest developments in the field Worked examples at the end of the chapter An invaluable resource for students of materials science, chemistry, physics or engineering studying polymer science

Art and Eternity: The Nefertari Wall Paintings Conservation Project 1986-1992


Donald Garfield - 1993
    This highly successful collaborative venture launched by the Getty Conservation Institute and the Egyptian Antiquities Organization brought together scientists and conservators from all over the world to address the problems facing one of the most beautiful monuments of antiquity. The painstaking process that saved this cultural treasure in situ is documented in the text written by those who were most intimately involved in its rescue. Paolo and Laura Mora worked with and trained the team of conservators who carried out the consolidation and cleaning of the paintings. An international group of scientists carried out the analysis that was essential to the conservation process. Others contribute articles on the archaeology of the Valley, the iconography of the tomb, the original techniques and materials used by the artists, photographic documentation of the wall paintings, and literary sources for their study.