The Society of Mind


Marvin Minsky - 1985
    Mirroring his theory, Minsky boldly casts The Society of Mind as an intellectual puzzle whose pieces are assembled along the way. Each chapter -- on a self-contained page -- corresponds to a piece in the puzzle. As the pages turn, a unified theory of the mind emerges, like a mosaic. Ingenious, amusing, and easy to read, The Society of Mind is an adventure in imagination.

Vector Mechanics for Engineers: Statics and Dynamics


Ferdinand P. Beer - 1972
    Over the years their textbooks have introduced significant theoretical and pedagogical innovations in statics, dynamics, and mechanics of materials education. At the same time, their careful presentation of content, unmatched levels of accuracy, and attention to detail have made their texts the standard for excellence. The new Seventh Edition of Vector Mechanics for Engineers: Statics and Dynamics continues this tradition. The seventh edition is complemented by a media and supplement package that is targeted to address core course needs for both the student and the instructor.

Modern Operating Systems


Andrew S. Tanenbaum - 1992
    What makes an operating system modern? According to author Andrew Tanenbaum, it is the awareness of high-demand computer applications--primarily in the areas of multimedia, parallel and distributed computing, and security. The development of faster and more advanced hardware has driven progress in software, including enhancements to the operating system. It is one thing to run an old operating system on current hardware, and another to effectively leverage current hardware to best serve modern software applications. If you don't believe it, install Windows 3.0 on a modern PC and try surfing the Internet or burning a CD. Readers familiar with Tanenbaum's previous text, Operating Systems, know the author is a great proponent of simple design and hands-on experimentation. His earlier book came bundled with the source code for an operating system called Minux, a simple variant of Unix and the platform used by Linus Torvalds to develop Linux. Although this book does not come with any source code, he illustrates many of his points with code fragments (C, usually with Unix system calls). The first half of Modern Operating Systems focuses on traditional operating systems concepts: processes, deadlocks, memory management, I/O, and file systems. There is nothing groundbreaking in these early chapters, but all topics are well covered, each including sections on current research and a set of student problems. It is enlightening to read Tanenbaum's explanations of the design decisions made by past operating systems gurus, including his view that additional research on the problem of deadlocks is impractical except for "keeping otherwise unemployed graph theorists off the streets." It is the second half of the book that differentiates itself from older operating systems texts. Here, each chapter describes an element of what constitutes a modern operating system--awareness of multimedia applications, multiple processors, computer networks, and a high level of security. The chapter on multimedia functionality focuses on such features as handling massive files and providing video-on-demand. Included in the discussion on multiprocessor platforms are clustered computers and distributed computing. Finally, the importance of security is discussed--a lively enumeration of the scores of ways operating systems can be vulnerable to attack, from password security to computer viruses and Internet worms. Included at the end of the book are case studies of two popular operating systems: Unix/Linux and Windows 2000. There is a bias toward the Unix/Linux approach, not surprising given the author's experience and academic bent, but this bias does not detract from Tanenbaum's analysis. Both operating systems are dissected, describing how each implements processes, file systems, memory management, and other operating system fundamentals. Tanenbaum's mantra is simple, accessible operating system design. Given that modern operating systems have extensive features, he is forced to reconcile physical size with simplicity. Toward this end, he makes frequent references to the Frederick Brooks classic The Mythical Man-Month for wisdom on managing large, complex software development projects. He finds both Windows 2000 and Unix/Linux guilty of being too complicated--with a particular skewering of Windows 2000 and its "mammoth Win32 API." A primary culprit is the attempt to make operating systems more "user-friendly," which Tanenbaum views as an excuse for bloated code. The solution is to have smart people, the smallest possible team, and well-defined interactions between various operating systems components. Future operating system design will benefit if the advice in this book is taken to heart. --Pete Ostenson

General Chemistry


Darrell D. Ebbing - 1984
    Known for its carefully developed, thoroughly integrated, step-by-step approach to problem solving, General Chemistry helps students master quantitative skills and build a lasting conceptual understanding of key chemical concepts. The Ninth Edition retains this hallmark approach and builds upon the conceptual focus through key new features and revisions.

