SlideShare a Scribd company logo
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

More Related Content

What's hot

Programming my sounds into my game
Programming my sounds into my gameProgramming my sounds into my game
Programming my sounds into my game
Mike Hughes
 
Fable 3 analysis
Fable 3 analysisFable 3 analysis
Fable 3 analysis
JordanSmith96
 
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
PhillipWynne12281991
 
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
DJ Johnny' O
 
งานนำเสนอ1
งานนำเสนอ1งานนำเสนอ1
งานนำเสนอ1
CokeComputer Duangsa
 
Programming sounds into my game annotation
Programming sounds into my game annotationProgramming sounds into my game annotation
Programming sounds into my game annotation
amybrockbank
 
Brass Monkey Couch Multiplayer
Brass Monkey Couch MultiplayerBrass Monkey Couch Multiplayer
Brass Monkey Couch Multiplayer
Francois 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 infinite
halo4robo
 
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
 
6.production reflection
6.production reflection6.production reflection
6.production reflection
Joshua Blakeley
 
Task 7 - overlaying sound
Task 7 - overlaying soundTask 7 - overlaying sound
Task 7 - overlaying sound
Jakeyhyatt123
 
Techdemo 2008
Techdemo 2008Techdemo 2008
Techdemo 2008
guest4beaba
 
Unlockconsole
UnlockconsoleUnlockconsole
Unlockconsole
jdo eiao
 
Micro presentation.
Micro presentation.Micro presentation.
Micro presentation.
kmonette
 
Squidiverse Production Pipeline
Squidiverse Production PipelineSquidiverse Production Pipeline
Squidiverse Production Pipeline
Phoenix 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 IDEAL
julipita
 
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
 
snake game
snake gamesnake game
snake game
Shailesh kumar
 

What's hot (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
 

Similar to Lily and the Monome

Otto AI
Otto AIOtto AI
Mobile Audio Synthesiser - Final Year Thesis
Mobile Audio Synthesiser - Final Year ThesisMobile Audio Synthesiser - Final Year Thesis
Mobile Audio Synthesiser - Final Year Thesis
Sean Rooney
 
Intro and Demo of the Monome
Intro and Demo of the MonomeIntro and Demo of the Monome
Intro and Demo of the Monome
chittick
 
E book
E bookE book
E book
danniebonner
 
Ebook - LOGIC
Ebook - LOGICEbook - LOGIC
Ebook - LOGIC
Vivian Peng
 
KEYBOARD INSTRUMENT
KEYBOARD INSTRUMENTKEYBOARD INSTRUMENT
KEYBOARD INSTRUMENT
Rashmi1426
 
Apps for at
Apps for atApps for at
Apps for at
Rob LeFebvre
 
Livecoding with impromptu
Livecoding with impromptuLivecoding with impromptu
Livecoding with impromptu
Michele Pasin
 
combined_document
combined_documentcombined_document
combined_document
Thomas Wellburn
 
iPad communication apps - iTech
iPad communication apps - iTechiPad communication apps - iTech
iPad communication apps - iTech
RedwoodAT
 
Michael williamsig2task1worksheet
Michael williamsig2task1worksheetMichael williamsig2task1worksheet
Michael williamsig2task1worksheet
Hooaax
 
Retrobjects - Fun with C64 and NES
Retrobjects - Fun with C64 and NESRetrobjects - Fun with C64 and NES
Retrobjects - Fun with C64 and NES
ESUG
 
Music With Pharo
Music With PharoMusic With Pharo
Music With Pharo
ESUG
 
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.pdf
kalelboss
 
About VJ Presentation @ Yuris Night
About VJ Presentation @ Yuris NightAbout VJ Presentation @ Yuris Night
About VJ Presentation @ Yuris Night
Devin Becker
 
How To Record Music
How To Record MusicHow To Record Music
How To Record Music
joeywallace9
 
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
guest991eb3
 
Sound recording glossary tom crook
Sound recording glossary tom crookSound recording glossary tom crook
Sound recording glossary tom crook
TomCrook
 
gegerageSound recording glossary tom crook
gegerageSound recording glossary tom crookgegerageSound recording glossary tom crook
gegerageSound recording glossary tom crook
TomCrook
 

Similar to 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
 

Recently uploaded

Dandelion Hashtable: beyond billion requests per second on a commodity server
Dandelion Hashtable: beyond billion requests per second on a commodity serverDandelion Hashtable: beyond billion requests per second on a commodity server
Dandelion Hashtable: beyond billion requests per second on a commodity server
Antonios Katsarakis
 
Introduction of Cybersecurity with OSS at Code Europe 2024
Introduction of Cybersecurity with OSS  at Code Europe 2024Introduction of Cybersecurity with OSS  at Code Europe 2024
Introduction of Cybersecurity with OSS at Code Europe 2024
Hiroshi SHIBATA
 
Skybuffer AI: Advanced Conversational and Generative AI Solution on SAP Busin...
Skybuffer AI: Advanced Conversational and Generative AI Solution on SAP Busin...Skybuffer AI: Advanced Conversational and Generative AI Solution on SAP Busin...
Skybuffer AI: Advanced Conversational and Generative AI Solution on SAP Busin...
Tatiana Kojar
 
