Hacking Darwin: Genetic Engineering and the Future of Humanity


Jamie Metzl - 2019
    After 3.8 billion years humankind is about to start evolving by new rules...From leading geopolitical expert and technology futurist Jamie Metzl comes a groundbreaking exploration of the many ways genetic-engineering is shaking the core foundations of our lives -- sex, war, love, and death.At the dawn of the genetics revolution, our DNA is becoming as readable, writable, and hackable as our information technology. But as humanity starts retooling our own genetic code, the choices we make today will be the difference between realizing breathtaking advances in human well-being and descending into a dangerous and potentially deadly genetic arms race.Enter the laboratories where scientists are turning science fiction into reality. Look towards a future where our deepest beliefs, morals, religions, and politics are challenged like never before and the very essence of what it means to be human is at play. When we can engineer our future children, massively extend our lifespans, build life from scratch, and recreate the plant and animal world, should we?

Signals and Systems


Alan V. Oppenheim - 1982
    KEY TOPICS: The major changes of the revision are reorganization of chapter material and the addition of a much wider range of difficulties.

Shadows of Forgotten Ancestors


Carl Sagan - 1992
    . . A tour de force of a book that begs to be seen as well as to be read."--The Washington Post Book WorldWorld renowned scientist Carl Sagan and acclaimed author Ann Druyan have written a Roots for the human species, a lucid and riveting account of how humans got to be the way we are. Shadows of Forgotten Ancestors is a thrilling saga that starts with the origin of the Earth. It shows with humor and drama that many of our key traits--self-awareness, technology, family ties, submission to authority, hatred for those a little different from ourselves, reason, and ethics--are rooted in the deep past, and illuminated by our kinship with other animals.Sagan and Druyan conduct a breathtaking journey through space and time, zeroing in on critical turning points in evolutionary history, and tracing the origins of sex, altruism, violence, rape, and dominance. Their book culminates in a stunningly original examination of the connection between primate and human traits. Astonishing in its scope, brilliant in its insights, and an absolutely compelling read, Shadows of Forgotten Ancestors is a triumph of popular science.

A Course in Game Theory


Martin J. Osborne - 1994
    The authors provide precise definitions and full proofs of results, sacrificing generalities and limiting the scope of the material in order to do so. The text is organized in four parts: strategic games, extensive games with perfect information, extensive games with imperfect information, and coalitional games. It includes over 100 exercises. Solution ManualTable of Contents, Errata, and more...

Nine Algorithms That Changed the Future: The Ingenious Ideas That Drive Today's Computers


John MacCormick - 2012
    A simple web search picks out a handful of relevant needles from the world's biggest haystack: the billions of pages on the World Wide Web. Uploading a photo to Facebook transmits millions of pieces of information over numerous error-prone network links, yet somehow a perfect copy of the photo arrives intact. Without even knowing it, we use public-key cryptography to transmit secret information like credit card numbers; and we use digital signatures to verify the identity of the websites we visit. How do our computers perform these tasks with such ease? This is the first book to answer that question in language anyone can understand, revealing the extraordinary ideas that power our PCs, laptops, and smartphones. Using vivid examples, John MacCormick explains the fundamental "tricks" behind nine types of computer algorithms, including artificial intelligence (where we learn about the "nearest neighbor trick" and "twenty questions trick"), Google's famous PageRank algorithm (which uses the "random surfer trick"), data compression, error correction, and much more. These revolutionary algorithms have changed our world: this book unlocks their secrets, and lays bare the incredible ideas that our computers use every day.

Lucy's Legacy: The Quest for Human Origins


Donald C. Johanson - 2009
    She is perhaps the best known and most studied fossil hominid of the twentieth century, the benchmark by which other discoveries of human ancestors are judged.”–From Lucy’s LegacyIn his New York Times bestseller, Lucy: The Beginnings of Humankind, renowned paleoanthropologist Donald Johanson told the incredible story of his discovery of a partial female skeleton that revolutionized the study of human origins. Lucy literally changed our understanding of our world and who we come from. Since that dramatic find in 1974, there has been heated debate and–most important–more groundbreaking discoveries that have further transformed our understanding of when and how humans evolved. In Lucy’s Legacy, Johanson takes readers on a fascinating tour of the last three decades of study–the most exciting period of paleoanthropologic investigation thus far. In that time, Johanson and his colleagues have uncovered a total of 363 specimens of Australopithecus afarensis (Lucy’s species, a transitional creature between apes and humans), spanning 400,000 years. As a result, we now have a unique fossil record of one branch of our family tree–that family being humanity–a tree that is believed to date back a staggering 7 million years.Focusing on dramatic new fossil finds and breakthrough advances in DNA research, Johanson provides the latest answers that post-Lucy paleoanthropologists are finding to questions such as: How did Homo sapiens evolve? When and where did our species originate? What separates hominids from the apes? What was the nature of Neandertal and modern human encounters? What mysteries about human evolution remain to be solved?Donald Johanson is a passionate guide on an extraordinary journey from the ancient landscape of Hadar, Ethiopia–where Lucy was unearthed and where many other exciting fossil discoveries have since been made–to a seaside cave in South Africa that once sheltered early members of our own species, and many other significant sites. Thirty-five years after Lucy, Johanson continues to enthusiastically probe the origins of our species and what it means to be human.

