Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
playground:alessandro [2025/01/25 15:12] – created alessandro | playground:alessandro [2025/01/26 16:50] (current) – wgp | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | < | ||
+ | < | ||
+ | function fetch_request(url, | ||
+ | // fetching the pad | ||
+ | fetch(`${url}`, | ||
+ | ' | ||
+ | ' | ||
+ | }) | ||
+ | .then(response => response.text() ) | ||
+ | .then(css => inject_css(css) ); | ||
+ | } | ||
+ | function inject_css(css){ | ||
+ | console.log(' | ||
+ | let el = document.createElement(' | ||
+ | el.id = " | ||
+ | el.innerText = css; | ||
+ | document.head.appendChild(el); | ||
+ | }; | ||
+ | fetch_request("/ | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | |||
+ | |||
+ | |||
====== One Helluva of a Week ====== | ====== One Helluva of a Week ====== | ||
This week has been weird. The situation seems < | This week has been weird. The situation seems < | ||
- | |||
Where & how do we start? | Where & how do we start? | ||
I don't know 8-O | I don't know 8-O | ||
- | What I know is that I keep on encountering pockets of dialogue and alternative practices, online and through the city. | + | What I know is that I keep on encountering pockets of dialogue and alternative practices, online and through the city. In the past two days, for example, I found one in the usual refuge of Lichtenraderstr 49. |
+ | |||
+ | "One publish to find comrades", | ||
+ | |||
+ | Sometimes, I feel we are all circling around with the same set of unanswerable questions. Who own the networks we use to communicate? | ||
+ | |||
+ | Other times, like in these two days, it feels like we are all navigating a common vessel heading towards unkown lands. | ||
- | Lichtenraderstr 49, a usual refuge, once again materialized spaces | + | It feels we are well equipped with shared knowledges and a bag of pragmatic experience. |
- | Sometimes, | + | Whould it be enough? |
- | But to unravel the politics | + | We just keep on going, |
+ | AYL, 25.01.24, Offline, Berlin | ||