The Revolution Will Be Wearable

Size: px
Start display at page:

Download "The Revolution Will Be Wearable"

Transcription

1 CHAPTER 1 The Revolution Will Be Wearable Forging Glass Even in a world when smartphones, tablets, and laptops are becoming faster each month and shipping with tons of memory and eye-popping HD displays, the hardware that runs in Glass is impressive, putting the capabilities of Glass on par with that of a Galaxy Nexus. As you ll find, the lightweight model of the ecosystem ensures that the infrastructural demands for Glassware, the applications that run on Glass, don t generally require a supercomputer or eye-popping specs. First, let s consider the Glass form factor. Gadgetry driving processing capability, hard disk storage, and network connectivity that used to take up entire server rooms is now condensed within the arm of a headset frame less than a half-inch thick and not even weighing a full pound. Put into perspective, this is more raw computing power than was on the first space shuttle and which initially ran the New York Stock Exchange. (OK, we re totally making this part up but it s probably true. Someone look it up and get back to us.) At the same time, it is important to understand how the final physical design reflects a set of compromises between what is possible, what is visually appealing, and a wide range of other diverse requirements. From the software side of things, Google engineered the Glass sync component of the application framework that manages cloud-based services to do all the heavy lifting calculations, string manipulation, data transformation in the cloud, not on the device itself, reducing the need for expensive on board components to handle such processing locally, meaning all that s transferred over the wire is extremely small payloads of HTML markup. Glass sync manages the complex messaging aspect for you delivery, queueing, retries for users whose batteries might be dead or without Internet access, etc. Timeline cards, which are the atomic units that encapsulate data on Glass, akin to web pages within a web browser or screens in a mobile app, arrive to the wearer in near real 3

2 time with information that s geographically aware, contextually accurate, and user specific. When you do need to run apps locally, Glass is still capable of executing Android applications written specifically for its user experience. Processing, memory, and graphics cater to microinteractions a streamlined, perfectly suited form of application interactivity that doesn t require lengthy usage sessions or attention. Aggressive competition by hardware manufacturers has driven the price for consumer technology down considerably, and innovations in materials engineering have allowed the physical properties of the Glass head-mounted display (HMD) to be light and flexible, yet durable and sturdy. The display prism reflects bright colors and rich video. The embedded camera captures remarkably clear images and video. It s truly an elegant system. The one thing to keep in mind as you approach your own adventure with Glass as an application architect is that at its core, this technology isn t a new idea. Glass is the result of a concept that s been floating around advanced computer science circles and egghead thinktanks for the past two decades: wearable computing. This is some pretty hardcore stuff, so buckle up. Wearable Computing Straight from the pages of science fiction and echoing episodes of The Jetsons, wearable computing has been envisioned for years a utopian era when devices would be small and lightweight enough to literally be part of your person and actually mesh with your outfits (there s a reason Glass ships in five distinctly attractive colors Charcoal, Cotton, Shale, Sky, and Tangerine). This is the next progression in how we use computers, going from desktop towers tethering us to fixed locations, to portability with laptops and netbooks with wireless connectivity, and then the mobility advantage smaller devices like smartphones and tablets achieved, to finally wearables with intelligent software. Relatives of Glass in this emerging space are products from Telepathy One, Microsoft, Recon Jet, the IndieGogo-backed GlassUp, Chinese search provider Baidu, and even automaker Nissan; Vuzix s M100 Smart Glasses; smartwatches like the Samsung Galaxy Gear, Sony SmartWatch, Qualcomm Toq, and the Kickstarter-born Pebble, along with offerings from Apple, LG, and Google; and even do-it-yourself electronic components like sensors that you can sew into your clothing with special conductive thread and program to do all sorts of neat things. Being designed from the ground up as a platform that frees you from having to constantly fuss with controls or type input or force refreshes, keeping content and the delivery of it out of your way, Glass exists to sit on your head in order to put your life back in your hands. Don t you just love the irony? 4 Chapter 1: The Revolution Will Be Wearable

3 What Does It Mean to Think for Glass? When you begin to Think for Glass, you begin to think in this new way that Google is beginning to forge. It means thinking about social interactions, personalized delivery, and streamlining interactions all at the same time. It means thinking about more than just one application, it means thinking about how everything works together to create something greater than the sum of their parts. It means thinking about new ways for how your program should behave, how information flows between services and devices, and how the interaction experience is optimized. Being able to Think for Glass keeps technology omnipresent yet nonintrusive a lofty goal achieved only by delivering high-impact usability with minimal cruft. This is a dramatic reinvention of how we ve come to perceive mobile communications. Here s the basic idea: Glass is designed to live in your world, not for you to live in the Glass world. It is meant to adapt to your life, not for you to adapt to how it does things. Your apps are expected to behave the same way. Everything else stems from this basic idea. To be sure, it is an ideal but that doesn t mean it isn t the ideal to strive for. It also suggests that just because something can be done with Glass doesn t mean that it is a good idea to do so. It means that anything that works through Glass should be secondary to the world around the person wearing Glass, and that an app should never expect otherwise. With few exceptions, this is what the user expects, and violating those expectations will only cause problems and a poor user experience. Software that works best with Glass are those programs that require no more than about five seconds at a time. This is the essence of microinteractions. If users are taking more than that time, they will be making a conscious decision to break out of the world they re in and enter the Glass universe. Sometimes users will choose to do this to review photos and share them, for example. But even these tasks are oriented toward what users want to do (find a picture and share it) rather than how an app wants them to do it (open their app and process a photo). Apps should accept a wearer s commands not narrow a person s choice into what the app wants you to do. Of course there are menus and voice commands that limit what a person can do, but app developers should be as aware and open as possible to the full set of commands that are available by default and how people may wish to use the data they provide. It takes a lot of extra thinking, and we ll be discussing the designs required to do this successfully. Consider, for example, the desire that everyone has to get on the Glass home screen, or to give their cards persistent presence on a user s timeline. This is an app-centric focus we want our applications prominent for the user. But it forces users into our world instead of trying to understand the world that they want to be in. They don t want to sort through dozens of pinned cards, as the Glass terminology refers to it, to find the What Does It Mean to Think for Glass? 5

