Browse Results

Showing 34,476 through 34,500 of 53,657 results

Face It: A Visual Reference for Multi-ethnic Facial Modeling

by Patricia Beckmann Wells

Face It presents practical hands-on techniques, 3D modeling and sculpting tools with Maya and ZBrush production pipelines, uniquely focused on the facial modeling of 7 ethnicity models, featuring over 100 different models ranging in age from newborn to elderly characters. Face It is a resource for academic and professionals alike. Explore the modeling possibilities beyond the digital reference galleries online. No more having to adapt medical anatomy texts to your own models! Explore the finite details of facial anatomy with focus on skull development, muscle structure, ears, eyes, nose and mouth paired with side by side comparisons of reference photos, anatomical construction and chapter focused 3D tutorials.

Face Analysis Under Uncontrolled Conditions: From Face Detection to Expression Recognition

by Romain Belmonte Benjamin Allaert

Face analysis is essential for a large number of applications such as human-computer interaction or multimedia (e.g. content indexing and retrieval). Although many approaches are under investigation, performance under uncontrolled conditions is still not satisfactory. The variations that impact facial appearance (e.g. pose, expression, illumination, occlusion, motion blur) make it a difficult problem to solve.This book describes the progress towards this goal, from a core building block – landmark detection – to the higher level of micro and macro expression recognition. Specifically, the book addresses the modeling of temporal information to coincide with the dynamic nature of the face. It also includes a benchmark of recent solutions along with details about the acquisition of a dataset for such tasks.

Fabricated

by Hod Lipson Melba Kurman

Fabricated tells the story of 3D printers, humble manufacturing machines that are bursting out of the factory and into schools, kitchens, hospitals, even onto the fashion catwalk. Fabricated describes our emerging world of printable products, where people design and 3D print their own creations as easily as they edit an online document.A 3D printer transforms digital information into a physical object by carrying out instructions from an electronic design file, or 'blueprint.' Guided by a design file, a 3D printer lays down layer after layer of a raw material to 'print' out an object. That's not the whole story, however. The magic happens when you plug a 3D printer into today's mind-boggling digital technologies. Add to that the Internet, tiny, low cost electronic circuitry, radical advances in materials science and biotech and voila! The result is an explosion of technological and social innovation.Fabricated takes the reader onto a rich and fulfilling journey that explores how 3D printing is poised to impact nearly every part of our lives.Aimed at people who enjoy books on business strategy, popular science and novel technology, Fabricated will provide readers with practical and imaginative insights to the question 'how will this technology change my life?' Based on hundreds of hours of research and dozens of interviews with experts from a broad range of industries, Fabricated offers readers an informative, engaging and fast-paced introduction to 3D printing now and in the future.

Fab: The Coming Revolution on Your Desktop--from Personal Computers to Personal Fabrication

by Neil Gershenfeld

What if you could someday put the manufacturing power of an automobile plant on your desktop? According to Neil Gershenfeld, the renowned MIT scientist and inventor, the next big thing is personal fabrication-the ability to design and produce your own products, in your own home, with a machine that combines consumer electronics and industrial tools. Personal fabricators are about to revolutionize the world just as personal computers did a generation ago, and Fab shows us how.

F# High Performance

by Eriawan Kusumawardhono

Build powerful and fast applications with F# About This Book • Explore the advanced concurrency support in F# and .NET TPL • Covers major optimization techniques in F# to improve the performance of applications • Use Struct, Class and Record model, Interop with C# and VB without sacrificing performance. Who This Book Is For This book is for F# developers who want to build high-performance applications. Knowledge of functional programming would be helpful. What You Will Learn • Understand how the execution of functions in F# works • Identify common performance bottlenecks • Implement best practices to optimize performance • Use the available tooling to help measure performance • Combine the best practice of asynchronous and synchronous • Optimize further using various F# language constructs In Detail F# is a functional programming language and is used in enterprise applications that demand high performance. It has its own unique trait: it is a functional programming language and has OOP support at the same time. This book will help you make F# applications run faster with examples you can easily break down and take into your own work. You will be able to assess the performance of the program and identify bottlenecks. Beginning with a gentle overview of concurrency features in F#, you will get to know the advanced topics of concurrency optimizations in F#, such as F# message passing agent of MailboxProcessor and further interoperation with .NET TPL. Based on this knowledge, you will be able to enhance the performance optimizations when implementing and using other F# language features. The book also covers optimization techniques by using F# best practices and F# libraries. You will learn how the concepts of concurrency and parallel programming will help in improving the performance. With this, you would be able to take advantage of multi-core processors and track memory leaks, root causes, and CPU issues. Finally, you will be able to test their applications to achieve scalability. Style and approach This easy-to-follow guide is full of hands-on examples of real-world multithreading tasks. Each topic is explained and placed in context, and for the more inquisitive, there are also more in-depth details of the concepts used.

