Food Inc.: A Participant Guide: How Industrial Food is Making Us Sicker, Fatter, and Poorer-And What You Can Do About It


Karl Weber - 2009
    is guaranteed to shake up our perceptions of what we eat. This powerful documentary deconstructing the corporate food industry in America was hailed by Entertainment Weekly as “more than a terrific movie—it's an important movie.” Aided by expert commentators such as Michael Pollan and Eric Schlosser, the film poses questions such as: Where has my food come from, and who has processed it? What are the giant agribusinesses and what stake do they have in maintaining the status quo of food production and consumption? How can I feed my family healthy foods affordably?Expanding on the film's themes, the book Food, Inc. will answer those questions through a series of challenging essays by leading experts and thinkers. This book will encourage those inspired by the film to learn more about the issues, and act to change the world.

The Secret Life of Plants: A Fascinating Account of the Physical, Emotional and Spiritual Relations Between Plants and Man


Peter Tompkins - 1973
    Authors Peter Tompkins and Christopher Bird suggest that the most far-reaching revolution of the 20th century — one that could save or destroy the planet — may come from the bottom of your garden."Almost incredible ... bristles with plenty of hard facts and astounding scientific and practical lore." —S. K. Oberbeck, Newsweek“This fascinating book roams ... over that marvelous no man's land of mystical glimmerings into the nature of science and life itself." —Henry Mitchell, Washington Post Book World“If I can't ‘get inside a plant’ or ‘feel emanations’ from a plant and don't know anyone else who can. that doesn't detract one whit from the possibility that some people can and do. . . .According to The Secret Life of Plants, plants and men do inter-relate, with plants exhibiting empathetic and spiritual relationships and showing reactions interpreted as demonstrating physical-force connections with men. As my students say, ‘hey, wow!’"—Richard M. Klein, Professor of Botany, University of Vermont (in Smithsonian)

Enchanted Objects: Design, Human Desire, and the Internet of Things


David Rose - 2014
    Soon, connected technology will be embedded in hundreds of everyday objects we already use: our cars, wallets, watches, umbrellas, even our trash cans. These objects will respond to our needs, come to know us, and learn to think on our behalf. David Rose calls these devices—which are just beginning to creep into the marketplace—Enchanted Objects.Some believe the future will look like more of the same—more smartphones, tablets, screens embedded in every conceivable surface. Rose has a different vision: technology that atomizes, combining itself with the objects that make up the very fabric of daily living. Such technology will be woven into the background of our environment, enhancing human relationships and channeling desires for omniscience, long life, and creative expression. The enchanted objects of fairy tales and science fiction will enter real life.Groundbreaking, timely, and provocative, Enchanted Objects is a blueprint for a better future, where efficient solutions come hand in hand with technology that delights our senses. It is essential reading for designers, technologists, entrepreneurs, business leaders, and anyone who wishes to understand the future and stay relevant in the Internet of Things.

Cracking the Coding Interview: 150 Programming Questions and Solutions


Gayle Laakmann McDowell - 2008
    This is a deeply technical book and focuses on the software engineering skills to ace your interview. The book is over 500 pages and includes 150 programming interview questions and answers, as well as other advice.The full list of topics are as follows:The Interview ProcessThis section offers an overview on questions are selected and how you will be evaluated. What happens when you get a question wrong? When should you start preparing, and how? What language should you use? All these questions and more are answered.Behind the ScenesLearn what happens behind the scenes during your interview, how decisions really get made, who you interview with, and what they ask you. Companies covered include Google, Amazon, Yahoo, Microsoft, Apple and Facebook.Special SituationsThis section explains the process for experience candidates, Program Managers, Dev Managers, Testers / SDETs, and more. Learn what your interviewers are looking for and how much code you need to know.Before the InterviewIn order to ace the interview, you first need to get an interview. This section describes what a software engineer's resume should look like and what you should be doing well before your interview.Behavioral PreparationAlthough most of a software engineering interview will be technical, behavioral questions matter too. This section covers how to prepare for behavioral questions and how to give strong, structured responses.Technical Questions (+ 5 Algorithm Approaches)This section covers how to prepare for technical questions (without wasting your time) and teaches actionable ways to solve the trickiest algorithm problems. It also teaches you what exactly "good coding" is when it comes to an interview.150 Programming Questions and AnswersThis section forms the bulk of the book. Each section opens with a discussion of the core knowledge and strategies to tackle this type of question, diving into exactly how you break down and solve it. Topics covered include• Arrays and Strings• Linked Lists• Stacks and Queues• Trees and Graphs• Bit Manipulation• Brain Teasers• Mathematics and Probability• Object-Oriented Design• Recursion and Dynamic Programming• Sorting and Searching• Scalability and Memory Limits• Testing• C and C++• Java• Databases• Threads and LocksFor the widest degree of readability, the solutions are almost entirely written with Java (with the exception of C / C++ questions). A link is provided with the book so that you can download, compile, and play with the solutions yourself.Changes from the Fourth Edition: The fifth edition includes over 200 pages of new content, bringing the book from 300 pages to over 500 pages. Major revisions were done to almost every solution, including a number of alternate solutions added. The introductory chapters were massively expanded, as were the opening of each of the chapters under Technical Questions. In addition, 24 new questions were added.Cracking the Coding Interview, Fifth Edition is the most expansive, detailed guide on how to ace your software development / programming interviews.