“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...
“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...
“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...
Edge AI and Vision Alliance
 
WeTestAthens: Postman's AI & Automation Techniques
WeTestAthens: Postman's AI & Automation TechniquesWeTestAthens: Postman's AI & Automation Techniques
WeTestAthens: Postman's AI & Automation Techniques
Postman
 
Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)
Jakub Marek
 
Energy Efficient Video Encoding for Cloud and Edge Computing Instances
Energy Efficient Video Encoding for Cloud and Edge Computing InstancesEnergy Efficient Video Encoding for Cloud and Edge Computing Instances
Energy Efficient Video Encoding for Cloud and Edge Computing Instances
Alpen-Adria-Universität
 
Programming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup SlidesProgramming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup Slides
Zilliz
 
JavaLand 2024: Application Development Green Masterplan
JavaLand 2024: Application Development Green MasterplanJavaLand 2024: Application Development Green Masterplan
JavaLand 2024: Application Development Green Masterplan
Miro Wengner
 
Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024
Jason Packer
 
Skybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoptionSkybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoption
Tatiana Kojar
 
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdfHow to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
Chart Kalyan
 
FREE A4 Cyber Security Awareness Posters-Social Engineering part 3
FREE A4 Cyber Security Awareness  Posters-Social Engineering part 3FREE A4 Cyber Security Awareness  Posters-Social Engineering part 3
FREE A4 Cyber Security Awareness Posters-Social Engineering part 3
Data Hops
 
Azure API Management to expose backend services securely
Azure API Management to expose backend services securelyAzure API Management to expose backend services securely
Azure API Management to expose backend services securely
Dinusha Kumarasiri
 
Digital Banking in the Cloud: How Citizens Bank Unlocked Their Mainframe
Digital Banking in the Cloud: How Citizens Bank Unlocked Their MainframeDigital Banking in the Cloud: How Citizens Bank Unlocked Their Mainframe
Digital Banking in the Cloud: How Citizens Bank Unlocked Their Mainframe
Precisely
 
Fueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte WebinarFueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte Webinar
Zilliz
 
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
Alex Pruden
 
Presentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of GermanyPresentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of Germany
innovationoecd
 
Choosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptxChoosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptx
Brandon Minnick, MBA
 
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success StoryDriving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Safe Software
 

Recently uploaded (20)

Dandelion Hashtable: beyond billion requests per second on a commodity server
Dandelion Hashtable: beyond billion requests per second on a commodity serverDandelion Hashtable: beyond billion requests per second on a commodity server
Dandelion Hashtable: beyond billion requests per second on a commodity server
 
Introduction of Cybersecurity with OSS at Code Europe 2024
Introduction of Cybersecurity with OSS  at Code Europe 2024Introduction of Cybersecurity with OSS  at Code Europe 2024
Introduction of Cybersecurity with OSS at Code Europe 2024
 
Skybuffer AI: Advanced Conversational and Generative AI Solution on SAP Busin...
Skybuffer AI: Advanced Conversational and Generative AI Solution on SAP Busin...Skybuffer AI: Advanced Conversational and Generative AI Solution on SAP Busin...
Skybuffer AI: Advanced Conversational and Generative AI Solution on SAP Busin...
 
“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...
“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...
“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...
 
WeTestAthens: Postman's AI & Automation Techniques
WeTestAthens: Postman's AI & Automation TechniquesWeTestAthens: Postman's AI & Automation Techniques
WeTestAthens: Postman's AI & Automation Techniques
 
Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)
 
Energy Efficient Video Encoding for Cloud and Edge Computing Instances
Energy Efficient Video Encoding for Cloud and Edge Computing InstancesEnergy Efficient Video Encoding for Cloud and Edge Computing Instances
Energy Efficient Video Encoding for Cloud and Edge Computing Instances
 
Programming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup SlidesProgramming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup Slides
 
JavaLand 2024: Application Development Green Masterplan
JavaLand 2024: Application Development Green MasterplanJavaLand 2024: Application Development Green Masterplan
JavaLand 2024: Application Development Green Masterplan
 
Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024
 
Skybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoptionSkybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoption
 
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdfHow to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
 
FREE A4 Cyber Security Awareness Posters-Social Engineering part 3
FREE A4 Cyber Security Awareness  Posters-Social Engineering part 3FREE A4 Cyber Security Awareness  Posters-Social Engineering part 3
FREE A4 Cyber Security Awareness Posters-Social Engineering part 3
 
Azure API Management to expose backend services securely
Azure API Management to expose backend services securelyAzure API Management to expose backend services securely
Azure API Management to expose backend services securely
 
Digital Banking in the Cloud: How Citizens Bank Unlocked Their Mainframe
Digital Banking in the Cloud: How Citizens Bank Unlocked Their MainframeDigital Banking in the Cloud: How Citizens Bank Unlocked Their Mainframe
Digital Banking in the Cloud: How Citizens Bank Unlocked Their Mainframe
 
Fueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte WebinarFueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte Webinar
 
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
 
Presentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of GermanyPresentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of Germany
 
Choosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptxChoosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptx
 
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success StoryDriving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success Story
 

Lily and the Monome