Browse Results

Showing 36,601 through 36,625 of 54,060 results

Drupal 8 Quick Start Guide: Get up and running with Drupal 8

by J. Ayen Green

Your step by step guide with easy to follow instructions for navigating Drupal 8Key FeaturesBuild a great Drupal website easilyHow to structure, create and maintain different types of contentDesign roles for secure editing of your siteBook DescriptionDrupal is a powerful content management platform, flexible enough to accommodate almost any content requirements. This flexibility comes with a cost: complexity. Drupal 8 Quick Start Guide will clear your path from installation to a building usable site in minutes, and to a customized site in one sitting.You will begin with installation of Drupal and going through the main sections of the Drupal UI. Then, you will create a content type that describes its content, which simplifies the act of creating and editing the actual content later. You will learn about user roles, using real-world examples. This will help you to learn how to design roles, and how to assign appropriate permissions to them. Next, you will learn to use the WYSIWYG editor, configure it for other roles, navigate the various fields on the content creation form, and publish content.To begin to appreciate the flexibility and expandability of Drupal, you will make use of popular content-focused modules that extend Drupal's power. You will learn how to expand your market to other readers directly and through other sites by configuring content and UI translations and creating a View that provides an RSS feed. Finally, you will put everything together by customizing the home page for your new website.What you will learnCreate and customize Drupal structures, such as menus, tags, and content categoriesExtend Drupal's capabilities with add-on modulesAdminister site users, their roles, and the actions to which they are granted accessUnderstand user roles and permissionsCreate, edit, and publish contentUse Views for custom content selection and displayExpand your audience with custom RSS feedsConfigure a home page with meaningful sections for a better UXWho this book is forThis book is for content administrators, developers, site builders and administrators who are new to Drupal 8.

Web Workers

by Ido Green

Web apps would run much better if heavy calculations could be performed in the background, rather than compete with the user interface. With this book, you'll learn how to use Web Workers to run computationally intensive JavaScript code in a thread parallel to the UI. Yes, multi-threaded programing is complicated, but Web Workers provide a simple API that helps you be productive without the complex algorithms. If you have an intermediate to advanced understanding of JavaScript-- especially event handling and callbacks--you're ready to tackle Web Workers with the tools in this example-driven guide. Start creating Web Workers and understand what they can and can't do Determine which browser versions support the API Use dedicated Web Workers for tasks that consume a lot of CPU, such as data parsing Explore use cases for creating inline Workers, such as encapsulating a web app in one page Create a shared Worker to communicate multiple web app instances to the server, and other uses Learn best practices for debugging Web Workers Apply Web Workers within the server-side Node environment

Esto te va a sorprender

by Hank Green

Poderosamente relevante e imposible de dejar de leer, Esto te va a sorprender trata grandes temas de actualidad como las redes sociales, la radicalización de los discursos y la deshumanización que conlleva la fama. La vida de April May nunca volverá a ser la misma. Volviendo a casa a las tres de la mañana, April se encontró con una escultura gigante, sobre la que colgó un vídeo. Ahora los Carls, las misteriosas estatuas que aparecen y desaparecen en el mundo entero, se han hecho virales, y April May con ellas. ¿Será esta su oportunidad para dejar huella en el mundo? April pronto descubrirá las consecuencias que toda esta atención conlleva, y que el mundo haya depositado en ella la responsabilidad de averiguar qué son los Carls y, sobre todo# qué quieren de nosotros.

Instagram Marketing: The Guide Book for Using Photos on Instagram to Gain Millions of Followers Quickly and to Skyrocket your Business (Influencer and Social Media Marketing)

by David Green

<p>Instagram has 800 million users! <p>Instagram is one of the largest social media platforms that you definitely want to be using! <p>Topics Included in this Book: <p> <li>How you can better prepare for the Challenges of Using Instagram <li>The Benefits of Using Instagram for Business <li>What You Can Learn from Other Popular Instagram Accounts <li>How to Create an Effective Instagram Marketing Strategy <li>Factors that Affect the Visibility of Your Instagram Posts <li>The Top Instagram Ideas You Must Know</li> </p>

