Landmarks


Robert Macfarlane - 2015
    Landmarks is about the power of language to shape our sense of place. It is a field guide to the literature of nature, and a glossary containing thousands of remarkable words used in England, Scotland, Ireland and Wales to describe land, nature and weather. Travelling from Cumbria to the Cairngorms, and exploring the landscapes of Roger Deakin, J. A. Baker, Nan Shepherd and others, Robert Macfarlane shows that language, well used, is a keen way of knowing landscape, and a vital means of coming to love it.

The Science of Discworld


Terry Pratchett - 1999
    The Universe, of course, is our own. And Roundworld is Earth. As the wizards watch their accidental creation grow, we follow the story of our universe from the primal singularity of the Big Bang to the Internet and beyond. Through this original Terry Pratchett story (with intervening chapters from Cohen and Stewart) we discover how puny and insignificant individual lives are against a cosmic backdrop of creation and disaster. Yet, paradoxically, we see how the richness of a universe based on rules, has led to a complex world and at least one species that tried to get a grip of what was going on.

The Unabridged Devil's Dictionary


Ambrose Bierce - 1911
    There, a bore is "a person who talks when you wish him to listen," and happiness is "an agreeable sensation arising from contemplating the misery of another." This is the most comprehensive, authoritative edition ever of Ambrose Bierce’s satiric masterpiece. It renders obsolete all other versions that have appeared in the book’s ninety-year history.A virtual onslaught of acerbic, confrontational wordplay, The Unabridged Devil’s Dictionary offers some 1,600 wickedly clever definitions to the vocabulary of everyday life. Little is sacred and few are safe, for Bierce targets just about any pursuit, from matrimony to immortality, that allows our willful failings and excesses to shine forth.This new edition is based on David E. Schultz and S. T. Joshi’s exhaustive investigation into the book’s writing and publishing history. All of Bierce’s known satiric definitions are here, including previously uncollected, unpublished, and alternative entries. Definitions dropped from previous editions have been restored while nearly two hundred wrongly attributed to Bierce have been excised. For dedicated Bierce readers, an introduction and notes are also included.Ambrose Bierce’s Devil’s Dictionary is a classic that stands alongside the best work of satirists such as Twain, Mencken, and Thurber. This unabridged edition will be celebrated by humor fans and word lovers everywhere.

Empires of the Word: A Language History of the World


Nicholas Ostler - 2005
    From the uncanny resilience of Chinese through twenty centuries of invasions to the engaging self-regard of Greek and to the struggles that gave birth to the languages of modern Europe, these epic achievements and more are brilliantly explored, as are the fascinating failures of once "universal" languages. A splendid, authoritative, and remarkable work, it demonstrates how the language history of the world eloquently reveals the real character of our planet's diverse peoples and prepares us for a linguistic future full of surprises.

The Economics Book: Big Ideas Simply Explained


Niall Kishtainy - 2012
    Whether you're a beginner, and avid student, or an armchair expert, you'll find plenty to stimulate you within this book.--book jacket

Think Like a Programmer: An Introduction to Creative Problem Solving


V. Anton Spraul - 2012
    In this one-of-a-kind text, author V. Anton Spraul breaks down the ways that programmers solve problems and teaches you what other introductory books often ignore: how to Think Like a Programmer. Each chapter tackles a single programming concept, like classes, pointers, and recursion, and open-ended exercises throughout challenge you to apply your knowledge. You'll also learn how to:Split problems into discrete components to make them easier to solve Make the most of code reuse with functions, classes, and libraries Pick the perfect data structure for a particular job Master more advanced programming tools like recursion and dynamic memory Organize your thoughts and develop strategies to tackle particular types of problems Although the book's examples are written in C++, the creative problem-solving concepts they illustrate go beyond any particular language; in fact, they often reach outside the realm of computer science. As the most skillful programmers know, writing great code is a creative art—and the first step in creating your masterpiece is learning to Think Like a Programmer.

