first test-run

This commit is contained in:
Clément Charollais 2020-07-29 18:24:30 +02:00
parent 6c54a8822e
commit 492c9ff2b5
11 changed files with 154 additions and 90 deletions

View File

@ -17,6 +17,7 @@ gem "minima", "~> 2.5"
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.12"
gem 'jekyll-build-notifier'
gem 'jekyll-datapage-generator'
end
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem

View File

@ -31,6 +31,7 @@ GEM
terminal-table (~> 1.8)
jekyll-build-notifier (0.2)
terminal-notifier
jekyll-datapage-generator (1.2.0)
jekyll-feed (0.12.1)
jekyll (>= 3.7, < 5.0)
jekyll-sass-converter (2.0.1)
@ -78,6 +79,7 @@ PLATFORMS
DEPENDENCIES
jekyll (~> 4.0.0)
jekyll-build-notifier
jekyll-datapage-generator
jekyll-feed (~> 0.12)
minima (~> 2.5)
tzinfo (~> 1.2)

View File

@ -33,6 +33,7 @@ permalink: /:categories/news/:year/:title:output_ext
theme: minima
plugins:
- jekyll-feed
- jekyll-datapage-generator
# Exclude from processing.
# The following items will not be processed, by default.
@ -53,3 +54,17 @@ plugins:
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/
# Generation of pages for participants
age_gen-dirs: true
page_gen:
- data: 'rf2020.participants'
template: 'participant'
dir: 'participants'
name: 'id'
- data: 'rf2020.events'
template: 'event'
dir: 'events'
name: 'id'

26
_data/rf2020/events.yml Normal file
View File

@ -0,0 +1,26 @@
- id: 1
title_: turbo mañana
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? —
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
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."
participants : [2]
- id: 3
title_: Rebuild a data future between us
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."
participants : [2]

View File

@ -0,0 +1,16 @@
- id : 1
fullname : 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"]
bio : "Andrew is a designer and strategist currently working at frog; focusing on emerging markets and aesthetic futures in order to imagine brave new ventures. Previously a graduate of Scandinavias preeminent experimental design institution, Hyper Island, and investigator/collaborator of mythopoetic modes of teaching in partnership with Barcelonas Internet Age Medias 2020 IAM Weekend."
picture: /assets/participants/andrew-van-hyfte.jpg
events: [1]
- id : 2
fullname: 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
events: [2,3]

36
_layouts/event.html Normal file
View File

@ -0,0 +1,36 @@
---
layout: page
lang: en
ref: going-online
---
<article class="page-content news-post">
<div class="content post-item">
<header class="post-header">
<h2>{{ page.title_ }}</h2>
</header>
<p class="block">
</p>
<div class="post-content">
<h2>
{{ page.title_ }}
</h2>
<p>
Participants :
</p>
{% 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>
{% endif %}
{% endfor %}
{% endfor %}
<p>
{{ page.description }}
</div>
</div>
</article>

View File

@ -6,40 +6,36 @@ ref: going-online
<article class="page-content news-post">
<div class="content post-item">
<img src="{{ page.profile-img}}" alt="">
<img src="{{ page.picture }}" alt="">
<header class="post-header">
<h2>{{ page.fullname }} - {{ page.presentaionName }}</h2>
<label class="titlecase">
{% include utils/translated-date.html date=page.dateTime lang=page.lang %}
</label>
<h2>{{ page.fullname }}</h2>
</header>
<p class="block">
</p>
<div class="post-content">
{{ content }}
</div>
<div class="post-content">
<h2>
About {{ page.fullname }}
</h2>
<p>
Events :
</p>
{% for id in page.events %}
{% for event in site.data.rf2020.events %}
{% if event.id == id %}
<a class="block with-url-arrow" href="/events/{{ id }}.html">{{ event.title_ }}</a>
{% endif %}
{% endfor %}
{% endfor %}
<p>
{{ page.bio }}
</p>
{% for site in page.websites %}
{% for site in page.links %}
<a class="block with-url-arrow" href="{{ site }}">{{ site | remove_first: "https://" | remove_first: "http://" | remove_first: "www." }}</a>
{% endfor %}
</div>
{% for tag in page.tags %}
<p class="tag">
#{{ tag }}
</p>
{% endfor %}
</div>
</article>

View File

@ -0,0 +1,45 @@
---
layout: page
lang: en
ref: going-online
---
<article class="page-content news-post">
<div class="content post-item">
<img src="{{ page.profile-img}}" alt="">
<header class="post-header">
<h2>{{ page.fullname }} - {{ page.presentaionName }}</h2>
<label class="titlecase">
{% include utils/translated-date.html date=page.dateTime lang=page.lang %}
</label>
</header>
<p class="block">
</p>
<div class="post-content">
{{ content }}
</div>
<div class="post-content">
<h2>
About {{ page.fullname }}
</h2>
<p>
{{ page.bio }}
</p>
{% for site in page.websites %}
<a class="block with-url-arrow" href="{{ site }}">{{ site | remove_first: "https://" | remove_first: "http://" | remove_first: "www." }}</a>
{% endfor %}
</div>
{% for tag in page.tags %}
<p class="tag">
#{{ tag }}
</p>
{% endfor %}
</div>
</article>

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -1,36 +0,0 @@
---
layout: participant
fullname: Andrew van Hyfte
pronouns: he/him
location: Austin, Texas U.S.A
websites: [https://www.are.na/andrew-van-hyfte, https://www.hyperisland.com, https://www.frogdesign.com]
tags: [anticapitalism, testing, other, yep]
bio: Andrew is a designer and strategist currently working at frog; focusing on emerging markets and aesthetic futures in order to imagine brave new ventures. Previously a graduate of Scandinavias preeminent experimental design institution, Hyper Island, and investigator/collaborator of mythopoetic modes of teaching in partnership with Barcelonas Internet Age Medias 2020 IAM Weekend. www.frogdesign.com www.hyperisland.com
presenting: turbo-manana
presentaionName: turbo mañana
profile-img: './img/andrew-van-hyfte.jpg'
format: workshop
dateTime: 2020-09-18 14:15:00
---
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? —
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)

View File

@ -1,37 +0,0 @@
---
layout: participant
fullname: Andrew van Hyfte
pronouns: he/him
location: Austin, Texas U.S.A
websites: [https://www.are.na/andrew-van-hyfte, https://www.hyperisland.com, https://www.frogdesign.com]
bio: Andrew is a designer and strategist currently working at frog; focusing on emerging markets and aesthetic futures in order to imagine brave new ventures. Previously a graduate of Scandinavias preeminent experimental design institution, Hyper Island, and investigator/collaborator of mythopoetic modes of teaching in partnership with Barcelonas Internet Age Medias 2020 IAM Weekend. www.frogdesign.com www.hyperisland.com
presenting: turbo-manana
presentaionName: turbo mañana
profile-img: './img/andrew-van-hyfte.jpg'
format: workshop
dateTime: 2020-09-18 14:15:00
lang: en
ref: going-online
---
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? —
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)