Browse Results

Showing 20,751 through 20,775 of 59,435 results

EVE Universe: The Art of New Eden

by Various

Revealing over a decade of images created during the development of EVE Online, DUST 514, and EVE: Valkyrie--this is the ultimate look at the most massive and dynamic universe in video games!Created in close collaboration with the developers behind each game, this gorgeous full-color hardcover immerses readers in New Eden through hundreds of stunning, never-before-seen pieces of art. With in-depth commentary by CCP throughout, this is a must-have for any fan of science fiction, video games, or jaw-dropping visuals!

EVE: Valkyrie (Eve)

by Brian Wood

Superstar writer Brian Wood tells the origin of the Valkyrie--the deadliest spacefighter pilots in the EVE universe!This series leads into EVE Valkyrie, one of the most hotly anticipated video games of all time, a groundbreaking virtual reality space dogfighting shooter from the creators of EVE Online. With cloning technology that transmits them into a new body each time the old one dies in flames, the Valkyrie are immortal--the most skilled, most fearless pilots money can buy, mercenaries with loyalty to no one but each other.

Even Faster Web Sites: Performance Best Practices for Web Developers

by Steve Souders

Performance is critical to the success of any web site, and yet today's web applications push browsers to their limits with increasing amounts of rich content and heavy use of Ajax. In this book, Steve Souders, web performance evangelist at Google and former Chief Performance Yahoo!, provides valuable techniques to help you optimize your site's performance.Souders' previous book, the bestselling High Performance Web Sites, shocked the web development world by revealing that 80% of the time it takes for a web page to load is on the client side. In Even Faster Web Sites, Souders and eight expert contributors provide best practices and pragmatic advice for improving your site's performance in three critical categories:JavaScript—Get advice for understanding Ajax performance, writing efficient JavaScript, creating responsive applications, loading scripts without blocking other components, and more.Network—Learn to share resources across multiple domains, reduce image size without loss of quality, and use chunked encoding to render pages faster.Browser—Discover alternatives to iframes, how to simplify CSS selectors, and other techniques.Speed is essential for today's rich media web sites and Web 2.0 applications. With this book, you'll learn how to shave precious seconds off your sites' load times and make them respond even faster.This book contains six guest chapters contributed by Dion Almaer, Doug Crockford, Ben Galbraith, Tony Gentilcore, Dylan Schiemann, Stoyan Stefanov, Nicole Sullivan, and Nicholas C. Zakas.

Event Analytics across Languages and Communities

by Ivana Marenzi Simon Gottschalk Eric Müller-Budack Marko Tadić Jane Winters

This open access book presents interdisciplinary and cross-sectoral research results fostering event analytics across languages and communities. It is based on the CLEOPATRA International Training Network, which explored how we analyze and understand the major events that influence and shape our lives and societies, and how they unfold online. This analysis was achieved through various case studies, the development of novel methodologies in fields such as data mining and natural language processing, and the creation of new event-centric datasets aggregated in the Open Event Knowledge Graph (OEKG), a multilingual event-centric knowledge graph that contains more than 1 million events in 15 languages. The book is divided into three parts, focusing on different aspects of event analytics across languages and communities: Part I Event-centric Multilingual and Multimodal NLP Technologies presents five chapters reporting on recent developments in NLP technologies required to process multilingual information. Next, the four chapters of Part II: Event-centric Multilingual Knowledge Technologies discuss technologies integrating multilingual event-centric information in knowledge graphs and providing user access to such information. Finally, Part III: Event Analytics covers three selected aspects of multilingual event analytics, namely an analysis of event-centric news spreading barriers, claim detection in social media, and the narrativization of events as a means of presenting event data. This book is mainly written for researchers in academia and industry, who work on topics like natural language processing, large language models, multilingual information retrieval or event analytics.

Event Attendance Prediction in Social Networks (SpringerBriefs in Statistics)

by Xiaomei Zhang Guohong Cao

