User:Youjung/SI29: Gossips
SI29: Gossiping at the Intersection of Crafts and Resistances
SI29 Overview Wiki Page | SI29 Personal Webpage
TMUX Collaborative terminal session
- Date: 19/01/26
- Guest: Kaa
- Group: Barbara, Ema, Tommi, Youjung
- Theme: Network using terminal command: curl, ping, traceroute
TMUX enables to simultaneously write terminal commands through ssh. It was interesting to see these terminal log can turn into a collective zine using the tool Fanzine made by Kaa. The contrast between terminal screen and simultaneity was fun to see.
Also Kaa's Server Charms workshop seemed fun. Would love to participate!
Visit to Van Nelle Fabriek Data Center
- Date: 26/01/26
- Guest: Anti, Marloes
Van Nelle Fabriek Data Center, tour by Remco
Prototyping
Week 1-2. Collective zine making using bash script
Inspired from Kaa's workship with TMUX and Fanzine, I thought about printing a directory on the server. Directory itself becomes a html file using a bash script. For example, if someone uploads an image or txt, these file will automatically be stitched and added to a collective zine. Also thought about including the metadata of the file. The metadata can be file size, owner, permission, modified date etc. Since I've been working on web2print zine making for AMRO26 and Extraterrestrial zine fair(Documentation on zine-making), this prototyping will be a continuation.
Questions to think about
- What kind of meaning or value can stitching these files bring?
- Also am I interested in the file content or the metadata and interaction within the server?
Manetta's introduction to stitching html files using bash
cat head.html > final.html ls -la >> final.html tree >> final.html cat feet.html >> final.html weasyprint final.html -s stylesheet.css final.pdf
26-01-2026 Prototype on Meta Data Stitching
Stitching files together in 1 html file and printing meta data on paper. What kind of meaning can metadata have? Does it become more intimate when it is printed on a piece of paper?
echo "<pre>" >> output.html date >> output.html pwd >> output.html whoami >> output.html echo "<br>[Tree]" >> output.html tree >> output.html ls -lh >> output.html echo "<br>[Differences]" >> output.html diff youjung luca >> output.html diff leassets daan >> output.html echo "<pre>" >> output.html weasyprint output.html -s output.css output.pdf
09-02-2026 Prototyping on Offline Server
Local first file sharing: I'm curious if it is possible to set up a Raspberry Pi where people can gather around and share files like a camp fire. Without any internet connections, these files will be only saved in this device. And the only way to open or see this file is the printer. Last week we saw how many files we had in our computers. How many of them are valuable and meaningful to us? And what are the files do we want to share but also keep it private? For me it would be image files of our family photos and my pdf portfolio.