Book picks similar to
The Art and Science of Analog Circuit Design by Jim Williams
electronics
ee
engineering
stem
Culinary Reactions: The Everyday Chemistry of Cooking
Simon Quellen Field - 2011
In your kitchen you denature proteins, crystallize compounds, react enzymes with substrates, and nurture desired microbial life while suppressing harmful bacteria and fungi. And unlike in a laboratory, you can eat your experiments to verify your hypotheses. In Culinary Reactions, author Simon Quellen Field turns measuring cups, stovetop burners, and mixing bowls into graduated cylinders, Bunsen burners, and beakers. How does altering the ratio of flour, sugar, yeast, salt, butter, and water affect how high bread rises? Why is whipped cream made with nitrous oxide rather than the more common carbon dioxide? And why does Hollandaise sauce call for "clarified" butter? This easy-to-follow primer even includes recipes to demonstrate the concepts being discussed, including: Whipped Creamsicle Topping—a foam; Cherry Dream Cheese—a protein gle; Lemonade with Chameleon Eggs—an acid indicator; and more!
Not Much of an Engineer
Stanley Hooker - 1984
So successful was he that in 1966 Rolls-Royce decided the best thing to do was to spend 63.6 million pounds and buy its rival. By this time there was scarcely a single modern British aero-engine for which Hooker had not been responsible.
Plato at the Googleplex: Why Philosophy Won't Go Away
Rebecca Goldstein - 2014
But Plato’s role in shaping philosophy was pivotal. On her way to considering the place of philosophy in our ongoing intellectual life, Goldstein tells a new story of its origin, re-envisioning the extraordinary culture that produced the man who produced philosophy. But it is primarily the fate of philosophy that concerns her. Is the discipline no more than a way of biding our time until the scientists arrive on the scene? Have they already arrived? Does philosophy itself ever make progress? And if it does, why is so ancient a figure as Plato of any continuing relevance? Plato at the Googleplex is Goldstein’s startling investigation of these conundra. She interweaves her narrative with Plato’s own choice for bringing ideas to life—the dialogue. Imagine that Plato came to life in the twenty-first century and embarked on a multicity speaking tour. How would he handle the host of a cable news program who denies there can be morality without religion? How would he mediate a debate between a Freudian psychoanalyst and a tiger mom on how to raise the perfect child? How would he answer a neuroscientist who, about to scan Plato’s brain, argues that science has definitively answered the questions of free will and moral agency? What would Plato make of Google, and of the idea that knowledge can be crowd-sourced rather than reasoned out by experts? With a philosopher’s depth and a novelist’s imagination and wit, Goldstein probes the deepest issues confronting us by allowing us to eavesdrop on Plato as he takes on the modern world.(With black-and-white photographs throughout.)
Understanding Thermodynamics
Hendrick C. Van Ness - 1983
Language is informal, examples are vivid and lively, and the perspectivie is fresh. Based on lectures delivered to engineering students, this work will also be valued by scientists, engineers, technicians, businessmen, anyone facing energy challenges of the future.
Understanding Air France 447
Bill Palmer - 2013
Written by A330 Captain, Bill Palmer, this book opens to understanding the actions of the crew, how they failed to understand and control the problem, and how the airplane works and the part it played. All in easy to understand terms.Addressed are the many contributing aspects of weather, human factors, and airplane system operation and design that the crew could not recover from. How each contributed is covered in detail along with what has been done, and needs to be done in the future to prevent this from happening again.Also see the book's companion website: UnderstandingAF447.com for supplemental materials referred to in the book or to contact the author.
Guyton and Hall Physiology Review
John E. Hall - 2005
Over 1,000 Board-style questions, with detailed rationales, cover the most essential, need-to-know concepts in physiology. Includes thorough reviews of all major body systems, with emphasis on system interaction, homeostasis, and pathophysiology.Offers a comprehensive practice exam of over 1,000 questions in USMLE format.Includes answers and explanations for every question, as well as page references to the Guyton & Hall's Textbook of Medical Physiology.Follows a parallel chapter organization to Textbook of Medical Physiology.Provides all of the essential information needed to prepare for the physiology portion of the USMLE Step 1.Dedicates a brief section to helpful hints on preparing for the USMLE exam.
The Haskell School of Expression: Learning Functional Programming Through Multimedia
Paul Hudak - 2000
It has become popular in recent years because of its simplicity, conciseness, and clarity. This book teaches functional programming as a way of thinking and problem solving, using Haskell, the most popular purely functional language. Rather than using the conventional (boring) mathematical examples commonly found in other programming language textbooks, the author uses examples drawn from multimedia applications, including graphics, animation, and computer music, thus rewarding the reader with working programs for inherently more interesting applications. Aimed at both beginning and advanced programmers, this tutorial begins with a gentle introduction to functional programming and moves rapidly on to more advanced topics. Details about progamming in Haskell are presented in boxes throughout the text so they can be easily found and referred to.
Skunk Works: A Personal Memoir of My Years at Lockheed
Ben R. Rich - 1994
As recounted by Ben Rich, the operation's brilliant boss for nearly two decades, the chronicle of Lockheed's legendary Skunk Works is a drama of cold war confrontations and Gulf War air combat, of extraordinary feats of engineering & achievement against fantastic odds. Here are up-close portraits of the maverick band of scientists & engineers who made the Skunk Works so renowned. Filled with telling personal anecdotes & high adventure, with narratives from the CIA & from Air Force pilots who flew the many classified, risky missions, this book is a portrait of the most spectacular aviation triumphs of the 20th century.
Programming Pearls
Jon L. Bentley - 1986
Jon has done a wonderful job of updating the material. I am very impressed at how fresh the new examples seem." - Steve McConnell, author, Code CompleteWhen programmers list their favorite books, Jon Bentley's collection of programming pearls is commonly included among the classics. Just as natural pearls grow from grains of sand that irritate oysters, programming pearls have grown from real problems that have irritated real programmers. With origins beyond solid engineering, in the realm of insight and creativity, Bentley's pearls offer unique and clever solutions to those nagging problems. Illustrated by programs designed as much for fun as for instruction, the book is filled with lucid and witty descriptions of practical programming techniques and fundamental design principles. It is not at all surprising that
Programming Pearls
has been so highly valued by programmers at every level of experience. In this revision, the first in 14 years, Bentley has substantially updated his essays to reflect current programming methods and environments. In addition, there are three new essays on (1) testing, debugging, and timing; (2) set representations; and (3) string problems. All the original programs have been rewritten, and an equal amount of new code has been generated. Implementations of all the programs, in C or C++, are now available on the Web.What remains the same in this new edition is Bentley's focus on the hard core of programming problems and his delivery of workable solutions to those problems. Whether you are new to Bentley's classic or are revisiting his work for some fresh insight, this book is sure to make your own list of favorites.
Eloquent JavaScript: A Modern Introduction to Programming
Marijn Haverbeke - 2010
I loved the tutorial-style game-like program development. This book rekindled my earliest joys of programming. Plus, JavaScript!" —Brendan Eich, creator of JavaScriptJavaScript is the language of the Web, and it's at the heart of every modern website from the lowliest personal blog to the mighty Google Apps. Though it's simple for beginners to pick up and play with, JavaScript is not a toy—it's a flexible and complex language, capable of much more than the showy tricks most programmers use it for.Eloquent JavaScript goes beyond the cut-and-paste scripts of the recipe books and teaches you to write code that's elegant and effective. You'll start with the basics of programming, and learn to use variables, control structures, functions, and data structures. Then you'll dive into the real JavaScript artistry: higher-order functions, closures, and object-oriented programming.Along the way you'll learn to:Master basic programming techniques and best practices Harness the power of functional and object-oriented programming Use regular expressions to quickly parse and manipulate strings Gracefully deal with errors and browser incompatibilities Handle browser events and alter the DOM structure Most importantly, Eloquent JavaScript will teach you to express yourself in code with precision and beauty. After all, great programming is an art, not a science—so why settle for a killer app when you can create a masterpiece?
Schaum's Outline of Calculus
Frank Ayres Jr. - 1990
They'll also find the related analytic geometry much easier. The clear review of algebra and geometry in this edition will make calculus easier for students who wish to strengthen their knowledge in these areas. Updated to meet the emphasis in current courses, this new edition of a popular guide--more than 104,000 copies were bought of the prior edition--includes problems and examples using graphing calculators..
Fifty Inventions That Shaped the Modern Economy
Tim Harford - 2017
Who thought up paper money? What was the secret element that made the Gutenberg printing press possible? And what is the connection between The Da Vinci Code and the collapse of Lehman Brothers? Fifty Inventions That Shaped the Modern Economy paints an epic picture of change in an intimate way by telling the stories of the tools, people, and ideas that had far-reaching consequences for all of us. From the plough to artificial intelligence, from Gillette’s disposable razor to IKEA’s Billy bookcase, bestselling author and Financial Times columnist Tim Harford recounts each invention’s own curious, surprising, and memorable story. Invention by invention, Harford reflects on how we got here and where we might go next. He lays bare often unexpected connections: how the bar code undermined family corner stores, and why the gramophone widened inequality. In the process, he introduces characters who developed some of these inventions, profited from them, and were ruined by them, as he traces the principles that helped explain their transformative effects. The result is a wise and witty book of history, economics, and biography.
AI Superpowers: China, Silicon Valley, and the New World Order
Kai-Fu Lee - 2018
Kai-Fu Lee—one of the world’s most respected experts on AI and China—reveals that China has suddenly caught up to the US at an astonishingly rapid and unexpected pace.In AI Superpowers, Kai-Fu Lee argues powerfully that because of these unprecedented developments in AI, dramatic changes will be happening much sooner than many of us expected. Indeed, as the US-Sino AI competition begins to heat up, Lee urges the US and China to both accept and to embrace the great responsibilities that come with significant technological power.Most experts already say that AI will have a devastating impact on blue-collar jobs. But Lee predicts that Chinese and American AI will have a strong impact on white-collar jobs as well. Is universal basic income the solution? In Lee’s opinion, probably not. But he provides a clear description of which jobs will be affected and how soon, which jobs can be enhanced with AI, and most importantly, how we can provide solutions to some of the most profound changes in human history that are coming soon.
A Lesser Photographer: Escape the Gear Trap and Focus on What Matters
C.J. Chilvers - 2018
Less gear. Less anxiety. Less stress. Less fear. A Lesser Photographer is the missing guide you've always wanted to the only gear that really matters: the gear between your ears. In under an hour, you’ll be able to identify the myths you’ve been taught about photography and embrace useful creative habits that will set you apart. Praise for previous editions: “For something beautiful and well-said, check out A Lesser Photographer.” — David duChemin “Amazing read…I really recommend everyone get a copy.” — Chris Marquardt “CJ Chilvers reevaluates what it means to be a photographer in this manifesto. Most of the points apply to virtually any creative endeavor or obsession. ‘The real show is outside the viewfinder.’” — Jim Coudal “I have to say, CJ has a great attitude. If you care at all about photography, he’s a must read.” — Patrick Rhone “Every photographer should follow CJ Chilvers.” — Eric Kim
Fluid Mechanics
Pijush K. Kundu - 1990
New to this third edition are expanded coverage of such important topics as surface boundary interfaces, improved discussions of such physical and mathematical laws as the Law of Biot and Savart and the Euler Momentum Integral. A very important new section on Computational Fluid Dynamics has been added for the very first time to this edition. Expanded and improved end-of-chapter problems will facilitate the teaching experience for students and instrutors alike. This book remains one of the most comprehensive and useful texts on fluid mechanics available today, with applications going from engineering to geophysics, and beyond to biology and general science. * Ample, useful end-of-chapter problems.* Excellent Coverage of Computational Fluid Dynamics.* Coverage of Turbulent Flows.* Solutions Manual available.