Book picks similar to
Digital SLR Cameras & Photography for Dummies by David D. Busch
photography
non-fiction
reference
dummies
Mastermind: How to Think Like Sherlock Holmes
Maria Konnikova - 2013
But is his extraordinary intellect merely a gift of fiction, or can we learn to cultivate these abilities ourselves, to improve our lives at work and at home?We can, says psychologist and journalist Maria Konnikova, and in Mastermind she shows us how. Beginning with the "brain attic"--Holmes's metaphor for how we store information and organize knowledge--Konnikova unpacks the mental strategies that lead to clearer thinking and deeper insights. Drawing on twenty-first-century neuroscience and psychology, Mastermind explores Holmes's unique methods of ever-present mindfulness, astute observation, and logical deduction. In doing so, it shows how each of us, with some self-awareness and a little practice, can employ these same methods to sharpen our perceptions, solve difficult problems, and enhance our creative powers. For Holmes aficionados and casual readers alike, Konnikova reveals how the world's most keen-eyed detective can serve as an unparalleled guide to upgrading the mind.
Programming Collective Intelligence: Building Smart Web 2.0 Applications
Toby Segaran - 2002
With the sophisticated algorithms in this book, you can write smart programs to access interesting datasets from other web sites, collect data from users of your own applications, and analyze and understand the data once you've found it.Programming Collective Intelligence takes you into the world of machine learning and statistics, and explains how to draw conclusions about user experience, marketing, personal tastes, and human behavior in general -- all from information that you and others collect every day. Each algorithm is described clearly and concisely with code that can immediately be used on your web site, blog, Wiki, or specialized application. This book explains:Collaborative filtering techniques that enable online retailers to recommend products or media Methods of clustering to detect groups of similar items in a large dataset Search engine features -- crawlers, indexers, query engines, and the PageRank algorithm Optimization algorithms that search millions of possible solutions to a problem and choose the best one Bayesian filtering, used in spam filters for classifying documents based on word types and other features Using decision trees not only to make predictions, but to model the way decisions are made Predicting numerical values rather than classifications to build price models Support vector machines to match people in online dating sites Non-negative matrix factorization to find the independent features in a dataset Evolving intelligence for problem solving -- how a computer develops its skill by improving its own code the more it plays a game Each chapter includes exercises for extending the algorithms to make them more powerful. Go beyond simple database-backed applications and put the wealth of Internet data to work for you. "Bravo! I cannot think of a better way for a developer to first learn these algorithms and methods, nor can I think of a better way for me (an old AI dog) to reinvigorate my knowledge of the details."-- Dan Russell, Google "Toby's book does a great job of breaking down the complex subject matter of machine-learning algorithms into practical, easy-to-understand examples that can be directly applied to analysis of social interaction across the Web today. If I had this book two years ago, it would have saved precious time going down some fruitless paths."-- Tim Wolters, CTO, Collective Intellect
Self-Editing for Fiction Writers: How to Edit Yourself Into Print
Renni Browne - 1993
Here at last is a book by two professional editors to teach writers the techniques of the editing trade that turn promising manuscripts into published novels and short stories.In this completely revised and updated second edition, Renni Browne and Dave King teach you, the writer, how to apply the editing techniques they have developed to your own work. Chapters on dialogue, exposition, point of view, interior monologue, and other techniques take you through the same processes an expert editor would go through to perfect your manuscript. Each point is illustrated with examples, many drawn from the hundreds of books Browne and King have edited.
The Sense of Style: The Thinking Person's Guide to Writing in the 21st Century
Steven Pinker - 2014
Rethinking the usage guide for the twenty-first century, Pinker doesn’t carp about the decline of language or recycle pet peeves from the rulebooks of a century ago. Instead, he applies insights from the sciences of language and mind to the challenge of crafting clear, coherent, and stylish prose. In this short, cheerful, and eminently practical book, Pinker shows how writing depends on imagination, empathy, coherence, grammatical knowhow, and an ability to savor and reverse engineer the good prose of others. He replaces dogma about usage with reason and evidence, allowing writers and editors to apply the guidelines judiciously, rather than robotically, being mindful of what they are designed to accomplish. Filled with examples of great and gruesome prose, Pinker shows us how the art of writing can be a form of pleasurable mastery and a fascinating intellectual topic in its own right.
How to Start a Successful Blog in One Hour (Better Blog Booklets)
Steve Scott - 2013
In "How to Start a Successful Blog in One Hour" you'll learn how to use WordPress to get a blog online in under an hour. Just follow this seven-step process and your brand new blog will contain: a theme, ten plugins and four tools for building an audience. The best part? The entire process will only take 60 minutes to complete.
Writing Fiction: A Guide to Narrative Craft
Janet Burroway - 1987
A bestseller through six editions, Writing Fiction by novelists Janet Burroway and Elizabeth Stuckey-French explores the elements of fiction, providing practical writing techniques and concrete examples. Written in a tone that is personal and non-prescriptive, the text encourages students to develop proficiency through each step of the writing process, offering an abundance of exercises designed to spur writing and creativity. The text also integrates diverse, contemporary short stories in every chapter in the belief that the reading of inspiring fiction goes hand-in-hand with the writing of fresh and exciting stories.
Head First Java
Kathy Sierra - 2005
You might think the problem is your brain. It seems to have a mind of its own, a mind that doesn't always want to take in the dry, technical stuff you're forced to study. The fact is your brain craves novelty. It's constantly searching, scanning, waiting for something unusual to happen. After all, that's the way it was built to help you stay alive. It takes all the routine, ordinary, dull stuff and filters it to the background so it won't interfere with your brain's real work--recording things that matter. How does your brain know what matters? It's like the creators of the Head First approach say, suppose you're out for a hike and a tiger jumps in front of you, what happens in your brain? Neurons fire. Emotions crank up. Chemicals surge. That's how your brain knows.And that's how your brain will learn Java. Head First Java combines puzzles, strong visuals, mysteries, and soul-searching interviews with famous Java objects to engage you in many different ways. It's fast, it's fun, and it's effective. And, despite its playful appearance, Head First Java is serious stuff: a complete introduction to object-oriented programming and Java. You'll learn everything from the fundamentals to advanced topics, including threads, network sockets, and distributed programming with RMI. And the new. second edition focuses on Java 5.0, the latest version of the Java language and development platform. Because Java 5.0 is a major update to the platform, with deep, code-level changes, even more careful study and implementation is required. So learning the Head First way is more important than ever. If you've read a Head First book, you know what to expect--a visually rich format designed for the way your brain works. If you haven't, you're in for a treat. You'll see why people say it's unlike any other Java book you've ever read.By exploiting how your brain works, Head First Java compresses the time it takes to learn and retain--complex information. Its unique approach not only shows you what you need to know about Java syntax, it teaches you to think like a Java programmer. If you want to be bored, buy some other book. But if you want to understand Java, this book's for you.
Effective C++: 55 Specific Ways to Improve Your Programs and Designs
Scott Meyers - 1991
But the state-of-the-art has moved forward dramatically since Meyers last updated this book in 1997. (For instance, there s now STL. Design patterns. Even new functionality being added through TR1 and Boost.) So Meyers has done a top-to-bottom rewrite, identifying the 55 most valuable techniques you need now to be exceptionally effective with C++. Over half of this edition s content is new. Templates broadly impact C++ development, and you ll find them everywhere. There s extensive coverage of multithreaded systems. There s an entirely new chapter on resource management. You ll find substantial new coverage of exceptions. Much is gained, but nothing s lost: You ll find the same depth of practical insight that first made Effective C++ a classic all those years ago. Bill Camarda, from the July 2005 href="http://www.barnesandnoble.com/newslet... Only
Composting for Dummies
Cathy Cromell - 2010
From building and working with traditional compost bins to starting an indoor worm-composting operation, Composting For Dummies makes these often intimidating projects easy, fun, and accessible for anyone!Digging into compost basics -- get a handle on the benefits of composting and the tools you'll need to get startedChoosing the best method and location -- find the best composting method and location that's right for you, whether it's above ground, in a hole, in a container or bin, or even right in your kitchenBuilding your pile -- learn which ingredients can go into your compost pile, what stays out, and how to mix it all up in the right proportionsStepping beyond traditional composting -- get the lowdown on vermicomposting (letting worms eat your garbage), growing green manures to compost later, and sheet composting in the same spot you plan to plantOpen the book and find:A step-by-step guide to compostingThe right gear and tools for the jobTips on constructing your own composting containers and binsMaterials you can safely compost (and those to avoid)Cover crops to improve your soil now and compost laterRecommendations for using your finished compostWhat worms contribute to your compostTroubleshooting advice if your compost pile isn't cooperatingLearn to:Turn household food waste, yard clippings, and more into nutrient-rich compostBuild and maintain your own compost binUse worms to aid in composting, both indoors and outGive your vegetable and flower gardens a boost of energy
How to Cook Everything: The Basics: Simple Recipes Anyone Can Cook
Mark Bittman - 2003
Mark Bittman, the bestselling, award-winning author of
How to Cook Everything
, shows you how to make a good burger or delicious pasta for everyday meals as well as chicken soup on a cold day, lasagne because you love it, and prime rib for company. Not only will you make some of the best food you ve ever eaten, you ll save money and eat more healthfully, too.Anyone can cookSimple, satisfying recipes with easy-to-follow directionsTips to help you shop for, prepare, and cook the recipesRecipe variations and lists of ideas to adapt dishes to your tasteStep-by-step illustrations for tricky techniques like mincing garlicSimple. Straightforward.Just what you need to cook well."
German Made Simple: Learn to speak and understand German quickly and easily
Arnold Leitner - 1985
Void of all nonessentials and refreshingly easy to understand, German Made Simple includes:• Basics of German grammar• Modern German vocabulary• German pronunciation guide• German reading exercises• German economic information• Common German expressions• Review exercises• Complete answer key• German-English dictionary
The Daring Book for Girls
Andrea J. Buchanan - 2007
But it's not just a guide to giggling at sleepovers--although that's included, of course! Whether readers consider themselves tomboys, girly-girls, or a little bit of both, this book is every girl's invitation to adventure.
Psych 101: Psychology Facts, Basics, Statistics, Tests, and More!
Paul Kleinman - 2012
Psych 101 cuts out the boring details and statistics, and instead, gives you a lesson in psychology that keeps you engaged - and your synapses firing.From personality quizzes and the Rorschach Blot Test to B.F. Skinner and the stages of development, this primer for human behavior is packed with hundreds of entertaining psychology basics and quizzes you can't get anywhere else.So whether you're looking to unravel the intricacies of the mind, or just want to find out what makes your friends tick, Psych 101 has all the answers - even the ones you didn't know you were looking for.
Think: A Compelling Introduction to Philosophy
Simon Blackburn - 1999
Written expressly for "anyone who believes there are big questions out there, but does not know how to approach them," Think provides a sound framework for exploring the most basic themes of philosophy, and for understanding how major philosophers have tackled the questions that have pressed themselves most forcefully on human consciousness.
Understanding Color in Photography: Using Color, Composition, and Exposure to Create Vivid Photos
Bryan F. Peterson - 2017
Here he explores his signature use of color in photography for the first time, showing readers his process for creating striking images that pop off the page. He addresses how to shoot in any type of light, and looks at color families and how they can work together to make compelling images in commercial and art photography. He also helps readers understand exposure, flash, and other stumbling blocks that beginning and experienced photographers encounter when capturing images, showing how to get the most out of any composition. With its down-to-earth voice and casual teaching style, Understanding Color in Photography is a workshop in a book, helping any photographer take their images to the next level.