SlideShare ist ein Scribd-Unternehmen logo
1 von 45
Downloaden Sie, um offline zu lesen
Informative Workspace with
®
Raspberry Pi
Chris Hansen, New Relic - @cxhansen
Jonathan Thurman, New Relic - @jthurman42
https://github.com/newrelic/empanada
Raspberry Pi is a trademark of the Raspberry Pi Foundation
Tuesday, October 15, 13
Informative Workspaces
Tuesday, October 15, 13
Culture of Hacking
Hacking the Culture

Tuesday, October 15, 13
Empanada Project
•Simple, open, hackable, dashboard software
•Raspberry Pi setup instructions
•Instructions for adding devices to Raspberry Pi
•Budget-conscious

Tuesday, October 15, 13
Dashboard Software

http://techcrunch.com/2012/03/22/leftronic-relaunch/

Tuesday, October 15, 13
https://ducksboard.com/landing/compete/

Tuesday, October 15, 13

http://www.smartinsights.com/goal-setting-evaluation/performance-management/real-time-businessdashboards/
What’s Important to Us

•Heads-up to when something breaks
•Heads-up to current team activity
•Window into tech community news

Tuesday, October 15, 13
Empanada Goals
•Good support for metrics and news
•No service fee
•Simple to hack
•Generic event service for integration
•Deployable anywhere
•Accessible from anywhere
Tuesday, October 15, 13
Empanada Dependencies
•AngularJS
•Google Feed API
•Masonry
•D3
•Jetty
•Java
Tuesday, October 15, 13
Browser

<div id="feedTechCrunch"/>

index.html (Dashboard Main Page)

function initialize() {
loadFeed("feedTechCrunch");
...
}

TechCrunch
New Relic
Spring
...

dashboard.js (Dashboard App)

Company Network

News Feeds
Tuesday, October 15, 13

Google
Feed API

Internet
Web APIs

Tuesday, October 15, 13
Browser

<div id="feedTechCrunch"/>
<div
ng-controller="GitHubCtl">

index.html (Dashboard Main Page)

function initialize() {
loadFeed("feedTechCrunch");
...
}
function GitHubCtl(…) {
...
}

Google
Feed API
Proxy
auth
config

dashboard.war
(Java App)
Proxy Service

dashboard.js (Dashboard App)

Company Network

Protected Web APIs
Tuesday, October 15, 13

TechCrunch
New Relic
Spring
...

Protected
Web APIs
GitHub
New Relic
HipChat
...

Internet
Proxy Service
• Allows our Angular app to get results from protected web APIs
• Restricted to GETs
• For a given external Web API, the proxy service must know:
• URL prefix path to forward (otherwise 401 status)
• Where to fetch the access token
• token insertion strategy (usually HTTP header)

Tuesday, October 15, 13
Browser

<div id="feedTechCrunch"/>
<div
ng-controller="GitHubCtl">
<div
ng-controller="BuildCtl">
index.html (Dashboard Main Page)

function initialize() {
loadFeed("feedTechCrunch");
...
}
function GitHubCtl(…) {
...
}
function BuildCtl(…) {
...
}
dashboard.js (Dashboard App)

Company Network

Events
Tuesday, October 15, 13

Google
Feed API
Proxy
auth
config

dashboard.war
(Java App)
Proxy Service

Event Service

TechCrunch
New Relic
Spring
...

Protected
Web APIs
GitHub
New Relic
HipChat
...

Internet
Event Service

Jenkins

POST /events?channel=build

Event
Service

GET /events?channel=build

Subscriber

Tuesday, October 15, 13

{

{{
"id" : 102,
"id" : : 102,
102,
"id"
"channel" : "build",
"channel" : : "build",
"build",
"channel"
"attrs" : {
"attrs" : : {
{
"attrs"
"success" : 0,
"success" : : 0,
0,
"success"
"BUILD_NUMBER" : 939,
"BUILD_NUMBER" : : 939,
939,
…"BUILD_NUMBER"
…
} …
}}
}
}}
Build Event
Build Event
Build Event
Tuesday, October 15, 13
Information Radiator

