Door to Door: The Magnificent, Maddening, Mysterious World of Transportation


Edward Humes - 2016
    Thousands, even millions, of miles are embedded in everything we do and touch. We live in a door-to-door universe that works so well most Americans are scarcely aware of it. The grand ballet in which we move ourselves and our stuff is equivalent to building the Great Pyramid, the Hoover Dam, and the Empire State Building all in a day. Every day. And yet, in the one highly visible part of the transportation world—the part we drive—we suffer grinding commutes, a violent death every fifteen minutes, a dire injury every twelve seconds, and crumbling infrastructure.Now, the way we move ourselves and our stuff is on the brink of great change, as a new mobility revolution upends the car culture that, for better and worse, built modern America. This unfolding revolution will disrupt lives and global trade, transforming our commutes, our vehicles, our cities, our jobs, and every aspect of culture, commerce, and the environment. We are, quite literally, at a fork in the road, though whether it will lead us to Carmageddon or Carmaheaven has yet to be determined.Using interviews, data and deep exploration of the hidden world of ports, traffic control centers, and the research labs defining our transportation future, acclaimed journalist Edward Humes breaks down the complex movements of humans, goods, and machines as never before, from increasingly car-less citizens to the distance UPS goes to deliver a leopard-printed phone case. Tracking one day in the life of his family in Southern California, Humes uses their commutes, traffic jams, grocery stops, and online shopping excursions as a springboard to explore the paradoxes and challenges inherent in our system. He ultimately makes clear that transportation is one of the few big things we can change—our personal choices do have a profound impact, and that fork in the road is coming up fast.Door to Door is a fascinating detective story, investigating the worldwide cast of supporting characters and technologies that have enabled us to move from here to there—past, present, and future.

The Art of Computer Programming, Volume 1: Fundamental Algorithms


Donald Ervin Knuth - 1973
     -Byte, September 1995 I can't begin to tell you how many pleasurable hours of study and recreation they have afforded me! I have pored over them in cars, restaurants, at work, at home... and even at a Little League game when my son wasn't in the line-up. -Charles Long If you think you're a really good programmer... read [Knuth's] Art of Computer Programming... You should definitely send me a resume if you can read the whole thing. -Bill Gates It's always a pleasure when a problem is hard enough that you have to get the Knuths off the shelf. I find that merely opening one has a very useful terrorizing effect on computers. -Jonathan Laventhol This first volume in the series begins with basic programming concepts and techniques, then focuses more particularly on information structures-the representation of information inside a computer, the structural relationships between data elements and how to deal with them efficiently. Elementary applications are given to simulation, numerical methods, symbolic computing, software and system design. Dozens of simple and important algorithms and techniques have been added to those of the previous edition. The section on mathematical preliminaries has been extensively revised to match present trends in research. Ebook (PDF version) produced by Mathematical Sciences Publishers (MSP), http: //msp.org

Planet on Fire: A Manifesto for the Age of Environmental Breakdown


Mathew Lawrence - 2021
    Everyone knows that this is happening, and yet the only politics that is emerging to tackle it are coming from the increasingly nativist far-right. How should the left respond?In Beyond Barbarism, two rising stars of the British left lay down a set of proposals for a fundamental re-shaping of the global economy and offer a roadmap for tackling climate breakdown. Building on the debates surrounding the Green New Deal, debates that both authors have been central to, Lawrence and Laybourn argue that it is not enough merely to spend our way out of the crisis. Instead we need to rapidly reshape the shape and purpose of the economy, away from the emphasis on endless growth and towards creating a healthy and flourishing environment for everyone. This must be based on the principles of internationalism and the democratic ownership of the economy. Beyond Barbarism is a radical and achievable manifesto for a new politics and a new economics capable of tackling climate breakdown.

Crypto: How the Code Rebels Beat the Government—Saving Privacy in the Digital Age


Steven Levy - 2001
    From Stephen Levy—the author who made "hackers" a household word—comes this account of a revolution that is already affecting every citizen in the twenty-first century. Crypto tells the inside story of how a group of "crypto rebels"—nerds and visionaries turned freedom fighters—teamed up with corporate interests to beat Big Brother and ensure our privacy on the Internet. Levy's history of one of the most controversial and important topics of the digital age reads like the best futuristic fiction.

