Browse Source

content update

master
Cailean Finn 4 months ago
parent
commit
8a260f35f9
  1. 4
      build.py
  2. 4
      content/posts/(o)machine.md
  3. 2
      content/posts/ai-x-body.md
  4. 37
      content/posts/beauty-and-the-beep.md
  5. 27
      content/posts/data.md
  6. 2
      content/posts/demo.md
  7. 33
      content/posts/dwelling.md
  8. 8
      content/posts/electronic-image.md
  9. 6
      public/articles/(o)machine.html
  10. 4
      public/articles/ai-x-body.html
  11. 56
      public/articles/beauty-and-the-beep.html
  12. 48
      public/articles/data.html
  13. 2
      public/articles/demo.html
  14. 94
      public/articles/dwelling.html
  15. 14
      public/articles/electronic-image.html
  16. 70
      public/gallery.html
  17. BIN
      public/images/beauty-and-the-beep/beep_multiple_agents.png
  18. BIN
      public/images/beauty-and-the-beep/d_beep_1.png
  19. BIN
      public/images/beauty-and-the-beep/d_beep_2.jpg
  20. BIN
      public/images/beauty-and-the-beep/d_beep_3.jpg
  21. BIN
      public/images/beauty-and-the-beep/d_beep_4.jpg
  22. BIN
      public/images/beauty-and-the-beep/d_beep_5.jpg
  23. BIN
      public/images/beauty-and-the-beep/d_beep_6.jpg
  24. BIN
      public/images/beauty-and-the-beep/d_beep_7.jpg
  25. BIN
      public/images/beauty-and-the-beep/d_beep_8.jpg
  26. BIN
      public/images/beauty-and-the-beep/d_beep_9.jpg
  27. BIN
      public/images/beauty-and-the-beep/dev.png
  28. BIN
      public/images/beauty-and-the-beep/gif/depth_sensor.gif
  29. BIN
      public/images/beauty-and-the-beep/gif/dm_scrambler.gif
  30. BIN
      public/images/beauty-and-the-beep/gif/dm_walker.gif
  31. BIN
      public/images/beauty-and-the-beep/gif/intial_experimentation_climbing.gif
  32. BIN
      public/images/beauty-and-the-beep/gif/intial_experimentation_crawling.gif
  33. BIN
      public/images/beauty-and-the-beep/gif/intial_experimentation_error.gif
  34. BIN
      public/images/beauty-and-the-beep/gif/intial_experimentation_walk.gif
  35. BIN
      public/images/beauty-and-the-beep/gif/mid-banana.gif
  36. BIN
      public/images/beauty-and-the-beep/gif/mid-getup.gif
  37. BIN
      public/images/beauty-and-the-beep/gif/mid-struggle.gif
  38. BIN
      public/images/beauty-and-the-beep/gif/stairs.gif
  39. BIN
      public/images/beauty-and-the-beep/gif/treadmill_flip.gif
  40. BIN
      public/images/beauty-and-the-beep/gif/walking.gif
  41. BIN
      public/images/data/d_data_1.webp
  42. BIN
      public/images/data/d_data_2.png
  43. BIN
      public/images/data/d_data_5.png
  44. BIN
      public/images/data/d_data_7.png
  45. BIN
      public/images/data/d_tsne-data.gif
  46. BIN
      public/images/dwelling/d_dwelling_10.JPEG
  47. BIN
      public/images/dwelling/d_dwelling_4.png
  48. BIN
      public/images/dwelling/d_dwelling_6.png
  49. BIN
      public/images/dwelling/d_dwelling_8.JPEG
  50. BIN
      public/images/dwelling/d_dwelling_9.JPEG
  51. BIN
      public/images/dwelling/d_monocular.png

4
build.py

@ -75,7 +75,7 @@ class Website:
parts = content.split('---')
metadata = yaml.safe_load(parts[1])
md_content = ''.join(parts[2:])
md_content = re.sub(r'\(([^)]+)\)\[([^\]]+)\]', r'<a href="\2">\1</a>', md_content)
md_content = re.sub(r'\(([^)]+)\)\[([^\]]+)\]', r'<a href="\2" target="_blank">\1</a>', md_content)
html_content = markdown.markdown(md_content)
about_modified_time = time.ctime(os.fstat(f.fileno()).st_mtime)
return metadata, html_content, about_modified_time
@ -109,7 +109,7 @@ class Website:
def format_content(self, content):
# convert all (link)(src) to <a> tags
content = re.sub(r'\(([^)]+)\)\[([^\]]+)\]', r'<a href="\2">\1</a>', content)
content = re.sub(r'\(([^)]+)\)\[([^\]]+)\]', r'<a href="\2" target="_blank">\1</a>', content)
# convert all video links to embedded code
return content

4
content/posts/(o)machine.md