The Second Machine Age: Work, Progress, and Prosperity in a Time of Brilliant Technologies


Erik Brynjolfsson - 2014
    Digital technologies—with hardware, software, and networks at their core—will in the near future diagnose diseases more accurately than doctors can, apply enormous data sets to transform retailing, and accomplish many tasks once considered uniquely human.In The Second Machine Age MIT’s Erik Brynjolfsson and Andrew McAfee—two thinkers at the forefront of their field—reveal the forces driving the reinvention of our lives and our economy. As the full impact of digital technologies is felt, we will realize immense bounty in the form of dazzling personal technology, advanced infrastructure, and near-boundless access to the cultural items that enrich our lives.Amid this bounty will also be wrenching change. Professions of all kinds—from lawyers to truck drivers—will be forever upended. Companies will be forced to transform or die. Recent economic indicators reflect this shift: fewer people are working, and wages are falling even as productivity and profits soar.Drawing on years of research and up-to-the-minute trends, Brynjolfsson and McAfee identify the best strategies for survival and offer a new path to prosperity. These include revamping education so that it prepares people for the next economy instead of the last one, designing new collaborations that pair brute processing power with human ingenuity, and embracing policies that make sense in a radically transformed landscape.A fundamentally optimistic book, The Second Machine Age alters how we think about issues of technological, societal, and economic progress.

The Clean Coder: A Code of Conduct for Professional Programmers


Robert C. Martin - 2011
    They treat it as a craft. They are professionals. In The Clean Coder: A Code of Conduct for Professional Programmers, legendary software expert Robert C. Martin introduces the disciplines, techniques, tools, and practices of true software craftsmanship. This book is packed with practical advice-about everything from estimating and coding to refactoring and testing. It covers much more than technique: It is about attitude. Martin shows how to approach software development with honor, self-respect, and pride; work well and work clean; communicate and estimate faithfully; face difficult decisions with clarity and honesty; and understand that deep knowledge comes with a responsibility to act. Readers will learn What it means to behave as a true software craftsman How to deal with conflict, tight schedules, and unreasonable managers How to get into the flow of coding, and get past writer's block How to handle unrelenting pressure and avoid burnout How to combine enduring attitudes with new development paradigms How to manage your time, and avoid blind alleys, marshes, bogs, and swamps How to foster environments where programmers and teams can thrive When to say "No"-and how to say it When to say "Yes"-and what yes really means Great software is something to marvel at: powerful, elegant, functional, a pleasure to work with as both a developer and as a user. Great software isn't written by machines. It is written by professionals with an unshakable commitment to craftsmanship. The Clean Coder will help you become one of them-and earn the pride and fulfillment that they alone possess.

R in a Nutshell: A Desktop Quick Reference


Joseph Adler - 2009
    R in a Nutshell provides a quick and practical way to learn this increasingly popular open source language and environment. You'll not only learn how to program in R, but also how to find the right user-contributed R packages for statistical modeling, visualization, and bioinformatics.The author introduces you to the R environment, including the R graphical user interface and console, and takes you through the fundamentals of the object-oriented R language. Then, through a variety of practical examples from medicine, business, and sports, you'll learn how you can use this remarkable tool to solve your own data analysis problems.Understand the basics of the language, including the nature of R objectsLearn how to write R functions and build your own packagesWork with data through visualization, statistical analysis, and other methodsExplore the wealth of packages contributed by the R communityBecome familiar with the lattice graphics package for high-level data visualizationLearn about bioinformatics packages provided by Bioconductor"I am excited about this book. R in a Nutshell is a great introduction to R, as well as a comprehensive reference for using R in data analytics and visualization. Adler provides 'real world' examples, practical advice, and scripts, making it accessible to anyone working with data, not just professional statisticians."

Getting Started with Raspberry Pi


