updated data-page generation config for nicer urls

This commit is contained in:
Benjamin Jones 2020-08-16 11:52:30 +02:00
parent 1c93005706
commit a5e1be9465
5 changed files with 34 additions and 31 deletions

View File

@ -61,10 +61,10 @@ age_gen-dirs: true
page_gen:
- data: 'rf2020.participants'
template: 'participant'
dir: 'participants'
name: 'id'
dir: 'rf2020/participants'
name: 'ref'
- data: 'rf2020.events'
template: 'event'
dir: 'events'
name: 'id'
dir: 'rf2020/events'
name: 'ref'

View File

@ -1,38 +1,31 @@
- id: 1
title_: turbo mañana
ref: turbo-manana
date: 2020-07-2 12:45
description: |
Attendees will explore our aesthetic and socio-economic landscape and how it applies to possible futures and ways we can influence them. In a workshop format, the attendees can explore the following zones and ideate ways to create Turbo Mañana in their professional and personal lives.
How and why is it that some experiential products that sell a feeling or vibe have license to “own” radically futuristic visions? Why do others all look the same? —
At its core, its just about money. C.R.E.A.M (Humanist Blandcore)
Attendees will explore what lies beyond capitalist realism.
Philosophical/Existential/Socio-economic forces —
Ive mapped out philosophical axes and socio-economic drivers that motivate and fuel aesthetics and cultural production.
We must realize that capitalism will consume Earths resources until its exhausted unless we find another way to live in-between abundance and scarcity. (McDaas/Capitalocene)
Whats Next?
Whats Next? —
Are we going to get medieval again? (Neo-Feudalism)
Or will we wake up and places bets on activities, provocation and cultural production that inspires imagination and multitudes of possible futures? (Turbo Mañana)
A new sun rises.
participants : [1]
- id: 2
title_: Shock Doctrine as a Service
ref: SDaaS
date: 2020-07-02 17:00
description: |
The last fifteen years has seen a surge of interest in decentralised technology. From well-funded blockchain projects like IPFS to the emergence of large scale information networks such as Dat, Scuttlebutt and ActivityPub, this is renewed life in peer-to-peer technologies; a renaissance that enjoys widespread growth, driven by the desire for platform commons and community self-determination. These are goals that are fundamentally at odds with and a response to the incumbent platforms of social media, music and movie distribution and data storage. As we enter the 2020s, centralised power and decentralised communities are on the verge of outright conflict for the control of the digital public space. The resilience of centralised networks and the political organisation of their owners remains significantly underestimated by protocol activists. At the same time, the decentralised networks and the communities they serve have never been more vulnerable. The peer-to-peer community is dangerously unprepared for a crisis-fuelled future that has very suddenly arrived at their door.
The last fifteen years has seen a surge of interest in decentralised technology. From well-funded blockchain projects like IPFS to the emergence of large scale information networks such as Dat, Scuttlebutt and ActivityPub, this is renewed life in peer-to-peer technologies; a renaissance that enjoys widespread growth, driven by the desire for platform commons and community self-determination. These are goals that are fundamentally at odds with and a response to the incumbent platforms of social media, music and movie distribution and data storage. As we enter the 2020s, centralised power and decentralised communities are on the verge of outright conflict for the control of the digital public space.
The resilience of centralised networks and the political organisation of their owners remains significantly underestimated by protocol activists. At the same time, the decentralised networks and the communities they serve have never been more vulnerable. The peer-to-peer community is dangerously unprepared for a crisis-fuelled future that has very suddenly arrived at their door.
participants : [2]
- id: 3
title_: Rebuild a data future between us
ref: rebuild-a-data-future
date: 2020-08-10 13:00
description: |
I am working on a series of projects examine the humans relationship with data and AI in the future. I want to address the iteration of ourselves and the iteration of computing. In the iteration process, how might we design a space that is safe for everyone, and how should we detail with our personal privacy with Artificial Intelligence of Things (AIoT)? And, when we have the technology to understand and communicate with every object, whats the relationship between humans? If we live in a fully virtual world, how might we sense and feel the reality? The projects includes a fiction story, a critical essay, a short film, and a speculative design solution. Through storytelling, I invite viewers to experience and rethink about the information revolution. For the talk, I want to discuss about my art and design research process, and how might us as artists, designers, and technologists to help build a positive future with data. I want to share my findings about our data culture, and how the current system might drive us to a world we dont want to live in. These projects I am working on cant be the solution for the data-driven world, but hopefully we can starting a conversation and some actions to protect our digital selves.

View File

@ -1,5 +1,6 @@
- id : 1
fullname : Andrew van Hyfte
ref: andrew-van-hyfte
pronouns : he/him
location : Austin, Texas U.S.A
links : ["https://www.are.na/andrew-van-hyfte", "https://www.hyperisland.com", "https://www.frogdesign.com"]
@ -8,9 +9,11 @@
events: [1]
- id : 2
fullname: Cade Diehm
title: Cade Diehm
ref: cade-diehm
pronouns : he/him
location : Berlin, Germany
links : ["https://twitter.com/helveticade", "https://newdesigncongress.org"]
bio : "Cade is the founder of the New Design Congress, a research group developing a nuanced understanding of technology's role as a social, political and environmental accelerant. He spent ten years embedded in digital infrastructure and security projects in six countries. After his studies, he consulted with government and telecommunications clients with Deloitte Australia. He prototyped Signal, the secure messaging app, with Open Whisper Systems in 2014, led design and strategy at the early cryptocurrency fintech CoinJar and was Chief Creative Officer at SpiderOak, a Snowden-approved cloud storage company. Prior to founding the New Design Congress he led design and information security research at Tactical Tech, a Berlin-based NGO that works to raise awareness of issues of data, privacy and technology in societies."
picture : https://simplysecure.org/assets/img/people/cade.png
picture : /assets/participants/cade.png
events: [2,3]

View File

@ -1,7 +1,7 @@
---
layout: page
lang: en
ref: going-online
ref: index
---
<article class="page-content news-post">
@ -12,14 +12,16 @@ ref: going-online
<div class="post-content">
<h3>
{% include utils/translated-date.html date=page.date lang=page.lang %}
{{ page.date | date: "%H:%M" }}
</h3>
<p>{{ page.ref }}</p>
<h3>
By:
</h3>
{% for id in page.participants %}
{% for participant in site.data.rf2020.participants %}
{% if participant.id == id %}
<a class="block with-url-arrow" href="/participants/{{ id }}.html">{{ participant.fullname }}</a>
<a class="block with-url-arrow" href="/participants/{{ participant.ref }}">{{ participant.fullname }}</a>
{% endif %}
{% endfor %}
{% endfor %}

View File

@ -11,6 +11,11 @@
a,
strong {
color: $black;
@include darkMode {
background-color: $white;
padding: $size-base;
}
}
.fourohfour {