Book picks similar to
Linux for Makers: Understanding the Operating System That Runs Raspberry Pi and Other Maker Sbcs by Aaron Newcomb
humble-bundle
tech
1-all-sort
nonfiction
Arduino Cookbook: Recipes to Begin, Expand, and Enhance Your Projects
Michael Margolis - 2010
You'll find more than 200 tips and techniques for building a variety of objects and prototypes such as IoT solutions, environmental monitors, location and position-aware systems, and products that can respond to touch, sound, heat, and light.Updated for the Arduino 1.8 release, the recipes in this third edition include practical examples and guidance to help you begin, expand, and enhance your projects right away--whether you're an engineer, designer, artist, student, or hobbyist.Get up to speed on the Arduino board and essential software concepts quicklyLearn basic techniques for reading digital and analog signalsUse Arduino with a variety of popular input devices and sensorsDrive visual displays, generate sound, and control several types of motorsConnect Arduino to wired and wireless networksLearn techniques for handling time delays and time measurementApply advanced coding and memory-handling techniques
Make Elephants Fly: The Process of Radical Innovation
Steven Hoffman - 2017
Almost every major company today has made innovation its number one priority. Yet fewer than one in four executives believe their organizations are effective innovators. The pressure to innovate and the price paid for failure keeps rising, while most companies haven't progressed at all. They are still using the same antiquated techniques pioneered decades ago. This is why some of the biggest corporations in the world manage to lose entire markets to startups they've never heard of.In today's world, everyone will need to innovate to stay competitive. It doesn't matter if you're a startup founder, corporate executive, small business owner, freelancer or professional, there's a technology out there that's going to upend your industry. And if you aren't able to harness it to your advantage, someone else will. Innovation is no longer an option--it's the price of admission into the business world.Making Elephants Fly is designed to help you implement the same innovation methodologies and processes as Silicon Valley startups. It will teach you:How startups come up with breakthrough products and services.How to structure innovation teams.The best ways to identify and vet new ideas.What it takes to foster a culture of innovation.How to establish a process of innovation throughout your organization.By the time you've digested this book, you will have the tools needed to take your impossibly big idea and make it fly!
World of Geekcraft: Step-by-Step Instructions for 25 Super-Cool Craft Projects
Susan Beal - 2011
Best of all, it's easy to get started with step-by-step instructions and handy templates included in the back of the book. With lots of photos and plenty of geekery throughout, this one-of-a-kind book shows that geek and craft go together like...pixels and cross-stitch!
Staff Engineer: Leadership Beyond the Management Track
Will Larson - 2021
At that career level, you’ll no longer be required to work towards the next promotion, and being promoted beyond it is exceptional rather than expected. At that point your career path will branch, and you have to decide between remaining at your current level, continuing down the path of technical excellence to become a Staff Engineer, or switching into engineering management. Of course, the specific titles vary by company, and you can replace “Senior Engineer” and “Staff Engineer” with whatever titles your company prefers. Over the past few years we’ve seen a flurry of books unlocking the engineering management career path, like Camille Fournier’s The Manager’s Path, Julie Zhuo’s The Making of a Manager, Lara Hogan’s Resilient Management and my own, An Elegant Puzzle. The management career isn’t an easy one, but increasingly there are maps available for navigating it. On the other hand, the transition into Staff Engineer, and its further evolutions like Principal and Distinguished Engineer, remains challenging and undocumented. What are the skills you need to develop to reach Staff Engineer? Are technical abilities alone sufficient to reach and succeed in that role? How do most folks reach this role? What is your manager’s role in helping you along the way? Will you enjoy being a Staff Engineer or you will toil for years to achieve a role that doesn’t suit you? "Staff Engineer: Leadership beyond the management track" is a pragmatic look at attaining and operating in these Staff-plus roles.
Fear of Missing Out: Practical Decision-Making in a World of Overwhelming Choice
Patrick McGinnis - 2020
You were confident when you said no, but now you can't stop thinking about it, and you start feeling worse.You have FOMO, or, Fear of Missing Out.Coined in a Harvard Business School article, FOMO has become a global term to describe the decimating anxiety when thinking other people are having better, more fulfilling, experiences than you are. It's a natural, biological response, but that doesn't make it feel any better. Amplified by the rise of social media, #FOMO has become a cultural crisis--so what's the cure?Patrick McGinnis, creator of the term FOMO, has been thinking about it for seventeen years--and he has a solution: decision-making. Learning to weigh the costs and benefits of your choices, prioritizing your decisions, and listening to your gut are central to silencing FOMO and its lesser-known cousin, FOBO: Fear of a Better Option. After all, don't you want to feel comfortable and confident in your decisions?Written with self-evaluations throughout the book, Fear of Missing Out: Practical Decision Making in a World of Overwhelming Choice helps you ascertain and eliminate the parts of your life that are causing more anxiety than happiness.So give this a read, and then go to that party, start that new book, create a new goal--or don't. Make that decision, and be confident in it: it's the first of many of its kind.
Word Play: What Happens When People Talk
Peter Farb - 1974
Drawing on the most fascinating linguistic studies--and touching on everything from the Marx Brothers to linguistic sexism, from the phenomenon of glossolalia to Apache names for automobile parts--Word Play shows what really happens when people talk, no matter what language they happen to be using."A captivating, almost entirely unpedantic book...solidly founded in scholarship, love of language, and an unabashed worldliness about play itself."--Washington Post"Absorbing...so curious, amusing, and enlightening...we almost inadvertently learn a great deal about linguistics. [But] it seems scarcely to matter what we've learned...we've simply had too much fun."--The New York Times
Hacking: The Art of Exploitation
Jon Erickson - 2003
This book explains the technical aspects of hacking, including stack based overflows, heap based overflows, string exploits, return-into-libc, shellcode, and cryptographic attacks on 802.11b.
Programmers at Work: Interviews With 19 Programmers Who Shaped the Computer Industry (Tempus)
Susan Lammers - 1986
A classic title on the PC revolution originally published in 1986. Featuring Bill Gates, Andy Hertzfeld, Charles Simonyi, Ray Ozzie, Michael Hawley and many more.
Seven Languages in Seven Weeks
Bruce A. Tate - 2010
But if one per year is good, how about Seven Languages in Seven Weeks? In this book you'll get a hands-on tour of Clojure, Haskell, Io, Prolog, Scala, Erlang, and Ruby. Whether or not your favorite language is on that list, you'll broaden your perspective of programming by examining these languages side-by-side. You'll learn something new from each, and best of all, you'll learn how to learn a language quickly. Ruby, Io, Prolog, Scala, Erlang, Clojure, Haskell. With Seven Languages in Seven Weeks, by Bruce A. Tate, you'll go beyond the syntax-and beyond the 20-minute tutorial you'll find someplace online. This book has an audacious goal: to present a meaningful exploration of seven languages within a single book. Rather than serve as a complete reference or installation guide, Seven Languages hits what's essential and unique about each language. Moreover, this approach will help teach you how to grok new languages. For each language, you'll solve a nontrivial problem, using techniques that show off the language's most important features. As the book proceeds, you'll discover the strengths and weaknesses of the languages, while dissecting the process of learning languages quickly--for example, finding the typing and programming models, decision structures, and how you interact with them. Among this group of seven, you'll explore the most critical programming models of our time. Learn the dynamic typing that makes Ruby, Python, and Perl so flexible and compelling. Understand the underlying prototype system that's at the heart of JavaScript. See how pattern matching in Prolog shaped the development of Scala and Erlang. Discover how pure functional programming in Haskell is different from the Lisp family of languages, including Clojure. Explore the concurrency techniques that are quickly becoming the backbone of a new generation of Internet applications. Find out how to use Erlang's let-it-crash philosophy for building fault-tolerant systems. Understand the actor model that drives concurrency design in Io and Scala. Learn how Clojure uses versioning to solve some of the most difficult concurrency problems. It's all here, all in one place. Use the concepts from one language to find creative solutions in another-or discover a language that may become one of your favorites.
Real World Haskell: Code You Can Believe In
Bryan O'Sullivan - 2008
You'll learn how to use Haskell in a variety of practical ways, from short scripts to large and demanding applications. Real World Haskell takes you through the basics of functional programming at a brisk pace, and then helps you increase your understanding of Haskell in real-world issues like I/O, performance, dealing with data, concurrency, and more as you move through each chapter. With this book, you will:Understand the differences between procedural and functional programming Learn the features of Haskell, and how to use it to develop useful programs Interact with filesystems, databases, and network services Write solid code with automated tests, code coverage, and error handling Harness the power of multicore systems via concurrent and parallel programming You'll find plenty of hands-on exercises, along with examples of real Haskell programs that you can modify, compile, and run. Whether or not you've used a functional language before, if you want to understand why Haskell is coming into its own as a practical language in so many major organizations, Real World Haskell is the best place to start.
Learning GNU Emacs
Debra Cameron - 1991
It is also the most powerful and flexible. Unlike all other text editors, GNU Emacs is a complete working environment--you can stay within Emacs all day without leaving. Learning GNU Emacs, 3rd Edition tells readers how to get started with the GNU Emacs editor. It is a thorough guide that will also "grow" with you: as you become more proficient, this book will help you learn how to use Emacs more effectively. It takes you from basic Emacs usage (simple text editing) to moderately complicated customization and programming.The third edition of Learning GNU Emacs describes Emacs 21.3 from the ground up, including new user interface features such as an icon-based toolbar and an interactive interface to Emacs customization. A new chapter details how to install and run Emacs on Mac OS X, Windows, and Linux, including tips for using Emacs effectively on those platforms.Learning GNU Emacs, third edition, covers:How to edit files with EmacsUsing the operating system shell through EmacsHow to use multiple buffers, windows, and framesCustomizing Emacs interactively and through startup filesWriting macros to circumvent repetitious tasksEmacs as a programming environment for Java, C++, and Perl, among othersUsing Emacs as an integrated development environment (IDE)Integrating Emacs with CVS, Subversion and other change control systems for projects with multiple developersWriting HTML, XHTML, and XML with EmacsThe basics of Emacs LispThe book is aimed at new Emacs users, whether or not they are programmers. Also useful for readers switching from other Emacs implementations to GNU Emacs.
Sign Painters
Faythe Levine - 2012
But, like many skilled trades, the sign industry has been overrun by the techno-fueled promise of quicker and cheaper. The resulting proliferation of computer-designed, die-cut vinyl lettering and inkjet printers has ushered a creeping sameness into our visual landscape. Fortunately, there is a growing trend to seek out traditional sign painters and a renaissance in the trade. In 2010 filmmakers Faythe Levine, coauthor of Handmade Nation, and Sam Macon began documenting these dedicated practitioners, their time-honored methods, and their appreciation for quality and craftsmanship. Sign Painters, the first anecdotal history of the craft, features stories and photographs of more than two dozen sign painters working in cities throughout the United States.
The Hacker Playbook 2: Practical Guide To Penetration Testing
Peter Kim - 2015
The Hacker Playbook provides them their own game plans. Written by a longtime security professional and CEO of Secure Planet, LLC, this step-by-step guide to the “game” of penetration hacking features hands-on examples and helpful advice from the top of the field.Through a series of football-style “plays,” this straightforward guide gets to the root of many of the roadblocks people may face while penetration testing—including attacking different types of networks, pivoting through security controls, privilege escalation, and evading antivirus software.From “Pregame” research to “The Drive” and “The Lateral Pass,” the practical plays listed can be read in order or referenced as needed. Either way, the valuable advice within will put you in the mindset of a penetration tester of a Fortune 500 company, regardless of your career or level of experience.This second version of The Hacker Playbook takes all the best "plays" from the original book and incorporates the latest attacks, tools, and lessons learned. Double the content compared to its predecessor, this guide further outlines building a lab, walks through test cases for attacks, and provides more customized code.Whether you’re downing energy drinks while desperately looking for an exploit, or preparing for an exciting new job in IT security, this guide is an essential part of any ethical hacker’s library—so there’s no reason not to get in the game.
Tribe of Hackers: Cybersecurity Advice from the Best Hackers in the World
Marcus J. Carey - 2019
Tribe of Hackers wants to change that. We asked for industry, career, and personal advice from 70 cybersecurity luminaries who are ready to break down barriers and shatter ceilings. It's about time.This book can be a catalyst for change for anyone, from beginners trying to enter the industry, to practitioners looking to start their own firms. What tips do the founders of Dragos, Inc. and Duo Security have on starting a company? Do you need a college degree or certification to be a cybersecurity professional? What is the biggest bang-for-the-buck action your organization can take to improve its cybersecurity posture? What "life hacks" to real hackers use to make their own lives easier? What resources can women in cybersecurity utilize to maximize their potential?All proceeds from the book will go towards: Bunker Labs, Sickle Cell Disease Association of America, Rainforest Partnership, and Start-Up! Kid's Club.We can't wait to show you the most epic cybersecurity thought leadership collaborative effort, ever.(Source: Amazon.com)
Koyomimonogatari, Part 1
NisiOisiN - 2019
Not all oddities are supernatural: stones and flowers; sand and water; the wind and the tree can just be plain weird without being aberrations.In this installment, say hello from the future to class president among class presidents Hanekawa, acid-tongued girlfriend Senjogahara, cheeky lost child Hachikuji, smutty athlete Kanbaru, pathologically shy Sengoku, and justice-loving martial artist Karen, young ladies who love to make our young man sweat.