Book picks similar to
The ARRL Ham Radio License Manual by American Radio Relay League
radio
non-fiction
reference
ham-radio
Adventures In Raspberry Pi (Adventures In ...)
Carrie Anne Philbin - 2013
Written for 11- to 15-year-olds and assuming no prior computing knowledge, this book uses the wildly successful, low-cost, credit-card-sized Raspberry Pi computer to explain fundamental computing concepts. Young people will enjoy going through the book's nine fun projects while they learn basic programming and system administration skills, starting with the very basics of how to plug in the board and turn it on. Each project includes a lively and informative video to reinforce the lessons. It's perfect for young, eager self-learners—your kids can jump in, set up their Raspberry Pi, and go through the lessons on their own. Written by Carrie Anne Philbin, a high school teacher of computing who advises the U.K. government on the revised ICT Curriculum Teaches 11- to 15-year-olds programming and system administration skills using Raspberry Pi Features 9 fun projects accompanied by lively and helpful videos Raspberry Pi is a $35/£25 credit-card-sized computer created by the non-profit Raspberry Pi Foundation; over a million have been sold Help your children have fun and learn computing skills at the same time with Adventures in Raspberry Pi.
Mindfulness: An Eight-Week Plan for Finding Peace in a Frantic World
J. Mark G. Williams - 2011
Danny Penman reveal the secrets to living a happier and less anxious, stressful and exhausting life. Based on the techniques of Mindfulness-Based Cognitive Therapy, the unique program developed by Williams and his colleagues, the book offers simple and straightforward forms of mindfulness meditation that can be done by anyone--and it can take just 10-20 minutes a day for the full benefits to be revealed.
Accessory to War: The Unspoken Alliance Between Astrophysics and the Military
Neil deGrasse Tyson - 2018
Spanning early celestial navigation to satellite-enabled warfare, Accessory to War is a richly researched and provocative examination of the intersection of science, technology, industry, and power that will introduce Tyson’s millions of fans to yet another dimension of how the universe has shaped our lives and our world.
Making It All Work: Winning at the Game of Work and Business of Life
David Allen - 2003
Now, David Allen leads the world on a new path to achieve focus, control, and perspective. Throw out everything you know about productivity-- Making It All Work will make life and work a game you can win. For those who have already experienced the clarity of mind from reading Getting Things Done, Making It All Work will take the process to the next level. David Allen shows us how to excel in dealing with our daily commitments, the unexpected, and the information overload that threatens to drown us. Making It All Work provides an instantly usable, success-building tool kit for staying ahead of the game. Making It All Work addresses: how to figure out where you are in life and what you need; how to be your own consultant and a CEO of your life; moving from hope to trust in decision-making; when not to set goals; harnessing intuition, spontaneity, and serendipity; and why life is like business and business is like life. This eagerly awaited follow-up to Getting Things Done is guaranteed to find an audience in today’s competitive business environment and among David Allen’s many fans.
Tap to Tidy: Organising, Crafting & Creating Happiness in a Messy World
Stacey Solomon - 2021
Whether it's a love of getting crafty, meticulously organising or making fun-shaped snacks!I find it hard to sit still, but losing myself in a craft project or tidying a drawer is my form of meditation. It's a chance for me to forget about the things going on in the world around me for a minute.I hope this book helps you to lose yourself for a moment, too - and that you enjoy reading it and even, maybe, having a go at some of the bits inside.
The Foxfire Book: Hog Dressing; Log Cabin Building; Mountain Crafts and Foods; Planting by the Signs; Snake Lore, Hunting Tales, Faith Healing
Eliot Wigginton - 1972
This is the original book compilation of Foxfire material which introduces Aunt Arie and her contemporaries and includes log cabin building, hog dressing, snake lore, mountain crafts and food, and "other affairs of plain living."
Dave Ramsey's Complete Guide to Money: The Handbook of Financial Peace University
Dave Ramsey - 2011
If you’re looking for practical information to answer all your “How?” “What?” and “Why?” questions about money, this book is for you. You’ll also learn all about insurance, mortgage options, marketing, bargain hunting and the most important element of all—giving. Now let’s be honest: This is the handbook of Financial Peace University.
The Rust Programming Language
Steve Klabnik
This is the undisputed go-to guide to Rust, written by two members of the Rust core team, with feedback and contributions from 42 members of the community. The book assumes that you’ve written code in another programming language but makes no assumptions about which one, meaning the material is accessible and useful to developers from a wide variety of programming backgrounds.Known by the Rust community as "The Book," The Rust Programming Language includes concept chapters, where you’ll learn about a particular aspect of Rust, and project chapters, where you’ll apply what you’ve learned so far to build small programs.The Book opens with a quick hands-on project to introduce the basics then explores key concepts in depth, such as ownership, the type system, error handling, and fearless concurrency. Next come detailed explanations of Rust-oriented perspectives on topics like pattern matching, iterators, and smart pointers, with concrete examples and exercises--taking you from theory to practice.The Rust Programming Language will show you how to: Grasp important concepts unique to Rust like ownership, borrowing, and lifetimes Use Cargo, Rust’s built-in package manager, to build and maintain your code, including downloading and building dependencies Effectively use Rust’s zero-cost abstractions and employ your ownYou’ll learn to develop reliable code that’s speed and memory efficient, while avoiding the infamous and arcane programming pitfalls common at the systems level. When you need to dive down into lower-level control, this guide will show you how without taking on the customary risk of crashes or security holes and without requiring you to learn the fine points of a fickle toolchain.You’ll also learn how to create command line programs, build single- and multithreaded web servers, and much more.The Rust Programming Language fully embraces Rust’s potential to empower its users. This friendly and approachable guide will help you build not only your knowledge of Rust but also your ability to program with confidence in a wider variety of domains.
On Writing Well: The Classic Guide to Writing Nonfiction
William Zinsser - 1976
It is a book for everybody who wants to learn how to write or who needs to do some writing to get through the day, as almost everybody does in the age of e-mail and the Internet. Whether you want to write about people or places, science and technology, business, sports, the arts or about yourself in the increasingly popular memoir genre, On Writing Well offers you fundamental priciples as well as the insights of a distinguished writer and teacher. With more than a million copies sold, this volume has stood the test of time and remains a valuable resource for writers and would-be writers.
Structure and Interpretation of Computer Programs
Harold Abelson - 1984
This long-awaited revision contains changes throughout the text. There are new implementations of most of the major programming systems in the book, including the interpreters and compilers, and the authors have incorporated many small changes that reflect their experience teaching the course at MIT since the first edition was published. A new theme has been introduced that emphasizes the central role played by different approaches to dealing with time in computational models: objects with state, concurrent programming, functional programming and lazy evaluation, and nondeterministic programming. There are new example sections on higher-order procedures in graphics and on applications of stream processing in numerical programming, and many new exercises. In addition, all the programs have been reworked to run in any Scheme implementation that adheres to the IEEE standard.
Design Patterns: Elements of Reusable Object-Oriented Software
Erich Gamma - 1994
Previously undocumented, these 23 patterns allow designers to create more flexible, elegant, and ultimately reusable designs without having to rediscover the design solutions themselves.The authors begin by describing what patterns are and how they can help you design object-oriented software. They then go on to systematically name, explain, evaluate, and catalog recurring designs in object-oriented systems. With Design Patterns as your guide, you will learn how these important patterns fit into the software development process, and how you can leverage them to solve your own design problems most efficiently. Each pattern describes the circumstances in which it is applicable, when it can be applied in view of other design constraints, and the consequences and trade-offs of using the pattern within a larger design. All patterns are compiled from real systems and are based on real-world examples. Each pattern also includes code that demonstrates how it may be implemented in object-oriented programming languages like C++ or Smalltalk.
Automate the Boring Stuff with Python: Practical Programming for Total Beginners
Al Sweigart - 2014
But what if you could have your computer do them for you?In "Automate the Boring Stuff with Python," you'll learn how to use Python to write programs that do in minutes what would take you hours to do by hand no prior programming experience required. Once you've mastered the basics of programming, you'll create Python programs that effortlessly perform useful and impressive feats of automation to: Search for text in a file or across multiple filesCreate, update, move, and rename files and foldersSearch the Web and download online contentUpdate and format data in Excel spreadsheets of any sizeSplit, merge, watermark, and encrypt PDFsSend reminder emails and text notificationsFill out online formsStep-by-step instructions walk you through each program, and practice projects at the end of each chapter challenge you to improve those programs and use your newfound skills to automate similar tasks.Don't spend your time doing work a well-trained monkey could do. Even if you've never written a line of code, you can make your computer do the grunt work. Learn how in "Automate the Boring Stuff with Python.""
Designing Data-Intensive Applications
Martin Kleppmann - 2015
Difficult issues need to be figured out, such as scalability, consistency, reliability, efficiency, and maintainability. In addition, we have an overwhelming variety of tools, including relational databases, NoSQL datastores, stream or batch processors, and message brokers. What are the right choices for your application? How do you make sense of all these buzzwords?In this practical and comprehensive guide, author Martin Kleppmann helps you navigate this diverse landscape by examining the pros and cons of various technologies for processing and storing data. Software keeps changing, but the fundamental principles remain the same. With this book, software engineers and architects will learn how to apply those ideas in practice, and how to make full use of data in modern applications. Peer under the hood of the systems you already use, and learn how to use and operate them more effectively Make informed decisions by identifying the strengths and weaknesses of different tools Navigate the trade-offs around consistency, scalability, fault tolerance, and complexity Understand the distributed systems research upon which modern databases are built Peek behind the scenes of major online services, and learn from their architectures
Emergency: This Book Will Save Your Life
Neil Strauss - 2009
Natural disasters. Domestic crackdowns. Economic collapse. Riots. Wars. Disease. Starvation.What can you do when it all hits the fan?You can learn to be self-sufficient and survive without the system."I've started to look at the world through apocalypse eyes." So begins Neil Strauss's harrowing new book: his first full-length work since the international bestseller The Game, and one of the most original-and provocative-narratives of the year.After the last few years of violence and terror, of ethnic and religious hatred, of tsunamis and hurricanes–and now of world financial meltdown–Strauss, like most of his generation, came to the sobering realization that, even in America, anything can happen. But rather than watch helplessly, he decided to do something about it. And so he spent three years traveling through a country that's lost its sense of safety, equipping himself with the tools necessary to save himself and his loved ones from an uncertain future.With the same quick wit and eye for cultural trends that marked The Game, The Dirt, and How to Make Love Like a Porn Star, Emergency traces Neil's white-knuckled journey through today's heart of darkness, as he sets out to move his life offshore, test his skills in the wild, and remake himself as a gun-toting, plane-flying, government-defying survivor. It's a tale of paranoid fantasies and crippling doubts, of shady lawyers and dangerous cult leaders, of billionaire gun nuts and survivalist superheroes, of weirdos, heroes, and ordinary citizens going off the grid.It's one man's story of a dangerous world–and how to stay alive in it.Before the next disaster strikes, you're going to want to read this book. And you'll want to do everything it suggests. Because tomorrow doesn't come with a guarantee...
Introduction to Algorithms
Thomas H. Cormen - 1989
Each chapter is relatively self-contained and can be used as a unit of study. The algorithms are described in English and in a pseudocode designed to be readable by anyone who has done a little programming. The explanations have been kept elementary without sacrificing depth of coverage or mathematical rigor.