•Devices that display the Dashboard
•Various sizes based on need
•Cost can vary significanly

Tuesday, October 15, 13
Individuals
http://www.flickr.com/photos/doggie52/3920392034/
Tuesday, October 15, 13
Large Teams
Tuesday, October 15, 13
The World
http://www.flickr.com/photos/nicolas_vollmer_photo/8912698659/
Tuesday, October 15, 13
http://www.amazon.com/dp/B008A3KFB8/
ref=pe_385040_30332190_pe_175190_21431760_M3T1_ST1_dp_i1

http://www.paritynews.com/wp-content/uploads/2013/08/raspberry-pi-800x600.jpg

Just Right!
Tuesday, October 15, 13
Why Raspberry Pi?

•Full Linux stack
•HDMI output
•Cheap and Hackable!

http://www.raspberrypi.org/wp-content/uploads/2011/07/RaspiModelB.png
Tuesday, October 15, 13
Caveats
•CPU / Memory constraints
•Need to customize HDMI settings
•Overclocking issues
•New Out Of Box Software

Tuesday, October 15, 13
Extreme Feedback Devices

•Devices that manipulate your environment
•Force you to take notice
•People lose interest over time, remind them!

Tuesday, October 15, 13
Input and
Output Pins

Raspberry Pi
http://www.flickr.com/photos/tkramm/8222207452/
Tuesday, October 15, 13
Audible
http://www.flickr.com/photos/39213183@N02/6853977807/
Tuesday, October 15, 13
Tactile
http://www.flickr.com/photos/spirosk/127848247/
Tuesday, October 15, 13
Visual
http://www.flickr.com/photos/thisisbossi/7812046824/
Tuesday, October 15, 13
Aggressive
http://www.flickr.com/photos/krisbeltran/3554484948/
Tuesday, October 15, 13
Visual Wins!

•Simple, yet elegant
•Widely understood without training
•Just the right amount of Annoying

Tuesday, October 15, 13
Talkin’ GPIO

•Very simplistic endpoint
•Polls custom event status
•Quickly customizable

Tuesday, October 15, 13
Get Interactive
Tuesday, October 15, 13
Interactive Workspace

•We get information beamed at us
•What can we send back?
•Turns out we have the I in GPIO!

Tuesday, October 15, 13
Observe
http://www.flickr.com/photos/avbild/6735334913/
Tuesday, October 15, 13
Respond
http://www.flickr.com/photos/jblmpao/6077242957/
Tuesday, October 15, 13
Acknowledge
http://www.flickr.com/photos/marcusborg/2840411331/
Tuesday, October 15, 13
Overview
Tuesday, October 15, 13
Don’t move
Tuesday, October 15, 13
#fail
Tuesday, October 15, 13
Keep the dream alive!
Tuesday, October 15, 13
Motion
Sensor

Snooze
Button

Connected
Tuesday, October 15, 13
Next Steps

•Buy some hardware
•Get out our soldering iron
•Share your awesome hacks
•Check out Empanada - Soon!

Tuesday, October 15, 13
Empanada Project
•Raspberry Pi setup instructions
•Instructions for wiring the devices
•Software described here (by end of October)
•https://github.com/newrelic/empanada

Tuesday, October 15, 13
Tuesday, October 15, 13
JOIN THE TEAM

NewRelic.com/jobs

Tuesday, October 15, 13

Weitere ähnliche Inhalte

Andere mochten auch

Analysis facebook fanpage [wemakeprice] kimsejin
Analysis facebook fanpage [wemakeprice]   kimsejinAnalysis facebook fanpage [wemakeprice]   kimsejin
Analysis facebook fanpage [wemakeprice] kimsejin세진 김
 
We Care The Animals...
We Care The Animals...We Care The Animals...
We Care The Animals...Aniket Raval
 