This volume focuses on predicting users’ attendance at a future event at specific time and location based on their common interests. Event attendance prediction has attracted considerable attention because of its wide range of potential applications. By predicting event attendance, events that better fit users’ interests can be recommended, and personalized location-based or topic-based services related to the events can be provided to users. Moreover, it can help event organizers estimating the event scale, identifying conflicts, and help manage resources. This book first surveys existing techniques on event attendance prediction and other related topics in event-based social networks. It then introduces a context-aware data mining approach to predict the event attendance by learning how users are likely to attend future events. Specifically, three sets of context-aware attributes are identified by analyzing users’ past activities, including semantic, temporal, and spatial attributes. This book illustrates how these attributes can be applied for event attendance prediction by incorporating them into supervised learning models, and demonstrates their effectiveness through a real-world dataset collected from event-based social networks.

Event-Based PID Controllers with Fixed Threshold Sampling Strategies (Springer Theses)

by Oscar Miguel-Escrig

This book offers a detailed examination of event-based control systems, exploring their design, implementation, and robustness. It addresses various sampling strategies such as Symmetric-Send-On-Delta (SSOD) and Regular Quantization with Hysteresis (RQH), providing insights into their application in networked control systems. Key topics include: the theoretical foundations of Event-Based Control under the above-mentioned sampling schemes, robustness analysis against limit cycle oscillations, and tuning methodologies for PID controllers considering continuous and discrete implementations. This book also evaluates classical tuning rules for event-based control from the point of view of the robustness, which are assessed through new robustness measures. Further, the implementation of Event-Based PID Controllers is demonstrated in physical systems using the standard IEC 61499. All in all, this outstanding PhD thesis provides readers with new schemes and techniques for designing robust Event-Based Controllers that can be better adapted to various industrial settings considering their specific needs.

Event Detection in Time Series (Synthesis Lectures on Data Management)

by Eduardo Ogasawara Rebecca Salles Fabio Porto Esther Pacitti

This book is dedicated to exploring and explaining time series event detection in databases. The focus is on events, which are pervasive in time series applications where significant changes in behavior are observed at specific points or time intervals. Event detection is a basic function in surveillance and monitoring systems and has been extensively explored over the years, but this book provides a unified overview of the major types of time series events with which researchers should be familiar: anomalies, change points, and motifs. The book starts with basic concepts of time series and presents a general taxonomy for event detection. This taxonomy includes (i) granularity of events (punctual, contextual, and collective), (ii) general strategies (regression, classification, clustering, model-based), (iii) methods (theory-driven, data-driven), (iv) machine learning processing (supervised, semi-supervised, unsupervised), and (v) data management (ETL process). This taxonomy is weaved throughout chapters dedicated to the specific event types: anomaly detection, change-point, and motif discovery. The book discusses state-of-the-art metric evaluations for event detection methods and also provides a dedicated chapter on online event detection, including the challenges and general approaches (static versus dynamic), including incremental and adaptive learning. This book will be of interested to graduate or undergraduate students of different fields with a basic introduction to data science or data analytics.

Event-Driven Architecture in Golang: Building complex systems with asynchronicity and eventual consistency

by Michael Stack

Begin building event-driven microservices, including patterns to handle data consistency and resiliencyKey FeaturesExplore the benefits and tradeoffs of event-driven architectures with practical examples and use casesUnderstand synergy with event sourcing, CQRS, and domain-driven development in software architectureBuild an end-to-end robust application architecture by the end of the bookBook DescriptionEvent-driven architecture in Golang is an approach used to develop applications that shares state changes asynchronously, internally, and externally using messages. EDA applications are better suited at handling situations that need to scale up quickly and the chances of individual component failures are less likely to bring your system crashing down. This is why EDA is a great thing to learn and this book is designed to get you started with the help of step-by-step explanations of essential concepts, practical examples, and more. You'll begin building event-driven microservices, including patterns to handle data consistency and resiliency. Not only will you learn the patterns behind event-driven microservices but also how to communicate using asynchronous messaging with event streams. You'll then build an application made of several microservices that communicates using both choreographed and orchestrated messaging. By the end of this book, you'll be able to build and deploy your own event-driven microservices using asynchronous communication.What you will learnUnderstand different event-driven patterns and best practicesPlan and design your software architecture with easeTrack changes and updates effectively using event sourcingTest and deploy your sample software application with easeMonitor and improve the performance of your software architectureWho this book is forThis hands-on book is for intermediate-level software architects, or senior software engineers working with Golang and interested in building asynchronous microservices using event sourcing, CQRS, and DDD. Intermediate-level knowledge of the Go syntax and concurrency features is necessary.

