Book picks similar to
People & Ideas in Theoretical Computer Science by Cristian S. Calude
non-fiction
ㅡmore-tempting
essays
computer-science
Program or Be Programmed: Ten Commands for a Digital Age
Douglas Rushkoff - 2010
But for all the heat of claim and counter-claim, the argument is essentially beside the point: it’s here; it’s everywhere. The real question is, do we direct technology, or do we let ourselves be directed by it and those who have mastered it? “Choose the former,” writes Rushkoff, “and you gain access to the control panel of civilization. Choose the latter, and it could be the last real choice you get to make.” In ten chapters, composed of ten “commands” accompanied by original illustrations from comic artist Leland Purvis, Rushkoff provides cyberenthusiasts and technophobes alike with the guidelines to navigate this new universe.In this spirited, accessible poetics of new media, Rushkoff picks up where Marshall McLuhan left off, helping readers come to recognize programming as the new literacy of the digital age––and as a template through which to see beyond social conventions and power structures that have vexed us for centuries. This is a friendly little book with a big and actionable message. World-renowned media theorist and counterculture figure Douglas Rushkoff is the originator of ideas such as “viral media,” “social currency” and “screenagers.” He has been at the forefront of digital society from its beginning, correctly predicting the rise of the net, the dotcom boom and bust, as well as the current financial crisis. He is a familiar voice on NPR, face on PBS, and writer in publications from Discover Magazine to the New York Times.“Douglas Rushkoff is one of the great thinkers––and writers––of our time.” —Timothy Leary“Rushkoff is damn smart. As someone who understood the digital revolution faster and better than almost anyone, he shows how the internet is a social transformer that should change the way your business culture operates." —Walter Isaacson
The Information: A History, a Theory, a Flood
James Gleick - 2011
The story of information begins in a time profoundly unlike our own, when every thought and utterance vanishes as soon as it is born. From the invention of scripts and alphabets to the long-misunderstood talking drums of Africa, Gleick tells the story of information technologies that changed the very nature of human consciousness. He provides portraits of the key figures contributing to the inexorable development of our modern understanding of information: Charles Babbage, the idiosyncratic inventor of the first great mechanical computer; Ada Byron, the brilliant and doomed daughter of the poet, who became the first true programmer; pivotal figures like Samuel Morse and Alan Turing; and Claude Shannon, the creator of information theory itself. And then the information age arrives. Citizens of this world become experts willy-nilly: aficionados of bits and bytes. And we sometimes feel we are drowning, swept by a deluge of signs and signals, news and images, blogs and tweets. The Information is the story of how we got here and where we are heading.
Fly Fishing with Darth Vader: And Other Adventures with Evangelical Wrestlers, Political Hitmen, and Jewish Cowboys
Matt Labash - 2010
Considered one of American’s most brilliant writers by the journalism community, this long-awaited book debut presents Labash at his very best. A latter day Leibling, Labash’s collection will take its place alongside books by writers such as Calvin Trillin and P.J. O’Rourke..• A unique voice that’s well-connected: Labash’s well-informed insights, self-deprecating wit, and provocative candor feature regularly in The Weekly Standard and have also appeared in Washingtonian Magazine , American Spectator , and on Slate.com. Extremely well-liked and respected, his media contacts are many and varied. He has declined invitations to appear on everything from HBO Sports to Meet the Press —but is finally willing to make the rounds. As LA Weekly wrote after his Detroit piece, “it’s not new to give props to Matt Labash.”.• Remarkable collection: Full of wit, insight, and a trenchant grasp of the American scoundrel, Labash’s masterful profiles of men on the nation’s fringe—Pirate Kingfish Gov. Edwin Johnson, The Right Reverend Dr. Al Sharpton, Dirty Trickster Roger Stone—are published alongside devastating pieces on such dead or dying cities as Detroit and New Orleans; work celebrating such joyous, but overlooked pockets of American culture as Revival music and Rebirth Brass Band; and scathing, hilarious briefs on the nation’s great phonies—Michael Moore, Louis Farrakhan, Donald Trump to name a few..
SEO 2016: Learn Search Engine Optimization (SEO Books Series)
R.L. Adams - 2015
It's certainly no walk in the park. And, depending on where you've been for your information when it comes to SEO, it might be outdated, or just flat-out wrong. Why is that? Search has been evolving at an uncanny rate in recent years. And, if you're not in the know, then you could end up spinning your wheels and wasting valuable and precious time and resources on techniques that no longer work. The main reason for the recent changes: to increase relevancy. Google's sole mission is to provide the most relevant search results at the top of its searches, in the quickest manner possible. But, in recent years, due to some mischievous behavior at the hand of a small group of people, relevancy began to wane. SEO 2016 :: Understanding Google's Algorithm Adjustments The field of SEO has been changing, all led by Google's onslaught of algorithm adjustments that have decimated and razed some sites while uplifting and building others. Since 2011, Google has made it its mission to hunt out and demote spammy sites that sacrifice user-experience, focus on thin content, or simply spend their time trying to trick and deceive their way to the top of its search results. At the same time, Google has increased its reliance on four major components of trust, that work at the heart of its search algorithm: Trust in Age Trust in Authority Trust in Content Relevancy In this book, you'll learn just how each of these affects Google's search results, and just how you can best optimize your site and content to ensure that you're playing by Google's many rules. And, although there have been many algorithm adjustments over the years, four major ones have shaped and forever changed the search engine landscape: Google Panda Google Penguin Google Hummingbird Google Mobilegeddon We'll discuss the nature of these changes and just how each of these algorithm adjustments have shaped the current landscape in search engine optimization. So what does it take to rank your site today? In order to compete at any level in SEO, you have to earn trust - Google's trust that is. But, what does that take? How can we build trust quickly without jumping through all the hoops? SEO is by no means a small feat. It takes hard work applied consistently overtime. There are no overnight success stories when it comes to SEO. But there are certainly ways to navigate the stormy online waters of Google's highly competitive search. Download SEO 2016 :: Learn Search Engine Optimization Lift the veil on Google's complex search algorithm, and understand just what it takes to rank on Google searches today, not yesterday.
Uplift: Secrets from the Sisterhood of Breast Cancer Survivors
Barbara Delinsky - 2001
This updated edition features new material.
The D Programming Language
Andrei Alexandrescu - 2010
I'm sure you'll find the read rewarding." --From the Foreword by Scott Meyers D is a programming language built to help programmers address the challenges of modern software development. It does so by fostering modules interconnected through precise interfaces, a federation of tightly integrated programming paradigms, language-enforced thread isolation, modular type safety, an efficient memory model, and more.
The D Programming Language
is an authoritative and comprehensive introduction to D. Reflecting the author's signature style, the writing is casual and conversational, but never at the expense of focus and pre-cision. It covers all aspects of the language (such as expressions, statements, types, functions, contracts, and modules), but it is much more than an enumeration of features. Inside the book you will find In-depth explanations, with idiomatic examples, for all language features How feature groups support major programming paradigms Rationale and best-use advice for each major feature Discussion of cross-cutting issues, such as error handling, contract programming, and concurrency Tables, figures, and "cheat sheets" that serve as a handy quick reference for day-to-day problem solving with D Written for the working programmer,
The D Programming Language
not only introduces the D language--it presents a compendium of good practices and idioms to help both your coding with D and your coding in general.
The Myth of Artificial Intelligence: Why Computers Can't Think the Way We Do
Erik J. Larson - 2021
What hope do we have against superintelligent machines? But we aren't really on the path to developing intelligent machines. In fact, we don't even know where that path might be.A tech entrepreneur and pioneering research scientist working at the forefront of natural language processing, Erik Larson takes us on a tour of the landscape of AI to show how far we are from superintelligence, and what it would take to get there. Ever since Alan Turing, AI enthusiasts have equated artificial intelligence with human intelligence. This is a profound mistake. AI works on inductive reasoning, crunching data sets to predict outcomes. But humans don't correlate data sets: we make conjectures informed by context and experience. Human intelligence is a web of best guesses, given what we know about the world. We haven't a clue how to program this kind of intuitive reasoning, known as abduction. Yet it is the heart of common sense. That's why Alexa can't understand what you are asking, and why AI can only take us so far.Larson argues that AI hype is both bad science and bad for science. A culture of invention thrives on exploring unknowns, not overselling existing methods. Inductive AI will continue to improve at narrow tasks, but if we want to make real progress, we will need to start by more fully appreciating the only true intelligence we know--our own.
You Can Wind Down From Time to Time
Kim Dan - 2021
It’s hard not to make mistakes or let yourself down, even so, it’s okay to wind down from time to time. Our problems don’t resolve themselves overnight. Sometimes, you just need to take a deep breath, a warm fuzzy blanket, and a clear mind. When you wake up, you’re ready to face the new day with a newfound growth to take away yesterday’s pain.
What is DevOps?
Mike Loukides - 2012
Old-style system administrators may be disappearing in the face of automation and cloud computing, but operations have become more significant than ever. As this O'Reilly Radar Report explains, we're moving into a more complex arrangement known as "DevOps."Mike Loukides, O'Reilly's VP of Content Strategy, provides an incisive look into this new world of operations, where IT specialists are becoming part of the development team. In an environment with thousands of servers, these specialists now write the code that maintains the infrastructure. Even applications that run in the cloud have to be resilient and fault tolerant, need to be monitored, and must adjust to huge swings in load. That was underscored by Amazon's EBS outage last year.From the discussions at O'Reilly's Velocity Conference, it's evident that many operations specialists are quickly adapting to the DevOps reality. But as a whole, the industry has just scratched the surface. This report tells you why.
Zombie Economics: A Guide to Personal Finance
Lisa Desjardins - 2011
It's compelling, it's straightforward, and it can change your life. Zombie Economics is for anyone in the midst of financial uncertainty, a place where carelessness and timidity will cost you. From the creeping spread of unpaid bills to the lumbering advance of creditors, Zombie Economics confronts the biggest threats to your personal economy, takes aim, and then takes them down. Specific chapters include: A Basement Full of Ammo Saving yourself by saving money They'll Eat the Fat Ones First Using fitness as a financial asset Shooting Dad in the Head Ending your relationships with the financially infected With simple, easy-to-use techniques for identifying-and eliminating-your financial weak spots, Zombie Economics turns victims into survivors. Watch a Video"
Async in C# 5.0
Alex Davies - 2012
Along with a clear introduction to asynchronous programming, you get an in-depth look at how the async feature works and why you might want to use it in your application.Written for experienced C# programmers—yet approachable for beginners—this book is packed with code examples that you can extend for your own projects.Write your own asynchronous code, and learn how async saves you from this messy choreDiscover new performance possibilities in ASP.NET web server codeExplore how async and WinRT work together in Windows 8 applicationsLearn the importance of the await keyword in async methodsUnderstand which .NET thread is running your code—and at what points in the programUse the Task-based Asynchronous Pattern (TAP) to write asynchronous APIs in .NETTake advantage of parallel computing in modern machinesMeasure async code performance by comparing it with alternatives
Best White and Other AnxiousDelusions
Rebecca Davis - 2015
Her razor-sharp wit combines with her acute powers of observation to produce social and political commentary that will have you in stitches even as it informs and provokes you to think seriously about the topics she discusses. In Best White, Davis offers advice on life’s tricky issues; discusses the perils of being a ‘Best White’; laments the fact that society does not have a universally adopted form of greeting, such as the high five; explores the intricacies of social media and internet dating; considers the future of reading and tackles a range of controversial topics in between.
Things I Learned At Art School
Megan Dunn - 2021
Until now.Part memoir, part essay collection, Megan Dunn’s ingenious, moving, hilariously personal Things I Learned at Art School tells the story of her early life and coming-of-age in New Zealand in the ‘70s, ‘80s and ‘90s.From her single mother's love life to her Smurf collection, from the mean girls at school to the mermaid movie Splash, from her work in strip clubs and massage parlours (and one steak restaurant) to the art school of the title, this is a dazzling, killer read from a contemporary voice of comic brilliance.Chapters include (but are not limited to): The Ballad of Western Barbie; A Comprehensive List of All the Girls Who Teased Me at Western Heights High School, What They Looked Like and Why They Did It; On Being a Redhead; Life Begins at Forty: That Time My Uncle Killed Himself; Good Girls Write Memoirs, Bad Girls Don’t Have Time; Videos I Watched with My Father; Things I Learned at Art School; CV of a Fat Waitress; Nine Months in a Massage Parlour Called Belle de Jour; Various Uses for a Low Self-esteem; Art in the Waiting Room and Submerging Artist.
Pearls of Functional Algorithm Design
Richard S. Bird - 2010
These 30 short chapters each deal with a particular programming problem drawn from sources as diverse as games and puzzles, intriguing combinatorial tasks, and more familiar areas such as data compression and string matching. Each pearl starts with the statement of the problem expressed using the functional programming language Haskell, a powerful yet succinct language for capturing algorithmic ideas clearly and simply. The novel aspect of the book is that each solution is calculated from an initial formulation of the problem in Haskell by appealing to the laws of functional programming. Pearls of Functional Algorithm Design will appeal to the aspiring functional programmer, students and teachers interested in the principles of algorithm design, and anyone seeking to master the techniques of reasoning about programs in an equational style.
Reclaiming Epicurus
Luke Slattery - 2012
Rather than appealing to altruism, or calling for revolution in the global economy, the Epicurean philosophy turns the developed world's credo of 'greed is good' on its head, counselling that genuine happiness comes from the quieting of desire; from less, not more. And that might just be the mindset we need to rein in unsustainable development.In this thoughtful Penguin Special, Slattery traces the radicalism of classical Epicurean thought, and its popularity despite political suppression. Along the way, he tours the archaeological sites of the ancient village of Oinoanda in Turkey and the Villa of the Papyri, buried along with Pompeii, with its ancient library of petrified scrolls. Might some of this treasure's fragments, painstakingly restored, reveal answers to the big questions faced in the twenty-first century?