Lifted


Evan Ratliff - 2011
    The police were on to them—or so they thought. What happened next would make headlines around the world, but the robbery was just part of the story. Evan Ratliff presents the inside tale of one of history's most elaborate heists, and the race to unravel it.Evan Ratliff is the editor of The Atavist, a new home for original nonfiction. His writing appears in Wired, where he is a contributing editor, The New Yorker, National Geographic, and other publications. He is also the story editor of Pop-Up Magazine, a live event.

A Slip of the Keyboard: Collected Non-Fiction


Terry Pratchett - 2014
    A Slip of the Keyboard brings together for the first time the finest examples of Pratchett's non fiction writing, both serious and surreal: from musings on mushrooms to what it means to be a writer (and why banana daiquiris are so important); from memories of Granny Pratchett to speculation about Gandalf's love life, and passionate defences of the causes dear to him.With all the humour and humanity that have made his novels so enduringly popular, this collection brings Pratchett out from behind the scenes of the Discworld to speak for himself - man and boy, bibliophile and computer geek, champion of hats, orang-utans and Dignity in Dying.

Learn You a Haskell for Great Good!


Miran Lipovača - 2011
    Learn You a Haskell for Great Good! introduces programmers familiar with imperative languages (such as C++, Java, or Python) to the unique aspects of functional programming. Packed with jokes, pop culture references, and the author's own hilarious artwork, Learn You a Haskell for Great Good! eases the learning curve of this complex language, and is a perfect starting point for any programmer looking to expand his or her horizons. The well-known web tutorial on which this book is based is widely regarded as the best way for beginners to learn Haskell, and receives over 30,000 unique visitors monthly.

The Butterfly Effect


Jon Ronson - 2017
    Lives were mangled. Fortunes were made. All for your pleasure. Follow writer and narrator Jon Ronson as he uncovers our web of desire.

Cloud Computing for Dummies


Judith Hurwitz - 2009
    If you've been put in charge of implementing cloud computing, this straightforward, plain-English guide clears up the confusion and helps you get your plan in place.You'll learn how cloud computing enables you to run a more green IT infrastructure, and access technology-enabled services from the Internet ("in the cloud") without having to understand, manage, or invest in the technology infrastructure that supports them. You'll also find out what you need to consider when implementing a plan, how to handle security issues, and more.Cloud computing is a way for businesses to take advantage of storage and virtual services through the Internet, saving money on infrastructure and support This book provides a clear definition of cloud computing from the utility computing standpoint and also addresses security concerns Offers practical guidance on delivering and managing cloud computing services effectively and efficiently Presents a proactive and pragmatic approach to implementing cloud computing in any organization Helps IT managers and staff understand the benefits and challenges of cloud computing, how to select a service, and what's involved in getting it up and running Highly experienced author team consults and gives presentations on emerging technologies Cloud Computing For Dummies gets straight to the point, providing the practical information you need to know.

True Names: and the Opening of the Cyberspace Frontier


Vernor Vinge - 2001
    True Names by Vernor Vinge, first published in 1981, is such a work.Here is a feast of articles by computer scientists and journalists on the cutting edge of the field, writing about innovations and developments of the Internet, including, among others:Danny Hillis: Founder of thinking machines and the first Disney Fellow.Timothy C. May: former chief scientist at Intel--a major insider in the field of computers and technology.Marvin Minsky: Cofounder of the MIT Artificial Intelligence Lab.Chip Morningstar and F. Randall Farmer: Codevelopers of habitat, the first real computer interactive environment.Mark Pesce: Cocreator of VRML and the author of the Playful World: How Technology Transforms Our Imagination.Richard M. Stallman: Research affiliate with MIT; the founder of the Free Software Movement.

The Internet is a Playground


David Thorne - 2010
    The complete collection of articles and emails from 27bslash6 such as Overdue Account, Party in Apartment 3 and Strata Agreement plus articles too litigious to be on the website.

The Linux Command Line


William E. Shotts Jr. - 2012
    Available here:readmeaway.com/download?i=1593279523The Linux Command Line, 2nd Edition: A Complete Introduction PDF by William ShottsRead The Linux Command Line, 2nd Edition: A Complete Introduction PDF from No Starch Press,William ShottsDownload William Shotts’s PDF E-book The Linux Command Line, 2nd Edition: A Complete Introduction

When I Was a Child I Read Books


Marilynne Robinson - 2012
    Her compelling and demanding collection The Death of Adam—in which she reflected on her Presbyterian upbringing, investigated the roots of Midwestern abolitionism, and mounted a memorable defense of Calvinism—is respected as a classic of the genre, praised by Doris Lessing as “a useful antidote to the increasingly crude and slogan-loving culture we inhabit.” In this new collection she returns to the themes which have preoccupied her work: the role of faith in modern life, the inadequacy of fact, the contradictions inherent in human nature. Clear-eyed and forceful as ever, Robinson demonstrates once again why she is regarded as a modern rhetorical master.