Power Point de la F1
Power Point de la F1Power Point de la F1
Power Point de la F1Joseba1998
 
Cellulite Reduction Cream
Cellulite Reduction CreamCellulite Reduction Cream
Cellulite Reduction Creamnewcomerube
 
Research on magazines! media
Research on magazines! mediaResearch on magazines! media
Research on magazines! mediaHollySheldon
 
Alana Schultz - Crowd Funding & Indiegogo
Alana Schultz - Crowd Funding & IndiegogoAlana Schultz - Crowd Funding & Indiegogo
Alana Schultz - Crowd Funding & IndiegogoBen Niculescu
 
Brochure 2KB2 healthcare English Version
Brochure 2KB2 healthcare English VersionBrochure 2KB2 healthcare English Version
Brochure 2KB2 healthcare English VersionJim Frs
 
Digital Storytelling in Ms. Middleton's Reading Room
Digital Storytelling in Ms. Middleton's Reading RoomDigital Storytelling in Ms. Middleton's Reading Room
Digital Storytelling in Ms. Middleton's Reading Roommkmiddleton
 
Newmedia ad recommendation for psy concert (For Presentation)
Newmedia ad recommendation for psy concert (For Presentation)Newmedia ad recommendation for psy concert (For Presentation)
Newmedia ad recommendation for psy concert (For Presentation)banana930
 
La creatiVIDAd
La creatiVIDAdLa creatiVIDAd
La creatiVIDAdSuma9
 