@ -18,4 +18,6 @@ draft: false
---
(O)MACHINE is a real-time generative performance that employs contemporary machine learning algorithms to explore how we humanise technologies.The architecture of this system was designed to emulate our stream of consciousness, where the machine is trapped in this perpetual cycle through processes of reflection and feedback. As questions begin to arise around the sentience or ‘intelligence’ of these thinking machines, it has become even more important to explore our relationship with machines, and how it continues to evolve. By engaging with its output, it positions artificial intelligence as both a subject and tool. Through this approach, we may begin to expand the dynamics of this connection through new methods of collaboration. From this interaction, we can continue to learn more about how these systems function, how they think, if they even think at all, or can it help us think?
Sound design by (Eoin O'Sullivan)[https://eoin-osullivan.bandcamp.com/]
*Created in Unity using open-source NLPs & Text-to-Speech Synthesis Models.*
<div style="padding:56.25% 0 0 0;position:relative;"><iframe src="https://player.vimeo.com/video/723073426?h=b7cb2c084f&title=0&byline=0&portrait=0" style="position:absolute;top:0;left:0;width:100%;height:100%;" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen></iframe></div><script src="https://player.vimeo.com/api/player.js"></script>

2
content/posts/ai-x-body.md

@ -11,7 +11,7 @@ This publication was created in collaboration with AIxDesign, as part of their A
The text explores the evolution of human pose estimation and recognition technologies through tracing their historical development, their contemporary applications, and how artists and creative practitioners have employed such tools in their artistic process.
(Article 📎)[https://nadiapiet.notion.site/AIxDesign-s-Guide-to-AI-x-Body-26ea1c78f253425a92f9269895ea6f46]
(Article &#x2197;)[https://nadiapiet.notion.site/AIxDesign-s-Guide-to-AI-x-Body-26ea1c78f253425a92f9269895ea6f46]

37
content/posts/beauty-and-the-beep.md

@ -9,12 +9,12 @@ showcase:
- name: Exposed Torino Foto Festival
year: 2024
location: Turin
- name: Another Showcase Festival
year: 2025
location: Rome
credits:
Cailean: CT
Leon: Camera
Simone C Niquille: Scenography & Camera
Cailean Finn: Creative Technologist
Jeff Witscher, New Furniture Music & Pipe Dream: Music
Klankbeeld: Field Recordings
Voices: Oliver Lucas & Alexa, Amazon Echo
references:
- title: some-title
link: https://www.caileanfinn.ie
@ -27,5 +27,32 @@ Wondering who would buy an automated mechanical pet to assist and live in their
For this work, I collaborated with Simone C Niquille as a Creative Technologist. In the process of creating Beauty and The Beep, the chair was trained using reinforcement learning alogrthims in the Unity game engine. The training process took inspiration from Boston Dynamic's approach in the training of their SpotMini, as well as tradiontional (DeepMimic)[https://www.youtube.com/watch?v=vppFvq2quQ0] environments for Reinforcement Learning research. We chose to use Unity for this project, as it allowed us to work with the (ML-Agents Package)[https://github.com/Unity-Technologies/ml-agents] - an experimental Reinforcement Learning framework, which wraps complex reinforcement learning algorithms/methods into components which are more acessible for developers. Even though this package has been forgotten by Unity, for the most part, working with a user-friendly game engine was key in creating simuated environments for the 🪑 to explore.
![Beauty and the Beep - Treadmill](/images/beauty-and-the-beep/d_beep_9.jpg "Beauty and the Beep - Treadmill")
![Beauty and the Beep - Dumb Objects](/images/beauty-and-the-beep/d_beep_8.jpg "Beauty and the Beep - Dumb Objects")
![Beauty and the Beep - Multiple Agents](/images/beauty-and-the-beep/beep_multiple_agents.png "Beauty and the Beep - Multiple Agents")
![Beauty and the Beep - Utah](/images/beauty-and-the-beep/d_beep_2.jpg "Beauty and the Beep - Utah")
<div style="padding:56.25% 0 0 0;position:relative;"><iframe src="https://player.vimeo.com/video/939037482?h=fabc477b89&title=0&byline=0&portrait=0" style="position:absolute;top:0;left:0;width:100%;height:100%;" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen></iframe></div><script src="https://player.vimeo.com/api/player.js"></script>
__Early Experiments__
![Beauty and the Beep - Training](/images/beauty-and-the-beep/gif/intial_experimentation_climbing.gif "Beauty and the Beep - Training")
![Beauty and the Beep - Training](/images/beauty-and-the-beep/gif/intial_experimentation_crawling.gif "Beauty and the Beep - Training")
![Beauty and the Beep - Training](/images/beauty-and-the-beep/gif/intial_experimentation_error.gif "Beauty and the Beep - Training")
![Beauty and the Beep - Training](/images/beauty-and-the-beep/gif/intial_experimentation_walk.gif "Beauty and the Beep - Training")
__Depth Sensor__
![Beauty and the Beep - Training](/images/beauty-and-the-beep/gif/depth_sensor.gif "Beauty and the Beep - Training")
__Struggling Chair__
![Beauty and the Beep - Training](/images/beauty-and-the-beep/gif/mid-struggle.gif "Beauty and the Beep - Training")
__Final Training__
![Beauty and the Beep - Training](/images/beauty-and-the-beep/gif/dm_scrambler.gif "Beauty and the Beep - Training")
![Beauty and the Beep - Training](/images/beauty-and-the-beep/gif/dm_walker.gif "Beauty and the Beep - Training")
![Beauty and the Beep - Training](/images/beauty-and-the-beep/gif/stairs.gif "Beauty and the Beep - Training")
![Beauty and the Beep - Training](/images/beauty-and-the-beep/gif/treadmill_flip.gif "Beauty and the Beep - Training")
![Beauty and the Beep - Training](/images/beauty-and-the-beep/gif/walking.gif "Beauty and the Beep - Training")

27
content/posts/data.md

@ -5,23 +5,28 @@ image: data.png
type: Project
tags: [Web, ML, p5]
date: 2024-06-07
showcase:
- name: Exposed Torino Foto Festival
year: 2024
location: Turin
- name: Another Showcase Festival
year: 2025
location: Rome
credits:
Cailean: CT
Leon: Camera
Cailean Finn: Coding & Web Design
Walt Nied: Interview & Script
Roisin Berg: Interview & Script
Scott Robinson: Interview & Script
references:
- title: some-title
link: https://www.caileanfinn.ie
draft: false
---
(🔗)[http://conceptnull.org/data] In 2023, Concept Null had the pleasure to chat with Paul, Tom, and Aisling, who lead the Dublin Art & Technology Association (D.A.T.A). Since 2022, D.A.T.A has been a hub for artists, makers, and thinkers to exchange ideas on digital culture in Ireland. During the conversation, D.A.T.A explored it's identity, evolution, and the intricacies of event curation and organisation.
In 2023, Concept Null had the pleasure to chat with Paul, Tom, and Aisling, who lead the Dublin Art & Technology Association (D.A.T.A). Since 2022, D.A.T.A has been a hub for artists, makers, and thinkers to exchange ideas on digital culture in Ireland. During the conversation, D.A.T.A explored it's identity, evolution, and the intricacies of event curation and organisation.
The website presents the interview in both linear and non-linear formats. By utilising machine learning and natural language processing, text segments extracted from the interview were ranked against key topics; creating a higher-dimensional understanding, and projection of the interview - which is commonly referred to as the latent space. After, a t-SNE algorithm was applied to high-dimensional space, flattening it into two dimensions, represented in the interactive map; allowing the user to navigate the interview from the perspective of the machine.
Designed and developed using p5js, by Cailean Finn.
*Designed and developed using p5js, by Cailean Finn.*
(Website &#x2197;)[http://conceptnull.org/data]
![DATA](/images/data/d_data_2.png "DATA")
![DATA](/images/data/d_data_5.png "DATA")
![DATA](/images/data/d_data_1.webp "DATA")
![DATA](/images/data/d_tsne-data.gif "DATA")

2
content/posts/demo.md

@ -14,7 +14,7 @@ credits:
references:
- title: some-title
link: https://www.caileanfinn.ie
draft: false
draft: true
---
(O)MACHINE is a real-time generative performance that employs contemporary machine learning algorithms to explore how we humanise technologies.The architecture of this system was designed to emulate our stream of consciousness, where the machine is trapped in this perpetual cycle through processes of reflection and feedback. As questions begin to arise around the sentience or ‘intelligence’ of these thinking machines, it has become even more important to explore our relationship with machines, and how it continues to evolve. By engaging with its output, it positions artificial intelligence as both a subject and tool. Through this approach, we may begin to expand the dynamics of this connection through new methods of collaboration. From this interaction, we can continue to learn more about how these systems function, how they think, if they even think at all, or can it help us think?

33
content/posts/dwelling.md

@ -11,14 +11,37 @@ showcase:
year: 2023
location: Dublin
credits:
Cailean: CT
Leon: Camera
references:
- title: some-title
link: https://www.caileanfinn.ie
Peter Power & Leon Butler: Directors
Robyn Byrne: Choreographer
Roisie Stebbing: Choreographer & Performer
Cailean Finn: Creative Technologist
David Mathuna: Video Artist
Michael Hurley: Lighting Designer
Leon Denise: VFX Artist
Emma Nash: Singer
Rory Dempsey: Double Bass
Davie Ryan: Drums
Davie Ryan: Associate Producer
Molly Foley: Company Manager
Showscope: Production Management
Caelinn Ní Bhroin: Production Assistant
Aisling Murray: Producer
Maura O'Keeffe: Executive Producer
---
Dwelling is a dynamic live performance and theatre installation created by (Peter Power)[https://peterpower.ie/] and (Leon Butler)[https://bold.ie/]. The performance explores the periphery of cultural isolation, and the dispersal of self across the multimedial, delving into themes of digital mortality, transformation, and rebirth. The performance takes place in the fragments of a home with dance performances by Robyn Byrne and Rosie Stebbing. The characters moves between the digital and real space through motion capture data in conjunction with live tracking. Over the duration of the performance, Rosie starts to form a connection between her physical self, and the digital divide.
The virtual world was created entirely within Unity. Data was captured from Robyn's movement through various methods, such as the Perception Neuron mo-cap suit, as well as emerging monocular 3d human pose detection models. Unity's particle system was used extensively in the project, converting point cloud and positional data into emergent movement, and ethereal landscapes.
![Dwelling](/images/dwelling/d_dwelling_10.JPEG "Dwelling")
![Dwelling](/images/dwelling/d_dwelling_9.JPEG "Dwelling")
![Dwelling](/images/dwelling/d_dwelling_6.png "Dwelling")
![Dwelling](/images/dwelling/d_dwelling_4.png "Dwelling")
![Dwelling](/images/dwelling/d_dwelling_8.JPEG "Dwelling")
![Dwelling](/images/dwelling/d_monocular.png "Dwelling")

8
content/posts/electronic-image.md

@ -10,16 +10,12 @@ showcase:
year: 2022
location: Limerick
credits:
Cailean: CT
Leon: Camera
references:
- title: some-title
link: https://www.caileanfinn.ie
Dr. Robin Parmar: Supervisor
draft: false
---
This video series comprises of three individual studies, namely Embedded Energy, Electronic Phase, and Omnidirectional Objects, with each video study exploring an inherent characteristic of the video signal that reflects the key phases of the development in the evolution of the medium’s structural, temporal and spatial capabilities. Created as part of my Thesis “The Electronic Image: An Object of Time and Energy” in Art and Technology MA, University of Limerick, Ireland.
The three studies have been shaped by the experimental processes, techniques, and philosophies of the pioneering artists working with video. The artists in question, specifically the works of Steina and Woody Vasulka, who were driven by their yearning to understand the electronic signal and to formulate an electronic lexicon. The work, in its entirety, is an investigation of the unique set of “codes” embedded within the language of the video signal, consequently, recognising the electronic image as an object of time, energy, and it's programmable building element – the waveform.
(📎thesis.pdf)[./assets/pdfs/thesis.pdf]
(PDF &#x2197;)[./assets/pdfs/thesis.pdf]

6
public/articles/(o)machine.html

@ -38,7 +38,9 @@
</div>
<div id="project-body">
<p>(O)MACHINE is a real-time generative performance that employs contemporary machine learning algorithms to explore how we humanise technologies.The architecture of this system was designed to emulate our stream of consciousness, where the machine is trapped in this perpetual cycle through processes of reflection and feedback. As questions begin to arise around the sentience or ‘intelligence’ of these thinking machines, it has become even more important to explore our relationship with machines, and how it continues to evolve. By engaging with its output, it positions artificial intelligence as both a subject and tool. Through this approach, we may begin to expand the dynamics of this connection through new methods of collaboration. From this interaction, we can continue to learn more about how these systems function, how they think, if they even think at all, or can it help us think?</p>
<p>Sound design by <a href="https://eoin-osullivan.bandcamp.com/">Eoin O'Sullivan</a></p>
<p><em>Created in Unity using open-source NLPs &amp; Text-to-Speech Synthesis Models.</em></p>
<div style="padding:56.25% 0 0 0;position:relative;"><iframe src="https://player.vimeo.com/video/723073426?h=b7cb2c084f&title=0&byline=0&portrait=0" style="position:absolute;top:0;left:0;width:100%;height:100%;" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen></iframe></div>
<script src="https://player.vimeo.com/api/player.js"></script>
</div>
@ -76,7 +78,7 @@
<div id="modified-time">
<h4>Last Modified: </h4>
<p> Fri Jun 21 09:27:25 2024</p>
<p> Fri Jun 21 10:54:06 2024</p>
</div>
</div>

4
public/articles/ai-x-body.html

@ -37,7 +37,7 @@
<div id="project-body">
<p>This publication was created in collaboration with AIxDesign, as part of their AI Playground (S01) which ran from May 2022-February 2023.</p>
<p>The text explores the evolution of human pose estimation and recognition technologies through tracing their historical development, their contemporary applications, and how artists and creative practitioners have employed such tools in their artistic process.</p>
<p><a href="https://nadiapiet.notion.site/AIxDesign-s-Guide-to-AI-x-Body-26ea1c78f253425a92f9269895ea6f46">Article 📎</a></p>
<p><a href="https://nadiapiet.notion.site/AIxDesign-s-Guide-to-AI-x-Body-26ea1c78f253425a92f9269895ea6f46">Article &#x2197;</a></p>
</div>
@ -49,7 +49,7 @@
<div id="modified-time">
<h4>Last Modified: </h4>
<p> Thu Jun 20 17:23:18 2024</p>
<p> Fri Jun 21 10:56:49 2024</p>
</div>
</div>

56
public/articles/beauty-and-the-beep.html

@ -42,6 +42,28 @@
<p>Exploring the consequences of cohabiting with computer vision, <a href="https://www.technofle.sh/">Simone Niquille’s</a> ( ᐛ )و Beauty and The Beep follows Bertil, a chair that is trying to find a place to sit. Inspired by the enchanted household objects from the fairy tale Beauty and The Beast, the film is set in a suburban home instead of a castle, and the beast has been replaced by the continuous notification sounds of smart devices. In the film, Bertil navigates through a virtual house — a recreation of the model home built by the robotics company Boston Dynamics in 2016 to showcase their robot dog SpotMini.</p>
<p>Wondering who would buy an automated mechanical pet to assist and live in their home, the film explores Boston Dynamics' datafied definition of a home or what it takes for such a personal and intimate space to be standardised for computer vision to function. Bertil — a synthetic chair inspired by IKEA’s first 3D rendered image for their print catalogue, which marked their shift to rendered imagery — wanders through this seemingly simple virtual home, interacting with its objects, in search of some answers. Navigating the home for Bertil is no easy task, as they encounter the daily life noise that is littered throughout the home. A banana trips them, they cannot sit, they get stuck on a treadmill and why is there a toy pony on the floor? Revealing how the impossibility of gathering training data in the home has led to the widespread use of synthetic data, Bertil reminds us that the home is private and not for capture.</p>
<p>For this work, I collaborated with Simone C Niquille as a Creative Technologist. In the process of creating Beauty and The Beep, the chair was trained using reinforcement learning alogrthims in the Unity game engine. The training process took inspiration from Boston Dynamic's approach in the training of their SpotMini, as well as tradiontional <a href="https://www.youtube.com/watch?v=vppFvq2quQ0">DeepMimic</a> environments for Reinforcement Learning research. We chose to use Unity for this project, as it allowed us to work with the <a href="https://github.com/Unity-Technologies/ml-agents">ML-Agents Package</a> - an experimental Reinforcement Learning framework, which wraps complex reinforcement learning algorithms/methods into components which are more acessible for developers. Even though this package has been forgotten by Unity, for the most part, working with a user-friendly game engine was key in creating simuated environments for the 🪑 to explore. </p>
<p><img alt="Beauty and the Beep - Treadmill" src="/images/beauty-and-the-beep/d_beep_9.jpg" title="Beauty and the Beep - Treadmill" /></p>
<p><img alt="Beauty and the Beep - Dumb Objects" src="/images/beauty-and-the-beep/d_beep_8.jpg" title="Beauty and the Beep - Dumb Objects" /></p>
<p><img alt="Beauty and the Beep - Multiple Agents" src="/images/beauty-and-the-beep/beep_multiple_agents.png" title="Beauty and the Beep - Multiple Agents" /></p>
<p><img alt="Beauty and the Beep - Utah" src="/images/beauty-and-the-beep/d_beep_2.jpg" title="Beauty and the Beep - Utah" /></p>
<div style="padding:56.25% 0 0 0;position:relative;"><iframe src="https://player.vimeo.com/video/939037482?h=fabc477b89&title=0&byline=0&portrait=0" style="position:absolute;top:0;left:0;width:100%;height:100%;" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen></iframe></div>
<script src="https://player.vimeo.com/api/player.js"></script>
<p><strong>Early Experiments</strong>
<img alt="Beauty and the Beep - Training" src="/images/beauty-and-the-beep/gif/intial_experimentation_climbing.gif" title="Beauty and the Beep - Training" />
<img alt="Beauty and the Beep - Training" src="/images/beauty-and-the-beep/gif/intial_experimentation_crawling.gif" title="Beauty and the Beep - Training" />
<img alt="Beauty and the Beep - Training" src="/images/beauty-and-the-beep/gif/intial_experimentation_error.gif" title="Beauty and the Beep - Training" />
<img alt="Beauty and the Beep - Training" src="/images/beauty-and-the-beep/gif/intial_experimentation_walk.gif" title="Beauty and the Beep - Training" /></p>
<p><strong>Depth Sensor</strong>
<img alt="Beauty and the Beep - Training" src="/images/beauty-and-the-beep/gif/depth_sensor.gif" title="Beauty and the Beep - Training" /></p>
<p><strong>Struggling Chair</strong>
<img alt="Beauty and the Beep - Training" src="/images/beauty-and-the-beep/gif/mid-struggle.gif" title="Beauty and the Beep - Training" /></p>
<p><strong>Final Training</strong>
<img alt="Beauty and the Beep - Training" src="/images/beauty-and-the-beep/gif/dm_scrambler.gif" title="Beauty and the Beep - Training" />
<img alt="Beauty and the Beep - Training" src="/images/beauty-and-the-beep/gif/dm_walker.gif" title="Beauty and the Beep - Training" />
<img alt="Beauty and the Beep - Training" src="/images/beauty-and-the-beep/gif/stairs.gif" title="Beauty and the Beep - Training" />
<img alt="Beauty and the Beep - Training" src="/images/beauty-and-the-beep/gif/treadmill_flip.gif" title="Beauty and the Beep - Training" />
<img alt="Beauty and the Beep - Training" src="/images/beauty-and-the-beep/gif/walking.gif" title="Beauty and the Beep - Training" /></p>
</div>
@ -55,12 +77,6 @@
<p>Turin</p>
</div>
<div class="showcase">
<p>(2025)</p>
<p>Another Showcase Festival,</p>
<p>Rome</p>
</div>
</div>
</div>
@ -72,14 +88,32 @@
<div class="credit">
<p>&#8594;</p>
<p>Cailean, </p>
<p>CT</p>
<p>Simone C Niquille, </p>
<p>Scenography & Camera</p>
</div>
<div class="credit">
<p>&#8594;</p>
<p>Cailean Finn, </p>
<p>Creative Technologist</p>
</div>
<div class="credit">
<p>&#8594;</p>
<p>Jeff Witscher, New Furniture Music & Pipe Dream, </p>
<p>Music</p>
</div>
<div class="credit">
<p>&#8594;</p>
<p>Klankbeeld, </p>
<p>Field Recordings</p>
</div>
<div class="credit">
<p>&#8594;</p>
<p>Leon, </p>
<p>Camera</p>
<p>Voices, </p>
<p>Oliver Lucas & Alexa, Amazon Echo</p>
</div>
</div>
@ -91,7 +125,7 @@
<div id="modified-time">
<h4>Last Modified: </h4>
<p> Sat Jun 8 22:14:44 2024</p>
<p> Fri Jun 21 11:32:37 2024</p>
</div>
</div>

48
public/articles/data.html

@ -37,31 +37,17 @@
<img src="/images/data.png">
</div>
<div id="project-body">
<p><a href="http://conceptnull.org/data">🔗</a> In 2023, Concept Null had the pleasure to chat with Paul, Tom, and Aisling, who lead the Dublin Art &amp; Technology Association (D.A.T.A). Since 2022, D.A.T.A has been a hub for artists, makers, and thinkers to exchange ideas on digital culture in Ireland. During the conversation, D.A.T.A explored it's identity, evolution, and the intricacies of event curation and organisation. </p>
<p>In 2023, Concept Null had the pleasure to chat with Paul, Tom, and Aisling, who lead the Dublin Art &amp; Technology Association (D.A.T.A). Since 2022, D.A.T.A has been a hub for artists, makers, and thinkers to exchange ideas on digital culture in Ireland. During the conversation, D.A.T.A explored it's identity, evolution, and the intricacies of event curation and organisation. </p>
<p>The website presents the interview in both linear and non-linear formats. By utilising machine learning and natural language processing, text segments extracted from the interview were ranked against key topics; creating a higher-dimensional understanding, and projection of the interview - which is commonly referred to as the latent space. After, a t-SNE algorithm was applied to high-dimensional space, flattening it into two dimensions, represented in the interactive map; allowing the user to navigate the interview from the perspective of the machine.</p>
<p>Designed and developed using p5js, by Cailean Finn.</p>
<p><em>Designed and developed using p5js, by Cailean Finn.</em></p>
<p><a href="http://conceptnull.org/data">Website &#x2197;</a> </p>
<p><img alt="DATA" src="/images/data/d_data_2.png" title="DATA" /></p>
<p><img alt="DATA" src="/images/data/d_data_5.png" title="DATA" /></p>
<p><img alt="DATA" src="/images/data/d_data_1.webp" title="DATA" /></p>
<p><img alt="DATA" src="/images/data/d_tsne-data.gif" title="DATA" /></p>
</div>
<div id="project-showcase">
<div id="pr-header">Exhibited:</div>
<div id="showcase-cont">
<div class="showcase">
<p>(2024)</p>
<p>Exposed Torino Foto Festival,</p>
<p>Turin</p>
</div>
<div class="showcase">
<p>(2025)</p>
<p>Another Showcase Festival,</p>
<p>Rome</p>
</div>
</div>
</div>
<div id="project-credits">
@ -71,13 +57,25 @@
<div class="credit">
<p>&#8594;</p>
<p>Cailean, </p>
<p>CT</p>
<p>Coding & Web Design</p>
</div>
<div class="credit">
<p>&#8594;</p>
<p>Walt Nied, </p>
<p>Interview & Script</p>
</div>
<div class="credit">
<p>&#8594;</p>
<p>Roisin Berg, </p>
<p>Interview & Script</p>
</div>
<div class="credit">
<p>&#8594;</p>
<p>Leon, </p>
<p>Camera</p>
<p>Scott Robinson, </p>
<p>Interview & Script</p>
</div>
</div>
@ -89,7 +87,7 @@
<div id="modified-time">
<h4>Last Modified: </h4>
<p> Sat Jun 8 23:33:47 2024</p>
<p> Fri Jun 21 11:36:20 2024</p>
</div>
</div>

2
public/articles/demo.html

@ -90,7 +90,7 @@
<div id="modified-time">
<h4>Last Modified: </h4>
<p> Thu Jun 20 18:00:30 2024</p>
<p> Fri Jun 21 11:04:11 2024</p>
</div>
</div>

94
public/articles/dwelling.html

@ -39,6 +39,12 @@
<div id="project-body">
<p>Dwelling is a dynamic live performance and theatre installation created by <a href="https://peterpower.ie/">Peter Power</a> and <a href="https://bold.ie/">Leon Butler</a>. The performance explores the periphery of cultural isolation, and the dispersal of self across the multimedial, delving into themes of digital mortality, transformation, and rebirth. The performance takes place in the fragments of a home with dance performances by Robyn Byrne and Rosie Stebbing. The characters moves between the digital and real space through motion capture data in conjunction with live tracking. Over the duration of the performance, Rosie starts to form a connection between her physical self, and the digital divide.</p>
<p>The virtual world was created entirely within Unity. Data was captured from Robyn's movement through various methods, such as the Perception Neuron mo-cap suit, as well as emerging monocular 3d human pose detection models. Unity's particle system was used extensively in the project, converting point cloud and positional data into emergent movement, and ethereal landscapes.</p>
<p><img alt="Dwelling" src="/images/dwelling/d_dwelling_10.JPEG" title="Dwelling" /></p>
<p><img alt="Dwelling" src="/images/dwelling/d_dwelling_9.JPEG" title="Dwelling" /></p>
<p><img alt="Dwelling" src="/images/dwelling/d_dwelling_6.png" title="Dwelling" /></p>
<p><img alt="Dwelling" src="/images/dwelling/d_dwelling_4.png" title="Dwelling" /></p>
<p><img alt="Dwelling" src="/images/dwelling/d_dwelling_8.JPEG" title="Dwelling" /></p>
<p><img alt="Dwelling" src="/images/dwelling/d_monocular.png" title="Dwelling" /></p>
</div>
@ -63,14 +69,92 @@
<div class="credit">
<p>&#8594;</p>
<p>Cailean, </p>
<p>CT</p>
<p>Peter Power & Leon Butler, </p>
<p>Directors</p>
</div>
<div class="credit">
<p>&#8594;</p>
<p>Leon, </p>
<p>Camera</p>
<p>Robyn Byrne, </p>
<p>Choreographer</p>
</div>
<div class="credit">
<p>&#8594;</p>
<p>Roisie Stebbing, </p>
<p>Choreographer & Performer</p>
</div>
<div class="credit">
<p>&#8594;</p>
<p>Cailean Finn, </p>
<p>Creative Technologist</p>
</div>
<div class="credit">
<p>&#8594;</p>
<p>David Mathuna, </p>
<p>Video Artist</p>
</div>
<div class="credit">
<p>&#8594;</p>
<p>Michael Hurley, </p>
<p>Lighting Designer</p>
</div>
<div class="credit">
<p>&#8594;</p>
<p>Leon Denise, </p>
<p>VFX Artist</p>
</div>
<div class="credit">
<p>&#8594;</p>
<p>Emma Nash, </p>
<p>Singer</p>
</div>
<div class="credit">
<p>&#8594;</p>
<p>Rory Dempsey, </p>
<p>Double Bass</p>
</div>
<div class="credit">
<p>&#8594;</p>
<p>Davie Ryan, </p>
<p>Associate Producer</p>
</div>
<div class="credit">
<p>&#8594;</p>
<p>Molly Foley, </p>
<p>Company Manager</p>
</div>
<div class="credit">
<p>&#8594;</p>
<p>Showscope, </p>
<p>Production Management</p>
</div>
<div class="credit">
<p>&#8594;</p>
<p>Caelinn Ní Bhroin, </p>
<p>Production Assistant</p>
</div>
<div class="credit">
<p>&#8594;</p>
<p>Aisling Murray, </p>
<p>Producer</p>
</div>
<div class="credit">
<p>&#8594;</p>
<p>Maura O'Keeffe, </p>
<p>Executive Producer</p>
</div>
</div>
@ -82,7 +166,7 @@
<div id="modified-time">
<h4>Last Modified: </h4>
<p> Sat Jun 8 23:36:42 2024</p>
<p> Fri Jun 21 11:53:28 2024</p>
</div>
</div>

14
public/articles/electronic-image.html

@ -41,7 +41,7 @@
<div id="project-body">
<p>This video series comprises of three individual studies, namely Embedded Energy, Electronic Phase, and Omnidirectional Objects, with each video study exploring an inherent characteristic of the video signal that reflects the key phases of the development in the evolution of the medium’s structural, temporal and spatial capabilities. Created as part of my Thesis “The Electronic Image: An Object of Time and Energy” in Art and Technology MA, University of Limerick, Ireland.</p>
<p>The three studies have been shaped by the experimental processes, techniques, and philosophies of the pioneering artists working with video. The artists in question, specifically the works of Steina and Woody Vasulka, who were driven by their yearning to understand the electronic signal and to formulate an electronic lexicon. The work, in its entirety, is an investigation of the unique set of “codes” embedded within the language of the video signal, consequently, recognising the electronic image as an object of time, energy, and it's programmable building element – the waveform.</p>
<p><a href="./assets/pdfs/thesis.pdf">📎thesis.pdf</a> </p>
<p><a href="./assets/pdfs/thesis.pdf">PDF &#x2197;</a> </p>
</div>
@ -66,14 +66,8 @@
<div class="credit">
<p>&#8594;</p>
<p>Cailean, </p>
<p>CT</p>
</div>
<div class="credit">
<p>&#8594;</p>
<p>Leon, </p>
<p>Camera</p>
<p>Dr. Robin Parmar, </p>
<p>Supervisor</p>
</div>
</div>
@ -85,7 +79,7 @@
<div id="modified-time">
<h4>Last Modified: </h4>
<p> Sun Jun 9 00:02:18 2024</p>
<p> Fri Jun 21 11:55:05 2024</p>
</div>
</div>

70
public/gallery.html

@ -43,6 +43,76 @@
<img class="gallery-image" src="/images/undefined-panorama.png">
<img class="gallery-image" src="/images/beauty-and-the-beep/beep_multiple_agents.png">
<img class="gallery-image" src="/images/beauty-and-the-beep/dev.png">
<img class="gallery-image" src="/images/beauty-and-the-beep/d_beep_1.png">
<img class="gallery-image" src="/images/beauty-and-the-beep/d_beep_2.jpg">
<img class="gallery-image" src="/images/beauty-and-the-beep/d_beep_3.jpg">
<img class="gallery-image" src="/images/beauty-and-the-beep/d_beep_4.jpg">
<img class="gallery-image" src="/images/beauty-and-the-beep/d_beep_5.jpg">
<img class="gallery-image" src="/images/beauty-and-the-beep/d_beep_6.jpg">
<img class="gallery-image" src="/images/beauty-and-the-beep/d_beep_7.jpg">
<img class="gallery-image" src="/images/beauty-and-the-beep/d_beep_8.jpg">
<img class="gallery-image" src="/images/beauty-and-the-beep/d_beep_9.jpg">
<img class="gallery-image" src="/images/beauty-and-the-beep/gif/depth_sensor.gif">
<img class="gallery-image" src="/images/beauty-and-the-beep/gif/dm_scrambler.gif">
<img class="gallery-image" src="/images/beauty-and-the-beep/gif/dm_walker.gif">
<img class="gallery-image" src="/images/beauty-and-the-beep/gif/intial_experimentation_climbing.gif">
<img class="gallery-image" src="/images/beauty-and-the-beep/gif/intial_experimentation_crawling.gif">
<img class="gallery-image" src="/images/beauty-and-the-beep/gif/intial_experimentation_error.gif">
<img class="gallery-image" src="/images/beauty-and-the-beep/gif/intial_experimentation_walk.gif">
<img class="gallery-image" src="/images/beauty-and-the-beep/gif/mid-banana.gif">
<img class="gallery-image" src="/images/beauty-and-the-beep/gif/mid-getup.gif">
<img class="gallery-image" src="/images/beauty-and-the-beep/gif/mid-struggle.gif">
<img class="gallery-image" src="/images/beauty-and-the-beep/gif/stairs.gif">
<img class="gallery-image" src="/images/beauty-and-the-beep/gif/treadmill_flip.gif">
<img class="gallery-image" src="/images/beauty-and-the-beep/gif/walking.gif">
<img class="gallery-image" src="/images/data/d_data_1.webp">
<img class="gallery-image" src="/images/data/d_data_2.png">
<img class="gallery-image" src="/images/data/d_data_5.png">
<img class="gallery-image" src="/images/data/d_data_7.png">
<img class="gallery-image" src="/images/data/d_tsne-data.gif">
<img class="gallery-image" src="/images/dwelling/d_dwelling_10.JPEG">
<img class="gallery-image" src="/images/dwelling/d_dwelling_4.png">
<img class="gallery-image" src="/images/dwelling/d_dwelling_6.png">
<img class="gallery-image" src="/images/dwelling/d_dwelling_8.JPEG">
<img class="gallery-image" src="/images/dwelling/d_dwelling_9.JPEG">
<img class="gallery-image" src="/images/dwelling/d_monocular.png">
<img class="gallery-image" src="/images/website/checker.png">
<img class="gallery-image" src="/images/website/lakitu.gif">

BIN
public/images/beauty-and-the-beep/beep_multiple_agents.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

BIN
public/images/beauty-and-the-beep/d_beep_1.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 MiB

BIN
public/images/beauty-and-the-beep/d_beep_2.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 724 KiB

BIN
public/images/beauty-and-the-beep/d_beep_3.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 296 KiB

BIN
public/images/beauty-and-the-beep/d_beep_4.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 780 KiB

BIN
public/images/beauty-and-the-beep/d_beep_5.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

BIN
public/images/beauty-and-the-beep/d_beep_6.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 635 KiB

BIN
public/images/beauty-and-the-beep/d_beep_7.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 644 KiB

BIN
public/images/beauty-and-the-beep/d_beep_8.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 804 KiB

BIN
public/images/beauty-and-the-beep/d_beep_9.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 859 KiB

BIN
public/images/beauty-and-the-beep/dev.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 600 KiB

BIN
public/images/beauty-and-the-beep/gif/depth_sensor.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

BIN
public/images/beauty-and-the-beep/gif/dm_scrambler.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 MiB

BIN
public/images/beauty-and-the-beep/gif/dm_walker.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 MiB

BIN
public/images/beauty-and-the-beep/gif/intial_experimentation_climbing.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 MiB

BIN
public/images/beauty-and-the-beep/gif/intial_experimentation_crawling.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 MiB

BIN
public/images/beauty-and-the-beep/gif/intial_experimentation_error.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 MiB

BIN
public/images/beauty-and-the-beep/gif/intial_experimentation_walk.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 MiB

BIN
public/images/beauty-and-the-beep/gif/mid-banana.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 MiB

BIN
public/images/beauty-and-the-beep/gif/mid-getup.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 MiB

BIN
public/images/beauty-and-the-beep/gif/mid-struggle.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 MiB

BIN
public/images/beauty-and-the-beep/gif/stairs.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 MiB

BIN
public/images/beauty-and-the-beep/gif/treadmill_flip.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 MiB

BIN
public/images/beauty-and-the-beep/gif/walking.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 MiB

BIN
public/images/data/d_data_1.webp

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

BIN
public/images/data/d_data_2.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 354 KiB

BIN
public/images/data/d_data_5.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 596 KiB

BIN
public/images/data/d_data_7.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

BIN
public/images/data/d_tsne-data.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 740 KiB

BIN
public/images/dwelling/d_dwelling_10.JPEG

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

BIN
public/images/dwelling/d_dwelling_4.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 MiB

BIN
public/images/dwelling/d_dwelling_6.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 173 KiB

BIN
public/images/dwelling/d_dwelling_8.JPEG

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

BIN
public/images/dwelling/d_dwelling_9.JPEG

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

BIN
public/images/dwelling/d_monocular.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB

Loading…
Cancel
Save