4 one they want. They want us to deliver information to them when, and only when, they want it. They want to be able to easily ask for new information. They want to quickly find the data they know is there somewhere. They don t want clutter. (And if you re confused about what this all means, you ll understand by the end of Chapter 5.) Sometimes, the boundary between the Glass world and the human world isn t clear. Consider an app for running enthusiasts, for example. The runner wants to be able to quickly, easily, and probably frequently see his progress, heart rate, course, and other important information. But, all too easily, this information can become distracting if constantly presented and the runner could stop paying attention to the physical world he is are trying to traverse, risking physical injury. Perhaps this is a case where a runner can set predetermined alarms (heart rate too high, another mile traversed in the course, etc.) to notify him for important events, but also allow for an on-demand summary if the runner wishes. This event-driven angle is at the heart of Glass. Glass needs to be a mind reader delivering the information about events exactly when you want, before you ask for it. It needs to respond, immediately, to the events you wish to capture in the world around you and turn them into online representations of those events. We have to remember, also, that the world around us isn t the same as that of Glass, or even the wearer s world, and Glass tries to address that. As we write Glassware, we need to remember that the public perception of our world isn t going to adapt to Glass just because we may want it to. This is why Glass requires specific actions to take a picture and why it lights up when recording video the world around us has certain expectations that Glass tries to meet. Our software needs to respect the social norms, while at the same time nudging it forward. Software that violates these norms (for example, software that does facial recognition or that uses material Google deems objectionable) is discouraged, even if the features it provides could be tremendously beneficial. Glass is different. Glass is more personal than any computer we ve had before. Glass is technology that tries to get us away from technology and into our world. Our applications can t try to drag a user away from that. By the end of this book, we ll empower you with the knowledge to Think for Glass so that you respect the following virtues about optimal Glassware construction from three perspectives: 1. Usage Understand personal technology Appreciate the value of personal area networks Know the ecosystem Hardware, firmware, cloud infrastructure, Glassware, administrative tools 6 Chapter 1: The Revolution Will Be Wearable

5 Realize Glass doesn t replace, but complements, your other gear Smart devices and mobile platforms still have their place alongside wearables Get involved Ask questions, share knowledge, submit feedback, participate in the community Demand Glassware from your favorite services Live in the physical world 2. Design Respect the privacy of those around us Use Glass to be part of the moment, not divorced from the moment Aim for simplicity and brevity Target supporting microinteractions Respect the Five Noble Truths Design for Glass Don t get in the way Keep it relevant Avoid the unexpected Build for people 3. Development Leverage the software-as-contact model The evolution of sharing Work judiciously with frameworks Mirror API versus GDK Build distinctly for Glass Don t lazy port existing Android or web apps Leverage the Glass UI and control system Exploit event-driven existences Context powers content Let users live in the moment What Does It Mean to Think for Glass? 7

6 Want to read more? You can buy this book at oreilly.com in print and ebook format. Buy 2 books, get the 3rd FREE! Use discount code: OPC10 All orders over $29.95 qualify for free shipping within the US. It s also available at your favorite book retailer, including the ibookstore, the Android Marketplace, and Amazon.com. Spreading the knowledge of innovators oreilly.com

10 Steps To a Faster PC

10 Steps To a Faster PC 10 Steps To a Faster PC A Beginners Guide to Speeding Up a Slow Computer Laura Bungarz This book is for sale at http://leanpub.com/10stepstoafasterpc This version was published on 2016-05-18 ISBN 978-0-9938533-0-2

More information

Heuristic Evaluation of Spiel

Heuristic Evaluation of Spiel Heuristic Evaluation of Spiel 1. Problem We evaluated the app Spiel by Addison, Katherine, SunMi, and Joanne. Spiel encourages users to share positive and uplifting real-world items to their network of

More information

TOOLS FOR DISTANCE COLLABORATION 2012 OSEP PD CONFERENCE WASHINGTON, DC

TOOLS FOR DISTANCE COLLABORATION 2012 OSEP PD CONFERENCE WASHINGTON, DC SCHOLAR INITIATIVE FULL TRANSCRIPT TOOLS FOR DISTANCE COLLABORATION 2012 OSEP PD CONFERENCE WASHINGTON, DC Mark Horney: Once you get past the contact stage and I ll tell you about my projects and you tell

More information

Bring Imagination to Life with Virtual Reality: Everything You Need to Know About VR for Events

Bring Imagination to Life with Virtual Reality: Everything You Need to Know About VR for Events Bring Imagination to Life with Virtual Reality: Everything You Need to Know About VR for Events 2017 Freeman. All Rights Reserved. 2 The explosive development of virtual reality (VR) technology in recent

More information

OverDrive for Kindle, Kindle Paperwhite, Kindle Voyage, and Kindle Oasis (not Kindle Fire and Fire Tablet) Contents

OverDrive for Kindle, Kindle Paperwhite, Kindle Voyage, and Kindle Oasis (not Kindle Fire and Fire Tablet) Contents OverDrive for Kindle, Kindle Paperwhite, Kindle Voyage, and Kindle Oasis (not Kindle Fire and Fire Tablet) Contents Optimizing OverDrive for your Kindle Searching and Browsing Borrowing and Downloading

