User:Kim

From XPUB & Lens-Based wiki

this is my website: https://kimkleinert.com/ [1] [2] [3]

we are currently in

Si27


wiki change log
subject status
!attention! reader is moving
writing directory writing
SI 27 User:Kim/Special Issue 27
Stations, Skills, Resources new section: Git explorations
Stations, Skills, Resources new section: on documentation
SI 26 added: Inspector Extensions

Subpages

Notes

04/07/25 introduction Si27

04/22/25 Si27

05/06/25 prototyping

05/06/25 methods

citation

  • pad of the day
  • Lidia uses pandoc, obsidian and zotero
    • and something like this to connect obsidian and zotero
    • described more detailed here

05/13/25 pen plotting

install-afternoon:

05/14/25 Fediverse (Prototyping)

05/19/25

  • time pressure – pressure time
    • running out of time, extinction, apocalypse, collapse
  • we watched "ancestral clouds ancestral claims" by Denise Fereirra da Silva and Arunja Neumann [1]

05/20/25 Prototyping

User:Kim/Special Issue 27/Prototyping: Social Media Track

05/21/25 Methods

Research is entering a conversation

A research questions functions like a lighthouse (for the final body of text)

  • word count for thesis is 7000 to 8000 words

05/26/25 SI

pad of the day where we organize first steps of SI27 public moment

05/27/25 Prototyping: RSS

todays pad

  • death of the hyperlink
    • how shift happened from blogging to Social media (speaking about hosting structure, customization, profit, immmaterial labour...)
    • content targeting nowadays is hyper individual compared to social media 10 years ago or blogging
    • spectacularize everything to be heard (affects how we practice solidarity)
    • in 2014 google took feed reader software down, a move massively influencing the hyperlink and blogging landscape
  • Langdon Winner
    • (Autonomous Technology, Do artifacts have politics?) epistemological Luddism method of not using a certain technology (or object) and then recognize what changes/ what is different
  • we download an rss reader software
  • we create our own feed on cerealbox
  • https://rss-bridge.org/ allows to add website updates to your rss reader by defining elements with a css selector

Planetplanet a rss aggregator, combines many feeds of different online communities like Gnome Deutschland, Linux Chixs, Mozilla Zine

Server 101:

  • port 80 = http



  • we remove and install linux on virtual box new (kim, debian)
$ su -> enter pw -> $ apt install sudo nginx  php8.2 (stay in root for next step)
add user as sudo: $ nano /etc/group
in the browser go to localhost

this is already our server, just $ su installing nginx (and php)

  • now we want to add a cms (flatpress)
$ sudo wget https://github.com/flatpressblog/flatpress/archive/1.3.1.zip (you have to be in /var/www/html)
$ unzip
$ mv flatpress-1.3.1/ blog
$ sudo apt install php-fpm
$ sudo systemctl stop nginx
$ sudo apt install apache2
$ sudo systemctl start apache2
in the browser go to localhost/blog
give write access (inside of blog folder do)
$ sudo chmod a+w fp-content/
continue to configure the cms in the browser (localhost/blog)




  1. [2] this too
  2. [3] this too
  3. [4] this too