The Principles of Product Development Flow: Second Generation Lean Product Development


Donald G. Reinertsen - 2009
    He explains why invisible and unmanaged queues are the underlying root cause of poor product development performance. He shows why these queues form and how they undermine the speed, quality, and efficiency in product development.

Language at the Speed of Sight


Mark Seidenberg - 2017
    Little has changed, however, since then: over half of our children still read at a basic level and few become highly proficient. Many American children and adults are not functionally literate, with serious consequences. Poor readers are more likely to drop out of the educational system and as adults are unable to fully participate in the workforce, adequately manage their own health care, or advance their children's education. In Language at the Speed of Sight, internationally renowned cognitive scientist Mark Seidenberg reveals the underexplored science of reading, which spans cognitive science, neurobiology, and linguistics. As Seidenberg shows, the disconnect between science and education is a major factor in America's chronic underachievement. How we teach reading places many children at risk of failure, discriminates against poorer kids, and discourages even those who could have become more successful readers. Children aren't taught basic print skills because educators cling to the disproved theory that good readers guess the words in texts, a strategy that encourages skimming instead of close reading. Interventions for children with reading disabilities are delayed because parents are mistakenly told their kids will catch up if they work harder. Learning to read is more difficult for children who speak a minority dialect in the home, but that is not reflected in classroom practices. By building on science's insights, we can improve how our children read, and take real steps toward solving the inequality that illiteracy breeds. Both an expert look at our relationship with the written word and a rousing call to action, Language at the Speed of Sight is essential for parents, educators, policy makers, and all others who want to understand why so many fail to read, and how to change that.

Refactoring to Patterns


Joshua Kerievsky - 2004
    In 1999, "Refactoring" revolutionized design by introducing an effective process for improving code. With the highly anticipated " Refactoring to Patterns ," Joshua Kerievsky has changed our approach to design by forever uniting patterns with the evolutionary process of refactoring.This book introduces the theory and practice of pattern-directed refactorings: sequences of low-level refactorings that allow designers to safely move designs to, towards, or away from pattern implementations. Using code from real-world projects, Kerievsky documents the thinking and steps underlying over two dozen pattern-based design transformations. Along the way he offers insights into pattern differences and how to implement patterns in the simplest possible ways.Coverage includes: A catalog of twenty-seven pattern-directed refactorings, featuring real-world code examples Descriptions of twelve design smells that indicate the need for this book s refactorings General information and new insights about patterns and refactoringDetailed implementation mechanics: how low-level refactorings are combined to implement high-level patterns Multiple ways to implement the same pattern and when to use each Practical ways to get started even if you have little experience with patterns or refactoring"Refactoring to Patterns" reflects three years of refinement and the insights of more than sixty software engineering thought leaders in the global patterns, refactoring, and agile development communities. Whether you re focused on legacy or greenfield development, this book will make you a better software designer by helping you learn how to make important design changes safely and effectively. "

An Introduction to Formal Language and Automata


Peter Linz - 1990
    The Text Was Designed To Familiarize Students With The Foundations And Principles Of Computer Science And To Strengthen The Students' Ability To Carry Out Formal And Rigorous Mathematical Arguments. In The New Fourth Edition, Author Peter Linz Has Offered A Straightforward, Uncomplicated Treatment Of Formal Languages And Automata And Avoids Excessive Mathematical Detail So That Students May Focus On And Understand The Underlying Principles. In An Effort To Further The Accessibility And Comprehension Of The Text, The Author Has Added New Illustrative Examples Throughout.

Letter Perfect: The Marvelous History of Our Alphabet From A to Z


David Sacks - 2003
    Clearly explaining the letters as symbols of precise sounds of speech, the book begins with the earliest known alphabetic inscriptions (circa 1800 b.c.), recently discovered by archaeologists in Egypt, and traces the history of our alphabet through the ancient Phoenicians, Greeks, and Romans and up through medieval Europe to the present day. But the heart of the book is the twenty-six fact-filled “biographies” of letters A through Z, each one identifying the letter’s particular significance for modern readers, tracing its development from ancient forms, and discussing its noteworthy role in literature and other media. We learn, for example, why letter X may have a sinister and sexual aura, how B came to signify second best, why the word mother in many languages starts with M. Combining facts both odd and essential, Letter Perfect is cultural history at its most accessible and enjoyable.