The Grid: A Journey Through the Heart of Our Electrified World


Phillip F. Schewe - 2006
    http://69.131.42.194/showpic.php?imag...

Re:cyclists: 200 Years on Two Wheels


Michael Hutchinson - 2017
    The calls to ban it were more or less instant.Re:cyclists is the tale of what happened next, of how we have spent two centuries wheeling our way about town and country on bikes--or on two-wheeled things that vaguely resembled what we now call bikes. Michael Hutchinson picks his way through those 200 years, discovering how cycling became a kinky vaudeville act for Parisians, how it became an American business empire, and how it went on to find a unique home in the British Isles. He considers the penny-farthing riders exploring the abandoned and lonely coaching roads during the railway era, and the Victorian high-society cyclists of the 1890s bicycle craze--a time when no aristocratic house party was without bicycles and when the Prince of Wales used to give himself an illicit thrill on a weekday afternoon by watching the women's riding-school in the Royal Albert Hall.Re:cyclists looks at how cycling became the sport, the pastime and the social life of millions of ordinary people, how it grew and how it suffered through the 1960s and '70s, and how at the dawn of the twenty-first century it rose again, much changed but still ultimately just someone careering along on two wheels.

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 Handbook of Program Management: How to Facilitate Project Success with Optimal Program Management


James T. Brown - 2007
    Establishing and maintaining processes that greatly reduce the chances of project failure is paramount to achieving the competitive edge your company seeks."The Handbook of Program Management" gives program managers at all levels the techniques to put such processes in place as well as consistently integrate new technology and new people into these processes, thus producing superior products and services. Dr. James Brown, an internationally recognized authority in program and project management, explains how to strike a crucial balance between operations and project implementations-the precise point where you must nurture repeatable success.Outlining the differences between the roles of program and project managers, Dr. Brown provides proven principles for establishing a successful program management culture that is supported by enthusiastic personnel and stakeholders. He shows you how to develop the attributes of an effective program manager, from having a vision and strategy for long-term improvement to assessing people and building relationships to analyzing a myriad of means for accomplishing program objectives. You'll see how to Readily adapt to changing business conditions and turn chaos into clarity Mentor and coach project managers in terms of stakeholder management Make strategic program process decisions that positively impact your culture Build strong teams on multiple levels Plan an effective program execution Manage risk in an environment of uncertaintyYou'll also learn the keys to proper portfolio management and how to capitalize on positive program outcomes. Nowhere else will you find such comprehensive, authoritative information on meeting the new standards of program management--Dr. Brown's "The Handbook of Project Management" is the definitive resource.

Darknet: A Beginner's Guide to Staying Anonymous


Lance Henderson - 2012
    This book covers it all! Encrypting your private files, securing your PC, masking your online footsteps, and all while giving you peace of mind with TOTAL 100% ANONYMITY. Don't waste months scouring the internet for info. Just read this! You'll be hooked in five minutes. It's all here: CIA techniques, how the NSA catches Tor users, Truecrypt and the FBI, nuking tracking cookies, private browsing, preventing identity theft. I will show you: -How to Be Anonymous Online -Step by Step Guides for Tor, Freenet, I2P, VPNs, Usenet and more -Browser Fingerprinting -Anti-Hacking and Counter-Forensic Techniques -Photo & Video Metadata -How to Encrypt Files (I make this super simple) -How to Defeat NSA Spying -How to Browse the Deep Web -How to Protect Your Identity -How to Hide Anything! You've probably read How to Be Invisible by J. J. Luna and Incognito Toolkit by Rob Robideau, and while they are fine books, you need this companion piece to take it to the next level!

