Book picks similar to
How to be a modern scientist by Jeffrey Leek


science
non-fiction
programming
science-and-nature

Mac OS X Snow Leopard: The Missing Manual


David Pogue - 2009
    Fortunately, David Pogue is back, with the humor and expertise that have made this the #1 bestselling Mac book for eight years straight. You get all the answers with jargon-free introductions to:Big-ticket changes. A 64-bit overhaul. Faster everything. A rewritten Finder. Microsoft Exchange compatibility. All-new QuickTime Player. If Apple wrote it, this book covers it.Snow Leopard Spots. This book demystifies the hundreds of smaller enhancements, too, in all 50 programs that come with the Mac: Safari, Mail, iChat, Preview, Time Machine.Shortcuts. This must be the tippiest, trickiest Mac book ever written. Undocumented surprises await on every page.Power usage. Security, networking, build-your-own Services, file sharing with Windows, even Mac OS X's Unix chassis-this one witty, expert guide makes it all crystal clear.

100 Things Every Designer Needs to Know about People


Susan M. Weinschenk - 2011
    We want them to buy something, read more, or take action of some kind. Designing without understanding what makes people act the way they do is like exploring a new city without a map: results will be haphazard, confusing, and inefficient. This book combines real science and research with practical examples to deliver a guide every designer needs. With it you'll be able to design more intuitive and engaging work for print, websites, applications, and products that matches the way people think, work, and play.Learn to increase the effectiveness, conversion rates, and usability of your own design projects by finding the answers to questions such as: What grabs and holds attention on a page or screen?What makes memories stick?What is more important, peripheral or central vision?How can you predict the types of errors that people will make?What is the limit to someone's social circle?How do you motivate people to continue on to (the next step?What line length for text is best?Are some fonts better than others? These are just a few of the questions that the book answers in its deep-dive exploration of what makes people tick.

HTML and CSS: Design and Build Websites


Jon Duckett - 2011
    Joining the professional web designers and programmers are new audiences who need to know a little bit of code at work (update a content management system or e-commerce store) and those who want to make their personal blogs more attractive. Many books teaching HTML and CSS are dry and only written for those who want to become programmers, which is why this book takes an entirely new approach. • Introduces HTML and CSS in a way that makes them accessible to everyone—hobbyists, students, and professionals—and it’s full-color throughout • Utilizes information graphics and lifestyle photography to explain the topics in a simple way that is engaging • Boasts a unique structure that allows you to progress through the chapters from beginning to end or just dip into topics of particular interest at your leisureThis educational book is one that you will enjoy picking up, reading, then referring back to. It will make you wish other technical topics were presented in such a simple, attractive and engaging way!

Foucault: A Very Short Introduction


Gary Gutting - 2005
    Born in 1926 in France, over the course of his life he dabbled in drugs, politics, and the Paris SM scene, all whilst striving to understand the deep concepts of identity, knowledge, and power.From aesthetics to the penal system; from madness and civilisation to avant-garde literature, Foucault was happy to reject old models of thinking and replace them with versions that are still widely debated today. A major influence on Queer Theory and gender studies (he was openly gay and died of an AIDS-related illness in 1984), he also wrote on architecture, history, law, medicine, literature, politics and of course philosophy, and even managed a best-seller in France on a book dedicated to the history of systems of thought.Because of the complexity of his arguments, people trying to come to terms with his work have desperately sought introductory material that makes his theories clear and accessible for the beginner. Ideally suited for the Very Short Introductions series, Gary Gutting presents a comprehensive but non-systematic treatment of some highlights of Foucault's life and thought. Beginning with a brief biography to set the social and political stage, he then tackles Foucault's thoughts on literature, in particular the avant-garde scene; his philosophical and historical work; his treatment of knowledge and power in modern society; and his thoughts on sexuality.

A Field Guide for Science Writers: The Official Guide of the National Association of Science Writers


Deborah Blum - 1997
    In this collection of essays, nationally known science writers Deborah Blum, Mary Knudson, and Robin Marantz Henig assemble the best science writers working today to explain what they do and how to do it well. Field Guide combines detailed and practical how-to advice with thoughtful discussions of the challenges of science journalism in the 21st century. It doesn't shy away from addressing such controversial matters as cloning, stem cell research, eugenics, medical overtreatment, and questions of scientific honesty. Offering a comprehensive overview of the field of science writing, this book discusses a broad range of media and sources, from newspapers to broadcast journalism and from corporations to government agencies. It also provides a detailed analysis of some of the hottest fields in science writing - ranging from mental health to human genetics - and covers a diverse array of writing styles, from "gee-whiz" to investigative. With more than 45 esteemed contributors - people who work for such leading news outlets as Scientific American, Popular Science, Discover, Smithsonian, The New York Times, and The Wall Street Journal - this book is an invaluable resource for current and aspiring science writers, students and instructors in science writing and journalism, and scientists who are interested in science communication.

Organized Teacher, Happy Classroom


Melanie S. Unger - 2011
    Keeping themorganized can be a challenge, but an organized classroom is essential and allows students and the teacher to fully focus on learning by eliminating distractions. Organized Teacher, Happy Classroom provides practical, proven methods for maintaining an organized classroom throughout the entire school year.Inside you’ll find:• Strategies for managing students’ papers, curriculum material, and essential paperwork• Time management tips to maximize your instruction time and lesson planning• Organizing systems you can teach your students to improve self reliance andaccountability• Checklists for starting and ending the year well organized• Helpful forms and templates you can use in your classroom• Plans for arranging a classroom that promotes positive student participation• Support to simplify your classroom• Efficient storage solutions for all teacher and student materialsWhether you teach primary, intermediate, middle school or high school, this bookwill help you organize your time, paperwork, and classroom spaces.

Effective Java


Joshua Bloch - 2001
    The principal enhancement in Java 8 was the addition of functional programming constructs to Java's object-oriented roots. Java 7, 8, and 9 also introduced language features, such as the try-with-resources statement, the diamond operator for generic types, default and static methods in interfaces, the @SafeVarargs annotation, and modules. New library features include pervasive use of functional interfaces and streams, the java.time package for manipulating dates and times, and numerous minor enhancements such as convenience factory methods for collections. In this new edition of Effective Java, Bloch updates the work to take advantage of these new language and library features, and provides specific best practices for their use. Java's increased support for multiple paradigms increases the need for best-practices advice, and this book delivers. As in previous editions, each chapter consists of several "items," each presented in the form of a short, standalone essay that provides specific advice, insight into Java platform subtleties, and updated code examples. The comprehensive descriptions and explanations for each item illuminate what to do, what not to do, and why. Coverage includes:Updated techniques and best practices on classic topics, including objects, classes, methods, libraries, and generics How to avoid the traps and pitfalls of commonly misunderstood subtleties of the platform Focus on the language and its most fundamental libraries, such as java.lang and java.util

Sinatra: Up and Running


Alan Harris - 2011
    With this concise book, you will quickly gain working knowledge of Sinatra and its minimalist approach to building both standalone and modular web applications. Sinatra serves as a lightweight wrapper around Rack middleware, with syntax that maps closely to functions exposed by HTTP verbs, which makes it ideal for web services and APIs. If you have experience building applications with Ruby, you’ll quickly learn language fundamentals and see under-the-hood techniques, with the help of several practical examples. Then you’ll get hands-on experience with Sinatra by building your own blog engine. Learn Sinatra’s core concepts, and get started by building a simple application Create views, manage sessions, and work with Sinatra route definitions Become familiar with the language’s internals, and take a closer look at Rack Use different subclass methods for building flexible and robust architectures Put Sinatra to work: build a blog that takes advantage of service hooks provided by the GitHub API

Tableau Your Data!: Fast and Easy Visual Analysis with Tableau Software


Dan Murray - 2013
    It illustrates little-known features and techniques for getting the most from the Tableau toolset, supporting the needs of the business analysts who use the product as well as the data and IT managers who support it.This comprehensive guide covers the core feature set for data analytics, illustrating best practices for creating and sharing specific types of dynamic data visualizations. Featuring a helpful full-color layout, the book covers analyzing data with Tableau Desktop, sharing information with Tableau Server, understanding Tableau functions and calculations, and Use Cases for Tableau Software.Includes little-known, as well as more advanced features and techniques, using detailed, real-world case studies that the author has developed as part of his consulting and training practice Explains why and how Tableau differs from traditional business information analysis tools Shows you how to deploy dashboards and visualizations throughout the enterprise Provides a detailed reference resource that is aimed at users of all skill levels Depicts ways to leverage Tableau across the value chain in the enterprise through case studies that target common business requirements Endorsed by Tableau Software Tableau Your Data shows you how to build dynamic, best-of-breed visualizations using the Tableau Software toolset.

Grown Up Digital: How the Net Generation Is Changing Your World


Don Tapscott - 2008
    Are you ready for it?Chances are you know a person between the ages of 11 and 30. You've seen them doing five things at once: texting friends, downloading music, uploading videos, watching a movie on a two-inch screen, and doing who-knows-what on Facebook or MySpace. They're the first generation to have literally grown up digital - and they're part of a global cultural phenomenon that's here to stay.The bottom line is this: If you understand the Net Generation, you will understand the future. If you're a Baby Boomer or Gen-Xer: This is your field guide.A fascinating inside look at the Net Generation, Grown Up Digital is inspired by a $4 million private research study. New York Times bestselling author Don Tapscott has surveyed more than 11,000 young people. Instead of a bunch of spoiled "screenagers" with short attention spans and zero social skills, he discovered a remarkably bright community which has developed revolutionary new ways of thinking, interacting, working, and socializing.Grown Up Digital reveals:- How the brain of the Net Generation processes information- Seven ways to attract and engage young talent in the workforce- Seven guidelines for educators to tap the Net Gen potential- Parenting 2.0: There's no place like the new home- Citizen Net: How young people and the Internet are transforming democracyToday's young people are using technology in ways you could never imagine. Instead of passively watching television, the "Net Geners" are actively participating in the distribution of entertainment and information. For the first time in history, youth are the authorities on something really important. And they're changing every aspect of our society-from the workplace to the marketplace, from the classroom to the living room, from the voting booth to the Oval Office.The Digital Age is here. The Net Generation has arrived. Meet the future.

The Calculus Direct


John Weiss - 2009
    The calculus is not a hard subject and I prove this through an easy to read and obvious approach spanning only 100 pages. I have written this book with the following type of student in mind; the non-traditional student returning to college after a long break, a notoriously weak student in math who just needs to get past calculus to obtain a degree, and the garage tinkerer who wishes to understand a little more about the technical subjects. This book is meant to address the many fundamental thought-blocks that keep the average 'mathaphobe' (or just an interested person who doesn't have the time to enroll in a course) from excelling in mathematics in a clear and concise manner. It is my sincerest hope that this book helps you with your needs.Show more Show less

Mindstorms: Children, Computers, And Powerful Ideas


Seymour Papert - 1980
    We have Mindstorms to thank for that. In this book, pioneering computer scientist Seymour Papert uses the invention of LOGO, the first child-friendly programming language, to make the case for the value of teaching children with computers. Papert argues that children are more than capable of mastering computers, and that teaching computational processes like de-bugging in the classroom can change the way we learn everything else. He also shows that schools saturated with technology can actually improve socialization and interaction among students and between students and teachers.

The Linux Command Line


William E. Shotts Jr. - 2012
    Available here:readmeaway.com/download?i=1593279523The Linux Command Line, 2nd Edition: A Complete Introduction PDF by William ShottsRead The Linux Command Line, 2nd Edition: A Complete Introduction PDF from No Starch Press,William ShottsDownload William Shotts’s PDF E-book The Linux Command Line, 2nd Edition: A Complete Introduction

Algorithms of Oppression: How Search Engines Reinforce Racism


Safiya Umoja Noble - 2018
    But, if you type in "white girls," the results are radically different. The suggested porn sites and un-moderated discussions about "why black women are so sassy" or "why black women are so angry" presents a disturbing portrait of black womanhood in modern society.In Algorithms of Oppression, Safiya Umoja Noble challenges the idea that search engines like Google offer an equal playing field for all forms of ideas, identities, and activities. Data discrimination is a real social problem; Noble argues that the combination of private interests in promoting certain sites, along with the monopoly status of a relatively small number of Internet search engines, leads to a biased set of search algorithms that privilege whiteness and discriminate against people of color, specifically women of color.Through an analysis of textual and media searches as well as extensive research on paid online advertising, Noble exposes a culture of racism and sexism in the way discoverability is created online. As search engines and their related companies grow in importance - operating as a source for email, a major vehicle for primary and secondary school learning, and beyond - understanding and reversing these disquieting trends and discriminatory practices is of utmost importance.An original, surprising and, at times, disturbing account of bias on the internet, Algorithms of Oppression contributes to our understanding of how racism is created, maintained, and disseminated in the 21st century.

The Art of Deception: Controlling the Human Element of Security


Kevin D. Mitnick - 2001
    Since his release from federal prison, in 1998, Mitnick has turned his life around and established himself as one of the most sought-after computer security experts worldwide. Now, in The Art of Deception, the world's most notorious hacker gives new meaning to the old adage, "It takes a thief to catch a thief." Focusing on the human factors involved with information security, Mitnick explains why all the firewalls and encryption protocols in the world will never be enough to stop a savvy grifter intent on rifling a corporate database or an irate employee determined to crash a system. With the help of many fascinating true stories of successful attacks on business and government, he illustrates just how susceptible even the most locked-down information systems are to a slick con artist impersonating an IRS agent. Narrating from the points of view of both the attacker and the victims, he explains why each attack was so successful and how it could have been prevented in an engaging and highly readable style reminiscent of a true-crime novel. And, perhaps most importantly, Mitnick offers advice for preventing these types of social engineering hacks through security protocols, training programs, and manuals that address the human element of security.