User:Youjung/SI29: Gossips: Difference between revisions
| Line 23: | Line 23: | ||
Collective fanzine making | Collective fanzine making | ||
<div style= | <div style="display: flex;"> | ||
[[File:D7001741-ECDA-484E-A83A-F3FAD6B2F6F5 1 105 c.jpg|alt=Van Nelle Fabriek Data Center|thumb|Van Nelle Fabriek Data Center]] | [[File:D7001741-ECDA-484E-A83A-F3FAD6B2F6F5 1 105 c.jpg|alt=Van Nelle Fabriek Data Center|thumb|Van Nelle Fabriek Data Center]] | ||
[[File:BE9F8F58-6857-4B53-9FCF-529AB7408C20 1 105 c.jpg|alt=Penitentiaire Inrichting 'De Schie'|thumb|DONT CALL ME BABY I AM GREATER THAN YOU THINK by Roos Schneijderberg, Penitentiaire Inrichting 'De Schie' and Jumbo truck]] | [[File:BE9F8F58-6857-4B53-9FCF-529AB7408C20 1 105 c.jpg|alt=Penitentiaire Inrichting 'De Schie'|thumb|DONT CALL ME BABY I AM GREATER THAN YOU THINK by Roos Schneijderberg, Penitentiaire Inrichting 'De Schie' and Jumbo truck]] | ||
[[File:Fanzine making from the data center.jpg|alt=Collective fanzine making|thumb|Collective fanzine making]] | |||
</div> | </div> | ||
=== Week 1-2. Collective zine making using bash script === | =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([[Paged.js|Documentation on zine-making]]), this prototyping will be a continuation. | 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([[Paged.js|Documentation on zine-making]]), this prototyping will be a continuation. | ||
'''Questions to think about''' | '''Questions to think about''' | ||
* What kind of meaning or value can stitching these files bring? | *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? | *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''' | '''Manetta's introduction to stitching html files using bash''' | ||
Revision as of 21:28, 26 January 2026
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
My map
Collective fanzine making
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