More information

The Joy of SVGs CUT ABOVE. pre training series 3. svg design Course. Jennifer Maker. CUT ABOVE SVG Design Course by Jennifer Maker

The Joy of SVGs CUT ABOVE. pre training series 3. svg design Course. Jennifer Maker. CUT ABOVE SVG Design Course by Jennifer Maker CUT ABOVE svg design Course pre training series 3 The Joy of SVGs by award-winning graphic designer and bestselling author Jennifer Maker Copyright Jennifer Maker page 1 please Do not copy or share Session

More information

Mesh density options. Rigidity mode options. Transform expansion. Pin depth options. Set pin rotation. Remove all pins button.

Mesh density options. Rigidity mode options. Transform expansion. Pin depth options. Set pin rotation. Remove all pins button. Martin Evening Adobe Photoshop CS5 for Photographers Including soft edges The Puppet Warp mesh is mostly applied to all of the selected layer contents, including the semi-transparent edges, even if only

More information

Realizing Augmented Reality

Realizing Augmented Reality Realizing Augmented Reality By Amit Kore, Rahul Lanje and Raghu Burra Atos Syntel 1 Introduction Virtual Reality (VR) and Augmented Reality (AR) have been around for some time but there is renewed excitement,

More information

Visualizing the future of field service

Visualizing the future of field service Visualizing the future of field service Wearables, drones, augmented reality, and other emerging technology Humans are predisposed to think about how amazing and different the future will be. Consider

More information

Solving business issues with Circuit

Solving business issues with Circuit Solving business issues with Circuit Neil Hutchinson Director of Business Development, Everything Voice By adopting Circuit, Everything Voice has achieved its goal of driving collaboration, better more

More information

UW_HELP_PODCAST_2.mp3

UW_HELP_PODCAST_2.mp3 UW_HELP_PODCAST_2.mp3 Randy: [00:00:08] Thank you for joining us on today's episode of the UW HELP podcast. I'm Randy Parvin, your host, and a student services coordinator at the University of Wisconsin

More information

Live Agent for Administrators

Live Agent for Administrators Salesforce, Spring 18 @salesforcedocs Last updated: January 11, 2018 Copyright 2000 2018 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of salesforce.com, inc., as are other

More information

Cloud Based LightSwitch Edgar Lopez Garcia Professor Kastner CSE 145 Spring 2016

Cloud Based LightSwitch Edgar Lopez Garcia Professor Kastner CSE 145 Spring 2016 Cloud Based LightSwitch Edgar Lopez Garcia Professor Kastner CSE 145 Spring 2016 Abstract This paper discusses the research, implementation, and contributions achieved from the Cloud Based LightSwitch

More information

HCI: CONTEXTUAL INQUIRY STORYBOARDS, DESIGN PATTERNS. Dr Kami Vaniea

HCI: CONTEXTUAL INQUIRY STORYBOARDS, DESIGN PATTERNS. Dr Kami Vaniea HCI: CONTEXTUAL INQUIRY STORYBOARDS, DESIGN PATTERNS Dr Kami Vaniea 1 First, the news Privacy dark patterns http://darkpatterns.org/pr ivacy-zuckering/ Can you spot the dark pattern? 2 First, the news

More information

SMART GUIDE FOR AR TOYS AND GAMES

SMART GUIDE FOR AR TOYS AND GAMES SMART GUIDE FOR AR TOYS AND GAMES Table of contents: WHAT IS AUGMENTED REALITY? 3 AR HORIZONS 4 WHERE IS AR CURRENTLY USED THE MOST (INDUSTRIES AND PRODUCTS)? 7 AR AND CHILDREN 9 WHAT KINDS OF TOYS ARE

More information

InternetMarketingWithBarb.com

InternetMarketingWithBarb.com How to Outsource Like A Pro Unless you have unlimited funds, chances are you won't be able to hire many full-time employees to handle the various essential functions when you first start your business.

More information

Are You Ready For Interview? A guide to the interview process; before, during & after

Are You Ready For Interview? A guide to the interview process; before, during & after Are You Ready For Interview? A guide to the interview process; before, during & after Pathway Group putting you first Preparation is the Key It is important that you prepare so that you are completely

More information

STRUCTURE SENSOR QUICK START GUIDE

STRUCTURE SENSOR QUICK START GUIDE STRUCTURE SENSOR 1 TABLE OF CONTENTS WELCOME TO YOUR NEW STRUCTURE SENSOR 2 WHAT S INCLUDED IN THE BOX 2 CHARGING YOUR STRUCTURE SENSOR 3 CONNECTING YOUR STRUCTURE SENSOR TO YOUR IPAD 4 Attaching Structure

More information

THE DEEP WATERS OF DEEP LEARNING

THE DEEP WATERS OF DEEP LEARNING THE DEEP WATERS OF DEEP LEARNING THE CURRENT AND FUTURE IMPACT OF ARTIFICIAL INTELLIGENCE ON THE PUBLISHING INDUSTRY. BY AND FRANKFURTER BUCHMESSE 2/6 Given the ever increasing number of publishers exploring

More information

Restricted Siemens AG 2017 Realize innovation.

Restricted Siemens AG 2017 Realize innovation. Virtual Reality Kilian Knoll, Siemens PLM Realize innovation. Agenda AR-VR Background Market Environment Use Cases Teamcenter Visualization Capabilities Data Privacy a reminder Demo Page 2 AR-VR - Background

More information

How to Convert & Resize Images in Bulk

How to Convert & Resize Images in Bulk How to Convert & Resize Images in Bulk By Ryan Dube If there is a single time-saving tip that I could ever offer to any writer, student, professional or anyone else that needs to produce documents with

More information

