Biggest Secrets


William Poundstone - 1993
    Fields Cookies... What backward messages on records are really trying to tell you... Frank Sinatra's real age... Why you can't counterfeit a lottery ticket... Barbra Streisand's blue movie... The other Boy Scout rituals... Ingmar Bergman's soap commercials... The formula for Play-Doh... and more.

The Perfection Point: Sport Science Predicts the Fastest Man, the Highest Jump, and the Limits of Athletic Performance


John Brenkus - 2010
    The Perfection Point is ideal for sports fans interested in the scientific basis of athletic excellence and a fascinating read for science fans interested in the physics of sports.

The Glass Cage: How Our Computers Are Changing Us


Nicholas Carr - 2014
    Even as they bring ease to our lives, these programs are stealing something essential from us.Drawing on psychological and neurological studies that underscore how tightly people’s happiness and satisfaction are tied to performing hard work in the real world, Carr reveals something we already suspect: shifting our attention to computer screens can leave us disengaged and discontented.From nineteenth-century textile mills to the cockpits of modern jets, from the frozen hunting grounds of Inuit tribes to the sterile landscapes of GPS maps, The Glass Cage explores the impact of automation from a deeply human perspective, examining the personal as well as the economic consequences of our growing dependence on computers.With a characteristic blend of history and philosophy, poetry and science, Carr takes us on a journey from the work and early theory of Adam Smith and Alfred North Whitehead to the latest research into human attention, memory, and happiness, culminating in a moving meditation on how we can use technology to expand the human experience.

Thirty Seconds to Impact


Peter Burkill - 2010
    It was not until moments before landing that anything went wrong. Coming in to Heathrow Airport, the plane suffered inexplicable loss of power to both engines, and it was suddenly likely that the plane would plough into a built-up area outside the airport, with the loss of all lives on board. Peter tells us in graphic detail his thoughts and actions when he managed to help save the plane at the last moment thanks to a flash of inspiration that led him to change the position of the wing flaps, which appeared to gain the vehicle enough precious time to make it over the perimeter fence and land on the grass, short of the runway. For both Maria and Peter, their lives following the crash have resulted in experiences that they never would have expected to have happened. There isn't a handbook with rules to follow after a crash so the subsequent aftermath was laced with events that could have been handled better from all sides, which lead to Maria and Peter having to find strength inside them that they had never needed before. A little more than a year later, they have used these strengths to begin a new chapter in their lives; starting with leaving British Airways and celebrating a second chance to enjoy life.But there are still nights when they find themselves awake, crying about what could have happened on that fateful day.

Gene Cloning and DNA Analysis: An Introduction


Terence A. Brown - 2006
    Assuming the reader has little prior knowledge of the subject its importance, the principles of the techniques used and their applications are all carefully laid out, with over 250 clearly presented two-colour illustrations. In addition to a number of informative changes to the text throughout the book, the final four chapters have been significantly updated and extended to reflect the striking advances made in recent years in the applications of gene cloning and DNA analysis in biotechnology: Extended chapter on agriculture including new material on glyphosate resistant plantsNew section on the uses of gene cloning and PCR in archaeologyCoverage of ethical concerns relating to pharming, gene therapy and GM crops Gene Cloning and DNA Analysis remains an essential introductory text to a wide range of biological sciences students; including genetics and genomics, molecular biology, biochemistry, immunology and applied biology. It is also a perfect introductory text for any professional needing to learn the basics of the subject. All libraries in universities where medical, life and biological sciences are studied and taught should have copies available on their shelves. View the Gene Cloning and DNA Analysis webpage at www.blackwellpublishing.com/genecloning

Game Programming Patterns


Robert Nystrom - 2011
    Commercial game development expert Robert Nystrom presents an array of general solutions to problems encountered in game development. For example, you'll learn how double-buffering enables a player to perceive smooth and realistic motion, and how the service locator pattern can help you provide access to services such as sound without coupling your code to any particular sound driver or sound hardware. Games have much in common with other software, but also a number of unique constraints. Some of the patterns in this book are well-known in other domains of software development. Other of the patterns are unique to gaming. In either case, Robert Nystrom bridges from the ivory tower world of software architecture to the in-the-trenches reality of hardcore game programming. You'll learn the patterns and the general problems that they solve. You'll come away able to apply powerful and reusable architectural solutions that enable you to produce higher quality games with less effort than before. Applies classic design patterns to game programming. Introduces new patterns specific to game programming. Brings abstract software architecture down to Earth with approachable writing and an emphasis on simple code that shows each pattern in practice. What you'll learn Overcome architectural challenges unique to game programming Apply lessons from the larger software world to games. Tie different parts of a game (graphics, sound, AI) into a cohesive whole. Create elegant and maintainable architecture. Achieve good, low-level performance. Gain insight into professional, game development. Who this book is forGame Programming Patterns is aimed at professional game programmers who, while successful in shipping games, are frustrated at how hard it sometimes is to add and modify features when a game is under development. Game Programming Patterns shows how to apply modern software practices to the problem of game development while still maintaining the blazing-fast performance demanded by hard-core gamers. Game Programming Patterns also appeals to those learning about game programming in their spare time. Hobbyists and aspiring professionals alike will find much to learn in this book about pathfinding, collision detection, and other game-programming problem domains.