The Diversity of Life


Edward O. Wilson - 1992
    Edward O. Wilson eloquently describes how the species of the world became diverse and why that diversity is threatened today as never before. A great spasm of extinction — the disappearance of whole species — is occurring now, caused this time entirely by humans. Unlike the deterioration of the physical environment, which can be halted, the loss of biodiversity is a far more complex problem — and it is irreversible. Defining a new environmental ethic, Wilson explains why we must rescue whole ecosystems, not only individual species. He calls for an end to conservation versus development arguments, and he outlines the massive shift in priorities needed to address this challenge. No writer, no scientist, is more qualified than Edward O. Wilson to describe, as he does here, the grandeur of evolution and what is at stake. "Engaging and nontechnical prose. . . . Prodigious erudition. . . . Original and fascinating insights." — John Terborgh, New York Review of Books, front page review "Eloquent. . . . A profound and enduring contribution." — Alan Burdick, Audubon

What Evolution Is


Ernst W. Mayr - 1940
    Science Masters Series

The Tree of Knowledge: The Biological Roots of Human Understanding


Humberto R. Maturana - 1984
    Its authors present a new view of cognition that has important social and ethical implications, for, they assert, the only world we humans can have is the one we create together through the actions of our coexistence. Written for a general audience as well as for students, scholars, and scientists and abundantly illustrated with examples from biology, linguistics, and new social and cultural phenomena, this revised edition includes a new afterword by Dr. Varela, in which he discusses the effect the book has had in the years since its first publication.

Python Crash Course: A Hands-On, Project-Based Introduction to Programming


Eric Matthes - 2015
    You'll also learn how to make your programs interactive and how to test your code safely before adding it to a project. In the second half of the book, you'll put your new knowledge into practice with three substantial projects: a Space Invaders-inspired arcade game, data visualizations with Python's super-handy libraries, and a simple web app you can deploy online.As you work through Python Crash Course, you'll learn how to: Use powerful Python libraries and tools, including matplotlib, NumPy, and PygalMake 2D games that respond to keypresses and mouse clicks, and that grow more difficult as the game progressesWork with data to generate interactive visualizationsCreate and customize simple web apps and deploy them safely onlineDeal with mistakes and errors so you can solve your own programming problemsIf you've been thinking seriously about digging into programming, Python Crash Course will get you up to speed and have you writing real programs fast. Why wait any longer? Start your engines and code!

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

The Great Disruption: Why the Climate Crisis Will Bring on the End of Shopping and the Birth of a New World


Paul Gilding - 2011
    He has a name for this moment-when both Mother Nature and Father Greed have hit the wall at once-'The Great Disruption.' -Thomas Friedman in the New York TimesIt's time to stop just worrying about climate change, says Paul Gilding. We need instead to brace for impact because global crisis is no longer avoidable. This Great Disruption started in 2008, with spiking food and oil prices and dramatic ecological changes, such as the melting ice caps. It is not simply about fossil fuels and carbon footprints. We have come to the end of Economic Growth, Version 1.0, a world economy based on consumption and waste, where we lived beyond the means of our planet's ecosystems and resources.The Great Disruption offers a stark and unflinching look at the challenge humanity faces-yet also a deeply optimistic message. The coming decades will see loss, suffering, and conflict as our planetary overdraft is paid; however, they will also bring out the best humanity can offer: compassion, innovation, resilience, and adaptability. Gilding tells us how to fight-and win-what he calls The One Degree War to prevent catastrophic warming of the earth, and how to start today.The crisis represents a rare chance to replace our addiction to growth with an ethic of sustainability, and it's already happening. It's also an unmatched business opportunity: Old industries will collapse while new companies will literally reshape our economy. In the aftermath of the Great Disruption, we will measure growth in a new way. It will mean not quantity of stuff but quality and happiness of life. Yes, there is life after shopping.

World-Systems Analysis: An Introduction


