Book picks similar to
The Ethics of Information by Luciano Floridi
philosophy
technology
ethics
e-e
CoffeeScript
Trevor Burnham - 2011
It provides all of JavaScript's functionality wrapped in a cleaner, more succinct syntax. In the first book on this exciting new language, CoffeeScript guru Trevor Burnham shows you how to hold onto all the power and flexibility of JavaScript while writing clearer, cleaner, and safer code.CoffeeScript: Accelerated JavaScript Development offers a thorough introduction to this new language, starting from the basics. You'll learn to use time-saving features like list comprehensions and splats, organize your code into modules with extensible classes, and deploy your work to multiple environments. Each chapter is example-driven and includes challenging exercises to push your CoffeeScript know-how further. Through the course of the book, you'll build a fast-paced multiplayer word game-writing both the client (with jQuery) and server (with Node.js) in CoffeeScript. And because the two languages are so deeply intertwined, you'll deepen your understanding of JavaScript along the way. CoffeeScript makes it easier than ever to write powerful, standards-compliant JavaScript code. CoffeeScript: Accelerated JavaScript Development lets you start doing it today.
The Business Writer's Handbook
Gerald J. Alred - 1976
Alphabetically organized and easy to use, its nearly 400 entries provide guidance for the most common types of business documents and correspondence, from brochures, press releases, and résumés, to executive summaries, proposals, and reports. Abundant sample documents and visuals throughout the book demonstrate effective business communication, reflecting current practices for formatting documents and using e-mail. In addition, advice on organizing, researching, writing, and revising complements thorough treatment of grammar, usage, style, and punctuation to provide comprehensive help with writing skills. This edition has been thoroughly revised to include expanded advice for analyzing the context of different writing situations, using and integrating visuals, and dealing with ethical concerns in business writing, including plagiarism. Entries throughout have been revised, updated, consolidated, and streamlined to provide the most accurate and accessible information. Comprehensive yet concise, The Business Writer’s Handbook remains the quick reference faithful users have come to appreciate.
The People's Platform: Taking Back Power and Culture in the Digital Age
Astra Taylor - 2012
But how true is this claim? In a seminal dismantling of techno-utopian visions, "The People's Platform" argues that for all that we "tweet" and "like" and "share," the Internet in fact reflects and amplifies real-world inequities at least as much as it ameliorates them. Online, just as off-line, attention and influence largely accrue to those who already have plenty of both.What we have seen so far, Astra Taylor says, has been not a revolution but a rearrangement. Although Silicon Valley tycoons have eclipsed Hollywood moguls, a handful of giants like Amazon, Apple, Google, and Facebook remain the gatekeepers. And the worst habits of the old media model--the pressure to seek easy celebrity, to be quick and sensational above all--have proliferated online, where "aggregating" the work of others is the surest way to attract eyeballs and ad revenue. When culture is "free," creative work has diminishing value, and advertising fuels the system. The new order looks suspiciously like the old one.We can do better, Taylor insists. The online world does offer a unique opportunity, but a democratic culture that supports diverse voices and work of lasting value will not spring up from technology alone. If we want the Internet to truly be a people's platform, we will have to make it so.
Grown Up Digital: How the Net Generation Is Changing Your World
Don Tapscott - 2008
Are you ready for it?Chances are you know a person between the ages of 11 and 30. You've seen them doing five things at once: texting friends, downloading music, uploading videos, watching a movie on a two-inch screen, and doing who-knows-what on Facebook or MySpace. They're the first generation to have literally grown up digital - and they're part of a global cultural phenomenon that's here to stay.The bottom line is this: If you understand the Net Generation, you will understand the future. If you're a Baby Boomer or Gen-Xer: This is your field guide.A fascinating inside look at the Net Generation, Grown Up Digital is inspired by a $4 million private research study. New York Times bestselling author Don Tapscott has surveyed more than 11,000 young people. Instead of a bunch of spoiled "screenagers" with short attention spans and zero social skills, he discovered a remarkably bright community which has developed revolutionary new ways of thinking, interacting, working, and socializing.Grown Up Digital reveals:- How the brain of the Net Generation processes information- Seven ways to attract and engage young talent in the workforce- Seven guidelines for educators to tap the Net Gen potential- Parenting 2.0: There's no place like the new home- Citizen Net: How young people and the Internet are transforming democracyToday's young people are using technology in ways you could never imagine. Instead of passively watching television, the "Net Geners" are actively participating in the distribution of entertainment and information. For the first time in history, youth are the authorities on something really important. And they're changing every aspect of our society-from the workplace to the marketplace, from the classroom to the living room, from the voting booth to the Oval Office.The Digital Age is here. The Net Generation has arrived. Meet the future.
Consuming Life
Zygmunt Bauman - 2001
In this new consumer society, individuals become simultaneously the promoters of commodities and the commodities they promote. They are, at one and the same time, the merchandise and the marketer, the goods and the travelling salespeople. They all inhabit the same social space that is customarily described by the term the market. The test they need to pass in order to acquire the social prizes they covet requires them to recast themselves as products capable of drawing attention to themselves. This subtle and pervasive transformation of consumers into commodities is the most important feature of the society of consumers. It is the hidden truth, the deepest and most closely guarded secret, of the consumer society in which we now live.In this new book Zygmunt Bauman examines the impact of consumerist attitudes and patterns of conduct on various apparently unconnected aspects of social life politics and democracy, social divisions and stratification, communities and partnerships, identity building, the production and use of knowledge, and value preferences.The invasion and colonization of the web of human relations by the worldviews and behavioural patterns inspired and shaped by commodity markets, and the sources of resentment, dissent and occasional resistance to the occupying forces, are the central themes of this brilliant new book by one of the worlds most original and insightful social thinkers.
R for Dummies
Joris Meys - 2012
R is packed with powerful programming capabilities, but learning to use R in the real world can be overwhelming for even the most seasoned statisticians. This easy-to-follow guide explains how to use R for data processing and statistical analysis, and then, shows you how to present your data using compelling and informative graphics. You'll gain practical experience using R in a variety of settings and delve deeper into R's feature-rich toolset.Includes tips for the initial installation of RDemonstrates how to easily perform calculations on vectors, arrays, and lists of dataShows how to effectively visualize data using R's powerful graphics packagesGives pointers on how to find, install, and use add-on packages created by the R communityProvides tips on getting additional help from R mailing lists and websitesWhether you're just starting out with statistical analysis or are a procedural programming pro, "R For Dummies" is the book you need to get the most out of R.
Hands-On Machine Learning with Scikit-Learn and TensorFlow
Aurélien Géron - 2017
Now that machine learning is thriving, even programmers who know close to nothing about this technology can use simple, efficient tools to implement programs capable of learning from data. This practical book shows you how.By using concrete examples, minimal theory, and two production-ready Python frameworks—Scikit-Learn and TensorFlow—author Aurélien Géron helps you gain an intuitive understanding of the concepts and tools for building intelligent systems. You’ll learn how to use a range of techniques, starting with simple Linear Regression and progressing to Deep Neural Networks. If you have some programming experience and you’re ready to code a machine learning project, this guide is for you.This hands-on book shows you how to use:Scikit-Learn, an accessible framework that implements many algorithms efficiently and serves as a great machine learning entry pointTensorFlow, a more complex library for distributed numerical computation, ideal for training and running very large neural networksPractical code examples that you can apply without learning excessive machine learning theory or algorithm details
The Nature of Code
Daniel Shiffman - 2012
Readers will progress from building a basic physics engine to creating intelligent moving objects and complex systems, setting the foundation for further experiments in generative design. Subjects covered include forces, trigonometry, fractals, cellular automata, self-organization, and genetic algorithms. The book's examples are written in Processing, an open-source language and development environment built on top of the Java programming language. On the book's website (http://www.natureofcode.com), the examples run in the browser via Processing's JavaScript mode.
Don't Make Me Think, Revisited: A Common Sense Approach to Web Usability
Steve Krug - 2000
And it’s still short, profusely illustrated…and best of all–fun to read.If you’ve read it before, you’ll rediscover what made Don’t Make Me Think so essential to Web designers and developers around the world. If you’ve never read it, you’ll see why so many people have said it should be required reading for anyone working on Web sites.
Python: Programming: Your Step By Step Guide To Easily Learn Python in 7 Days (Python for Beginners, Python Programming for Beginners, Learn Python, Python Language)
iCode Academy - 2017
Are You Ready To Learn Python Easily? Learning Python Programming in 7 days is possible, although it might not look like it
The Marvelous Clouds: Toward a Philosophy of Elemental Media
John Durham Peters - 2015
In their sharing of the term, both kinds of clouds reveal an essential truth: that the natural world and the technological world are not so distinct. In The Marvelous Clouds, John Durham Peters argues that though we often think of media as environments, the reverse is just as true—environments are media. Peters defines media expansively as elements that compose the human world. Drawing from ideas implicit in media philosophy, Peters argues that media are more than carriers of messages: they are the very infrastructures combining nature and culture that allow human life to thrive. Through an encyclopedic array of examples from the oceans to the skies, The Marvelous Clouds reveals the long prehistory of so-called new media. Digital media, Peters argues, are an extension of early practices tied to the establishment of civilization such as mastering fire, building calendars, reading the stars, creating language, and establishing religions. New media do not take us into uncharted waters, but rather confront us with the deepest and oldest questions of society and ecology: how to manage the relations people have with themselves, others, and the natural world. A wide-ranging meditation on the many means we have employed to cope with the struggles of existence—from navigation to farming, meteorology to Google—The Marvelous Clouds shows how media lie at the very heart of our interactions with the world around us. Peters’s book will not only change how we think about media but provide a new appreciation for the day-to-day foundations of life on earth that we so often take for granted.
The Elements of Journalism: What Newspeople Should Know and The Public Should Expect
Bill Kovach - 2001
. . [together] why media audiences have fled and why new technology and megacorporate ownership are putting good journalism at risk.” —Rasmi Simhan, Boston Globe“Kovach and Rosenstiel’s essays on each [element] are concise gems, filled with insights worthy of becoming axiomatic. . . . The book should become essential reading for journalism professionals and students and for the citizens they aim to serve.” —Carl Sessions Stepp, American Journalism Review“If you think journalists have no idea what you want . . . here is a book that agrees with you. Better—it has solutions. The Elements of Journalism is written for journalists, but any citizen who wonders why the news seems trivial or uninspiring should read it.” —Marta Salij, Detroit Free PressThe elements of journalism are:* Journalism’s first obligation is to the truth.* Its first loyalty is to citizens.* Its essence is a discipline of verification.* Its practitioners must maintain an independence from those they cover.* It must serve as an independent monitor of power.* It must provide a forum for public criticism and compromise.* It must strive to make the significant interesting and relevant.* It must keep the news comprehensive and proportional.* Its practitioners must be allowed to exercise their personal conscience.
The Gentlemen's Book of Etiquette, and Manual of Politeness
Cecil B. Hartley - 1860
We are republishing these classic works in affordable, high quality, modern editions, using the original text and artwork.
Modern Database Management
Jeffrey A. Hoffer - 1994
Intended for professional development programs in introductory database management.