Book picks similar to
The Twitter Book by Tim O'Reilly
non-fiction
social-media
nonfiction
twitter
How to Invent Everything: A Survival Guide for the Stranded Time Traveler
Ryan North - 2018
. . and then broke? How would you survive? Could you improve on humanity's original timeline? And how hard would it be to domesticate a giant wombat? With this book as your guide, you'll survive--and thrive--in any period in Earth's history. Bestselling author and time-travel enthusiast Ryan North shows you how to invent all the modern conveniences we take for granted--from first principles. This illustrated manual contains all the science, engineering, art, philosophy, facts, and figures required for even the most clueless time traveler to build a civilization from the ground up. Deeply researched, irreverent, and significantly more fun than being eaten by a saber-toothed tiger, How to Invent Everything will make you smarter, more competent, and completely prepared to become the most important and influential person ever.
Hadoop Explained
Aravind Shenoy - 2014
Hadoop allowed small and medium sized companies to store huge amounts of data on cheap commodity servers in racks. The introduction of Big Data has allowed businesses to make decisions based on quantifiable analysis. Hadoop is now implemented in major organizations such as Amazon, IBM, Cloudera, and Dell to name a few. This book introduces you to Hadoop and to concepts such as ‘MapReduce’, ‘Rack Awareness’, ‘Yarn’ and ‘HDFS Federation’, which will help you get acquainted with the technology.
Between You & Me: Confessions of a Comma Queen
Mary Norris - 2015
Now she brings her vast experience, good cheer, and finely sharpened pencils to help the rest of us in a boisterous language book as full of life as it is of practical advice.Between You & Me features Norris's laugh-out-loud descriptions of some of the most common and vexing problems in spelling, punctuation, and usage—comma faults, danglers, "who" vs. "whom," "that" vs. "which," compound words, gender-neutral language—and her clear explanations of how to handle them. Down-to-earth and always open-minded, she draws on examples from Charles Dickens, Emily Dickinson, Henry James, and the Lord's Prayer, as well as from The Honeymooners, The Simpsons, David Foster Wallace, and Gillian Flynn. She takes us to see a copy of Noah Webster's groundbreaking Blue-Back Speller, on a quest to find out who put the hyphen in Moby-Dick, on a pilgrimage to the world's only pencil-sharpener museum, and inside the hallowed halls of The New Yorker and her work with such celebrated writers as Pauline Kael, Philip Roth, and George Saunders.Readers—and writers—will find in Norris neither a scold nor a softie but a wise and witty new friend in love with language and alive to the glories of its use in America, even in the age of autocorrect and spell-check. As Norris writes, "The dictionary is a wonderful thing, but you can't let it push you around."
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.
The Basics of Digital Forensics: The Primer for Getting Started in Digital Forensics
John Sammons - 2011
This book teaches you how to conduct examinations by explaining what digital forensics is, the methodologies used, key technical concepts and the tools needed to perform examinations. Details on digital forensics for computers, networks, cell phones, GPS, the cloud, and Internet are discussed. Readers will also learn how to collect evidence, document the scene, and recover deleted data. This is the only resource your students need to get a jump-start into digital forensics investigations.This book is organized into 11 chapters. After an introduction to the basics of digital forensics, the book proceeds with a discussion of key technical concepts. Succeeding chapters cover labs and tools; collecting evidence; Windows system artifacts; anti-forensics; Internet and email; network forensics; and mobile device forensics. The book concludes by outlining challenges and concerns associated with digital forensics. PowerPoint lecture slides are also available.This book will be a valuable resource for entry-level digital forensics professionals as well as those in complimentary fields including law enforcement, legal, and general information security.
Pro Git
Scott Chacon - 2009
It took the open source world by storm since its inception in 2005, and is used by small development shops and giants like Google, Red Hat, and IBM, and of course many open source projects.A book by Git experts to turn you into a Git expert. Introduces the world of distributed version control Shows how to build a Git development workflow.
Growth Hacker Marketing: A Primer on the Future of PR, Marketing, and Advertising
Ryan Holiday - 2013
A new generation of multibillion dollar brands have been built without spending a dime on traditional marketing techniques. No press releases, no PR firm, and no billboards in Times Square.It wasn’t luck that took them from tiny start-ups to massive success. They have a new strategy, called Growth Hacking. And it works.In this e-special, bestselling author Ryan Holiday shows how the marketing game has changed forever. He explains the growth hacker mindset and provides a new set of rules—critical information whether you’re an aspiring marketer, an entrepreneur, or a Fortune 500 senior executive.
Imagine: How Creativity Works
Jonah Lehrer - 2012
Shattering the myth of muses, higher powers, even creative “types,” Jonah Lehrer demonstrates that creativity is not a single gift possessed by the lucky few. It’s a variety of distinct thought processes that we can all learn to use more effectively.Lehrer reveals the importance of embracing the rut, thinking like a child, daydreaming productively, and adopting an outsider’s perspective (travel helps). He unveils the optimal mix of old and new partners in any creative collaboration, and explains why criticism is essential to the process. Then he zooms out to show how we can make our neighborhoods more vibrant, our companies more productive, and our schools more effective.You’ll learn about Bob Dylan’s writing habits and the drug addictions of poets. You’ll meet a Manhattan bartender who thinks like a chemist, and an autistic surfer who invented an entirely new surfing move. You’ll see why Elizabethan England experienced a creative explosion, and how Pixar’s office space is designed to spark the next big leap in animation.Collapsing the layers separating the neuron from the finished symphony, Imagine reveals the deep inventiveness of the human mind, and its essential role in our increasingly complex world. http://www.jonahlehrer.com/
The C++ Programming Language
Bjarne Stroustrup - 1986
For this special hardcover edition, two new appendixes on locales and standard library exception safety (also available at www.research.att.com/ bs/) have been added. The result is complete, authoritative coverage of the C++ language, its standard library, and key design techniques. Based on the ANSI/ISO C++ standard, The C++ Programming Language provides current and comprehensive coverage of all C++ language features and standard library components. For example:abstract classes as interfaces class hierarchies for object-oriented programming templates as the basis for type-safe generic software exceptions for regular error handling namespaces for modularity in large-scale software run-time type identification for loosely coupled systems the C subset of C++ for C compatibility and system-level work standard containers and algorithms standard strings, I/O streams, and numerics C compatibility, internationalization, and exception safety Bjarne Stroustrup makes C++ even more accessible to those new to the language, while adding advanced information and techniques that even expert C++ programmers will find invaluable.
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.
Wallflower at the Orgy
Nora Ephron - 1970
In this classic collection of magazine articles, Ephron does what she does best: embrace American culture with love, cynicism, and unmatched wit. From tracking down the beginnings of the self-help movement to dressing down the fashion world’s most powerful publication to capturing a glimpse of a legendary movie in the making, these timeless pieces tap into our enduring obsessions with celebrity, food, romance, clothes, entertainment, and sex. Whether casting her ingenious eye on renowned director Mike Nichols, Cosmopolitan magazine founder Helen Gurley Brown—or herself, as she chronicles her own beauty makeover—Ephron deftly weaves her journalistic skill with the intimate style of an essayist and the incomparable talent of a great storyteller.
Even a Geek Can Speak: Low-Tech Presentation Skills for High-Tech People
Joey Asher - 2001
But it's not cool to talk like a geek. Even a Geek Can Speak shows anyone how to express complex ideas in ways that are simple, that connect with listeners, and that persuade. Focusing Your Message: One internet security executive won over non-technical business owners by focusing on the importance of internet security to the business world. Result: Listeners said - I'm buying that stock.Keeping it Simple: A software consultant steered clear of the technical details when pitching to a CEO and focused on three key points: saving money, security and competitiveness. Result: He won the business.Telling Stories: A telecommunications saleswoman spoke to a users' group and illustrated her points with stories, rather than dwelling too much in detail. Result: A jump in new orders.Not Looking Like a Geek: An internet executive learned to connect with his audience merely by energizing his voice. Result: He received praise unlike any he'd received before.
Choose Yourself: Be Happy, Make Millions, Live the Dream
James Altucher - 2013
Markets have crashed. Jobs have disappeared. Industries have been disrupted and are being remade before our eyes. Everything we aspired to for “security,” everything we thought was “safe,” no longer is: College. Employment. Retirement. Government. It’s all crumbling down. In every part of society, the middlemen are being pushed out of the picture. No longer is someone coming to hire you, to invest in your company, to sign you, to pick you. It’s on you to make the most important decision in your life: Choose Yourself.New tools and economic forces have emerged to make it possible for individuals to create art, make millions of dollars and change the world without “help.” More and more opportunities are rising out of the ashes of the broken system to generate real inward success (personal happiness and health) and outward success (fulfilling work and wealth).This book will teach you to do just that. With dozens of case studies, interviews and examples–including the author, investor and entrepreneur James Altucher’s own heartbreaking and inspiring story–Choose Yourself illuminates your personal path to building a bright, new world out of the wreckage of the old.
Beginning Programming with Java for Dummies
Barry Burd - 2003
Covering everything from basic Java development concepts to the latest tools and techniques used in Java, this book will put would-be programmers on their way to Java mastery Explores what goes into creating a program, how to put the pieces together, dealing with standard programming challenges, debugging, and making it work Updated for the release of the Java SDK 2.0, with all examples revised to reflect the changes in the technology
The Presentation Secrets of Steve Jobs
Carmine Gallo - 2009
Communications expert Carmine Gallo has studied and analyzed the very best of Jobs's performances, offering point-by-point examples, tried-and-true techniques, and proven presentation secrets in 18 "scenes," including:Develop a messianic sense of purposeReveal the Conquering heroChannel your inner ZenStage your presentation with propsMake it look effortlessWith this revolutionary approach, you'll be surprised at how easy it is to sell your ideas, share your enthusiasm, and wow your audience the Steve Jobs way."No other leader captures an audience like Steve Jobs does and, like no other book, The Presentation Secrets of Steve Jobs captures the formula Steve uses to enthrall audiences."--Rob Enderle, The Enderle Group"Now you can learn from the best there is--both Jobs and Gallo. No matter whether you are a novice presenter or a professional speaker like me, you will read and reread this book with the same enthusiasm that people bring to their iPods."--David Meerman Scott, bestselling author of The New Rules of Marketing & PR and World Wide Rave