Book picks similar to
The Lego Architect by Tom Alphin
architecture
lego
non-fiction
nonfiction
Big, Hot to Cold: An Odyssey of Architectural Adaptation
Bjarke Ingels - 2015
Understanding Ecmascript 6: The Definitive Guide for JavaScript Developers
Nicholas C. Zakas - 2016
In Understanding ECMAScript 6, expert developer Nicholas C. Zakas provides a complete guide to the object types, syntax, and other exciting changes that ECMAScript 6 brings to JavaScript. Every chapter is packed with example code that works in any JavaScript environment so you'll be able to see new features in action. You'll learn:How ECMAScript 6 class syntax relates to more familiar JavaScript conceptsWhat makes iterators and generators usefulHow arrow functions differ from regular functionsWays to store data with sets, maps, and moreThe power of inheritanceHow to improve asynchronous programming with promisesHow modules change the way you organize codeWhether you're a web developer or a Node.js developer, you'll find Understanding ECMAScript 6 indispensable on your journey from ECMAScript 5 to ECMAScript 6.
The Adobe Photoshop Lightroom 3 Book for Digital Photographers
Scott Kelby - 2010
In this latest version for Lightroom 3, Scott uses his same step-by-step, plain-English style and layout to make learning Lightroom easy and fun. Scott doesn't just show you which sliders do what. Instead, by using the following three simple, yet brilliant, techniques that make it just an incredible learning tool, this book shows you how to create your own photography workflow using Lightroom:1) Scott shares his own personal settings and studio-tested techniques. He trains thousands of Lightroom users at his "Lightroom Live!" tour and knows first hand what really works and what doesn't.2) The entire book is laid out in a real workflow order with everything step by step, so you can begin using Lightroom like a pro from the start.3) What really sets this book apart are the last two chapters. This is where Scott dramatically answers his #1 most-asked Lightroom question, which is: "Exactly what order am I supposed to do things in, and where does Photoshop fit in?" Plus, this is the first version of the book that includes his famous "7-Point System for Lightroom," which lets you focus on mastering just the seven most important editing techniques.The Adobe Photoshop Lightroom 3 Book for Digital Photographers is the first and only book to bring the whole process together in such a clear, concise, and visual way.
Evil: Spine-Tingling True Stories of Murder and Mayhem
Colin Wilson - 2009
In 1614, Hungarian countess Elizabeth Báthory died, sealed in a tiny closet in her castle. Her crimes? She was rumored to have bathed in the blood of her victims, which may have numbered in the hundreds. More recently, Russia’s Andrei Chikatilo, the United States’ Ted Bundy, and Great Britain’s Peter Sutcliffe added to the horrors humans inflict upon their fellow man. Featuring maps, callouts, and facts that follow these criminals’ trails of crime, Evil is a groundbreaking volume. It explores some of the most famous crime cases of real-life murder and mayhem.In this epic account of history’s most infamous murder cases, leading true-crime researcher and writer Colin Wilson teams up with his son Damon Wilson to masterfully recount the shocking details of more than sixty cases of murder and mayhem. Illustrated with hundreds of color and black-and-white photos, Evil features images of criminals, forensic evidence, and key personalities and places that put each crime in historical context.In a continuing search for the meaning in murder, the Wilsons create one of the definitive books in the field of criminology.
The Art of Immersion: How the Digital Generation Is Remaking Hollywood, Madison Avenue, and the Way We Tell Stories
Frank Rose - 2011
Now, on YouTube and blogs and Facebook and Twitter, we are media. And while we watch more television than ever before, how we watch it is changing in ways we have barely slowed down to register. No longer content in our traditional role as couch potatoes, we approach television shows, movies, even advertising as invitations to participate—as experiences to immerse ourselves in at will. Wired contributing editor Frank Rose introduces us to the people who are reshaping media for a two-way world—people like Will Wright (The Sims), James Cameron (Avatar), Damon Lindelof (Lost), and dozens of others whose ideas are changing how we play, how we chill, and even how we think. The Art of Immersion is an eye-opening look at the shifting shape of entertainment today.
Deco Devolution: The Art of BioShock 2
Jordan Thomas - 2010
Contains concept art and models of the game's characters, locations, and weapons, as well as artists' comments on the work and the game.Note:The Rapture Edition Art book is a reduced version of the Special Edition Art book made to be a value against the Special Edition. It is reduced to 96 pages, and scaled down to the dimensions of the game case itself.The Special Edition Art book is the main version of BioShock 2's art book. It is 168 pages and is composed of 10 chapters.♢Chapter 1 - Citizens of Rapture♢Chapter 2 - Big Daddies♢Chapter 3 - Big Sisters♢Chapter 4 - Little Sisters♢Chapter 5 - Environments♢Chapter 6 - Weapons♢Chapter 7 - User Interface♢Chapter 8 - Advertisements♢Chapter 9 - Storyboards♢Chapter 10 - Credits
Best Slow and Easy Recipes
Cook's Illustrated - 2008
The appeal of cooking food slowly is undeniable; a moderate oven temperature and extended cooking time can build rich, concentrated flavor and yield tender, juicy meat. But when most of us think of dishes that are slow cooking by nature - such as roasts, braises, and stews - we think of an all-day affair requiring constant attention, something to prepare for a special occasion or when you can commit a full day to the task. But in fact, in many cases just the opposite is true. These dishes are, for the most part, easy - although they take time, the process is largely unattended, leaving you free to simply walk away. You'll find all the classic slow-cooked dishes here - dishes where time, slow simmering, and gentle heat work their magic. We promise it's worth the wait.
Invent Your Own Computer Games with Python
Al Sweigart - 2009
The 3rd edition is now available for sale or download. * * * * "Invent Your Own Computer Games with Python" teaches you computer programming in the Python programming language. Each chapter gives you the complete source code for a new game and teaches the programming concepts from these examples. The book is available under a Creative Commons license and can be downloaded in full for free from http: //inventwithpython.com "Invent with Python" was written to be understandable by kids as young as 10 to 12 years old, although it is great for anyone of any age who has never programmed before. This second edition has revised and expanded content, including using the Pygame library to make games with graphics, animation, and sound.
The 99% Invisible City: A Field Guide to the Hidden World of Everyday Design
Roman Mars - 2020
The show celebrates design and architecture in all of its functional glory and accidental absurdity, with intriguing tales of both designers and the people impacted by their designs.Now, in The 99% Invisible City: A Field Guide to Hidden World of Everyday Design, host Roman Mars and coauthor Kurt Kohlstedt zoom in on the various elements that make our cities work, exploring the origins and other fascinating stories behind everything from power grids and fire escapes to drinking fountains and street signs. With deeply researched entries and beautiful line drawings throughout, The 99% Invisible City will captivate devoted fans of the show and anyone curious about design, urban environments, and the unsung marvels of the world around them.
Think Stats
Allen B. Downey - 2011
This concise introduction shows you how to perform statistical analysis computationally, rather than mathematically, with programs written in Python.You'll work with a case study throughout the book to help you learn the entire data analysis process—from collecting data and generating statistics to identifying patterns and testing hypotheses. Along the way, you'll become familiar with distributions, the rules of probability, visualization, and many other tools and concepts.Develop your understanding of probability and statistics by writing and testing codeRun experiments to test statistical behavior, such as generating samples from several distributionsUse simulations to understand concepts that are hard to grasp mathematicallyLearn topics not usually covered in an introductory course, such as Bayesian estimationImport data from almost any source using Python, rather than be limited to data that has been cleaned and formatted for statistics toolsUse statistical inference to answer questions about real-world data
The Rescue Artist: A True Story of Art, Thieves, and the Hunt for a Missing Masterpiece
Edward Dolnick - 2005
They snatched one of the world's most famous paintings, Edvard Munch's The Scream, and fled with their $72 million trophy. The thieves made sure the world was watching: the Winter Olympics, in Lillehammer, began that same morning. Baffled and humiliated, the Norwegian police called on the world's greatest art detective, a half-English, half-American undercover cop named Charley Hill. In this rollicking narrative, Edward Dolnick takes us inside the art underworld. The trail leads high and low, and the cast ranges from titled aristocrats to thick-necked thugs. Lord Bath, resplendent in ponytail and velvet jacket, presides over a 9,000-acre estate. David Duddin, a 300-pound fence who once tried to sell a stolen Rembrandt, spins exuberant tales of his misdeeds. We meet Munch, too, a haunted misfit who spends his evenings drinking in the Black Piglet Café and his nights feverishly trying to capture in paint the visions in his head. The most compelling character of all is Charley Hill, an ex-soldier, a would-be priest, and a complicated mix of brilliance, foolhardiness, and charm. The hunt for The Scream will either cap his career and rescue one of the world's best-known paintings or end in a fiasco that will dog him forever.
A Bug Hunter's Diary: A Guided Tour Through the Wilds of Software Security
Tobias Klein - 2011
In this one-of-a-kind account, you'll see how the developers responsible for these flaws patched the bugs—or failed to respond at all. As you follow Klein on his journey, you'll gain deep technical knowledge and insight into how hackers approach difficult problems and experience the true joys (and frustrations) of bug hunting.Along the way you'll learn how to:Use field-tested techniques to find bugs, like identifying and tracing user input data and reverse engineering Exploit vulnerabilities like NULL pointer dereferences, buffer overflows, and type conversion flaws Develop proof of concept code that verifies the security flaw Report bugs to vendors or third party brokersA Bug Hunter's Diary is packed with real-world examples of vulnerable code and the custom programs used to find and test bugs. Whether you're hunting bugs for fun, for profit, or to make the world a safer place, you'll learn valuable new skills by looking over the shoulder of a professional bug hunter in action.
Photoshop Masking & Compositing
Katrin Eismann - 2004
Whether they're landscape or portrait photographers, illustrators or fine artists, masking and compositing are essential skills to master for combining images to the extent that it is impossible to tell where one image stops and the other one begins. Photoshop artist and educator Katrin Eismann takes readers through numerous step-by-step examples, highlighting the tools and techniques used for masking and combining images. Featuring work by leading artists and photographers, this book focuses on the techniques used to create compelling compositions, including making fast and accurate selections, mastering Photoshop's masking tools, and implementing the concept and photography from start to finish. The book addresses working with Photoshop's selection tools; selecting and maintaining fine details and edges; working with difficult image elements, such as cloth, hair, or translucent objects; and green-screen techniques. Katrin also addresses the creative aspects of image compositing, including how to start with a concept, plan and execute the photography, and seamlessly assemble the image. Combining technical direction and inspiration, this book will expand readers' imaginations, so they can fluidly and professionally create images with Photoshop.