Meditation for Warriors


Loren W. Christensen - 2013
    Nor do you need to burn incense or rub crystals.This book shows you easy ways to meditate whenever and wherever you want—you’ll learn how to do it without anyone knowing—and still hang out with your military pals, cop buddies, and fellow martial arts students. You can still own a pit bull, drive a Harley, and share lies with your drinking buddies. The same is true whether you’re a firefighter, doorman, bodyguard, medic, or security officer. The simple fact is, meditation as taught within these pages, will make you a better warrior.

Nine Algorithms That Changed the Future: The Ingenious Ideas That Drive Today's Computers


John MacCormick - 2012
    A simple web search picks out a handful of relevant needles from the world's biggest haystack: the billions of pages on the World Wide Web. Uploading a photo to Facebook transmits millions of pieces of information over numerous error-prone network links, yet somehow a perfect copy of the photo arrives intact. Without even knowing it, we use public-key cryptography to transmit secret information like credit card numbers; and we use digital signatures to verify the identity of the websites we visit. How do our computers perform these tasks with such ease? This is the first book to answer that question in language anyone can understand, revealing the extraordinary ideas that power our PCs, laptops, and smartphones. Using vivid examples, John MacCormick explains the fundamental "tricks" behind nine types of computer algorithms, including artificial intelligence (where we learn about the "nearest neighbor trick" and "twenty questions trick"), Google's famous PageRank algorithm (which uses the "random surfer trick"), data compression, error correction, and much more. These revolutionary algorithms have changed our world: this book unlocks their secrets, and lays bare the incredible ideas that our computers use every day.

The Manager's Path: A Guide for Tech Leaders Navigating Growth and Change


Camille Fournier - 2017
    Tech companies in general lack the experience, tools, texts, and frameworks to do it well. And the handful of books that share tips and tricks of engineering management don t explain how to supervise employees in the face of growth and change.In this book, author Camille Fournier takes you through the stages of technical management, from mentoring interns to working with the senior staff. You ll get actionable advice for approaching various obstacles in your path, whether you re a new manager, a mentor, or a more experienced leader looking for fresh advice. Pick up this book and learn how to become a better manager and leader in your organization. * Discover how to manage small teams and large/multi-level teams * Understand how to build and bootstrap a unifying culture in teams * Deal with people problems and learn how to mentor other managers and new leaders * Learn how to manage yourself: avoid common pitfalls that challenge many leaders * Obtain several practices that you can incorporate and practice along the way

Quantum Computing Since Democritus


Scott Aaronson - 2013
    Full of insights, arguments and philosophical perspectives, the book covers an amazing array of topics. Beginning in antiquity with Democritus, it progresses through logic and set theory, computability and complexity theory, quantum computing, cryptography, the information content of quantum states and the interpretation of quantum mechanics. There are also extended discussions about time travel, Newcomb's Paradox, the anthropic principle and the views of Roger Penrose. Aaronson's informal style makes this fascinating book accessible to readers with scientific backgrounds, as well as students and researchers working in physics, computer science, mathematics and philosophy.

The Exponential Age: How Accelerating Technology is Transforming Business, Politics and Society


Azeem Azhar - 2021
    It all points to a world that is getting faster at a dizzying pace.Azeem Azhar, renowned technology analyst and host of the Exponential View podcast, offers a revelatory new model for understanding how technology is evolving so fast, and why it fundamentally alters the world. He roots his analysis in the idea of an “exponential gap” in which technological developments rapidly outpace our society’s ability to catch up. Azhar shows that this divide explains many problems of our time—from political polarization to ballooning inequality to unchecked corporate power. With stunning clarity of vision, he delves into how the exponential gap is a near-inevitable consequence of the rise of AI, automation, and other exponential technologies, like renewable energy, 3D printing, and synthetic biology, which loom over the horizon.And he offers a set of policy solutions that can prevent the growing exponential gap from fragmenting, weakening, or even destroying our societies. The result is a wholly new way to think about technology, one that will transform our understanding of the economy, politics, and the future.

Working Effectively with Legacy Code


