push latest (minor tweaks)

This commit is contained in:
Benjamin Jones 2020-08-21 20:25:52 +02:00
parent 47b07209f2
commit e08d086562
13 changed files with 99 additions and 83 deletions

View File

@ -19,7 +19,7 @@
ref : peek-creating-games
date : 2020-09-18 00:00
description: |
In this workshop participants will make their own version of the science fiction/novel game, Peek [http://thepeekgame.com](http://thepeekgame.com/). Peek is an entertaining game for exploring the complexities and twisted narratives of the future, using a variety of story structures from traditional literature. In a series of exercises, participants will learn strategies for developing narrative games and will ultimately use Peek as a basis to create their own version of a speculative futures game, with their own stories and characters. No experience is required.
In this workshop participants will make their own version of the science fiction/novel game, [Peek](http://thepeekgame.com/). Peek is an entertaining game for exploring the complexities and twisted narratives of the future, using a variety of story structures from traditional literature. In a series of exercises, participants will learn strategies for developing narrative games and will ultimately use Peek as a basis to create their own version of a speculative futures game, with their own stories and characters. No experience is required.
participants: [1]
- id : 2
@ -278,7 +278,7 @@
participants: [18]
- id : 19
title_ : SECONDE VIE NUMERIQUE
title_ : Seconde vie numérique
lang_ : FR
format: Talk
ref : seconde-vie-numerique
@ -324,7 +324,7 @@
- id : 23
title_ : lookingGlass
lang_ : EN
format: Talk
format: Artwork
ref : looking-glass
date : 2020-09-20 00:00
description: |
@ -349,7 +349,7 @@
ref : identifying-digital-coercion
date : 2020-09-20 00:00
description: |
In the last decade, several public stories have hit the headlines, underlining the necessity to rethink our relation to digital technologies and our behavior with regard to privacy. Whether it be Snowdens revelations, Cambridge Analytica, or Facebook political advertising, all of these narratives seem to turn public opinion towards skepticism and defiance. However, they also seem to dissimulate the more subtle means of coercion existing in the digital realm, both technical and psycho-sociological aspects. In 2018, Sir Tim Berners-Lee, who invented what is now known as the World Wide Web, gave an interview in which he admits that “the web has failed instead of served humanity, as it was supposed to have done, and failed in many places”. He had envisioned a system that would provide means of empowerment its users. He thought, as some still do, that a standardized platform in which people would be able to participate openly in the elaboration of a common interest could provide a radical shift from a centralized capitalist political system. Nonetheless, this has proven to be a failure. By his own admission, the web has become quite the opposite : centralization has brought monopoly to only a handful of services, hiding behind a Utopian vision embodied in personalized services and recommendations. We think that this failure also illustrates the lack of understanding the public has of the implicit technical dogma guiding online services and their technical interdependence. How can we accurately identify coercion and the potential means of re-decentralizing ? We propose to analyze this re-decentralization via these talking points : 1) the psycho-sociological analysis of the relation between ones opinion and the tools of capitalist coercion, 2) the technical aspects of the dissimulated interdependence of various services, notably privately owned and/or controlled APIs.
In the last decade, several public stories have hit the headlines, underlining the necessity to rethink our relation to digital technologies and our behavior with regard to privacy. Whether it be Snowdens revelations, Cambridge Analytica, or Facebook political advertising, all of these narratives seem to turn public opinion towards skepticism and defiance. However, they also seem to dissimulate the more subtle means of coercion existing in the digital realm, both technical and psycho-sociological aspects. In 2018, Sir Tim Berners-Lee, who invented what is now known as the World Wide Web, gave an interview in which he admits that “the web has failed instead of served humanity, as it was supposed to have done, and failed in many places”. He had envisioned a system that would provide means of empowerment to its users. He thought, as some still do, that a standardized platform in which people would be able to participate openly in the elaboration of a common interest could provide a radical shift from a centralized capitalist political system. Nonetheless, this has proven to be a failure. By his own admission, the web has become quite the opposite : centralization has brought monopoly to only a handful of services, hiding behind a Utopian vision embodied in personalized services and recommendations. We think that this failure also illustrates the lack of understanding the public has of the implicit technical dogma guiding online services and their technical interdependence. How can we accurately identify coercion and the potential means of re-decentralizing ? We propose to analyze this re-decentralization via these talking points : 1) the psycho-sociological analysis of the relation between ones opinion and the tools of capitalist coercion, 2) the technical aspects of the dissimulated interdependence of various services, notably privately owned and/or controlled APIs.
participants: [24]
- id : 25
@ -428,4 +428,16 @@
- url: https://newdesigncongress.org/en/pub/this-is-fine/
- name: 'This is Fine: Optimism & Emergency in the P2P Network'
- id : 18
title_ : NOD (Neural Optimal Decisor)
lang_ : EN
format: Artwork
ref : nod
description: |
NOD is an acronym for Neural Optimal Decisor, a subcomponent of a big artificial supreme entity in charge of monitoring and analyzing massive amounts of data from people who agreed to delegate personal life to this ubiquitous organism.
This Artificial Intelligence takes advantage of every device connected to the vast network, and it obtains real-time biometric and social information from users. People do not need to handle struggle situations because data collected by each NOD will be a valuable asset to optimize human decisions by them. NODs will enhance people's lives supported by reliable information and probabilistic evidence.
The experience drives the player into the NOD perspective in charge of improving human lives. In this sense, players can track people's actions, communications, and variables through devices connected to the internet. Smartphones, smartwatches, and other devices become interfaces to take an in-depth look at people's private life. A simple game mechanic allows players to identify people as metadata of their physical dimension, accompanied by lectures that label people's current status. The NOD must make decisions by humans based on their probabilistic measurements of well- being. However, for better or worse, humans seem to want to run away from predictability.
The game arises from a series of questions. What range of options do we have to make a decision? Is our identity being demarcated by algorithms? Are we an extension or part of a kind of digital monoculture? Do we govern our lives, or are these driven by the influence of data presented to us in seemingly harmless and casual ways?
participants: [28]