FREE Weights and Measures Study Guide: Conversion of over 1,000 units including Length, Area, Volume, Speed, Force, Energy, Electricity, Viscosity, Temperature, & more


MobileReference - 2007
    You will use it from high school to college and beyond. The full version is absolutely FREE. Features Conversion of over 1,000 units. Metric, English, and US customary systems. Length, Area, Volume, Speed, Force, Energy, Electricity, Viscosity, Temperature, and more. List of powers of 10 prefixes. Explanation of SI writing style. Approximate conversion of units. Clear and concise explanations. Difficult concepts are explained in simple terms. Navigate from Table of Contents or search for words or phrases. Add bookmarks and annotation. Access the guide anytime, anywhere - at home, on the train, in the subway. Use your down time to prepare for an exam. Always have the guide available for a quick reference. Indispensable resource for technical and life science students. The full version is absolutely FREE. FREE updates. Table of Contents Conversion of units: Length: Definition | Conversion Area: Definition | 2-D Formulae | 3-D Formulae | Conversion Volume: Definition | Formulae | Conversion Angle: Definition | Conversion Mass: Definition | Conversion Time: Definition | Conversion Speed: Definition | Conversion Acceleration: Definition | Conversion Force: Definition | Conversion Pressure or mechanical stress: Definition | Conversion Energy, work, or heat: Definition | Conversion Power: Definition | Conversion Angular momentum: Definition | Conversion Electricity: Current | Charge | Resistance | Voltage | Formulae | Conversion Viscosity: Definition | Conversion Information entropy: Definition | Conversion Temperature: Definition | Conversion Approximate conversion of units History: Systems of measurement | History of measurement Metric system (SI): Definition | SI writing style | Powers of 10 prefixes Other Systems: English system | Imperial unit | United States customary units | Comparison of the Imperial and U.S. customary systems

Big Science: Ernest Lawrence and the Invention that Launched the Military-Industrial Complex


Michael A. Hiltzik - 2015
    Machines have become larger, ambitions bolder. The first particle accelerator cost less than one hundred dollars and could be held in its creator's palm, while its descendant, the Large Hadron Collider, cost ten billion dollars and is seventeen miles in circumference. Scientists have invented nuclear weapons, put a man on the moon, and examined nature at the subatomic scale all through Big Science, the industrial-scale research paid for by governments and corporations that have driven the great scientific projects of our time.The birth of Big Science can be traced to Berkeley, California, nearly nine decades ago, when a resourceful young scientist with a talent for physics and an even greater talent for promotion pondered his new invention and declared, "I'm going to be famous!" Ernest Orlando Lawrence's cyclotron would revolutionize nuclear physics, but that was only the beginning of its impact. It would change our understanding of the basic building blocks of nature. It would help win World War II. Its influence would be felt in academia and international politics. It was the beginning of Big Science.This is the incredible story of how one invention changed the world and of the man principally responsible for it all. Michael Hiltzik tells the riveting full story here for the first time.

Bayesian Methods for Hackers: Probabilistic Programming and Bayesian Inference


Cameron Davidson-Pilon - 2014
    However, most discussions of Bayesian inference rely on intensely complex mathematical analyses and artificial examples, making it inaccessible to anyone without a strong mathematical background. Now, though, Cameron Davidson-Pilon introduces Bayesian inference from a computational perspective, bridging theory to practice-freeing you to get results using computing power. Bayesian Methods for Hackers illuminates Bayesian inference through probabilistic programming with the powerful PyMC language and the closely related Python tools NumPy, SciPy, and Matplotlib. Using this approach, you can reach effective solutions in small increments, without extensive mathematical intervention. Davidson-Pilon begins by introducing the concepts underlying Bayesian inference, comparing it with other techniques and guiding you through building and training your first Bayesian model. Next, he introduces PyMC through a series of detailed examples and intuitive explanations that have been refined after extensive user feedback. You'll learn how to use the Markov Chain Monte Carlo algorithm, choose appropriate sample sizes and priors, work with loss functions, and apply Bayesian inference in domains ranging from finance to marketing. Once you've mastered these techniques, you'll constantly turn to this guide for the working PyMC code you need to jumpstart future projects. Coverage includes - Learning the Bayesian "state of mind" and its practical implications - Understanding how computers perform Bayesian inference - Using the PyMC Python library to program Bayesian analyses - Building and debugging models with PyMC - Testing your model's "goodness of fit" - Opening the "black box" of the Markov Chain Monte Carlo algorithm to see how and why it works - Leveraging the power of the "Law of Large Numbers" - Mastering key concepts, such as clustering, convergence, autocorrelation, and thinning - Using loss functions to measure an estimate's weaknesses based on your goals and desired outcomes - Selecting appropriate priors and understanding how their influence changes with dataset size - Overcoming the "exploration versus exploitation" dilemma: deciding when "pretty good" is good enough - Using Bayesian inference to improve A/B testing - Solving data science problems when only small amounts of data are available Cameron Davidson-Pilon has worked in many areas of applied mathematics, from the evolutionary dynamics of genes and diseases to stochastic modeling of financial prices. His contributions to the open source community include lifelines, an implementation of survival analysis in Python. Educated at the University of Waterloo and at the Independent University of Moscow, he currently works with the online commerce leader Shopify.