Michael C. Feathers - 2004
    This book draws on material Michael created for his renowned Object Mentor seminars, techniques Michael has used in mentoring to help hundreds of developers, technical managers, and testers bring their legacy systems under control. The topics covered include: Understanding the mechanics of software change, adding features, fixing bugs, improving design, optimizing performance Getting legacy code into a test harness Writing tests that protect you against introducing new problems Techniques that can be used with any language or platform, with examples in Java, C++, C, and C# Accurately identifying where code changes need to be made Coping with legacy systems that aren't object-oriented Handling applications that don't seem to have any structureThis book also includes a catalog of twenty-four dependency-breaking techniques that help you work with program elements in isolation and make safer changes.

The Nature of Code


Daniel Shiffman - 2012
    Readers will progress from building a basic physics engine to creating intelligent moving objects and complex systems, setting the foundation for further experiments in generative design. Subjects covered include forces, trigonometry, fractals, cellular automata, self-organization, and genetic algorithms. The book's examples are written in Processing, an open-source language and development environment built on top of the Java programming language. On the book's website (http://www.natureofcode.com), the examples run in the browser via Processing's JavaScript mode.

Educational Research: An Introduction


Meredith D. Gall - 1977
    A comprehensive introduction to the major research methods and types of data analysis used today, this text provides in-depth coverage of all facets of research, from the epistemology of quantitative and qualitative scientific inquiry to the design, data collection, analysis, and reporting of a completed study.

The Naked House: Five Principles for a Minimalist Home


Mollie Player - 2020
    

Algorithms of Oppression: How Search Engines Reinforce Racism


Safiya Umoja Noble - 2018
    But, if you type in "white girls," the results are radically different. The suggested porn sites and un-moderated discussions about "why black women are so sassy" or "why black women are so angry" presents a disturbing portrait of black womanhood in modern society.In Algorithms of Oppression, Safiya Umoja Noble challenges the idea that search engines like Google offer an equal playing field for all forms of ideas, identities, and activities. Data discrimination is a real social problem; Noble argues that the combination of private interests in promoting certain sites, along with the monopoly status of a relatively small number of Internet search engines, leads to a biased set of search algorithms that privilege whiteness and discriminate against people of color, specifically women of color.Through an analysis of textual and media searches as well as extensive research on paid online advertising, Noble exposes a culture of racism and sexism in the way discoverability is created online. As search engines and their related companies grow in importance - operating as a source for email, a major vehicle for primary and secondary school learning, and beyond - understanding and reversing these disquieting trends and discriminatory practices is of utmost importance.An original, surprising and, at times, disturbing account of bias on the internet, Algorithms of Oppression contributes to our understanding of how racism is created, maintained, and disseminated in the 21st century.

Algorithms


Robert Sedgewick - 1983
    This book surveys the most important computer algorithms currently in use and provides a full treatment of data structures and algorithms for sorting, searching, graph processing, and string processing -- including fifty algorithms every programmer should know. In this edition, new Java implementations are written in an accessible modular programming style, where all of the code is exposed to the reader and ready to use.The algorithms in this book represent a body of knowledge developed over the last 50 years that has become indispensable, not just for professional programmers and computer science students but for any student with interests in science, mathematics, and engineering, not to mention students who use computation in the liberal arts.The companion web site, algs4.cs.princeton.edu contains An online synopsis Full Java implementations Test data Exercises and answers Dynamic visualizations Lecture slides Programming assignments with checklists Links to related material The MOOC related to this book is accessible via the "Online Course" link at algs4.cs.princeton.edu. The course offers more than 100 video lecture segments that are integrated with the text, extensive online assessments, and the large-scale discussion forums that have proven so valuable. Offered each fall and spring, this course regularly attracts tens of thousands of registrants.Robert Sedgewick and Kevin Wayne are developing a modern approach to disseminating knowledge that fully embraces technology, enabling people all around the world to discover new ways of learning and teaching. By integrating their textbook, online content, and MOOC, all at the state of the art, they have built a unique resource that greatly expands the breadth and depth of the educational experience.

The Driver in the Driverless Car: How Our Technology Choices Will Create the Future


Vivek Wadhwa - 2017
    Another is composing classical music. Labs are creating life-forms from synthetic DNA. A doctor designs an artificial trachea, uses a 3D printer to produce it, and implants it and saves a child's life. Astonishing technological advances like these are arriving in increasing numbers. Scholar and entrepreneur Vivek Wadhwa uses this book to alert us to dozens of them and raise important questions about what they may mean for us. Breakthroughs such as personalized genomics, self-driving vehicles, drones, and artificial intelligence could make our lives healthier, safer, and easier. But the same technologies raise the specter of a frightening, alienating future: eugenics, a jobless economy, complete loss of privacy, and ever-worsening economic inequality. As Wadhwa puts it, our choices will determine if our future is Star Trek or Mad Max. Wadhwa offers us three questions to ask about every emerging technology: Does it have the potential to benefit everyone equally? What are its risks and rewards? And does it promote autonomy or dependence? Looking at a broad array of advances in this light, he emphasizes that the future is up to us to create--that even if our hands are not on the wheel, we will decide the driverless car's destination.ContentsPreface IntroductionPART ONE: The Here and Now1. A bitter taste of dystopia2. Welcome to Moore’s world3. How change will affect us personally and why choices matter4. If change is always the answer, what are the questions?PART TWO: Does the technology have the potential to benefit everyone equally?5. The amazing and scary rise of Artificial Intelligence6. Remaking education with avatars and A.I.7. We are becoming data; our doctors, softwarePART THREE: What are the risks and the rewards?8. Robotics and Biology: The inevitable merging of man and machine9. Security and privacy in an era of ubiquitous connectivity10. The drones are coming11. Designer genes, the bacteria in our guts, and precision medicinePART FOUR: Does the technology foster autonomy or dependency?12. Your own private driver: Self-driving cars, trucks, and planes13. When your scale talks to your refrigerator: The Internet of Things14. The future of your body is electric15. Almost free energy and foodConclusion: So will it be Star Trek or Mad Max?NotesAcknowledgmentsIndexAbout the authors

Macroeconomics: Theories and Policies


Richard T. Froyen - 1983
    Now revised and updated to include expanded coverage of monetary policy, this volume traces the history of macroeconomics and the evolution of macroeconomic thought and the resulting theory and policy.

The Serendipity Mindset: The Art and Science of Creating Good Luck


Christian Busch - 2020
    Often we think that successful people--and successful companies and organizations--are simply luckier than the rest of us. Good fortune--serendipity--just seems to happen to them.Is that true? Or are some people better at creating the conditions for coincidences to arise and taking advantage of them when they do? How can we connect the dots of seemingly random events to improve our lives?In The Serendipity Mindset, Christian Busch explains that serendipity isn't about luck in the sense of simple randomness. It's about seeing links that others don't, combining these observations in unexpected and strategic ways, and learning how to detect the moments when apparently random or unconnected ideas merge to form new opportunities. Busch explores serendipity from a rational and scientific perspective and argues that there are identifiable approaches we can use to foster the conditions to let serendipity grow. Drawing from biology, chemistry, management, and information systems, and using examples of people from all walks of life, Busch illustrates how serendipity works and explains how we can train our own serendipity muscle and use it to turn the unexpected into opportunity. Once we understand serendipity, Busch says, we become curators of it, and luck becomes something that no longer just happens to us--it becomes a force that we can grasp, shape, and hone.Full of exciting ideas and strategies, The Serendipity Mindset offers a clear blueprint for how we can cultivate serendipity to increase innovation, influence, and opportunity in every aspect of our lives.

The Pattern on the Stone: The Simple Ideas that Make Computers Work


William Daniel Hillis - 1998
    What they don't realize—and what Daniel Hillis's short book brilliantly demonstrates—is that computers' seemingly complex operations can be broken down into a few simple parts that perform the same simple procedures over and over again.Computer wizard Hillis offers an easy-to-follow explanation of how data is processed that makes the operations of a computer seem as straightforward as those of a bicycle. Avoiding technobabble or discussions of advanced hardware, the lucid explanations and colorful anecdotes in The Pattern on the Stone go straight to the heart of what computers really do.Hillis proceeds from an outline of basic logic to clear descriptions of programming languages, algorithms, and memory. He then takes readers in simple steps up to the most exciting developments in computing today—quantum computing, parallel computing, neural networks, and self-organizing systems.Written clearly and succinctly by one of the world's leading computer scientists, The Pattern on the Stone is an indispensable guide to understanding the workings of that most ubiquitous and important of machines: the computer.