User:Sibyl/T2 Assessment: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
No edit summary
Line 92: Line 92:
[[File:Garden1.png|frameless]]    [[File:Screenshot 20260127 141155.png|frameless]]
[[File:Garden1.png|frameless]]    [[File:Screenshot 20260127 141155.png|frameless]]


* [https://hub.xpub.nl/sergio/SI29/file-sharing/forest/sibyl/sibyl.html tree web]
* [https://hub.xpub.nl/sergio/SI29/file-sharing/forest/sibyl/sibyl.html tree web]  
 
[[File:Screenshot 2026-03-28 at 11.29.37 PM.png|right|frameless|250x250px]]I built this website using our Garden framework.<pre style="font-size:10px;">
[[File:Screenshot_2026-03-28_at_11.10.42_PM.png|frameless|310x310px|left]]<pre style="font-size:10px;">
<nowiki>#</nowiki>!/usr/bin/env bash
<nowiki>#</nowiki>!/usr/bin/env bash


Line 106: Line 105:
  .</pre>
  .</pre>
</div>
</div>
<p style="color:#08D9D6;text-align:center;">Workshop: Potluck Files</p>
<p style="color:#08D9D6;text-align:center;">Workshop: [[Potluck Files workshop|Potluck Files]] </p>
<div style="border:#08D9D6 3px dotted ;padding:16px;width:95%;">
<div style="border:#08D9D6 3px dotted ;padding:16px;width:95%;">[[File:Workshop 1-22.png|frameless]][[File:Screenshot 2026-03-28 at 11.36.27 PM.png|frameless]]</div>
</div>

Revision as of 00:38, 29 March 2026

Welcome.png

Special Issue 28

Prototyping: Radio

polyrhythms experiment

Note.png
"polyrhythms"
stack(
  n("0").cpm(90*0/10),
n("1").cpm(90*1/10),
n("1.5").cpm(90*2/10),
n("2").cpm(90*3/10),
n("2.5").cpm(90*4/10),
n("3").cpm(90*5/10),
n("3.5").cpm(90*6/10),
n("4").cpm(90*7/10),
n("4.5").cpm(90*8/10),
n("5").cpm(90*9/10),
n("5.5").cpm(90*10/10),
n("6").cpm(90*11/10),
n("6.5").cpm(90*12/10),
n("7").cpm(90*13/10),
n("7.5").cpm(90*14/10),
n("8").cpm(90*15/10),
n("8.5").cpm(90*16/10),
n("9").cpm(90*17/10),
n("9.5").cpm(90*18/10),
n("10").cpm(90*19/10),
).sound("piano").scale("<C:major D:minor G:major>").slow("2")

reference: https://strudel.cc/?8F2i3iUI0G6A

writing machine experiment

setcpm(81/4)
//$:n("1 -4 -4 -4 1 -4 -4 -4").chord("F#m").voicing().sound("gm_acoustic_bass").lpf(500).room(.6).gain("2 1 1 1 2 1 1 1")
$:sound("<bd - sd -,hh hh hh hh>*8").bank("RolandTR808")
$:n("<-4*8 -7*8 -9*8>").chord("F#m").voicing().sound("gm_acoustic_bass")
$:n("<-4 -4 1 5 7 5 3 1>*8").chord("A").voicing().sound("gm_xylophone")

//$:"<Am Fm F>"
.pick({
  Am: "57,60,64", 
  Fm: "57,60,65",
  F: "54,57,62"
})
.note()


Screenshot 2025-10-26 at 7.45.02 PM.png

reflection

When I first participated in a radio production, I chose music as my main medium. I became interested in generating music through coding—using programming-like inputs to shape sound—which led me to start learning Strudel.
The process has been challenging. Creating compelling music still requires an understanding of music theory and sound structure, which made me realize that technology is only part of the practice.
I am still exploring—learning new tools while developing my sense of musical language. I hope to find a more natural connection between coding and sound, and expand my creative approach.

Exhibition:The-Calm-Machine

Welcome to the Calm Machine. Please sit down, relax for a moment. You have moved through the hall and made it here. This a space to ground yourself—without rushing, without judging. Reflect on the things you have observed. What sensations did you experience on your way? Did something feel strangely familiar? Did you notice something that sparked inspiration in you? What did your hands want to touch? Listen to your body, your thoughts, and your surroundings.

The Inner Machine Please take a 'key', open it and have a seat. You have entered the inner part of the machine, where you can touch, listen, and heighten your sensory perception. Feel the most tender and intimate part of the machine.

The Outer Machine

You have been here for a while now. Did you gather some fresh energy? If you feel like it, we would like to take you on a walk and thereby make you write a story. Breathe in some fresh air and feel the Rotterdam autumn winds on your face. Grab a pen and one of the walking cards. Just follow the instructions to start your journey! When you are done, please come back here to scan your results.

Desk table .jpg. Workingprocess.jpg

Teller.jpg 4installation.jpg

reflection

Having just arrived at a new school and entered a new phase of life, I am still trying to find my rhythm both in learning and in daily living. I find myself missing the comfort of my previous environment, and I am searching for a sense of balance. This is also why I created this work. Starting from my own feelings and perspective, I hope the audience can find a sense of resonance. I created a “cozy place” where people can rest, reflect, and explore their inner world.

Web to Print

Webtoprint3.jpg Webtoprint2.jpg Webtoprint1.jpg
our final!!

reflection

This was my first time hand-binding a book and also my first time designing a book layout without using Adobe software. Although I encountered many challenges along the way, solving them allowed me to gradually learn CSS, which gave me a strong sense of achievement.

Special Issue 29

Prototyping

After understanding the rules of P2P, we tried to use Soulseek as a platform to build a virtual private community, which we called “the Garden.” However, things didn’t go smoothly at first. We discovered that the school network imposed restrictions on the software’s functionality. In the end, we chose to use Eddie VPN. After purchasing a one-month VPN subscription, we were finally able to freely access each other’s private profiles and download files.
Garden1.png Screenshot 20260127 141155.png

Screenshot 2026-03-28 at 11.29.37 PM.png
I built this website using our Garden framework.
#!/usr/bin/env bash

set -euo pipefail
tree \
  -L 5 \
  -H ./ \
  --charset UTF-8 \
  --noreport \
  -o tree3.html \
  .

Workshop: Potluck Files

Workshop 1-22.pngScreenshot 2026-03-28 at 11.36.27 PM.png