SlideShare une entreprise Scribd logo
1  sur  71
Télécharger pour lire hors ligne
HI
HI
GOALS?
GOALS?
See a music generator built using a VPL.
Learn when, how and why to use a VPL.
Mash the DOM, JS, and the Monome together.
Party.
MONOME & LILY
by Justin Marney
CONWAY’S GAME OF LIFE
An evolving game played on a grid of cells where each
cell is either alive or dead.
CONWAY’S GAME OF LIFE
Choose a start state, apply a set of rules each round.
CONWAY’S GAME OF LIFE
Live cell with fewer than two live neighbors dies.
Live cell with more than three live neighbors dies.
Live cell with two or three live neighbors lives on.
Dead cell with three live neighbors becomes a live cell.
CONWAY’S GAME OF LIFE
These rules lead to intriguing, complex patterns.
AN IDEA!
Use the Game of Life to generate MIDI patterns.
Use the MIDI patterns to trigger a sound generator.
Control the game in real-time with a Monome.
Play the Game of Life like an instrument.
AN IDEA!
Edit the start state on the Monome.
AN IDEA!
Edit the start state on the Monome.
Evolve every n milliseconds.
AN IDEA!
Edit the start state on the Monome.
Evolve every n milliseconds.
Interpret each state as a series of MIDI notes.
AN IDEA!
Edit the start state on the Monome.
Evolve every n milliseconds.
Interpret each state as a series of MIDI notes.
Display each state on the Monome.
AN IDEA!
Edit the start state on the Monome.
Evolve every n milliseconds.
Interpret each state as a series of MIDI notes.
Display each state on the Monome.
Reset the game to the start state every x evolutions.
AN IDEA!
Edit the start state on the Monome.
Evolve every n milliseconds.
Interpret each state as a series of MIDI notes.
Display each state on the Monome.
Reset the game to the start state every x evolutions.
Duplicate the system across multiple MIDI channels.
THE RESULT
A multilayer Game of Life MIDI sequence generator
controlled by the Monome triggering an external sound
generator.
Do it without writing code?
MIND ALTERING DEMO
HOW IS THIS POSSIBLE?
HOW IS THIS POSSIBLE?
Monome
Visual Programming
(via PureData)

Open Sound Control
FRINGE TECHNOLOGIES?
These tools allow you to quickly create a working
application with a usable interface.
FRINGE TECHNOLOGIES?
They allow you to mash together sources from
different domains with very little effort.
LOTS OF FREEDOM.
VERY LITTLE EFFORT.
THE WEIRD MASHUP
We'll take a look at some tools used to create
mashups using unconventional sources.
THE MASHUP TOOLBOX
The physical computing interface called the Monome.
(which is a box of buttons and lights)

The visual programming language called Lily.
(which is just like PureData but functions in your browser)

A community of smart people and open-source software.
MONOME
A physical computing interface with
an open-source hardware platform,
hand-crafted by Brian Crabtree and
Kelli Cain.
MONOME
Large community of people creating
open-source Monome applications using
both VPLs and text-based languages.
MONOME
Ruby, Python, Chuck,
Max/MSP, PureData,     A lot of languages.
SuperCollider, Java,
Processing, Isadora
MONOME
Sound generators,
MIDI sequencers,     A lot of applications.
pixel animators,
games, application
control surfaces,
video controllers
$800
$1400
Constraints fuel creativity.
VISUAL PROGRAMMING
Create applications by manipulating graphical elements.
(instead of text)

VPL programs are like big state machines.
THE BASIC IDEA
The fundamental elements of a VPL are boxes which
implement functionality, and arrows which connect
boxes and allow them to pass data.
WHY?
No syntax to learn before creating something useful.
Connected boxes are intuitive and easily understood.
Programs can be manipulated while they are running.
(i.e. during a performance, and the simple box/arrow interface makes this easy to do.)
WHO?
People use visual programming software to create
or assist in live performance applications such as
audio generators, musical instrument control, art
installations, etc.
SIMPLE DEMO
LILY
Developed by Bill Orcutt.
Installs and runs as a Firefox Add-On.
Built using Chrome and Javascript.
Open-source.
YOU CAN
Create a patch that opens a URL.
Analyze the DOM elements of that page.
Manipulate the DOM elements.
(mini demo!)
Lily is a Javascript application.
Patches run on the JS engine.
Externals are Javascript classes.
YOU CAN
Create new externals in Lily using Javascript.
Use jQuery, AJAX, or any other JS libs from within Lily.
Save your Lily patches as Firefox Add-Ons.
I thought you said no code?
I thought you said no code?
(If you are here at developer day and are really excited by the idea of not writing code, see me after class.)
CODE DEMO
MonomeMonomeserialOSCLily
The Monome transmits data to
the computer via a serial
protocol.
OPEN SOUND CONTROL
A network communication protocol that uses
URL-style naming.
MONOME OSC PROTOCOL
When a button is pressed Monomeserial sends
/name/press x y 1 to the host IP and port.
(The name, IP & port are configured in Monomeserial. x, y is the coordinate of the button pressed.)
MONOME OSC PROTOCOL
When a button is pressed Monomeserial sends
/name/press x y 1 to the host IP and port.
(The name, IP & port are configured in Monomeserial. x, y is the coordinate of the button pressed.)