Event-Driven Architecture in Golang: Building complex systems with asynchronicity and eventual consistency

by Michael Stack

Begin building event-driven microservices, including patterns to handle data consistency and resiliencyKey FeaturesExplore the benefits and tradeoffs of event-driven architectures with practical examples and use casesUnderstand synergy with event sourcing, CQRS, and domain-driven development in software architectureBuild an end-to-end robust application architecture by the end of the bookBook DescriptionEvent-driven architecture in Golang is an approach used to develop applications that shares state changes asynchronously, internally, and externally using messages. EDA applications are better suited at handling situations that need to scale up quickly and the chances of individual component failures are less likely to bring your system crashing down. This is why EDA is a great thing to learn and this book is designed to get you started with the help of step-by-step explanations of essential concepts, practical examples, and more. You’ll begin building event-driven microservices, including patterns to handle data consistency and resiliency. Not only will you learn the patterns behind event-driven microservices but also how to communicate using asynchronous messaging with event streams. You’ll then build an application made of several microservices that communicates using both choreographed and orchestrated messaging. By the end of this book, you’ll be able to build and deploy your own event-driven microservices using asynchronous communication.What you will learnUnderstand different event-driven patterns and best practicesPlan and design your software architecture with easeTrack changes and updates effectively using event sourcingTest and deploy your sample software application with easeMonitor and improve the performance of your software architectureWho this book is forThis hands-on book is for intermediate-level software architects, or senior software engineers working with Golang and interested in building asynchronous microservices using event sourcing, CQRS, and DDD. Intermediate-level knowledge of the Go syntax and concurrency features is necessary.

Event-Driven Surveillance

by Kerstin Denecke

The Web has become a rich source of personal information in the last few years. People twitter, blog, and chat online. Current feelings, experiences or latest news are posted. For instance, first hints to disease outbreaks, customer preferences, or political changes could be identified with this data. Surveillance or early warning systems enable such detection of changes and support humans in getting information on changing situations. However, the variety of data that could be considered for surveillance is immense, ranging from sensor-measured values to collected counts and information extracted from natural language documents. Denecke's objective is to introduce the multiple possibilities and facets of surveillance and its applications. She first introduces the task of surveillance and provides an overview on surveillance in various domains. Next, the various information sources that are available and could already be used by surveillance systems are summarized. In the main part of the book, her focus is on unstructured data as a source for surveillance. An overview on existing methods as well as methods to be developed in order to process this kind of data with respect to surveillance is presented. As an example application, she introduces disease surveillance using Web 2.0, including corresponding methods and challenges to be addressed. The book closes with remarks on new possibilities for surveillance gained by recent developments of the Internet and mobile communication, and with an outline of future challenges.

