Book picks similar to
Managing Complex Systems: Thinking Outside the Box by Howard Eisner
systems-thinking
disruptive-engineering
complexity
libgen_think-out-our_07nov17
Sound Reinforcement Handbook
Gary Davis - 1988
Sound reinforcement is the use of audio amplification systems. This book is the first and only book of its kind to cover all aspects of designing and using such systems for public address and musical performance. The book features information on both the audio theory involved and the practical applications of that theory, explaining everything from microphones to loudspeakers. This revised edition features almost 40 new pages and is even easier to follow with the addition of an index and a simplified page and chapter numbering system. New topics covered include: MIDI, Synchronization, and an Appendix on Logarithms. 416 Pages.
A Guide to the Project Management Body of Knowledge (PMBOK® Guide)
Project Management Institute - 1995
This internationally recognized standard provides the essential tools to practice project management and deliver organizational results.
HTML Fixes for Kindle: Advanced Self Publishing for Kindle Books, or Tips on Tweaking Your App's HTML So Your Ebooks Look Their Best
Aaron Shepard - 2013
Have you ever opened a Kindle book to find that the font started out way too small or way too large? Have you tried to change to a different font while reading and discovered you couldn't? Have you jumped to a new chapter in a Kindle book and seen that the chapter heading lost its formatting? Has a Kindle completely ignored formatting you knew was in the book? According to Amazon, the simplest way to publish your Kindle book is to upload an HTML file you've saved from Microsoft Word or another app. By itself, that method can bring you maybe 80% of the way to a well-formatted, trouble-free ebook. But what about the other 20%? In this follow-up to his bestselling -From Word to Kindle, - Aaron Shepard takes your saved HTML as a starting point and tells how to quickly tweak and tune it to avoid common problems. Assuming no knowledge of HTML, he introduces the basics of the language, then reveals how to use find-and-replace and macros to touch up an entire book in seconds! If you're serious about Kindle publishing and you're technically inclined -- but not a full-fledged geek -- Aaron provides the tips you need to bring your Kindle book to the next level, making it something truly to be proud of. ///////////////////////////////////////////////// Aaron Shepard is a foremost proponent of the new business of profitable self publishing, which he has practiced and helped develop since 1998. He is the author of -Aiming at Amazon, - -POD for Profit, - -Perfect Pages, - and Amazon's #1 and #2 bestselling paid books on Kindle formatting, -From Word to Kindle- and -Pictures on Kindle.- ///////////////////////////////////////////////// CONTENTS Getting Started 1 WORKING WITH HTML HTML and Kindle HTML Export HTML Editing HTML Processing HTML Basics HTML Checking HTML Cleanup HTML Testing 2 HTML FIXES Fixes for Fonts Fixes for Paragraphs Fixes for Headings Fixes for Line Breaking Fixes for Pictures Fixes for Navigation ///////////////////////////////////////////////// SAMPLE Here are some of the things you can accomplish through changes in HTML. * Adjust bookmarks so headings retain proper formatting when jumped to. * Remove settings that stop the user from choosing their own. * Keep fonts from appearing much too small or much too large when the book is opened. * Make sure indents and other spacing stays relative to larger and smaller font sizes. * Avoid line breaks that leave short words dangling at the ends of lines or paragraphs. * Make up for features lost in translation from your word processor, like nonbreaking hyphens. * Stop -ghost hyphens- from appearing in the middle of words. * Keep pages of text from disappearing for some users. * Prevent the Kindle from applying its own defaults in place of your settings.
Ubiquity: Why Catastrophes Happen
Mark Buchanan - 2000
Now scientists have discovered that these seemingly unrelated cataclysms, both natural and human, almost certainly all happen for one fundamental reason. More than that, there is not and never will be any way to predict them. Critically acclaimed science journalist Mark Buchanan tells the fascinating story of the discovery that there is a natural structure of instability woven into the fabric of our world. From humble beginnings studying the physics of sandpiles, scientists have learned that an astonishing range of things–Earth’s crust, cars on a highway, the market for stocks, and the tightly woven networks of human society–have a natural tendency to organize themselves into what’s called the “critical state,” in which they are poised on what Buchanan describes as the “knife-edge of instability.” The more places scientists have looked for the critical state, the more places they’ve found it, and some believe that the pervasiveness of instability must now be seen as a fundamental feature of our world. Ubiquity is packed with stories of real-life catastrophes, such as the huge earthquake that in 1995 hit Kobe, Japan, killing 5,000 people; the forest fires that ravaged Yellowstone National Park in 1988; the stock market crash of 1987; the mass extinction that killed off the dinosaurs; and the outbreak of World War I. Combining literary flair with scientific rigor, Buchanan introduces the researchers who have pieced together the evidence of the critical state, explaining their ingenious work and unexpected insights in beautifully lucid prose. At the dawn of this new century, Buchanan reveals, we are witnessing the emergence of an extraordinarily powerful new field of science that will help us comprehend the bewildering and unruly rhythms that dominate our lives and may even lead to a true science of the dynamics of human culture and history. From the Hardcover edition.
Quantum Computing Since Democritus
Scott Aaronson - 2013
Full of insights, arguments and philosophical perspectives, the book covers an amazing array of topics. Beginning in antiquity with Democritus, it progresses through logic and set theory, computability and complexity theory, quantum computing, cryptography, the information content of quantum states and the interpretation of quantum mechanics. There are also extended discussions about time travel, Newcomb's Paradox, the anthropic principle and the views of Roger Penrose. Aaronson's informal style makes this fascinating book accessible to readers with scientific backgrounds, as well as students and researchers working in physics, computer science, mathematics and philosophy.
Joel on Software
Joel Spolsky - 2004
For years, Joel Spolsky has done exactly this at www.joelonsoftware.com. Now, for the first time, you can own a collection of the most important essays from his site in one book, with exclusive commentary and new insights from joel.
Aid on the Edge of Chaos: Rethinking International Cooperation in a Complex World
Ben Ramalingam - 2013
There are conflicting opinions as to what should be done. Some call for dramatic increases to achieve longstanding promises. Others bang the drum for cutting it altogether, and suggest putting the fate of poor and vulnerable people in the hands of markets or business. A few argue that what is needed is creative, innovative transformation. The arguments in Aid on the Edge of Chaos are firmly in the third of these categories. In this ground-breaking book, Ben Ramalingam shows that the linear, mechanistic models and assumptions that foreign aid is built on are more at home in early twentieth century industry than in the dynamic, complex world we face today. The reality is that economies and societies are less like machines and more like ecosystems. Aid on the Edge of Chaos explores how thinkers and practitioners in economics, business, and public policy have started to embrace new, ecologically literate approaches to thinking and acting, informed by the ideas of complex adaptive systems research. It showcases insights, experiences, and dramatic results of a growing network of practitioners, researchers, and policy makers who are applying a complexity-informed approach to aid challenges. From transforming approaches to child malnutrition, to rethinking process of macroeconomic growth, from rural Vietnam to urban Columbia, Aid on the Edge of Chaos shows how embracing the ideas of complex systems thinking can help make foreign aid more relevant, more appropriate, more innovative, and more catalytic. It argues that taking on these ideas will be a vital part of the transformation of aid, from a post-WW2 mechanism of resource transfer, to a truly innovative and dynamic form of global cooperation fit for the twenty-first century.
Writing Solid Code
Steve Maguire - 1993
Focus is on an in-depth analysis and exposition of not-so-obvious coding errors in the sample code provided. The theme is to answer the questions 'How couild I have automatically detected this bug' and 'How could I have prevented this bug'? Chapters include programmer attitudes, techniques and debugging methodology. A particularly revealing chapter is "Treacheries of the Trade", should be required reading for all C maniacs. The author has been a professional programmer for seventeen years and draws heavily (and candidly) on actual coding problems and practices based on years of experience at Microsoft.
The Design of the UNIX Operating System
Maurice J. Bach - 1986
The leading selling UNIX internals book on the market.
The CIO Paradox: Battling the Contradictions of IT Leadership
Martha Heller - 2012
The successful management of information has become so critical to a company’s goals, that in many ways, now is the age of the CIO. Yet IT executives are besieged by a host of contradictions: bad technology can bring a company to its knees, but corporate boards rarely employ CIOs; CIOs must keep costs down at the very same time that they drive innovation. CIOs are focused on the future, while they are tethered by technology decisions made in the past. These contradictions form what Martha Heller calls The CIO Paradox, a set of conflicting forces that are deeply embedded in governance, staffing, executive expectations, and even corporate culture. Heller, who has spent more than 12 years working with the CIO community, offers guidance to CIOs on how to attack, reverse, or neutralize the paradoxical elements of the CIO role. Through interviews with a wide array of successful CIOs, The CIO Paradox helps readers level the playing field for IT success and get one step closer to bringing maximum value to their companies.
My Job Went to India
Chad Fowler - 2005
You may still be drawing a paycheck, but the job you were hired to do no longer exists. Your company has changed, the technology has changed, the economy has changed, and the ways you can add value have changed. Have you adapted to these changes? Or are you at risk?
Architect your career
Economic downturn. Job cuts. Outsourcing. The ever-changing tech landscape. The threats abound. Chad Fowler is here to offer 52 ways to keep your job, despite the vagaries of the market.It's all about making the right choices. Choosing which technologies to focus on and which business domains to master have at least as much impact on your success as your technical knowledge--don't let those choices be accidental. Chad shows you all aspects of the decision-making process so you can ensure that you're investing your time and energy in the right areas.It's all about skills. You'll develop a structured plan for keeping your skills up-to-date so that you can compete with both the growing stable of developers in so-called low-cost countries as well as your higher-priced local peers. You'll learn how to shift your skillset up the value chain, from an offshore-ready commodity to one in high demand.It's all about marketing. As with any product or service, if nobody knows what you're selling, nobody will buy. Chad shows you how to create a plan for marketing yourself both inside your company and to the industry in general.Like it or not, the IT career landscape has changed. This handbook will teach you what you need to do to avoid being left behind.
About the author
Chad Fowler has been a software developer and manager for some of the world's largest corporations. He recently lived and worked in India, setting up and leading an offshore software development center for a large multinational company.
Fourier Series
Georgi P. Tolstov - 1976
Over 100 problems at ends of chapters. Answers in back of book. 1962 edition.
Beautiful Code: Leading Programmers Explain How They Think
Andy OramLincoln Stein - 2007
You will be able to look over the shoulder of major coding and design experts to see problems through their eyes.This is not simply another design patterns book, or another software engineering treatise on the right and wrong way to do things. The authors think aloud as they work through their project's architecture, the tradeoffs made in its construction, and when it was important to break rules. Beautiful Code is an opportunity for master coders to tell their story. All author royalties will be donated to Amnesty International.
Statistics Done Wrong: The Woefully Complete Guide
Alex Reinhart - 2013
Politicians and marketers present shoddy evidence for dubious claims all the time. But smart people make mistakes too, and when it comes to statistics, plenty of otherwise great scientists--yes, even those published in peer-reviewed journals--are doing statistics wrong."Statistics Done Wrong" comes to the rescue with cautionary tales of all-too-common statistical fallacies. It'll help you see where and why researchers often go wrong and teach you the best practices for avoiding their mistakes.In this book, you'll learn: - Why "statistically significant" doesn't necessarily imply practical significance- Ideas behind hypothesis testing and regression analysis, and common misinterpretations of those ideas- How and how not to ask questions, design experiments, and work with data- Why many studies have too little data to detect what they're looking for-and, surprisingly, why this means published results are often overestimates- Why false positives are much more common than "significant at the 5% level" would suggestBy walking through colorful examples of statistics gone awry, the book offers approachable lessons on proper methodology, and each chapter ends with pro tips for practicing scientists and statisticians. No matter what your level of experience, "Statistics Done Wrong" will teach you how to be a better analyst, data scientist, or researcher.
Great Adaptations: Star-Nosed Moles, Electric Eels, and Other Tales of Evolution's Mysteries Solved
Kenneth Catania - 2020
The "star" of the show is the star-nosed mole, with its nose containing some 25,000 touch-sensitive nerve organs and the ability to gobble small invertebrate prey in world record-breaking time. The mole was author's first real biological assignment; his "strange path of discovery" is brilliantly documented, from figuring how to find and capture his elusive subject to eventually mapping its brain. He also studies tentacled snakes that deploy some devilish hunting strategies, worms that leave the ground in response to "grunts," eels that paralyze their prey with Taser-like jolts, bloodthirsty water shrews, and zombie-making wasps. The author's witty style and amazing findings are complemented by stunning photography and movie shorts that readers with smart phones can scan and play. The astonishing animals are only half the story. Just as compelling is the enquiring-human side--i.e., seeing a scientist at work (and at play), applying a Sherlockian credo