SlideShare ist ein Scribd-Unternehmen logo
1 von 56
NUX
in a
nutshell
agenda
• Introduction
• What is NUI/NUX
• NUX In the media and the wild
• Real-world devices
• Tools, SDK’s, …
• Where is this going?
• Demo using Kinect and Wiimote
about mike
• Principal global technologist, Advanced Technology
Services, SunGard Global Services
• Technology focus on .NET, cloud, parallel systems, rich
interfaces and NUX
• mike@heydt.org, michael.heydt@sungard.com
• @mikeheydt
• 42spikes.com
55
Advanced Technology
What is Advanced Technology?
SunGard Consulting Services Approach
Typical Client Engagements
 Our consultants offer deep domain experience and a broad set of leading edge technology
skills, allowing companies to optimize their business processes
 We use a variety of Agile project management and execution techniques to facilitate quick
delivery and reduce risk
 We take an objective approach in the selection of tools and products, and are comfortable
working with a variety of vendor products and platforms
 We have applied our advanced technology skills to provide solutions to customers in finance,
energy and media sectors
 Typical assignments involve deploying highly skilled specialists with relevant domain
knowledge who work with customers in a collaborative way to design and build custom
solutions
MapReduce/Hadoop
Complex Events Processing
GPU Mathematical Pricing
Mashups
Web 2.0
Cloud & Grid Computing
Functional Languages
Mobile Applications
RIA (Silverlight/Flex)
Semantic Web
REST/JSON
Grails
opening questions…
• Who here has used a Kinect on the Xbox?
• Who has programmed a Kinect?
• Who has used a WiiMote on the Wii?
• Who has programmed a wiimote in their application?
• Who has seen Minority Report?
what is nui/x?
• In computing, a natural user
interface, or NUI, is the common
parlance used by designers and
developers of computer interfaces
to refer to a user interface that is
effectively invisible, or becomes
invisible with successive learned
interactions, to its users.
• NUI Covers the class of interfaces
where the user is enabled to
interact with the computer in a
more natural manner.
genesis
• Conceptually has been thought of for several decades
• Made popular by Minority Report
• iPad has changed the game with single-task gestural
apps
• Xbox Kinect has broken open the flood gates for NUX
• NUX is starting to show adoption in operating systems
through the use of tablet and trackpad gestures
in the media and the wild
• Xbox
• Operating systems
• Movies and television
• Science
XBox
os and mobility: osx lion
os and mobility: Windows 8
tv: Caprica
movie: District 9
movie: Disclosure
movie: Minority Report
movie: Minority Report
movie: Minority Report
science: world wide telescope
other: smart cubes
real world devices
• Surface
• Kinect
• PrimeSense
• Wiimote
• Tablets and SmartPhones
surface
surface capabilities
• Multi-user
• Multi-touch
• Also camera based identification and tracking
• Built in wireless to devices
surface 2.0
kinect
• Laser Depth Imager
• Video Camera
• Microphone Array
• Very XBox Specific Interface (non-standard USB)
• Microsoft SDK, non-commercial license
• $150
kinect: an evolution
primesense
• Only laser depth finder
• Standard USB
• OpenNI drivers
• Semi-open source
• commercial license
johnny 5
wiimote
tablets and smartphones
• Have driven
adoption of NUX
• Will be an integral
“augmentation” to
NUX
elements of nux
• Skeleton Tracking
• Gesture (Body, fingers) Identification
• Voice Recognition
the how of the kinect
• Perform initialization gesture (helps, but not always
necessary)
• You are scanned and tracked by an IR laser
• Depths are measured to the millimeter at 320 x 200 +
• From depths skeletons are identified and tracked
Kinect SDK
http://research.micro
soft.com/en-
us/um/redmond/proj
ects/kinectsdk/
OpenNI
• http://www.ope
nni.org/
• Pseudo-open
source
data from the kinect
• Multiple streams of data
• Video
• Audio
• Depth
• Skeletons
kinect - the invisible
depth mapping
• Distance to the millimeter
• Used to create maps for
“skeletons”
skeleton tracking
• Built from the depth map
• 1..n skeletons
• Done in software not the
hardware
the “psi” gesture
hand and finger tracking
Not a part of any SDK
the how of wiimote
• Connects to PC with Bluetooth
• With .NET, use WiimoteLib
(http://wiimotelib.codeplex.com/)
Wiimotelib
http://www.ted.com/talks/johnny_lee_demos_wii_remo
e_hacks.html
Thoughts on the Wiimote
• An interesting device, but…
• It’s first gen
• Looked good prior to the Kinect
• All capabilities can be duplicated with Kinect (point
tracking) and a cell phone (accelerometer, gyro)
• And a cell phone can provide additional uses such as
robust data entry
speech
• Kinect has a very good set of microphones
• Speech recognition is not in the kinect - use the .NET
libraries
• Must be bridged with Microsoft Speech Platform SDK
• I can’t stress this enough – this is excellent
augmentation
gesture recognition
• Not built into any of the
devices
• Typically implemented with
Dynamic Time Warping
algorithms (DTW)
• Record sequences of skeleton
locations, match against live
streams
difficulties
• Many devices
• Immature libraries
• Small body of work
• Many API’s, even for each
individual device
• Kinect is non-standard
USB
• All devices are separate
and don’t interoperate
• All work on a single
system – No support for
moving physical location
• No standard pattern
language for NUX
• No “canned” gesture
engines
what i’m building
• NuiDotNet (nuidotnet.codeplex.com, nuidot.net)
• Abstracts devices from the application
• Allows configuration and location based construction
of services
• Multiple and prioritized services and interactions
mapped to application functions
• Gesture engine and domain specific language for
gestures
directions
• Define useful set of gesture patterns for data
manipulation
• Build finger / hand tracking capabilities
• Make the DTW gesture engine robust
• Tracking of specific parts of the body
• Architecture and software to plug into business
applications
• Provide a library of pluggable UI elements and gestures
uses for business
• Interactive data manipulation and visualization
• Free-form visual application development
• Media presentations
• Home control
• Many still to be determined
demo and the tools
• Hardware: Kinect, WiiMote
• Libraries: Kinect SDK, Wiimotelib
• Language and GUI: C# / WPF
resources
• ^ Buxton, Bill (2010-01-06). "CES 2010: NUI with Bill Buxton". Microsoft Research.
• http://www.microsoft.com/surface/en/us/default.aspx
• http://research.microsoft.com/en-us/um/redmond/projects/kinectsdk/
• http://www.youtube.com/watch?v=1-tMp4WkQjA
• http://openni.org/
• http://silverlightkinect.codeplex.com/
• http://mono-mig.sourceforge.net/
• https://42spikes.com
Resources
• http://en.wikipedia.org/wiki/NUI
• http://kinectdtw.codeplex.com/
• http://en.wikipedia.org/wiki/Dynamic_time_warping
• http://tinyurl.com/6a64sqr
• http://wiimotelib.codeplex.com/
Resources
• http://ctmarionette.wordpress.com/ (marionette)
• http://www.ted.com/talks/johnny_lee_demos_wii_remot
e_hacks.html
• http://research.microsoft.com/en-
us/um/redmond/projects/kinectsdk/docs/speech_walkth
rough.pdf
• http://www.microsoft.com/download/en/details.aspx?dis
playlang=en&id=14373
resources
• http://www.springer.com/cda/content/document/cda_do
wnloaddocument/9783540740476-c1.pdf?SGWID=0-0-
45-452103-p173751818
• http://www.youtube.com/watch?v=tlLschoMhuE&featur
e=player_embedded
• http://www.youtube.com/watch?v=lCuItHQEgEQ&NR=
1
resources
• http://www.microsoft.com/presspass/press/2011/jan11/
01-06mssurfacesamsungpr.mspx
• http://blogs.oracle.com/mprove/entry/reipadsnui
• http://channel9.msdn.com/Shows/HanselminutesOn9/H
anselminutes-on-9-Johnny-Lee-on-Computer-Vision

Weitere ähnliche Inhalte

Was ist angesagt?

IoTSummit - Introduction to IoT Hub
IoTSummit - Introduction to IoT HubIoTSummit - Introduction to IoT Hub
IoTSummit - Introduction to IoT HubMarco Silva
 
How to Develop VR Applications and Publish from Phone to Dome - Nils Andersson
How to Develop VR Applications and Publish from Phone to Dome - Nils AnderssonHow to Develop VR Applications and Publish from Phone to Dome - Nils Andersson
How to Develop VR Applications and Publish from Phone to Dome - Nils AnderssonWithTheBest
 
5 pen pc technology (pen style computing)
5 pen pc technology (pen style computing)5 pen pc technology (pen style computing)
5 pen pc technology (pen style computing)Manasa Chowdary
 
IoT Saturday PN 2019 - Eurotech
IoT Saturday PN 2019 - EurotechIoT Saturday PN 2019 - Eurotech
IoT Saturday PN 2019 - EurotechLuca Dazi
 
Motion Sensors + Audio Visual Performance
Motion Sensors + Audio Visual PerformanceMotion Sensors + Audio Visual Performance
Motion Sensors + Audio Visual PerformanceSkyRonDotOrg
 
Citrix Octoblu Architecture Breakdown
Citrix Octoblu Architecture BreakdownCitrix Octoblu Architecture Breakdown
Citrix Octoblu Architecture BreakdownJohn Moody
 
Arbusta Empowering Women & Youth Through Impact Sourcing
Arbusta Empowering Women & Youth Through Impact SourcingArbusta Empowering Women & Youth Through Impact Sourcing
Arbusta Empowering Women & Youth Through Impact SourcingPaula Cardenau
 
5 pen technology presentation
5 pen technology presentation5 pen technology presentation
5 pen technology presentationPrashant Kumar
 
Cloud Expo 2014 Making the Internet of Things (IoT) Charming
Cloud Expo 2014 Making the Internet of Things (IoT) CharmingCloud Expo 2014 Making the Internet of Things (IoT) Charming
Cloud Expo 2014 Making the Internet of Things (IoT) Charmingfcohenvotsh
 

Was ist angesagt? (12)

IoTSummit - Introduction to IoT Hub
IoTSummit - Introduction to IoT HubIoTSummit - Introduction to IoT Hub
IoTSummit - Introduction to IoT Hub
 
How to Develop VR Applications and Publish from Phone to Dome - Nils Andersson
How to Develop VR Applications and Publish from Phone to Dome - Nils AnderssonHow to Develop VR Applications and Publish from Phone to Dome - Nils Andersson
How to Develop VR Applications and Publish from Phone to Dome - Nils Andersson
 
5 pen pc technology (pen style computing)
5 pen pc technology (pen style computing)5 pen pc technology (pen style computing)
5 pen pc technology (pen style computing)
 
IoT Saturday PN 2019 - Eurotech
IoT Saturday PN 2019 - EurotechIoT Saturday PN 2019 - Eurotech
IoT Saturday PN 2019 - Eurotech
 
Motion Sensors + Audio Visual Performance
Motion Sensors + Audio Visual PerformanceMotion Sensors + Audio Visual Performance
Motion Sensors + Audio Visual Performance
 
Citrix Octoblu Architecture Breakdown
Citrix Octoblu Architecture BreakdownCitrix Octoblu Architecture Breakdown
Citrix Octoblu Architecture Breakdown
 
Arbusta Empowering Women & Youth Through Impact Sourcing
Arbusta Empowering Women & Youth Through Impact SourcingArbusta Empowering Women & Youth Through Impact Sourcing
Arbusta Empowering Women & Youth Through Impact Sourcing
 
ICS3211 lecture 08
ICS3211 lecture 08ICS3211 lecture 08
ICS3211 lecture 08
 
5 pen technology presentation
5 pen technology presentation5 pen technology presentation
5 pen technology presentation
 
Cloud Expo 2014 Making the Internet of Things (IoT) Charming
Cloud Expo 2014 Making the Internet of Things (IoT) CharmingCloud Expo 2014 Making the Internet of Things (IoT) Charming
Cloud Expo 2014 Making the Internet of Things (IoT) Charming
 
Digitizer
DigitizerDigitizer
Digitizer
 
Android
AndroidAndroid
Android
 

Andere mochten auch (20)

Escobar soraly tema1b
Escobar soraly tema1bEscobar soraly tema1b
Escobar soraly tema1b
 
Viraj_kadam_DBA_2016
Viraj_kadam_DBA_2016Viraj_kadam_DBA_2016
Viraj_kadam_DBA_2016
 
Documentary research
Documentary researchDocumentary research
Documentary research
 
AER -- Chesapeake College -- SP 2016 -- 5-20-2016
AER -- Chesapeake College -- SP 2016 -- 5-20-2016AER -- Chesapeake College -- SP 2016 -- 5-20-2016
AER -- Chesapeake College -- SP 2016 -- 5-20-2016
 
3 c tablet es
3 c tablet es3 c tablet es
3 c tablet es
 
Mas allá hay dragones
Mas allá hay dragonesMas allá hay dragones
Mas allá hay dragones
 
اخبار رسمی
اخبار رسمیاخبار رسمی
اخبار رسمی
 
Adeyemi arogunmati
Adeyemi arogunmatiAdeyemi arogunmati
Adeyemi arogunmati
 
Double page spread (dps) research
Double page spread (dps) researchDouble page spread (dps) research
Double page spread (dps) research
 
Esto Es El Nacional Rock
Esto Es El Nacional RockEsto Es El Nacional Rock
Esto Es El Nacional Rock
 
Kick Off Easy Hrm
Kick Off Easy HrmKick Off Easy Hrm
Kick Off Easy Hrm
 
Presentación de diseño
Presentación de diseñoPresentación de diseño
Presentación de diseño
 
3.19.11 ann
3.19.11 ann3.19.11 ann
3.19.11 ann
 
Znr2001Suv_765978ZK
Znr2001Suv_765978ZK Znr2001Suv_765978ZK
Znr2001Suv_765978ZK
 
1.19.11 ann
1.19.11 ann1.19.11 ann
1.19.11 ann
 
Servicio de administracion tributaria
Servicio de administracion      tributariaServicio de administracion      tributaria
Servicio de administracion tributaria
 
Installing Parsix 1
Installing Parsix 1Installing Parsix 1
Installing Parsix 1
 
Install Linux CentOS 7.0
Install Linux CentOS 7.0Install Linux CentOS 7.0
Install Linux CentOS 7.0
 
Divulgación 5S digitales
Divulgación 5S digitalesDivulgación 5S digitales
Divulgación 5S digitales
 
Hardware2
Hardware2Hardware2
Hardware2
 

Ähnlich wie NUX Presentation from TechMixer Birmingham 2011

IEEE VR-SEARIS 2014 Keynote - MiddleVR - Philosophy and architecture
IEEE VR-SEARIS 2014 Keynote - MiddleVR - Philosophy and architectureIEEE VR-SEARIS 2014 Keynote - MiddleVR - Philosophy and architecture
IEEE VR-SEARIS 2014 Keynote - MiddleVR - Philosophy and architectureSebastien Kuntz
 
Touchless Touchscreen Technology
Touchless Touchscreen TechnologyTouchless Touchscreen Technology
Touchless Touchscreen TechnologyAkshay Vasava
 
Chapter 7 : MAKING MULTIMEDIA
Chapter 7 : MAKING MULTIMEDIAChapter 7 : MAKING MULTIMEDIA
Chapter 7 : MAKING MULTIMEDIAazira96
 
chapter7-151010022348-lva1-app6892 (1).pptx
chapter7-151010022348-lva1-app6892 (1).pptxchapter7-151010022348-lva1-app6892 (1).pptx
chapter7-151010022348-lva1-app6892 (1).pptxJayasheelanP
 
Visug: Say Hello to my little friend: a session on Kinect
Visug: Say Hello to my little friend: a session on KinectVisug: Say Hello to my little friend: a session on Kinect
Visug: Say Hello to my little friend: a session on KinectVisug
 
Comp4010 Lecture10 VR Interface Design
Comp4010 Lecture10 VR Interface DesignComp4010 Lecture10 VR Interface Design
Comp4010 Lecture10 VR Interface DesignMark Billinghurst
 
Witekio Qt and Android
Witekio Qt and AndroidWitekio Qt and Android
Witekio Qt and AndroidWitekio
 
Making Augmented Reality Applications with Android NDK
Making Augmented Reality Applications with Android NDKMaking Augmented Reality Applications with Android NDK
Making Augmented Reality Applications with Android NDKEvren Coşkun
 
Concerto motionsummer2011week1
Concerto motionsummer2011week1Concerto motionsummer2011week1
Concerto motionsummer2011week1mskmoorthy
 
Choosing the right Technologies for your next unicorn.
Choosing the right Technologies for your next unicorn.Choosing the right Technologies for your next unicorn.
Choosing the right Technologies for your next unicorn.Gladson DSouza
 
Kinect on Android Pandaboard
Kinect on Android PandaboardKinect on Android Pandaboard
Kinect on Android Pandaboardumituzun84
 
Synthetic environment
Synthetic environmentSynthetic environment
Synthetic environmentUllas Gupta
 
Microsoft IT Academy Summit 2011
Microsoft IT Academy Summit 2011Microsoft IT Academy Summit 2011
Microsoft IT Academy Summit 2011Lee Stott
 
Rsc Event Desktop Virtualisation Tvp 2
Rsc Event Desktop Virtualisation   Tvp 2Rsc Event Desktop Virtualisation   Tvp 2
Rsc Event Desktop Virtualisation Tvp 2NeilSand
 
virtual reality Information-160422181930.pdf
virtual reality Information-160422181930.pdfvirtual reality Information-160422181930.pdf
virtual reality Information-160422181930.pdf21107117
 

Ähnlich wie NUX Presentation from TechMixer Birmingham 2011 (20)

IEEE VR-SEARIS 2014 Keynote - MiddleVR - Philosophy and architecture
IEEE VR-SEARIS 2014 Keynote - MiddleVR - Philosophy and architectureIEEE VR-SEARIS 2014 Keynote - MiddleVR - Philosophy and architecture
IEEE VR-SEARIS 2014 Keynote - MiddleVR - Philosophy and architecture
 
Android Presentation
Android PresentationAndroid Presentation
Android Presentation
 
Human Computer Interacton
Human Computer InteractonHuman Computer Interacton
Human Computer Interacton
 
Touchless Touchscreen Technology
Touchless Touchscreen TechnologyTouchless Touchscreen Technology
Touchless Touchscreen Technology
 
Chapter 7
Chapter 7Chapter 7
Chapter 7
 
Chapter 7 : MAKING MULTIMEDIA
Chapter 7 : MAKING MULTIMEDIAChapter 7 : MAKING MULTIMEDIA
Chapter 7 : MAKING MULTIMEDIA
 
chapter7-151010022348-lva1-app6892 (1).pptx
chapter7-151010022348-lva1-app6892 (1).pptxchapter7-151010022348-lva1-app6892 (1).pptx
chapter7-151010022348-lva1-app6892 (1).pptx
 
Visug: Say Hello to my little friend: a session on Kinect
Visug: Say Hello to my little friend: a session on KinectVisug: Say Hello to my little friend: a session on Kinect
Visug: Say Hello to my little friend: a session on Kinect
 
Comp4010 Lecture10 VR Interface Design
Comp4010 Lecture10 VR Interface DesignComp4010 Lecture10 VR Interface Design
Comp4010 Lecture10 VR Interface Design
 
Witekio Qt and Android
Witekio Qt and AndroidWitekio Qt and Android
Witekio Qt and Android
 
Making Augmented Reality Applications with Android NDK
Making Augmented Reality Applications with Android NDKMaking Augmented Reality Applications with Android NDK
Making Augmented Reality Applications with Android NDK
 
Concerto motionsummer2011week1
Concerto motionsummer2011week1Concerto motionsummer2011week1
Concerto motionsummer2011week1
 
Choosing the right Technologies for your next unicorn.
Choosing the right Technologies for your next unicorn.Choosing the right Technologies for your next unicorn.
Choosing the right Technologies for your next unicorn.
 
Kinect on Android Pandaboard
Kinect on Android PandaboardKinect on Android Pandaboard
Kinect on Android Pandaboard
 
Synthetic environment
Synthetic environmentSynthetic environment
Synthetic environment
 
Virtual Mouse
Virtual MouseVirtual Mouse
Virtual Mouse
 
Microsoft IT Academy Summit 2011
Microsoft IT Academy Summit 2011Microsoft IT Academy Summit 2011
Microsoft IT Academy Summit 2011
 
Virtual Reality
Virtual RealityVirtual Reality
Virtual Reality
 
Rsc Event Desktop Virtualisation Tvp 2
Rsc Event Desktop Virtualisation   Tvp 2Rsc Event Desktop Virtualisation   Tvp 2
Rsc Event Desktop Virtualisation Tvp 2
 
virtual reality Information-160422181930.pdf
virtual reality Information-160422181930.pdfvirtual reality Information-160422181930.pdf
virtual reality Information-160422181930.pdf
 

Mehr von Michael Heydt

Natural User Interfaces in a Nutshel
Natural User Interfaces in a NutshelNatural User Interfaces in a Nutshel
Natural User Interfaces in a NutshelMichael Heydt
 
Continuous and Seamless Applications
Continuous and Seamless ApplicationsContinuous and Seamless Applications
Continuous and Seamless ApplicationsMichael Heydt
 
Using Azure for Computationally Intensive Workloads
Using Azure for Computationally Intensive WorkloadsUsing Azure for Computationally Intensive Workloads
Using Azure for Computationally Intensive WorkloadsMichael Heydt
 
C# 3.0 and LINQ Tech Talk
C# 3.0 and LINQ Tech TalkC# 3.0 and LINQ Tech Talk
C# 3.0 and LINQ Tech TalkMichael Heydt
 
Presentation on Cloud Mashups
Presentation on Cloud MashupsPresentation on Cloud Mashups
Presentation on Cloud MashupsMichael Heydt
 
Agile india 2014 Presentation
Agile india 2014 PresentationAgile india 2014 Presentation
Agile india 2014 PresentationMichael Heydt
 

Mehr von Michael Heydt (7)

Natural User Interfaces in a Nutshel
Natural User Interfaces in a NutshelNatural User Interfaces in a Nutshel
Natural User Interfaces in a Nutshel
 
Continuous and Seamless Applications
Continuous and Seamless ApplicationsContinuous and Seamless Applications
Continuous and Seamless Applications
 
Using Azure for Computationally Intensive Workloads
Using Azure for Computationally Intensive WorkloadsUsing Azure for Computationally Intensive Workloads
Using Azure for Computationally Intensive Workloads
 
C# 3.0 and LINQ Tech Talk
C# 3.0 and LINQ Tech TalkC# 3.0 and LINQ Tech Talk
C# 3.0 and LINQ Tech Talk
 
Presentation on Cloud Mashups
Presentation on Cloud MashupsPresentation on Cloud Mashups
Presentation on Cloud Mashups
 
Agile india 2014 Presentation
Agile india 2014 PresentationAgile india 2014 Presentation
Agile india 2014 Presentation
 
Social Machines
Social MachinesSocial Machines
Social Machines
 

Kürzlich hochgeladen

A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersNicole Novielli
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch TuesdayIvanti
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterMydbops
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Mark Goldstein
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...Wes McKinney
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesThousandEyes
 
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Nikki Chapple
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPathCommunity
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS:  6 Ways to Automate Your Data IntegrationBridging Between CAD & GIS:  6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integrationmarketing932765
 
QCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architecturesQCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architecturesBernd Ruecker
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Hiroshi SHIBATA
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...itnewsafrica
 
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Alkin Tezuysal
 
Top 10 Hubspot Development Companies in 2024
Top 10 Hubspot Development Companies in 2024Top 10 Hubspot Development Companies in 2024
Top 10 Hubspot Development Companies in 2024TopCSSGallery
 
Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...itnewsafrica
 

Kürzlich hochgeladen (20)

A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software Developers
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch Tuesday
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL Router
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
 
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to Hero
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS:  6 Ways to Automate Your Data IntegrationBridging Between CAD & GIS:  6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
 
QCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architecturesQCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architectures
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...
 
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
 
Top 10 Hubspot Development Companies in 2024
Top 10 Hubspot Development Companies in 2024Top 10 Hubspot Development Companies in 2024
Top 10 Hubspot Development Companies in 2024
 
Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...
 

NUX Presentation from TechMixer Birmingham 2011

Hinweis der Redaktion

  1. 5