- Introduction - Minecraft Pi Edition. - Introduction - What you will need. - Introduction - Running Minecraft

- Introduction - Minecraft Pi Edition. - Introduction - What you will need. - Introduction - Running Minecraft 1 CrowPi with MineCraft Pi Edition - Introduction - Minecraft Pi Edition - Introduction - What you will need - Introduction - Running Minecraft - Introduction - Playing Multiplayer with more CrowPi s -

More information

Technology Trends for Government

Technology Trends for Government Technology Trends for Government Leaders @RajneshSingh rds@jugad.in Where we came from Module 4: ICT Trends for Government Leaders First edition: 2007/8 Revised: 2011 But ICT Trends are fast-evolving K

More information

Live Agent for Administrators

Live Agent for Administrators Live Agent for Administrators Salesforce, Spring 17 @salesforcedocs Last updated: April 3, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of salesforce.com,

More information

TO LEARN MORE ABOUT MULLENLOWE MEDIAHUB VISIT mullenlowemediahub.com

TO LEARN MORE ABOUT MULLENLOWE MEDIAHUB VISIT mullenlowemediahub.com TO LEARN MORE ABOUT VISIT mullenlowemediahub.com FOR INQUIRIES, PLEASE CONTACT DAVID SWAEBE david.swaebe@mullenlowe.com 2018 RECAP Image Source technologyreview.com/s/601519/how-to-create-a-malevolent-artificial-intelligence/

More information

What is the Law of Attraction?

What is the Law of Attraction? "You are what you think, not what you think you are." - Bruce MacLelland Where focus goes, energy flows. Tony Robbins What is the Law of Attraction? I m so glad to see you ve made it to Module 2. I hope

More information

Beacons Proximity UUID, Major, Minor, Transmission Power, and Interval values made easy

Beacons Proximity UUID, Major, Minor, Transmission Power, and Interval values made easy Beacon Setup Guide 2 Beacons Proximity UUID, Major, Minor, Transmission Power, and Interval values made easy In this short guide, you ll learn which factors you need to take into account when planning

More information

Adopting Standards For a Changing Health Environment

Adopting Standards For a Changing Health Environment Adopting Standards For a Changing Health Environment November 16, 2018 W. Ed Hammond. Ph.D., FACMI, FAIMBE, FIMIA, FHL7, FIAHSI Director, Duke Center for Health Informatics Director, Applied Informatics

More information

Live Agent for Administrators

Live Agent for Administrators Live Agent for Administrators Salesforce, Summer 16 @salesforcedocs Last updated: July 28, 2016 Copyright 2000 2016 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of salesforce.com,

More information

DEVELOPING FOR GOOGLE GLASS

DEVELOPING FOR GOOGLE GLASS DevIgnition 2013 PRESENTED BY LUIS DE LA ROSA DIRECTOR OF TECHNOLOGY @louielouie DEVELOPING FOR GOOGLE GLASS GLASS - MASS-MARKET GENERAL COMPUTING WEARABLE - ROUGHLY 40,000 BETA TESTERS (EXPLORERS) -CHECK

More information

INTRODUCTION. Welcome to Subtext the first community in the pages of your books.

INTRODUCTION. Welcome to Subtext the first community in the pages of your books. INTRODUCTION Welcome to Subtext the first community in the pages of your books. Subtext allows you to engage in conversations with friends and like-minded readers and access all types of author and expert

More information

My Earnings from PeoplePerHour:

My Earnings from PeoplePerHour: Hey students and everyone reading this post, since most of the readers of this blog are students, that s why I may call students throughout this post. Hope you re doing well with your educational activities,

More information

Tech is Here to Stay and Changing Everyday: Here s How Those Changes Can Help You With excerpts from an interview with Jean Robichaud, CTO, of

Tech is Here to Stay and Changing Everyday: Here s How Those Changes Can Help You With excerpts from an interview with Jean Robichaud, CTO, of Tech is Here to Stay and Changing Everyday: Here s How Those Changes Can Help You With excerpts from an interview with Jean Robichaud, CTO, of MobileHelp Tech is Here to Stay and Changing Everyday: Here

More information

Microphone & Accessories Buying Guide.

Microphone & Accessories Buying Guide. & Accessories Buying Guide 2015 www.edutige.net Table of Contents Page How to Use This Guide 3 Apple & is Devices 4 Samsung Galaxy Devices 5 GoPro Action Cams 6 DSLRs, Camcorders, Digital Voice Recorders

More information

Speaking Notes for Grades 4 to 6 Presentation

Speaking Notes for Grades 4 to 6 Presentation Speaking Notes for Grades 4 to 6 Presentation Understanding your online footprint: How to protect your personal information on the Internet SLIDE (1) Title Slide SLIDE (2) Key Points The Internet and you

More information

What s In The Box. 1x, 2x, or 4x Indoor Antenna(s)* Coaxial Cable. Other Parts. 2x, 3x, or 5x 30 ft RS400 Cable* 1x 1 ft RS240 Cable** Panel Antenna

What s In The Box. 1x, 2x, or 4x Indoor Antenna(s)* Coaxial Cable. Other Parts. 2x, 3x, or 5x 30 ft RS400 Cable* 1x 1 ft RS240 Cable** Panel Antenna Read This First CEL-FI GO X Installation Guide 26081 Merit Circle, Suite 118 Laguna Hills, CA 92653 +1 (800) 761-3041 www.repeaterstore.com contact@repeaterstore.com What s In The Box Cel-Fi GO X Amplifier

More information

A Beacon of Hope: The Event Intelligence Revolution

A Beacon of Hope: The Event Intelligence Revolution A Beacon of Hope: The Event Intelligence Revolution Beacon technology has dramatically shifted the landscape of almost every industry, and the potential for the event marketing world is limitless. Game