The C++ Workshop: A New, Interactive Approach to Learning C++

by Dale Green Kurt Guntheroth Shaun Ross Mitchell

Cut through the noise and get real results with a step-by-step approach to learning C++ development Key Features Ideal for the C++ beginner who is getting started for the first time A C++ tutorial with step-by-step exercises and activities that help build key skills Structured to let you progress at your own pace, on your own terms Use your physical print copy to redeem free access to the online interactive edition Book Description You already know you want to learn C++ development, and a smarter way to learn C++ 11 is to learn by doing. The C++ Workshop focuses on building up your practical skills so that you can develop high-performance software applications or even your own independent games with effective modern C++. You'll learn from real examples that lead to real results. Throughout The C++ Workshop, you'll take an engaging step-by-step approach to understanding C++ code. You won't have to sit through any unnecessary theory. If you're short on time you can jump into a single exercise each day or spend an entire weekend learning about advanced object-oriented principles. It's your choice. Learning on your terms, you'll build up and reinforce key skills in a way that feels rewarding. Every physical print copy of The C++ Workshop unlocks access to the interactive edition. With videos detailing all exercises and activities, you'll always have a guided solution. You can also benchmark yourself against assessments, track progress, and receive content updates. You'll even earn a secure credential that you can share and verify online upon completion. It's a premium learning experience that's included with your printed copy. To redeem, follow the instructions located at the start of your C++ book. Fast-paced and direct, The C++ Workshop is the ideal companion for C++ beginners. You'll build and iterate on your code like a software developer, learning along the way. This process means that you'll find that your new skills stick, embedded as best practice. A solid foundation for the years ahead. What you will learn Get to grips with fundamental concepts and conventions of C++ 11 Learn about best practices for clean code and how to avoid common pitfalls Reuse and reduce common code using the C++ standard library Debug and compile logical errors and handle exceptions in your programs Who this book is for Our goal at Packt is to help you be successful, in whatever it is you choose to do. The C++ Workshop is an ideal C++ tutorial for the C++ beginner who is just getting started. Pick up a Workshop today, and let Packt help you develop skills that stick with you for life.

Procedural Content Generation for C++ Game Development

by Dale Green

Get to know techniques and approaches to procedurally generate game content in C++ using Simple and Fast Multimedia Library About This Book * This book contains a bespoke Simple and Fast Multimedia Library (SFML) game engine with complete online documentation * Through this book, you'll create games that are non-predictable and dynamic and have a high replayability factor * Get a breakdown of the key techniques and approaches applied to a real game. Who This Book Is For If you are a game developer who is familiar with C++ and is looking to create bigger and more dynamic games, then this book is for you. The book assumes some prior experience with C++, but any intermediate concepts are clarified in detail. No prior experience with SFML is required. What You Will Learn * Discover the systems and ideology that lie at the heart of procedural systems * Use Random number generation (RNG) with C++ data types to create random but controlled results * Build levels procedurally with randomly located items and events * Create dynamic game objects at runtime * Construct games using a component-based approach * Assemble non-predictable game events and scenarios * Operate procedural generation to create dynamic content fast and easily * Generate game environments for endless replayability In Detail Procedural generation is a growing trend in game development. It allows developers to create games that are bigger and more dynamic, giving the games a higher level of replayability. Procedural generation isn't just one technique, it's a collection of techniques and approaches that are used together to create dynamic systems and objects. C++ is the industry-standard programming language to write computer games. It's at the heart of most engines, and is incredibly powerful. SFML is an easy-to-use, cross-platform, and open-source multimedia library. Access to computer hardware is broken into succinct modules, making it a great choice if you want to develop cross-platform games with ease. Using C++ and SFML technologies, this book will guide you through the techniques and approaches used to generate content procedurally within game development. Throughout the course of this book, we'll look at examples of these technologies, starting with setting up a roguelike project using the C++ template. We'll then move on to using RNG with C++ data types and randomly scattering objects within a game map. We will create simple console examples to implement in a real game by creating unique and randomised game items, dynamic sprites, and effects, and procedurally generating game events. Then we will walk you through generating random game maps. At the end, we will have a retrospective look at the project. By the end of the book, not only will you have a solid understanding of procedural generation, but you'll also have a working roguelike game that you will have extended using the examples provided. Style and approach This is an easy-to-follow guide where each topic is explained clearly and thoroughly through the use of a bespoke example, then implemented in a real game project.