F# for Quantitative Finance

by Johan Astborg

To develop your confidence in F#, this tutorial will first introduce you to simpler tasks such as curve fitting. You will then advance to more complex tasks such as implementing algorithms for trading semi-automation in a practical scenario-based format.If you are a data analyst or a practitioner in quantitative finance, economics, or mathematics and wish to learn how to use F# as a functional programming language, this book is for you. You should have a basic conceptual understanding of financial concepts and models. Elementary knowledge of the .NET framework would also be helpful.

F# for Machine Learning Essentials

by Sudipta Mukherjee

Get up and running with machine learning with F# in a fun and functional way About This Book * Design algorithms in F# to tackle complex computing problems * Be a proficient F# data scientist using this simple-to-follow guide * Solve real-world, data-related problems with robust statistical models, built for a range of datasets Who This Book Is For If you are a C# or an F# developer who now wants to explore the area of machine learning, then this book is for you. Familiarity with theoretical concepts and notation of mathematics and statistics would be an added advantage. What You Will Learn * Use F# to find patterns through raw data * Build a set of classification systems using Accord.NET, Weka, and F# * Run machine learning jobs on the Cloud with MBrace * Perform mathematical operations on matrices and vectors using Math.NET * Use a recommender system for your own problem domain * Identify tourist spots across the globe using inputs from the user with decision tree algorithms In Detail The F# functional programming language enables developers to write simple code to solve complex problems. With F#, developers create consistent and predictable programs that are easier to test and reuse, simpler to parallelize, and are less prone to bugs. If you want to learn how to use F# to build machine learning systems, then this is the book you want. Starting with an introduction to the several categories on machine learning, you will quickly learn to implement time-tested, supervised learning algorithms. You will gradually move on to solving problems on predicting housing pricing using Regression Analysis. You will then learn to use Accord.NET to implement SVM techniques and clustering. You will also learn to build a recommender system for your e-commerce site from scratch. Finally, you will dive into advanced topics such as implementing neural network algorithms while performing sentiment analysis on your data. Style and approach This book is a fast-paced tutorial guide that uses hands-on examples to explain real-world applications of machine learning. Using practical examples, the book will explore several machine learning techniques and also describe how you can use F# to build machine learning systems.

F# for C# Developers

by Tao Liu

Extend your C# skills to F#--and create data-rich computational and parallel software components faster and more efficiently. Focusing on F# 3.0 and Microsoft Visual Studio 2012, you'll learn how to exploit F# features to solve both computationally-complex problems as well as everyday programming tasks. Topics include: C# and F# data structures; F# for functional, object-oriented, and imperative programming; design patterns; type providers; and portable support for Windows 8. You'll examine real-world applications, including Windows 8-style HTML5 and JavaScript apps, along with cloud and service apps. You'll write your own type provider. And you'll see how to expand F# computation power to high-performance GPU computing.

F# Deep Dives

by Phillip Trelford Tomas Petricek