More information

Tech Tips from Mr G Borrowing ebooks and Audiobooks Using OverDrive 3.2 on Android Devices, Including the Kindle Fire

Tech Tips from Mr G Borrowing ebooks and Audiobooks Using OverDrive 3.2 on Android Devices, Including the Kindle Fire Tech Tips from Mr G Borrowing ebooks and Audiobooks Using OverDrive 3.2 on Android Devices, Including the Kindle Fire - 2015 The Liverpool Public Library, the larger Onondaga County system, and libraries

More information

Craftsy is the premier destination for creative enthusiasts to pursue their passion. Brand Identity & Standards

Craftsy is the premier destination for creative enthusiasts to pursue their passion. Brand Identity & Standards Craftsy is the premier destination for creative enthusiasts to pursue their passion. Craftsy s identity is inspired by an era when products were more often made by an individual, when handmade was the

More information

Technology designed to empower people

Technology designed to empower people Edition July 2018 Smart Health, Wearables, Artificial intelligence Technology designed to empower people Through new interfaces - close to the body - technology can enable us to become more aware of our

More information

WAVE 5000 EVERY DEVICE. EVERY NETWORK. EVERY TEAM. CONNECTED LIKE NEVER BEFORE.

WAVE 5000 EVERY DEVICE. EVERY NETWORK. EVERY TEAM. CONNECTED LIKE NEVER BEFORE. DATA SHEET WAVE WORK GROUP COMMUNICATIONS EVERY DEVICE. EVERY NETWORK. EVERY TEAM. CONNECTED LIKE NEVER BEFORE. WAVE 5000 enables highly scalable, feature rich, enterprise grade push-to-talk (PTT) on broadband

More information

How to Make Money Selling On Amazon & Ebay! By Leon Tran

How to Make Money Selling On Amazon & Ebay! By Leon Tran How to Make Money Selling On Amazon & Ebay! By Leon Tran Chapter Content Introduction Page 3 Method #1: Amazon To Ebay Page 4 Method #2: Cross-Selling On Ebay Page 9 Method #3: Reselling The Big Bucks

More information

TechnologyTell Review: Keyport Slide 2.0 keychain

TechnologyTell Review: Keyport Slide 2.0 keychain TechnologyTell Review: Keyport Slide 2.0 keychain by Stanley Goodner on February 18, 2015 at 4:44 pm Sections: Gadgets / Other, Household, Lifestyle, Miscellaneous, Reviews 6 I m a firm believer of the

More information

PS4 Remote Play review: No Farewell to Arms, but a Moveable Feast

PS4 Remote Play review: No Farewell to Arms, but a Moveable Feast PS4 Remote Play review: No Farewell to Arms, but a Moveable Feast PlayStation 4 is the most fantastic console in the Universe! Why do we say so? Because PS4 is the most popular gaming console ever. Accordingly

More information

AI and machine learning get us one step closer to relevance at scale

AI and machine learning get us one step closer to relevance at scale AI and machine learning get us one step closer to relevance at scale Author Marvin Chow Published Sep 2017 Topics Emerging Technology, Mobile, Experience & Design A rtificial intelligence and machine learning

More information

DESIGNING CHAT AND VOICE BOTS

DESIGNING CHAT AND VOICE BOTS DESIGNING CHAT AND VOICE BOTS INNOVATION-DRIVEN DIGITAL TRANSFORMATION AUTHOR Joel Osman Digital and Experience Design Lead Phone: + 1 312.509.4851 Email : joel.osman@mavenwave.com Website: www.mavenwave.com

More information

The Joy of SVGs CUT ABOVE. pre training series. svg design Course. Jennifer Maker. CUT ABOVE SVG Design Course by Jennifer Maker

The Joy of SVGs CUT ABOVE. pre training series. svg design Course. Jennifer Maker. CUT ABOVE SVG Design Course by Jennifer Maker CUT ABOVE svg design Course pre training series The Joy of SVGs by award-winning graphic designer and bestselling author Jennifer Maker Copyright Jennifer Maker page 1 please Do not copy or share The Joy

More information

Image Processing Architectures (and their future requirements)

Image Processing Architectures (and their future requirements) Lecture 17: Image Processing Architectures (and their future requirements) Visual Computing Systems Smart phone processing resources Qualcomm snapdragon Image credit: Qualcomm Apple A7 (iphone 5s) Chipworks

More information

What Millennials Can Do

What Millennials Can Do A P P E N D I X 297 What Millennials Can Do I B E L I E V E T H AT leaders of companies bear some responsibility to move their corporate cultures away from the dog-eat-dog philosophies of yesteryear to

More information

TABLE OF CONTENTS INTRODUCTION...04 PART I - HEALTH LEARNING...08 PART II - DEVICE LEARNING...12 PART III - BUILD...16 PART IV - DATA COLLECTION...

TABLE OF CONTENTS INTRODUCTION...04 PART I - HEALTH LEARNING...08 PART II - DEVICE LEARNING...12 PART III - BUILD...16 PART IV - DATA COLLECTION... YOUTH GUIDE ENGINEER NOTES TABLE OF CONTENTS INTRODUCTION...04 PART I - HEALTH LEARNING...08 PART II - DEVICE LEARNING...12 PART III - BUILD...16 PART IV - DATA COLLECTION...18 PART V - COOL DOWN...22

More information

Welcome to Leadership

Welcome to Leadership Welcome to ship We are excited to have you on the L BRI team! You have just begun your journey. So much awaits you. We believe in you and know that, if you can dream it, believe it, you can achieve it

More information

15 ideas to get more clients to your Chiropractic Office on a consistent basis