The Podcaster's Audio Handbook: A Technical Guide for Creative People

by Corey Marie Green

Podcasting is a powerful tool of communication and creative expression that doesn't need to be intimidating. This book brings together the creative and technical aspects of audio engineering to help podcasters communicate their ideas effectively and creatively. The Podcaster's Audio Handbook focuses on simple techniques that immediately elevate the audio quality of your podcast. The book provides an overview of podcast recording and editing techniques, so that podcasters can avoid common pitfalls. Readers will also gain access to audio downloads to enhance the learning process. With this book, you can improve the technical aspects of recording and editing your podcasts. Anyone can learn audio techniques and I encourage anyone to share their stories through podcasting. Unleash your creativity and connect with your audience! What You Will Learn • Choose the correct file formats and settings • Set up a portable recorder • Make informed decisions about equipment purchases • Find suitable acoustic spaces to record inside and outside • Conduct an interview over the phone and the internet • Make a high-quality recording of an interview inside, outside and remotely • Edit your podcast to an intermediate standard Who This Book Is For Perfect for a non-technical audience, or beginner to intermediate podcaster looking to improve the audio quality of their podcast

AngularJS: Up and Running

by Brad Green Shyam Seshadri

If you want to get started with AngularJS, either as a side project, an additional tool, or for your main work, this practical guide teaches you how to use this meta-framework step-by-step, from the basics to advanced concepts. By the end of the book, you'll understand how to develop a large, maintainable, and performant application with AngularJS.Guided by two engineers who worked on AngularJS at Google, you'll learn the components needed to build data-driven applications, using declarative programming and the Model-view-controller pattern. You'll also learn how to conduct unit tests on each part of your application.Learn how to use controllers for moving data to and from viewsUnderstand when to use AngularJS services instead of controllersCommunicate with the server to store, fetch, and update data asynchronouslyKnow when to use AngularJS filters for converting data and values to different formatsImplement single-page applications, using ngRoute to select views and navigationDive into basic and advanced directives for creating reusable componentsWrite an end-to-end test on a live version of your entire applicationUse best practices, guidelines, and tools throughout the development cycle

AngularJS

by Brad Green Shyam Seshadri

Poznaj mo?liwo?ci AngularJS!AngularJS to hit ostatnich miesi?cy w aplikacjach internetowych, wniós? bowiem do kodu JavaScript powiew ?wie?o?ci oraz najlepsze praktyki znane z innych j?zyków programowania. Architektura MVC, wstrzykiwane zale?no?ci, wi?zanie danych to tylko niektóre z cech AngularJS. Je?eli zaintrygowa?y Ci? jego mo?liwo?ci i chcia?by? zg??bi? potencja? tego rozwi?zania, to trafi?e? na doskona?? ksi??k?!Napisana przez in?ynierów Google, pracuj?cych na co dzie? przy AngularJS, zawiera naj?wie?sze informacje z pierwszej r?ki. Si?gnij po ni? i przekonaj si?, jak szybko stworzy? ?atw? w utrzymaniu aplikacj?, korzystaj?c? z nowoczesnych wzorców, komunikuj?c? si? wydajnie z serwerem oraz pokryt? automatycznymi testami. Zdob?dziesz wiedz? na temat dyrektyw, kontrolerów oraz szablonów. Ponadto przekonasz si?, jak tworzy? aplikacje wspieraj?ce wiele j?zyków narodowych oraz w jaki sposób radzi? sobie z ciasteczkami (cookies). Ksi??ka ta jest doskona?? lektur? dla wszystkich osób chc?cych dzi?ki AngularJS zmieni? swoje podej?cie do tworzonego kodu JavaScript.Dzi?ki tej ksi??ce: poznasz technik? wi?zania danych wykorzystasz architektur? MVC w j?zyku JavaScript poznasz dost?pne zasi?gi w AngularJS opanujesz komunikacj? z serwerami swobodnie wykorzystasz mo?liwo?ci AngularJSTwój przewodnik po ?wiecie AngularJS!

