Book picks similar to
Make: Technology on Your Time by Mark Frauenfelder
diy
studies
non-fiction
adult-science
Nikon D3100 for Dummies
Julie Adair King - 2010
Say you?re already an experienced photographer? The helpful tips and tricks in this friendly book will get you quickly up to speed on the D3100's new 14-megapixel sensor, continous video/live focus, full HD video, expanded autofocus, and more. As a seasoned instructor at the Palm Beach Photographic Center, Julie anticipates all questions, whether you?re a beginner or digital camera pro, and offers pages of easy-to-follow advice.Helps you get every bit of functionality out of the new Nikon D3100 camera Walks you through its exciting new features, including the 14-megapixel sensor, continous video/live focus, full HD video, expanded autofocus, and the updated in-camera menu Explores shooting in Auto mode, managing playback options, and basic troubleshooting Explains how to adjust the camera's manual settings for your own preferred exposure, lighting, focus, and color style Covers digital photo housekeeping tips?how to organize, edit, and share your files Tap all the tools in this hot new DSLR camera and start taking some great pix with Nikon D3100 For Dummies.
Every Tool's a Hammer: Life Is What You Make It
Adam Savage - 2019
It’s an exploration of making, but it’s also a permission slip of sorts from me to you. Permission to grab hold of the things you’re interested in, that fascinate you, and to dive deeper into them to see where they lead you. Through stories from forty-plus years of making and molding, building and breaking, along with the lessons I learned along the way, this book is meant to be a toolbox of problem solving, complete with a shop’s worth of notes on the tools, techniques, and materials that I use most often. Things like: In Every Tool There Is a Hammer—don’t wait until everything is perfect to begin a project, and if you don’t have the exact right tool for a task, just use whatever’s handy; Increase Your Loose Tolerance—making is messy and filled with screwups, but that’s okay, as creativity is a path with twists and turns and not a straight line to be found; Use More Cooling Fluid—it prolongs the life of blades and bits, and it prevents tool failure, but beyond that it’s a reminder to slow down and reduce the friction in your work and relationships; Screw Before You Glue—mechanical fasteners allow you to change and modify a project while glue is forever but sometimes you just need the right glue, so I dig into which ones will do the job with the least harm and best effects. This toolbox also includes lessons from many other incredible makers and creators, including: Jamie Hyneman, Nick Offerman, Pixar director Andrew Stanton, Oscar-winner Guillermo del Toro, artist Tom Sachs, and chef Traci Des Jardins. And if everything goes well, we will hopefully save you a few mistakes (and maybe fingers) as well as help you turn your curiosities into creations. I hope this book serves as “creative rocket fuel” (Ed Helms) to build, make, invent, explore, and—most of all—enjoy the thrills of being a creator.
Spark: The Definitive Guide: Big Data Processing Made Simple
Bill Chambers - 2018
With an emphasis on improvements and new features in Spark 2.0, authors Bill Chambers and Matei Zaharia break down Spark topics into distinct sections, each with unique goals.
You’ll explore the basic operations and common functions of Spark’s structured APIs, as well as Structured Streaming, a new high-level API for building end-to-end streaming applications. Developers and system administrators will learn the fundamentals of monitoring, tuning, and debugging Spark, and explore machine learning techniques and scenarios for employing MLlib, Spark’s scalable machine-learning library.
Get a gentle overview of big data and Spark
Learn about DataFrames, SQL, and Datasets—Spark’s core APIs—through worked examples
Dive into Spark’s low-level APIs, RDDs, and execution of SQL and DataFrames
Understand how Spark runs on a cluster
Debug, monitor, and tune Spark clusters and applications
Learn the power of Structured Streaming, Spark’s stream-processing engine
Learn how you can apply MLlib to a variety of problems, including classification or recommendation
Karina Garcia's DIY Slime
Karina Garcia - 2017
All recipes are borax free.
SSH Mastery: OpenSSH, PuTTY, Tunnels and Keys
Michael W. Lucas - 2012
But most people only use the bare minimum SSH offers. Used properly, SSH simplifies your job and improves security.This book saves you from sifting a decade of obsolete online tutorials and quickly gets you running:SSH with the OpenSSH server and the PuTTY and OpenSSH clients. You will:Eliminate passwords.Manage access to your SSH server by users, groups, addresses, and moreSecurely move files around your networkForward graphic displays from one host to anotherForward TCP/IP connections Centrally manage host keys and client configurationsUse SSH as a secure transport for other applicationsSecure applications run over SSHBuild Virtual Private Networks with OpenSSHAnd more! This book quickly and painlessly simplifies life for anyone using SSH.Review"Michael W. Lucas is one of my favorite technical authors, and every book he writes is a must-read for IT professionals." - Richard Bejtlich, CSO, MANDIANT, and TaoSecurity blogger"...SSH Mastery is a title that Unix users and system administrators like myself will want to keep within reach..." - Peter Hansteen"This stripping-down of the usual tech-book explanations gives it the immediacy of extended documentation on the Internet. ...an in-depth presentation from someone who used OpenSSH to do a number of things, and paid attention while doing it." - Justin Sherrill, DragonFly BSD Digest
Semiconductor Device Fundamentals
Robert F. Pierret - 1995
Problems are designed to progressively enhance MATLAB-use proficiency, so students need not be familiar with MATLAB at the start of your course. Program scripts that are answers to exercises in the text are available at no charge in electronic form (see Teaching Resources below). *Supplement and Review Mini-Chapters after each of the text's three parts contain an extensive review list of terms, test-like problem sets with answers, and detailed suggestions on supplemental reading to reinforce students' learning and help them prepare for exams. *Read-Only Chapters, strategically placed to provide a change of pace during the course, provide informative, yet enjoyable reading for students. *Measurement Details and Results samples offer students a realistic perspective on the seldom-perfect nature of device characteristics, contrary to the way they are often represented in introductory texts. Content Highlig
Sayjai's Amazing Crochet Pattern Collection
Sayjai Thawornsupacharoen - 2013
This e-book contains 16 patterns written from 2009 to 2013. Included are a piggy hat, a Cheshire cat headband for the kids, flower balls to decorate the house, winter hats, scarfs and many other beautiful patterns. Sayjai is best known for her Amigurumi: the pink lady doll, monster rabbit, plus a little witch, nurse and mermaid. The patterns in this book are mostly easy, but you have to know the basic crochet stitches to read them.
Introducing Elixir: Getting Started in Functional Programming
Simon St.Laurent - 2013
If you're new to Elixir, its functional style can seem difficult, but with help from this hands-on introduction, you'll scale the learning curve and discover how enjoyable, powerful, and fun this language can be. Elixir combines the robust functional programming of Erlang with an approach that looks more like Ruby and reaches toward metaprogramming with powerful macro features.Authors Simon St. Laurent and J. David Eisenberg show you how to write simple Elixir programs by teaching you one skill at a time. You’ll learn about pattern matching, recursion, message passing, process-oriented programming, and establishing pathways for data rather than telling it where to go. By the end of your journey, you’ll understand why Elixir is ideal for concurrency and resilience.* Get comfortable with IEx, Elixir's command line interface* Become familiar with Elixir’s basic structures by working with numbers* Discover atoms, pattern matching, and guards: the foundations of your program structure* Delve into the heart of Elixir processing with recursion, strings, lists, and higher-order functions* Create processes, send messages among them, and apply pattern matching to incoming messages* Store and manipulate structured data with Erlang Term * Storage (ETS) and the Mnesia database* Build resilient applications with the Open Telecom Platform (OTP)* Define macros with Elixir's meta-programming tools.
Teach Yourself VISUALLY Sock Knitting
Laura Chau - 2008
This step-by-step guide walks you through all the techniques used to knit beautiful socks--from buying yarn to working on double-pointed needles, from turning a heel to grafting a toe. It covers knitting socks top-down, toe-up, and flat, explains how to create various heels and toes, and gives you a dozen original patterns for everything from baby booties to knee socks. Whether you're new to knitting or just new to socks, you'll learn the skills needed for a lifetime of creative sock knitting.
The Race For A New Game Machine: Creating the Chips Inside the XBox and the Playstation 3
David Shippy - 2009
This is the inside story of the race to create a revolutionary chip to power the next generation consoles from Microsoft and Sony.
Jumping into C++
Alex Allain - 2013
As a professional C++ developer and former Harvard teaching fellow, I know what you need to know to be a great C++ programmer, and I know how to teach it, one step at a time. I know where people struggle, and why, and how to make it clear. I cover every step of the programming process, including:Getting the tools you need to program and how to use them*Basic language feature like variables, loops and functions*How to go from an idea to code*A clear, understandable explanation of pointers*Strings, file IO, arrays, references*Classes and advanced class design*C++-specific programming patterns*Object oriented programming*Data structures and the standard template library (STL)Key concepts are reinforced with quizzes and over 75 practice problems.
One Day Crocheting Projects: Over 15 Fun & Quick Crochet Projects (crochet patterns, crochet beginners, crocheting, knitting, cross-stitching, one day crochet, one day afghan, afghan patterns)
Elizabeth Taylor - 2014
There is a certain joy in the basics of life and going back to simpler times. Today we live in a fast-paced world of machines and premade everything. Crocheting gives you a way of slowing down in this hectic life. From just a hook and a ball of yarn you can create items with more value than what you find in any store. Are you ready to start something different? This book will take you through the basics of how to crochet and give you twenty basic patterns to follow for crafts that range from whimsical to practical. From headbands to caterpillar’s this book has a little of everything. You’ll be surprised at how easy it is to get started. You’ll be amazed at how quickly you can get started with some of the most basic patterns. Want to create something that’s one of a kind? Pick your favorite colors. Represent your team. Match your décor. You have the power to make the pattern your own just by simply changing the colors. This is a great craft for everyone, regardless of your age or gender. Studies have proven that crafts like crocheting can help reduce stress, improve motor function, and increase mental clarity and retention. It’s more than just a hobby! Complete with full directions, material lists, and color photos of each project, this book is a great how-to guide if you’re just getting started. There’s more advanced projects too! Download this book today and get started on one of the best little crafts out there! Comments From Other Readers “Being new to crocheting, I was looking for something that would be easy to follow and keep up with. I’ve been learning how to crochet with my daughter and I thought this was the perfect book! We were both able to follow along with the patterns and made some cute scarfs and matching mittens. We each picked our own colors but it was great getting to work on the project together!” - Tobi (Manitoba, Canada) “There’s so much that can be done with these books! I’m not a novice, I’ve been working with yarn for years and I even spin my own, but it’s nice to get back to the basics sometimes to keep my skills sharp. That’s why I love books like this that help me to keep steady with my skills. The instructions were clear and the patterns came out wonderful. This is a great book for beginners or even more advanced crafters!” - Erika (Los Angeles, US) Tags: crochet, crochet 101, beginners, easy patterns, novice crochet, crocheting, one day crochet, learn to crochet, crochet patterns, afghan projects, crochet stitch gallery, easy to crochet, knitting, crochet for beginners, cross-stitching, needlework, one day crochet afghan, crochet scarf, craft, crocheting for dummies, crochet craft, crochet book
Watchmaking
George Daniels - 1982
Hand methods were further eclipsed by the advent of the electronic watch in the 1960s, and many people feared that the mechanical watch would disappear entirely.
The Funky and Frugal Housewife: Making a Good Family Life on Very Little
Kate Singh - 2016
This is for the mothers out there that want to run the home and raise the children in a stress-free and affordable way. This is for the wife that would like to be the hostess with the mostess, but not toil and fret all day and has no talents in making radishes into roses. This is for the real housewive's that are a little funky, want to be frugal, want the adorable home, maybe a little farm in their Urban backyard, purposely don't match their sheets, like fun accent walls in each room, want to homeschool their children, need to do a major household budget, and downsize, but won't compromise on a good life. This is for the families that want to cut the grocery bill big time and still have their organics and non-GMO popcorn. This is also for the families happy to ditch the car and walk to save money and the environment but won't give up their entertaining and gatherings. This book is loaded with great advice and tips on everything from a household budget, making your own cleaners, going a little country in the city, throwing parties with a few dollars, and having a good life on very little.