Book picks similar to
Literacy In The Information Age: Inquiries Into Meaning Making With New Technologies by Bertram C. Bruce
education
authors-i-ve-met
children-s-literacy
computers
On Intelligence
Jeff Hawkins - 2004
Now he stands ready to revolutionize both neuroscience and computing in one stroke, with a new understanding of intelligence itself.Hawkins develops a powerful theory of how the human brain works, explaining why computers are not intelligent and how, based on this new theory, we can finally build intelligent machines.The brain is not a computer, but a memory system that stores experiences in a way that reflects the true structure of the world, remembering sequences of events and their nested relationships and making predictions based on those memories. It is this memory-prediction system that forms the basis of intelligence, perception, creativity, and even consciousness.In an engaging style that will captivate audiences from the merely curious to the professional scientist, Hawkins shows how a clear understanding of how the brain works will make it possible for us to build intelligent machines, in silicon, that will exceed our human ability in surprising ways.Written with acclaimed science writer Sandra Blakeslee, On Intelligence promises to completely transfigure the possibilities of the technology age. It is a landmark book in its scope and clarity.
Guitar: The Circle of Fifths for Guitarists: Learn and Apply Music Theory for Guitarists
Joseph Alexander - 2016
Discover how to build every major and relative minor scales.
Understand how key signatures work and instantly know the notes of any scale
An instant trick to tell you the notes in any key, just using by looking at your guitar fretboard!
Bonus: Learn to instantly see the relationships six ‘secret’ closely related key changes that you can use in your own writing and playing instantly. Are you Missing part of the puzzle? Most guitarists know a lot of scales, but few actually understand the essential principles of how they are built and how they relate to each other.The Circle of Fifths is like an ancient ‘Rosetta Stone’ of music theory that not only tells you which notes are in any key, but also contains the secret of how every scale is built and how every scale relates to each other.In The Circle of Fifths, you will not only learn how The Circle works, but you will also learn to build it yourself and gain instant access to the deep inner core of theory that governs everything in music.The Circle of Fifths for Guitarists shows how every key, scale, chord and modulation works in music. It’s essential knowledge of any aspiring musician. Hear it! Theory is just knowledge, but once you hear it, it becomes music. The Circle of Fifths for Guitarists contains many supporting audio examples to help you get inside the theory and quickly apply the concepts to your own playing. Get it for free from www.fundamental-changes.com This book is Free on Kindle Unlimited
Building Microservices: Designing Fine-Grained Systems
Sam Newman - 2014
But developing these systems brings its own set of headaches. With lots of examples and practical advice, this book takes a holistic view of the topics that system architects and administrators must consider when building, managing, and evolving microservice architectures.Microservice technologies are moving quickly. Author Sam Newman provides you with a firm grounding in the concepts while diving into current solutions for modeling, integrating, testing, deploying, and monitoring your own autonomous services. You'll follow a fictional company throughout the book to learn how building a microservice architecture affects a single domain.Discover how microservices allow you to align your system design with your organization's goalsLearn options for integrating a service with the rest of your systemTake an incremental approach when splitting monolithic codebasesDeploy individual microservices through continuous integrationExamine the complexities of testing and monitoring distributed servicesManage security with user-to-service and service-to-service modelsUnderstand the challenges of scaling microservice architectures
Emergence: The Connected Lives of Ants, Brains, Cities, and Software
Steven Johnson - 2001
Explaining why the whole is sometimes smarter than the sum of its parts, Johnson presents surprising examples of feedback, self-organization, and adaptive learning. How does a lively neighborhood evolve out of a disconnected group of shopkeepers, bartenders, and real estate developers? How does a media event take on a life of its own? How will new software programs create an intelligent World Wide Web? In the coming years, the power of self-organization -- coupled with the connective technology of the Internet -- will usher in a revolution every bit as significant as the introduction of electricity. Provocative and engaging, Emergence puts you on the front lines of this exciting upheaval in science and thought.
The Book of Trees: Visualizing Branches of Knowledge
Manuel Lima - 2014
Particularly noteworthy are the numerous historical examples of past efforts to make sense of complex systems of information. In this new companion volume, The Book of Trees, data viz expert Manuel Lima examines the more than eight hundred year history of the tree diagram, from its roots in the illuminated manuscripts of medieval monasteries to its current resurgence as an elegant means of visualization. Lima presents two hundred intricately detailed tree diagram illustrations on a remarkable variety of subjects—from some of the earliest known examples from ancient Mesopotamia to the manuscripts of medieval monasteries to contributions by leading contemporary designers. A timeline of capsule biographies on key figures in the development of the tree diagram rounds out this one-of-a-kind visual compendium.
Who Owns the Learning?: Preparing Students for Success in the Digital Age
Alan C. November - 2012
Students are encouraged to just cover the curriculum and the power of purpose and meaningful contribution are absent. Furthermore this old way of doing things doesn't credit students' natural curiosity to direct their own learning. In Who Owns the Learning?, author Alan November uses his Digital Learning Farm education model to show teachers how technology allows students to take ownership of their learning, create their own learning tools, and participate in work that has meaning to them and others. In this model, every student is a teacher and a global publisher.In chapter one, readers will learn what a Digital Learning Farm is and how it can optimize learning. Chapters two through five each focus on a specific job for students in the digital learning farm and provide examples of students working through them. November also offers a story about how the job is being utilized in classrooms, techniques for educators to leverage the work in their classrooms, and questions for discussion in each chapter. Finally, November offers an example of students owning their learning through technology in chapter six. This book is a guide to teachers who want to move teaching and learning into the 21st century incorporating technology and opportunities for students to direct their own learning into instruction.
Uncharted: Big Data and an Emerging Science of Human History
Erez Aiden - 2013
Gigabytes, exabytes (that’s one quintillion bytes) of data are sitting on servers across the world. So how can we start to access this explosion of information, this “big data,” and what can it tell us? Erez Aiden and Jean-Baptiste Michel are two young scientists at Harvard who started to ask those questions. They teamed up with Google to create the Ngram Viewer, a Web-based tool that can chart words throughout the massive Google Books archive, sifting through billions of words to find fascinating cultural trends. On the day that the Ngram Viewer debuted in 2010, more than one million queries were run through it. On the front lines of Big Data, Aiden and Michel realized that this big dataset—the Google Books archive that contains remarkable information on the human experience—had huge implications for looking at our shared human history. The tool they developed to delve into the data has enabled researchers to track how our language has evolved over time, how art has been censored, how fame can grow and fade, how nations trend toward war. How we remember and how we forget. And ultimately, how Big Data is changing the game for the sciences, humanities, politics, business, and our culture.
Grokking Algorithms An Illustrated Guide For Programmers and Other Curious People
Aditya Y. Bhargava - 2015
The algorithms you'll use most often as a programmer have already been discovered, tested, and proven. If you want to take a hard pass on Knuth's brilliant but impenetrable theories and the dense multi-page proofs you'll find in most textbooks, this is the book for you. This fully-illustrated and engaging guide makes it easy for you to learn how to use algorithms effectively in your own programs.Grokking Algorithms is a disarming take on a core computer science topic. In it, you'll learn how to apply common algorithms to the practical problems you face in day-to-day life as a programmer. You'll start with problems like sorting and searching. As you build up your skills in thinking algorithmically, you'll tackle more complex concerns such as data compression or artificial intelligence. Whether you're writing business software, video games, mobile apps, or system utilities, you'll learn algorithmic techniques for solving problems that you thought were out of your grasp. For example, you'll be able to:Write a spell checker using graph algorithmsUnderstand how data compression works using Huffman codingIdentify problems that take too long to solve with naive algorithms, and attack them with algorithms that give you an approximate answer insteadEach carefully-presented example includes helpful diagrams and fully-annotated code samples in Python. By the end of this book, you will know some of the most widely applicable algorithms as well as how and when to use them.
Scrolling Forward: Making Sense of Documents in the Digital Age
David M. Levy - 2001
Like Henry Petroski's The Pencil, Scrolling Forward takes a common, everyday object, the document, and illuminates what it reveals about us--our work, our values, our relationships--both in the past and as we move into the digital age.
The Little Book on CoffeeScript
Alex MacCaw - 2012
Through example code, this guide demonstrates how CoffeeScript abstracts JavaScript, providing syntactical sugar and preventing many common errors. You’ll learn CoffeeScript’s syntax and idioms step by step, from basic variables and functions to complex comprehensions and classes.Written by Alex MacCaw, author of JavaScript Web Applications (O’Reilly), with contributions from CoffeeScript creator Jeremy Ashkenas, this book quickly teaches you best practices for using this language—not just on the client side, but for server-side applications as well. It’s time to take a ride with the little language that could.Discover how CoffeeScript’s syntax differs from JavaScriptLearn about features such as array comprehensions, destructuring assignments, and classesExplore CoffeeScript idioms and compare them to their JavaScript counterpartsCompile CoffeeScript files in static sites with the Cake build systemUse CommonJS modules to structure and deploy CoffeeScript client-side applicationsExamine JavaScript’s bad parts—including features CoffeeScript was able to fix
CompTIA Project+ Study Guide Authorized Courseware: Exam PK0–003
Kim Heldman - 2010
You'll find complete coverage of all exam objectives, including key topics such as project planning, execution, delivery, closure, and others. CompTIA's Project+ is the foundation-level professional exam in the complex world of project management; certified project managers often choose to go on and obtain their Project Management Professional (PMP) certifications as well Provides complete coverage of all exam objectives for CompTIA's first update to the Project+ exam in six years Covers project planning, execution, delivery, change, control, communication, and closure Demonstrates and reinforces exam preparation with practical examples and real-word scenarios Includes a CD with Sybex test engine, practice exams, electronic flashcards, and a PDF of the book Approach the new Project+ exam with confidence with this in-depth study guide! Reviews
The ARRL Ham Radio License Manual
American Radio Relay League - 1988
The Amateur Radio Service offers a unique mix of public service, technology and experimenting with electronics all with an emphasis on fun. Some hams use their skills to provide communications during emergencies and disasters when all else fails. Others enjoy talking to people across the country and around the globe, participating in local contests and building experiments. The ARRL Ham Radio License Manual will guide you as you get started in the hobby as you select your equipment, set-up your first station and make your first contact.Easy-to-understand bite-sized sections. Use this book, and pass the 35-question Technician Class license test.Includes the latest question pool with answer key, for use through June 30, 2018.NEW! Use with ARRL s online Exam Review for Ham Radio.Designed for self-study and for classroom use. Intended for all newcomers, instructors and schoolteachers.Use this book to study for your license exam. Every page presents information you will need to pass the exam and become an effective operator. You'll cover small sections at a time:Welcome to Amateur RadioRadio and Signals FundamentalsElectricity, Components, and CircuitsPropagation, Antennas, and Feed LinesAmateur Radio EquipmentCommunicating With Other HamsLicensing RegulationsOperating RegulationsSafetyAt the end of the book, you'll find the entire Technician Question Pool.NEW FEATURE: Online Review and Practice Exams. As you complete each chapter of this book, use ARRL's online Exam Review for Ham Radio to help prepare you for exam day. This web-based service uses the question pool to construct chapter-by-chapter reviews. Once you've finished this book, use the online service to take practice exams with the same number and variety of questions that you'll encounter on exam day. You won't have any surprises on exam day!
Classrooms That Work: They Can All Read and Write
Patricia Marr Cunningham - 1994
Pat Cunningham's and Dick Allington's clear and friendly writing style emphasizes the importance of promoting the integration of phonics and literature-based process writing and reading instruction to enhance ALL students' learning and reading skills. It clarifies concepts, defines key terms, and offers just the right balance of research and practical coverage to make the content complete without being overwhelming. This affordable book helps teachers engage ALL children in meaning-centered reading by fostering powerful decoding and comprehension strategies and implementing a balanced reading program. Classrooms That Work identifies and explores five components: real reading and writing, guided reading, guided writing, decoding/spelling, and word/word knowledge. The Fourth Edition is filled with workable, practical strategies and activities to use in the classroom. offering a modern, applied approach to 'traditional' reading topics and an in-depth look at areas of reading instruction not covered by other books (e.g. Chapters 9, 10 & 11 describe a sample day in a Building Blocks kindergarten, a sample day in a Four Blocks primary classroom and a sample week in a Big Blocks intermediate classroom, respectively. Combined, these chapters show how all of the important components of a balanced literacy programs can be integrated.) The flexibility gained by using this comprehensive approach gives instructors the opportunity to tailor course coverage and topic sequence making this a perfect book to be used in reading and language arts methods courses.
Spreadable Media: Creating Value and Meaning in a Networked Culture
Henry Jenkins - 2012
It contrasts "stickiness"—aggregating attention in centralized places—with "spreadability"—dispersing content widely through both formal and informal networks, some approved, many unauthorized. Stickiness has been the measure of success in the broadcast era (and has been carried over to the online world), but "spreadability" describes the ways content travels through social media. Following up on the hugely influential Convergence Culture: Where Old and New Media Collide, this book challenges some of the prevailing metaphors and frameworks used to describe contemporary media, from biological metaphors like "memes" and "viral" to the concept of "Web 2.0" and the popular notion of "influencers." Spreadable Media examines the nature of audience engagement, the environment of participation, the way appraisal creates value, and the transnational flows at the heart of these phenomena. It delineates the elements that make content more spreadable and highlights emerging media business models built for a world of participatory circulation. The book also explores the internal tensions companies face as they adapt to the new communication reality and argues for the need to shift from "hearing" to "listening" in corporate culture. Drawing on examples from film, music, games, comics, television, transmedia storytelling, advertising, and public relations industries, among others—from both the U.S. and around the world—the authors illustrate the contours of our current media environment. They highlight the vexing questions content creators must tackle and the responsibilities we all face as citizens in a world where many of us regularly circulate media content. Written for any and all of us who actively create and share media content, Spreadable Media provides a clear understanding of how people are spreading ideas and the implications these activities have for business, politics, and everyday life.
Mac OS X: Tiger Edition
David Pogue - 2001
The new Mac OS X 10.4, better known as Tiger, is faster than its predecessors, but nothing's too fast for Pogue and Mac OS X: The Missing Manual. There are many reasons why this is the most popular computer book of all time.With its hallmark objectivity, the Tiger Edition thoroughly explores the latest features to grace the Mac OS. Which ones work well and which do not? What should you look for? This book tackles Spotlight, an enhanced search feature that helps you find anything on your computer; iChat AV for videoconferencing; Automator for automating repetitive, manual or batch tasks; and the hundreds of smaller tweaks and changes, good and bad, that Apple's marketing never bothers to mention.Mac OS X: The Missing Manual, Tiger Edition is the authoritative book that's ideal for every user, including people coming to the Mac for the first time. Our guide offers an ideal introduction that demystifies the Dock, the unfamiliar Mac OS X folder structure, and the entirely new Mail application. There are also mini-manuals on iLife applications such as iMovie, iDVD, and iPhoto, those much-heralded digital media programs, and a tutorial for Safari, Mac's own web browser.And plenty more: learn to configure Mac OS X using the System Preferences application, keep your Mac secure with FileVault, and learn about Tiger's enhanced Firewall capabilities. If you're so inclined, this Missing Manual also offers an easy introduction to the Terminal application for issuing basic Unix commands.There's something new on practically every page, and David Pogue brings his celebrated wit and expertise to every one of them. Mac's brought a new cat to town and we have a great new way to tame it.