The Entrepreneurial State: Debunking Public vs. Private Sector Myths


Mariana Mazzucato - 2011
    Analysing various case studies of innovation-led growth, it describes the opposite situation, whereby the private sector only becomes bold enough to invest after the courageous State has made the high-risk investments.The volume argues that in the history of modern capitalism, the State has generated economic activity that would not otherwise have happened, and has actively opened up new technologies and markets that private investors can later move into. Far from the often heard criticisms of the State potentially 'crowding out' private investments, the State makes them happen, shaping and creating markets, not only 'fixing' them. Ignoring this reality only serves ideological ends, and hurts effective policymaking.This book examines case studies ranging from the advent of the Internet to the emergence of the biotechnology and nanotechnology industries. In particular, the volume debunks the myth that Silicon Valley was created by entrepreneurial venture capital. A key chapter focuses on the State investments behind Apple's success, and reveals that every major technology behind the iPhone owes its source to public funds. Thus, while entrepreneurial individuals like Steve Jobs are needed, their success is nearly impossible without their ability to ride the wave of State investments. And if Europe wants its own Googles, it needs more State action, not less.Two forward-looking chapters focus on the emergence of the next big thing after the internet: the 'green revolution'. Both solar and wind technology are currently being led by State spending, whether through the US ARPA-E programme or the Chinese and Brazilian State investment banks. The discussion refreshingly moves beyond the usual division between proponents of austerity vs. the proponents of fiscal stimulus. It argues that State investments not only help kick-start growth during periods of recession, but that they also, even in boom periods, lead to productive investments in radical new technologies which later foster decades of growth.The book ends with a fundamental question: if the State is so important to investments in high-risk innovation, why does it capture so little direct return?

Cyberwar: The Next Threat to National Security & What to Do About It


Richard A. Clarke - 2010
    Clarke sounds a timely and chilling warning about America’s vulnerability in a terrifying new international conflict—Cyber War! Every concerned American should read this startling and explosive book that offers an insider’s view of White House ‘Situation Room’ operations and carries the reader to the frontlines of our cyber defense. Cyber War exposes a virulent threat to our nation’s security. This is no X-Files fantasy or conspiracy theory madness—this is real.

13 Things That Don't Make Sense: The Most Baffling Scientific Mysteries of Our Time


Michael Brooks - 2008
    The effects of homeopathy don’t go away under rigorous scientific conditions. The laws of nature aren’t what they used to be. Thirty years on, no one has an explanation for a seemingly intelligent signal received from outer space. The US Department of Energy is re-examining cold fusion because the experimental evidence seems too solid to ignore. The placebo effect is put to work in medicine while doctors can’t agree whether it even exists.In an age when science is supposed to be king, scientists are beset by experimental results they simply can’t explain. But, if the past is anything to go by, these anomalies contain the seeds of future revolutions. While taking readers on an entertaining tour d’horizon of the strangest of scientific findings – involving everything from our lack of free will to Martian methane that offers new evidence of life on the planet – Michael Brooks argues that the things we don’t understand are the key to what we are about to discover.This mind-boggling but entirely accessible survey of the outer limits of human knowledge is based on a short article by Michael Brooks for New Scientist magazine. It became the sixth most circulated story on the internet in 2005, and provoked widespread comment and compliments (Google “13 things that do not make sense” to see).Michael Brooks has now dug deeply into those mysteries, with extraordinary results.

