Making Things Move: DIY Mechanisms for Inventors, Hobbyists, and Artists


Dustyn Roberts - 2010
    Photographs, illustrations, screen shots, and images of 3D models are included for each project.This unique resource emphasizes using off-the-shelf components, readily available materials, and accessible fabrication techniques. Simple projects give you hands-on practice applying the skills covered in each chapter, and more complex projects at the end of the book incorporate topics from multiple chapters. Turn your imaginative ideas into reality with help from this practical, inventive guide.Discover how to:Find and select materialsFasten and join partsMeasure force, friction, and torqueUnderstand mechanical and electrical power, work, and energyCreate and control motionWork with bearings, couplers, gears, screws, and springsCombine simple machines for work and funProjects include:Rube Goldberg breakfast machineMousetrap powered carDIY motor with magnet wireMotor direction and speed controlDesigning and fabricating spur gearsAnimated creations in paperAn interactive rotating platformSmall vertical axis wind turbineSADbot: the seasonally affected drawing robotMake Great Stuff!TAB, an imprint of McGraw-Hill Professional, is a leading publisher of DIY technology books for makers, hackers, and electronics hobbyists.

The Complete Book of the SR-71 Blackbird


Richard Graham - 2015
    The Lockheed SR-71 Blackbird spy plane flew more than three-and-a-half times the speed of sound--so fast that no other aircraft could catch it. Above 80,000 feet, its pilots had to wear full-pressure flight suits similar to what was used aboard the space shuttle.Developed by the renowned Lockheed Skunk Works, the SR-71 was an awesome aircraft in every respect. It was withdrawn from use in 1998, when it was superseded by satellite technology. Twelve of the thirty-two aircraft were destroyed in accidents, but none were ever lost to enemy action.Throughout its thirty-four-year career, the SR-71 was the world's fastest and highest-flying operational manned aircraft. It set world records for altitude and speed: an absolute altitude record of 85,069 feet and an absolute speed record of 2,193.2 miles per hour.The Complete Book of the SR-71 Blackbird covers every aspect of the SR-71's development, manufacture, modification, and active service from the insider's perspective of one of its pilots and is lavishly illustrated with more than 400 photos. Former pilot and author Richard Graham also examines each of the fifty planes that came out the SR-71 program (fifteen A-12s; three YF-12s; and thirty-two SR-71s) and tells each plane's history, its unique specifications, and where each currently resides.

Dr. Space: The Life of Wernher Von Braun


Bob Ward - 2005
    Explores the life and achievements of the rocketry pioneer who designed rockets for the Nazi war effort early in his career and later became a leading figure in the American space program.

HTML and CSS: Design and Build Websites


Jon Duckett - 2011
    Joining the professional web designers and programmers are new audiences who need to know a little bit of code at work (update a content management system or e-commerce store) and those who want to make their personal blogs more attractive. Many books teaching HTML and CSS are dry and only written for those who want to become programmers, which is why this book takes an entirely new approach. • Introduces HTML and CSS in a way that makes them accessible to everyone—hobbyists, students, and professionals—and it’s full-color throughout • Utilizes information graphics and lifestyle photography to explain the topics in a simple way that is engaging • Boasts a unique structure that allows you to progress through the chapters from beginning to end or just dip into topics of particular interest at your leisureThis educational book is one that you will enjoy picking up, reading, then referring back to. It will make you wish other technical topics were presented in such a simple, attractive and engaging way!

iPod, Therefore I Am


Dylan Jones - 2005
    Small, sleek, and sexy, but with the capacity to hold up to ten thousand songs, the iPod has stunned music lovers and gadget enthusiasts around the world. It has delighted indie-rock college kids and elderly jazz fans, classical musical buffs and teenage hip-hop hustlers, almost no technology has so seamlessly crossed the great divide. In iPod, Therefore I Am, Jones tells the story of his own entrée into this exponentially growing cult, taking the reader on a hilariously candid journey through his lifelong addiction to all genres of music, however unfashionable. Along the way, he gives a tantalizing behind-the-scenes look at the genesis of the iPod, from its original conception by Steve Jobs, the man who famously reinvented Apple Computer, to the landmark design of Jonathan Ive, the innovative designer who has become a legend in his own time. Behind it all, we get an insight into the way that the iPod has radically transformed the way we approach music, listen to music, and possess music—turning all of us into curators. Appendices containing Jones's top playlists and his expert tips on getting the most out of your iPod make this love song to the iPod as practical as it is entertaining.

Beyond: The Astonishing Story of the First Human to Leave Our Planet and Journey into Space


Stephen Walker - 2021
    April 12, 1961. A top secret rocket site in the USSR. A young Russian sits inside a tiny capsule on top of the Soviet Union’s most powerful intercontinental ballistic missile—originally designed to carry a nuclear warhead—and blasts into the skies. His name is Yuri Gagarin. And he is about to make history. Travelling at almost 18,000 miles per hour—ten times faster than a rifle bullet—Gagarin circles the globe in just 106 minutes. From his windows he sees the earth as nobody has before, crossing a sunset and a sunrise, crossing oceans and continents, witnessing its beauty and its fragility. While his launch begins in total secrecy, within hours of his landing he has become a world celebrity – the first human to leave the planet. Beyond tells the thrilling story behind that epic flight on its 60th anniversary. It happened at the height of the Cold War as the US and USSR confronted each other across an Iron Curtain. Both superpowers took enormous risks to get a man into space first, the Americans in the full glare of the media, the Soviets under deep cover. Both trained their teams of astronauts to the edges of the endurable. In the end the race between them would come down to the wire.Drawing on extensive original research and the vivid testimony of eyewitnesses, many of whom have never spoken before, Stephen Walker unpacks secrets that were hidden for decades and takes the reader into the drama of one of humanity’s greatest adventures – to the scientists, engineers and political leaders on both sides, and above all to the American astronauts and their Soviet rivals battling for supremacy in the heavens.