SummaryF# Deep Dives presents a collection of real-world F# techniques, each written by expert practitioners. Each chapter presents a new use case where you'll read how the author used F# to solve a complex problem more effectively than would have been possible using a traditional approach. You'll not only see how a specific solution works in a specific domain, you'll also learn how F# developers approach problems, what concepts they use to solve them, and how they integrate F# into existing systems and environments.Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.About the TechnologyF# is an elegant, cross-platform, functional-first programming language. With F#, developers create consistent and predictable programs that are easier to test and reuse, simpler to parallelize, and less prone to bugs. The language, its tooling, and the functional programming style have proven effective in many application areas like secure financial engines, machine learning algorithms, scientific calculations, collaborative web applications, games, and more.About the BookF# Deep Dives is a selection of real-world F# techniques written by expert practitioners. Each chapter presents an important use case where you'll solve a real programming challenge effectively using F# and the functional-first approach. Not only will you see how a specific solution works in a specific domain, but you'll also learn how functional programmers think about problems, how they solve them, and how they integrate F# into existing systems and environments.Readers should have at least an introductory knowledge of the F# language.What's InsideNumerical computingData visualizationBusiness logicDomain-specific languagesPractical solutions to real problemsInformation-rich programming, including LINQ and F# type providersCovers F# 3.1 and VS 2013About the AuthorsTomas Petricek contributed to the development of the F# language at Microsoft Research. Phil Trelford is an early adopter of F# and one of its most vocal advocates. They are joined by F# experts Chris Ballard, Keith Battocchi, Colin Bull, Chao-Jen Chen, Yan Cui, Johann Deneux, Kit Eason, Evelina Gabasova, Dmitry Morozov, and Don Syme.Table of ContentsSucceeding with functional-first languages in the industryPART 1 INTRODUCTIONCalculating cumulative binomial distributionsParsing text-based languagesPART 2 DEVELOPING ANALYTICAL COMPONENTSNumerical computing in the financial domainUnderstanding social networksIntegrating stock data into the F# languagePART 3 DEVELOPING COMPLETE SYSTEMSDeveloping rich user interfaces using the MVC patternAsynchronous and agent-based programmingCreating games using XNABuilding social web applicationsPART 4 F# IN THE LARGER CONTEXTF# in the enterpriseSoftware quality

F*ck Off, Chloe!: Surviving the OMGs! and FMLs! in Your Media Career

by Jeremy Murphy

A laugh-out-loud account of working in media! Public relations' snarkiest publicist Jeremy Murphy expertly chronicles his hatred, love, indifference, amusement, and scorn for the profession in F*ck Off, Chloe!. From entitled millennials to surly reporters, obnoxious clients, and cumbersome, color-coded &“trackers,&” Murphy takes a scalpel and glass of Châteauneuf-du-Pape to the PR industry in a searing, hilarious, and pissy voice that his own psychiatrist finds &“deeply concerning.&” His collection of annoyances shed light on the industry&’s idiosyncrasies, insanities, contradictions, and past due invoices, providing an illuminating window into the dirty world of public relations not even Xanax can help. Complementing the scathing prose are color-in illustrations by artist Darren Greenblatt, creator of the &“Ugly Lives of Beautiful People&” sketch series.

F# 4.0 Design Patterns

by Gene Belitski

Learn how to apply functional F# design patterns to a huge range of programming challenges, and discover a smart route to building better applications About This Book * This book provides a path if you are coming from imperative and object-oriented paradigms * It will take you to an intermediate level of functional programming in very practical manner to write enterprise-quality idiomatic F# code * Tackle complex computing problems with simple code by fully embracing the functional-first F# paradigm * Packed full of practical coding examples to help you master F# programming and author optimal code Who This Book Is For This book is for .NET developers, web programmers, C# developers, and F# developers. So, if you have basic experience in F# programming and developing performance-critical applications, then this book is for you. What You Will Learn * Acquire the practical knowledge to use the main functional design patterns * Realign some imperative and object-oriented principles under the functional approach * Develop your confidence in building and combining first-order and higher-order functions * Learn to use core language pattern matching effectively * Make use of native F# algebraic data types in place of custom-built classes * Recognize and measure the difference in resource consumption between sequences and materialized data collections * Navigate and use F# Core libraries with ease by seeing patterns behind specific library functions * Master writing generic polymorphic code In Detail Following design patterns is a well-known approach to writing better programs that captures and reuses high-level abstractions that are common in many applications. This book will encourage you to develop an idiomatic F# coding skillset by fully embracing the functional-first F# paradigm. It will also help you harness this powerful instrument to write succinct, bug-free, and cross-platform code. F# 4.0 Design Patterns will start off by helping you develop a functional way of thinking. We will show you how beneficial the functional-first paradigm is and how to use it to get the optimum results. The book will help you acquire the practical knowledge of the main functional design patterns, the relationship of which with the traditional Gang of Four set is not straightforward. We will take you through pattern matching, immutable data types, and sequences in F#. We will also uncover advanced functional patterns, look at polymorphic functions, typical data crunching techniques, adjusting code through augmentation, and generalization. Lastly, we will take a look at the advanced techniques to equip you with everything you need to write flawless code. Style and approach This book will teach you how to write F# code in an idiomatic functional-first manner, thereby improving the productivity of F# programmers. This book is ideal for an F# programmer who wants using F# in functional-first way.