15 ideas to get more clients to your Chiropractic Office on a consistent basis 15 ideas to get more clients to your Chiropractic Office on a consistent by Social Sonja Although everyone nowadays can see that their local businesses can only benefit from using social media and digital

More information

YOUR PRODUCT IN AR & VR

YOUR PRODUCT IN AR & VR YOUR PRODUCT IN AR & VR Creating real value by virtual technologies SCANBLUE.COM #MoreThanReality2018 EN 3 Intro 4 Your way to a new reality Step #1 Digitize Step #2 Organize & Edit Step #3 Fascinate by

More information

Bridgemate App. Information for bridge clubs and tournament directors. Version 2. Bridge Systems BV

Bridgemate App. Information for bridge clubs and tournament directors. Version 2. Bridge Systems BV Bridgemate App Information for bridge clubs and tournament directors Version 2 Bridge Systems BV Bridgemate App Information for bridge clubs and tournament directors Page 2 Contents Introduction... 3 Basic

More information

LIVESTREAMING SECRETS REVEALED!

LIVESTREAMING SECRETS REVEALED! LIVESTREAMING SECRETS REVEALED! Increase Facebook Reach by 500% with Live Streaming Get ready to become a live streaming PRO! Whether you re going live on Facebook, Instagram, YouTube Live or any other

More information

Picasa Still the Best & Most Versatile Photo Manager Available

Picasa Still the Best & Most Versatile Photo Manager Available Picasa Still the Best & Most Versatile Photo Manager Available By Aaron Couch How many photos would you say you have? More than a hundred? Six hundred? A thousand? Pictures are a big part of all of our

More information

Google SEO Optimization

Google SEO Optimization Google SEO Optimization Think about how you find information when you need it. Do you break out the yellow pages? Ask a friend? Wait for a news broadcast when you want to know the latest details of a breaking

More information

Conversation Marketing

Conversation Marketing April 20, 2005 Conversation Marketing Opening and maintaining business relationships using the World Wide Web By Ian Lurie What does your web site do for your business? If you re scratching your head,

More information

Online Courses with the Writers Workshop

Online Courses with the Writers Workshop Online Courses with the Writers Workshop Welcome Thank you for booking a course with the Writers Workshop. You ve made a good choice! We ve got passionate, expert tutors and we have a formidable record

More information

USING ACX TO PRODUCE AN AUDIOBOOK. M.L. Humphrey

USING ACX TO PRODUCE AN AUDIOBOOK. M.L. Humphrey USING ACX TO PRODUCE AN AUDIOBOOK M.L. Humphrey FIRST THINGS FIRST: WHY PUT A BOOK IN AUDIO? Audiobook listeners are a separate audience from print or ebook readers Less crowded market More product offerings

More information

60 Minutes LifeStyle

60 Minutes LifeStyle 60 Minutes LifeStyle Income and Earning Disclaimer You and you alone, are solely responsible for any income you make or fail to make. This ebook makes no promises of realized income. You recognize and

More information

12 Things. You Should Be Able to Say About Yourself. Parnell Intermediary Services, Inc. Guide to Productive Living. Volume 4 NO V4

12 Things. You Should Be Able to Say About Yourself. Parnell Intermediary Services, Inc. Guide to Productive Living. Volume 4 NO V4 12 Things You Should Be Able to Say About Yourself Parnell Intermediary Services, Inc. Guide to Productive Living Volume 4 NO2012916V4 2012 All Rights Reserved You know you re on the right track when you

More information

Getting The Click. A bonus guide From PotPieGirl

Getting The Click. A bonus guide From PotPieGirl Getting The Click A bonus guide From PotPieGirl When I was trying to come up with a somewhat clever name for this Bonus Guide, all I could think was what the guide is really about getting the click. It

More information

Case Air Wireless TETHERING AND CAMERA CONTROL SYSTEM

Case Air Wireless TETHERING AND CAMERA CONTROL SYSTEM Case Air Wireless TETHERING AND CAMERA CONTROL SYSTEM PRODUCT MANUAL CAWTS03 v3.13 Android ABOUT CASE AIR The Case Air Wireless Tethering System connects and transfers images instantly from your camera

More information

Persuasive. How to Write Persuasive. SEO Proposals

Persuasive. How to Write Persuasive. SEO Proposals Persuasive SEO Proposals How to Write Persuasive SEO Proposals How to Write Persuasive SEO Proposals! You may love SEO, but you didn t get into it because you love writing and submitting proposals. You

More information

Write Your. Editorial Excellence Author Success Stories Recognition Programs Global Reach ...

Write Your. Editorial Excellence Author Success Stories Recognition Programs Global Reach ... Write Your...... Author Success Story The iuniverse Guide to Supported Self-Publishing Editorial Excellence Author Success Stories Recognition Programs Global Reach Build Your Book on Our Foundation of

More information

10/18/2010. Focus. Information technology landscape

10/18/2010. Focus. Information technology landscape Emerging Tools to Enable Construction Engineering Construction Engineering Conference: Opportunity and Vision for Education, Practice, and Research Blacksburg, VA October 1, 2010 A. B. Cleveland, Jr. Senior

More information

BE 10am Thursday AR for the Masses Do Not Miss IT!!!!

BE 10am Thursday AR for the Masses Do Not Miss IT!!!! BE HERE @ 10am Thursday AR for the Masses Do Not Miss IT!!!! Where R Wearables @Biocodes Ups & Downs & Ups Zombie Ants Once infected, the ant continues about its business as normal - for the most part.

More information

Interview with Mark Coker, CEO, Smashwords. For podcast release Monday, October 24, 2011