The Great Dinosaur Debate: New Theories Unlocking the Mystery of the Dinosaurs and Their Extinction


Robert T. Bakker - 1986
    The author explodes the old orthodoxies and gives us a convincing picture of how dinosaurs hunted, fed, mated, fought and died.Containing over 200 detailed illustrations, The Great Dinosaur Debate will enthrall "dinosaurmaniacs". It is a bold new look at the extraordinary reign and eventual extinction of the awesome behemoths who ruled the earth for 150 million years.

The Oxford Book of Modern Science Writing


Richard DawkinsD'Arcy Wentworth Thompson - 2008
    Readers will find excerpts from bestsellers such as Douglas R. Hofstadter's Gödel, Escher, Bach, Francis Crick's Life Itself, Loren Eiseley's The Immense Journey, Daniel Dennett's Darwin's Dangerous Idea, and Rachel Carson's The Sea Around Us. There are classic essays ranging from J.B.S. Haldane's "On Being the Right Size" and Garrett Hardin's "The Tragedy of the Commons" to Alan Turing's "Computing Machinery and Intelligence" and Albert Einstein's famed New York Times article on "Relativity." And readers will also discover lesser-known but engaging pieces such as Lewis Thomas's "Seven Wonders of Science," J. Robert Oppenheimer on "War and Physicists," and Freeman Dyson's memoir of studying under Hans Bethe.A must-read volume for all science buffs, The Oxford Book of Modern Science Writing is a rich and vibrant anthology that captures the poetry and excitement of scientific thought and discovery.One of New Scientist's Editor's Picks for 2008.

From Mathematics to Generic Programming


Alexander A. Stepanov - 2014
    If you're a reasonably proficient programmer who can think logically, you have all the background you'll need. Stepanov and Rose introduce the relevant abstract algebra and number theory with exceptional clarity. They carefully explain the problems mathematicians first needed to solve, and then show how these mathematical solutions translate to generic programming and the creation of more effective and elegant code. To demonstrate the crucial role these mathematical principles play in many modern applications, the authors show how to use these results and generalized algorithms to implement a real-world public-key cryptosystem. As you read this book, you'll master the thought processes necessary for effective programming and learn how to generalize narrowly conceived algorithms to widen their usefulness without losing efficiency. You'll also gain deep insight into the value of mathematics to programming--insight that will prove invaluable no matter what programming languages and paradigms you use. You will learn aboutHow to generalize a four thousand-year-old algorithm, demonstrating indispensable lessons about clarity and efficiencyAncient paradoxes, beautiful theorems, and the productive tension between continuous and discreteA simple algorithm for finding greatest common divisor (GCD) and modern abstractions that build on itPowerful mathematical approaches to abstractionHow abstract algebra provides the idea at the heart of generic programmingAxioms, proofs, theories, and models: using mathematical techniques to organize knowledge about your algorithms and data structuresSurprising subtleties of simple programming tasks and what you can learn from themHow practical implementations can exploit theoretical knowledge

The Algorithm Design Manual


Steven S. Skiena - 1997
    Drawing heavily on the author's own real-world experiences, the book stresses design and analysis. Coverage is divided into two parts, the first being a general guide to techniques for the design and analysis of computer algorithms. The second is a reference section, which includes a catalog of the 75 most important algorithmic problems. By browsing this catalog, readers can quickly identify what the problem they have encountered is called, what is known about it, and how they should proceed if they need to solve it. This book is ideal for the working professional who uses algorithms on a daily basis and has need for a handy reference. This work can also readily be used in an upper-division course or as a student reference guide. THE ALGORITHM DESIGN MANUAL comes with a CD-ROM that contains: * a complete hypertext version of the full printed book. * the source code and URLs for all cited implementations. * over 30 hours of audio lectures on the design and analysis of algorithms are provided, all keyed to on-line lecture notes.