eZ Publish 4: Enterprise Web Sites Step-by-Step

by Francesco Trucchia Francesco Fullone

The book is a carefully structured, practical, step-by-step guide to overcoming the trials and tribulations of building an eZ Publish enterprise web site. Each chapter will be based on a three-layer approach. Firstly, it teaches the techniques and principles required to fulfill the needs of our site, then it goes deep in the CMS approach to fulfill them. Lastly, example code and step-by-step screenshots are used to dig deeper. This book is written for beginners to eZ Publish who need to work on an enterprise-level site with a complex publishing workflow. This book is best for people who want to use eZ Publish from scratch without hard-core programming skills. Even if you are not a PHP-guru, and you don't want to study eZ Publish core functionality - this book is for you. In general, however, you'll get more out of the book if you know a little PHP, have some concept of Object-Oriented Programming, and have a general familiarity with CMS concepts.

Eyestrain Reduction in Stereoscopy

by Laure Leroy

Stereoscopy technology is interesting because it allows a quick immersion, especially when it is combined with other relief clues. However, it can cause stress on the visual system, and conflicts between different relief clues used by our visual system appear. This book exposes the mechanisms of depth perception with and without stereoscopy and indices which are involved in the depth perception. It continues with the techniques used to capture stereoscopic images and retransmit. The causes of eyestrain related to these images are then described and the consequences for longer or shorter terms. The study of these causes eyestrain basis for content improvement tracks to make for easier viewing.

Eye-Tracking with Python and Pylink

by Zhiguo Wang

Several Python programming books feature tools designed for experimental psychologists. What sets this book apart is its focus on eye-tracking.Eye-tracking is a widely used research technique in psychology and neuroscience labs. Research grade eye-trackers are typically faster, more accurate, and of course, more expensive than the ones seen in consumer goods or usability labs. Not surprisingly, a successful eye-tracking study usually requires sophisticated computer programming. Easy syntax and flexibility make Python a perfect choice for this task, especially for psychology researchers with little or no computer programming experience.This book offers detailed coverage of the Pylink library, a Python interface for the gold standard EyeLink ® eye-trackers, with many step-by-step example scripts. This book is a useful reference for eye-tracking researchers, but you can also use it as a textbook for graduate-level programming courses.

Eye Tracking the User Experience

by Aga Bojko

Eye tracking is a widely used research method, but there are many questions and misconceptions about how to effectively apply it. Eye Tracking the User Experience--the first how-to book about eye tracking for UX practitioners--offers step-by-step advice on how to plan, prepare, and conduct eye tracking studies; how to analyze and interpret eye movement data; and how to successfully communicate eye tracking findings.

Eye Tracking Methodology

by Andrew T. Duchowski

Despite the availability of cheap, fast, accurate and usable eye trackers, there is little information available on how to develop, implement and use these systems. This book aims to fill that gap in the market by providing an accessible introduction for practitioners and students. The first part of the book covers useful background information, including an introduction to the human visual system and key issues in visual perception and eye movement. The second part surveys eye-tracking devices and gives a detailed introduction to the technical requirements for installing a system and developing an application program. It focuses on video-based, corneal-reflection eye trackers - the most widely available and affordable type of system. The final part looks at a number of interesting and challenging applications in areas such as Human Factors, Collaborative Systems, Virtual Reality, Marketing and Advertising. Eye Tracking Methodology: Theory and Practice will be an invaluable guide for practitioners responsible for developing or implementing an eye tracking system. It will also be an invaluable teaching text for relevant modules on advanced undergraduate and postgraduate courses such