Metamagical Themas: Questing for the Essence of Mind and Pattern


Douglas R. Hofstadter - 1985
    Hofstadter's collection of quirky essays is unified by its primary concern: to examine the way people perceive and think.

Zero to Maker: Learn (Just Enough) to Make (Just About) Anything


David Lang - 2013
    You’ll discover how to navigate this new community, and find the best resources for learning the tools and skills you need to be a dynamic maker in your own right.Lang reveals how he became a pro maker after losing his job, and how the experience helped him start OpenROV—a DIY community and product line focused on open source undersea exploration. It all happened once he became an active member of the Maker culture. Ready to take the plunge into the next Industrial Revolution? This guide provides a clear and inspiring roadmap.* Take an eye-opening journey from unskilled observer to engaged maker-entrepreneur* Enter the Maker community to connect with experts and pick up new skills* Use a template for building a maker-based entrepreneurial lifestyle* Learn from the organizer of the first-ever Maker Startup Weekend* Be prepared for exciting careers of the future

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.

The Birth of the Clinic: An Archaeology of Medical Perception


Michel Foucault - 1963
    For the first time, medical knowledge took on a precision that had formerly belonged only to mathematics. The body became something that could be mapped. Disease became subject to new rules of classification. And doctors begin to describe phenomena that for centuries had remained below the threshold of the visible and expressible.In The Birth of the Clinic the philosopher and intellectual historian who may be the true heir to Nietzsche charts this dramatic transformation of medical knowledge. As in his classic Madness and Civilization, Michel Foucault shows how much what we think of as pure science owes to social and cultural attitudes — in this case, to the climate of the French Revolution. Brilliant, provocative, and omnivorously learned, his book sheds new light on the origins of our current notions of health and sickness, life and death.

Electronics All-In-One for Dummies


Doug Lowe - 2011
    This friendly-and-straightforward guide introduces the basics of electronics and enhances your learning experience by debunking and explaining concepts such as circuits, analog and digital, schematics, voltage, safety concerns, and more. Packed with nearly 900 pages of detailed information, this book shows you how to develop your own breadboard, design your own circuit, and get savvy with schematics. Covers the basics of electronics and demystifies a variety of electronics conceptsEncourages you to dive in and design a variety of fun and interesting entertainment electronics, mobile, and automotive projectsOffers troubleshooting advice for common electronics challengesReviews circuits, schematics, voltage, safety concerns, and much moreSo, get plugged in and start your next electronics project today with this book by your side!

Field Guide to Understanding Human Error


Sidney Dekker - 2002
    You think you can solve your human error problem by telling people to be more careful, by reprimanding the miscreants, by issuing a new rule or procedure. These are all expressions of 'The Bad Apple Theory', where you believe your system is basically safe if it were not for those few unreliable people in it. This old view of human error is increasingly outdated and will lead you nowhere. The new view, in contrast, understands that a human error problem is actually an organizational problem. Finding a 'human error' by any other name, or by any other human, is only the beginning of your journey, not a convenient conclusion. The new view recognizes that systems are inherent trade-offs between safety and other pressures (for example: production). People need to create safety through practice, at all levels of an organization. Breaking new ground beyond its successful predecessor, The Field Guide to Understanding Human Error guides you through the traps and misconceptions of the old view. It explains how to avoid the hindsight bias, to zoom out from the people closest in time and place to the mishap, and resist the temptation of counterfactual reasoning and judgmental language. But it also helps you look forward. It suggests how to apply the new view in building your safety department, handling questions about accountability, and constructing meaningful countermeasures. It even helps you in getting your organization to adopt the new view and improve its learning from failure. So if you are faced by a human error problem, abandon the fallacy of a quick fix. Read this book.

The Creators: A History of Heroes of the Imagination


Daniel J. Boorstin - 1992
    Boorstin explores the development of artistic innovation over 3,000 years. A hugely ambitious chronicle of the arts that Boorstin delivers with the scope that made his Discoverers a national bestseller.

Future Shock


Alvin Toffler - 1970
    Examines the effects of rapid industrial and technological changes upon the individual, the family, and society.

Physically Based Rendering: From Theory to Implementation


Matt Pharr - 2004
    The result is a stunning achievement in graphics education. Through the ideas and software in this book, you will learn to design and employ a full-featured rendering system for creating stunning imagery.This new edition greatly refines its best-selling predecessor by streamlining all obsolete code as well as adding sections on parallel rendering and system design; animating transformations; multispectral rendering; realistic lens systems; blue noise and adaptive sampling patterns and reconstruction; measured BRDFs; and instant global illumination, as well as subsurface and multiple-scattering integrators.These updates reflect the current state-of-the-art technology, and along with the lucid pairing of text and code, ensure the book's leading position as a reference text for those working with images, whether it is for film, video, photography, digital design, visualization, or gaming.