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.
The Expected Goals Philosophy: A Game-Changing Way of Analysing Football
James Tippett - 2019
The metric gives unparalleled insight into which teams and players are performing at the highest level.Professional gamblers have used Expected Goals to make millions through football betting. Club scouts have used Expected Goals to identify hidden gems in the transfer market. And the media have recently started using Expected Goals to offer more profound insight in their broadcasts.Despite this, most ordinary fans still don’t understand what the Expected Goals method is – or appreciate the significant impact that it is set to have on the sport in coming years.Expected Goals (otherwise known as xG) was originally conjured up by a small corner of the online football analytics community. It didn’t take long for professional gamblers to begin using xG to predict match outcomes. These bettors utilised the Expected Goals method to turn over hundreds of millions of pounds from the bookmakers.Before long, football clubs had caught on to the ground-breaking insight given by xG. Brentford FC were leaders in this field, managing to assemble a Play-Off-reaching squad on a shoe-string budget. In the last five years, the small West London side have turned over more than £100m in transfer profit from their use of the Expected Goals method in player recruitment.More recently, the Expected Goals method has been adopted by the media as a form of insight. Fans are finally catching on to the pioneering means of football analysis. Soon enough, anyone who doesn’t understand the Expected Goals philosophy will be left behind.“This book will make you watch football differently” – Tobias Pedersen“Possibly the most ground-breaking football book ever written” – Football Impact“A brilliant account of the history and future of Expected Goals” – StatShot
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.
Hackers: Heroes of the Computer Revolution
Steven Levy - 1984
That was before one pioneering work documented the underground computer revolution that was about to change our world forever. With groundbreaking profiles of Bill Gates, Steve Wozniak, MIT's Tech Model Railroad Club, and more, Steven Levy's Hackers brilliantly captured a seminal moment when the risk-takers and explorers were poised to conquer twentieth-century America's last great frontier. And in the Internet age, the hacker ethic-first espoused here-is alive and well.
Fluent Python: Clear, Concise, and Effective Programming
Luciano Ramalho - 2015
With this hands-on guide, you'll learn how to write effective, idiomatic Python code by leveraging its best and possibly most neglected features. Author Luciano Ramalho takes you through Python's core language features and libraries, and shows you how to make your code shorter, faster, and more readable at the same time.Many experienced programmers try to bend Python to fit patterns they learned from other languages, and never discover Python features outside of their experience. With this book, those Python programmers will thoroughly learn how to become proficient in Python 3.This book covers:Python data model: understand how special methods are the key to the consistent behavior of objectsData structures: take full advantage of built-in types, and understand the text vs bytes duality in the Unicode ageFunctions as objects: view Python functions as first-class objects, and understand how this affects popular design patternsObject-oriented idioms: build classes by learning about references, mutability, interfaces, operator overloading, and multiple inheritanceControl flow: leverage context managers, generators, coroutines, and concurrency with the concurrent.futures and asyncio packagesMetaprogramming: understand how properties, attribute descriptors, class decorators, and metaclasses work"
FREE Weights and Measures Study Guide: Conversion of over 1,000 units including Length, Area, Volume, Speed, Force, Energy, Electricity, Viscosity, Temperature, & more
MobileReference - 2007
You will use it from high school to college and beyond. The full version is absolutely FREE.
Features
Conversion of over 1,000 units. Metric, English, and US customary systems. Length, Area, Volume, Speed, Force, Energy, Electricity, Viscosity, Temperature, and more. List of powers of 10 prefixes. Explanation of SI writing style. Approximate conversion of units. Clear and concise explanations. Difficult concepts are explained in simple terms. Navigate from Table of Contents or search for words or phrases. Add bookmarks and annotation. Access the guide anytime, anywhere - at home, on the train, in the subway. Use your down time to prepare for an exam. Always have the guide available for a quick reference. Indispensable resource for technical and life science students. The full version is absolutely FREE. FREE updates.
Table of Contents
Conversion of units:
Length: Definition | Conversion Area: Definition | 2-D Formulae | 3-D Formulae | Conversion Volume: Definition | Formulae | Conversion Angle: Definition | Conversion Mass: Definition | Conversion Time: Definition | Conversion Speed: Definition | Conversion Acceleration: Definition | Conversion Force: Definition | Conversion Pressure or mechanical stress: Definition | Conversion Energy, work, or heat: Definition | Conversion Power: Definition | Conversion Angular momentum: Definition | Conversion Electricity: Current | Charge | Resistance | Voltage | Formulae | Conversion Viscosity: Definition | Conversion Information entropy: Definition | Conversion Temperature: Definition | Conversion
Approximate conversion of units
History: Systems of measurement | History of measurement Metric system (SI): Definition | SI writing style | Powers of 10 prefixes Other Systems: English system | Imperial unit | United States customary units | Comparison of the Imperial and U.S. customary systems
The Book of PoC||GTFO
Manul Laphroaig - 2017
Until now, the journal has only been available online or printed and distributed for free at hacker conferences worldwide.Consistent with the journal's quirky, biblical style, this book comes with all the trimmings: a leatherette cover, ribbon bookmark, bible paper, and gilt-edged pages. The book features more than 80 technical essays from numerous famous hackers, authors of classics like "Reliable Code Execution on a Tamagotchi," "ELFs are Dorky, Elves are Cool," "Burning a Phone," "Forget Not the Humble Timing Attack," and "A Sermon on Hacker Privilege." Twenty-four full-color pages by Ange Albertini illustrate many of the clever tricks described in the text.
Cassandra: The Definitive Guide
Eben Hewitt - 2010
Cassandra: The Definitive Guide provides the technical details and practical examples you need to assess this database management system and put it to work in a production environment.Author Eben Hewitt demonstrates the advantages of Cassandra's nonrelational design, and pays special attention to data modeling. If you're a developer, DBA, application architect, or manager looking to solve a database scaling issue or future-proof your application, this guide shows you how to harness Cassandra's speed and flexibility.Understand the tenets of Cassandra's column-oriented structureLearn how to write, update, and read Cassandra dataDiscover how to add or remove nodes from the cluster as your application requiresExamine a working application that translates from a relational model to Cassandra's data modelUse examples for writing clients in Java, Python, and C#Use the JMX interface to monitor a cluster's usage, memory patterns, and moreTune memory settings, data storage, and caching for better performance
Endless Perfect Circles: Lessons from the little-known world of ultradistance cycling
Ian Walker - 2020
The Taking of MH370
Jeff Wise - 2019
""It’s an astonishing performance. Wise goes through every piece of evidence, every report, every word and comes to the conclusion that investigators were deliberately and brilliantly misled by whoever took over the plane to look in the wrong place. Read this stunning piece of investigative journalism and see if he convinces you." -- John Podhoretz, Commentary magazine. Five years after a state-of-the-art Boeing 777 vanished into the night over the South China Sea, renowned science and aviation author Jeff Wise offers a compelling and detailed account of what happened that night and in the months and years that followed. In his follow-up to "The Plane That Wasn't There," named the Best Kindle Single of 2015, Wise walks readers through the many developments that have taken place in the meantime and explains why despite spending hundreds of millions of dollars and searching an area of seabed the size of Great Britain, authorities were unable to locate the plane's wreckage. Officials and independent experts were stunned by their failure, but Wise predicted it four years ago. Here he distills the fruits of exhaustive research and arrives at a conclusion that upends our understanding of what humans are capable of, both technologically and morally. Jeff Wise is a science journalist specializing in aviation and psychology. A licensed pilot of gliders and light airplanes, he has also written for New York, the New York Times, Time, Businessweek, Esquire, Popular Mechanics, and many others. He is also the author of Extreme Fear: The Science of Your Mind in Danger. A native of Massachusetts, he lives outside New York City with his wife and two sons.
Conspiracies Declassified: The Skeptoid Guide to the Truth Behind the Theories
Brian Dunning - 2018
From the moon landing hoax, to chemtrails, to the mind control dangers of fluoride, Dunning is here to sort the truth from the lies to tell you what really happened.
The Pragmatic Programmer: From Journeyman to Master
Andy Hunt - 1999
It covers topics ranging from personal responsibility and career development to architectural techniques for keeping your code flexible and easy to adapt and reuse. Read this book, and you'll learn how toFight software rot; Avoid the trap of duplicating knowledge; Write flexible, dynamic, and adaptable code; Avoid programming by coincidence; Bullet-proof your code with contracts, assertions, and exceptions; Capture real requirements; Test ruthlessly and effectively; Delight your users; Build teams of pragmatic programmers; and Make your developments more precise with automation. Written as a series of self-contained sections and filled with entertaining anecdotes, thoughtful examples, and interesting analogies,
The Pragmatic Programmer
illustrates the best practices and major pitfalls of many different aspects of software development. Whether you're a new coder, an experienced programmer, or a manager responsible for software projects, use these lessons daily, and you'll quickly see improvements in personal productivity, accuracy, and job satisfaction. You'll learn skills and develop habits and attitudes that form the foundation for long-term success in your career. You'll become a Pragmatic Programmer.
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?
Boardgames That Tell Stories
Ignacy Trzewiczek - 2014
Book that tell an extraordinary story about game design. Learn about terryfying presentation of International Gamers Nominee Pret-a-Porter. Learn how much time was needed to design Golden Geek Best Card Game nominee 51st State. Learn how kids helped designind Dice Tower nominee Robinson Crusoe...Read stories behind scenes. Learn about designing one of the most popular boardgames. You find them all in this one book.
No Exit: Struggling to Survive a Modern Gold Rush
Gideon Lewis-Kraus - 2014
They're burning through cash, sales have stalled, and investors are nowhere to be found. Welcome to the reality of the new tech boom. Sure, it has produced its glittering share of billion-dollar "exits." But for the vast majority of startups life is nasty, brutish, and short on glamour. NO EXIT explores the feverish world of company founders who are desperately trying to keep their dream afloat. It’s a harrowing and hilarious look at the Silicon Valley no one sees. This is an extended version of a story that appears in the May 2014 issue of WIRED magazine.