Interview with Mark Coker, CEO, Smashwords. For podcast release Monday, October 24, 2011 Interview with Mark Coker, CEO, Smashwords For podcast release Monday, October 24, 2011 Ahead of his keynote address this weekend to the annual conference of Novelists, Inc., Smashwords founder Mark Coker

More information

Open Source Voices Interview Series Podcast, Episode 03: How Is Open Source Important to the Future of Robotics? English Transcript

Open Source Voices Interview Series Podcast, Episode 03: How Is Open Source Important to the Future of Robotics? English Transcript [Black text: Host, Nicole Huesman] Welcome to Open Source Voices. My name is Nicole Huesman. The robotics industry is predicted to drive incredible growth due, in part, to open source development and the

More information

7 Keys to Getting Things Done, Living On Purpose and Being Happy in the Process

7 Keys to Getting Things Done, Living On Purpose and Being Happy in the Process 7 Keys to Getting Things Done, and Being Happy in the Process by Paige Burkes 2 There are hundreds of books and other resources out there to help us get things done and be more productive. In my opinion,

More information

Tech Tips from Mr G Introducing Libby - The New Face of OverDrive

Tech Tips from Mr G Introducing Libby - The New Face of OverDrive Tech Tips from Mr G Introducing Libby - The New Face of OverDrive OverDrive has introduced a new app called Libby, that s designed to make your experience borrowing ebooks and audiobooks through them much

More information

Like Mobile Games* Currently a Distinguished i Engineer at Zynga, and CTO of FarmVille 2: Country Escape (for ios/android/kindle)

Like Mobile Games* Currently a Distinguished i Engineer at Zynga, and CTO of FarmVille 2: Country Escape (for ios/android/kindle) Console Games Are Just Like Mobile Games* (* well, not really. But they are more alike than you think ) Hi, I m Brian Currently a Distinguished i Engineer at Zynga, and CTO of FarmVille 2: Country Escape

More information

dw Interviews: Nicholas Leduc on the mobile experience of billions of devices Episode date:

dw Interviews: Nicholas Leduc on the mobile experience of billions of devices Episode date: dw Interviews: Nicholas Leduc on the mobile experience of billions of devices Episode date: 09-19-2012 [ MUSIC ] LANINGHAM: This is the developerworks podcast. I'm Scott Laningham; joining me right now

More information

Tips on how to save battery life on an iphone (and a common myth busted)

Tips on how to save battery life on an iphone (and a common myth busted) Tips on how to save battery life on an iphone (and a common myth busted) Simon Hill @iamsimonhill POSTED ON 11.28.17-6:00AM Digital Trends Fullscreen The iphone is a great companion that provides plenty

More information

How to Blog to the Vanguard Website

How to Blog to the Vanguard Website How to Blog to the Vanguard Website Guidance and Rules for Blogging on the Vanguard Website Version 1.01 March 2018 Step 1. Get an account The bristol vanguard website, like much of the internet these

More information

bit of time. Turn on some music like I do when I m quilting. So you enjoy what we ve got going on here.

bit of time. Turn on some music like I do when I m quilting. So you enjoy what we ve got going on here. I have been having an incredibly good time helping to create all of these fun different motifs to help us all learn more and more about our free motion machine quilting. So I am super excited today to

More information

Custom Mobile App Support

Custom Mobile App Support Custom Mobile App Support FBBC by Samantha Taylor App Scheduling app for Fit Body Boot Camp and Samantha Taylor Fitness. You can prebook your workouts, check in for your workout or cancel it, all through

More information

we re doing all of the background, then we stop. We put on the borders and then we come back and we ll finish out the eagle.

we re doing all of the background, then we stop. We put on the borders and then we come back and we ll finish out the eagle. I was so lucky to be standing on the upper deck of this cruise ship in Sitka, Alaska when this bald eagle flew right over the top of me and I had my camera with me. So of course I got very inspired and

More information

HUSTLE YOUR WAY TO THE TOP

HUSTLE YOUR WAY TO THE TOP 2011: year of the HUSTLE YOUR WAY TO THE TOP Get Inside Their Heads: How To Avoid No and Score Big Wins By Deeply Understanding Your Prospect BY RAMIT SETHI hustle 2 MOST PEOPLE DESERVE TO FAIL Today,

More information

Videos get people excited, they get people educated and of course, they build trust that words on a page cannot do alone.

Videos get people excited, they get people educated and of course, they build trust that words on a page cannot do alone. Time and time again, people buy from those they TRUST. In today s world, videos are one of the most guaranteed ways to build trust within minutes, if not seconds and get a total stranger to enter their

More information

The Visual Brand Starter Kit.

The Visual Brand Starter Kit. The Visual Brand Starter Kit www.thinkandgrowchick.com Though building your business can seem like a never-ending process, creating an attractive online presence doesn t have to take a long time. In my

More information

BI TRENDS FOR Data De-silofication: The Secret to Success in the Analytics Economy

BI TRENDS FOR Data De-silofication: The Secret to Success in the Analytics Economy 11 BI TRENDS FOR 2018 Data De-silofication: The Secret to Success in the Analytics Economy De-silofication What is it? Many successful companies today have found their own ways of connecting data, people,

More information

Are You Ready To Start Earning Thousands of Dollars As A Home-Based Business Owner?

Are You Ready To Start Earning Thousands of Dollars As A Home-Based Business Owner? Subject Line: Your Home-Based Business News-Alert Are You Ready To Start Earning Thousands of Dollars As A Home-Based Business Owner? Dear , One phone call is all it takes! Take just two minutes

More information

A Guide to Virtual Reality for Social Good in the Classroom

A Guide to Virtual Reality for Social Good in the Classroom A Guide to Virtual Reality for Social Good in the Classroom Welcome to the future, or the beginning of a future where many things are possible. Virtual Reality (VR) is a new tool that is being researched