Domain


Steve Alten - 2001
    Julius believes the sites of the ancients, placed all around the globe, represent ancient pieces of a puzzle linked to the salvation of our species.Miami, September 2012: Psychology Dominique Vazquez is assigned a special patient-Mick Gabriel, a paranoid schizophrenic with a high IQ who attempts to charm her into believing his father's theories of the Apocalypse so he can escape.Fall Equinox: As it has done for a thousand years, a serpent's shadow appears on the northern balustrade of the Kukulcan Pyramid . . . a rare galactic alignment occurs, and a space transmission reaches Earth.It is the beginning of the end . . .

Small Data: The Tiny Clues that Uncover Huge Trends


Martin Lindstrom - 2016
    You’ll learn…• How a noise reduction headset at 35,000 feet led to the creation of Pepsi’s new trademarked signature sound.• How a worn down sneaker discovered in the home of an 11-year-old German boy led to LEGO’s incredible turnaround.• How a magnet found on a fridge in Siberia resulted in a U.S. supermarket revolution.• How a toy stuffed bear in a girl’s bedroom helped revolutionize a fashion retailer’s 1,000 stores in 20 different countries.• How an ordinary bracelet helped Jenny Craig increase customer loyalty by 159% in less than a year.• How the ergonomic layout of a car dashboard led to the redesign of the Roomba vacuum.

How Linux Works: What Every Superuser Should Know


Brian Ward - 2004
    Some books try to give you copy-and-paste instructions for how to deal with every single system issue that may arise, but How Linux Works actually shows you how the Linux system functions so that you can come up with your own solutions. After a guided tour of filesystems, the boot sequence, system management basics, and networking, author Brian Ward delves into open-ended topics such as development tools, custom kernels, and buying hardware, all from an administrator's point of view. With a mixture of background theory and real-world examples, this book shows both "how" to administer Linux, and "why" each particular technique works, so that you will know how to make Linux work for you.

Java Concurrency in Practice