Life's Ratchet: How Molecular Machines Extract Order from Chaos


Peter M. Hoffmann - 2012
    But molecules, such as water and sugar, are not alive. So how do our cells--assemblies of otherwise "dead" molecules--come to life, and together constitute a living being? In "Life's Ratchet," physicist Peter M. Hoffmann locates the answer to this age-old question at the nanoscale. The complex molecules of our cells can rightfully be called "molecular machines," or "nanobots"; these machines, unlike any other, work autonomously to create order out of chaos. Tiny electrical motors turn electrical voltage into motion, tiny factories custom-build other molecular machines, and mechanical machines twist, untwist, separate and package strands of DNA. The cell is like a city--an unfathomable, complex collection of molecular worker bees working together to create something greater than themselves. Life, Hoffman argues, emerges from the random motions of atoms filtered through the sophisticated structures of our evolved machinery. We are essentially giant assemblies of interacting nanoscale machines; machines more amazing than can be found in any science fiction novel. Incredibly, the molecular machines in our cells function without a mysterious "life force," nor do they violate any natural laws. Scientists can now prove that life is not supernatural, and that it can be fully understood in the context of science. Part history, part cutting-edge science, part philosophy, "Life's Ratchet" takes us from ancient Greece to the laboratories of modern nanotechnology to tell the story of our quest for the machinery of life.

Algorithms


Robert Sedgewick - 1983
    This book surveys the most important computer algorithms currently in use and provides a full treatment of data structures and algorithms for sorting, searching, graph processing, and string processing -- including fifty algorithms every programmer should know. In this edition, new Java implementations are written in an accessible modular programming style, where all of the code is exposed to the reader and ready to use.The algorithms in this book represent a body of knowledge developed over the last 50 years that has become indispensable, not just for professional programmers and computer science students but for any student with interests in science, mathematics, and engineering, not to mention students who use computation in the liberal arts.The companion web site, algs4.cs.princeton.edu contains An online synopsis Full Java implementations Test data Exercises and answers Dynamic visualizations Lecture slides Programming assignments with checklists Links to related material The MOOC related to this book is accessible via the "Online Course" link at algs4.cs.princeton.edu. The course offers more than 100 video lecture segments that are integrated with the text, extensive online assessments, and the large-scale discussion forums that have proven so valuable. Offered each fall and spring, this course regularly attracts tens of thousands of registrants.Robert Sedgewick and Kevin Wayne are developing a modern approach to disseminating knowledge that fully embraces technology, enabling people all around the world to discover new ways of learning and teaching. By integrating their textbook, online content, and MOOC, all at the state of the art, they have built a unique resource that greatly expands the breadth and depth of the educational experience.

Code: The Hidden Language of Computer Hardware and Software


Charles Petzold - 1999
    And through CODE, we see how this ingenuity and our very human compulsion to communicate have driven the technological innovations of the past two centuries. Using everyday objects and familiar language systems such as Braille and Morse code, author Charles Petzold weaves an illuminating narrative for anyone who’s ever wondered about the secret inner life of computers and other smart machines. It’s a cleverly illustrated and eminently comprehensible story—and along the way, you’ll discover you’ve gained a real context for understanding today’s world of PCs, digital media, and the Internet. No matter what your level of technical savvy, CODE will charm you—and perhaps even awaken the technophile within.

Genes, Peoples, and Languages


Luigi Luca Cavalli-Sforza - 1996
    Cavalli-Sforza and others have answered this question—anticipated by Darwin—with a decisive yes. Genes, Peoples, and Languages comprises five lectures that serve as a summation of the author's work over several decades, the goal of which has been nothing less than tracking the past hundred thousand years of human evolution.Cavalli-Sforza raises questions that have serious political, social, and scientific import: When and where did we evolve? How have human societies spread across the continents? How have cultural innovations affected the growth and spread of populations? What is the connection between genes and languages? Always provocative and often astonishing, Cavalli-Sforza explains why there is no genetic basis for racial classification.

The Physics Book: From the Big Bang to Quantum Resurrection, 250 Milestones in the History of Physics


Clifford A. Pickover - 2011
    Following the hugely successful The Science Book and The Math Book comes a richly illustrated chronology of physics, containing 250 short, entertaining, and thought-provoking entries. In addition to exploring such engaging topics as dark energy, parallel universes, the Doppler effect, the God particle, and Maxwells demon, the books timeline extends back billions of years to the hypothetical Big Bang and forward trillions of years to a time of “quantum resurrection.” Like the previous titles in this series, The Physics Book helps readers gain an understanding of major concepts without getting bogged down in complex details.