Immanuel Wallerstein - 2004
    Since Wallerstein first developed world-systems analysis, it has become a widely utilized methodology within the historical social sciences and a common point of reference in discussions of globalization. Now, for the first time in one volume, Wallerstein offers a succinct summary of world-systems analysis and a clear outline of the modern world-system, describing the structures of knowledge upon which it is based, its mechanisms, and its future.Wallerstein explains the defining characteristics of world-systems analysis: its emphasis on world-systems rather than nation-states, on the need to consider historical processes as they unfold over long periods of time, and on combining within a single analytical framework bodies of knowledge usually viewed as distinct from one another—such as history, political science, economics, and sociology. He describes the world-system as a social reality comprised of interconnected nations, firms, households, classes, and identity groups of all kinds. He identifies and highlights the significance of the key moments in the evolution of the modern world-system: the development of a capitalist world-economy in the sixteenth-century, the beginning of two centuries of liberal centrism in the French Revolution of 1789, and the undermining of that centrism in the global revolts of 1968. Intended for general readers, students, and experienced practitioners alike, this book presents a complete overview of world-systems analysis by its original architect.

Open: How We’ll Work, Live and Learn In The Future


David Price - 2013
    They are sharing everything they know, and turning knowledge into action in ways that were unimaginable even a decade ago. Driven by technology, and shaped by common values, going ‘open’ has transformed the way we live. It’s not so much a question of if our workplaces, schools and colleges go open, but when.Packed with illustration and advice, this entertaining read by learning futurist, David Price, argues that ‘open’ is not only affecting how we are choosing to live, but that it’s going to be the difference between success and failure in the future.

Gaia: A New Look at Life on Earth


James E. Lovelock - 1979
    Written for the non-scientist, Gaia is a journey through time and space in search of evidence with which to support a new and radically different model of our planet. In contrast to conventional belief that living matter is passive in the face of threats to its existence, the book explores the hypothesis that the earth's living matter-air, ocean, and land surfaces-forms a complex system that has the capacity to keep the Earth a fit place for life. Since Gaia was first published, many of Jim Lovelock's predictions have come true, and his theory has become a hotly argued topic in scientific circles. Here, in a new Preface, Lovelock outlines his present state of the debate.

Compilers: Principles, Techniques, and Tools


Alfred V. Aho - 1986
    The authors present updated coverage of compilers based on research and techniques that have been developed in the field over the past few years. The book provides a thorough introduction to compiler design and covers topics such as context-free grammars, fine state machines, and syntax-directed translation.

The Great Warming: Climate Change and the Rise and Fall of Civilizations


Brian M. Fagan - 2008
    From the tenth to the fifteenth centuries the earth experienced a rise in surface temperature that changed climate worldwide—a preview of today's global warming. In some areas, including Western Europe, longer summers brought bountiful harvests and population growth that led to cultural flowering. In the Arctic, Inuit and Norse sailors made cultural connections across thousands of miles as they traded precious iron goods. Polynesian sailors, riding new wind patterns, were able to settle the remotest islands on earth. But in many parts of the world, the warm centuries brought drought and famine. Elaborate societies in western and central America collapsed, and the vast building complexes of Chaco Canyon and the Mayan Yucatan were left empty.As he did in his bestselling The Little Ice Age, anthropologist and historian Brian Fagan reveals how subtle changes in the environment had far-reaching effects on human life, in a narrative that sweeps from the Arctic ice cap to the Sahara to the Indian Ocean. The history of the Great Warming of a half millennium ago suggests that we may yet be underestimating the power of climate change to disrupt our lives today—and our vulnerability to drought, writes Fagan, is the "silent elephant in the room."Learn more at www.brianfagan.com.Brian Fagan discusses The Great Warming on The Daily Show with John Stewart.PRAISE for The Great Warming:"This is not only World History at its best, sweeping across all of humankind with a coherent vision, but also a feat of imagination and massive research. If Fagan has given the medieval period throughout the globe a new dimension, he has at the same time issued an irrefutable warning about climate change that is deeply troubling."—Theodore Rabb, author of The Last Days of the Renaissance"Climate has been making history for a very long time, though historians have rarely paid much attention to it. But as it turns out, a few less inches of rain, a change in temperature of just a degree or two can make all the difference in how human events unfold. The Great Warming demonstrates that although human beings make history, they very definitely do not make it under circumstances of their own choosing.”—Ted Steinberg, author of Down to Earth: Nature’s Role in American History and American Green: The Obsessive Quest for the Perfect Lawn