Brian Goetz - 2005
    Now this same team provides the best explanation yet of these new features, and of concurrency in general. Concurrency is no longer a subject for advanced users only. Every Java developer should read this book."--Martin BuchholzJDK Concurrency Czar, Sun Microsystems"For the past 30 years, computer performance has been driven by Moore's Law; from now on, it will be driven by Amdahl's Law. Writing code that effectively exploits multiple processors can be very challenging. Java Concurrency in Practice provides you with the concepts and techniques needed to write safe and scalable Java programs for today's--and tomorrow's--systems."--Doron RajwanResearch Scientist, Intel Corp"This is the book you need if you're writing--or designing, or debugging, or maintaining, or contemplating--multithreaded Java programs. If you've ever had to synchronize a method and you weren't sure why, you owe it to yourself and your users to read this book, cover to cover."--Ted NewardAuthor of Effective Enterprise Java"Brian addresses the fundamental issues and complexities of concurrency with uncommon clarity. This book is a must-read for anyone who uses threads and cares about performance."--Kirk PepperdineCTO, JavaPerformanceTuning.com"This book covers a very deep and subtle topic in a very clear and concise way, making it the perfect Java Concurrency reference manual. Each page is filled with the problems (and solutions!) that programmers struggle with every day. Effectively exploiting concurrency is becoming more and more important now that Moore's Law is delivering more cores but not faster cores, and this book will show you how to do it."--Dr. Cliff ClickSenior Software Engineer, Azul Systems"I have a strong interest in concurrency, and have probably written more thread deadlocks and made more synchronization mistakes than most programmers. Brian's book is the most readable on the topic of threading and concurrency in Java, and deals with this difficult subject with a wonderful hands-on approach. This is a book I am recommending to all my readers of The Java Specialists' Newsletter, because it is interesting, useful, and relevant to the problems facing Java developers today."--Dr. Heinz KabutzThe Java Specialists' Newsletter"I've focused a career on simplifying simple problems, but this book ambitiously and effectively works to simplify a complex but critical subject: concurrency. Java Concurrency in Practice is revolutionary in its approach, smooth and easy in style, and timely in its delivery--it's destined to be a very important book."--Bruce TateAuthor of Beyond Java" Java Concurrency in Practice is an invaluable compilation of threading know-how for Java developers. I found reading this book intellectually exciting, in part because it is an excellent introduction to Java's concurrency API, but mostly because it captures in a thorough and accessible way expert knowledge on threading not easily found elsewhere."--Bill VennersAuthor of Inside the Java Virtual MachineThreads are a fundamental part of the Java platform. As multicore processors become the norm, using concurrency effectively becomes essential for building high-performance applications. Java SE 5 and 6 are a huge step forward for the development of concurrent applications, with improvements to the Java Virtual Machine to support high-performance, highly scalable concurrent classes and a rich set of new concurrency building blocks. In Java Concurrency in Practice , the creators of these new facilities explain not only how they work and how to use them, but also the motivation and design patterns behind them.However, developing, testing, and debugging multithreaded programs can still be very difficult; it is all too easy to create concurrent programs that appear to work, but fail when it matters most: in production, under heavy load. Java Concurrency in Practice arms readers with both the theoretical underpinnings and concrete techniques for building reliable, scalable, maintainable concurrent applications. Rather than simply offering an inventory of concurrency APIs and mechanisms, it provides design rules, patterns, and mental models that make it easier to build concurrent programs that are both correct and performant.This book covers:Basic concepts of concurrency and thread safety Techniques for building and composing thread-safe classes Using the concurrency building blocks in java.util.concurrent Performance optimization dos and don'ts Testing concurrent programs Advanced topics such as atomic variables, nonblocking algorithms, and the Java Memory Model

The Addiction Treatment Planner


Robert R. Perkinson - 2001
    The bestselling treatment planning system for mental health professionalsThe Addiction Treatment Planner, Fifth Edition provides all the elements necessary to quickly and easily develop formal treatment plans that satisfy the demands of HMOs, managed care companies, third-party payors, and state and federal agencies.New edition features empirically supported, evidence-based treatment interventions Organized around 43 behaviorally based presenting problems, including substance use, eating disorders, schizoid traits, and others Over 1,000 prewritten treatment goals, objectives, and interventions--plus space to record your own treatment plan options Easy-to-use reference format helps locate treatment plan components by behavioral problem Includes a sample treatment plan that conforms to the requirements of most third-party payors and accrediting agencies including CARF, The Joint Commission (TJC), COA, and the NCQA

Experiencing Architecture


Steen Eiler Rasmussen - 1959
    From teacups, riding boots, golf balls, and underwater sculpture to the villas of Palladio and the fish-feeding pavilion of the Peking Winter Palace, the author ranges over the less-familiar byways of designing excellence.At one time, writes Rasmussen, "the entire community tool part in forming the dwellings and implements they used. The individual was in fruitful contact with these things; the anonymous houses were built with a natural feeling for place, materials and use and the result was a remarkably suitable comeliness. Today, in our highly civilized society, the houses which ordinary people are doomed to live in and gaze upon are on the whole without quality. We cannot, however, go back to the old method of personally supervised handicrafts. We must strive to advance by arousing interest in and understanding of the work the architect does. The basis of competent professionalism is a sympathetic and knowledgeable group of amateurs, of non-professional art lovers."

Type: The Secret History of Letters


Simon Loxley - 2004
    This is the story of the passions, and obsessions of the creator of type; of the influences of wars, persecution, and political upheaval, and the effects of business and technological breakthroughs on fonts and typography. From Gutenberg's first moveable type to the Internet, Simon Loxley tells the stories behind the letters, giving readers a cultural history unlike any other. After reading Type, readers will never look at the printed word in the same way again.