Matt Richardson - 2012
    Take advantage of several preloaded programming languages. Use the Raspberry Pi with Arduino. Create Internet-connected projects. Play with multimedia. With Raspberry Pi, you can do all of this and more.Get acquainted with hardware features on the Pi’s boardLearn enough Linux to move around the operating systemPick up the basics of Python and Scratch—and start programmingDraw graphics, play sounds, and handle mouse events with the Pygame frameworkUse the Pi’s input and output pins to do some hardware hackingDiscover how Arduino and the Raspberry Pi complement each otherIntegrate USB webcams and other peripherals into your projectsCreate your own Pi-based web server with Python

Kingpin: How One Hacker Took Over the Billion-Dollar Cybercrime Underground


Kevin Poulsen - 2011
    Max 'Vision' Butler was a white-hat hacker and a celebrity throughout the programming world, even serving as a consultant to the FBI. But there was another side to Max. As the black-hat 'Iceman', he'd seen the fraudsters around him squabble, their ranks riddled with infiltrators, their methods inefficient, and in their dysfunction was the ultimate challenge: he would stage a coup and steal their ill-gotten gains from right under their noses.Through the story of Max Butler's remarkable rise, KINGPIN lays bare the workings of a silent crime wave affecting millions worldwide. It exposes vast online-fraud supermarkets stocked with credit card numbers, counterfeit cheques, hacked bank accounts and fake passports. Thanks to Kevin Poulsen's remarkable access to both cops and criminals, we step inside the quiet,desperate battle that law enforcement fights against these scammers. And learn that the boy next door may not be all he seems.

Now I Know: The Revealing Stories Behind the World's Most Interesting Facts


Dan Lewis - 2013
    had a plan to invade Canada? And what actually happened to the flags left on the moon?Even if you think you have a handle on all things trivia, you're guaranteed a big surprise with Now I Know. From uncovering what happens to lost luggage to New York City's plan to crack down on crime by banning pinball, this book will challenge your knowledge of the fascinating stories behind the world's greatest facts.Covering 100 outrageous topics, Now I Know is the ultimate challenge for any know-it-all who thinks they have nothing left to learn.

Top 10 Florence & Tuscany


Reid Bramblett - 2009
    Dozens of Top 10 lists provide vital information on each destination, as well as insider tips, from avoiding the crowds to finding out the freebies, The DK Top 10 Guides take the work out of planning any trip.

Cathedral, Forge, and Waterwheel: Technology and Invention in the Middle Ages


Frances Gies - 1994
    Martin as source material for Game of Thrones, comes a classic book on innovation and technological change in medieval EuropeIn this account of Europe’s rise to world leadership in technology, Frances and Joseph Gies show how early modern technology and experimental science were direct outgrowths of the decisive innovations of medieval Europe, in the tools and techniques of agriculture, craft industry, metallurgy, building construction, navigation, and war. The Gieses report that many of Europe’s most important inventions—the horse harness, the stirrup, the magnetic compass, cotton and silk cultivation and manufacture, papermaking, firearms, and “Arabic” numerals—had their origins outside Europe, in China, India, and the Middle East. Europe synthesized its own innovations—the three-field system, water power in industry, the full-rigged ship, the putting-out system—into a powerful new combination of technology, economics, and politics.

A Certain Je Ne Sais Quoi: The Ideal Guide to Sounding, Acting and Shrugging Like the French


Charles Timoney - 2009
    To survive in the most sophisticated - and the most scathing - nation on Earth you will need to understand the many peculiarities of the (very peculiar) French culture. And for that you need A Certain Je Ne Sais Quoi.If you want to fit in with the French you'll have to know how to deal with sardonic waiters; why French children hate Charlemagne; the etiquette of kissing, joke-telling and drinking songs, what to do with a bidet, the correct recipe for a salade nicoise and, of course, how to convey absolute, shattering indifference with a single syllable (Bof!).Charles Timoney, the author of Pardon My French, provides a practical, pleasurable guide to the charms of the Gallic people - from their daily routines to their peerless gesticulations, from their come-ons to their put-downs. Read on and put the oh la la back into your French vacances. Your inner gaul will thank you for it.