Podcast Master

by Ben Green

Senior multimedia producer at the Guardian, Ben Green, tells you everything you need to know about podcasting. Ben Green has been podcasting for over a decade. He has been responsible for several top podcasts, including Football Weekly, the UK's number one sports podcast,and the Guardian Guide to Running podcast.In Podcast Master, he provides a one-stop insider’s guide to everything you need to know about hosting, editing and producing online shows. It is packed with recommendations to help you get the right software and gear, advice on sponsorship and advertising, and tips on everything from platform selection to promotional artwork design.Green’s enthusiasm for the medium’s breadth and depth is infectious. With wit and verve, he takes us through the history of podcasting, shares his recommendations for the podcasts you should be listening to, and reveals proven techniques for reaching and building your audience.Whether you're broadcasting from your bedroom, or are a brand looking to enhance your profile, this authoritative, easy to follow and cutting-edge guide will give you the tools to start a podcast from scratch – or maximise your current one.

Architecture Principles: The Cornerstones of Enterprise Architecture (The Enterprise Engineering Series)

by Danny Greefhorst Erik Proper

It can be argued that architecture principles form the cornerstone of any architecture. The focus of this book is on the role of architecture principles. It provides both a balanced perspective on architecture principles, and is the first book on the topic.

Metaheuristics for Combinatorial Optimization (Advances in Intelligent Systems and Computing #1332)

by Salvatore Greco Mario F. Pavone El-Ghazali Talbi Daniele Vigo

This book presents novel and original metaheuristics developed to solve the cost-balanced traveling salesman problem. This problem was taken into account for the Metaheuristics Competition proposed in MESS 2018, Metaheuristics Summer School, and the top 4 methodologies ranked are included in the book, together with a brief introduction to the traveling salesman problem and all its variants. The book is aimed particularly at all researchers in metaheuristics and combinatorial optimization areas. Key uses are metaheuristics; complex problem solving; combinatorial optimization; traveling salesman problem.

Broadband RF and Microwave Amplifiers

by Andrei Grebennikov Narendra Kumar Binboga Yarman

Broadband RF and Microwave Amplifiers provides extensive coverage of broadband radio frequency (RF) and microwave power amplifier design, including well-known historical and recent novel schematic configurations, theoretical approaches, circuit simulation results, and practical implementation strategies. The text begins by introducing two-port networks to illustrate the behavior of linear and nonlinear circuits, explaining the basic principles of power amplifier design, and discussing impedance matching and broadband power amplifier design using lumped and distributed parameters. The book then: Shows how dissipative or lossy gain-compensation-matching circuits can offer an important trade-off between power gain, reflection coefficient, and operating frequency bandwidth Describes the design of broadband RF and microwave amplifiers using real frequency techniques (RFTs), supplying numerous examples based on the MATLAB® programming process Examines Class-E power amplifiers, Doherty amplifiers, low-noise amplifiers, microwave gallium arsenide field-effect transistor (GaAs FET)-distributed amplifiers, and complementary metal-oxide semiconductor (CMOS) amplifiers for ultra-wideband (UWB) applications Broadband RF and Microwave Amplifiers combines theoretical analysis with practical design to create a solid foundation for innovative ideas and circuit design techniques.

Die Oracle Datenbank 19c: Eine Einführung für DBAs

by Thorsten Grebe

Diese Einführung in die Oracle Datenbankadministration bietet einen schnellen Einstieg in die Installation, den Betrieb und das Backup einer Oracle 19c Datenbank. Dabei liegt der Fokus auf Datenbanken, die nicht in der Cloud, sondern auf eigenen Servern (on premise) betrieben werden. Es wird gezeigt, wie eine Einzelinstanz als herkömmliche Non-CDB oder als Multitenant-Containerdatenbank aufgesetzt werden kann und wie beim Aufbau eines Real Application Clusters vorgegangen werden muss. Erläutert werden die Komponenten, aus denen eine Datenbank und ihre Instanz bestehen, die Bedeutung von Speicherbereichen und Schemaobjekten. Die Besonderheiten einer Containerdatenbank gegenüber der älteren Non-CDB Architektur werden beschrieben. Hinweise werden gegeben, welche Initialisierungsparameter besser auf ihren Vorgabewerten belassen und welche unbedingt angepasst werden sollten. Besonderen Raum wurde dem Thema Backup und Recovery eingeräumt. Es wird gezeigt, welche Befehle in einem Sicherungsskript nicht fehlen sollten und wie Schäden an einer Oracle Datenbank erkannt und repariert werden können. Nach der Lektüre sollten sich Leserinnen und Leser nicht mehr orientierungslos gegenüber einer Oracle Datenbank fühlen.

Full-Stack Web Development with GraphQL and React: Taking React from frontend to full-stack with GraphQL and Apollo, 2nd Edition

by Sebastian Grebe

Unleash the power of GraphQL, React 17, Node, and Express to build a scalable and production-ready application from scratch to be deployed on AWSKey FeaturesBuild full-stack applications with modern APIs using GraphQL and React HooksIntegrate Apollo into React and build frontend components using GraphQLImplement a self-updating notification pop-up with a unique GraphQL feature called SubscriptionsBook DescriptionReact and GraphQL, when combined, provide you with a very dynamic, efficient, and stable tech stack to build web-based applications. GraphQL is a modern solution for querying an API that represents an alternative to REST and is the next evolution in web development.This book guides you in creating a full-stack web application from scratch using modern web technologies such as Apollo, Express.js, Node.js, and React. First, you'll start by configuring and setting up your development environment. Next, the book demonstrates how to solve complex problems with GraphQL, such as abstracting multi-table database architectures and handling image uploads using Sequelize. You'll then build a complete Graphbook from scratch. While doing so, you'll cover the tricky parts of connecting React to the backend, and maintaining and synchronizing state. In addition to this, you'll also learn how to write Reusable React components and use React Hooks. Later chapters will guide you through querying data and authenticating users in order to enable user privacy. Finally, you'll explore how to deploy your application on AWS and ensure continuous deployment using Docker and CircleCI.By the end of this web development book, you'll have learned how to build and deploy scalable full-stack applications with ease using React and GraphQL.What you will learnBuild a GraphQL API by implementing models and schemas with Apollo and SequelizeSet up an Apollo Client and build frontend components using ReactWrite Reusable React components and use React HooksAuthenticate and query user data using GraphQLUse Mocha to write test cases for your full-stack applicationDeploy your application to AWS using Docker and CircleCIWho this book is forThis React GraphQL book is for web developers familiar with React and GraphQL who want to enhance their skills and build full-stack applications using industry standards like React, Apollo, Node.js, and SQL at scale while learning to solve complex problems with GraphQL.

Hands-on Full-Stack Web Development with GraphQL and React: Build scalable full-stack applications while learning to solve complex problems with GraphQL

by Sebastian Grebe

The book is for web developers who want to enhance their skills and build complete full stack applications using industry standards. Familiarity with JavaScript, React, and GraphQL is expected to get the most from this book.

Simulation Modelling: Concepts, Tools and Practical Business Applications

by Andrew Greasley

While simulation has a vast area of application, this textbook focuses on the use of simulation to analyse business processes. It provides an up-to-date coverage of all stages of the discrete-event simulation (DES) process, covering important areas such as conceptual modelling, modelling input data, verification and validation and simulation output analysis. The book is comprehensive yet uncomplicated, covering the theoretical aspects of the subject and the practical elements of a typical simulation project, demonstrated by cases, examples and exercises. It also shows how simulation relates to new developments in machine learning, big data analytics and conceptual modelling techniques. Guidance is provided on how to build DES models using the Arena, Simio and Simul8 simulation software, and tutorials for using the software are incorporated throughout. Simulation Modelling offers a uniquely practical and end-to-end overview of the subject, which makes it perfect required or recommended reading for advanced undergraduate and postgraduate students studying business simulation and simulation modelling as part of operations research, business analytics, supply chain management and computer science courses.

jQuery Design Patterns

by Thodoris Greasidis

Learn the best practices on writing efficient jQuery applications to maximize performance in large-scale deployments About This Book * Learn about the observer pattern and the deferred observer pattern, two of the most popular design patterns that handle custom events * Advance your jQuery skills by learning about patterns such as divide and conquer, facade, and builder and factory to handle complex results * This step-by-step guide to applying micro-patterns and optimizing jQuery applications will help you get the best performance in a production environment Who This Book Is For This book is for existing jQuery Developers or new developers who want to get an understanding of the "correct way" to build jQuery applications, using best practices and industry standard patterns. What You Will Learn * Respond to user actions * Achieve greater flexibility and code decoupling * Have a central point for emitting and receiving application level events * Structure the application into small independent modules * Abstract complex APIs * Isolate the procedure of generating complex parts of the application * Efficiently orchestrate asynchronous procedures using jQuery Deferred and Promises * Utilize the most widely-used client-side templating libraries for more complex use cases In Detail jQuery is a feature-rich JavaScript library that makes HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a variety of browsers. With a combination of versatility and extensibility, jQuery has changed the way that millions of people write JavaScript. jQuery solves the problems of DOM manipulation, event detection, AJAX calls, element selection and document queries, element attribute and data management, as well as object management utilities. This book addresses these problems and shows you how to make the best of jQuery through the various design patterns available. The book starts off with a refresher to jQuery and will then take you through the different design patterns such as facade, observer, publisher/subscriber, and so on. We will also go into client-side templating techniques and libraries, as well as some plugin development patterns. Finally, we will look into some best practices that you can use to make the best of jQuery. Style and approach The example-oriented guide covers the best and most widely used patterns to help you improve your development with jQuery.

Our Next Reality: How the AI-powered Metaverse Will Reshape the World

by Alvin Wang Graylin Louis Rosenberg

"Our Next Reality does a fantastic job of giving a balanced and insightful analysis to some of the most pressing questions our society will face in the near future. The material is data driven, digestible, and very actionable." RAY KURZWEIL, Author/Entrepreneur/Futurist"A wide-reaching exploration of the intersections between AI, VR and AR: it's a mind-opener, and a source of reflection on how transformative and still unknown the future of communication, personal technology and even personal privacy might become." SCOTT STEIN, Editor at Large, CNETOver the last 100 years, technology has changed our world. Over the next decade it will transform our reality.We are entering a new technological age in which artificial intelligence and immersive media will transform society at all levels, mediating our lives by altering what we see, hear, and experience. Powered by immersive eyewear and driven by interactive AI agents, this new age of computing has the potential to make our world a magical place where the boundaries between the real and the virtual, the human and the artificial, rapidly fade away. If managed well, this could unleash a new age of abundance. If managed poorly, this technological revolution could easily go astray, deeply compromising our privacy, autonomy, agency, and even our humanity.In Our Next Reality, two industry veterans provide a data-driven debate on whether the new world we're creating will be a technological utopia or an AI-powered dystopia and give guidance on how to aim for the best future we can. With a Foreword by renowned author Neal Stephenson and section contributions from industry thought-leaders such as Peter H. Diamandis, Tom Furness, Phillip Rosedale, Tony Parisi, Avi Bar Zeev and Walter Parkes, this book answers over a dozen of the most pressing questions we face as artificial intelligence and spatial computing accelerates the digitization of our world. Find out why our actions in the next decade could determine the trajectory of our species for countless millennia."For anyone who wants to use AI and XR to help build the future, read this book to help you skillfully navigate a future of unprecedented danger and promise." JASON HINER, Editor in Chief, ZDNet"Our Next Reality really is a must-read for anyone who wants to prepare for the massive AI and XR driven disruption coming our way." CHARLIE FINK, Author | Adjunct | Forbes Tech Columnist

Our Next Reality: How the AI-powered Metaverse Will Reshape the World

by Alvin Wang Graylin Louis Rosenberg

Foreword by Neal Stephenson, bestselling author of Snow Crash Over the last 100 years, technology has changed our world. Over the next decade it will transform our reality. The planet is headed for a momentous upheaval, and we are not prepared. We are entering a new technological age in which artificial intelligence and immersive media will transform society at all levels, mediating our lives by altering what we see, hear, and experience. Powered by immersive eyewear and driven by interactive AI agents, this new age of computing has the potential to make our world a magical place where the boundaries between the real and the virtual, the human and the artificial, rapidly fade away. If managed well, this could unleash a new age of abundance. If managed poorly, this technological revolution could easily go astray, deeply compromising our privacy, autonomy, agency, and even our humanity. In Our Next Reality, two industry veterans provide a data-driven debate on whether the new world we're creating will be a technological utopia or an AI-powered dystopia and give guidance on how to aim for the best future we can. With a Foreword by renowned author Neal Stephenson and section contributions from industry thought-leaders such as Peter H. Diamandis, Tom Furness, Phillip Rosedale, Tony Parisi, Avi Bar Zeev and Walter Parkes, this book answers over a dozen of the most pressing questions we face as AI/VR/AR accelerates the digitization of our world. Find out why our actions in the next decade could determine the trajectory of our species for countless millennia.

Our Next Reality: How the AI-powered Metaverse Will Reshape the World

by Alvin Wang Graylin Louis Rosenberg

"Our Next Reality does a fantastic job of giving a balanced and insightful analysis to some of the most pressing questions our society will face in the near future. The material is data driven, digestible, and very actionable." RAY KURZWEIL, Author/Entrepreneur/Futurist"A wide-reaching exploration of the intersections between AI, VR and AR: it's a mind-opener, and a source of reflection on how transformative and still unknown the future of communication, personal technology and even personal privacy might become." SCOTT STEIN, Editor at Large, CNETOver the last 100 years, technology has changed our world. Over the next decade it will transform our reality.We are entering a new technological age in which artificial intelligence and immersive media will transform society at all levels, mediating our lives by altering what we see, hear, and experience. Powered by immersive eyewear and driven by interactive AI agents, this new age of computing has the potential to make our world a magical place where the boundaries between the real and the virtual, the human and the artificial, rapidly fade away. If managed well, this could unleash a new age of abundance. If managed poorly, this technological revolution could easily go astray, deeply compromising our privacy, autonomy, agency, and even our humanity.In Our Next Reality, two industry veterans provide a data-driven debate on whether the new world we're creating will be a technological utopia or an AI-powered dystopia and give guidance on how to aim for the best future we can. With a Foreword by renowned author Neal Stephenson and section contributions from industry thought-leaders such as Peter H. Diamandis, Tom Furness, Phillip Rosedale, Tony Parisi, Avi Bar Zeev and Walter Parkes, this book answers over a dozen of the most pressing questions we face as artificial intelligence and spatial computing accelerates the digitization of our world. Find out why our actions in the next decade could determine the trajectory of our species for countless millennia."For anyone who wants to use AI and XR to help build the future, read this book to help you skillfully navigate a future of unprecedented danger and promise." JASON HINER, Editor in Chief, ZDNet"Our Next Reality really is a must-read for anyone who wants to prepare for the massive AI and XR driven disruption coming our way." CHARLIE FINK, Author | Adjunct | Forbes Tech Columnist

Our Next Reality: How the AI-powered Metaverse Will Reshape the World

by Alvin Wang Graylin Louis Rosenberg

"Our Next Reality does a fantastic job of giving a balanced and insightful analysis to some of the most pressing questions our society will face in the near future. The material is data driven, digestible, and very actionable." RAY KURZWEIL, Author/Entrepreneur/Futurist"A wide-reaching exploration of the intersections between AI, VR and AR: it's a mind-opener, and a source of reflection on how transformative and still unknown the future of communication, personal technology and even personal privacy might become." SCOTT STEIN, Editor at Large, CNET"For anyone who wants to use AI and XR to help build the future, read this book to help you skillfully navigate a future of unprecedented danger and promise." JASON HINER, Editor in Chief, ZDNet"Our Next Reality really is a must-read for anyone who wants to prepare for the massive AI and XR driven disruption coming our way." CHARLIE FINK, Author | Adjunct | Forbes Tech ColumnistOver the last 100 years, technology has changed our world. Over the next decade it will transform our reality.We are entering a new technological age in which artificial intelligence and immersive media will transform society at all levels, mediating our lives by altering what we see, hear, and experience. Powered by immersive eyewear and driven by interactive AI agents, this new age of computing has the potential to make our world a magical place where the boundaries between the real and the virtual, the human and the artificial, rapidly fade away. If managed well, this could unleash a new age of abundance. If managed poorly, this technological revolution could easily go astray, deeply compromising our privacy, autonomy, agency, and even our humanity.In Our Next Reality, two industry veterans provide a data-driven debate on whether the new world we're creating will be a technological utopia or an AI-powered dystopia and give guidance on how to aim for the best future we can. With a Foreword by renowned author Neal Stephenson and section contributions from industry thought-leaders such as Peter H. Diamandis, Tom Furness, Phillip Rosedale, Tony Parisi, Avi Bar Zeev and Walter Parkes, this book answers over a dozen of the most pressing questions we face as artificial intelligence and spatial computing accelerates the digitization of our world. Find out why our actions in the next decade could determine the trajectory of our species for countless millennia.

Breakthrough Teaching and Learning: How Educational and Assistive Technologies are Driving Innovation

by Tracy Gray Heidi Silver-Pacuilla

The many technology-related educational changes of the past decade have been propelled by even greater changes in the general consumer technology landscape. Education has become increasingly entwined with the digital consumer landscape. We are no longer asking whether digital materials and tools should be integrated into teaching and learning, but how and how well. Meanwhile, the overall academic performance of U.S. students has not kept pace with our international peers. Many policymakers have called for increased attention to students' 21st century skills and work readiness, pointing to the critical role technology should play in educational innovation. These changes mean that many mainstream accessible technologies can be used in the classroom to benefit a diverse population of learners, including students with disabilities and English language learners, reflecting the national shift from separate special education programs to more inclusive classrooms. Changes to policies and standards have pushed assistive and accessible technologies to the forefront, including the Higher Education Opportunity Act of 2008, which requires teacher preparation programs to address educational technology and principles of universal design for learning (UDL), and the National Instructional Materials Accessibility Standard (NIMAS), which creates a public-private infrastructure to provide more timely delivery of digital text to students with physical and print disabilities. This volume represents pioneering ideas that examine how accessible educational technologies can be harnessed for breakthrough learning for all students. Chapters will cover innovation trends in educational and assistive technologies, cognitive and neuroscience findings on how individual differences impact technology use and choice; the intersection of educational, leisure, health habits and exer-gaming; the use of social networking tools by students with and without disabilities; the use of social networking for teacher professional learning communities; the future of assessments for decision-making; and an analysis of the habits of mind and work traits of innovators NCTI has interviewed over the past five years.

The Engineering of Mixed Reality Systems

by Philip Gray Emmanuel Dubois Laurence Nigay

An increasing number of systems are exploiting mixed reality but to date there are no systematic methods, techniques or guidelines for the development of such systems. In bringing together contributions on a broad range of mixed reality development issues this book provides a sound theoretical foundation for a disciplined approach to mixed reality engineering. Divided into three parts: interaction design, software design and implementation, the first section covers generic and specific mixed reality design elements and provides an overview of the design method; Part 2 addresses technical solutions for interaction techniques, development tools and a global view of the mixed reality software development process. The final section contains detailed case studies to highlight the application of mixed reality in a variety of fields including aviation, architecture, emergency management, games, and healthcare.

Social Media Marketing: Step by Step Instructions for Advertising Your Business on Facebook, Youtube, Instagram, Twitter, Pinterest, Linkedin and Various Other Platforms (Second Edition)

by Noah Gray

This book covers a lot of Social Media Platforms: Facebook, Facebook Advertising, Youtube, Instagram, Twitter, Pinterest, Linkedin, Snapchat, Reddit, Tumblr, Quora, Goodreads, Periscope, Flickr, Google Adwords, Google+. If you are ready to improve your business through social media marketing, this book will provide you with everything you need.

Refine Search

Showing 36,601 through 36,625 of 54,060 results