User:Youjung/SI29: Gossips: Difference between revisions

From XPUB & Lens-Based wiki
Line 25: Line 25:


Is it a archive log of terminal?
Is it a archive log of terminal?
cat head.html > final.html


Stitching bash scripts
Stitching bash scripts
 
cat head.html > final.html
  ls -la >> final.html
  ls -la >> final.html
  tree >> final.html
  tree >> final.html
  cat feet.html >> final.html
  cat feet.html >> final.html
  weasyprint final.html -s stylesheet.css final.pdf
  weasyprint final.html -s stylesheet.css final.pdf

Revision as of 00:43, 21 January 2026

SI29: Gossiping at the Intersection of Crafts and Resistances

TMUX session: untangling_the_web output using Fanzine

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!

Prototyping

Week 1-2. Collective zine making using bash script

Idea: Share image and texts through html file uploaded on gittea and print it as a zine, finding a way manage merge conflict. (Inspired from workshop with Kaa) Also I'm making a zine so... would be fun to connect these two.

Am I interested in content itself or the metadata(permission, file name, owner, date, file size etc)?

Using bash script to execute the files within server folder into a pdf using weasyprint.

Stitching multiple types of file together. What does this mean? How can it be more collective?

Is it a archive log of terminal?

Stitching bash scripts

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