Event Mining: Algorithms and Applications (Chapman & Hall/CRC Data Mining and Knowledge Discovery Series #38)

by Tao Li

With a focus on computing system management, this book presents a variety of event mining approaches for improving the quality and efficiency of IT service and system management. It covers different components in the data-driven framework, from system monitoring and event generation to pattern discovery and summarization. The book explores recent developments in event mining, such as new clustering-based approaches, as well as various applications of event mining, including social media.

Event Processing in Action

by Peter Niblett Opher Etzion

Unlike traditional information systems which work by issuing requests and waiting for responses, event-driven systems are designed to process events as they occur, allowing the system to observe, react dynamically, and issue personalized data depending on the recipient and situation.Event Processing in Action introduces the major concepts of event-driven architectures and shows how to use, design, and build event processing systems and applications. Written for working software architects and developers, the book looks at practical examples and provides an in-depth explanation of their architecture and implementation. Since patterns connect the events that occur in any system, the book also presents common event-driven patterns and explains how to detect and implement them. Throughout the book, readers follow a comprehensive use case that incorporates all event processing programming styles in practice today. Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book.

Event Streams in Action: Real-time event systems with Kafka and Kinesis

by Valentin Crettaz Alexander Dean

SummaryEvent Streams in Action is a foundational book introducing the ULP paradigm and presenting techniques to use it effectively in data-rich environments.Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.About the TechnologyMany high-profile applications, like LinkedIn and Netflix, deliver nimble, responsive performance by reacting to user and system events as they occur. In large-scale systems, this requires efficiently monitoring, managing, and reacting to multiple event streams. Tools like Kafka, along with innovative patterns like unified log processing, help create a coherent data processing architecture for event-based applications.About the BookEvent Streams in Action teaches you techniques for aggregating, storing, and processing event streams using the unified log processing pattern. In this hands-on guide, you'll discover important application designs like the lambda architecture, stream aggregation, and event reprocessing. You'll also explore scaling, resiliency, advanced stream patterns, and much more! By the time you're finished, you'll be designing large-scale data-driven applications that are easier to build, deploy, and maintain.What's insideValidating and monitoring event streamsEvent analyticsMethods for event modelingExamples using Apache Kafka and Amazon KinesisAbout the ReaderFor readers with experience coding in Java, Scala, or Python.About the AuthorAlexander Dean developed Snowplow, an open source event processing and analytics platform. Valentin Crettaz is an independent IT consultant with 25 years of experience.Table of ContentsPART 1 - EVENT STREAMS AND UNIFIED LOGSIntroducing event streamsThe unified log 24Event stream processing with Apache KafkaEvent stream processing with Amazon KinesisStateful stream processingPART 2- DATA ENGINEERING WITH STREAMSSchemasArchiving eventsRailway-oriented processingCommandsPART 3 - EVENT ANALYTICSAnalytics-on-readAnalytics-on-write

Event Success: Maximizing the Business Impact of In-person, Virtual, and Hybrid Experiences

by Alon Alroy Eran Ben-Shushan Boaz Katz

Make events the most powerful marketing tool you have In Event Success: Maximizing the Business Impact of Physical, Virtual, and Hybrid Experiences, Alon Alroy, Eran Ben-Shushan, and Boaz Katz of Bizzabo draw on the knowledge they’ve gained powering events for companies like Amazon, Salesforce, and Uber to deliver an end-to-end playbook for readers wanting to maximize their organization’s return on events. Event Success will help you unlock the full potential of your events and make them your most important marketing channel. You’ll learn how to create elevated experiences in any format that drive strategic business goals, including: How to measure event success with surveys, data, analytics, and key KPIs How to integrate events into a strategic, end-to-end marketing plan How to collect, analyze, and funnel event data to other teams to drive business growth What events are successful, what the data says about them, and real-life examples from SAP, the Financial Times, IBM, and other leading brands that capture the imagination of their audiences through events Event Success is ideal for marketers, event professionals, and anyone responsible for creating buzz, driving new sales, and building thought leadership with in-person, hybrid, or virtual events. It’s also an invaluable resource for maximizing your organization’s “RoE”—or Return on Event—with measurable increases in sales.

Event-Triggered Cooperative Control: Analysis and Synthesis

by Wenying Xu Daniel W. Ho Jinde Cao

The book provides a systematic and in-depth introduction to distributed event-triggered cooperative control for multi-agent systems from a theoretical perspective, which will be of particular interest to the readers. The included major research topics include: a unified design and analysis framework for centralized, clustered and distributed event-triggered schemes; fully distributed design for event/self-triggered schemes; resilient event-triggered control under malicious attacks; and various methods to aovid Zeno behavior. The comprehensive and systematic treatment of event-triggered communication and control in multi-agent system is one of the major features of the book, which is particularly suited for readers who are interested in learning principles and methods to deal with communication constraints in multi-agent systems and to design energy-saving control protocols. The book can benefit researchers, engineers, and graduate students in the fields of complex networks, smart grids, applied mathematics, electrical and electronic engineering, and computer engineering, etc.

Eventforschung: Events und ‚The New Normal' (Markenkommunikation und Beziehungsmarketing)

by Cornelia Zanger

Live, digital und hybrid - Das New Normal steht für die Integration analoger und digitaler Kanäle. Die Beiträge in diesem Konferenzband gehen auf die erfolgreiche Verknüpfung von Medien im Umgang mit den aktuellen Herausforderungen in einem pandemischen Umfeld ein. Vor diesem Hintergrund zeigen Forscher und Branchenexperten Trends und Strategien der Event- und Messewirtschaft im Umfeld der Krise auf, beleuchten hochaktuelle Themen zur Nachhaltigkeit und diskutieren die zukünftigen Entwicklungen der Veranstaltungsbranche in den bevorstehenden Monaten und Jahren. Die Beiträge in diesem Tagungsband bieten vielfältige Handlungsempfehlungen für die Branche und geben Impulse für Forschung und Wissenschaft.

Events im Metaverse: Erfolgsstrategien für unvergessliche digitale Erlebnisse – Praxisbeispiele und Tipps

by Georg Puchner Christian Münch Axel Müller

In diesem inspirierenden Buch werden die Chancen und Risiken von Veranstaltungen im digitalen Universum aufgezeigt. Anhand von realen Beispielen erhalten Sie Einblicke in die Möglichkeiten, die das Metaverse für Eventveranstalter, Unternehmen, Künstler und Visionäre bietet. Sie erfahren, wie Sie unvergessliche Erlebnisse und Werte schaffen können und erhalten praktische Handlungsempfehlungen. Von immersiven Konzerten bis zu virtuellen Ausstellungen, von Schulungen bis zu Pressekonferenzen – dieses Buch liefert wertvolle Strategien, um in der neuen Ära der Events glänzen zu können. Aus dem Inhalt Das Metaverse (Bedeutung, Konzept, Technologie, Ökosystem, Mehrwerte und Geschäftsmodelle, Risiken, rechtliche und steuerliche Aspekte) Chancen und Risiken von Events im Metaverse (Konferenzen, Tagungen, Messen, Ausstellungen, Schulungen, Workshops, Produktpräsentationen, Pressekonferenzen) Die 10 wichtigsten Erfolgsfaktoren für Events im Metaverse

Events und Zukunftsstrategien in der Live-Kommunikation: Aktuelle Ergebnisse der Eventforschung (Markenkommunikation und Beziehungsmarketing)

by Cornelia Zanger

Die Veranstaltungswirtschaft hat sich nach dem Lockdown auf den Weg zu einem „New Normal“ begeben, in dem Live- und digitale Kommunikation eng verbunden sind. In diesem Konferenzband werden interessante und bisher noch unbeantwortete Fragen angesprochen wie die Rolle von Metaverse als Kommunikationsplattform, die Customer Journey bei immersiver Live Kommunikation, der künftige Stellenwert hybrider Konzepte oder die strategische Neupositionierung von Messen. Im Buch wird auch über Untersuchungen zur Zahlungsbereitschaft von Veranstaltungsbesuchern, Nachhaltigkeit von Sportveranstaltungen, Veränderung des „Eco-System“ Veranstaltungswirtschaft infolge der digitalen Transformation und die Diversity in Agenturen berichtet.

Evernote For Dummies

by David E. Sarna

Organize your life the simple, painless way with Evernote!Evernote makes it easy to remember things big and small using your computer, smartphone, or the web. If you can see it or think of it, Evernote can help you remember it! Now you can type a text note, clip a web page, snap a photo, or grab a screenshot and Evernote will keep it all.Through Evernote, you can tap into a free suite of software and services designed to make note taking and archiving simple. Now you'll be able to easily capture any moment, idea, inspiration, or experience no matter what device or platform you are using. The Second Edition of this bestselling book is revised throughout to cover the latest features, updates, and enhancements made to Evernote!Follow the simple steps to quickly register and set up your Evernote account Discover how easy it is to move and organize notes Access all your information on your computer, the web, smartphone, tablet, or e-readerExplore Evernote's open scripting and explore how to be an Evernote developerEvernote For Dummies, 2nd Edition is the ideal reference to help you take control of your life and get organized with Evernote. This handy guide makes it a breeze use Evernote to store, organize, and access practically anything, everywhere.

Evernote For Dummies

by David E. Sarna Vanessa Richie

The fun and easy guide to using Evernote for everything that's noteworthyVoicemail, email, things to do, things to get, people you know, places you've been, places to be... Who can remember it all? You can, with Evernote. Evernote is a free suite of software and services that makes it easy to remember things big and small using your computer, phone, tablet, and the web. If you can see it or think of it, Evernote can help you remember it. Type a text note. Clip a web page. Snap a photo. Grab a screenshot. Evernote makes it easy to keep track of it all, and Evernote For Dummies makes Evernote even easier.Written in the fun and informative For Dummies style, Evernote For Dummies introduces you to the key features of Evernote, from getting started and opening your own Evernote account to the essentials of capturing information and creating a simple text note. The book shows you how to capture everything--clip a web page, create a voice note, scan a note, even capture a note from a picture. Author David Sarna reveals the secrets of letting Evernote help you organize all your information including how to synchronize; import,export, and merge notes; and store to-do lists, business cards, even items from Facebook and Twitter--plus find it all superfast. Evernote For Dummies makes it easy to use Evernote everyday.Explains how to download and install Evernote on all your devices, open an account, create notes, clip a web page, save a photo, grab a screenshot, even collect items from social media like Facebook and Twitter Shares tips on organizing your information by using tags or different notebooks, and on finding what you need--even printed and handwritten text inside images--fast Includes advice on enhancing Evernote with third-party applications, troubleshooting common problems, and more Unless you're an elephant who never forgets, you'll want to remember Evernote For Dummies, the most useful guide to the program that remembers it for you.

Every Bit Counts: Posit Computing (Chapman & Hall/CRC Computational Science)

by null John L. Gustafson

Written by one of the foremost experts in high-performance computing and the inventor of Gustafson’s law, Every Bit Counts: Posit Computing explains the foundations of a new way for computers to calculate that saves time, storage, energy, and power by packing more information into every bit than do legacy approaches. Both the AI and HPC communities are increasingly using the posit approach that Gustafson introduced in 2017, which may be the future of technical computing.What may seem like a dry subject is made engaging by including the human and historical side of the struggle to represent numbers on machines. The book is richly illustrated in full color throughout, with every effort made to make the material as clear and accessible as possible, and even humorous.Starting with the simplest form of the idea, the chapters gradually add concepts according to stated mathematical and engineering design principles, building a robust tool kit for creating application-specific number systems. There is also a thorough explanation of the Posit™ Standard (2022), with motivations and examples that expand on that terse 12-page document.

Everybody Has a Podcast (Except You): A How-to Guide from the First Family of Podcasting

by Justin McElroy Travis McElroy Griffin McElroy

From the #1 New York Times bestselling McElroy Brothers, creators of the hit podcasts My Brother, My Brother and Me and The Adventure Zone, comes a helpful and hilarious how-to podcast guide covering everything you need to know to make, produce, edit, and promote a podcast…and get rich* doing it! (*Results not guaranteed.)Justin, Travis, and Griffin McElroy made their names as “advice giving brothers who have no business giving advice” (New York Times) on the hit podcast My Brother, My Brother and Me. But while they may not have the best relationship or workplace advice, they certainly make you laugh, and they do know a thing or two about podcasting. In fact, the McElroy Brothers have spent the last decade making podcasts, including My Brother, My Brother and Me; The Adventure Zone; Sawbones; and more. From their start, independently producing and releasing the early episodes of My Brother, My Brother and Me, to their eleven currently available podcasts, the McElroys have become experts in creating successful podcasts. And now, they want to share what they’ve learned with you. In Everybody Has a Podcast (Except You), the McElroy Brothers will walk you through the process of turning an idea into ear-candy for legions of fans, sharing their expertise on everything from deciding on an effective name (definitely not something like My Brother, My Brother and Me), what type of microphone to use (definitely not one from the video game Rock Band), to making lots and lots of money (spoiler: you probably won’t). A must-read for anyone interested in podcasting, Everybody Has a Podcast (Except You) shares the keys to success as well as the mistakes to avoid and draws on the vast experiences of three of the funniest and most successful podcasters working today.

Everybody Lies: Big Data, New Data, and What the Internet Can Tell Us About Who We Really Are

by Seth Stephens-Davidowitz

Foreword by Steven PinkerBlending the informed analysis of The Signal and the Noise with the instructive iconoclasm of Think Like a Freak, a fascinating, illuminating, and witty look at what the vast amounts of information now instantly available to us reveals about ourselves and our world—provided we ask the right questions.By the end of on average day in the early twenty-first century, human beings searching the internet will amass eight trillion gigabytes of data. This staggering amount of information—unprecedented in history—can tell us a great deal about who we are—the fears, desires, and behaviors that drive us, and the conscious and unconscious decisions we make. From the profound to the mundane, we can gain astonishing knowledge about the human psyche that less than twenty years ago, seemed unfathomable. Everybody Lies offers fascinating, surprising, and sometimes laugh-out-loud insights into everything from economics to ethics to sports to race to sex, gender and more, all drawn from the world of big data. What percentage of white voters didn’t vote for Barack Obama because he’s black? Does where you go to school effect how successful you are in life? Do parents secretly favor boy children over girls? Do violent films affect the crime rate? Can you beat the stock market? How regularly do we lie about our sex lives and who’s more self-conscious about sex, men or women? Investigating these questions and a host of others, Seth Stephens-Davidowitz offers revelations that can help us understand ourselves and our lives better. Drawing on studies and experiments on how we really live and think, he demonstrates in fascinating and often funny ways the extent to which all the world is indeed a lab. With conclusions ranging from strange-but-true to thought-provoking to disturbing, he explores the power of this digital truth serum and its deeper potential—revealing biases deeply embedded within us, information we can use to change our culture, and the questions we’re afraid to ask that might be essential to our health—both emotional and physical. All of us are touched by big data everyday, and its influence is multiplying. Everybody Lies challenges us to think differently about how we see it and the world.

Everyday Adventures with Unruly Data

by Melanie Feinberg

Paired informal and scholarly essays show how everyday events reveal fundamental concepts of data, including its creation, aggregation, management, and use.Whether questioning numbers on a scale, laughing at a misspelling of one&’s name, or finding ourselves confused in a foreign supermarket, we are engaging with data. The only way to handle data responsibly, says Melanie Feinberg in this incisive work, is to take into account its human character. Though the data she discusses may seem familiar, close scrutiny shows it to be ambiguous, complicated, and uncertain: unruly. Drawing on the tools of information science, she uses everyday events such as deciding between Blender A and Blender B on Amazon to demonstrate a practical, critical, and generative mode of thinking about data: its creation, management, aggregation, and use. Each chapter pairs a self-contained main essay (an adventure) with a scholarly companion essay (the reflection). The adventure begins with an anecdote—visiting the library, running out of butter, cooking rice on a different stove. Feinberg argues that to understand the power and pitfalls of data science, we must attend to the data itself, not merely the algorithms that manipulate it. As she reflects on the implications of commonplace events, Feinberg explicates fundamental concepts of data that reveal the many tiny design decisions—which may not even seem like design at all—that shape how data comes to be. Through the themes of serendipity, objectivity, equivalence, interoperability, taxonomy, labels, and locality, she illuminates the surprisingly pervasive role of data in our daily thoughts and lives.

Everyday Computing with Windows 8.1

by Kevin Wilson

Get the most out of Windows 8. 1 for your every day computing tasks, with no jargon. Clear, concise and to the point. This brief book, Everyday Computing With Windows 8. 1 provides the essentials of using a desktop or laptop running Windows 8 or 8. 1, providing a fast read for the beginner and the enthusiast. Windows 8 can give new users fits with options that are well hidden; this book uncovers those so that the user can be relieved of frustration. Techniques are illustrated step-by-step using photography and screen prints throughout, together with concise, easy to follow explanations from an established expert in the field. Whether you have just bought your first computer or laptop or are a computer user who needs a better understanding of the basics, this book will provide you with a firm grasp of the underpinning foundations and equip you with the skills needed to take command of your computer.

Refine Search

Showing 20,751 through 20,775 of 59,435 results