Book picks similar to
Chipmakers, The by Time-Life Books
science
in-collection
tech
computer-science
Lauren Ipsum
Carlos Bueno - 2011
If the idea of a computer science book without computers upsets you, please close your eyes until you’ve finished reading the rest of this page.The truth is that computer science is not really about the computer. It is just a tool to help you see ideas more clearly. You can see the moon and stars without a telescope, smell the flowers without a fluoroscope, have fun without a funoscope, and be silly sans oscilloscope.You can also play with computer science without... you-know-what. Ideas are the real stuff of computer science. This book is about those ideas, and how to find them.
You Had Me at "Hello, World": Mentoring Sessions with Industry Leaders at Microsoft, Facebook, Google, Amazon, Zynga and more!
Dona Sarkar - 2015
Instead they shared with me their "career acumen" secrets, things they wished they had learned at school, but instead have had to learn the hard way..through years of experience. In this book, you will hear these leaders' secrets around: -Finding and using your superpowers , the qualities that make you completely unique and memorable - A script for how to negotiate your salary (in a non-aggressive way) and influence your managers and peers from day one - How to do that infamous "networking" thing everyone talks about, especially if you're not a networking event kind of person - How to have professional presence that sets you apart from everyone else - How to hit the ground running in the first 100 days and be the "rockstar" employee everyone talks about and wishes they could hire more of I've had all kinds of adventures during my 10 years of engineering at Microsoft but my absolute favorite thing has been building relationships, speaking to, and mentoring people (both in and out of the tech industry) on how to achieve their career goals while still being themselves. When I interviewed 25 tech leaders for advice on the questions I get over and over, I wanted to share it with more than just my mentees. This book is full of practical, do-today things as well as "scripts" and email templates that we have all actually used. Read the book and let's talk. I love reaching and meeting new people and you can now consider me “in your network” and I hope I can do the same for you. My best always, Dona
Quantum Physics for Beginners: From Wave Theory to Quantum Computing. Understanding How Everything Works by a Simplified Explanation of Quantum Physics and Mechanics Principles
Carl J. Pratt - 2021
All-New Amazon Fire TV Stick User Guide - Newbie to Expert in 1 Hour!
Tom Edwards - 2014
From the Number 1 Best Selling authors in Computers and Technology, this clear and concise guide will show you how to get the very best from your new Amazon Fire TV Streaming Stick Media Player. Step by step instructions will take you from newbie to expert in just one hour! About the Authors: Tom and Jenna Edwards are the Amazon Tech authors behind the Number 1 Best-selling e-books 250+ Best Kindle Fire HD Apps for the New Kindle Fire Owner and Kindle Fire HDX User Guide: Newbie to Expert in 2 Hours!
Research Methods in Language Learning
David Nunan - 1992
This book is intended to help readers understand and critique research in language learning. It presents a balanced and objective view of a range of methods - including formal experiments, introspective methods, interaction and transcript analysis, ethnography, and case studies. The book is highly accessible and does not assume specialist or technical knowledge. This volume will be of interest to students of applied linguistics and educational researchers, in addition to classroom teachers and teachers-in-training. Throughout the book, theoretical issues are drawn from published studies and reports. The book emphasizes the professional and practical value of reading published research.
Algorithms to Live By: The Computer Science of Human Decisions
Brian Christian - 2016
What should we do, or leave undone, in a day or a lifetime? How much messiness should we accept? What balance of new activities and familiar favorites is the most fulfilling? These may seem like uniquely human quandaries, but they are not: computers, too, face the same constraints, so computer scientists have been grappling with their version of such issues for decades. And the solutions they've found have much to teach us.In a dazzlingly interdisciplinary work, acclaimed author Brian Christian and cognitive scientist Tom Griffiths show how the algorithms used by computers can also untangle very human questions. They explain how to have better hunches and when to leave things to chance, how to deal with overwhelming choices and how best to connect with others. From finding a spouse to finding a parking spot, from organizing one's inbox to understanding the workings of memory, Algorithms to Live By transforms the wisdom of computer science into strategies for human living.
A Thousand Brains: A New Theory of Intelligence
Jeff Hawkins - 2021
For all of neuroscience's advances, we've made little progress on its biggest question: How do simple cells in the brain create intelligence? Jeff Hawkins and his team discovered that the brain uses maplike structures to build a model of the world-not just one model, but hundreds of thousands of models of everything we know. This discovery allows Hawkins to answer important questions about how we perceive the world, why we have a sense of self, and the origin of high-level thought.
The Economist - US Edition
The Economist - 2011
Download issues at no extra cost from Archived Items. The Economist is the premier source for the analysis of world business and current affairs, providing authoritative insight and opinion on international news, world politics, business, finance, science and technology, as well as overviews of cultural trends and regular Special reports on industries and countries. Established in 1843 to campaign against the protectionist corn laws, The Economist remains, in the second half of its second century, true to the liberal principles of its founder. James Wilson, a hat maker from the small Scottish town of Hawick, believed in free trade, internationalism and minimum interference by government, especially in the affairs of the market. The Economist also takes a fiercely independent stance on social issues, from gay marriage to the legalisation of drugs, but its main service to its readers is as a global newspaper: To uncover new ideas from all around the world. The Kindle Edition of The Economist contains all of the articles and graphics found in the print edition, but will not include all photos. For your convenience, issues are auto-delivered wirelessly to your Kindle each Friday at the same time the print edition hits the newsstand.
The Age of Spiritual Machines: When Computers Exceed Human Intelligence
Ray Kurzweil - 1998
Now he offers a framework for envisioning the twenty-first century--an age in which the marriage of human sensitivity and artificial intelligence fundamentally alters and improves the way we live. Kurzweil's prophetic blueprint for the future takes us through the advances that inexorably result in computers exceeding the memory capacity and computational ability of the human brain by the year 2020 (with human-level capabilities not far behind); in relationships with automated personalities who will be our teachers, companions, and lovers; and in information fed straight into our brains along direct neural pathways. Optimistic and challenging, thought-provoking and engaging, The Age of Spiritual Machines is the ultimate guide on our road into the next century.
Java Concurrency in Practice
Brian Goetz - 2005
Now this same team provides the best explanation yet of these new features, and of concurrency in general. Concurrency is no longer a subject for advanced users only. Every Java developer should read this book."--Martin BuchholzJDK Concurrency Czar, Sun Microsystems"For the past 30 years, computer performance has been driven by Moore's Law; from now on, it will be driven by Amdahl's Law. Writing code that effectively exploits multiple processors can be very challenging. Java Concurrency in Practice provides you with the concepts and techniques needed to write safe and scalable Java programs for today's--and tomorrow's--systems."--Doron RajwanResearch Scientist, Intel Corp"This is the book you need if you're writing--or designing, or debugging, or maintaining, or contemplating--multithreaded Java programs. If you've ever had to synchronize a method and you weren't sure why, you owe it to yourself and your users to read this book, cover to cover."--Ted NewardAuthor of Effective Enterprise Java"Brian addresses the fundamental issues and complexities of concurrency with uncommon clarity. This book is a must-read for anyone who uses threads and cares about performance."--Kirk PepperdineCTO, JavaPerformanceTuning.com"This book covers a very deep and subtle topic in a very clear and concise way, making it the perfect Java Concurrency reference manual. Each page is filled with the problems (and solutions!) that programmers struggle with every day. Effectively exploiting concurrency is becoming more and more important now that Moore's Law is delivering more cores but not faster cores, and this book will show you how to do it."--Dr. Cliff ClickSenior Software Engineer, Azul Systems"I have a strong interest in concurrency, and have probably written more thread deadlocks and made more synchronization mistakes than most programmers. Brian's book is the most readable on the topic of threading and concurrency in Java, and deals with this difficult subject with a wonderful hands-on approach. This is a book I am recommending to all my readers of The Java Specialists' Newsletter, because it is interesting, useful, and relevant to the problems facing Java developers today."--Dr. Heinz KabutzThe Java Specialists' Newsletter"I've focused a career on simplifying simple problems, but this book ambitiously and effectively works to simplify a complex but critical subject: concurrency. Java Concurrency in Practice is revolutionary in its approach, smooth and easy in style, and timely in its delivery--it's destined to be a very important book."--Bruce TateAuthor of Beyond Java" Java Concurrency in Practice is an invaluable compilation of threading know-how for Java developers. I found reading this book intellectually exciting, in part because it is an excellent introduction to Java's concurrency API, but mostly because it captures in a thorough and accessible way expert knowledge on threading not easily found elsewhere."--Bill VennersAuthor of Inside the Java Virtual MachineThreads are a fundamental part of the Java platform. As multicore processors become the norm, using concurrency effectively becomes essential for building high-performance applications. Java SE 5 and 6 are a huge step forward for the development of concurrent applications, with improvements to the Java Virtual Machine to support high-performance, highly scalable concurrent classes and a rich set of new concurrency building blocks. In Java Concurrency in Practice , the creators of these new facilities explain not only how they work and how to use them, but also the motivation and design patterns behind them.However, developing, testing, and debugging multithreaded programs can still be very difficult; it is all too easy to create concurrent programs that appear to work, but fail when it matters most: in production, under heavy load. Java Concurrency in Practice arms readers with both the theoretical underpinnings and concrete techniques for building reliable, scalable, maintainable concurrent applications. Rather than simply offering an inventory of concurrency APIs and mechanisms, it provides design rules, patterns, and mental models that make it easier to build concurrent programs that are both correct and performant.This book covers:Basic concepts of concurrency and thread safety Techniques for building and composing thread-safe classes Using the concurrency building blocks in java.util.concurrent Performance optimization dos and don'ts Testing concurrent programs Advanced topics such as atomic variables, nonblocking algorithms, and the Java Memory Model
Linked: How Everything Is Connected to Everything Else and What It Means for Business, Science, and Everyday Life
Albert-László Barabási - 2002
Albert-László Barabási, the nation’s foremost expert in the new science of networks and author of Bursts, takes us on an intellectual adventure to prove that social networks, corporations, and living organisms are more similar than previously thought. Grasping a full understanding of network science will someday allow us to design blue-chip businesses, stop the outbreak of deadly diseases, and influence the exchange of ideas and information. Just as James Gleick and the Erdos–Rényi model brought the discovery of chaos theory to the general public, Linked tells the story of the true science of the future and of experiments in statistical mechanics on the internet, all vital parts of what would eventually be called the Barabási–Albert model.
The Way to Go: A Thorough Introduction to the Go Programming Language
Ivo Balbaert - 2012
"
Understanding and Using C Pointers
Richard Reese - 2013
With this practical book, you’ll learn how pointers provide the mechanism to dynamically manipulate memory, enhance support for data structures, and enable access to hardware. Author Richard Reese shows you how to use pointers with arrays, strings, structures, and functions, using memory models throughout the book.Difficult to master, pointers provide C with much flexibility and power—yet few resources are dedicated to this data type. This comprehensive book has the information you need, whether you’re a beginner or an experienced C or C++ programmer or developer.Get an introduction to pointers, including the declaration of different pointer typesLearn about dynamic memory allocation, de-allocation, and alternative memory management techniquesUse techniques for passing or returning data to and from functionsUnderstand the fundamental aspects of arrays as they relate to pointersExplore the basics of strings and how pointers are used to support themExamine why pointers can be the source of security problems, such as buffer overflowLearn several pointer techniques, such as the use of opaque pointers, bounded pointers and, the restrict keyword
The Bearded Dragon Manual
Philippe De Vosjoli - 2001
Since reptiles are cold-blooded creatures, most humans don't instinctively understand their requirements the way they understand the needs of a cat or dog. Herp expert Philippe de Vosjoli and his team of veterinarians and authors seek to make keepers confident in their ability to properly care for their bearded dragons through this most informative book. A key component of caring for bearded dragons, according to the authors, is recognizing that their needs change as they develop. De Vosjoli states in the introduction to the book, "Looking at the life stages of bearded dragons also made [the authors] aware that, like humans, they undergo changes in growth and behavior, which may require the dedicated owner to make adjustments in husbandry (and general care) to meet the needs of each life style." The Bearded Dragon Manual is the first book to present this information that is so critical to the proper maintenance of these very popular reptiles.Colorfully illustrated, The Bearded Dragon Manual provides chapter-length coverage on the following topics: selecting a dragon, making a home for a dragon, heating and lighting, diet and feeding management, and behavior. The feeding chapter, which includes as age-by-age guide to nutrition, was co-written with veterinarian Dr. Susan Donoghue. A chapter on breeding discusses strategies for breeding dragons, requirements, conditioning, incubation, and potential problems encountered. Lizard vet extraordinaire Dr. Roger Klingenberg has written a chapter on recognizing and treating bearded dragon diseases, in which he discusses how to recognize a sick dragon, various internal and external parasites, nutritional disorders as well as kidney disease, prolapses, egg-binding, respiratory infections, and eye problems. The chapter concludes with a four-page chart for troubleshooting health problems. Herb expert Jerry Cole has provided a special chapter on frilled dragons, an agamid similar to the bearded dragon that has attracted many bearded dragon fans. Appendices and index included.
Tug of War: Classical Versus "Modern" Dressage: Why Classical Training Works and How Incorrect "Modern" Riding Negatively Affects Horses' Health
Gerd Heuschmann - 2007
Gerd Heuschmann is well-known in dressage circles—admired for his plain speaking regarding what he deems the incorrect and damaging training methods commonly employed by riders and trainers involved in competition today. Here, he presents an intelligent and thought-provoking exploration of both classical and "modern" training methods, including "hyperflexion" (also known as Rollkur), against a practical backdrop of the horse's basic anatomy and physiology. In a detailed yet comprehensible fashion, Dr. Heuschmann describes parts of the horse's body that need to be correctly developed by the dressage rider. He then examines how they function both individually and within an anatomical system, and how various schooling techniques affect these parts for the good, or for the bad. Using vivid color illustrations of the horse's skeletal system, ligaments, and musculature, in addition to comparative photos depicting "correct" versus "incorrect" movement—and most importantly, photos of damaging schooling methods—Dr. Heuschmann convincingly argues that the horse's body tells us whether our riding is truly gymnasticizing and "building the horse up," or simply wearing it down and tearing it apart. He then outlines his ideal "physiological education" of the horse. Training should mirror the mental and physical development of the horse, fulfilling "classical" requirements—such as regularity of the three basic gaits, suppleness, and acceptance of the bit—rather than disregarding time-tested values for quick fixes that could lead to the degradation of the horse's well-being. Dr. Heuschmann's assertion that the true objectives of dressage schooling must never be eclipsed by simple "mechanical perfection" is certain to inspire riders at all levels to examine their riding, their riding goals, and the techniques they employ while pursuing them.