Book picks similar to
Architecture 101: From Frank Gehry to Ziggurats, an Essential Guide to Building Styles and Materials by Nicole Bridge
architecture
non-fiction
nonfiction
science
Raspberry Pi Cookbook
Simon Monk - 2013
In this cookbook, prolific hacker and author Simon Monk provides more than 200 practical recipes for running this tiny low-cost computer with Linux, programming it with Python, and hooking up sensors, motors, and other hardware—including Arduino.You’ll also learn basic principles to help you use new technologies with Raspberry Pi as its ecosystem develops. Python and other code examples from the book are available on GitHub. This cookbook is ideal for programmers and hobbyists familiar with the Pi through resources such as Getting Started with Raspberry Pi (O’Reilly).Set up and manage your Raspberry PiConnect the Pi to a networkWork with its Linux-based operating systemUse the Pi’s ready-made softwareProgram Raspberry Pi with PythonControl hardware through the GPIO connectorUse Raspberry Pi to run different types of motorsWork with switches, keypads, and other digital inputsHook up sensors for taking various measurementsAttach different displays, such as an LED matrixCreate dynamic projects with Raspberry Pi and Arduino Make sure to check out 10 of the over 60 video recipes for this book at: http://razzpisampler.oreilly.com/ You can purchase all recipes at:
101 Things I Learned in Architecture School
Matthew Frederick - 2006
It is also a book they may want to keep out of view of their professors, for it expresses in clear and simple language things that tend to be murky and abstruse in the classroom. These 101 concise lessons in design, drawing, the creative process, and presentation--from the basics of "How to Draw a Line" to the complexities of color theory--provide a much-needed primer in architectural literacy, making concrete what too often is left nebulous or open-ended in the architecture curriculum. Each lesson utilizes a two-page format, with a brief explanation and an illustration that can range from diagrammatic to whimsical. The lesson on "How to Draw a Line" is illustrated by examples of good and bad lines; a lesson on the dangers of awkward floor level changes shows the television actor Dick Van Dyke in the midst of a pratfall; a discussion of the proportional differences between traditional and modern buildings features a drawing of a building split neatly in half between the two. Written by an architect and instructor who remembers well the fog of his own student days, 101 Things I Learned in Architecture School provides valuable guideposts for navigating the design studio and other classes in the architecture curriculum. Architecture graduates--from young designers to experienced practitioners--will turn to the book as well, for inspiration and a guide back to basics when solving a complex design problem.
A Global History of Architecture
Francis D.K. Ching - 2006
Spanning from 3,500 B.C.E. to the present, this unique guide is written by an all-star team of architectural experts in their fields who emphasize the connections, contrasts, and influences of architectural movements throughout history. The architectural history of the world comes to life through a unified framework for interpreting and understanding architecture, supplemented by rich drawings from the renowned Frank Ching as well as brilliant photographs. Architecture and art history enthusiasts will find A Global History of Architecture perpetually at their fingertips.
Ultimate Star Wars
Tricia Barr - 2015
The book also highlights key events from the saga and provides fascinating insights into the making of the Star Wars movies.
On the Map: A Mind-Expanding Exploration of the Way the World Looks
Simon Garfield - 2012
Now Garfield takes on a subject even dearer to our fanatical human hearts: maps.Imagine a world without maps. How would we travel? Could we own land? What would men and women argue about in cars? Scientists have even suggested that mapping—not language—is what elevated our prehistoric ancestors from ape-dom. Follow the history of maps from the early explorers’ maps and the awe-inspiring medieval Mappa Mundi to Google Maps and the satellite renderings on our smartphones, Garfield explores the unique way that maps relate and realign our history—and reflect the best and worst of what makes us human.Featuring a foreword by Dava Sobel and packed with fascinating tales of cartographic intrigue, outsize personalities, and amusing “pocket maps” on an array of subjects from how to fold a map to the strangest maps on the Internet, On the Map is a rich historical tapestry infused with Garfield’s signature narrative flair. Map-obsessives and everyone who loved Just My Type will be lining up to join Garfield on his audacious journey through time and around the globe.
Atlas Obscura: An Explorer's Guide to the World's Hidden Wonders
Joshua Foer - 2016
Architectural marvels, including the M.C. Escher-like stepwells in India. Mind-boggling events, like the Baby Jumping Festival in Spain, where men dressed as devils literally vault over rows of squirming infants. Not to mention the Great Stalacpipe Organ in Virginia, Turkmenistan’s 45-year hole of fire called the Door of Hell, coffins hanging off a side of a cliff in the Philippines, eccentric bone museums in Italy, or a weather-forecasting invention that was powered by leeches, still on display in Devon, England.Atlas Obscura revels in the weird, the unexpected, the overlooked, the hidden, and the mysterious. Every page expands our sense of how strange and marvelous the world really is. And with its compelling descriptions, hundreds of photographs, surprising charts, maps for every region of the world, it is a book you can open anywhere.
Hacking: The Art of Exploitation
Jon Erickson - 2003
This book explains the technical aspects of hacking, including stack based overflows, heap based overflows, string exploits, return-into-libc, shellcode, and cryptographic attacks on 802.11b.
1,001 Facts that Will Scare the S#*t Out of You: The Ultimate Bathroom Reader
Cary McNeal - 2010
I wonder how many cats have died because of this confusion.Fact: The most germ-laden place on your toilet isn't the seat or even the bowl--it's the handle.The solution: Don't flush. Let the next guy worry about it.There are "just the facts"--and then there are just the facts that will frighten the bejeezus out of you. And thanks to this little gem of a bathroom book, you'll never look at the world the same way again, without, er, dry heaving a little bit.From the sneaky fish that can swim up our genitals to the E. coli bacteria lurking in the very water we drink, disturbing phenomena are everywhere we turn. Educational, entertaining, and undeniably horrifying, this book isn't guaranteed to help you, um, go to the bathroom, but it's certain to make your time there more...informed.
Building Microservices: Designing Fine-Grained Systems
Sam Newman - 2014
But developing these systems brings its own set of headaches. With lots of examples and practical advice, this book takes a holistic view of the topics that system architects and administrators must consider when building, managing, and evolving microservice architectures.Microservice technologies are moving quickly. Author Sam Newman provides you with a firm grounding in the concepts while diving into current solutions for modeling, integrating, testing, deploying, and monitoring your own autonomous services. You'll follow a fictional company throughout the book to learn how building a microservice architecture affects a single domain.Discover how microservices allow you to align your system design with your organization's goalsLearn options for integrating a service with the rest of your systemTake an incremental approach when splitting monolithic codebasesDeploy individual microservices through continuous integrationExamine the complexities of testing and monitoring distributed servicesManage security with user-to-service and service-to-service modelsUnderstand the challenges of scaling microservice architectures
Java Generics and Collections: Speed Up the Java Development Process
Maurice Naftalin - 2006
Generics and the greatly expanded collection libraries have tremendously increased the power of Java 5 and Java 6. But they have also confused many developers who haven't known how to take advantage of these new features.Java Generics and Collections covers everything from the most basic uses of generics to the strangest corner cases. It teaches you everything you need to know about the collections libraries, so you'll always know which collection is appropriate for any given task, and how to use it.Topics covered include:• Fundamentals of generics: type parameters and generic methods• Other new features: boxing and unboxing, foreach loops, varargs• Subtyping and wildcards• Evolution not revolution: generic libraries with legacy clients and generic clients with legacy libraries• Generics and reflection• Design patterns for generics• Sets, Queues, Lists, Maps, and their implementations• Concurrent programming and thread safety with collections• Performance implications of different collectionsGenerics and the new collection libraries they inspired take Java to a new level. If you want to take your software development practice to a new level, this book is essential reading.Philip Wadler is Professor of Theoretical Computer Science at the University of Edinburgh, where his research focuses on the design of programming languages. He is a co-designer of GJ, work that became the basis for generics in Sun's Java 5.0.Maurice Naftalin is Technical Director at Morningside Light Ltd., a software consultancy in the United Kingdom. He has most recently served as an architect and mentor at NSB Retail Systems plc, and as the leader of the client development team of a major UK government social service system."A brilliant exposition of generics. By far the best book on the topic, it provides a crystal clear tutorial that starts with the basics and ends leaving the reader with a deep understanding of both the use and design of generics." Gilad Bracha, Java Generics Lead, Sun Microsystems
Geek Wisdom: The Sacred Teachings of Nerd Culture
Stephen H. Segal - 2011
Clearly, geeks know something about life in the 21st century that other folks don’t—something we all can learn from. Geek Wisdom takes as gospel some 200 of the most powerful and oft-cited quotes from movies (“Where we’re going, we don’t need roads”), television (“Now we know—and knowing is half the battle”), literature (“All that is gold does not glitter”), games, science, the Internet, and more. Now these beloved pearls of modern-day culture have been painstakingly interpreted by a diverse team of hardcore nerds with their imaginations turned up to 11. Yes, this collection of mini-essays is by, for, and about geeks—but it’s just so surprisingly profound, the rest of us would have to be dorks not to read it. So say we all.
The DevOps Handbook: How to Create World-Class Agility, Reliability, and Security in Technology Organizations
Gene Kim - 2015
For decades, technology leaders have struggled to balance agility, reliability, and security. The consequences of failure have never been greater whether it's the healthcare.gov debacle, cardholder data breaches, or missing the boat with Big Data in the cloud.And yet, high performers using DevOps principles, such as Google, Amazon, Facebook, Etsy, and Netflix, are routinely and reliably deploying code into production hundreds, or even thousands, of times per day.Following in the footsteps of The Phoenix Project, The DevOps Handbook shows leaders how to replicate these incredible outcomes, by showing how to integrate Product Management, Development, QA, IT Operations, and Information Security to elevate your company and win in the marketplace."Table of contentsPrefaceSpreading the Aha! MomentIntroductionPART I: THE THREE WAYS1. Agile, continuous delivery and the three ways2. The First Way: The Principles of Flow3. The Second Way: The Principle of Feedback4. The Third Way: The Principles of Continual LearningPART II: WHERE TO START5. Selecting which value stream to start with6. Understanding the work in our value stream…7. How to design our organization and architecture8. How to get great outcomes by integrating operations into the daily work for developmentPART III: THE FIRST WAY: THE TECHNICAL PRACTICES OF FLOW9. Create the foundations of our deployment pipeline10. Enable fast and reliable automated testing11. Enable and practice continuous integration12. Automate and enable low-risk releases13. Architect for low-risk releasesPART IV: THE SECOND WAY: THE TECHNICAL PRACTICES OF FEEDBACK14*. Create telemetry to enable seeing abd solving problems15. Analyze telemetry to better anticipate problems16. Enable feedbackso development and operation can safely deploy code17. Integrate hypothesis-driven development and A/B testing into our daily work18. Create review and coordination processes to increase quality of our current workPART V: THE THRID WAY: THE TECHNICAL PRACTICES OF CONTINUAL LEARNING19. Enable and inject learning into daily work20. Convert local discoveries into global improvements21. Reserve time to create organizational learning22. Information security as everyone’s job, every day23. Protecting the deployment pipelinePART VI: CONCLUSIONA call to actionConclusion to the DevOps HandbookAPPENDICES1. The convergence of Devops2. The theory of constraints and core chronic conflicts3. Tabular form of downward spiral4. The dangers of handoffs and queues5. Myths of industrial safety6. The Toyota Andon Cord7. COTS Software8. Post-mortem meetings9. The Simian Army10. Transparent uptimeAdditional ResourcesEndnotes
Very British Problems: Making Life Awkward for Ourselves, One Rainy Day at a Time
Rob Temple - 2013
Symptoms include:*Acute embarrassment at the mere notion of making a fuss;*Extreme awkwardness when faced with any social greeting beyond a brisk handshake;*An unhealthy preoccupation with meteorology.Doctors have also reported several cases of unnecessary apologising, an obsessive interest in correct queuing etiquette and dramatic sighing in the presence of loud teenagers on public transport. If you have experienced any of these symptoms, you may be suffering from VERY BRITISH PROBLEMS. VERY BRITISH PROBLEMS are highly contagious. There is no known cure.Rob Temple's hilarious new book reveals all the ways in which we are a nation of socially awkward but well-meaning oddballs, struggling to make it through every day without apologising to an inanimate object. Take comfort in misfortunes of others. You are not alone.
The Day We Found the Universe
Marcia Bartusiak - 2009
This discovery dramatically reshaped how humans understood their place in the cosmos, and once and for all laid to rest the idea that the Milky Way galaxy was alone in the universe. Six years later, continuing research by Hubble and others forced Albert Einstein to renounce his own cosmic model and finally accept the astonishing fact that the universe was not immobile but instead expanding. The fascinating story of these interwoven discoveries includes battles of will, clever insights, and wrong turns made by the early investigators in this great twentieth-century pursuit. It is a story of science in the making that shows how these discoveries were not the work of a lone genius but the combined efforts of many talented scientists and researchers toiling away behind the scenes. The intriguing characters include Henrietta Leavitt, who discovered the means to measure the vast dimensions of the cosmos . . . Vesto Slipher, the first and unheralded discoverer of the universe’s expansion . . . Georges Lemaître, the Jesuit priest who correctly interpreted Einstein’s theories in relation to the universe . . . Milton Humason, who, with only an eighth-grade education, became a world-renowned expert on galaxy motions . . . and Harlow Shapley, Hubble’s nemesis, whose flawed vision of the universe delayed the discovery of its true nature and startling size for more than a decade.Here is a watershed moment in the history of astronomy, brought about by the exceptional combination of human curiosity, intelligence, and enterprise, and vividly told by acclaimed science writer Marcia Bartusiak.
Home Recording For Musicians For Dummies
Jeff Strong - 2002
This guide covers everything from microphone placement to multitracking and mastering, helping you choose the right tools and use them like a pro. Discover how to: Create a studio around your budget Direct signal flow to maximize your sound Apply the best microphone techniques Use compressors and limiters properly Build a space for optimum mixing