Gamtinių dujų naudojimo transporte perspektyvos (Blue Corridor 2013: Hansa, K...
Gamtinių dujų naudojimo transporte perspektyvos (Blue Corridor 2013: Hansa, K...Gamtinių dujų naudojimo transporte perspektyvos (Blue Corridor 2013: Hansa, K...
Gamtinių dujų naudojimo transporte perspektyvos (Blue Corridor 2013: Hansa, K...Arvydas Zilinskas
 

Andere mochten auch (20)

Fondi Europei e Impresa Sociale
Fondi Europei e Impresa SocialeFondi Europei e Impresa Sociale
Fondi Europei e Impresa Sociale
 
Analysis facebook fanpage [wemakeprice] kimsejin
Analysis facebook fanpage [wemakeprice]   kimsejinAnalysis facebook fanpage [wemakeprice]   kimsejin
Analysis facebook fanpage [wemakeprice] kimsejin
 
We Care The Animals...
We Care The Animals...We Care The Animals...
We Care The Animals...
 
Power Point de la F1
Power Point de la F1Power Point de la F1
Power Point de la F1
 
DIV_Technical
DIV_TechnicalDIV_Technical
DIV_Technical
 
Cellulite Reduction Cream
Cellulite Reduction CreamCellulite Reduction Cream
Cellulite Reduction Cream
 
Duhul adevărului
Duhul adevăruluiDuhul adevărului
Duhul adevărului
 
Yoga si medicina
Yoga si medicinaYoga si medicina
Yoga si medicina
 
Research on magazines! media
Research on magazines! mediaResearch on magazines! media
Research on magazines! media
 
Alana Schultz - Crowd Funding & Indiegogo
Alana Schultz - Crowd Funding & IndiegogoAlana Schultz - Crowd Funding & Indiegogo
Alana Schultz - Crowd Funding & Indiegogo
 
Progetto Coop up in
Progetto Coop up in Progetto Coop up in
Progetto Coop up in
 
Brochure 2KB2 healthcare English Version
Brochure 2KB2 healthcare English VersionBrochure 2KB2 healthcare English Version
Brochure 2KB2 healthcare English Version
 
Unit 2 our body
Unit 2 our bodyUnit 2 our body
Unit 2 our body
 
Digital Storytelling in Ms. Middleton's Reading Room
Digital Storytelling in Ms. Middleton's Reading RoomDigital Storytelling in Ms. Middleton's Reading Room
Digital Storytelling in Ms. Middleton's Reading Room
 
Newmedia ad recommendation for psy concert (For Presentation)
Newmedia ad recommendation for psy concert (For Presentation)Newmedia ad recommendation for psy concert (For Presentation)
Newmedia ad recommendation for psy concert (For Presentation)
 
La creatiVIDAd
La creatiVIDAdLa creatiVIDAd
La creatiVIDAd
 
Vocabulario ingles
Vocabulario inglesVocabulario ingles
Vocabulario ingles
 
Splash_mobile
Splash_mobileSplash_mobile
Splash_mobile
 
flitto Overview
flitto Overviewflitto Overview
flitto Overview
 
Gamtinių dujų naudojimo transporte perspektyvos (Blue Corridor 2013: Hansa, K...
Gamtinių dujų naudojimo transporte perspektyvos (Blue Corridor 2013: Hansa, K...Gamtinių dujų naudojimo transporte perspektyvos (Blue Corridor 2013: Hansa, K...
Gamtinių dujų naudojimo transporte perspektyvos (Blue Corridor 2013: Hansa, K...
 

Ähnlich wie Raspberry Pi Workspace Dashboard

Inside Hulu's Data platform (BigDataCamp LA 2013)
Inside Hulu's Data platform (BigDataCamp LA 2013)Inside Hulu's Data platform (BigDataCamp LA 2013)
Inside Hulu's Data platform (BigDataCamp LA 2013)Prasan Samtani
 
Engage Your Customers with Amazon SNS Mobile Push (MBL308) | AWS re:Invent 2013
Engage Your Customers with Amazon SNS Mobile Push (MBL308) | AWS re:Invent 2013Engage Your Customers with Amazon SNS Mobile Push (MBL308) | AWS re:Invent 2013
Engage Your Customers with Amazon SNS Mobile Push (MBL308) | AWS re:Invent 2013Amazon Web Services
 
Kevin Coughlin Brand Presentation TCNJ 9/23/13
Kevin Coughlin Brand Presentation TCNJ 9/23/13Kevin Coughlin Brand Presentation TCNJ 9/23/13
Kevin Coughlin Brand Presentation TCNJ 9/23/13kevintcoughlin
 
Making the Switch, Part 1: Top 5 Things to Consider When Evaluating Drupal
Making the Switch, Part 1: Top 5 Things to Consider When Evaluating DrupalMaking the Switch, Part 1: Top 5 Things to Consider When Evaluating Drupal
Making the Switch, Part 1: Top 5 Things to Consider When Evaluating DrupalAcquia
 
Chef - Configuration Management for the Cloud
Chef - Configuration Management for the CloudChef - Configuration Management for the Cloud
Chef - Configuration Management for the CloudJames Casey
 
An Introduction to DevOps with Chef
An Introduction to DevOps with ChefAn Introduction to DevOps with Chef
An Introduction to DevOps with ChefJulian Dunn
 
Open Source Monitoring for Java with JMX and Graphite (GeeCON 2013)
Open Source Monitoring for Java with JMX and Graphite (GeeCON 2013)Open Source Monitoring for Java with JMX and Graphite (GeeCON 2013)
Open Source Monitoring for Java with JMX and Graphite (GeeCON 2013)Cyrille Le Clerc
 
Internship dotCloud
Internship dotCloudInternship dotCloud
Internship dotCloudJill Mee
 
RIA security based on OWASP Top 10
RIA security based on OWASP Top 10RIA security based on OWASP Top 10
RIA security based on OWASP Top 10lastrand
 
Building a platform with Django, Docker, and Salt
Building a platform with Django, Docker, and SaltBuilding a platform with Django, Docker, and Salt
Building a platform with Django, Docker, and Saltbaremetal
 
Become a Frontend Developer Ninja using HTML5, JavaScript and CSS3 - Marco Ca...
Become a Frontend Developer Ninja using HTML5, JavaScript and CSS3 - Marco Ca...Become a Frontend Developer Ninja using HTML5, JavaScript and CSS3 - Marco Ca...
Become a Frontend Developer Ninja using HTML5, JavaScript and CSS3 - Marco Ca...Codemotion
 
Making the gov data more open
Making the gov data more openMaking the gov data more open
Making the gov data more openMarek Sotak
 
Programming the Real World: Javascript for Makers
Programming the Real World: Javascript for MakersProgramming the Real World: Javascript for Makers
Programming the Real World: Javascript for Makerspchristensen
 
Cassandra Meetup: Real-time Analytics using Cassandra, Spark and Shark at Ooyala
Cassandra Meetup: Real-time Analytics using Cassandra, Spark and Shark at OoyalaCassandra Meetup: Real-time Analytics using Cassandra, Spark and Shark at Ooyala
Cassandra Meetup: Real-time Analytics using Cassandra, Spark and Shark at OoyalaDataStax Academy
 
ONA 2013 Design That Works session by Hong Qu
ONA 2013 Design That Works session by Hong QuONA 2013 Design That Works session by Hong Qu
ONA 2013 Design That Works session by Hong QuHong Qu
 
Unit 28 Week 1
Unit 28 Week 1Unit 28 Week 1
Unit 28 Week 1MrJRogers
 
[Nuxeo World 2013] Roadmap 2014 - Product part
[Nuxeo World 2013] Roadmap 2014 - Product part[Nuxeo World 2013] Roadmap 2014 - Product part
[Nuxeo World 2013] Roadmap 2014 - Product partNuxeo
 
ITCamp 2018 - Laurent Bugnion - Azure, Windows and Xamarin: Using the cloud t...
ITCamp 2018 - Laurent Bugnion - Azure, Windows and Xamarin: Using the cloud t...ITCamp 2018 - Laurent Bugnion - Azure, Windows and Xamarin: Using the cloud t...
ITCamp 2018 - Laurent Bugnion - Azure, Windows and Xamarin: Using the cloud t...ITCamp
 
Enterprise Drupal
Enterprise DrupalEnterprise Drupal
Enterprise Drupalthesnufkin
 
ITCamp 2019 - Andy Cross - Machine Learning with ML.NET and Azure Data Lake
ITCamp 2019 - Andy Cross - Machine Learning with ML.NET and Azure Data LakeITCamp 2019 - Andy Cross - Machine Learning with ML.NET and Azure Data Lake
ITCamp 2019 - Andy Cross - Machine Learning with ML.NET and Azure Data LakeITCamp
 

Ähnlich wie Raspberry Pi Workspace Dashboard (20)

Inside Hulu's Data platform (BigDataCamp LA 2013)
Inside Hulu's Data platform (BigDataCamp LA 2013)Inside Hulu's Data platform (BigDataCamp LA 2013)
Inside Hulu's Data platform (BigDataCamp LA 2013)
 
Engage Your Customers with Amazon SNS Mobile Push (MBL308) | AWS re:Invent 2013
Engage Your Customers with Amazon SNS Mobile Push (MBL308) | AWS re:Invent 2013Engage Your Customers with Amazon SNS Mobile Push (MBL308) | AWS re:Invent 2013
Engage Your Customers with Amazon SNS Mobile Push (MBL308) | AWS re:Invent 2013
 
Kevin Coughlin Brand Presentation TCNJ 9/23/13
Kevin Coughlin Brand Presentation TCNJ 9/23/13Kevin Coughlin Brand Presentation TCNJ 9/23/13
Kevin Coughlin Brand Presentation TCNJ 9/23/13
 
Making the Switch, Part 1: Top 5 Things to Consider When Evaluating Drupal
Making the Switch, Part 1: Top 5 Things to Consider When Evaluating DrupalMaking the Switch, Part 1: Top 5 Things to Consider When Evaluating Drupal
Making the Switch, Part 1: Top 5 Things to Consider When Evaluating Drupal
 
Chef - Configuration Management for the Cloud
Chef - Configuration Management for the CloudChef - Configuration Management for the Cloud
Chef - Configuration Management for the Cloud
 
An Introduction to DevOps with Chef
An Introduction to DevOps with ChefAn Introduction to DevOps with Chef
An Introduction to DevOps with Chef
 
Open Source Monitoring for Java with JMX and Graphite (GeeCON 2013)
Open Source Monitoring for Java with JMX and Graphite (GeeCON 2013)Open Source Monitoring for Java with JMX and Graphite (GeeCON 2013)
Open Source Monitoring for Java with JMX and Graphite (GeeCON 2013)
 
Internship dotCloud
Internship dotCloudInternship dotCloud
Internship dotCloud
 
RIA security based on OWASP Top 10
RIA security based on OWASP Top 10RIA security based on OWASP Top 10
RIA security based on OWASP Top 10
 
Building a platform with Django, Docker, and Salt
Building a platform with Django, Docker, and SaltBuilding a platform with Django, Docker, and Salt
Building a platform with Django, Docker, and Salt
 
Become a Frontend Developer Ninja using HTML5, JavaScript and CSS3 - Marco Ca...
Become a Frontend Developer Ninja using HTML5, JavaScript and CSS3 - Marco Ca...Become a Frontend Developer Ninja using HTML5, JavaScript and CSS3 - Marco Ca...
Become a Frontend Developer Ninja using HTML5, JavaScript and CSS3 - Marco Ca...
 
Making the gov data more open
Making the gov data more openMaking the gov data more open
Making the gov data more open
 
Programming the Real World: Javascript for Makers
Programming the Real World: Javascript for MakersProgramming the Real World: Javascript for Makers
Programming the Real World: Javascript for Makers
 
Cassandra Meetup: Real-time Analytics using Cassandra, Spark and Shark at Ooyala
Cassandra Meetup: Real-time Analytics using Cassandra, Spark and Shark at OoyalaCassandra Meetup: Real-time Analytics using Cassandra, Spark and Shark at Ooyala
Cassandra Meetup: Real-time Analytics using Cassandra, Spark and Shark at Ooyala
 
ONA 2013 Design That Works session by Hong Qu
ONA 2013 Design That Works session by Hong QuONA 2013 Design That Works session by Hong Qu
ONA 2013 Design That Works session by Hong Qu
 
Unit 28 Week 1
Unit 28 Week 1Unit 28 Week 1
Unit 28 Week 1
 
[Nuxeo World 2013] Roadmap 2014 - Product part
[Nuxeo World 2013] Roadmap 2014 - Product part[Nuxeo World 2013] Roadmap 2014 - Product part
[Nuxeo World 2013] Roadmap 2014 - Product part
 
ITCamp 2018 - Laurent Bugnion - Azure, Windows and Xamarin: Using the cloud t...
ITCamp 2018 - Laurent Bugnion - Azure, Windows and Xamarin: Using the cloud t...ITCamp 2018 - Laurent Bugnion - Azure, Windows and Xamarin: Using the cloud t...
ITCamp 2018 - Laurent Bugnion - Azure, Windows and Xamarin: Using the cloud t...
 
Enterprise Drupal
Enterprise DrupalEnterprise Drupal
Enterprise Drupal
 
ITCamp 2019 - Andy Cross - Machine Learning with ML.NET and Azure Data Lake
ITCamp 2019 - Andy Cross - Machine Learning with ML.NET and Azure Data LakeITCamp 2019 - Andy Cross - Machine Learning with ML.NET and Azure Data Lake
ITCamp 2019 - Andy Cross - Machine Learning with ML.NET and Azure Data Lake
 

Kürzlich hochgeladen

Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostZilliz
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
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
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfPrecisely
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 

Kürzlich hochgeladen (20)

Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
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
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 

Raspberry Pi Workspace Dashboard