Eye Tracking in Tourism (Tourism on the Verge)

by Mario Jooss Mattia Rainoldi

Despite the ever-increasing interest in eye tracking, there is still no comprehensive work on the potential and applications of table-mounted and mobile head-mounted eye tracking solutions in travel and tourism. This volume bridges that gap, effectively linking eye tracking with travel and tourism. It presents, on the one hand, novel academic contributions on the concept of eye tracking, and on the other, practice-oriented case studies that illustrate the use and strategic value of eye tracking in travel and tourism. It provides concrete and novel insights into tourist behavior and the tourist consumer experience and, for the academic community, offers a comprehensive, scientifically based overview of the empirical, methodological, theoretical, and practical contributions of eye tracking research. Accordingly, the book will be of value to a diverse audience. It will be a useful resource for existing and future tourism businesses, allowing them to adopt proactive approaches in the design of tourism products. It will also stimulate further research in the field and inspire scholars and practitioners to combine their ideas and expertise, to look beyond supposedly fixed horizons, and to identify emerging opportunities.

Eye Tracking and Visual Analytics

by Michael Burch

Visualization and visual analytics are powerful concepts for exploring data from various application domains. The endless number of possible parameters and the many ways to combine visual variables as well as algorithms and interaction techniques create lots of possibilities for building such techniques and tools.The major goal of those tools is to include the human users with their tasks at hand, their hypotheses, and research questions to provide ways to find solutions to their problems or at least to hint them in a certain direction to come closer to a problem solution. However, due to the sheer number of design variations, it is unclear which technique is suitable for those tasks at hand, requiring some kind of user evaluation to figure out how the human users perform while solving their tasks.The technology of eye tracking has existed for a long time; however, it has only recently been applied to visualization and visual analytics as a means to provide insights to the users’ visual attention behavior. This generates another kind of dataset that has a spatio-temporal nature and hence demands for advanced data science and visual analytics concepts to find insights into the recorded eye movement data, either as a post process or even in real-time.This book describes aspects from the interdisciplinary field of visual analytics, but also discusses more general approaches from the field of visualization as well as algorithms and data handling. A major part of the book covers research on those aspects under the light and perspective of eye tracking, building synergy effects between both fields – eye tracking and visual analytics – in both directions, i.e. eye tracking applied to visual analytics and visual analytics applied to eye tracking data. Technical topics discussed in the book include: • Visualization; • Visual Analytics; • User Evaluation; • Eye Tracking; • Eye Tracking Data Analytics;Eye Tracking and Visual Analytics includes more than 500 references from the fields of visualization, visual analytics, user evaluation, eye tracking, and data science, all fields which have their roots in computer science.Eye Tracking and Visual Analytics is written for researchers in both academia and industry, particularly newcomers starting their PhD, but also for PostDocs and professionals with a longer research history in one or more of the covered research fields. Moreover, it can be used to get an overview about one or more of the involved fields and to understand the interface and synergy effects between all of those fields. The book might even be used for teaching lectures in the fields of information visualization, visual analytics, and/or eye tracking.