The Little Elixir & OTP Guidebook


Benjamin Tan Wei Hao - 2015
    It combines the productivity and expressivity of Ruby with the concurrency and fault-tolerance of Erlang. Elixir makes full use of Erlang's powerful OTP library, which many developers consider the source of Erlang's greatness, so you can have mature, professional-quality functionality right out of the gate. Elixir's support for functional programming makes it a great choice for highly distributed event-driven applications like IoT systems.The Little Elixir & OTP Guidebook gets you started programming applications with Elixir and OTP. You begin with a quick overview of the Elixir language syntax, along with just enough functional programming to use it effectively. Then, you'll dive straight into OTP and learn how it helps you build scalable, fault-tolerant and distributed applications through several fun examples. Come rediscover the joy of programming with Elixir and remember how it feels like to be a beginner again.

Modern Perl


chromatic - 2010
    With countless satisfied developers, tens of thousands of freely available libraries, and continual improvements to the language and its ecosystem, modern Perl development can be easy, reliable, and fun. To take advantage of the full power of Perl 5--to become a true expert, capable of solving any problem put before you--you must understand the language. Modern Perl explains Perl 5 from theory to implementation, including Perl 5.12.

Where Wizards Stay Up Late: The Origins of the Internet


Katie Hafner - 1996
    Today, twenty million people worldwide are surfing the Net. Where Wizards Stay Up Late is the exciting story of the pioneers responsible for creating the most talked about, most influential, and most far-reaching communications breakthrough since the invention of the telephone. In the 1960's, when computers where regarded as mere giant calculators, J.C.R. Licklider at MIT saw them as the ultimate communications devices. With Defense Department funds, he and a band of visionary computer whizzes began work on a nationwide, interlocking network of computers. Taking readers behind the scenes, Where Wizards Stay Up Late captures the hard work, genius, and happy accidents of their daring, stunningly successful venture.

JavaScript: The Good Parts


Douglas Crockford - 2008
    This authoritative book scrapes away these bad features to reveal a subset of JavaScript that's more reliable, readable, and maintainable than the language as a whole--a subset you can use to create truly extensible and efficient code.Considered the JavaScript expert by many people in the development community, author Douglas Crockford identifies the abundance of good ideas that make JavaScript an outstanding object-oriented programming language-ideas such as functions, loose typing, dynamic objects, and an expressive object literal notation. Unfortunately, these good ideas are mixed in with bad and downright awful ideas, like a programming model based on global variables.When Java applets failed, JavaScript became the language of the Web by default, making its popularity almost completely independent of its qualities as a programming language. In JavaScript: The Good Parts, Crockford finally digs through the steaming pile of good intentions and blunders to give you a detailed look at all the genuinely elegant parts of JavaScript, including:SyntaxObjectsFunctionsInheritanceArraysRegular expressionsMethodsStyleBeautiful featuresThe real beauty? As you move ahead with the subset of JavaScript that this book presents, you'll also sidestep the need to unlearn all the bad parts. Of course, if you want to find out more about the bad parts and how to use them badly, simply consult any other JavaScript book.With JavaScript: The Good Parts, you'll discover a beautiful, elegant, lightweight and highly expressive language that lets you create effective code, whether you're managing object libraries or just trying to get Ajax to run fast. If you develop sites or applications for the Web, this book is an absolute must.

It Occurs to Me That I Am America: New Stories and Art


Jonathan SantloferMary Higgins Clark - 2018
    Many of America’s leading writers and artists openly resist the current administration’s dogma and earliest policy moves, and they’re not about to go gently into that good night. In It Occurs to Me That I Am America: New Stories and Art, more than thirty of the most acclaimed modern writers consider the fundamental ideals of a free, just, and compassionate democracy—through fiction. Featuring artwork by some of today’s best known artists, cartoonists, and graphic novelists—including Art Spiegelman, Roz Chast, Marilyn Minter, and Eric Fischl—who cover political, social, and cultural issues, this anthology is a beautiful, enduring collection that will resonate with anyone concerned with the contest for our American soul.

Social Engineering: The Art of Human Hacking


Christopher Hadnagy - 2010
    Mitnick claims that this socialengineering tactic was the single-most effective method in hisarsenal. This indispensable book examines a variety of maneuversthat are aimed at deceiving unsuspecting victims, while it alsoaddresses ways to prevent social engineering threats.Examines social engineering, the science of influencing atarget to perform a desired task or divulge informationArms you with invaluable information about the many methods oftrickery that hackers use in order to gather information with theintent of executing identity theft, fraud, or gaining computersystem accessReveals vital steps for preventing social engineeringthreatsSocial Engineering: The Art of Human Hacking does itspart to prepare you against nefarious hackers--now you can doyour part by putting to good use the critical information withinits pages.