When a button is released Monomeserial sends
/name/press x y 0 to the host IP and port.
MONOME OSC PROTOCOL
Sending /name/led x y 1 to the listen port will light the
led at coordinate x, y.
MONOME OSC PROTOCOL
Sending /name/led x y 1 to the listen port will light the
led at coordinate x, y.
Sending /name/led x y 0 to the listen port will turn off
the led at coordinate x, y.
(The listen port is configured in Monomeserial.)
OSC IN LILY
oscsend and oscreceive externals.
MASHUP DEMO
RESOURCES
http://gotascii.com/2009/6/2/monome-lily
http://github.com/gotascii/sonifier
http://github.com/gotascii/thunderdome
http://lilyapp.org
http://monome.org
http://cycling74.com
http://puredata.info

Contenu connexe

Tendances

Programming my sounds into my game
Programming my sounds into my gameProgramming my sounds into my game
Programming my sounds into my gameMike Hughes
 
Ig1 task 2 analysis work sheet the walking dead
Ig1 task 2 analysis work sheet the walking deadIg1 task 2 analysis work sheet the walking dead
Ig1 task 2 analysis work sheet the walking deadPhillipWynne12281991
 
Nerve Slide Show 04 19 2009 97 03
Nerve Slide Show 04 19 2009      97 03Nerve Slide Show 04 19 2009      97 03
Nerve Slide Show 04 19 2009 97 03DJ Johnny' O
 
Programming sounds into my game annotation
Programming sounds into my game annotationProgramming sounds into my game annotation
Programming sounds into my game annotationamybrockbank
 
Brass Monkey Couch Multiplayer
Brass Monkey Couch MultiplayerBrass Monkey Couch Multiplayer
Brass Monkey Couch MultiplayerFrancois Laberge
 
Ig1 task 2 analysis work sheet bioshock infinite
Ig1 task 2 analysis work sheet bioshock infiniteIg1 task 2 analysis work sheet bioshock infinite
Ig1 task 2 analysis work sheet bioshock infinitehalo4robo
 
Harmodion VST VST3 Audio Unit: Clonewheel Drawbar, Transistor and Combo Organ...
Harmodion VST VST3 Audio Unit: Clonewheel Drawbar, Transistor and Combo Organ...Harmodion VST VST3 Audio Unit: Clonewheel Drawbar, Transistor and Combo Organ...
Harmodion VST VST3 Audio Unit: Clonewheel Drawbar, Transistor and Combo Organ...Syntheway Virtual Musical Instruments
 
Task 7 - overlaying sound
Task 7 - overlaying soundTask 7 - overlaying sound
Task 7 - overlaying soundJakeyhyatt123
 
Unlockconsole
UnlockconsoleUnlockconsole
Unlockconsolejdo eiao
 
Micro presentation.
Micro presentation.Micro presentation.
Micro presentation.kmonette
 
Squidiverse Production Pipeline
Squidiverse Production PipelineSquidiverse Production Pipeline
Squidiverse Production PipelinePhoenix Smith
 
La Repubblica - EditorsLab Hackdays Finale -
La Repubblica - EditorsLab Hackdays Finale -La Repubblica - EditorsLab Hackdays Finale -
La Repubblica - EditorsLab Hackdays Finale -Global Editors Network
 
MI COMPUTADOR IDEAL
MI  COMPUTADOR  IDEALMI  COMPUTADOR  IDEAL
MI COMPUTADOR IDEALjulipita
 
Waverator Spectra VST VST3 Audio Unit. Synthesizer Leads, Pads, Keys, Atmos T...
Waverator Spectra VST VST3 Audio Unit. Synthesizer Leads, Pads, Keys, Atmos T...Waverator Spectra VST VST3 Audio Unit. Synthesizer Leads, Pads, Keys, Atmos T...
Waverator Spectra VST VST3 Audio Unit. Synthesizer Leads, Pads, Keys, Atmos T...Syntheway Virtual Musical Instruments
 