How to Solve It: A New Aspect of Mathematical Method


George Pólya - 1944
    Polya, How to Solve It will show anyone in any field how to think straight. In lucid and appealing prose, Polya reveals how the mathematical method of demonstrating a proof or finding an unknown can be of help in attacking any problem that can be reasoned out--from building a bridge to winning a game of anagrams. Generations of readers have relished Polya's deft--indeed, brilliant--instructions on stripping away irrelevancies and going straight to the heart of the problem.

The End of Food


Paul Roberts - 2008
    In The End of Food, Paul Roberts investigates this system and presents a startling truth—how we make, market, and transport our food is no longer compatible with the billions of consumers the system was built to serve.The emergence of large-scale and efficient food production forever changed our relationship with food and ultimately left a vulnerable and paradoxical system in place. High-volume factory systems create new risks for food-borne illness; high-yield crops generate grain, produce, and meat of declining nutritional quality; and while nearly a billion people are overweight, roughly as many people are starving. In this vivid narrative, Roberts presents clear, stark visions of the future and helps us prepare to make the necessary decisions to survive the demise of food production as we know it.

Gardening with Less Water: Low-Tech, Low-Cost Techniques; Use up to 90% Less Water in Your Garden


David A. Bainbridge - 2015
    With illustrated step-by-step instructions, David Bainbridge shows you how to install buried clay pots and pipes, wicking systems, and other porous containers that deliver water directly to a plant’s roots with little to no evaporation. These systems are available at hardware stores and garden centers; are easy to set up and use; and work for garden beds, container gardens, and trees.

Aquaponic Gardening: A Step-By-Step Guide to Raising Vegetables and Fish Together


Sylvia Bernstein - 2011
    A combination of aquaculture and hydroponics, aquaponic gardening is an amazingly productive way to grow organic vegetables, greens, herbs, and fruits, while providing the added benefits of fresh fish as a safe, healthy source of protein. On a larger scale, it is a key solution to mitigating food insecurity, climate change, groundwater pollution, and the impacts of overfishing on our oceans.Aquaponic Gardening is the definitive do-it-yourself home manual, focused on giving you all the tools you need to create your own aquaponic system and enjoy healthy, safe, fresh, and delicious food all year round. Starting with an overview of the theory, benefits, and potential of aquaponics, the book goes on to explain:System location considerations and hardware components The living elements—fish, plants, bacteria, and worms Putting it all together—starting and maintaining a healthy systemAquaponics systems are completely organic. They are four to six times more productive and use ninety percent less water than conventional gardens. Other advantages include no weeds, fewer pests, and no watering, fertilizing, bending, digging, or heavy lifting—in fact, there really is no downside! Anyone interested in taking the next step towards self-sufficiency will be fascinated by this practical, accessible, and well-illustrated guide.Sylvia Bernstein is the president and founder of The Aquaponic Source. An internationally recognized expert on aquaponic gardening, Sylvia speaks, writes, and blogs extensively about this revolutionary technique.

Social Engineering: The Art of Human Hacking


Christopher Hadnagy - 2010
    Mitnick claims that this socialengineering tactic was the single-most effective method in hisarsenal. This indispensable book examines a variety of maneuversthat are aimed at deceiving unsuspecting victims, while it alsoaddresses ways to prevent social engineering threats.Examines social engineering, the science of influencing atarget to perform a desired task or divulge informationArms you with invaluable information about the many methods oftrickery that hackers use in order to gather information with theintent of executing identity theft, fraud, or gaining computersystem accessReveals vital steps for preventing social engineeringthreatsSocial Engineering: The Art of Human Hacking does itspart to prepare you against nefarious hackers--now you can doyour part by putting to good use the critical information withinits pages.

Where Wizards Stay Up Late: The Origins of the Internet


Katie Hafner - 1996
    Today, twenty million people worldwide are surfing the Net. Where Wizards Stay Up Late is the exciting story of the pioneers responsible for creating the most talked about, most influential, and most far-reaching communications breakthrough since the invention of the telephone. In the 1960's, when computers where regarded as mere giant calculators, J.C.R. Licklider at MIT saw them as the ultimate communications devices. With Defense Department funds, he and a band of visionary computer whizzes began work on a nationwide, interlocking network of computers. Taking readers behind the scenes, Where Wizards Stay Up Late captures the hard work, genius, and happy accidents of their daring, stunningly successful venture.