The Eye of Minds (The Mortality Doctrine #1)

by James Dashner

From James Dashner, the author of the New York Times bestselling Maze Runner series, comes an all-new, edge-of-your seat adventure. The Eye of Minds is the first book in The Mortality Doctrine, a series set in a world of hyperadvanced technology, cyberterrorists, and gaming beyond your wildest dreams . . . and your worst nightmares. Michael is a gamer. And like most gamers, he almost spends more time on the VirtNet than in the actual world. The VirtNet offers total mind and body immersion, and it's addictive. Thanks to technology, anyone with enough money can experience fantasy worlds, risk their life without the chance of death, or just hang around with Virt-friends. And the more hacking skills you have, the more fun. Why bother following the rules when most of them are dumb, anyway?But some rules were made for a reason. Some technology is too dangerous to fool with. And recent reports claim that one gamer is going beyond what any gamer has done before: he's holding players hostage inside the VirtNet. The effects are horrific--the hostages have all been declared brain-dead. Yet the gamer's motives are a mystery.The government knows that to catch a hacker, you need a hacker.And they've been watching Michael. They want him on their team. But the risk is enormous. If he accepts their challenge, Michael will need to go off the VirtNet grid. There are back alleys and corners in the system human eyes have never seen and predators he can't even fathom--and there's the possibility that the line between game and reality will be blurred forever.From the Hardcover edition.

Eye Gaze in Intelligent User Interfaces

by Cristina Conati Thomas Bader Yukiko I. Nakano

Remarkable progress in eye-tracking technologies opened the way to design novel attention-based intelligent user interfaces, and highlighted the importance of better understanding of eye-gaze in human-computer interaction and human-human communication. For instance, a user's focus of attention is useful in interpreting the user's intentions, their understanding of the conversation, and their attitude towards the conversation. In human face-to-face communication, eye gaze plays an important role in floor management, grounding, and engagement in conversation. Eye Gaze in Intelligent User Interfaces draws on ideas from a number of contributors working on how attentional information can be applied to novel intelligent interfaces. Part I focuses on analyzing human eye gaze behaviors to reveal characteristics of human communication and cognition; Part II addresses estimation and prediction of the cognitive state of the users using gaze information; and Part III presents proposals of novel gaze-aware interfaces which integrate eye-trackers as a system component. The contributions highlight a direction for the future of human-computer interaction, and discuss issues in human attentional behaviors and face-to-face communication which are essential in designing gaze aware interactive interfaces.

Exzellente Geschäftsprozesse mit SAP

by Egmont Foth

Der Einsatz von SAP ist eine Herausforderung, die alle Bereiche eines Unternehmens betrifft: Mitarbeiter müssen das notwendige Know-how aufbauen, um das System effektiv nutzen zu können; Unternehmensprozesse funktionieren umso besser, je enger sich die Organisation an das Standardprozessmodell anpasst; korrekte Stammdaten stellen den reibungslosen Ablauf der Supply-Chain-Prozesse sicher. Das Buch führt in Best-Practice-Prozesse ein und bietet zahlreiche praxiserprobte Tipps für den erfolgreichen Einsatz von SAP in Unternehmensgruppen.

Extremist Propaganda in Social Media: A Threat to Homeland Security

by Michael Erbschloe

Extremist Propaganda in Social Media: A Threat to Homeland Security presents both an analysis of the impact of propaganda in social media and the rise of extremism in mass society from technological and social perspectives. The book identifies the current phenomenon, what shall be dubbed for purposes of this book "Blisstopian Societies"—characterized in the abiding "ignorance is bliss" principle—whereby a population is complacent and has unquestioning acceptance of a social doctrine without challenge and introspection. In these subcultures, the malleable population self-select social media content, "news," and propaganda delivery mechanisms. By doing so, they expose themselves only to content that motivates, reinforces, and contributes to their isolation, alienation, and self-regulation of the social groups and individuals. In doing this, objective news is dismissed, fake—or news otherwise intended to misinform—reinforces their stereotyped beliefs about society and the world around them. This phenomenon is, unfortunately, not "fake news," but a real threat to which counterterror, intelligence, Homeland Security, law enforcement, the military, and global organizations must be hyper-vigilant of, now and into the foreseeable future. Chapters cite numerous examples from the 2016 political election, the Russia investigation into the Trump Campaign, ISIS, domestic US terrorists, among many other examples of extremist and radicalizing rhetoric. The book illustrates throughout that this contrived and manufactured bliss has fueled the rise and perpetuation of hate crimes, radicalism, and violence in such groups as ISIS, Boko Haram, Neo-Nazis, white separatists, and white supremacists in the United States—in addition to perpetuating ethnic cleansing actions around the world. This dynamic has led to increased political polarization in the United States and abroad, while furthering an unwillingness and inability to both compromise or see others’ perspectives—further fomenting insular populations increasing willing to harm others and do violence. Extremist Propaganda in Social Media relates current Blisstopian practices to real-world hate speech and violence, connecting how such information is consumed by groups and translated into violent action. The book is an invaluable resources for those professionals that require an awareness of social media radicalization including: social media strategists, law enforcement, Homeland Security professionals, military planners and operatives—anyone tasked with countering combat such violent factions and fringes in conflict situations.

Extremely Hardcore: Inside Elon Musk's Twitter

by Zoë Schiffer

"Zoë Schiffer has written the definitive book on perhaps the weirdest business story of our time. A fast-paced and riveting account of a hilarious and tragic mess."— Matt Levine, Bloomberg Opinion &“Money Stuff&” columnist&“the bird is freed&”- Elon Musk (@elonmusk) October 27, 2022When Elon Musk took over Twitter, commentators were rooting for the visionary behind Tesla and SpaceX to succeed. Here was a tough leader who could grab back power from Twitter&’s entitled workforce, motivate them to get &“extremely hardcore,&” and supercharge Twitter&’s profit and potential. And it was all out of the goodness of his own heart, rooted in his fervent belief in the necessity of making Twitter friendlier to free speech. "I didn&’t do it to make more money,&” Musk said. &“I did it to try and help humanity, whom I love.&”  Once Musk charged into the Twitter headquarters, the command-and-control playbook Musk honed at Tesla and SpaceX went off the rails immediately. Distilling hundreds of hours of interviews with more than sixty employees, thousands of pages of internal documents, Slack messages, presentations, as well as court filings and congressional testimony, Extremely Hardcore is the true story of how Musk reshaped the world&’s online public square into his own personal megaphone. You&’ll hear from employees who witnessed the destruction of their workplace in real-time, seeing years of progress to fight disinformation and hate speech wiped out within a matter of months. There&’s the machine-learning savant who went all-in on Twitter 2.0 before getting betrayed by his new CEO, the father whose need for healthcare swept him into Musk&’s inner circle, the trust and safety expert who became the subject of a harassment campaign his former boss incited, and the many other employees who tried to save the company from their new boss&’s worst instincts. This is the story of Twitter, but it&’s also a chronicle of the post-pandemic labor movement, a war between executives and a workforce newly awakened to their rights and needs. Riveting, character-driven, and filled with jaw-dropping revelations, Extremely Hardcore is the definitive, fly-on-the-wall story of how Elon Musk lit $44 billion on fire and burned down Twitter. It&’s the next best thing to being there, and you won&’t have to sleep in the Twitter office to get the scoop.

Extreme Stories from the Extreme Hills: 5-Minute Adventure Stories for Minecrafters (5-Minute Stories for Minecrafters #1)

by Greyson Mann Grace Sandford

While Audrey yearns for new adventures, her brother Oliver dreams of hidden treasures. When the twins explore different biomes, they find plenty of both in 5-Minute Adventures for Minecrafters, an all-new series of stories for Minecrafters that can be read in 5 minutes! In Extreme Stories from the Extreme Hills, Audrey and Oliver collect many treasures—and mini adventures. For every dangerous hike up a rocky cliff, there’s a waterfall roaring back down. Each dungeon hides a treasure chest—but also a monster spawner! As the mobs get deadlier, the stakes grow higher. The twins hope to make it back to Birchtown with their treasures in hand. Will the next ravine lead to riches or to a river of hot lava? There’s only one way to find out. These five-minute stories promise plenty of twists and turns—and surprise endings. In 5-Minute Adventures for Minecrafters: Extreme Stories from the Extreme Hills, the twins explore one of the Overworld’s most treacherous terrains, one exciting step at a time.

The Extreme Searcher's Internet Handbook: A Guide For The Serious Searcher

by Randolph Hock

An essential guide for anyone who conducts research on the internet--including librarians, teachers, students, business professionals, and writers--this fully revised handbook details what users must know to take full advantage of internet search tools and resources. From the latest online tools to the new and enhanced services offered by standbys such as Google, the major search engines and their myriad of possibilities are thoroughly discussed. This revamped fourth edition also features chapters on fact-checking sites and popular social networking sites as well as a collection of up-to-date screenshots for visual reference. For those with little to moderate searching experience, friendly, easy-to-follow guidelines to the world of Web research are provided, while experienced searchers will discover new perspectives on content and techniques.

Refine Search

Showing 34,476 through 34,500 of 53,657 results