M.C. Escher: The Graphic Work


M.C. Escher - 1954
    Escher was born in 1898 in Leeuwarden (Netherlands). He received his first drawing lessons during secondary school from F.W. van der Haagen, who also taught him the block printing, thus fostering Escher's innate graphic talents. From 1912 to 1922 he studied at the School of Architecture and Ornamental Design in Haarlem, where he was instructed in graphic techniques by S. Jessurun de Mesquita, who greatly influenced Escher's further artistic development. Between 1922 and 1934 the artist lived and worked in Italy. Afterwards Escher spent two years in Switzerland and five in Brussels before finally moving back to Barn in Holland, where he died in 1972. M.C. Escher is not a surrealist drawing us into his dream world, but an architect of perfectly impossible worlds who presents the structurally unthinkable as though it were a law of nature. The resulting dimensional and perspectival illusions bring us into confrontation with the limitations of our sensory perception. About the Series: Each book in TASCHEN's Basic Art series features:a detailed chronological summary of the life and oeuvre of the artist, covering his or her cultural and historical importance a concise biography approximately 100 illustrations with explanatory captions

Even You Can Learn Statistics: A Guide for Everyone Who Has Ever Been Afraid of Statistics


David M. Levine - 2004
    Each technique is introduced with a simple, jargon-free explanation, practical examples, and hands-on guidance for solving real problems with Excel or a TI-83/84 series calculator, including Plus models. Hate math? No sweat. You'll be amazed how little you need! For those who do have an interest in mathematics, optional "Equation Blackboard" sections review the equations that provide the foundations for important concepts. David M. Levine is a much-honored innovator in statistics education. He is Professor Emeritus of Statistics and Computer Information Systems at Bernard M. Baruch College (CUNY), and co-author of several best-selling books, including Statistics for Managers using Microsoft Excel, Basic Business Statistics, Quality Management, and Six Sigma for Green Belts and Champions. Instructional designer David F. Stephan pioneered the classroom use of personal computers, and is a leader in making Excel more accessible to statistics students. He has co-authored several textbooks with David M. Levine. Here's just some of what you'll learn how to do... Use statistics in your everyday work or study Perform common statistical tasks using a Texas Instruments statistical calculator or Microsoft Excel Build and interpret statistical charts and tables "Test Yourself" at the end of each chapter to review the concepts and methods that you learned in the chapter Work with mean, median, mode, standard deviation, Z scores, skewness, and other descriptive statistics Use probability and probability distributions Work with sampling distributions and confidence intervals Test hypotheses and decision-making risks with Z, t, Chi-Square, ANOVA, and other techniques Perform regression analysis and modeling The easy, practical introduction to statistics--for everyone! Thought you couldn't learn statistics? Think again. You can--and you will!

Out on the Wire: Uncovering the Secrets of Radio's New Masters of Story with Ira Glass


Jessica Abel - 2015
    The pieces captivating listeners are by turns funny, heartbreaking, and profound. Using personal stories to breathe life into abstractions, these programs help us--all in the space of an hour or less--to understand ourselves and our world a little bit better. Each of these beloved shows has a distinct style, but every one delivers stories that are brilliantly told and produced. Out on the Wire offers an unexpected window into this new kind of storytelling--one that literally illustrates the making of a purely auditory medium.With the help of This American Life's Ira Glass, Jessica Abel, a cartoonist and devotee of narrative radio, uncovers just how radio producers construct a narrative, spilling some juicy insider details. Jad Abumrad of RadioLab talks about chasing moments of awe with scientists, while Planet Money's Robert Smith speaks candidly about his slightly goofy strategy for putting interviewees at ease. And Abel reveals how mad--really mad--Ira Glass becomes when he receives edits from his colleagues. Informative and engaging, Out on the Wire demonstrates that, even in the midst of all the other media that consumes us, radio is still very much alive.