Tendances (19)

Programming my sounds into my game
Programming my sounds into my gameProgramming my sounds into my game
Programming my sounds into my game
 
Fable 3 analysis
Fable 3 analysisFable 3 analysis
Fable 3 analysis
 
Ig1 task 2 analysis work sheet the walking dead
Ig1 task 2 analysis work sheet the walking deadIg1 task 2 analysis work sheet the walking dead
Ig1 task 2 analysis work sheet the walking dead
 
Nerve Slide Show 04 19 2009 97 03
Nerve Slide Show 04 19 2009      97 03Nerve Slide Show 04 19 2009      97 03
Nerve Slide Show 04 19 2009 97 03
 
งานนำเสนอ1
งานนำเสนอ1งานนำเสนอ1
งานนำเสนอ1
 
Programming sounds into my game annotation
Programming sounds into my game annotationProgramming sounds into my game annotation
Programming sounds into my game annotation
 
Brass Monkey Couch Multiplayer
Brass Monkey Couch MultiplayerBrass Monkey Couch Multiplayer
Brass Monkey Couch Multiplayer
 
Ig1 task 2 analysis work sheet bioshock infinite
Ig1 task 2 analysis work sheet bioshock infiniteIg1 task 2 analysis work sheet bioshock infinite
Ig1 task 2 analysis work sheet bioshock infinite
 
Harmodion VST VST3 Audio Unit: Clonewheel Drawbar, Transistor and Combo Organ...
Harmodion VST VST3 Audio Unit: Clonewheel Drawbar, Transistor and Combo Organ...Harmodion VST VST3 Audio Unit: Clonewheel Drawbar, Transistor and Combo Organ...
Harmodion VST VST3 Audio Unit: Clonewheel Drawbar, Transistor and Combo Organ...
 
6.production reflection
6.production reflection6.production reflection
6.production reflection
 
Task 7 - overlaying sound
Task 7 - overlaying soundTask 7 - overlaying sound
Task 7 - overlaying sound
 
Techdemo 2008
Techdemo 2008Techdemo 2008
Techdemo 2008
 
Unlockconsole
UnlockconsoleUnlockconsole
Unlockconsole
 
Micro presentation.
Micro presentation.Micro presentation.
Micro presentation.
 
Squidiverse Production Pipeline
Squidiverse Production PipelineSquidiverse Production Pipeline
Squidiverse Production Pipeline
 
La Repubblica - EditorsLab Hackdays Finale -
La Repubblica - EditorsLab Hackdays Finale -La Repubblica - EditorsLab Hackdays Finale -
La Repubblica - EditorsLab Hackdays Finale -
 
MI COMPUTADOR IDEAL
MI  COMPUTADOR  IDEALMI  COMPUTADOR  IDEAL
MI COMPUTADOR IDEAL
 
Waverator Spectra VST VST3 Audio Unit. Synthesizer Leads, Pads, Keys, Atmos T...
Waverator Spectra VST VST3 Audio Unit. Synthesizer Leads, Pads, Keys, Atmos T...Waverator Spectra VST VST3 Audio Unit. Synthesizer Leads, Pads, Keys, Atmos T...
Waverator Spectra VST VST3 Audio Unit. Synthesizer Leads, Pads, Keys, Atmos T...
 
snake game
snake gamesnake game
snake game
 

Similaire à Lily and the Monome

Mobile Audio Synthesiser - Final Year Thesis
Mobile Audio Synthesiser - Final Year ThesisMobile Audio Synthesiser - Final Year Thesis
Mobile Audio Synthesiser - Final Year ThesisSean Rooney
 
Intro and Demo of the Monome
Intro and Demo of the MonomeIntro and Demo of the Monome
Intro and Demo of the Monomechittick
 
KEYBOARD INSTRUMENT
KEYBOARD INSTRUMENTKEYBOARD INSTRUMENT
KEYBOARD INSTRUMENTRashmi1426
 
Livecoding with impromptu
Livecoding with impromptuLivecoding with impromptu
Livecoding with impromptuMichele Pasin
 
iPad communication apps - iTech
iPad communication apps - iTechiPad communication apps - iTech
iPad communication apps - iTechRedwoodAT
 
Michael williamsig2task1worksheet
Michael williamsig2task1worksheetMichael williamsig2task1worksheet
Michael williamsig2task1worksheetHooaax
 
Retrobjects - Fun with C64 and NES
Retrobjects - Fun with C64 and NESRetrobjects - Fun with C64 and NES
Retrobjects - Fun with C64 and NESESUG
 