More information

2015 ISACA IT Risk/Reward Barometer US Consumer Results. October 2015

2015 ISACA IT Risk/Reward Barometer US Consumer Results. October 2015 2015 ISACA IT Risk/Reward Barometer US Consumer Results October 2015 www.isaca.org/risk-reward-barometer Media Inquiries: Kristen Kessinger, ISACA, +1.847.660.5512, news@isaca.org 1. Which of the following

More information

COLORMUNKI DISPLAY & i1display PRO

COLORMUNKI DISPLAY & i1display PRO Now supports Mobile Calibration with ColorTRUE app. COLORMUNKI DISPLAY & i1display PRO Display and Projector Calibration Solutions for all Types of Color Perfectionists Color Perfectionists Unite! Is your

More information

2015 ISACA IT Risk/Reward Barometer UK Consumer Results. October

2015 ISACA IT Risk/Reward Barometer UK Consumer Results. October 2015 ISACA IT Risk/Reward Barometer UK Consumer Results October 2015 www.isaca.org/risk-reward-barometer Media Inquiries: Kristen Kessinger, ISACA, +1.847.660.5512, news@isaca.org 1. Which of the following

More information

2015 ISACA IT Risk/Reward Barometer Australia Consumer Results. October

2015 ISACA IT Risk/Reward Barometer Australia Consumer Results. October 2015 ISACA IT Risk/Reward Barometer Australia Consumer Results October 2015 www.isaca.org/risk-reward-barometer Media Inquiries: Kristen Kessinger, ISACA, +1.847.660.5512, news@isaca.org 1. Which of the

More information

Module 3. Kristen Byers Interview Questions and Answers. Introduction: Questions: -works for Columbia University

Module 3. Kristen Byers Interview Questions and Answers. Introduction: Questions: -works for Columbia University Module 3 Kristen Byers Interview Questions and Answers Introduction: -works for Columbia University -web designer but also does print stuff -posters -online RSVPs -day in the life depends on what s going

More information

No Tech Genius Required: Your Guide to Photo Editing with Photoshop Unless you re a graphic designer, it s likely that when you hear the word Photoshop your heart starts pumping fast and your brain shuts

More information

Internet of Things. (Ref: Slideshare)

Internet of Things. (Ref: Slideshare) Internet of Things (Ref: Slideshare) Contents Introduction/Overview The Internet of Things Applications of IoT Challenges and Barriers in IoT Future of IoT Internet Revolution Impact of the Internet Education

More information

Leading the Agenda. Everyday technology: A focus group with children, young people and their carers

Leading the Agenda. Everyday technology: A focus group with children, young people and their carers Leading the Agenda Everyday technology: A focus group with children, young people and their carers March 2018 1 1.0 Introduction Assistive technology is an umbrella term that includes assistive, adaptive,

More information

Photo Editing in Mac and ipad and iphone

Photo Editing in Mac and ipad and iphone Page 1 Photo Editing in Mac and ipad and iphone Switching to Edit mode in Photos for Mac To edit a photo you ll first need to double-click its thumbnail to open it for viewing, and then click the Edit

More information

facebook groups NETWORKING & SELLING LAUNCHING YOUR BUSINESS GUIDE 2018

facebook groups NETWORKING & SELLING LAUNCHING YOUR BUSINESS GUIDE 2018 facebook groups NETWORKING & SELLING LAUNCHING YOUR BUSINESS GUIDE 2018 Before joining the types of groups discussed in this presentation, make sure that you re motivated and very strong in your belief

More information

Welcome to this IBM podcast, Six Ways To. Accelerate Android Mobile Application Development. I'm. Android based smartphones, pads and other mobile and

Welcome to this IBM podcast, Six Ways To. Accelerate Android Mobile Application Development. I'm. Android based smartphones, pads and other mobile and IBM Podcast [ MUSIC ] Welcome to this IBM podcast, Six Ways To Accelerate Android Mobile Application Development. I'm Angelique Matheny with IBM. Android based smartphones, pads and other mobile and interconnected

More information

Information Technology in Facilities Management. 4 Questions. Demystifying technology 9/1/2014

Information Technology in Facilities Management. 4 Questions. Demystifying technology 9/1/2014 Information Technology in Facilities Management Chris Smeds APPA Institute February 2014 4 Questions Write down one tool that would make your job better/easier/quicker. What is one thing that if you KNEW

More information

The Secret to Making the. Law of Attraction. Work for You. Special Report prepared by ThoughtElevators.com

The Secret to Making the. Law of Attraction. Work for You. Special Report prepared by ThoughtElevators.com The Secret to Making the Law of Attraction Work for You Special Report prepared by ThoughtElevators.com Copyright ThroughtElevators.com under the US Copyright Act of 1976 and all other applicable international,

More information

High Net Worth Individuals

High Net Worth Individuals High Net Worth Individuals Transcripts Mobile Phones High Net Worth Individuals attitudes towards: Letter from the Client Services Director Vox Pops International is the first company in the UK to truly

More information

OBERLO: A FANTASTIC APP THAT LL TURN YOUR SHOP INTO A SUPER PROFIT MAKING MACHINE BY CONNECTING IT TO ALIEXPRESS!

OBERLO: A FANTASTIC APP THAT LL TURN YOUR SHOP INTO A SUPER PROFIT MAKING MACHINE BY CONNECTING IT TO ALIEXPRESS! OBERLO: A FANTASTIC APP THAT LL TURN YOUR SHOP INTO A SUPER PROFIT MAKING MACHINE BY CONNECTING IT TO ALIEXPRESS! Welcome back to my series for the videos Sells Like Hotcakes on how to create your most

More information