Book picks similar to
Make: Geometry: Learn by coding, 3D printing and building by Joan Horvath
design
humble-bundle
math
stem
The Atomic Chef: And Other True Tales of Design, Technology, and Human Error
Steven Casey - 2006
The 20 stand-alone chapters of this new work describe how technological failures result from the incompatibilities between the way things are designed and the way people actually perceive, think, and act. New technologies will succeed or fail based on our ability to minimize these incompatibilities between the characteristics of people and the characteristics of the things we create and use.This book is the quintessential 'must read' for all those who deal with technology in any fashion. From the frustration of an awkward ATM machine to the threat of accidental, nuclear Armageddon, Casey shows how the same crucial factors come into play told through the very eyes of those people who saw and experienced these things. No student of design, psychology, behavioral science, or technology should be without this book, and neither should any intelligent member of society who wants to know what goes on with the successes and failures of modern technology.Sit ringside to the action where compelling events unfold. The stories in this book will take you to airports and airline cabins, an amusement park, a fertility clinic, a pharmaceutical plant, an emergency dispatch center, the Olympic games, and a bank; to hospitals, spacecraft, ships, and cars. From the coasts of Peru and Monterey, in orbit aboard the International Space Station, the freeways of Southern California and the back roads of France, the battlefields of Afghanistan, and a nuclear fuel plant in Japan this is The Atomic Chef.
WRONG! Retro Games, You Messed Up Our Comic Book Heroes! (Awesomely Nerdy Nitpicks 1)
Chris Baker - 2014
This ebook documents the most egregious – and most hilarious – offenders from the moment Superman flew onto the Atari 2600 in 1978 all the way through 1992, when Konami's classic X-Men sucked in quarter after quarter in arcades. NEARLY 80 SUPERHERO GAMES Some you've played. Some you haven't. And quite a few you never even knew existed in the first place. Some high-/lowlights:
Purple Dark Knight vs. Green Joker in Batman: The Video Game (NES)
Proven instances of "slapping a license" on an already-developed game
Games that stripped Wolverine and He-Man of their most iconic weaponry
A questionable transportation method for the Man of Steel in Superman (NES)
A Transformers game from the creator of Pitfall!
The strangest comic book license ever to hit the Sega Genesis
The most unnecessary tie-in to a superhero animated series of all time
The Danger Mouse Trilogy
That one lonely Thundercats game
ANSWERS TO BURNING QUESTIONS YOU DIDN'T EVEN KNOW TO ASK
Who is "the Princess Peach of superhero games"?
Who was the first Marvel character to be featured in three games? And what's the single gaming appearance he's had since 1985?
Which super-character is most consistently misrepresented in games?
What common superhero gaming feature was pioneered by LJN's otherwise absolutely horrible X-Men NES game?
Which hero's primary gaming nemesis is someone he still has yet to even meet in the comics?
What do an NES game and a major restaurant chain agree is Wolverine's favorite food?
Why is Carnage getting naked on my SNES?!
GAMING PLATFORMS YOU LOVED...OR DIDN'T KNOW EXISTED Atari 2600 | Intellivision | Commodore 64 | Nintendo Entertainment System | Game Boy | Super NES | Sega Master System | Genesis | Game Gear | Lynx | ZX Spectrum | MSX | PC-DOS | MORE! YOUR FAVORITE HEROES (AND SOME YOU'VE NEVER HEARD OF)
From Marvel! Spider-Man | Wolverine and the X-Men | Hulk | Captain America, Iron Man, Hawkeye, Vision, and a bunch of other Avengers | Punisher | Human Torch and the Thing from the Fantastic Four | Silver Surfer | Howard the Duck
From DC! Superman | Batman | Flash | Swamp Thing
From Other Comic Publishers! Conan | Flash Gordon | Judge Dredd | Ex-Mutants
From Toy Lines and Cartoons! Transformers | Teenage Mutant Ninja Turtles | He-Man and the Masters of the Universe | Bartman and Radioactive Man from The Simpsons | G.I.
Clean Code: A Handbook of Agile Software Craftsmanship
Robert C. Martin - 2007
But if code isn't clean, it can bring a development organization to its knees. Every year, countless hours and significant resources are lost because of poorly written code. But it doesn't have to be that way. Noted software expert Robert C. Martin presents a revolutionary paradigm with Clean Code: A Handbook of Agile Software Craftsmanship . Martin has teamed up with his colleagues from Object Mentor to distill their best agile practice of cleaning code on the fly into a book that will instill within you the values of a software craftsman and make you a better programmer but only if you work at it. What kind of work will you be doing? You'll be reading code - lots of code. And you will be challenged to think about what's right about that code, and what's wrong with it. More importantly, you will be challenged to reassess your professional values and your commitment to your craft. Clean Code is divided into three parts. The first describes the principles, patterns, and practices of writing clean code. The second part consists of several case studies of increasing complexity. Each case study is an exercise in cleaning up code - of transforming a code base that has some problems into one that is sound and efficient. The third part is the payoff: a single chapter containing a list of heuristics and "smells" gathered while creating the case studies. The result is a knowledge base that describes the way we think when we write, read, and clean code. Readers will come away from this book understanding ‣ How to tell the difference between good and bad code‣ How to write good code and how to transform bad code into good code‣ How to create good names, good functions, good objects, and good classes‣ How to format code for maximum readability ‣ How to implement complete error handling without obscuring code logic ‣ How to unit test and practice test-driven development This book is a must for any developer, software engineer, project manager, team lead, or systems analyst with an interest in producing better code.
Here Comes Everybody: The Power of Organizing Without Organizations
Clay Shirky - 2008
'Here Comes Everybody' is an examination of how the spread of new forms of social interaction enabled by technology is changing the way humans form and exist within groups, with profound long-term economic and social effects, for good and for ill.
Where Wizards Stay Up Late: The Origins of the Internet
Katie Hafner - 1996
Today, twenty million people worldwide are surfing the Net. Where Wizards Stay Up Late is the exciting story of the pioneers responsible for creating the most talked about, most influential, and most far-reaching communications breakthrough since the invention of the telephone. In the 1960's, when computers where regarded as mere giant calculators, J.C.R. Licklider at MIT saw them as the ultimate communications devices. With Defense Department funds, he and a band of visionary computer whizzes began work on a nationwide, interlocking network of computers. Taking readers behind the scenes, Where Wizards Stay Up Late captures the hard work, genius, and happy accidents of their daring, stunningly successful venture.
Essential PHP Security
Chris Shiflett - 2005
It also works beautifully with other open source tools, such as the MySQL database and the Apache web server. However, as more web sites are developed in PHP, they become targets for malicious attackers, and developers need to prepare for the attacks.Security is an issue that demands attention, given the growing frequency of attacks on web sites. Essential PHP Security explains the most common types of attacks and how to write code that isn't susceptible to them. By examining specific attacks and the techniques used to protect against them, you will have a deeper understanding and appreciation of the safeguards you are about to learn in this book.In the much-needed (and highly-requested) Essential PHP Security, each chapter covers an aspect of a web application (such as form processing, database programming, session management, and authentication). Chapters describe potential attacks with examples and then explain techniques to help you prevent those attacks.Topics covered include:Preventing cross-site scripting (XSS) vulnerabilitiesProtecting against SQL injection attacksComplicating session hijacking attemptsYou are in good hands with author Chris Shiflett, an internationally-recognized expert in the field of PHP security. Shiflett is also the founder and President of Brain Bulb, a PHP consultancy that offers a variety of services to clients around the world.
The Elements of Computing Systems: Building a Modern Computer from First Principles
Noam Nisan - 2005
The books also provides a companion web site that provides the toold and materials necessary to build the hardware and software.
Linked: How Everything Is Connected to Everything Else and What It Means for Business, Science, and Everyday Life
Albert-László Barabási - 2002
Albert-László Barabási, the nation’s foremost expert in the new science of networks and author of Bursts, takes us on an intellectual adventure to prove that social networks, corporations, and living organisms are more similar than previously thought. Grasping a full understanding of network science will someday allow us to design blue-chip businesses, stop the outbreak of deadly diseases, and influence the exchange of ideas and information. Just as James Gleick and the Erdos–Rényi model brought the discovery of chaos theory to the general public, Linked tells the story of the true science of the future and of experiments in statistical mechanics on the internet, all vital parts of what would eventually be called the Barabási–Albert model.
Starry Hollow Witches Box Set, #1-3
Annabel Chase - 2019
When a repo job goes sideways, she and her daughter find themselves in imminent danger--until a visit from estranged relatives turns their world upside down. Ember, Marley, and their Yorkie are transported to Starry Hollow, a paranormal town where witches rule and magic is as normal as pizza. Where Ember goes, though, trouble seems to follow. When a member of the coven turns up dead and the sexy werewolf sheriff identifies Ember as a suspect, she decides to take matters into her own hands like only a Jersey girl can. Magic & Mystery, Book 2 Ember Rose, descendant of the One True Witch and New Jersey transplant, is settling into her new life in Starry Hollow, along with her precocious daughter. It doesn't take long before Ember finds herself smack dab in the middle of another mystery. Someone is turning the town's most eligible bachelors into frogs, starting with her cousin Florian. Aunt Hyacinth insists that the newspaper investigate alongside Sheriff Nash because 'everybody knows werewolves track meat, not suspects.' Can Ember manage to catch the culprit or will these young princes of Starry Hollow be trapped as frogs forever? Magic & Mischief, Book 3 When a handful of Starry Hollow residents experience their worst nightmares in real life, witch-in-training Ember Rose must use her budding journalist skills to figure out the who, what, why, when, where and how before it's too late. With both Sheriff Nash and Alec, her editor-in-chief, affected, the stakes have never been higher. Will she manage to stop the curse before her own worst nightmare comes true? These are full-length, humorous cozy mystery novels. Other books in the series include: Magic & Mayhem, Book 4 Magic & Mercy, Book 5 Magic & Madness, Book 6 Magic & Malice, Book 7 Magic & Mythos, Book 8
Excel 2007 VBA Programming for Dummies
John Walkenbach - 1996
Packed with plenty of sample programs, it explains how to work with range objects, control program flow, develop custom dialog boxes, create custom toolbars and menus, and much more.Discover how toGrasp essential programming concepts Use the Visual Basic Editor Navigate the new Excel user interface Communicate with your users Deal with errors and bugs
The Presentation Secrets of Steve Jobs
Carmine Gallo - 2009
Communications expert Carmine Gallo has studied and analyzed the very best of Jobs's performances, offering point-by-point examples, tried-and-true techniques, and proven presentation secrets in 18 "scenes," including:Develop a messianic sense of purposeReveal the Conquering heroChannel your inner ZenStage your presentation with propsMake it look effortlessWith this revolutionary approach, you'll be surprised at how easy it is to sell your ideas, share your enthusiasm, and wow your audience the Steve Jobs way."No other leader captures an audience like Steve Jobs does and, like no other book, The Presentation Secrets of Steve Jobs captures the formula Steve uses to enthrall audiences."--Rob Enderle, The Enderle Group"Now you can learn from the best there is--both Jobs and Gallo. No matter whether you are a novice presenter or a professional speaker like me, you will read and reread this book with the same enthusiasm that people bring to their iPods."--David Meerman Scott, bestselling author of The New Rules of Marketing & PR and World Wide Rave