Music With Pharo
Music With PharoMusic With Pharo
Music With PharoESUG
 
Sound recording glossary improved version11111111111
Sound recording glossary improved version11111111111 Sound recording glossary improved version11111111111
Sound recording glossary improved version11111111111 Kieran Owens
 
351111888-Commodore-64-Assembly-Language-Arcade-Programming-pdf.pdf
351111888-Commodore-64-Assembly-Language-Arcade-Programming-pdf.pdf351111888-Commodore-64-Assembly-Language-Arcade-Programming-pdf.pdf
351111888-Commodore-64-Assembly-Language-Arcade-Programming-pdf.pdfkalelboss
 
About VJ Presentation @ Yuris Night
About VJ Presentation @ Yuris NightAbout VJ Presentation @ Yuris Night
About VJ Presentation @ Yuris NightDevin Becker
 
How To Record Music
How To Record MusicHow To Record Music
How To Record Musicjoeywallace9
 
Open Kode, Airplay And The New Reality Of Write Once Run Anywhere
Open Kode, Airplay And The New Reality Of Write Once Run AnywhereOpen Kode, Airplay And The New Reality Of Write Once Run Anywhere
Open Kode, Airplay And The New Reality Of Write Once Run Anywhereguest991eb3
 
Sound recording glossary tom crook
Sound recording glossary tom crookSound recording glossary tom crook
Sound recording glossary tom crookTomCrook
 
gegerageSound recording glossary tom crook
gegerageSound recording glossary tom crookgegerageSound recording glossary tom crook
gegerageSound recording glossary tom crookTomCrook
 

Similaire à Lily and the Monome (20)

Otto AI
Otto AIOtto AI
Otto AI
 
Mobile Audio Synthesiser - Final Year Thesis
Mobile Audio Synthesiser - Final Year ThesisMobile Audio Synthesiser - Final Year Thesis
Mobile Audio Synthesiser - Final Year Thesis
 
Intro and Demo of the Monome
Intro and Demo of the MonomeIntro and Demo of the Monome
Intro and Demo of the Monome
 
E book
E bookE book
E book
 
Ebook - LOGIC
Ebook - LOGICEbook - LOGIC
Ebook - LOGIC
 
KEYBOARD INSTRUMENT
KEYBOARD INSTRUMENTKEYBOARD INSTRUMENT
KEYBOARD INSTRUMENT
 
Apps for at
Apps for atApps for at
Apps for at
 
Livecoding with impromptu
Livecoding with impromptuLivecoding with impromptu
Livecoding with impromptu
 
combined_document
combined_documentcombined_document
combined_document
 
iPad communication apps - iTech
iPad communication apps - iTechiPad communication apps - iTech
iPad communication apps - iTech
 
Michael williamsig2task1worksheet
Michael williamsig2task1worksheetMichael williamsig2task1worksheet
Michael williamsig2task1worksheet
 
Retrobjects - Fun with C64 and NES
Retrobjects - Fun with C64 and NESRetrobjects - Fun with C64 and NES
Retrobjects - Fun with C64 and NES
 
Music With Pharo
Music With PharoMusic With Pharo
Music With Pharo
 
Sound recording glossary improved version11111111111
Sound recording glossary improved version11111111111 Sound recording glossary improved version11111111111
Sound recording glossary improved version11111111111
 
351111888-Commodore-64-Assembly-Language-Arcade-Programming-pdf.pdf
351111888-Commodore-64-Assembly-Language-Arcade-Programming-pdf.pdf351111888-Commodore-64-Assembly-Language-Arcade-Programming-pdf.pdf
351111888-Commodore-64-Assembly-Language-Arcade-Programming-pdf.pdf
 
About VJ Presentation @ Yuris Night
About VJ Presentation @ Yuris NightAbout VJ Presentation @ Yuris Night
About VJ Presentation @ Yuris Night
 
How To Record Music
How To Record MusicHow To Record Music
How To Record Music
 
Open Kode, Airplay And The New Reality Of Write Once Run Anywhere
Open Kode, Airplay And The New Reality Of Write Once Run AnywhereOpen Kode, Airplay And The New Reality Of Write Once Run Anywhere
Open Kode, Airplay And The New Reality Of Write Once Run Anywhere
 
Sound recording glossary tom crook
Sound recording glossary tom crookSound recording glossary tom crook
Sound recording glossary tom crook
 
gegerageSound recording glossary tom crook
gegerageSound recording glossary tom crookgegerageSound recording glossary tom crook
gegerageSound recording glossary tom crook
 

Dernier

Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 

Dernier (20)

Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 

Lily and the Monome