Practical Cryptography


Niels Ferguson - 2003
    The gold standard for attaining security is cryptography because it provides the most reliable tools for storing or transmitting digital information. Written by Niels Ferguson, lead cryptographer for Counterpane, Bruce Schneier's security company, and Bruce Schneier himself, this is the much anticipated follow-up book to Schneier's seminal encyclopedic reference, Applied Cryptography, Second Edition (0-471-11709-9), which has sold more than 150,000 copies. Niels Ferguson (Amsterdam, Netherlands) is a cryptographic engineer and consultant at Counterpane Internet Security. He has extensive experience in the creation and design of security algorithms, protocols, and multinational security infrastructures. Previously, Ferguson was a cryptographer for DigiCash and CWI. At CWI he developed the first generation of off-line payment protocols. He has published numerous scientific papers. Bruce Schneier (Minneapolis, MN) is Founder and Chief Technical Officer at Counterpane Internet Security, a managed-security monitoring company. He is also the author of Secrets and Lies: Digital Security in a Networked World (0-471-25311-1).

Concrete Mathematics: A Foundation for Computer Science


Ronald L. Graham - 1988
    "More concretely," the authors explain, "it is the controlled manipulation of mathematical formulas, using a collection of techniques for solving problems."

Beginning Programming with Python for Dummies


John Paul Mueller - 2014
    It requires three to five times less time than developing in Java, is a great building block for learning both procedural and object-oriented programming concepts, and is an ideal language for data analysis. Beginning Programming with Python For Dummies is the perfect guide to this dynamic and powerful programming language--even if you've never coded before! Author John Paul Mueller draws on his vast programming knowledge and experience to guide you step-by-step through the syntax and logic of programming with Python and provides several real-world programming examples to give you hands-on experience trying out what you've learned.Provides a solid understanding of basic computer programming concepts and helps familiarize you with syntax and logic Explains the fundamentals of procedural and object-oriented programming Shows how Python is being used for data analysis and other applications Includes short, practical programming samples to apply your skills to real-world programming scenarios Whether you've never written a line of code or are just trying to pick up Python, there's nothing to fear with the fun and friendly Beginning Programming with Python For Dummies leading the way.

Effective C++: 55 Specific Ways to Improve Your Programs and Designs


Scott Meyers - 1991
    But the state-of-the-art has moved forward dramatically since Meyers last updated this book in 1997. (For instance, there s now STL. Design patterns. Even new functionality being added through TR1 and Boost.) So Meyers has done a top-to-bottom rewrite, identifying the 55 most valuable techniques you need now to be exceptionally effective with C++. Over half of this edition s content is new. Templates broadly impact C++ development, and you ll find them everywhere. There s extensive coverage of multithreaded systems. There s an entirely new chapter on resource management. You ll find substantial new coverage of exceptions. Much is gained, but nothing s lost: You ll find the same depth of practical insight that first made Effective C++ a classic all those years ago. Bill Camarda, from the July 2005 href="http://www.barnesandnoble.com/newslet... Only

Infinity and the Mind: The Science and Philosophy of the Infinite


Rudy Rucker - 1981
    Rucker acquaints us with Godel's rotating universe, in which it is theoretically possible to travel into the past, and explains an interpretation of quantum mechanics in which billions of parallel worlds are produced every microsecond. It is in the realm of infinity, he maintains, that mathematics, science, and logic merge with the fantastic. By closely examining the paradoxes that arise from this merging, we can learn a great deal about the human mind, its powers, and its limitations.Using cartoons, puzzles, and quotations to enliven his text, Rucker guides us through such topics as the paradoxes of set theory, the possibilities of physical infinities, and the results of Godel's incompleteness theorems. His personal encounters with Godel the mathematician and philosopher provide a rare glimpse at genius and reveal what very few mathematicians have dared to admit: the transcendent implications of Platonic realism.