File diff suppressed because one or more lines are too long

View File

@ -1,10 +1,10 @@
{% capture title %}
{% if page.title_ %}
{{ site.title | append: " \ "| append: page.title_ }}
{{ site.title | append: " \\ "| append: page.title_ }}
{% elsif page.fullname %}
{{ site.title | append: " \ "| append: page.fullname }}
{{ site.title | append: " \\ "| append: page.fullname }}
{% elsif page.title %}
{{ site.title | append: " \ "| append: page.title }}
{{ site.title | append: " \\ "| append: page.title }}
{% else %}
{{ site.title | escape }}
{% endif %}

View File

@ -2,7 +2,7 @@
<nav class="menu page-content">
{% for item in site.data.menu %}
{% if item.items %}
<div class="nav-group" tabindex="0">
<div class="nav-group nofocus" tabindex="0">
<a class="nav-link colour-{{ item.colour | default: 'black' }} {{ item.case }}">{{ item[page.lang].name }}</a>
{% for sublink in item.items %}
{% if page.lang == 'en' %}

View File

@ -0,0 +1,2 @@
<iframe width="560" height="315" src="https://www.youtube.com/embed/{{ include.slug }}" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

View File

@ -3,4 +3,16 @@
{% include program/program-day.html date="2020-09-18" weekday=5 %}
{% include program/program-day.html date="2020-09-19" weekday=6 %}
{% include program/program-day.html date="2020-09-20" weekday=0 %}
<div class="content margin-64-bottom">
<h3 class="textbox inline-block">The gallery:</h3>
<ul class="prog-list margin-16-bottom block">
{% for event in events %}
{% assign format=event.format | downcase %}
{% if format == 'artwork' %}
{% include program/program-item.html event=event %}
{% endif %}
{% endfor %}
</ul>
</div>
</div>

View File

@ -1,6 +1,7 @@
---
layout: page
lang: en
parent: /rf2020/program
---
{% assign format=page.format | downcase %}
@ -21,7 +22,7 @@ lang: en
<div class="post-content margin-16-bottom">
{% if page.youtube %}
<iframe width="560" height="315" src="https://www.youtube.com/embed/{{ page.youtube }}" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
{% include embeds/youtube.html slug=page.youtube %}
{% endif %}
<p>
{{ page.description | markdownify }}
@ -29,7 +30,7 @@ lang: en
</div>
<div class="details">
<div class="flex flex-row flex-justify-space-between flex-wrap-m margin-16-bottom">
<div class="textbox margin-16-bottom-m">
<div class="textbox margin-16-bottom-m flex-1">
<h3>
In this {{ format }}:
</h3>
@ -41,19 +42,20 @@ lang: en
{% endfor %}
{% endfor %}
</div>
<div class="textbox inline-block margin-16-left-d">
<h3 class="text-right-d text-center">
Event date/time<span class="sup">*</span>:
</h3>
<p class="text-right-d text-center">
{{ page.date | date: "%d.%m.%y" }}
</p>
</div>
{% if format != 'artwork' %}
<div class="textbox inline-block margin-16-left-d">
<h3>
Event date/time<span class="sup">*</span>:
</h3>
<p>
{{ page.date | date: "%d.%m.%y" }}
</p>
</div>
{% endif %}
</div>
<div class="text-right-d flex flex-justify-end"><small class="textbox"><span class="sup">*</span>{{ site.data.translations.event_time_soon[page.lang]}}</small></div>
<div class="text-right-d flex flex-justify-start"><small class="textbox"><span class="sup">*</span>{{ site.data.translations.event_time_soon[page.lang]}}</small></div>
{% if format == 'workshop' %}
<div class="text-right-d flex flex-justify-end"><small class="textbox">{{ site.data.translations.registration_coming[page.lang]}}</small></div>
<div class="text-right-d flex flex-justify-start"><small class="textbox">{{ site.data.translations.registration_coming[page.lang]}}</small></div>
{% endif %}
</div>
</div>

View File

@ -15,15 +15,19 @@ ref: going-online
<div class="post-content margin-16-bottom">
<h2>
About {{ page.fullname }}
Biography
</h2>
<p>
{{ page.bio }}
{{ page.bio | markdownify }}
</p>
{% 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 %}
{% if page.youtube %}
{% include embeds/youtube.html slug=page.youtube %}
{% endif %}
</div>
<div class="post-content margin-16-bottom inline-block">
<h3>

View File

@ -32,6 +32,7 @@
p,
a {
margin-bottom: 0;
line-height: 1;
}
h3 {

View File

@ -2,6 +2,7 @@
layout: page
lang: fr
ref: 2020-program
title: 2020 Programme
---

View File

@ -2,6 +2,7 @@
layout: page
lang: en
ref: 2020-mainpage
className: rf2020
---

View File

@ -2,6 +2,7 @@
layout: page
lang: en
ref: participants-2020
title: 2020 Participants
---
{% assign participants = site.data.rf2020.participants | sort_natural: "fullname" %}

View File

@ -2,6 +2,7 @@
layout: page
lang: en
ref: 2020-program
title: 2020 Program
---