|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html data-init="no-js">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
|
<title>Nested narratives: what is left to discuss?</title>
|
|
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
|
|
|
|
<!--
|
|
|
|
|
|
|
|
|
|
SugarCube (v2.36.1): A free (gratis and libre) story format.
|
|
|
|
|
|
|
|
|
|
Copyright © 2013–2021 Thomas Michael Edwards <thomasmedwards@gmail.com>.
|
|
|
|
|
All rights reserved.
|
|
|
|
|
|
|
|
|
|
Redistribution and use in source and binary forms, with or without
|
|
|
|
|
modification, are permitted provided that the following conditions are met:
|
|
|
|
|
|
|
|
|
|
1. Redistributions of source code must retain the above copyright notice, this
|
|
|
|
|
list of conditions and the following disclaimer.
|
|
|
|
|
2. Redistributions in binary form must reproduce the above copyright notice,
|
|
|
|
|
this list of conditions and the following disclaimer in the documentation
|
|
|
|
|
and/or other materials provided with the distribution.
|
|
|
|
|
|
|
|
|
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
|
|
|
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
|
|
|
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
|
|
|
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
|
|
|
|
|
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
|
|
|
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
|
|
|
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
|
|
|
|
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
|
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
|
|
|
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
|
|
|
|
|
|
|
-->
|
|
|
|
|
<script id="script-libraries" type="text/javascript">
|
|
|
|
|
if(document.head&&document.addEventListener&&document.querySelector&&Object.create&&Object.freeze&&JSON){document.documentElement.setAttribute("data-init", "loading");
|
|
|
|
|
/*! @source http://purl.eligrey.com/github/classList.js/blob/1.2.20171210/classList.js */
|
|
|
|
|
"document"in self&&("classList"in document.createElement("_")&&(!document.createElementNS||"classList"in document.createElementNS("http://www.w3.org/2000/svg","g"))||!function(t){"use strict";if("Element"in t){var e="classList",n="prototype",i=t.Element[n],s=Object,r=String[n].trim||function(){return this.replace(/^\s+|\s+$/g,"")},o=Array[n].indexOf||function(t){for(var e=0,n=this.length;n>e;e++)if(e in this&&this[e]===t)return e;return-1},c=function(t,e){this.name=t,this.code=DOMException[t],this.message=e},a=function(t,e){if(""===e)throw new c("SYNTAX_ERR","The token must not be empty.");if(/\s/.test(e))throw new c("INVALID_CHARACTER_ERR","The token must not contain space characters.");return o.call(t,e)},l=function(t){for(var e=r.call(t.getAttribute("class")||""),n=e?e.split(/\s+/):[],i=0,s=n.length;s>i;i++)this.push(n[i]);this._updateClassName=function(){t.setAttribute("class",this.toString())}},u=l[n]=[],h=function(){return new l(this)};if(c[n]=Error[n],u.item=function(t){return this[t]||null},u.contains=function(t){return~a(this,t+"")},u.add=function(){var t,e=arguments,n=0,i=e.length,s=!1;do t=e[n]+"",~a(this,t)||(this.push(t),s=!0);while(++n<i);s&&this._updateClassName()},u.remove=function(){var t,e,n=arguments,i=0,s=n.length,r=!1;do for(t=n[i]+"",e=a(this,t);~e;)this.splice(e,1),r=!0,e=a(this,t);while(++i<s);r&&this._updateClassName()},u.toggle=function(t,e){var n=this.contains(t),i=n?e!==!0&&"remove":e!==!1&&"add";return i&&this[i](t),e===!0||e===!1?e:!n},u.replace=function(t,e){var n=a(t+"");~n&&(this.splice(n,1,e),this._updateClassName())},u.toString=function(){return this.join(" ")},s.defineProperty){var f={get:h,enumerable:!0,configurable:!0};try{s.defineProperty(i,e,f)}catch(p){void 0!==p.number&&-2146823252!==p.number||(f.enumerable=!1,s.defineProperty(i,e,f))}}else s[n].__defineGetter__&&i.__defineGetter__(e,h)}}(self),function(){"use strict";var t=document.createElement("_");if(t.classList.add("c1","c2"),!t.classList.contains("c2")){var e=function(t){var e=DOMTokenList.prototype[t];DOMTokenList.prototype[t]=function(t){var n,i=arguments.length;for(n=0;i>n;n++)t=arguments[n],e.call(this,t)}};e("add"),e("remove")}if(t.classList.toggle("c3",!1),t.classList.contains("c3")){var n=DOMTokenList.prototype.toggle;DOMTokenList.prototype.toggle=function(t,e){return 1 in arguments&&!this.contains(t)==!e?e:n.call(this,t)}}"replace"in document.createElement("_").classList||(DOMTokenList.prototype.replace=function(t,e){var n=this.toString().split(" "),i=n.indexOf(t+"");~i&&(n=n.slice(i),this.remove.apply(this,n),this.add(e),this.add.apply(this,n.slice(1)))}),t=null}());
|
|
|
|
|
/*!
|
|
|
|
|
* https://github.com/es-shims/es5-shim
|
|
|
|
|
* @license es5-shim Copyright 2009-2020 by contributors, MIT License
|
|
|
|
|
* see https://github.com/es-shims/es5-shim/blob/v4.5.14/LICENSE
|
|
|
|
|
*/
|
|
|
|
|
(function(t,r){"use strict";if(typeof define==="function"&&define.amd){define(r)}else if(typeof exports==="object"){module.exports=r()}else{t.returnExports=r()}})(this,function(){var t=Array;var r=t.prototype;var e=Object;var n=e.prototype;var i=Function;var a=i.prototype;var o=String;var f=o.prototype;var u=Number;var l=u.prototype;var s=r.slice;var c=r.splice;var v=r.push;var h=r.unshift;var p=r.concat;var y=r.join;var d=a.call;var g=a.apply;var w=Math.max;var b=Math.min;var T=n.toString;var m=typeof Symbol==="function"&&typeof Symbol.toStringTag==="symbol";var D;var S=Function.prototype.toString,x=/^\s*class /,O=function isES6ClassFn(t){try{var r=S.call(t);var e=r.replace(/\/\/.*\n/g,"");var n=e.replace(/\/\*[.\s\S]*\*\//g,"");var i=n.replace(/\n/gm," ").replace(/ {2}/g," ");return x.test(i)}catch(a){return false}},E=function tryFunctionObject(t){try{if(O(t)){return false}S.call(t);return true}catch(r){return false}},j="[object Function]",I="[object GeneratorFunction]",D=function isCallable(t){if(!t){return false}if(typeof t!=="function"&&typeof t!=="object"){return false}if(m){return E(t)}if(O(t)){return false}var r=T.call(t);return r===j||r===I};var M;var U=RegExp.prototype.exec,$=function tryRegexExec(t){try{U.call(t);return true}catch(r){return false}},F="[object RegExp]";M=function isRegex(t){if(typeof t!=="object"){return false}return m?$(t):T.call(t)===F};var N;var C=String.prototype.valueOf,k=function tryStringObject(t){try{C.call(t);return true}catch(r){return false}},A="[object String]";N=function isString(t){if(typeof t==="string"){return true}if(typeof t!=="object"){return false}return m?k(t):T.call(t)===A};var R=e.defineProperty&&function(){try{var t={};e.defineProperty(t,"x",{enumerable:false,value:t});for(var r in t){return false}return t.x===t}catch(n){return false}}();var P=function(t){var r;if(R){r=function(t,r,n,i){if(!i&&r in t){return}e.defineProperty(t,r,{configurable:true,enumerable:false,writable:true,value:n})}}else{r=function(t,r,e,n){if(!n&&r in t){return}t[r]=e}}return function defineProperties(e,n,i){for(var a in n){if(t.call(n,a)){r(e,a,n[a],i)}}}}(n.hasOwnProperty);var J=function isPrimitive(t){var r=typeof t;return t===null||r!=="object"&&r!=="function"};var Y=u.isNaN||function isActualNaN(t){return t!==t};var z={ToInteger:function ToInteger(t){var r=+t;if(Y(r)){r=0}else if(r!==0&&r!==1/0&&r!==-(1/0)){r=(r>0||-1)*Math.floor(Math.abs(r))}return r},ToPrimitive:function ToPrimitive(t){var r,e,n;if(J(t)){return t}e=t.valueOf;if(D(e)){r=e.call(t);if(J(r)){return r}}n=t.toString;if(D(n)){r=n.call(t);if(J(r)){return r}}throw new TypeError},ToObject:function(t){if(t==null){throw new TypeError("can't convert "+t+" to object")}return e(t)},ToUint32:function ToUint32(t){return t>>>0}};var Z=function Empty(){};P(a,{bind:function bind(t){var r=this;if(!D(r)){throw new TypeError("Function.prototype.bind called on incompatible "+r)}var n=s.call(arguments,1);var a;var o=function(){if(this instanceof a){var i=g.call(r,this,p.call(n,s.call(arguments)));if(e(i)===i){return i}return this}else{return g.call(r,t,p.call(n,s.call(arguments)))}};var f=w(0,r.length-n.length);var u=[];for(var l=0;l<f;l++){v.call(u,"$"+l)}a=i("binder","return function ("+y.call(u,",")+"){ return binder.apply(this, arguments); }")(o);if(r.prototype){Z.prototype=r.prototype;a.prototype=new Z;Z.prototype=null}return a}});var G=d.bind(n.hasOwnProperty);var H=d.bind(n.toString);var W=d.bind(s);var B=g.bind(s);if(typeof document==="object"&&document&&document.documentElement){try{W(document.documentElement.childNodes)}catch(X){var L=W;var q=B;W=function arraySliceIE(t){var r=[];var e=t.length;while(e-- >0){r[e]=t[e]}return q(r,L(arguments,1))};B=function arraySliceApplyIE(t,r){return q(W(t),r)}}}var K=d.bind(f.slice);var Q=d.bind(f.split);var V=d.bind(f.indexOf);var _=d.bind(v);var tt=d.bind(n.propertyIsEnumerable);var rt=d.bind(r.sort);var et=t.isArray||function isArray(t){return H(t)==="[object Array]"};var nt=[].unshift(0)!==1;P(r,{unshift:function(){h.apply(this,arguments);return this.length}},nt);P(t,{isArray:et});var it=e("a");va
|
|
|
|
|
/*!
|
|
|
|
|
* https://github.com/paulmillr/es6-shim
|
|
|
|
|
* @license es6-shim Copyright 2013-2016 by Paul Miller (http://paulmillr.com)
|
|
|
|
|
* and contributors, MIT License
|
|
|
|
|
* es6-shim: v0.35.4
|
|
|
|
|
* see https://github.com/paulmillr/es6-shim/blob/0.35.4/LICENSE
|
|
|
|
|
* Details and documentation:
|
|
|
|
|
* https://github.com/paulmillr/es6-shim/
|
|
|
|
|
*/
|
|
|
|
|
(function(e,t){if(typeof define==="function"&&define.amd){define(t)}else if(typeof exports==="object"){module.exports=t()}else{e.returnExports=t()}})(this,function(){"use strict";var e=Function.call.bind(Function.apply);var t=Function.call.bind(Function.call);var r=Array.isArray;var n=Object.keys;var o=function notThunker(t){return function notThunk(){return!e(t,this,arguments)}};var i=function(e){try{e();return false}catch(t){return true}};var a=function valueOrFalseIfThrows(e){try{return e()}catch(t){return false}};var u=o(i);var f=function(){return!i(function(){return Object.defineProperty({},"x",{get:function(){}})})};var s=!!Object.defineProperty&&f();var c=function foo(){}.name==="foo";var l=Function.call.bind(Array.prototype.forEach);var p=Function.call.bind(Array.prototype.reduce);var v=Function.call.bind(Array.prototype.filter);var y=Function.call.bind(Array.prototype.some);var h=function(e,t,r,n){if(!n&&t in e){return}if(s){Object.defineProperty(e,t,{configurable:true,enumerable:false,writable:true,value:r})}else{e[t]=r}};var b=function(e,t,r){l(n(t),function(n){var o=t[n];h(e,n,o,!!r)})};var g=Function.call.bind(Object.prototype.toString);var d=typeof/abc/==="function"?function IsCallableSlow(e){return typeof e==="function"&&g(e)==="[object Function]"}:function IsCallableFast(e){return typeof e==="function"};var m={getter:function(e,t,r){if(!s){throw new TypeError("getters require true ES5 support")}Object.defineProperty(e,t,{configurable:true,enumerable:false,get:r})},proxy:function(e,t,r){if(!s){throw new TypeError("getters require true ES5 support")}var n=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(r,t,{configurable:n.configurable,enumerable:n.enumerable,get:function getKey(){return e[t]},set:function setKey(r){e[t]=r}})},redefine:function(e,t,r){if(s){var n=Object.getOwnPropertyDescriptor(e,t);n.value=r;Object.defineProperty(e,t,n)}else{e[t]=r}},defineByDescriptor:function(e,t,r){if(s){Object.defineProperty(e,t,r)}else if("value"in r){e[t]=r.value}},preserveToString:function(e,t){if(t&&d(t.toString)){h(e,"toString",t.toString.bind(t),true)}}};var O=Object.create||function(e,t){var r=function Prototype(){};r.prototype=e;var o=new r;if(typeof t!=="undefined"){n(t).forEach(function(e){m.defineByDescriptor(o,e,t[e])})}return o};var w=function(e,t){if(!Object.setPrototypeOf){return false}return a(function(){var r=function Subclass(t){var r=new e(t);Object.setPrototypeOf(r,Subclass.prototype);return r};Object.setPrototypeOf(r,e);r.prototype=O(e.prototype,{constructor:{value:r}});return t(r)})};var j=function(){if(typeof self!=="undefined"){return self}if(typeof window!=="undefined"){return window}if(typeof global!=="undefined"){return global}throw new Error("unable to locate global object")};var S=j();var T=S.isFinite;var I=Function.call.bind(String.prototype.indexOf);var E=Function.apply.bind(Array.prototype.indexOf);var P=Function.call.bind(Array.prototype.concat);var C=Function.call.bind(String.prototype.slice);var M=Function.call.bind(Array.prototype.push);var x=Function.apply.bind(Array.prototype.push);var N=Function.call.bind(Array.prototype.shift);var A=Math.max;var R=Math.min;var _=Math.floor;var k=Math.abs;var L=Math.exp;var F=Math.log;var D=Math.sqrt;var z=Function.call.bind(Object.prototype.hasOwnProperty);var q;var W=function(){};var G=S.Map;var H=G&&G.prototype["delete"];var V=G&&G.prototype.get;var B=G&&G.prototype.has;var U=G&&G.prototype.set;var $=S.Symbol||{};var J=$.species||"@@species";var X=Number.isNaN||function isNaN(e){return e!==e};var K=Number.isFinite||function isFinite(e){return typeof e==="number"&&T(e)};var Z=d(Math.sign)?Math.sign:function sign(e){var t=Number(e);if(t===0){return t}if(X(t)){return t}return t<0?-1:1};var Y=function log1p(e){var t=Number(e);if(t<-1||X(t)){return NaN}if(t===0||t===Infinity){return t}if(t===-1){return-Infinity}return 1+t-1===0?t:t*(F(1+t)/(1+t-1))};var Q=function isArguments(e){return g(e)==="[object Arguments]"};var ee=function isArguments(e){return e!==null&&typeof e==="object"&&typeof e.length==="number"&&e.length>=0&&g(e)!=="[object
|
|
|
|
|
h(Math,"acosh",Cr.acosh,Math.acosh(Number.MAX_VALUE)===Infinity);h(Math,"acosh",Cr.acosh,!Mr(Math.acosh(1+Number.EPSILON),Math.sqrt(2*Number.EPSILON)));h(Math,"cbrt",Cr.cbrt,!Mr(Math.cbrt(1e-300),1e-100));h(Math,"sinh",Cr.sinh,Math.sinh(-2e-17)!==-2e-17);var xr=Math.expm1(10);h(Math,"expm1",Cr.expm1,xr>22025.465794806718||xr<22025.465794806718);var Nr=Math.round;var Ar=Math.round(.5-Number.EPSILON/4)===0&&Math.round(-.5+Number.EPSILON/3.99)===1;var Rr=mr+1;var _r=2*mr-1;var kr=[Rr,_r].every(function(e){return Math.round(e)===e});h(Math,"round",function round(e){var t=_(e);var r=t===-1?-0:t+1;return e-t<.5?t:r},!Ar||!kr);m.preserveToString(Math.round,Nr);var Lr=Math.imul;if(Math.imul(4294967295,5)!==-5){Math.imul=Cr.imul;m.preserveToString(Math.imul,Lr)}if(Math.imul.length!==2){ne(Math,"imul",function imul(e,t){return ce.Call(Lr,Math,arguments)})}var Fr=function(){var e=S.setTimeout;if(typeof e!=="function"&&typeof e!=="object"){return}ce.IsPromise=function(e){if(!ce.TypeIsObject(e)){return false}if(typeof e._promise==="undefined"){return false}return true};var r=function(e){if(!ce.IsConstructor(e)){throw new TypeError("Bad promise constructor")}var t=this;var r=function(e,r){if(t.resolve!==void 0||t.reject!==void 0){throw new TypeError("Bad Promise implementation!")}t.resolve=e;t.reject=r};t.resolve=void 0;t.reject=void 0;t.promise=new e(r);if(!(ce.IsCallable(t.resolve)&&ce.IsCallable(t.reject))){throw new TypeError("Bad promise constructor")}};var n;if(typeof window!=="undefined"&&ce.IsCallable(window.postMessage)){n=function(){var e=[];var t="zero-timeout-message";var r=function(r){M(e,r);window.postMessage(t,"*")};var n=function(r){if(r.source===window&&r.data===t){r.stopPropagation();if(e.length===0){return}var n=N(e);n()}};window.addEventListener("message",n,true);return r}}var o=function(){var e=S.Promise;var t=e&&e.resolve&&e.resolve();return t&&function(e){return t.then(e)}};var i=ce.IsCallable(S.setImmediate)?S.setImmediate:typeof process==="object"&&process.nextTick?process.nextTick:o()||(ce.IsCallable(n)?n():function(t){e(t,0)});var a=function(e){return e};var u=function(e){throw e};var f=0;var s=1;var c=2;var l=0;var p=1;var v=2;var y={};var h=function(e,t,r){i(function(){g(e,t,r)})};var g=function(e,t,r){var n,o;if(t===y){return e(r)}try{n=e(r);o=t.resolve}catch(i){n=i;o=t.reject}o(n)};var d=function(e,t){var r=e._promise;var n=r.reactionLength;if(n>0){h(r.fulfillReactionHandler0,r.reactionCapability0,t);r.fulfillReactionHandler0=void 0;r.rejectReactions0=void 0;r.reactionCapability0=void 0;if(n>1){for(var o=1,i=0;o<n;o++,i+=3){h(r[i+l],r[i+v],t);e[i+l]=void 0;e[i+p]=void 0;e[i+v]=void 0}}}r.result=t;r.state=s;r.reactionLength=0};var m=function(e,t){var r=e._promise;var n=r.reactionLength;if(n>0){h(r.rejectReactionHandler0,r.reactionCapability0,t);r.fulfillReactionHandler0=void 0;r.rejectReactions0=void 0;r.reactionCapability0=void 0;if(n>1){for(var o=1,i=0;o<n;o++,i+=3){h(r[i+p],r[i+v],t);e[i+l]=void 0;e[i+p]=void 0;e[i+v]=void 0}}}r.result=t;r.state=c;r.reactionLength=0};var O=function(e){var t=false;var r=function(r){var n;if(t){return}t=true;if(r===e){return m(e,new TypeError("Self resolution"))}if(!ce.TypeIsObject(r)){return d(e,r)}try{n=r.then}catch(o){return m(e,o)}if(!ce.IsCallable(n)){return d(e,r)}i(function(){j(e,r,n)})};var n=function(r){if(t){return}t=true;return m(e,r)};return{resolve:r,reject:n}};var w=function(e,r,n,o){if(e===I){t(e,r,n,o,y)}else{t(e,r,n,o)}};var j=function(e,t,r){var n=O(e);var o=n.resolve;var i=n.reject;try{w(r,t,o,i)}catch(a){i(a)}};var T,I;var E=function(){var e=function Promise(t){if(!(this instanceof e)){throw new TypeError('Constructor Promise requires "new"')}if(this&&this._promise){throw new TypeError("Bad construction")}if(!ce.IsCallable(t)){throw new TypeError("not a valid resolver")}var r=Ae(this,e,T,{_promise:{result:void 0,state:f,reactionLength:0,fulfillReactionHandler0:void 0,rejectReactionHandler0:void 0,reactionCapability0:void 0}});var n=O(r);var o=n.reject;try{t(n.resolve,o)}catch(i){o(i)}return r};return e}();T=E.prototype;var P=function(e,t,r,n){var o=f
|
|
|
|
|
/*! jQuery v3.6.0 | (c) OpenJS Foundation and other contributors | jquery.org/license */
|
|
|
|
|
!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(C,e){"use strict";var t=[],r=Object.getPrototypeOf,s=t.slice,g=t.flat?function(e){return t.flat.call(e)}:function(e){return t.concat.apply([],e)},u=t.push,i=t.indexOf,n={},o=n.toString,v=n.hasOwnProperty,a=v.toString,l=a.call(Object),y={},m=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType&&"function"!=typeof e.item},x=function(e){return null!=e&&e===e.window},E=C.document,c={type:!0,src:!0,nonce:!0,noModule:!0};function b(e,t,n){var r,i,o=(n=n||E).createElement("script");if(o.text=e,t)for(r in c)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function w(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?n[o.call(e)]||"object":typeof e}var f="3.6.0",S=function(e,t){return new S.fn.init(e,t)};function p(e){var t=!!e&&"length"in e&&e.length,n=w(e);return!m(e)&&!x(e)&&("array"===n||0===t||"number"==typeof t&&0<t&&t-1 in e)}S.fn=S.prototype={jquery:f,constructor:S,length:0,toArray:function(){return s.call(this)},get:function(e){return null==e?s.call(this):e<0?this[e+this.length]:this[e]},pushStack:function(e){var t=S.merge(this.constructor(),e);return t.prevObject=this,t},each:function(e){return S.each(this,e)},map:function(n){return this.pushStack(S.map(this,function(e,t){return n.call(e,t,e)}))},slice:function(){return this.pushStack(s.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},even:function(){return this.pushStack(S.grep(this,function(e,t){return(t+1)%2}))},odd:function(){return this.pushStack(S.grep(this,function(e,t){return t%2}))},eq:function(e){var t=this.length,n=+e+(e<0?t:0);return this.pushStack(0<=n&&n<t?[this[n]]:[])},end:function(){return this.prevObject||this.constructor()},push:u,sort:t.sort,splice:t.splice},S.extend=S.fn.extend=function(){var e,t,n,r,i,o,a=arguments[0]||{},s=1,u=arguments.length,l=!1;for("boolean"==typeof a&&(l=a,a=arguments[s]||{},s++),"object"==typeof a||m(a)||(a={}),s===u&&(a=this,s--);s<u;s++)if(null!=(e=arguments[s]))for(t in e)r=e[t],"__proto__"!==t&&a!==r&&(l&&r&&(S.isPlainObject(r)||(i=Array.isArray(r)))?(n=a[t],o=i&&!Array.isArray(n)?[]:i||S.isPlainObject(n)?n:{},i=!1,a[t]=S.extend(l,o,r)):void 0!==r&&(a[t]=r));return a},S.extend({expando:"jQuery"+(f+Math.random()).replace(/\D/g,""),isReady:!0,error:function(e){throw new Error(e)},noop:function(){},isPlainObject:function(e){var t,n;return!(!e||"[object Object]"!==o.call(e))&&(!(t=r(e))||"function"==typeof(n=v.call(t,"constructor")&&t.constructor)&&a.call(n)===l)},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},globalEval:function(e,t,n){b(e,{nonce:t&&t.nonce},n)},each:function(e,t){var n,r=0;if(p(e)){for(n=e.length;r<n;r++)if(!1===t.call(e[r],r,e[r]))break}else for(r in e)if(!1===t.call(e[r],r,e[r]))break;return e},makeArray:function(e,t){var n=t||[];return null!=e&&(p(Object(e))?S.merge(n,"string"==typeof e?[e]:e):u.call(n,e)),n},inArray:function(e,t,n){return null==t?-1:i.call(t,e,n)},merge:function(e,t){for(var n=+t.length,r=0,i=e.length;r<n;r++)e[i++]=t[r];return e.length=i,e},grep:function(e,t,n){for(var r=[],i=0,o=e.length,a=!n;i<o;i++)!t(e[i],i)!==a&&r.push(e[i]);return r},map:function(e,t,n){var r,i,o=0,a=[];if(p(e))for(r=e.length;o<r;o++)null!=(i=t(e[o],o,n))&&a.push(i);else for(o in e)null!=(i=t(e[o],o,n))&&a.push(i);return g(a)},guid:1,support:y}),"function"==typeof Symbol&&(S.fn[Symbol.iterator]=t[Symbol.iterator]),S.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(e,t){n["[object "+t+"]"]=t.toLowerCase()});var d=function(n){var e,d,b,o,i,h,f,g,w,u,l,T,C,a,E,v,s,c,y,S="sizzle"+1*new Date,p=n.document,k=0,r=0,m=ue(),x=ue(),A=ue(),N=ue(),j=function(e,t){return e===t&&(l=!0),0},D={}.hasOwnProperty,t=[],q=t.pop,L=t.push,H=t.push,O=t.slice,P=function(e
|
|
|
|
|
/*
|
|
|
|
|
* jQuery throttle / debounce - v1.1 - 3/7/2010
|
|
|
|
|
* http://benalman.com/projects/jquery-throttle-debounce-plugin/
|
|
|
|
|
*
|
|
|
|
|
* Copyright (c) 2010 "Cowboy" Ben Alman
|
|
|
|
|
* Dual licensed under the MIT and GPL licenses.
|
|
|
|
|
* http://benalman.com/about/license/
|
|
|
|
|
*/
|
|
|
|
|
(function(b,c){var $=b.jQuery||b.Cowboy||(b.Cowboy={}),a;$.throttle=a=function(e,f,j,i){var h,d=0;if(typeof f!=="boolean"){i=j;j=f;f=c}function g(){var o=this,m=+new Date()-d,n=arguments;function l(){d=+new Date();j.apply(o,n)}function k(){h=c}if(i&&!h){l()}h&&clearTimeout(h);if(i===c&&m>e){l()}else{if(f!==true){h=setTimeout(i?k:l,i===c?e-m:e)}}}if($.guid){g.guid=j.guid=j.guid||$.guid++}return g};$.debounce=function(d,e,f){return f===c?a(d,e,false):a(d,f,e!==false)}})(this);
|
|
|
|
|
/*!
|
|
|
|
|
* imagesLoaded PACKAGED v4.1.4
|
|
|
|
|
* JavaScript is all like "You images are done yet or what?"
|
|
|
|
|
* MIT License
|
|
|
|
|
*/
|
|
|
|
|
!function(e,t){"function"==typeof define&&define.amd?define("ev-emitter/ev-emitter",t):"object"==typeof module&&module.exports?module.exports=t():e.EvEmitter=t()}("undefined"!=typeof window?window:this,function(){function e(){}var t=e.prototype;return t.on=function(e,t){if(e&&t){var i=this._events=this._events||{},n=i[e]=i[e]||[];return n.indexOf(t)==-1&&n.push(t),this}},t.once=function(e,t){if(e&&t){this.on(e,t);var i=this._onceEvents=this._onceEvents||{},n=i[e]=i[e]||{};return n[t]=!0,this}},t.off=function(e,t){var i=this._events&&this._events[e];if(i&&i.length){var n=i.indexOf(t);return n!=-1&&i.splice(n,1),this}},t.emitEvent=function(e,t){var i=this._events&&this._events[e];if(i&&i.length){i=i.slice(0),t=t||[];for(var n=this._onceEvents&&this._onceEvents[e],o=0;o<i.length;o++){var r=i[o],s=n&&n[r];s&&(this.off(e,r),delete n[r]),r.apply(this,t)}return this}},t.allOff=function(){delete this._events,delete this._onceEvents},e}),function(e,t){"use strict";"function"==typeof define&&define.amd?define(["ev-emitter/ev-emitter"],function(i){return t(e,i)}):"object"==typeof module&&module.exports?module.exports=t(e,require("ev-emitter")):e.imagesLoaded=t(e,e.EvEmitter)}("undefined"!=typeof window?window:this,function(e,t){function i(e,t){for(var i in t)e[i]=t[i];return e}function n(e){if(Array.isArray(e))return e;var t="object"==typeof e&&"number"==typeof e.length;return t?d.call(e):[e]}function o(e,t,r){if(!(this instanceof o))return new o(e,t,r);var s=e;return"string"==typeof e&&(s=document.querySelectorAll(e)),s?(this.elements=n(s),this.options=i({},this.options),"function"==typeof t?r=t:i(this.options,t),r&&this.on("always",r),this.getImages(),h&&(this.jqDeferred=new h.Deferred),void setTimeout(this.check.bind(this))):void a.error("Bad element for imagesLoaded "+(s||e))}function r(e){this.img=e}function s(e,t){this.url=e,this.element=t,this.img=new Image}var h=e.jQuery,a=e.console,d=Array.prototype.slice;o.prototype=Object.create(t.prototype),o.prototype.options={},o.prototype.getImages=function(){this.images=[],this.elements.forEach(this.addElementImages,this)},o.prototype.addElementImages=function(e){"IMG"==e.nodeName&&this.addImage(e),this.options.background===!0&&this.addElementBackgroundImages(e);var t=e.nodeType;if(t&&u[t]){for(var i=e.querySelectorAll("img"),n=0;n<i.length;n++){var o=i[n];this.addImage(o)}if("string"==typeof this.options.background){var r=e.querySelectorAll(this.options.background);for(n=0;n<r.length;n++){var s=r[n];this.addElementBackgroundImages(s)}}}};var u={1:!0,9:!0,11:!0};return o.prototype.addElementBackgroundImages=function(e){var t=getComputedStyle(e);if(t)for(var i=/url\((['"])?(.*?)\1\)/gi,n=i.exec(t.backgroundImage);null!==n;){var o=n&&n[2];o&&this.addBackground(o,e),n=i.exec(t.backgroundImage)}},o.prototype.addImage=function(e){var t=new r(e);this.images.push(t)},o.prototype.addBackground=function(e,t){var i=new s(e,t);this.images.push(i)},o.prototype.check=function(){function e(e,i,n){setTimeout(function(){t.progress(e,i,n)})}var t=this;return this.progressedCount=0,this.hasAnyBroken=!1,this.images.length?void this.images.forEach(function(t){t.once("progress",e),t.check()}):void this.complete()},o.prototype.progress=function(e,t,i){this.progressedCount++,this.hasAnyBroken=this.hasAnyBroken||!e.isLoaded,this.emitEvent("progress",[this,e,t]),this.jqDeferred&&this.jqDeferred.notify&&this.jqDeferred.notify(this,e),this.progressedCount==this.images.length&&this.complete(),this.options.debug&&a&&a.log("progress: "+i,e,t)},o.prototype.complete=function(){var e=this.hasAnyBroken?"fail":"done";if(this.isComplete=!0,this.emitEvent(e,[this]),this.emitEvent("always",[this]),this.jqDeferred){var t=this.hasAnyBroken?"reject":"resolve";this.jqDeferred[t](this)}},r.prototype=Object.create(t.prototype),r.prototype.check=function(){var e=this.getIsImageComplete();return e?void this.confirm(0!==this.img.naturalWidth,"naturalWidth"):(this.proxyImage=new Image,this.proxyImage.addEventListener("load",this),this.proxyImage.addEventListener("error",this),this.img.addEventListener("load",this),this.img.addEv
|
|
|
|
|
/*! lz-string-1.3.3-min.js | (c) 2013 Pieroxy | Licensed under a WTFPL license */
|
|
|
|
|
var LZString={_keyStr:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",_f:String.fromCharCode,compressToBase64:function(e){if(e==null)return"";var t="";var n,r,i,s,o,u,a;var f=0;e=LZString.compress(e);while(f<e.length*2){if(f%2==0){n=e.charCodeAt(f/2)>>8;r=e.charCodeAt(f/2)&255;if(f/2+1<e.length)i=e.charCodeAt(f/2+1)>>8;else i=NaN}else{n=e.charCodeAt((f-1)/2)&255;if((f+1)/2<e.length){r=e.charCodeAt((f+1)/2)>>8;i=e.charCodeAt((f+1)/2)&255}else r=i=NaN}f+=3;s=n>>2;o=(n&3)<<4|r>>4;u=(r&15)<<2|i>>6;a=i&63;if(isNaN(r)){u=a=64}else if(isNaN(i)){a=64}t=t+LZString._keyStr.charAt(s)+LZString._keyStr.charAt(o)+LZString._keyStr.charAt(u)+LZString._keyStr.charAt(a)}return t},decompressFromBase64:function(e){if(e==null)return"";var t="",n=0,r,i,s,o,u,a,f,l,c=0,h=LZString._f;e=e.replace(/[^A-Za-z0-9\+\/\=]/g,"");while(c<e.length){u=LZString._keyStr.indexOf(e.charAt(c++));a=LZString._keyStr.indexOf(e.charAt(c++));f=LZString._keyStr.indexOf(e.charAt(c++));l=LZString._keyStr.indexOf(e.charAt(c++));i=u<<2|a>>4;s=(a&15)<<4|f>>2;o=(f&3)<<6|l;if(n%2==0){r=i<<8;if(f!=64){t+=h(r|s)}if(l!=64){r=o<<8}}else{t=t+h(r|i);if(f!=64){r=s<<8}if(l!=64){t+=h(r|o)}}n+=3}return LZString.decompress(t)},compressToUTF16:function(e){if(e==null)return"";var t="",n,r,i,s=0,o=LZString._f;e=LZString.compress(e);for(n=0;n<e.length;n++){r=e.charCodeAt(n);switch(s++){case 0:t+=o((r>>1)+32);i=(r&1)<<14;break;case 1:t+=o(i+(r>>2)+32);i=(r&3)<<13;break;case 2:t+=o(i+(r>>3)+32);i=(r&7)<<12;break;case 3:t+=o(i+(r>>4)+32);i=(r&15)<<11;break;case 4:t+=o(i+(r>>5)+32);i=(r&31)<<10;break;case 5:t+=o(i+(r>>6)+32);i=(r&63)<<9;break;case 6:t+=o(i+(r>>7)+32);i=(r&127)<<8;break;case 7:t+=o(i+(r>>8)+32);i=(r&255)<<7;break;case 8:t+=o(i+(r>>9)+32);i=(r&511)<<6;break;case 9:t+=o(i+(r>>10)+32);i=(r&1023)<<5;break;case 10:t+=o(i+(r>>11)+32);i=(r&2047)<<4;break;case 11:t+=o(i+(r>>12)+32);i=(r&4095)<<3;break;case 12:t+=o(i+(r>>13)+32);i=(r&8191)<<2;break;case 13:t+=o(i+(r>>14)+32);i=(r&16383)<<1;break;case 14:t+=o(i+(r>>15)+32,(r&32767)+32);s=0;break}}return t+o(i+32)},decompressFromUTF16:function(e){if(e==null)return"";var t="",n,r,i=0,s=0,o=LZString._f;while(s<e.length){r=e.charCodeAt(s)-32;switch(i++){case 0:n=r<<1;break;case 1:t+=o(n|r>>14);n=(r&16383)<<2;break;case 2:t+=o(n|r>>13);n=(r&8191)<<3;break;case 3:t+=o(n|r>>12);n=(r&4095)<<4;break;case 4:t+=o(n|r>>11);n=(r&2047)<<5;break;case 5:t+=o(n|r>>10);n=(r&1023)<<6;break;case 6:t+=o(n|r>>9);n=(r&511)<<7;break;case 7:t+=o(n|r>>8);n=(r&255)<<8;break;case 8:t+=o(n|r>>7);n=(r&127)<<9;break;case 9:t+=o(n|r>>6);n=(r&63)<<10;break;case 10:t+=o(n|r>>5);n=(r&31)<<11;break;case 11:t+=o(n|r>>4);n=(r&15)<<12;break;case 12:t+=o(n|r>>3);n=(r&7)<<13;break;case 13:t+=o(n|r>>2);n=(r&3)<<14;break;case 14:t+=o(n|r>>1);n=(r&1)<<15;break;case 15:t+=o(n|r);i=0;break}s++}return LZString.decompress(t)},compress:function(e){if(e==null)return"";var t,n,r={},i={},s="",o="",u="",a=2,f=3,l=2,c="",h=0,p=0,d,v=LZString._f;for(d=0;d<e.length;d+=1){s=e.charAt(d);if(!Object.prototype.hasOwnProperty.call(r,s)){r[s]=f++;i[s]=true}o=u+s;if(Object.prototype.hasOwnProperty.call(r,o)){u=o}else{if(Object.prototype.hasOwnProperty.call(i,u)){if(u.charCodeAt(0)<256){for(t=0;t<l;t++){h=h<<1;if(p==15){p=0;c+=v(h);h=0}else{p++}}n=u.charCodeAt(0);for(t=0;t<8;t++){h=h<<1|n&1;if(p==15){p=0;c+=v(h);h=0}else{p++}n=n>>1}}else{n=1;for(t=0;t<l;t++){h=h<<1|n;if(p==15){p=0;c+=v(h);h=0}else{p++}n=0}n=u.charCodeAt(0);for(t=0;t<16;t++){h=h<<1|n&1;if(p==15){p=0;c+=v(h);h=0}else{p++}n=n>>1}}a--;if(a==0){a=Math.pow(2,l);l++}delete i[u]}else{n=r[u];for(t=0;t<l;t++){h=h<<1|n&1;if(p==15){p=0;c+=v(h);h=0}else{p++}n=n>>1}}a--;if(a==0){a=Math.pow(2,l);l++}r[o]=f++;u=String(s)}}if(u!==""){if(Object.prototype.hasOwnProperty.call(i,u)){if(u.charCodeAt(0)<256){for(t=0;t<l;t++){h=h<<1;if(p==15){p=0;c+=v(h);h=0}else{p++}}n=u.charCodeAt(0);for(t=0;t<8;t++){h=h<<1|n&1;if(p==15){p=0;c+=v(h);h=0}else{p++}n=n>>1}}else{n=1;for(t=0;t<l;t++){h=h<<1|n;if(p==15){p=0;c+=v(h);h=0}else{p++}n=0}n=u.charCodeAt(0);for(t=0;t<16;t++){h=h<<1|n&1;if(p==15){p=0;c+=v(h);h=0}else{p++}n=n>>1}}a--;if(a==0){a=Math
|
|
|
|
|
/*! @source http://purl.eligrey.com/github/FileSaver.js/blob/master/dist/FileSaver.js */
|
|
|
|
|
(function(a,b){if("function"==typeof define&&define.amd)define([],b);else if("undefined"!=typeof exports)b();else{b(),a.FileSaver={exports:{}}.exports}})(this,function(){"use strict";function b(a,b){return"undefined"==typeof b?b={autoBom:!1}:"object"!=typeof b&&(console.warn("Deprecated: Expected third argument to be a object"),b={autoBom:!b}),b.autoBom&&/^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(a.type)?new Blob(["\uFEFF",a],{type:a.type}):a}function c(a,b,c){var d=new XMLHttpRequest;d.open("GET",a),d.responseType="blob",d.onload=function(){g(d.response,b,c)},d.onerror=function(){console.error("could not download file")},d.send()}function d(a){var b=new XMLHttpRequest;b.open("HEAD",a,!1);try{b.send()}catch(a){}return 200<=b.status&&299>=b.status}function e(a){try{a.dispatchEvent(new MouseEvent("click"))}catch(c){var b=document.createEvent("MouseEvents");b.initMouseEvent("click",!0,!0,window,0,0,0,80,20,!1,!1,!1,!1,0,null),a.dispatchEvent(b)}}var f="object"==typeof window&&window.window===window?window:"object"==typeof self&&self.self===self?self:"object"==typeof global&&global.global===global?global:void 0,a=/Macintosh/.test(navigator.userAgent)&&/AppleWebKit/.test(navigator.userAgent)&&!/Safari/.test(navigator.userAgent),g=f.saveAs||("object"!=typeof window||window!==f?function(){}:"download"in HTMLAnchorElement.prototype&&!a?function(b,g,h){var i=f.URL||f.webkitURL,j=document.createElement("a");g=g||b.name||"download",j.download=g,j.rel="noopener","string"==typeof b?(j.href=b,j.origin===location.origin?e(j):d(j.href)?c(b,g,h):e(j,j.target="_blank")):(j.href=i.createObjectURL(b),setTimeout(function(){i.revokeObjectURL(j.href)},4E4),setTimeout(function(){e(j)},0))}:"msSaveOrOpenBlob"in navigator?function(f,g,h){if(g=g||f.name||"download","string"!=typeof f)navigator.msSaveOrOpenBlob(b(f,h),g);else if(d(f))c(f,g,h);else{var i=document.createElement("a");i.href=f,i.target="_blank",setTimeout(function(){e(i)})}}:function(b,d,e,g){if(g=g||open("","_blank"),g&&(g.document.title=g.document.body.innerText="downloading..."),"string"==typeof b)return c(b,d,e);var h="application/octet-stream"===b.type,i=/constructor/i.test(f.HTMLElement)||f.safari,j=/CriOS\/[\d]+/.test(navigator.userAgent);if((j||h&&i||a)&&"undefined"!=typeof FileReader){var k=new FileReader;k.onloadend=function(){var a=k.result;a=j?a:a.replace(/^data:[^;]*;/,"data:attachment/file;"),g?g.location.href=a:location=a,g=null},k.readAsDataURL(b)}else{var l=f.URL||f.webkitURL,m=l.createObjectURL(b);g?g.location=m:location.href=m,g=null,setTimeout(function(){l.revokeObjectURL(m)},4E4)}});f.saveAs=g.saveAs=g,"undefined"!=typeof module&&(module.exports=g)});
|
|
|
|
|
/*! seedrandom.js v2.3.3 | (c) 2013 David Bau, all rights reserved. | Licensed under a BSD-style license */
|
|
|
|
|
!function(a,b,c,d,e,f,g,h,i){function j(a){var b,c=a.length,e=this,f=0,g=e.i=e.j=0,h=e.S=[];for(c||(a=[c++]);d>f;)h[f]=f++;for(f=0;d>f;f++)h[f]=h[g=r&g+a[f%c]+(b=h[f])],h[g]=b;(e.g=function(a){for(var b,c=0,f=e.i,g=e.j,h=e.S;a--;)b=h[f=r&f+1],c=c*d+h[r&(h[f]=h[g=r&g+b])+(h[g]=b)];return e.i=f,e.j=g,c})(d)}function k(a,b){var c,d=[],e=typeof a;if(b&&"object"==e)for(c in a)try{d.push(k(a[c],b-1))}catch(f){}return d.length?d:"string"==e?a:a+"\0"}function l(a,b){for(var c,d=a+"",e=0;e<d.length;)b[r&e]=r&(c^=19*b[r&e])+d.charCodeAt(e++);return n(b)}function m(c){try{return a.crypto.getRandomValues(c=new Uint8Array(d)),n(c)}catch(e){return[+new Date,a,(c=a.navigator)&&c.plugins,a.screen,n(b)]}}function n(a){return String.fromCharCode.apply(0,a)}var o=c.pow(d,e),p=c.pow(2,f),q=2*p,r=d-1,s=c["seed"+i]=function(a,f,g){var h=[],r=l(k(f?[a,n(b)]:null==a?m():a,3),h),s=new j(h);return l(n(s.S),b),(g||function(a,b,d){return d?(c[i]=a,b):a})(function(){for(var a=s.g(e),b=o,c=0;p>a;)a=(a+c)*d,b*=d,c=s.g(1);for(;a>=q;)a/=2,b/=2,c>>>=1;return(a+c)/b},r,this==c)};l(c[i](),b),g&&g.exports?g.exports=s:h&&h.amd&&h(function(){return s})}(this,[],Math,256,6,52,"object"==typeof module&&module,"function"==typeof define&&define,"random");
|
|
|
|
|
/*! console_hack.js | (c) 2015 Thomas Michael Edwards | Licensed under SugarCube's Simple BSD license */
|
|
|
|
|
!function(){for(var methods=["assert","clear","count","debug","dir","dirxml","error","exception","group","groupCollapsed","groupEnd","info","log","markTimeline","profile","profileEnd","table","time","timeEnd","timeline","timelineEnd","timeStamp","trace","warn"],length=methods.length,noop=function(){},console=window.console=window.console||{};length--;){var method=methods[length];console[method]||(console[method]=noop)}}();
|
|
|
|
|
}else{document.documentElement.setAttribute("data-init", "lacking");}
|
|
|
|
|
</script>
|
|
|
|
|
<style id="style-normalize" type="text/css">/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}</style>
|
|
|
|
|
<style id="style-init-screen" type="text/css">@-webkit-keyframes init-loading-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-o-keyframes init-loading-spin{0%{-o-transform:rotate(0);transform:rotate(0)}100%{-o-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes init-loading-spin{0%{-webkit-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}#init-screen{display:none;z-index:500000;position:fixed;top:0;left:0;height:100%;width:100%;font:28px/1 Helmet,Freesans,sans-serif;font-weight:700;color:#eee;background-color:#111;text-align:center}#init-screen>div{display:none;position:relative;margin:0 auto;max-width:1136px;top:25%}html[data-init=lacking] #init-screen,html[data-init=loading] #init-screen,html[data-init=no-js] #init-screen{display:block}html[data-init=lacking] #init-lacking,html[data-init=no-js] #init-no-js{display:block;padding:0 1em}html[data-init=no-js] #init-no-js{color:red}html[data-init=loading] #init-loading{display:block;border:24px solid transparent;border-radius:50%;border-top-color:#7f7f7f;border-bottom-color:#7f7f7f;width:100px;height:100px;-webkit-animation:init-loading-spin 2s linear infinite;-o-animation:init-loading-spin 2s linear infinite;animation:init-loading-spin 2s linear infinite}html[data-init=loading] #init-loading>div{text-indent:9999em;overflow:hidden;white-space:nowrap}html[data-init=loading] #passages,html[data-init=loading] #ui-bar{display:none}</style>
|
|
|
|
|
<style id="style-font" type="text/css">@font-face{font-family:tme-fa-icons;src:url('data:application/octet-stream;base64,d09GRgABAAAAADLAAA8AAAAAWHgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABWAAAADsAAABUIIslek9TLzIAAAGUAAAAQwAAAFY+IEkIY21hcAAAAdgAAAG8AAAF3rob9jFjdnQgAAADlAAAABMAAAAgBtX/BGZwZ20AAAOoAAAFkAAAC3CKkZBZZ2FzcAAACTgAAAAIAAAACAAAABBnbHlmAAAJQAAAI6gAADv+gJOpzGhlYWQAACzoAAAAMwAAADYY1IZaaGhlYQAALRwAAAAgAAAAJAfCBClobXR4AAAtPAAAAJEAAAFMBfb/0WxvY2EAAC3QAAAAqAAAAKhjiHI5bWF4cAAALngAAAAgAAAAIAFjDA9uYW1lAAAumAAAAY0AAAL94+zEpHBvc3QAADAoAAACHAAAA11cG/YjcHJlcAAAMkQAAAB6AAAAhuVBK7x4nGNgZGBg4GIwYLBjYHJx8wlh4MtJLMljkGJgYYAAkDwymzEnMz2RgQPGA8qxgGkOIGaDiAIAJjsFSAB4nGNgZNZgnMDAysDAVMW0h4GBoQdCMz5gMGRkAooysDIzYAUBaa4pDA4vGF4EMgf9z2KIYg5imAYUZgTJAQDSIQumAHic7dTVbltRAETR7dpNCikzQ8rMzMxt/M39mHnsU1/TfZz5jFpaV7pXJunMDLAZmOqaZjD5y4Tx+uPTyeL5lG2L5zN+L94zG8+ztr7ulXH1fra4bvK9M79xiWW2sNXPbWeFHexkF7vZw172sZ8DHOQQhznCUY5xnBOc5BSnOcNZVjnHeS5wkUtc5gpX/f3r3OAmt7jNHe5yj/s84CGPeMwTnvKM57zgJa94zRve8o73fOAjn/jMF77yje/84Ce/WGPun1zi/2tlXKbp3Xyc44bFyZanSWokJDXOOjXSk/LUSXn+pEwCKTNBaqQqZU5IjX+XMjukTBEp80TKZJEyY6RMGylzR8oEkjKLpEwlKfNJyqSSMrOkTC8pc0zKRJMy26RMOSnzTsrkk7IDpGwDKXtByoaQsiukbA0p+0PKJpGyU6RsFyl7RmosQcrukbKFpOwjKZtJyo6Ssq2k7C0pG0zKLpOy1aTsNymbTsrOk7L9pNwBUi4CKbeBlCtByr0g5XKQckNIuSak3BVSLgwpt4aUq0PK/SHlEpFyk0i5TqTcKVIuFim3i5QrRso9I+WykXLjXOYNzP8BuAPUwHicY2BAAxIQyBz0PwuEARJsA90AeJytVml300YUHXlJnIQsJQstamHExGmwRiZswYAJQbJjIF2crZWgixQ76b7xid/gX/Nk2nPoN35a7xsvJJC053Cak6N3583VzNtlElqS2AvrkZSbL8XU1iaN7DwJ6YZNy1F8KDt7IWWKyd8FURCtltq3HYdERCJQta6wRBD7HlmaZHzoUUbLtqRXTcotPekuW+NBvVXffho6yrE7oaRmM3RoPbIlVRhVokimPVLSpmWo+itJK7y/wsxXzVDCiE4iabwZxtBI3htntMpoNbbjKIpsstwoUiSa4UEUeZTVEufkigkMygfNkPLKpxHlw/yIrNijnFawS7bT/L4vead3OT+xX29RtuRAH8iO7ODsdCVfhFtbYdy0k+0oVBF213dCbNnsVP9mj/KaRgO3KzK90IxgqXyFECs/ocz+IVktnE/5kkejWrKRE0HrZU7sSz6B1uOIKXHNGFnQ3dEJEdT9kjMM9pg+Hvzx3imWCxMCeBzLekclnAgTKWFzNEnaMHJgJWWLKqn1rpg45XVaxFvCfu3a0ZfOaONQd2I8Ww8dWzlRyfFoUqeZTJ3aSc2jKQ2ilHQmeMyvAyg/oklebWM1iZVH0zhmxoREIgIt3EtTQSw7saQpBM2jGb25G6a5di1apMkD9dyj9/TmVri501PaDvSzRn9Wp2I62AvT6WnkL/Fp2uUiRen66Rl+TOJB1gIykS02w5SDB2/9DtLL15YchdcG2O7t8yuofdZE8KQB+xvQHk/VKQlMhZhViFZAYq1rWZbJ1awWqcjUd0OaVr6s0wSKchwXx76Mcf1fMzOWmBK+34nTsyMuPXPtSwjTHHybdT2a16nFcgFxZnlOp1mW7+s0x/IDneZZntfpCEtbp6MsP9RpgeVHOh1jeUELmnTfwZCLMOQCDpAwhKUDQ1hegiEsFQxhuQhDWBZhCMslGMLyYxjCchmGsLysZdXUU0nj2plYBmxCYGKOHrnMReVqKrlUQrtoVGpDnhJulVQUz6p/ZaBePPKGObAWSJfIml8xzpWPRuX41hUtbxo7V8Cx6m8fjvY58VLWi4U/Bf/V1lQlvWLNw5Or8BuGnmwnqjapeHRNl89VPbr+X1RUWAv0G0iFWCjKsmxwZyKEjzqdhmqglUPMbMw8tOt1y5qfw/03MUIWUP34NxQaC9yDTllJWe3grNXX27LcO4NyOBMsSTE38/pW+CIjs9J+kVnKno98HnAFjEpl2GoDrRW82ScxD5neJM8EcVtRNkja2M4EiQ0c84B5850EJmHqqg3kTuGGDfgFYW7BeSdconqjLIfuRezzKKT8W6fiRPaoaIzAs9kbYa/vQspvcQwkNPmlfgxUFaGpGDUV0DRSbqgGX8bZum1Cxg70Iyp2w7Ks4sPHFveVkm0ZhHykiNWjo5/WXqJOqtx+ZhSX752+BcEgNTF/e990cZDKu1rJMkdtA1O3GpVT15pD41WH6uZR9b3j7BM5a5puuiceel/TqtvBxVwssPZtDtJSJhfU9WGFDaLLxaVQ6mU0Se+4BxgWGNDvUIqN/6v62HyeK1WF0XEk307Ut9HnYAz8D9h/R/UD0Pdj6HINLs/3mhOfbvThbJmuohfrp+g3MGutuVm6BtzQdAPiIUetjrjKDXynBnF6pLkc6SHgY90V4gHAJoDF4BPdtYzmUwCj+Yw5PsDnzGHQZA6DLeYw2GbOGsAOcxjsMofBHnMYfMGcdYAvmcMgZA6DiDkMnjAnAHjKHAZfMYfB18xh8A1z7gN8yxwGMXMYJMxhsK/p1jDMLV7QXaC2QVWgA1NPWNzD4lBTZcj+jheG/b1BzP7BIKb+qOn2kPoTLwz1Z4OY+otBTP1V050h9TdeGOrvBjH1D4OY+ky/GMtlBr+MfJcKB5RdbD7n74n3D9vFQLkAAQAB//8AD3icrXsLcFzlleZ//v+++nb37dfte/VotVrdrW5JltuKpO6WJVluPyXbsmOEbGRjO4KVjWPZlsM4QIU4IYGlgCE2yxqKIQkJg2GreKQCTCZb1CZkiswjzOwOmSTATNVWTZLdDUwSMrVDsomD23vOf69assFAqgbk+773P4//nPOdc/5mwNjFl8WjosbaWblmxiOmIlTGYXzb11M7Z2ohAMbZCcZ5iG9prZl4whfwGju05xtttitUdwXYEUgkbQtWga5lC+XBaqJI285qpb8dVEc8Gnm5L5QM/f58yAlB399a7dD0mWAmdAqaMvBmKPKX9TdDwSjod9yhx03FAPcvI6Gk2lV33XoXUtKgL8C6Wa0WSzXbVjhg6JoqIPShCK0FOvOuE48K1V4B1VUQAVevugmP7Fz2CmTzW5/8+ZGP/+Kp7h/8oI4MuOZ7M5B9IvujH2Wf+PnCAjzn8ZK6AieMKRcvXnxWWSWCzGARlPcqtqs21WZzEBFgYIVDAYWzVJIrXBlH+hXGlWNM00GAJmYZ8sKBzTJFVZVppijqDFMVdTIWLa0o5JrdaHusPZGIG1IjFhQGK2mAZEe56kJnR1bTY7ZT7eivFGODBTdma3pHtlCNDVbwmgMHx/aO4R8ffeet5/ZCG6TfuV03IaSJU3oIzKsGO9+5PV+BwU5xqnOQx1aO8fW71yvD9fPn55/fA22PmsaFvfSgwZ8wzPiFvZ2DUMnzJ2hHVDMmHucPsSRrq7UQo4DMAV/AW7CANw/Zru3NIx20bBEpXwukArlxxOPReibaG63/SyQyiftzcBy3k1HuOHgjEg
|
|
|
|
|
<style id="style-core" type="text/css">html{font:16px/1 Helmet,Freesans,sans-serif}#store-area,tw-storydata{display:none!important;z-index:0}.no-transition{-webkit-transition:none!important;-o-transition:none!important;transition:none!important}:-webkit-full-screen{height:100%;width:100%}:-ms-fullscreen{height:100%;width:100%}:fullscreen{height:100%;width:100%}body::-ms-backdrop{background:0 0}:focus{outline:thin dotted}:disabled{cursor:not-allowed!important}body{color:#eee;background-color:#111;overflow:auto}a{cursor:pointer;color:#68d;text-decoration:none;-webkit-transition-duration:.2s;-o-transition-duration:.2s;transition-duration:.2s}a:hover{color:#8af;text-decoration:underline}a.link-broken{color:#c22}a.link-broken:hover{color:#e44}a[disabled],span.link-disabled{color:#aaa;cursor:not-allowed!important;text-decoration:none}area{cursor:pointer}button{cursor:pointer;color:#eee;background-color:#35a;border:1px solid #57c;line-height:normal;padding:.4em;-webkit-transition-duration:.2s;-o-transition-duration:.2s;transition-duration:.2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}button:hover{background-color:#57c;border-color:#79e}button:disabled{background-color:#444;border:1px solid #666}input,select,textarea{color:#eee;background-color:transparent;border:1px solid #444;padding:.4em}select{padding:.34em .4em}input[type=text]{min-width:18em}textarea{min-width:30em;resize:vertical}input[type=checkbox],input[type=file],input[type=radio],select{cursor:pointer}input[type=range]{-webkit-appearance:none;min-height:1.2em}input[type=range]:focus{outline:0}input[type=range]::-webkit-slider-runnable-track{background:#222;border:1px solid #444;border-radius:0;cursor:pointer;height:10px;width:100%}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background:#35a;border:1px solid #57c;border-radius:0;cursor:pointer;height:18px;margin-top:-5px;width:33px}input[type=range]:focus::-webkit-slider-runnable-track{background:#222}input[type=range]::-moz-range-track{background:#222;border:1px solid #444;border-radius:0;cursor:pointer;height:10px;width:100%}input[type=range]::-moz-range-thumb{background:#35a;border:1px solid #57c;border-radius:0;cursor:pointer;height:18px;width:33px}input[type=range]::-ms-track{background:0 0;border-color:transparent;color:transparent;cursor:pointer;height:10px;width:calc(100% - 1px)}input[type=range]::-ms-fill-lower{background:#222;border:1px solid #444;border-radius:0}input[type=range]::-ms-fill-upper{background:#222;border:1px solid #444;border-radius:0}input[type=range]::-ms-thumb{background:#35a;border:1px solid #57c;border-radius:0;cursor:pointer;height:16px;width:33px}input:not(:disabled):focus,input:not(:disabled):hover,select:not(:disabled):focus,select:not(:disabled):hover,textarea:not(:disabled):focus,textarea:not(:disabled):hover{background-color:#333;border-color:#eee}hr{display:block;height:1px;border:none;border-top:1px solid #eee;margin:1em 0;padding:0}audio,canvas,progress,video{max-width:100%;vertical-align:middle}.error-view{background-color:#511;border-left:.5em solid #c22;display:inline-block;margin:.1em;max-width:100%;padding:0 .25em;position:relative}.error-view>.error-toggle{background-color:transparent;border:none;line-height:inherit;left:0;padding:0;position:absolute;top:0;width:1.75em}.error-view>.error{display:inline-block;margin-left:.25em}.error-view>.error-toggle+.error{margin-left:1.5em}.error-view>.error-source[hidden]{display:none}.error-view>.error-source:not([hidden]){background-color:rgba(0,0,0,.2);display:block;margin:0 0 .25em;overflow-x:auto;padding:.25em}.highlight,.marked{color:#ff0;font-weight:700;font-style:italic}.nobr{white-space:nowrap}.error-view>.error-toggle:before,.error-view>.error:before,[data-icon-after]:after,[data-icon-before]:before,[data-icon]:before,a.link-external:after{font-family:tme-fa-icons!important;font-style:normal;font-weight:900;font-variant:normal;line-height:1;speak:never;text-rendering:auto;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[dat
|
|
|
|
|
<style id="style-core-display" type="text/css">#story{z-index:10;margin:2.5em}@media screen and (max-width:1136px){#story{margin-right:1.5em}}#passages{max-width:54em;margin:0 auto}</style>
|
|
|
|
|
<style id="style-core-passage" type="text/css">.passage{line-height:1.75;text-align:left;-webkit-transition:opacity .4s ease-in;-o-transition:opacity .4s ease-in;transition:opacity .4s ease-in}.passage-in{opacity:0}.passage ol,.passage ul{margin-left:.5em;padding-left:1.5em}.passage table{margin:1em 0;border-collapse:collapse;font-size:100%}.passage caption,.passage td,.passage th,.passage tr{padding:3px}@media (prefers-reduced-motion:reduce){.passage{-webkit-transition:opacity 0s;-o-transition:opacity 0s;transition:opacity 0s}}</style>
|
|
|
|
|
<style id="style-core-macro" type="text/css">@-webkit-keyframes cursor-blink{0%{opacity:1}50%{opacity:0}100%{opacity:1}}@-o-keyframes cursor-blink{0%{opacity:1}50%{opacity:0}100%{opacity:1}}@keyframes cursor-blink{0%{opacity:1}50%{opacity:0}100%{opacity:1}}.macro-append-insert,.macro-linkappend-insert,.macro-linkprepend-insert,.macro-linkreplace-insert,.macro-prepend-insert,.macro-repeat-insert,.macro-replace-insert,.macro-timed-insert{-webkit-transition:opacity .4s ease-in;-o-transition:opacity .4s ease-in;transition:opacity .4s ease-in}.macro-append-in,.macro-linkappend-in,.macro-linkprepend-in,.macro-linkreplace-in,.macro-prepend-in,.macro-repeat-in,.macro-replace-in,.macro-timed-in{opacity:0}.macro-type-cursor:after{-webkit-animation:cursor-blink 1s infinite;-o-animation:cursor-blink 1s infinite;animation:cursor-blink 1s infinite;content:"\2590";opacity:1}</style>
|
|
|
|
|
<style id="style-ui-dialog" type="text/css">html[data-dialog] body{overflow:hidden}#ui-overlay.open{visibility:visible;-webkit-transition:opacity .2s ease-in;-o-transition:opacity .2s ease-in;transition:opacity .2s ease-in}#ui-overlay:not(.open){-webkit-transition:visibility .2s step-end,opacity .2s ease-in;-o-transition:visibility .2s step-end,opacity .2s ease-in;transition:visibility .2s step-end,opacity .2s ease-in}#ui-overlay{visibility:hidden;opacity:0;z-index:100000;position:fixed;top:-50%;left:-50%;height:200%;width:200%}#ui-dialog.open{display:block;-webkit-transition:opacity .2s ease-in;-o-transition:opacity .2s ease-in;transition:opacity .2s ease-in}#ui-dialog{display:none;opacity:0;z-index:100100;position:fixed;top:50px;margin:0;padding:0}#ui-dialog>*{-webkit-box-sizing:border-box;box-sizing:border-box}#ui-dialog-titlebar{position:relative}#ui-dialog-close{display:block;position:absolute;right:0;top:0;white-space:nowrap}#ui-dialog-body{overflow:auto;min-width:280px;height:92%;height:calc(100% - 2.1em)}@media (prefers-reduced-motion:reduce){#ui-overlay.open{-webkit-transition:opacity 0s;-o-transition:opacity 0s;transition:opacity 0s}#ui-overlay:not(.open){-webkit-transition:opacity 0s;-o-transition:opacity 0s;transition:opacity 0s}#ui-dialog.open{-webkit-transition:opacity 0s;-o-transition:opacity 0s;transition:opacity 0s}}#ui-overlay{background-color:#000}#ui-overlay.open{opacity:.8}#ui-dialog{max-width:66em}#ui-dialog.open{opacity:1}#ui-dialog-titlebar{background-color:#444;min-height:24px}#ui-dialog-title{margin:0;padding:.2em 3.5em .2em .5em;font-size:1.5em;text-align:center;text-transform:uppercase}#ui-dialog-close{cursor:pointer;font-size:120%;margin:0;padding:0;width:3.6em;height:92%;background-color:transparent;border:1px solid transparent;-webkit-transition-duration:.2s;-o-transition-duration:.2s;transition-duration:.2s}#ui-dialog-close:hover{background-color:#b44;border-color:#d66}#ui-dialog-body{background-color:#111;border:1px solid #444;text-align:left;line-height:1.5;padding:1em}#ui-dialog-body>:first-child{margin-top:0}#ui-dialog-body hr{background-color:#444}#ui-dialog-body ul.buttons{margin:0;padding:0;list-style:none}#ui-dialog-body ul.buttons li{display:inline-block;margin:0;padding:.4em .4em 0 0}#ui-dialog-body ul.buttons>li+li>button{margin-left:1em}#ui-dialog-close{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#ui-dialog-close{font-family:tme-fa-icons!important;font-style:normal;font-weight:900;font-variant:normal;line-height:1;speak:never;text-rendering:auto;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}</style>
|
|
|
|
|
<style id="style-ui" type="text/css">#ui-dialog-body.settings [id|=setting-body]>div:first-child{display:table;width:100%}#ui-dialog-body.settings [id|=setting-label]{display:table-cell;padding:.4em 2em .4em 0}#ui-dialog-body.settings [id|=setting-label]+div{display:table-cell;min-width:8em;text-align:right;vertical-align:middle;white-space:nowrap}#ui-dialog-body.list{padding:0}#ui-dialog-body.list ul{margin:0;padding:0;list-style:none;border:1px solid transparent}#ui-dialog-body.list li{margin:0}#ui-dialog-body.list li:not(:first-child){border-top:1px solid #444}#ui-dialog-body.list li a{display:block;padding:.25em .75em;border:1px solid transparent;color:#eee;text-decoration:none}#ui-dialog-body.list li a:hover{background-color:#333;border-color:#eee}#ui-dialog-body.saves{padding:0 0 1px}#ui-dialog-body.saves>:not(:first-child){border-top:1px solid #444}#ui-dialog-body.saves table{border-spacing:0;width:100%}#ui-dialog-body.saves tr:not(:first-child){border-top:1px solid #444}#ui-dialog-body.saves td{padding:.33em .33em}#ui-dialog-body.saves td:first-child{min-width:1.5em;text-align:center}#ui-dialog-body.saves td:nth-child(3){line-height:1.2}#ui-dialog-body.saves td:last-child{text-align:right}#ui-dialog-body.saves .empty{color:#999;speak:none;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#ui-dialog-body.saves .datestamp{font-size:75%;margin-left:1em}#ui-dialog-body.saves ul.buttons li{padding:.4em}#ui-dialog-body.saves ul.buttons>li+li>button{margin-left:.2em}#ui-dialog-body.saves ul.buttons li:last-child{float:right}#ui-dialog-body.settings div[id|=header-body]{margin:1em 0}#ui-dialog-body.settings div[id|=header-body]:first-child{margin-top:0}#ui-dialog-body.settings div[id|=header-body]:not(:first-child){border-top:1px solid #444;padding-top:1em}#ui-dialog-body.settings div[id|=header-body]>*{margin:0}#ui-dialog-body.settings h2[id|=header-heading]{font-size:1.375em}#ui-dialog-body.settings p[id|=header-desc],#ui-dialog-body.settings p[id|=setting-desc]{font-size:87.5%;margin:0 0 0 .5em}#ui-dialog-body.settings div[id|=setting-body]+div[id|=setting-body]{margin:1em 0}#ui-dialog-body.settings [id|=setting-control]{white-space:nowrap}#ui-dialog-body.settings button[id|=setting-control]{color:#eee;background-color:transparent;border:1px solid #444;padding:.4em}#ui-dialog-body.settings button[id|=setting-control]:hover{background-color:#333;border-color:#eee}#ui-dialog-body.settings button[id|=setting-control].enabled{background-color:#282;border-color:#4a4}#ui-dialog-body.settings button[id|=setting-control].enabled:hover{background-color:#4a4;border-color:#6c6}#ui-dialog-body.settings input[type=range][id|=setting-control]{max-width:35vw}#ui-dialog-body.list a,#ui-dialog-body.settings span[id|=setting-input]{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#ui-dialog-body.saves button[id=saves-clear]:before,#ui-dialog-body.saves button[id=saves-export]:before,#ui-dialog-body.saves button[id=saves-import]:before,#ui-dialog-body.settings button[id|=setting-control].enabled:after,#ui-dialog-body.settings button[id|=setting-control]:after{font-family:tme-fa-icons!important;font-style:normal;font-weight:900;font-variant:normal;line-height:1;speak:never;text-rendering:auto;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#ui-dialog-body.saves button[id=saves-export]:before{content:"\e829\00a0"}#ui-dialog-body.saves button[id=saves-import]:before{content:"\e82a\00a0"}#ui-dialog-body.saves button[id=saves-clear]:before{content:"\e827\00a0"}#ui-dialog-body.settings button[id|=setting-control]:after{content:"\00a0\00a0\e830"}#ui-dialog-body.settings button[id|=setting-control].enabled:after{content:"\00a0\00a0\e831"}</style>
|
|
|
|
|
<style id="style-ui-bar" type="text/css">#story{margin-left:20em;-webkit-transition:margin-left .2s ease-in;-o-transition:margin-left .2s ease-in;transition:margin-left .2s ease-in}#ui-bar.stowed~#story{margin-left:4.5em}@media screen and (max-width:1136px){#story{margin-left:19em}#ui-bar.stowed~#story{margin-left:3.5em}}@media screen and (max-width:768px){#story{margin-left:3.5em}}#ui-bar{position:fixed;z-index:50;top:0;left:0;width:17.5em;height:100%;margin:0;padding:0;-webkit-transition:left .2s ease-in;-o-transition:left .2s ease-in;transition:left .2s ease-in}#ui-bar.stowed{left:-15.5em}#ui-bar-tray{position:absolute;top:.2em;left:0;right:0}#ui-bar-body{height:90%;height:calc(100% - 2.5em);margin:2.5em 0;padding:0 1.5em}#ui-bar.stowed #ui-bar-body,#ui-bar.stowed #ui-bar-history{visibility:hidden;-webkit-transition:visibility .2s step-end;-o-transition:visibility .2s step-end;transition:visibility .2s step-end}@media (prefers-reduced-motion:reduce){#story{-webkit-transition:margin-left 0s;-o-transition:margin-left 0s;transition:margin-left 0s}#ui-bar{-webkit-transition:left 0s;-o-transition:left 0s;transition:left 0s}}#ui-bar{background-color:#222;border-right:1px solid #444;text-align:center}#ui-bar a{text-decoration:none}#ui-bar hr{border-color:#444}#ui-bar-history [id|=history],#ui-bar-toggle{font-size:1.2em;line-height:inherit;color:#eee;background-color:transparent;border:1px solid #444}#ui-bar-toggle{display:block;position:absolute;top:0;right:0;border-right:none;padding:.3em .45em .25em}#ui-bar.stowed #ui-bar-toggle{padding:.3em .35em .25em .55em}#ui-bar-toggle:hover{background-color:#444;border-color:#eee}#ui-bar-history{margin:0 auto}#ui-bar-history [id|=history]{padding:.2em .45em .35em}#ui-bar-history #history-jumpto{padding:.2em .665em .35em}#ui-bar-history [id|=history]:not(:first-child){margin-left:1.2em}#ui-bar-history [id|=history]:hover{background-color:#444;border-color:#eee}#ui-bar-history [id|=history]:disabled{color:#444;background-color:transparent;border-color:#444}#ui-bar-body{line-height:1.5;overflow:auto}#ui-bar-body>:not(:first-child){margin-top:2em}#story-title{margin:0;font-size:162.5%}#story-author{margin-top:2em;font-weight:700}#menu ul{margin:1em 0 0;padding:0;list-style:none;border:1px solid #444}#menu ul:empty{display:none}#menu li{margin:0}#menu li:not(:first-child){border-top:1px solid #444}#menu li a{display:block;padding:.25em .75em;border:1px solid transparent;color:#eee;text-transform:uppercase}#menu li a:hover{background-color:#444;border-color:#eee}#menu a,#ui-bar-history [id|=history],#ui-bar-toggle{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#menu-core li[id|=menu-item] a:before,#ui-bar-history [id|=history],#ui-bar-toggle:before{font-family:tme-fa-icons!important;font-style:normal;font-weight:900;font-variant:normal;line-height:1;speak:never;text-rendering:auto;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#ui-bar-toggle:before{content:"\e81d"}#ui-bar.stowed #ui-bar-toggle:before{content:"\e81e"}#menu-item-saves a:before{content:"\e82b\00a0"}#menu-item-settings a:before{content:"\e82d\00a0"}#menu-item-restart a:before{content:"\e82c\00a0"}#menu-item-share a:before{content:"\e82f\00a0"}</style>
|
|
|
|
|
<style id="style-ui-debug" type="text/css">#debug-bar{background-color:#222;border-left:1px solid #444;border-top:1px solid #444;bottom:0;margin:0;max-height:75%;padding:.5em;position:fixed;right:0;z-index:99900}#debug-bar>div:not([id])+div{margin-top:.5em}#debug-bar>div>label{margin-right:.5em}#debug-bar>div>input[type=text]{min-width:0;width:8em}#debug-bar>div>select{width:15em}#debug-bar-toggle{color:#eee;background-color:#222;border:1px solid #444;height:101%;height:calc(100% + 1px);left:-2em;left:calc(-2em - 1px);position:absolute;top:-1px;width:2em}#debug-bar-toggle:hover{background-color:#333;border-color:#eee}#debug-bar-hint{bottom:.175em;font-size:4.5em;opacity:.33;pointer-events:none;position:fixed;right:.6em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}#debug-bar-watch{background-color:#222;border-left:1px solid #444;border-top:1px solid #444;bottom:102%;bottom:calc(100% + 1px);font-size:.9em;left:-1px;max-height:650%;max-height:65vh;position:absolute;overflow-x:hidden;overflow-y:scroll;right:0;z-index:99800}#debug-bar-watch[hidden]{display:none}#debug-bar-watch div{color:#999;font-style:italic;margin:1em auto;text-align:center}#debug-bar-watch table{width:100%}#debug-bar-watch tr:nth-child(2n){background-color:rgba(127,127,127,.15)}#debug-bar-watch td{padding:.2em 0}#debug-bar-watch td:first-child+td{padding:.2em .3em .2em .1em}#debug-bar-watch .watch-delete{background-color:transparent;border:none;color:#c00}#debug-bar-watch-all,#debug-bar-watch-none{margin-left:.5em}#debug-bar-views-toggle,#debug-bar-watch-toggle{color:#eee;background-color:transparent;border:1px solid #444;margin-right:1em;padding:.4em}#debug-bar-views-toggle:hover,#debug-bar-watch-toggle:hover{background-color:#333;border-color:#eee}#debug-bar-watch:not([hidden])~div #debug-bar-watch-toggle,html[data-debug-view] #debug-bar-views-toggle{background-color:#282;border-color:#4a4}#debug-bar-watch:not([hidden])~div #debug-bar-watch-toggle:hover,html[data-debug-view] #debug-bar-views-toggle:hover{background-color:#4a4;border-color:#6c6}#debug-bar-hint:after,#debug-bar-toggle:before,#debug-bar-views-toggle:after,#debug-bar-watch .watch-delete:before,#debug-bar-watch-add:before,#debug-bar-watch-all:before,#debug-bar-watch-none:before,#debug-bar-watch-toggle:after{font-family:tme-fa-icons!important;font-style:normal;font-weight:900;font-variant:normal;line-height:1;speak:never;text-rendering:auto;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#debug-bar-toggle:before{content:"\e838"}#debug-bar-hint:after{content:"\e838\202f\e822"}#debug-bar-watch .watch-delete:before{content:"\e804"}#debug-bar-watch-add:before{content:"\e805"}#debug-bar-watch-all:before{content:"\e83a"}#debug-bar-watch-none:before{content:"\e827"}#debug-bar-views-toggle:after,#debug-bar-watch-toggle:after{content:"\00a0\00a0\e830"}#debug-bar-watch:not([hidden])~div #debug-bar-watch-toggle:after,html[data-debug-view] #debug-bar-views-toggle:after{content:"\00a0\00a0\e831"}html[data-debug-view] .debug{padding:.25em;background-color:#234}html[data-debug-view] .debug[title]{cursor:help}html[data-debug-view] .debug.block{display:inline-block;vertical-align:middle}html[data-debug-view] .debug.invalid{text-decoration:line-through}html[data-debug-view] .debug.hidden,html[data-debug-view] .debug.hidden .debug{background-color:#555}html:not([data-debug-view]) .debug.hidden{display:none}html[data-debug-view] .debug[data-name][data-type].nonvoid:after,html[data-debug-view] .debug[data-name][data-type]:before{background-color:rgba(0,0,0,.25);font-family:monospace,monospace;white-space:pre}html[data-debug-view] .debug[data-name][data-type]:before{content:attr(data-name)}html[data-debug-view] .debug[data-name][data-type|=macro]:before{content:"<<" attr(data-name) ">>"}html[data-debug-view] .debug[data-name][data-type|=macro].nonvoid:after{content:"<</" attr(data-name) ">>"}html[data-debug-view] .debug[data-name][data-type|=html]:before{content:"<" attr(data-name) ">"}html[data-debug-view] .debug[
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="init-screen">
|
|
|
|
|
<div id="init-no-js"><noscript>JavaScript must be enabled to play.</noscript></div>
|
|
|
|
|
<div id="init-lacking"><p>Browser lacks capabilities required to play.</p><p>Upgrade or switch to another browser.</p></div>
|
|
|
|
|
<div id="init-loading"><div>Loading…</div></div>
|
|
|
|
|
</div>
|
|
|
|
|
<tw-storydata name="Nested narratives: what is left to discuss?" startnode="2" creator="Twine" creator-version="2.3.16" ifid="75ECD343-6C4C-49BE-9D54-F85DB702AD7B" zoom="1" format="SugarCube" format-version="2.36.1" options="" hidden><style role="stylesheet" id="twine-user-stylesheet" type="text/twine-css">@import url('https://fonts.googleapis.com/css2?family=DotGothic16&display=swap');
|
|
|
|
|
|
|
|
|
|
html {
|
|
|
|
|
font-family: 'DotGothic16', sans-serif;
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
|
font-size: 60px;
|
|
|
|
|
line-height: 62px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
|
font-size: 35px;
|
|
|
|
|
line-height: 37px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body {
|
|
|
|
|
background-color: blue;
|
|
|
|
|
color: white;
|
|
|
|
|
padding-left: 30px;
|
|
|
|
|
padding-right: 30px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.passage {
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
line-height: 27px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.passage a{
|
|
|
|
|
color: red;
|
|
|
|
|
text-decoration: underline;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.passage a:hover {
|
|
|
|
|
color: red;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.passage a:active {
|
|
|
|
|
color: red;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#passage-home{
|
|
|
|
|
white-space: pre-wrap;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#passage-listen{
|
|
|
|
|
white-space: pre-wrap;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#passage-nest-3{
|
|
|
|
|
white-space: pre-wrap;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#passage-nest-5{
|
|
|
|
|
white-space: pre-wrap;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#passage-nest-3-submit{
|
|
|
|
|
white-space: pre-wrap;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#passage-nest-5-submit{
|
|
|
|
|
white-space: pre-wrap;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
input {
|
|
|
|
|
border: 1px solid white;
|
|
|
|
|
background-color: red;
|
|
|
|
|
color: white;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
input:not(:disabled):hover{
|
|
|
|
|
background-color: white;
|
|
|
|
|
color: red;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
input:not(:disabled):focus{
|
|
|
|
|
background-color: white;
|
|
|
|
|
color: red;
|
|
|
|
|
}</style><script role="script" id="twine-user-script" type="text/twine-javascript">$('#ui-bar').remove();
|
|
|
|
|
$(document.head).find('#style-ui-bar').remove();</script><tw-passagedata pid="1" name="enter" tags="" position="1800,350" size="100,100">[[SI#18|home]] > Expand
|
|
|
|
|
|
|
|
|
|
!//Hello, $name.//
|
|
|
|
|
!!//Where would you like to go?//
|
|
|
|
|
|
|
|
|
|
[[→ ⚀|nest 1]]
|
|
|
|
|
[[→ ⚁|nest 2]]
|
|
|
|
|
[[→ ⚂|nest 3]]
|
|
|
|
|
[[→ ⚃|nest 4]]
|
|
|
|
|
[[→ ⚄|nest 5]]
|
|
|
|
|
[[→ ⚅|nest 6]]
|
|
|
|
|
</tw-passagedata><tw-passagedata pid="2" name="home" tags="" position="1300,325" size="100,100">!Nested narratives: //what is left to discuss?//
|
|
|
|
|
|
|
|
|
|
!!Special Issue #18 — Weekly Release #5
|
|
|
|
|
What if a group of people writes a piece that starts (or ends) with the same sentence?
|
|
|
|
|
|
|
|
|
|
__If we censor art what is left to discuss?__
|
|
|
|
|
|
|
|
|
|
Apparently, a lot. Pay attention to every word, draw your focus on the paper. The five contributions that compose this audio piece are not only defining what censorship is; they are, instead, giving an open overview of a wide range of meanings to this word, creating the feeling that censorship does not have fixed boundaries as someone could think.
|
|
|
|
|
|
|
|
|
|
!!About
|
|
|
|
|
The release of this week is a collaboratively written text recorded as audio pieces by the composers.
|
|
|
|
|
|
|
|
|
|
The method chosen for the collective writing is inter-dependent and inter-connected, but at the same time allows everyone to work at their own pace.
|
|
|
|
|
|
|
|
|
|
The structure is built up on the refrain "if we censor art what is left to discuss" that produced different scenarios and visions with the same beginning or end. The idea is that every piece can go one after the other and that new pieces of text could be added, producing a never-ending collective writing piece:
|
|
|
|
|
|
|
|
|
|
if we censor art what is left to discuss<<cycle "$week5contribs" autoselect>>
|
|
|
|
|
<<option ": the reasons, the motivations behind the censorship of art perhaps." "contrib2">>
|
|
|
|
|
<<option " but" "contrib5">>
|
|
|
|
|
<<option " expression and representation are not the same thing" "contrib3">>
|
|
|
|
|
<<option " and I guess I am not the most qualified to talk" "contrib4">>
|
|
|
|
|
<<option "? What does art mean to us?" "contrib1">>
|
|
|
|
|
<</cycle>>
|
|
|
|
|
|
|
|
|
|
While listening to this piece, we invite you to pay heed to the words coming out of the speakers and to doodle/draw on a piece of paper. The result will be part of the documentation for this release.
|
|
|
|
|
|
|
|
|
|
!!What would you like to do?
|
|
|
|
|
[[→ Listen|listen]]
|
|
|
|
|
[[→ Expand|expand]]
|
|
|
|
|
[[→ Drag|https://hub.xpub.nl/soupboat/~flem/FIVE_The%20Drag-able/draggable.html]]
|
|
|
|
|
|
|
|
|
|
!!Contributors(*) & Caretakers(**)
|
|
|
|
|
Miriam Schöb(*)
|
|
|
|
|
Mitsa Chaida-Michelakou(*)
|
|
|
|
|
Ål Nik (Alexandra Nikolova)(*, **)
|
|
|
|
|
Supisara Burapachaisri(*, **)
|
|
|
|
|
Francesco Luzzana(*)
|
|
|
|
|
Emma Prato(*, **)
|
|
|
|
|
Jian Haake(*)
|
|
|
|
|
Erica Gargaglione(*)
|
|
|
|
|
Gersande Schellinx(*)
|
|
|
|
|
Chaeyoung Kim(*)</tw-passagedata><tw-passagedata pid="3" name="StoryInit" tags="" position="600,200" size="100,100"><<cacheaudio "five-mix" "music/five-mix.mp3">> </tw-passagedata><tw-passagedata pid="4" name="nest 1 submit" tags="" position="875,825" size="100,100">[[SI#18|home]] > [[Expand|expand]] > Nest 1
|
|
|
|
|
!//Thanks for expanding our nest!//
|
|
|
|
|
|
|
|
|
|
__Person A:__
|
|
|
|
|
if we censor art what is left to discuss?
|
|
|
|
|
|
|
|
|
|
__Person B:__
|
|
|
|
|
what does art mean to us?
|
|
|
|
|
|
|
|
|
|
__Person A:__
|
|
|
|
|
A calling
|
|
|
|
|
A gut feeling you can’t ignore
|
|
|
|
|
(For lack of a better word) a labor of love
|
|
|
|
|
A cryptic yet decipherable language
|
|
|
|
|
A way to say something without actually saying it (some things can’t be expressed through just words)
|
|
|
|
|
|
|
|
|
|
__Person B:__
|
|
|
|
|
the way I can address and express my most pressing thoughts and feelings
|
|
|
|
|
the way I can address a topic that I am passionate about
|
|
|
|
|
|
|
|
|
|
__Person A:__
|
|
|
|
|
art as a mode of address...is there always an addressee? sometimes i feel like i'm expressing into a void..
|
|
|
|
|
|
|
|
|
|
__Person B:__
|
|
|
|
|
do you ever feel uncomfortable to share what you have created?
|
|
|
|
|
|
|
|
|
|
__Person A:__
|
|
|
|
|
sometimes, when something still feels half-baked or isn’t yet in a digestible state. But at the same time, this uncomfortable feeling is part of the process, and accepting and going along with it can take you to unexpected and even more interesting places.
|
|
|
|
|
|
|
|
|
|
__Person B:__
|
|
|
|
|
when I doubt myself; sometimes I fear what people will think about it. Perhaps I am afraid of harsh critique or feeling that my work is a joke. Sometimes I don't believe my work is good enough. Sometimes I feel I will be misunderstood. Or whatever I do doesn't matter at all.
|
|
|
|
|
|
|
|
|
|
__Person A:__
|
|
|
|
|
does the environment you’re in shape your practice/creation process?
|
|
|
|
|
|
|
|
|
|
__Person B:__
|
|
|
|
|
all the time. I am so easy to be influenced by things happening around me. I think I am quite sensitive. I observe and feel things and then I need to digest them and get them out of my system.
|
|
|
|
|
|
|
|
|
|
__Person A:__
|
|
|
|
|
i can relate. it can also be difficult when you're trying to go with the motions and haven't properly digested some things yet / are still in the marinating process.
|
|
|
|
|
|
|
|
|
|
__Person B:__
|
|
|
|
|
when I am forced to create after a quick snack, I feel like the outcome is not really solid. I need more time to process the things before I am able to reflect and turn them into something valuable. But then, when I know what I want to do, I can do it really fast.
|
|
|
|
|
|
|
|
|
|
__Person A:__
|
|
|
|
|
what do you (or would like to) refrain from in your artistic practice?
|
|
|
|
|
|
|
|
|
|
__Person B:__
|
|
|
|
|
fear and holding myself back. Easier said than done though.
|
|
|
|
|
|
|
|
|
|
__Person A:__
|
|
|
|
|
but this push and pull is also where growth happens :)
|
|
|
|
|
|
|
|
|
|
__Person B:__
|
|
|
|
|
we're growing up all the time :D
|
|
|
|
|
|
|
|
|
|
__Person A:__
|
|
|
|
|
is there a common refrain in your creations? An uncommon one you’d like to see more of or experiment with? for me i feel like there is or is taking shape but hasn't quite crystallized yet..
|
|
|
|
|
|
|
|
|
|
__Person B:__
|
|
|
|
|
I feel like my music is always in different genres. I am constantly trying out new things and aesthetics but then a lot of people still say they recognise my "voice". I guess, the refrain is me. I am looking for one that I can see, but it is actually the one other people see, that matters.
|
|
|
|
|
|
|
|
|
|
__Person A:__
|
|
|
|
|
...what is left to discuss?
|
|
|
|
|
|
|
|
|
|
__$name:__
|
|
|
|
|
$contrib
|
|
|
|
|
|
|
|
|
|
[[→ Visit another nest|re-enter]]
|
|
|
|
|
[[→ Go home|home]]</tw-passagedata><tw-passagedata pid="5" name="nest 2 submit" tags="" position="1075,825" size="100,100">[[SI#18|home]] > [[Expand|expand]] > Nest 2
|
|
|
|
|
!//Thanks for expanding our nest!//
|
|
|
|
|
|
|
|
|
|
If we censor art what is left to discuss: the reasons, the motivations behind the censorship of art perhaps. Or would that also be censored? Something like the liar's paradox as mentioned by Dennis the Pillow in Everything is Alive. Is censorship openly discussed when censorship is also taking place? Can censorship be discuss simultaneously while it is happening? "I am lying" says the liar. Would censored art be censored to discuss? A motivation to rename, rebrand, re-contextualise. Be under the radar, under-scrutinized in opposition to overanalysed.
|
|
|
|
|
If we understand art what is left to discuss? In a book I am currently reading, Weight of the Earth The Tape Journals of David Wojnarowicz, I read the following: "I liked that things carry the possibility for unlimited interpretations." Oh how I like this image. Oh how I rediscover this thought I've had at many occasions: that of a text with million of stories. Well, each set of eyes has a different rhythm, a singular attention span, personal assumptions of certain words and sentences and definitions; some might skip over a sentence, some letters, misconstruct a narration or a structure... so many variables depending of the reader. These different circumstances put together, leave the text to interpretation, leave the "things" with "the possibility for unlimited interpretations."
|
|
|
|
|
If we misunderstand art what is left to discuss? I am 126 pages into the book and for the first time I smile and fold the bottom of the page, underline this sentence as not to forget its placement. Not that I didn't enjoy the book until that moment, but there is something in this sentence I recognised. Something I wanted to mark down, as to acknowledge it and be able to come back to it at any given moment. Not to censor, rather to underline.
|
|
|
|
|
What is left to discuss? The ones that I stroke out. I left them out, for they are too concrete.
|
|
|
|
|
Does it trigger your curiosity? If it beeps, does it trigger your imagination? If it is highlighted, is there any way you would not read it? Probably your eyes would roll back over, again and again. Like marbles, sliding towards the highlighted sentences. Like magnets, drawn to their opposites: a fluorescent body, so unnatural to our eyes that they are not to be missed. Impossible to ignore, a coloured scream.
|
|
|
|
|
If we underline censorship what is left to art? The questions above triggered me to overlap the acts of highlighting and censoring and deleting. During the Japanese Colonial Period in Korea and from the 60s to the 80s during the military government, a lot of newspapers were censored, published as blank blocks or with blackened lines, a colourless shout. Highlighting and deleting texts within the line are the same movements. They offer different outcomes, with different intentions. To highlight becomes a form of militantism, to delete presents a twisted kind of activism. A space to enhance words, another to strike absence.
|
|
|
|
|
For now I want to highlight this sentence, "Not to censor, rather to underline".
|
|
|
|
|
$contrib
|
|
|
|
|
|
|
|
|
|
[[→ Visit another nest|re-enter]]
|
|
|
|
|
[[→ Go home|home]]</tw-passagedata><tw-passagedata pid="6" name="nest 3 submit" tags="" position="1275,825" size="100,100">[[SI#18|home]] > [[Expand|expand]] > Nest 3
|
|
|
|
|
!//Thanks for expanding our nest!//
|
|
|
|
|
|
|
|
|
|
if we censor art
|
|
|
|
|
what is left to discuss
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
expression and representation are not the same thing
|
|
|
|
|
|
|
|
|
|
i once had a dream
|
|
|
|
|
|
|
|
|
|
if we censor art
|
|
|
|
|
are we hiding the lies
|
|
|
|
|
|
|
|
|
|
if we censor art
|
|
|
|
|
are we hiding the truth
|
|
|
|
|
|
|
|
|
|
if we censor art
|
|
|
|
|
people will still be tired
|
|
|
|
|
|
|
|
|
|
if we censor art
|
|
|
|
|
what should we talk about
|
|
|
|
|
are we response-able
|
|
|
|
|
|
|
|
|
|
if we censor art
|
|
|
|
|
what should we talk about
|
|
|
|
|
if we censor art
|
|
|
|
|
who will start a conversation
|
|
|
|
|
|
|
|
|
|
if we discuss art
|
|
|
|
|
what is left to censor
|
|
|
|
|
everything starts from within
|
|
|
|
|
|
|
|
|
|
if we discuss art
|
|
|
|
|
where can we start
|
|
|
|
|
from within
|
|
|
|
|
|
|
|
|
|
if we discuss art
|
|
|
|
|
who takes part in that discussion
|
|
|
|
|
and who is left out
|
|
|
|
|
|
|
|
|
|
if we discuss art
|
|
|
|
|
who takes part in that discussion
|
|
|
|
|
free will
|
|
|
|
|
but in a relational way
|
|
|
|
|
but with certain limitations
|
|
|
|
|
|
|
|
|
|
if we discuss art
|
|
|
|
|
who takes part in that discussion
|
|
|
|
|
free will
|
|
|
|
|
can be abusive and oppressive
|
|
|
|
|
and cynical
|
|
|
|
|
when it makes everything relative
|
|
|
|
|
is there freedom to un-be
|
|
|
|
|
|
|
|
|
|
if we discuss art
|
|
|
|
|
who takes part in that discussion
|
|
|
|
|
free will
|
|
|
|
|
of being dust accumulated on archived folders
|
|
|
|
|
of being the expression of denied evidences
|
|
|
|
|
|
|
|
|
|
if we discuss art
|
|
|
|
|
who takes part in that discussion
|
|
|
|
|
social pressure
|
|
|
|
|
does it have a voice
|
|
|
|
|
or is it polyphonic
|
|
|
|
|
|
|
|
|
|
if we discuss art
|
|
|
|
|
who takes part in that discussion
|
|
|
|
|
social pressure
|
|
|
|
|
is something you cannot escape from
|
|
|
|
|
|
|
|
|
|
if we discuss art
|
|
|
|
|
who takes part in that discussion
|
|
|
|
|
the prosecutor
|
|
|
|
|
cannot have the loudest voice
|
|
|
|
|
the prosecutor
|
|
|
|
|
has left the room
|
|
|
|
|
the public opinion
|
|
|
|
|
has agency
|
|
|
|
|
the public opinion
|
|
|
|
|
has left the room
|
|
|
|
|
|
|
|
|
|
if we discuss art
|
|
|
|
|
who takes part in that discussion
|
|
|
|
|
the victim
|
|
|
|
|
is not alone
|
|
|
|
|
the victim
|
|
|
|
|
wants to speak
|
|
|
|
|
the victim
|
|
|
|
|
was forgotten
|
|
|
|
|
|
|
|
|
|
if we discuss art
|
|
|
|
|
will you be able to sleep
|
|
|
|
|
|
|
|
|
|
if we discuss art
|
|
|
|
|
would you censor anything at all
|
|
|
|
|
above
|
|
|
|
|
the ground
|
|
|
|
|
and below the sky
|
|
|
|
|
|
|
|
|
|
if we discuss art
|
|
|
|
|
would you censor anything at all
|
|
|
|
|
below
|
|
|
|
|
the surface
|
|
|
|
|
|
|
|
|
|
if we discuss art
|
|
|
|
|
would you censor anything at all
|
|
|
|
|
i dont compromise with censorship
|
|
|
|
|
|
|
|
|
|
if we discuss art
|
|
|
|
|
would you censor anything at all
|
|
|
|
|
if the words are not enough
|
|
|
|
|
the artwork must speak for itself
|
|
|
|
|
|
|
|
|
|
if we discuss art
|
|
|
|
|
would you censor anything at all
|
|
|
|
|
if the words are not enough
|
|
|
|
|
to censor
|
|
|
|
|
if a gesture is not enough
|
|
|
|
|
if the words are not enough
|
|
|
|
|
to censor
|
|
|
|
|
what gesture is the next step
|
|
|
|
|
|
|
|
|
|
if we discuss art
|
|
|
|
|
would you censor anything at all
|
|
|
|
|
something that hurts you
|
|
|
|
|
can hurt somebody else
|
|
|
|
|
|
|
|
|
|
if we discuss art
|
|
|
|
|
would you censor anything at all
|
|
|
|
|
something that hurts you
|
|
|
|
|
grows bigger and bigger
|
|
|
|
|
|
|
|
|
|
if we discuss art
|
|
|
|
|
would you censor anything at all
|
|
|
|
|
something that hurts you
|
|
|
|
|
is something that cuts you off
|
|
|
|
|
|
|
|
|
|
if we discuss art
|
|
|
|
|
would you censor anything at all
|
|
|
|
|
to hide painful truths
|
|
|
|
|
a painless truth is a lie
|
|
|
|
|
|
|
|
|
|
if we discuss art
|
|
|
|
|
would you censor anything at all
|
|
|
|
|
to prevent damage
|
|
|
|
|
|
|
|
|
|
if we discuss art
|
|
|
|
|
would you censor anything at all
|
|
|
|
|
to protect someone you love
|
|
|
|
|
i dont know
|
|
|
|
|
|
|
|
|
|
if we discuss art
|
|
|
|
|
would you censor anything at all
|
|
|
|
|
to protect someone you love
|
|
|
|
|
then what is your protection about
|
|
|
|
|
|
|
|
|
|
if we discuss art
|
|
|
|
|
would you censor anything at all
|
|
|
|
|
within
|
|
|
|
|
i would smuggle a glimpse of truth
|
|
|
|
|
|
|
|
|
|
if we discuss art
|
|
|
|
|
would you censor anything at all
|
|
|
|
|
within
|
|
|
|
|
this entangled world
|
|
|
|
|
|
|
|
|
|
if we discuss art
|
|
|
|
|
would you censor art
|
|
|
|
|
and what is art then
|
|
|
|
|
|
|
|
|
|
if we discuss censorship
|
|
|
|
|
who is allowed to speak
|
|
|
|
|
and who has been silenced
|
|
|
|
|
|
|
|
|
|
shall we pretend nothing happened
|
|
|
|
|
shall we have a coffee one of these days
|
|
|
|
|
|
|
|
|
|
shall we pretend nothing happened
|
|
|
|
|
wait did you get a new haircut
|
|
|
|
|
|
|
|
|
|
shall we pretend nothing happened
|
|
|
|
|
what did you have for dinner
|
|
|
|
|
|
|
|
|
|
shall we pretend nothing happened
|
|
|
|
|
what is your star sign
|
|
|
|
|
|
|
|
|
|
the clouds in the sky
|
|
|
|
|
discussing about the weather forecast
|
|
|
|
|
awkwardly
|
|
|
|
|
in the spotlight
|
|
|
|
|
|
|
|
|
|
the clouds in the sky
|
|
|
|
|
discussing about the weather forecast
|
|
|
|
|
awkwardly
|
|
|
|
|
intertwined and dependent
|
|
|
|
|
|
|
|
|
|
the clouds in the sky
|
|
|
|
|
discussing about the weather forecast
|
|
|
|
|
surprisingly
|
|
|
|
|
aware of what they leave behind
|
|
|
|
|
|
|
|
|
|
the clouds in the sky
|
|
|
|
|
discussing about the weather forecast
|
|
|
|
|
when you cannot speak of anything else
|
|
|
|
|
because there are no words
|
|
|
|
|
the conversation ends
|
|
|
|
|
silence around you makes you think
|
|
|
|
|
|
|
|
|
|
the clouds in the sky
|
|
|
|
|
discussing about the weather forecast
|
|
|
|
|
when you cannot speak of anything else
|
|
|
|
|
because there are no words
|
|
|
|
|
this is where it starts
|
|
|
|
|
|
|
|
|
|
the clouds in the sky
|
|
|
|
|
discussing about the weather forecast
|
|
|
|
|
when you cannot speak of anything else
|
|
|
|
|
dont be afraid
|
|
|
|
|
to call it proscription
|
|
|
|
|
|
|
|
|
|
the clouds in the sky
|
|
|
|
|
discussing about the weather forecast
|
|
|
|
|
when you cannot speak of anything else
|
|
|
|
|
what is left to say
|
|
|
|
|
|
|
|
|
|
the clouds in the sky
|
|
|
|
|
discussing about the weather forecast
|
|
|
|
|
when you dont know what else to say
|
|
|
|
|
and the silence weighs heavy on all of us
|
|
|
|
|
absence of words is loud
|
|
|
|
|
and there is no understanding
|
|
|
|
|
of the why
|
|
|
|
|
|
|
|
|
|
the clouds in the sky
|
|
|
|
|
discussing about the weather forecast
|
|
|
|
|
when you dont know what else to say
|
|
|
|
|
and the silence weighs heavy on all of us
|
|
|
|
|
absence of words is loud
|
|
|
|
|
because something is being forgotten
|
|
|
|
|
|
|
|
|
|
the clouds in the sky
|
|
|
|
|
discussing about the weather forecast
|
|
|
|
|
when you dont know what else to say
|
|
|
|
|
and the silence weighs heavy on all of us
|
|
|
|
|
absence of words is loud
|
|
|
|
|
it is a black mark
|
|
|
|
|
|
|
|
|
|
the clouds in the sky
|
|
|
|
|
discussing about the weather forecast
|
|
|
|
|
when you dont know what else to say
|
|
|
|
|
and the silence weighs heavy on all of us
|
|
|
|
|
absence of words is loud
|
|
|
|
|
it is a ripped off corner
|
|
|
|
|
|
|
|
|
|
the clouds in the sky
|
|
|
|
|
discussing about the weather forecast
|
|
|
|
|
when you dont know what else to say
|
|
|
|
|
and the silence weighs heavy on all of us
|
|
|
|
|
absence of words is loud
|
|
|
|
|
it is redressing mistakes
|
|
|
|
|
it is makeup on a bruise
|
|
|
|
|
|
|
|
|
|
the clouds in the sky
|
|
|
|
|
discussing about the weather forecast
|
|
|
|
|
when you dont know what else to say
|
|
|
|
|
and the silence weighs heavy on all of us
|
|
|
|
|
absence of words is loud
|
|
|
|
|
it is redressing mistakes
|
|
|
|
|
it was somebody else s fault
|
|
|
|
|
|
|
|
|
|
the clouds in the sky
|
|
|
|
|
discussing about the weather forecast
|
|
|
|
|
when you dont know what else to say
|
|
|
|
|
and the silence weighs heavy on all of us
|
|
|
|
|
it feels awkward again
|
|
|
|
|
|
|
|
|
|
the clouds in the sky
|
|
|
|
|
discussing about the weather forecast
|
|
|
|
|
when you dont know what else to say
|
|
|
|
|
and the silence weighs heavy on all of us
|
|
|
|
|
there is an elephant in the room
|
|
|
|
|
|
|
|
|
|
the clouds in the sky
|
|
|
|
|
would they continue their travels
|
|
|
|
|
|
|
|
|
|
the clouds in the sky
|
|
|
|
|
would they move on
|
|
|
|
|
|
|
|
|
|
$contrib
|
|
|
|
|
|
|
|
|
|
[[→ Visit another nest|re-enter]]
|
|
|
|
|
[[→ Go home|home]]</tw-passagedata><tw-passagedata pid="7" name="listen" tags="" position="750,350" size="100,100">[[SI#18|home]] > Listen
|
|
|
|
|
|
|
|
|
|
!If we censor art what is left to discuss?
|
|
|
|
|
|
|
|
|
|
__If we censor art what is left to discuss__: the reasons, the motivations behind the censorship of art perhaps. Or would that also be censored? Something like the liar's paradox as mentioned by Dennis the Pillow in Everything is Alive. Is censorship openly discussed when censorship is also taking place? Can censorship be discuss simultaneously while it is happening? "I am lying" says the liar. Would censored art be censored to discuss? A motivation to rename, rebrand, re-contextualise. Be under the radar, under-scrutinized in opposition to overanalysed.
|
|
|
|
|
If we understand art what is left to discuss? In a book I am currently reading, Weight of the Earth The Tape Journals of David Wojnarowicz, I read the following: "I liked that things carry the possibility for unlimited interpretations." Oh how I like this image. Oh how I rediscover this thought I've had at many occasions: that of a text with million of stories. Well, each set of eyes has a different rhythm, a singular attention span, personal assumptions of certain words and sentences and definitions; some might skip over a sentence, some letters, misconstruct a narration or a structure... so many variables depending of the reader. These different circumstances put together, leave the text to interpretation, leave the "things" with "the possibility for unlimited interpretations."
|
|
|
|
|
If we misunderstand art what is left to discuss? I am 126 pages into the book and for the first time I smile and fold the bottom of the page, underline this sentence as not to forget its placement. Not that I didn't enjoy the book until that moment, but there is something in this sentence I recognised. Something I wanted to mark down, as to acknowledge it and be able to come back to it at any given moment. Not to censor, rather to underline.
|
|
|
|
|
What is left to discuss? The ones that I stroke out. I left them out, for they are too concrete.
|
|
|
|
|
Does it trigger your curiosity? If it beeps, does it trigger your imagination? If it is highlighted, is there any way you would not read it? Probably your eyes would roll back over, again and again. Like marbles, sliding towards the highlighted sentences. Like magnets, drawn to their opposites: a fluorescent body, so unnatural to our eyes that they are not to be missed. Impossible to ignore, a coloured scream.
|
|
|
|
|
If we underline censorship what is left to art? The questions above triggered me to overlap the acts of highlighting and censoring and deleting. During the Japanese Colonial Period in Korea and from the 60s to the 80s during the military government, a lot of newspapers were censored, published as blank blocks or with blackened lines, a colourless shout. Highlighting and deleting texts within the line are the same movements. They offer different outcomes, with different intentions. To highlight becomes a form of militantism, to delete presents a twisted kind of activism. A space to enhance words, another to strike absence.
|
|
|
|
|
For now I want to highlight this sentence, "Not to censor, rather to underline".
|
|
|
|
|
|
|
|
|
|
__if we censor art
|
|
|
|
|
what is left to discuss__
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
expression and representation are not the same thing
|
|
|
|
|
|
|
|
|
|
i once had a dream
|
|
|
|
|
|
|
|
|
|
if we censor art
|
|
|
|
|
are we hiding the lies
|
|
|
|
|
|
|
|
|
|
if we censor art
|
|
|
|
|
are we hiding the truth
|
|
|
|
|
|
|
|
|
|
if we censor art
|
|
|
|
|
people will still be tired
|
|
|
|
|
|
|
|
|
|
if we censor art
|
|
|
|
|
what should we talk about
|
|
|
|
|
are we response-able
|
|
|
|
|
|
|
|
|
|
if we censor art
|
|
|
|
|
what should we talk about
|
|
|
|
|
if we censor art
|
|
|
|
|
who will start a conversation
|
|
|
|
|
|
|
|
|
|
if we discuss art
|
|
|
|
|
what is left to censor
|
|
|
|
|
everything starts from within
|
|
|
|
|
|
|
|
|
|
if we discuss art
|
|
|
|
|
where can we start
|
|
|
|
|
from within
|
|
|
|
|
|
|
|
|
|
if we discuss art
|
|
|
|
|
who takes part in that discussion
|
|
|
|
|
and who is left out
|
|
|
|
|
|
|
|
|
|
if we discuss art
|
|
|
|
|
who takes part in that discussion
|
|
|
|
|
free will
|
|
|
|
|
but in a relational way
|
|
|
|
|
but with certain limitations
|
|
|
|
|
|
|
|
|
|
if we discuss art
|
|
|
|
|
who takes part in that discussion
|
|
|
|
|
free will
|
|
|
|
|
can be abusive and oppressive
|
|
|
|
|
and cynical
|
|
|
|
|
when it makes everything relative
|
|
|
|
|
is there freedom to un-be
|
|
|
|
|
|
|
|
|
|
if we discuss art
|
|
|
|
|
who takes part in that discussion
|
|
|
|
|
free will
|
|
|
|
|
of being dust accumulated on archived folders
|
|
|
|
|
of being the expression of denied evidences
|
|
|
|
|
|
|
|
|
|
if we discuss art
|
|
|
|
|
who takes part in that discussion
|
|
|
|
|
social pressure
|
|
|
|
|
does it have a voice
|
|
|
|
|
or is it polyphonic
|
|
|
|
|
|
|
|
|
|
if we discuss art
|
|
|
|
|
who takes part in that discussion
|
|
|
|
|
social pressure
|
|
|
|
|
is something you cannot escape from
|
|
|
|
|
|
|
|
|
|
if we discuss art
|
|
|
|
|
who takes part in that discussion
|
|
|
|
|
the prosecutor
|
|
|
|
|
cannot have the loudest voice
|
|
|
|
|
the prosecutor
|
|
|
|
|
has left the room
|
|
|
|
|
the public opinion
|
|
|
|
|
has agency
|
|
|
|
|
the public opinion
|
|
|
|
|
has left the room
|
|
|
|
|
|
|
|
|
|
if we discuss art
|
|
|
|
|
who takes part in that discussion
|
|
|
|
|
the victim
|
|
|
|
|
is not alone
|
|
|
|
|
the victim
|
|
|
|
|
wants to speak
|
|
|
|
|
the victim
|
|
|
|
|
was forgotten
|
|
|
|
|
|
|
|
|
|
if we discuss art
|
|
|
|
|
will you be able to sleep
|
|
|
|
|
|
|
|
|
|
if we discuss art
|
|
|
|
|
would you censor anything at all
|
|
|
|
|
above
|
|
|
|
|
the ground
|
|
|
|
|
and below the sky
|
|
|
|
|
|
|
|
|
|
if we discuss art
|
|
|
|
|
would you censor anything at all
|
|
|
|
|
below
|
|
|
|
|
the surface
|
|
|
|
|
|
|
|
|
|
if we discuss art
|
|
|
|
|
would you censor anything at all
|
|
|
|
|
i dont compromise with censorship
|
|
|
|
|
|
|
|
|
|
if we discuss art
|
|
|
|
|
would you censor anything at all
|
|
|
|
|
if the words are not enough
|
|
|
|
|
the artwork must speak for itself
|
|
|
|
|
|
|
|
|
|
if we discuss art
|
|
|
|
|
would you censor anything at all
|
|
|
|
|
if the words are not enough
|
|
|
|
|
to censor
|
|
|
|
|
if a gesture is not enough
|
|
|
|
|
if the words are not enough
|
|
|
|
|
to censor
|
|
|
|
|
what gesture is the next step
|
|
|
|
|
|
|
|
|
|
if we discuss art
|
|
|
|
|
would you censor anything at all
|
|
|
|
|
something that hurts you
|
|
|
|
|
can hurt somebody else
|
|
|
|
|
|
|
|
|
|
if we discuss art
|
|
|
|
|
would you censor anything at all
|
|
|
|
|
something that hurts you
|
|
|
|
|
grows bigger and bigger
|
|
|
|
|
|
|
|
|
|
if we discuss art
|
|
|
|
|
would you censor anything at all
|
|
|
|
|
something that hurts you
|
|
|
|
|
is something that cuts you off
|
|
|
|
|
|
|
|
|
|
if we discuss art
|
|
|
|
|
would you censor anything at all
|
|
|
|
|
to hide painful truths
|
|
|
|
|
a painless truth is a lie
|
|
|
|
|
|
|
|
|
|
if we discuss art
|
|
|
|
|
would you censor anything at all
|
|
|
|
|
to prevent damage
|
|
|
|
|
|
|
|
|
|
if we discuss art
|
|
|
|
|
would you censor anything at all
|
|
|
|
|
to protect someone you love
|
|
|
|
|
i dont know
|
|
|
|
|
|
|
|
|
|
if we discuss art
|
|
|
|
|
would you censor anything at all
|
|
|
|
|
to protect someone you love
|
|
|
|
|
then what is your protection about
|
|
|
|
|
|
|
|
|
|
if we discuss art
|
|
|
|
|
would you censor anything at all
|
|
|
|
|
within
|
|
|
|
|
i would smuggle a glimpse of truth
|
|
|
|
|
|
|
|
|
|
if we discuss art
|
|
|
|
|
would you censor anything at all
|
|
|
|
|
within
|
|
|
|
|
this entangled world
|
|
|
|
|
|
|
|
|
|
if we discuss art
|
|
|
|
|
would you censor art
|
|
|
|
|
and what is art then
|
|
|
|
|
|
|
|
|
|
if we discuss censorship
|
|
|
|
|
who is allowed to speak
|
|
|
|
|
and who has been silenced
|
|
|
|
|
|
|
|
|
|
shall we pretend nothing happened
|
|
|
|
|
shall we have a coffee one of these days
|
|
|
|
|
|
|
|
|
|
shall we pretend nothing happened
|
|
|
|
|
wait did you get a new haircut
|
|
|
|
|
|
|
|
|
|
shall we pretend nothing happened
|
|
|
|
|
what did you have for dinner
|
|
|
|
|
|
|
|
|
|
shall we pretend nothing happened
|
|
|
|
|
what is your star sign
|
|
|
|
|
|
|
|
|
|
the clouds in the sky
|
|
|
|
|
discussing about the weather forecast
|
|
|
|
|
awkwardly
|
|
|
|
|
in the spotlight
|
|
|
|
|
|
|
|
|
|
the clouds in the sky
|
|
|
|
|
discussing about the weather forecast
|
|
|
|
|
awkwardly
|
|
|
|
|
intertwined and dependent
|
|
|
|
|
|
|
|
|
|
the clouds in the sky
|
|
|
|
|
discussing about the weather forecast
|
|
|
|
|
surprisingly
|
|
|
|
|
aware of what they leave behind
|
|
|
|
|
|
|
|
|
|
the clouds in the sky
|
|
|
|
|
discussing about the weather forecast
|
|
|
|
|
when you cannot speak of anything else
|
|
|
|
|
because there are no words
|
|
|
|
|
the conversation ends
|
|
|
|
|
silence around you makes you think
|
|
|
|
|
|
|
|
|
|
the clouds in the sky
|
|
|
|
|
discussing about the weather forecast
|
|
|
|
|
when you cannot speak of anything else
|
|
|
|
|
because there are no words
|
|
|
|
|
this is where it starts
|
|
|
|
|
|
|
|
|
|
the clouds in the sky
|
|
|
|
|
discussing about the weather forecast
|
|
|
|
|
when you cannot speak of anything else
|
|
|
|
|
dont be afraid
|
|
|
|
|
to call it proscription
|
|
|
|
|
|
|
|
|
|
the clouds in the sky
|
|
|
|
|
discussing about the weather forecast
|
|
|
|
|
when you cannot speak of anything else
|
|
|
|
|
what is left to say
|
|
|
|
|
|
|
|
|
|
the clouds in the sky
|
|
|
|
|
discussing about the weather forecast
|
|
|
|
|
when you dont know what else to say
|
|
|
|
|
and the silence weighs heavy on all of us
|
|
|
|
|
absence of words is loud
|
|
|
|
|
and there is no understanding
|
|
|
|
|
of the why
|
|
|
|
|
|
|
|
|
|
the clouds in the sky
|
|
|
|
|
discussing about the weather forecast
|
|
|
|
|
when you dont know what else to say
|
|
|
|
|
and the silence weighs heavy on all of us
|
|
|
|
|
absence of words is loud
|
|
|
|
|
because something is being forgotten
|
|
|
|
|
|
|
|
|
|
the clouds in the sky
|
|
|
|
|
discussing about the weather forecast
|
|
|
|
|
when you dont know what else to say
|
|
|
|
|
and the silence weighs heavy on all of us
|
|
|
|
|
absence of words is loud
|
|
|
|
|
it is a black mark
|
|
|
|
|
|
|
|
|
|
the clouds in the sky
|
|
|
|
|
discussing about the weather forecast
|
|
|
|
|
when you dont know what else to say
|
|
|
|
|
and the silence weighs heavy on all of us
|
|
|
|
|
absence of words is loud
|
|
|
|
|
it is a ripped off corner
|
|
|
|
|
|
|
|
|
|
the clouds in the sky
|
|
|
|
|
discussing about the weather forecast
|
|
|
|
|
when you dont know what else to say
|
|
|
|
|
and the silence weighs heavy on all of us
|
|
|
|
|
absence of words is loud
|
|
|
|
|
it is redressing mistakes
|
|
|
|
|
it is makeup on a bruise
|
|
|
|
|
|
|
|
|
|
the clouds in the sky
|
|
|
|
|
discussing about the weather forecast
|
|
|
|
|
when you dont know what else to say
|
|
|
|
|
and the silence weighs heavy on all of us
|
|
|
|
|
absence of words is loud
|
|
|
|
|
it is redressing mistakes
|
|
|
|
|
it was somebody else s fault
|
|
|
|
|
|
|
|
|
|
the clouds in the sky
|
|
|
|
|
discussing about the weather forecast
|
|
|
|
|
when you dont know what else to say
|
|
|
|
|
and the silence weighs heavy on all of us
|
|
|
|
|
it feels awkward again
|
|
|
|
|
|
|
|
|
|
the clouds in the sky
|
|
|
|
|
discussing about the weather forecast
|
|
|
|
|
when you dont know what else to say
|
|
|
|
|
and the silence weighs heavy on all of us
|
|
|
|
|
there is an elephant in the room
|
|
|
|
|
|
|
|
|
|
the clouds in the sky
|
|
|
|
|
would they continue their travels
|
|
|
|
|
|
|
|
|
|
the clouds in the sky
|
|
|
|
|
would they move on
|
|
|
|
|
|
|
|
|
|
If we censor art what is left to discuss?
|
|
|
|
|
|
|
|
|
|
but
|
|
|
|
|
|
|
|
|
|
what is right not to say
|
|
|
|
|
not to explore
|
|
|
|
|
not to research
|
|
|
|
|
not to investigate
|
|
|
|
|
not to disturb
|
|
|
|
|
not to move
|
|
|
|
|
not to play around with
|
|
|
|
|
not to harm
|
|
|
|
|
not to modify
|
|
|
|
|
not to evolve
|
|
|
|
|
not to question
|
|
|
|
|
|
|
|
|
|
what is right not to issue
|
|
|
|
|
not to challenge
|
|
|
|
|
not to interrogate
|
|
|
|
|
not to query
|
|
|
|
|
|
|
|
|
|
what is right not to intrude
|
|
|
|
|
or not to invade
|
|
|
|
|
|
|
|
|
|
what is right not to mess
|
|
|
|
|
not to change
|
|
|
|
|
not to develop
|
|
|
|
|
not to analyze
|
|
|
|
|
not to evaluate
|
|
|
|
|
not to violate
|
|
|
|
|
not to bother
|
|
|
|
|
nor to bore
|
|
|
|
|
or to trouble
|
|
|
|
|
|
|
|
|
|
what is right not to analyze
|
|
|
|
|
not to consult
|
|
|
|
|
not to explore
|
|
|
|
|
not to investigate
|
|
|
|
|
not to probe
|
|
|
|
|
not to estimate
|
|
|
|
|
not to look into
|
|
|
|
|
|
|
|
|
|
not to care for
|
|
|
|
|
not to look for
|
|
|
|
|
what is right not to see
|
|
|
|
|
what is right not to choose
|
|
|
|
|
nor to pick
|
|
|
|
|
to want
|
|
|
|
|
to hear
|
|
|
|
|
nor to feel
|
|
|
|
|
|
|
|
|
|
what is right
|
|
|
|
|
not to deal with
|
|
|
|
|
not to stand for
|
|
|
|
|
nor to evoke
|
|
|
|
|
|
|
|
|
|
what is right
|
|
|
|
|
not to reflect on
|
|
|
|
|
not to think of
|
|
|
|
|
not to consider
|
|
|
|
|
not to remember
|
|
|
|
|
not to believe in
|
|
|
|
|
not to mention
|
|
|
|
|
|
|
|
|
|
what is right
|
|
|
|
|
not to understand
|
|
|
|
|
not to absorb
|
|
|
|
|
not to take over
|
|
|
|
|
not to control
|
|
|
|
|
nor to check
|
|
|
|
|
|
|
|
|
|
what is right not to collect
|
|
|
|
|
not to correct
|
|
|
|
|
nor to connect
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
what is right not to rush
|
|
|
|
|
what is right not to flash
|
|
|
|
|
not to smash
|
|
|
|
|
|
|
|
|
|
not to destroy
|
|
|
|
|
not to crash
|
|
|
|
|
|
|
|
|
|
what is right not to press
|
|
|
|
|
what i right not to compress
|
|
|
|
|
not to oppress
|
|
|
|
|
|
|
|
|
|
what is right
|
|
|
|
|
not to collection
|
|
|
|
|
not to exhibit
|
|
|
|
|
not to display
|
|
|
|
|
not to visualise
|
|
|
|
|
nor to admire
|
|
|
|
|
what is right not to
|
|
|
|
|
not to confess
|
|
|
|
|
not to say
|
|
|
|
|
not to convey
|
|
|
|
|
|
|
|
|
|
what is right not to illustrate
|
|
|
|
|
what not to diffract
|
|
|
|
|
not to diffuse
|
|
|
|
|
neither to share
|
|
|
|
|
|
|
|
|
|
what is right not to play with
|
|
|
|
|
not to start with
|
|
|
|
|
not to end with
|
|
|
|
|
not to
|
|
|
|
|
|
|
|
|
|
but
|
|
|
|
|
|
|
|
|
|
supi:
|
|
|
|
|
__if we censor art what is left to discuss__?
|
|
|
|
|
|
|
|
|
|
al:
|
|
|
|
|
what does art mean to us?
|
|
|
|
|
|
|
|
|
|
supi:
|
|
|
|
|
A calling
|
|
|
|
|
A gut feeling you can’t ignore
|
|
|
|
|
(For lack of a better word) a labor of love
|
|
|
|
|
A cryptic yet decipherable language
|
|
|
|
|
A way to say something without actually saying it (some things can’t be expressed through just words)
|
|
|
|
|
|
|
|
|
|
al:
|
|
|
|
|
the way I can address and express my most pressing thoughts and feelings
|
|
|
|
|
the way I can address a topic that I am passionate about
|
|
|
|
|
|
|
|
|
|
supi:
|
|
|
|
|
art as a mode of address...is there always an addressee? sometimes i feel like i'm expressing into a void..
|
|
|
|
|
|
|
|
|
|
al:
|
|
|
|
|
do you ever feel uncomfortable to share what you have created?
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
supi:
|
|
|
|
|
sometimes, when something still feels half-baked or isn’t yet in a digestible state. But at the same time, this uncomfortable feeling is part of the process, and accepting and going along with it can take you to unexpected and even more interesting places.
|
|
|
|
|
|
|
|
|
|
al:
|
|
|
|
|
when I doubt myself; sometimes I fear what people will think about it. Perhaps I am afraid of harsh critique or feeling that my work is a joke. Sometimes I don't believe my work is good enough. Sometimes I feel I will be misunderstood. Or whatever I do doesn't matter at all.
|
|
|
|
|
|
|
|
|
|
supi:
|
|
|
|
|
does the environment you’re in shape your practice/creation process?
|
|
|
|
|
|
|
|
|
|
al:
|
|
|
|
|
all the time. I am so easy to be influenced by things happening around me. I think I am quite sensitive. I observe and feel things and then I need to digest them and get them out of my system.
|
|
|
|
|
|
|
|
|
|
supi:
|
|
|
|
|
i can relate. it can also be difficult when you're trying to go with the motions and haven't properly digested some things yet / are still in the marinating process.
|
|
|
|
|
|
|
|
|
|
al:
|
|
|
|
|
when I am forced to create after a quick snack, I feel like the outcome is not really solid. I need more time to process the things before I am able to reflect and turn them into something valuable. But then, when I know what I want to do, I can do it really fast.
|
|
|
|
|
|
|
|
|
|
supi:
|
|
|
|
|
what do you (or would like to) refrain from in your artistic practice?
|
|
|
|
|
|
|
|
|
|
al:
|
|
|
|
|
fear and holding myself back. Easier said than done though.
|
|
|
|
|
|
|
|
|
|
supi:
|
|
|
|
|
but this push and pull is also where growth happens :)
|
|
|
|
|
|
|
|
|
|
al:
|
|
|
|
|
we're growing up all the time :D
|
|
|
|
|
|
|
|
|
|
supi:
|
|
|
|
|
is there a common refrain in your creations? An uncommon one you’d like to see more of or experiment with? for me i feel like there is or is taking shape but hasn't quite crystallized yet..
|
|
|
|
|
|
|
|
|
|
al:
|
|
|
|
|
I feel like my music is always in different genres. I am constantly trying out new things and aesthetics but then a lot of people still say they recognise my "voice". I guess, the refrain is me. I am looking for one that I can see, but it is actually the one other people see, that matters.
|
|
|
|
|
|
|
|
|
|
supi:
|
|
|
|
|
...what is left to discuss?
|
|
|
|
|
|
|
|
|
|
Mi(tsa)
|
|
|
|
|
|
|
|
|
|
And I guess I am not the most qualified to talk
|
|
|
|
|
and perhaps that is my undoing's core
|
|
|
|
|
I can think of big, scary events that make us gather in the streets
|
|
|
|
|
or in white naked squares helpless to the gaze
|
|
|
|
|
designed for great speeches, markets and parades
|
|
|
|
|
for the troops, the students, the peaceful and the free
|
|
|
|
|
citizens that pace for individual growth and change
|
|
|
|
|
thorougly wash their hands and clean their face
|
|
|
|
|
and tho I liked your passion for our common democratic state
|
|
|
|
|
I can't but see the lines that orient and those that erase
|
|
|
|
|
|
|
|
|
|
what is censorship?
|
|
|
|
|
|
|
|
|
|
The state that in one evening shuts the public media station
|
|
|
|
|
that used to serve the unified nation while it shouldn't
|
|
|
|
|
that station that has been framing illegal the migration
|
|
|
|
|
and talks about terrorists and lazy and unskilled
|
|
|
|
|
the official fines for gay kisses on prime tv
|
|
|
|
|
the thankful tollerance as long as we're unseen
|
|
|
|
|
the murder of the sick body in the middle of the day
|
|
|
|
|
in the heart of the center by the presence of the crowd
|
|
|
|
|
by the aknowledged and the accepted and the normal
|
|
|
|
|
whose violence sets who is normal and abnormal
|
|
|
|
|
|
|
|
|
|
what is censorship?
|
|
|
|
|
|
|
|
|
|
The idea that I am someone else rather than me
|
|
|
|
|
|
|
|
|
|
_____________________________________________________________________________
|
|
|
|
|
|
|
|
|
|
Mi(ri)
|
|
|
|
|
|
|
|
|
|
I have been doing this since years
|
|
|
|
|
And I find it funny
|
|
|
|
|
That after a show
|
|
|
|
|
people come up to me and thank me
|
|
|
|
|
for making them feel something
|
|
|
|
|
and I ask myself if that is what we’re doing here
|
|
|
|
|
Artists make people feel something
|
|
|
|
|
|
|
|
|
|
Every once in a while
|
|
|
|
|
They come up to me with a smile
|
|
|
|
|
Big grin, gratified, happy eyes
|
|
|
|
|
Taken by surprise? Jokes aside
|
|
|
|
|
Leaving some words of gratitude
|
|
|
|
|
They really liked my attitude
|
|
|
|
|
Gave them some pleasure in their leisure
|
|
|
|
|
And I can promise, forever
|
|
|
|
|
It’s always worth to spend some money
|
|
|
|
|
On the words leaving my mouth, honey
|
|
|
|
|
I can make you laugh and I can make you cry
|
|
|
|
|
You say you’ve been touched
|
|
|
|
|
I tell you why
|
|
|
|
|
|
|
|
|
|
You call us performers, I call us dealers
|
|
|
|
|
for emotions, you wanna see us
|
|
|
|
|
perform in motion like hyenas
|
|
|
|
|
We are here to fill arenas
|
|
|
|
|
Our stage is a shopping catalog
|
|
|
|
|
You can buy whatever you want
|
|
|
|
|
Everyone is coming by
|
|
|
|
|
to get entertained, to get satisfied
|
|
|
|
|
Tell me your needs, i’m gonna comply
|
|
|
|
|
I can do it all, you’d be surprised
|
|
|
|
|
|
|
|
|
|
This mind’s as deep as your self esteem
|
|
|
|
|
This is why they call me the machine
|
|
|
|
|
I can give you the tears and I can give you the rage
|
|
|
|
|
when I come on stage and the show begins
|
|
|
|
|
Pulling strings like a violin, fueling the souls within
|
|
|
|
|
My ego is a diamond ring
|
|
|
|
|
Scene is set, you’re my marionettes
|
|
|
|
|
I’ll let you feel what you paid for
|
|
|
|
|
meet the machine you were waiting for
|
|
|
|
|
|
|
|
|
|
Our stage is a shopping catalog
|
|
|
|
|
You can buy whatever you want
|
|
|
|
|
Yes, we’re little sluts for attention
|
|
|
|
|
Guess, we’re a bit nuts with intention
|
|
|
|
|
But everyone is coming by
|
|
|
|
|
to get entertained, to get satisfied
|
|
|
|
|
Tell me your needs, we’re gonna comply
|
|
|
|
|
We can do it all, you’d be surprised
|
|
|
|
|
|
|
|
|
|
Culture saves us on a daily basis
|
|
|
|
|
I know enough faces that can make it
|
|
|
|
|
go to my homie, he knows how to phrase it
|
|
|
|
|
when you’re lonely, read his poetry
|
|
|
|
|
My friends making art here, breaking hearts here
|
|
|
|
|
making music that is too sick
|
|
|
|
|
I know painters and entertainers
|
|
|
|
|
and creators and animators
|
|
|
|
|
Forget the haters of labor
|
|
|
|
|
that does the haters a favor
|
|
|
|
|
By giving them the feels everyday
|
|
|
|
|
fulfilling needs here, being low paid
|
|
|
|
|
|
|
|
|
|
Standing ovation in a basement
|
|
|
|
|
big applause, no replacement
|
|
|
|
|
for the big names in the small spaces
|
|
|
|
|
and the small names are never displaced
|
|
|
|
|
People are hungry, they wanna see mommy
|
|
|
|
|
Mommy’s gotta feed them, like a Tsunami
|
|
|
|
|
Gobble the air coming outta my mouth
|
|
|
|
|
I model the sphere, I model the crowd
|
|
|
|
|
You wanna hear my wit and my thoughts
|
|
|
|
|
give me applause, I’m not gonna pause
|
|
|
|
|
Try to stop me, it’s your loss
|
|
|
|
|
__If we tryna censor art,
|
|
|
|
|
what is left to discuss__
|
|
|
|
|
|
|
|
|
|
//Want more?//
|
|
|
|
|
[[→ Expand|expand]]
|
|
|
|
|
[[→ Drag|https://hub.xpub.nl/soupboat/~flem/FIVE_The%20Drag-able/draggable.html]]
|
|
|
|
|
|
|
|
|
|
<<audio five-mix play>></tw-passagedata><tw-passagedata pid="8" name="expand" tags="" position="1525,450" size="100,100">[[SI#18|home]] > Expand
|
|
|
|
|
|
|
|
|
|
!Expand
|
|
|
|
|
!!This is a never-ending collective writing piece after all...
|
|
|
|
|
|
|
|
|
|
[[→ I wanna join|continue]]</tw-passagedata><tw-passagedata pid="9" name="end nest" tags="" position="900,1075" size="100,100">!Thanks for expanding our nests!
|
|
|
|
|
We're still working on where to store these expansions. Check back soon! In the meantime, would you like to
|
|
|
|
|
|
|
|
|
|
[[→ Listen|listen]]
|
|
|
|
|
[[→ Drag|https://hub.xpub.nl/soupboat/~flem/FIVE_The%20Drag-able/draggable.html]]
|
|
|
|
|
[[→ Leave|home]]</tw-passagedata><tw-passagedata pid="10" name="continue" tags="" position="1675,350" size="100,100">[[SI18|home]] > Expand
|
|
|
|
|
|
|
|
|
|
!//Who/what are you?//
|
|
|
|
|
<<textbox "$name" "">>
|
|
|
|
|
[[→ Enter|enter]]</tw-passagedata><tw-passagedata pid="11" name="nest 1" tags="" position="875,700" size="100,100">[[SI#18|home]] > [[Expand|enter]] > Nest 1
|
|
|
|
|
|
|
|
|
|
!//You've arrived at Nest 1//
|
|
|
|
|
!!//Scroll to the bottom of the page to add your text!//
|
|
|
|
|
|
|
|
|
|
__Person A:__
|
|
|
|
|
if we censor art what is left to discuss?
|
|
|
|
|
|
|
|
|
|
__Person B:__
|
|
|
|
|
what does art mean to us?
|
|
|
|
|
|
|
|
|
|
__Person A:__
|
|
|
|
|
A calling
|
|
|
|
|
A gut feeling you can’t ignore
|
|
|
|
|
(For lack of a better word) a labor of love
|
|
|
|
|
A cryptic yet decipherable language
|
|
|
|
|
A way to say something without actually saying it (some things can’t be expressed through just words)
|
|
|
|
|
|
|
|
|
|
__Person B:__
|
|
|
|
|
the way I can address and express my most pressing thoughts and feelings
|
|
|
|
|
the way I can address a topic that I am passionate about
|
|
|
|
|
|
|
|
|
|
__Person A:__
|
|
|
|
|
art as a mode of address...is there always an addressee? sometimes i feel like i'm expressing into a void..
|
|
|
|
|
|
|
|
|
|
__Person B:__
|
|
|
|
|
do you ever feel uncomfortable to share what you have created?
|
|
|
|
|
|
|
|
|
|
__Person A:__
|
|
|
|
|
sometimes, when something still feels half-baked or isn’t yet in a digestible state. But at the same time, this uncomfortable feeling is part of the process, and accepting and going along with it can take you to unexpected and even more interesting places.
|
|
|
|
|
|
|
|
|
|
__Person B:__
|
|
|
|
|
when I doubt myself; sometimes I fear what people will think about it. Perhaps I am afraid of harsh critique or feeling that my work is a joke. Sometimes I don't believe my work is good enough. Sometimes I feel I will be misunderstood. Or whatever I do doesn't matter at all.
|
|
|
|
|
|
|
|
|
|
__Person A:__
|
|
|
|
|
does the environment you’re in shape your practice/creation process?
|
|
|
|
|
|
|
|
|
|
__Person B:__
|
|
|
|
|
all the time. I am so easy to be influenced by things happening around me. I think I am quite sensitive. I observe and feel things and then I need to digest them and get them out of my system.
|
|
|
|
|
|
|
|
|
|
__Person A:__
|
|
|
|
|
i can relate. it can also be difficult when you're trying to go with the motions and haven't properly digested some things yet / are still in the marinating process.
|
|
|
|
|
|
|
|
|
|
__Person B:__
|
|
|
|
|
when I am forced to create after a quick snack, I feel like the outcome is not really solid. I need more time to process the things before I am able to reflect and turn them into something valuable. But then, when I know what I want to do, I can do it really fast.
|
|
|
|
|
|
|
|
|
|
__Person A:__
|
|
|
|
|
what do you (or would like to) refrain from in your artistic practice?
|
|
|
|
|
|
|
|
|
|
__Person B:__
|
|
|
|
|
fear and holding myself back. Easier said than done though.
|
|
|
|
|
|
|
|
|
|
__Person A:__
|
|
|
|
|
but this push and pull is also where growth happens :)
|
|
|
|
|
|
|
|
|
|
__Person B:__
|
|
|
|
|
we're growing up all the time :D
|
|
|
|
|
|
|
|
|
|
__Person A:__
|
|
|
|
|
is there a common refrain in your creations? An uncommon one you’d like to see more of or experiment with? for me i feel like there is or is taking shape but hasn't quite crystallized yet..
|
|
|
|
|
|
|
|
|
|
__Person B:__
|
|
|
|
|
I feel like my music is always in different genres. I am constantly trying out new things and aesthetics but then a lot of people still say they recognise my "voice". I guess, the refrain is me. I am looking for one that I can see, but it is actually the one other people see, that matters.
|
|
|
|
|
|
|
|
|
|
__Person A:__
|
|
|
|
|
...what is left to discuss?
|
|
|
|
|
|
|
|
|
|
__$name:__
|
|
|
|
|
<<textbox "$contrib" "">>
|
|
|
|
|
[[→ Add|nest 1 submit]]
|
|
|
|
|
[[→ I prefer another nest|re-enter]]</tw-passagedata><tw-passagedata pid="12" name="nest 2" tags="" position="1075,700" size="100,100">[[SI#18|home]] > [[Expand|enter]] > Nest 2
|
|
|
|
|
|
|
|
|
|
!//You've arrived at Nest 2//
|
|
|
|
|
!!//Scroll to the bottom of the page to add your text!//
|
|
|
|
|
|
|
|
|
|
If we censor art what is left to discuss: the reasons, the motivations behind the censorship of art perhaps. Or would that also be censored? Something like the liar's paradox as mentioned by Dennis the Pillow in Everything is Alive. Is censorship openly discussed when censorship is also taking place? Can censorship be discuss simultaneously while it is happening? "I am lying" says the liar. Would censored art be censored to discuss? A motivation to rename, rebrand, re-contextualise. Be under the radar, under-scrutinized in opposition to overanalysed.
|
|
|
|
|
If we understand art what is left to discuss? In a book I am currently reading, Weight of the Earth The Tape Journals of David Wojnarowicz, I read the following: "I liked that things carry the possibility for unlimited interpretations." Oh how I like this image. Oh how I rediscover this thought I've had at many occasions: that of a text with million of stories. Well, each set of eyes has a different rhythm, a singular attention span, personal assumptions of certain words and sentences and definitions; some might skip over a sentence, some letters, misconstruct a narration or a structure... so many variables depending of the reader. These different circumstances put together, leave the text to interpretation, leave the "things" with "the possibility for unlimited interpretations."
|
|
|
|
|
If we misunderstand art what is left to discuss? I am 126 pages into the book and for the first time I smile and fold the bottom of the page, underline this sentence as not to forget its placement. Not that I didn't enjoy the book until that moment, but there is something in this sentence I recognised. Something I wanted to mark down, as to acknowledge it and be able to come back to it at any given moment. Not to censor, rather to underline. What is left to discuss? The ones that I stroke out. I left them out, for they are too concrete.
|
|
|
|
|
Does it trigger your curiosity? If it beeps, does it trigger your imagination? If it is highlighted, is there any way you would not read it? Probably your eyes would roll back over, again and again. Like marbles, sliding towards the highlighted sentences. Like magnets, drawn to their opposites: a fluorescent body, so unnatural to our eyes that they are not to be missed. Impossible to ignore, a coloured scream.
|
|
|
|
|
If we underline censorship what is left to art? The questions above triggered me to overlap the acts of highlighting and censoring and deleting. During the Japanese Colonial Period in Korea and from the 60s to the 80s during the military government, a lot of newspapers were censored, published as blank blocks or with blackened lines, a colourless shout. Highlighting and deleting texts within the line are the same movements. They offer different outcomes, with different intentions. To highlight becomes a form of militantism, to delete presents a twisted kind of activism. A space to enhance words, another to strike absence.
|
|
|
|
|
For now I want to highlight this sentence, "Not to censor, rather to underline".
|
|
|
|
|
|
|
|
|
|
<<textbox "$contrib" "">>
|
|
|
|
|
[[→ Add|nest 2 submit]]
|
|
|
|
|
[[→ I prefer another nest|re-enter]]
|
|
|
|
|
</tw-passagedata><tw-passagedata pid="13" name="nest 3" tags="" position="1275,700" size="100,100">[[SI#18|home]] > [[Expand|enter]] > Nest 3
|
|
|
|
|
|
|
|
|
|
!//You've arrived at Nest 3//
|
|
|
|
|
!!//Scroll to the bottom of the page to add your text!//
|
|
|
|
|
|
|
|
|
|
if we censor art
|
|
|
|
|
what is left to discuss
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
expression and representation are not the same thing
|
|
|
|
|
|
|
|
|
|
i once had a dream
|
|
|
|
|
|
|
|
|
|
if we censor art
|
|
|
|
|
are we hiding the lies
|
|
|
|
|
|
|
|
|
|
if we censor art
|
|
|
|
|
are we hiding the truth
|
|
|
|
|
|
|
|
|
|
if we censor art
|
|
|
|
|
people will still be tired
|
|
|
|
|
|
|
|
|
|
if we censor art
|
|
|
|
|
what should we talk about
|
|
|
|
|
are we response-able
|
|
|
|
|
|
|
|
|
|
if we censor art
|
|
|
|
|
what should we talk about
|
|
|
|
|
if we censor art
|
|
|
|
|
who will start a conversation
|
|
|
|
|
|
|
|
|
|
if we discuss art
|
|
|
|
|
what is left to censor
|
|
|
|
|
everything starts from within
|
|
|
|
|
|
|
|
|
|
if we discuss art
|
|
|
|
|
where can we start
|
|
|
|
|
from within
|
|
|
|
|
|
|
|
|
|
if we discuss art
|
|
|
|
|
who takes part in that discussion
|
|
|
|
|
and who is left out
|
|
|
|
|
|
|
|
|
|
if we discuss art
|
|
|
|
|
who takes part in that discussion
|
|
|
|
|
free will
|
|
|
|
|
but in a relational way
|
|
|
|
|
but with certain limitations
|
|
|
|
|
|
|
|
|
|
if we discuss art
|
|
|
|
|
who takes part in that discussion
|
|
|
|
|
free will
|
|
|
|
|
can be abusive and oppressive
|
|
|
|
|
and cynical
|
|
|
|
|
when it makes everything relative
|
|
|
|
|
is there freedom to un-be
|
|
|
|
|
|
|
|
|
|
if we discuss art
|
|
|
|
|
who takes part in that discussion
|
|
|
|
|
free will
|
|
|
|
|
of being dust accumulated on archived folders
|
|
|
|
|
of being the expression of denied evidences
|
|
|
|
|
|
|
|
|
|
if we discuss art
|
|
|
|
|
who takes part in that discussion
|
|
|
|
|
social pressure
|
|
|
|
|
does it have a voice
|
|
|
|
|
or is it polyphonic
|
|
|
|
|
|
|
|
|
|
if we discuss art
|
|
|
|
|
who takes part in that discussion
|
|
|
|
|
social pressure
|
|
|
|
|
is something you cannot escape from
|
|
|
|
|
|
|
|
|
|
if we discuss art
|
|
|
|
|
who takes part in that discussion
|
|
|
|
|
the prosecutor
|
|
|
|
|
cannot have the loudest voice
|
|
|
|
|
the prosecutor
|
|
|
|
|
has left the room
|
|
|
|
|
the public opinion
|
|
|
|
|
has agency
|
|
|
|
|
the public opinion
|
|
|
|
|
has left the room
|
|
|
|
|
|
|
|
|
|
if we discuss art
|
|
|
|
|
who takes part in that discussion
|
|
|
|
|
the victim
|
|
|
|
|
is not alone
|
|
|
|
|
the victim
|
|
|
|
|
wants to speak
|
|
|
|
|
the victim
|
|
|
|
|
was forgotten
|
|
|
|
|
|
|
|
|
|
if we discuss art
|
|
|
|
|
will you be able to sleep
|
|
|
|
|
|
|
|
|
|
if we discuss art
|
|
|
|
|
would you censor anything at all
|
|
|
|
|
above
|
|
|
|
|
the ground
|
|
|
|
|
and below the sky
|
|
|
|
|
|
|
|
|
|
if we discuss art
|
|
|
|
|
would you censor anything at all
|
|
|
|
|
below
|
|
|
|
|
the surface
|
|
|
|
|
|
|
|
|
|
if we discuss art
|
|
|
|
|
would you censor anything at all
|
|
|
|
|
i dont compromise with censorship
|
|
|
|
|
|
|
|
|
|
if we discuss art
|
|
|
|
|
would you censor anything at all
|
|
|
|
|
if the words are not enough
|
|
|
|
|
the artwork must speak for itself
|
|
|
|
|
|
|
|
|
|
if we discuss art
|
|
|
|
|
would you censor anything at all
|
|
|
|
|
if the words are not enough
|
|
|
|
|
to censor
|
|
|
|
|
if a gesture is not enough
|
|
|
|
|
if the words are not enough
|
|
|
|
|
to censor
|
|
|
|
|
what gesture is the next step
|
|
|
|
|
|
|
|
|
|
if we discuss art
|
|
|
|
|
would you censor anything at all
|
|
|
|
|
something that hurts you
|
|
|
|
|
can hurt somebody else
|
|
|
|
|
|
|
|
|
|
if we discuss art
|
|
|
|
|
would you censor anything at all
|
|
|
|
|
something that hurts you
|
|
|
|
|
grows bigger and bigger
|
|
|
|
|
|
|
|
|
|
if we discuss art
|
|
|
|
|
would you censor anything at all
|
|
|
|
|
something that hurts you
|
|
|
|
|
is something that cuts you off
|
|
|
|
|
|
|
|
|
|
if we discuss art
|
|
|
|
|
would you censor anything at all
|
|
|
|
|
to hide painful truths
|
|
|
|
|
a painless truth is a lie
|
|
|
|
|
|
|
|
|
|
if we discuss art
|
|
|
|
|
would you censor anything at all
|
|
|
|
|
to prevent damage
|
|
|
|
|
|
|
|
|
|
if we discuss art
|
|
|
|
|
would you censor anything at all
|
|
|
|
|
to protect someone you love
|
|
|
|
|
i dont know
|
|
|
|
|
|
|
|
|
|
if we discuss art
|
|
|
|
|
would you censor anything at all
|
|
|
|
|
to protect someone you love
|
|
|
|
|
then what is your protection about
|
|
|
|
|
|
|
|
|
|
if we discuss art
|
|
|
|
|
would you censor anything at all
|
|
|
|
|
within
|
|
|
|
|
i would smuggle a glimpse of truth
|
|
|
|
|
|
|
|
|
|
if we discuss art
|
|
|
|
|
would you censor anything at all
|
|
|
|
|
within
|
|
|
|
|
this entangled world
|
|
|
|
|
|
|
|
|
|
if we discuss art
|
|
|
|
|
would you censor art
|
|
|
|
|
and what is art then
|
|
|
|
|
|
|
|
|
|
if we discuss censorship
|
|
|
|
|
who is allowed to speak
|
|
|
|
|
and who has been silenced
|
|
|
|
|
|
|
|
|
|
shall we pretend nothing happened
|
|
|
|
|
shall we have a coffee one of these days
|
|
|
|
|
|
|
|
|
|
shall we pretend nothing happened
|
|
|
|
|
wait did you get a new haircut
|
|
|
|
|
|
|
|
|
|
shall we pretend nothing happened
|
|
|
|
|
what did you have for dinner
|
|
|
|
|
|
|
|
|
|
shall we pretend nothing happened
|
|
|
|
|
what is your star sign
|
|
|
|
|
|
|
|
|
|
the clouds in the sky
|
|
|
|
|
discussing about the weather forecast
|
|
|
|
|
awkwardly
|
|
|
|
|
in the spotlight
|
|
|
|
|
|
|
|
|
|
the clouds in the sky
|
|
|
|
|
discussing about the weather forecast
|
|
|
|
|
awkwardly
|
|
|
|
|
intertwined and dependent
|
|
|
|
|
|
|
|
|
|
the clouds in the sky
|
|
|
|
|
discussing about the weather forecast
|
|
|
|
|
surprisingly
|
|
|
|
|
aware of what they leave behind
|
|
|
|
|
|
|
|
|
|
the clouds in the sky
|
|
|
|
|
discussing about the weather forecast
|
|
|
|
|
when you cannot speak of anything else
|
|
|
|
|
because there are no words
|
|
|
|
|
the conversation ends
|
|
|
|
|
silence around you makes you think
|
|
|
|
|
|
|
|
|
|
the clouds in the sky
|
|
|
|
|
discussing about the weather forecast
|
|
|
|
|
when you cannot speak of anything else
|
|
|
|
|
because there are no words
|
|
|
|
|
this is where it starts
|
|
|
|
|
|
|
|
|
|
the clouds in the sky
|
|
|
|
|
discussing about the weather forecast
|
|
|
|
|
when you cannot speak of anything else
|
|
|
|
|
dont be afraid
|
|
|
|
|
to call it proscription
|
|
|
|
|
|
|
|
|
|
the clouds in the sky
|
|
|
|
|
discussing about the weather forecast
|
|
|
|
|
when you cannot speak of anything else
|
|
|
|
|
what is left to say
|
|
|
|
|
|
|
|
|
|
the clouds in the sky
|
|
|
|
|
discussing about the weather forecast
|
|
|
|
|
when you dont know what else to say
|
|
|
|
|
and the silence weighs heavy on all of us
|
|
|
|
|
absence of words is loud
|
|
|
|
|
and there is no understanding
|
|
|
|
|
of the why
|
|
|
|
|
|
|
|
|
|
the clouds in the sky
|
|
|
|
|
discussing about the weather forecast
|
|
|
|
|
when you dont know what else to say
|
|
|
|
|
and the silence weighs heavy on all of us
|
|
|
|
|
absence of words is loud
|
|
|
|
|
because something is being forgotten
|
|
|
|
|
|
|
|
|
|
the clouds in the sky
|
|
|
|
|
discussing about the weather forecast
|
|
|
|
|
when you dont know what else to say
|
|
|
|
|
and the silence weighs heavy on all of us
|
|
|
|
|
absence of words is loud
|
|
|
|
|
it is a black mark
|
|
|
|
|
|
|
|
|
|
the clouds in the sky
|
|
|
|
|
discussing about the weather forecast
|
|
|
|
|
when you dont know what else to say
|
|
|
|
|
and the silence weighs heavy on all of us
|
|
|
|
|
absence of words is loud
|
|
|
|
|
it is a ripped off corner
|
|
|
|
|
|
|
|
|
|
the clouds in the sky
|
|
|
|
|
discussing about the weather forecast
|
|
|
|
|
when you dont know what else to say
|
|
|
|
|
and the silence weighs heavy on all of us
|
|
|
|
|
absence of words is loud
|
|
|
|
|
it is redressing mistakes
|
|
|
|
|
it is makeup on a bruise
|
|
|
|
|
|
|
|
|
|
the clouds in the sky
|
|
|
|
|
discussing about the weather forecast
|
|
|
|
|
when you dont know what else to say
|
|
|
|
|
and the silence weighs heavy on all of us
|
|
|
|
|
absence of words is loud
|
|
|
|
|
it is redressing mistakes
|
|
|
|
|
it was somebody else s fault
|
|
|
|
|
|
|
|
|
|
the clouds in the sky
|
|
|
|
|
discussing about the weather forecast
|
|
|
|
|
when you dont know what else to say
|
|
|
|
|
and the silence weighs heavy on all of us
|
|
|
|
|
it feels awkward again
|
|
|
|
|
|
|
|
|
|
the clouds in the sky
|
|
|
|
|
discussing about the weather forecast
|
|
|
|
|
when you dont know what else to say
|
|
|
|
|
and the silence weighs heavy on all of us
|
|
|
|
|
there is an elephant in the room
|
|
|
|
|
|
|
|
|
|
the clouds in the sky
|
|
|
|
|
would they continue their travels
|
|
|
|
|
|
|
|
|
|
the clouds in the sky
|
|
|
|
|
would they move on
|
|
|
|
|
|
|
|
|
|
<<textbox "$contrib" "">>
|
|
|
|
|
[[→ Add|nest 3 submit]]
|
|
|
|
|
[[→ I prefer another nest|re-enter]]</tw-passagedata><tw-passagedata pid="14" name="nest 4" tags="" position="1475,700" size="100,100">[[SI#18|home]] > [[Expand|enter]] > Nest 4
|
|
|
|
|
|
|
|
|
|
!//You've arrived at Nest 4//
|
|
|
|
|
!!//Scroll to the bottom of the page to add your text!//
|
|
|
|
|
|
|
|
|
|
//Person A://
|
|
|
|
|
|
|
|
|
|
And I guess I am not the most qualified to talk
|
|
|
|
|
and perhaps that is my undoing's core
|
|
|
|
|
I can think of big, scary events that make us gather in the streets
|
|
|
|
|
or in white naked squares helpless to the gaze
|
|
|
|
|
designed for great speeches, markets and parades
|
|
|
|
|
for the troops, the students, the peaceful and the free
|
|
|
|
|
citizens that pace for individual growth and change
|
|
|
|
|
thorougly wash their hands and clean their face
|
|
|
|
|
and tho I liked your passion for our common democratic state
|
|
|
|
|
I can't but see the lines that orient and those that erase
|
|
|
|
|
|
|
|
|
|
what is censorship?
|
|
|
|
|
|
|
|
|
|
The state that in one evening shuts the public media station
|
|
|
|
|
that used to serve the unified nation while it shouldn't
|
|
|
|
|
that station that has been framing illegal the migration
|
|
|
|
|
and talks about terrorists and lazy and unskilled
|
|
|
|
|
the official fines for gay kisses on prime tv
|
|
|
|
|
the thankful tollerance as long as we're unseen
|
|
|
|
|
the murder of the sick body in the middle of the day
|
|
|
|
|
in the heart of the center by the presence of the crowd
|
|
|
|
|
by the aknowledged and the accepted and the normal
|
|
|
|
|
whose violence sets who is normal and abnormal
|
|
|
|
|
|
|
|
|
|
what is censorship?
|
|
|
|
|
|
|
|
|
|
The idea that I am someone else rather than me
|
|
|
|
|
|
|
|
|
|
_____________________________________________________________________________
|
|
|
|
|
|
|
|
|
|
//Person B://
|
|
|
|
|
|
|
|
|
|
I have been doing this since years
|
|
|
|
|
And I find it funny
|
|
|
|
|
That after a show
|
|
|
|
|
people come up to me and thank me
|
|
|
|
|
for making them feel something
|
|
|
|
|
and I ask myself if that is what we’re doing here
|
|
|
|
|
Artists make people feel something
|
|
|
|
|
|
|
|
|
|
Every once in a while
|
|
|
|
|
They come up to me with a smile
|
|
|
|
|
Big grin, gratified, happy eyes
|
|
|
|
|
Taken by surprise? Jokes aside
|
|
|
|
|
Leaving some words of gratitude
|
|
|
|
|
They really liked my attitude
|
|
|
|
|
Gave them some pleasure in their leisure
|
|
|
|
|
And I can promise, forever
|
|
|
|
|
It’s always worth to spend some money
|
|
|
|
|
On the words leaving my mouth, honey
|
|
|
|
|
I can make you laugh and I can make you cry
|
|
|
|
|
You say you’ve been touched
|
|
|
|
|
I tell you why
|
|
|
|
|
|
|
|
|
|
You call us performers, I call us dealers
|
|
|
|
|
for emotions, you wanna see us
|
|
|
|
|
perform in motion like hyenas
|
|
|
|
|
We are here to fill arenas
|
|
|
|
|
Our stage is a shopping catalog
|
|
|
|
|
You can buy whatever you want
|
|
|
|
|
Everyone is coming by
|
|
|
|
|
to get entertained, to get satisfied
|
|
|
|
|
Tell me your needs, i’m gonna comply
|
|
|
|
|
I can do it all, you’d be surprised
|
|
|
|
|
|
|
|
|
|
This mind’s as deep as your self esteem
|
|
|
|
|
This is why they call me the machine
|
|
|
|
|
I can give you the tears and I can give you the rage
|
|
|
|
|
when I come on stage and the show begins
|
|
|
|
|
Pulling strings like a violin, fueling the souls within
|
|
|
|
|
My ego is a diamond ring
|
|
|
|
|
Scene is set, you’re my marionettes
|
|
|
|
|
I’ll let you feel what you paid for
|
|
|
|
|
meet the machine you were waiting for
|
|
|
|
|
|
|
|
|
|
Our stage is a shopping catalog
|
|
|
|
|
You can buy whatever you want
|
|
|
|
|
Yes, we’re little sluts for attention
|
|
|
|
|
Guess, we’re a bit nuts with intention
|
|
|
|
|
But everyone is coming by
|
|
|
|
|
to get entertained, to get satisfied
|
|
|
|
|
Tell me your needs, we’re gonna comply
|
|
|
|
|
We can do it all, you’d be surprised
|
|
|
|
|
|
|
|
|
|
Culture saves us on a daily basis
|
|
|
|
|
I know enough faces that can make it
|
|
|
|
|
go to my homie, he knows how to phrase it
|
|
|
|
|
when you’re lonely, read his poetry
|
|
|
|
|
My friends making art here, breaking hearts here
|
|
|
|
|
making music that is too sick
|
|
|
|
|
I know painters and entertainers
|
|
|
|
|
and creators and animators
|
|
|
|
|
Forget the haters of labor
|
|
|
|
|
that does the haters a favor
|
|
|
|
|
By giving them the feels everyday
|
|
|
|
|
fulfilling needs here, being low paid
|
|
|
|
|
|
|
|
|
|
Standing ovation in a basement
|
|
|
|
|
big applause, no replacement
|
|
|
|
|
for the big names in the small spaces
|
|
|
|
|
and the small names are never displaced
|
|
|
|
|
People are hungry, they wanna see mommy
|
|
|
|
|
Mommy’s gotta feed them, like a Tsunami
|
|
|
|
|
Gobble the air coming outta my mouth
|
|
|
|
|
I model the sphere, I model the crowd
|
|
|
|
|
You wanna hear my wit and my thoughts
|
|
|
|
|
give me applause, I’m not gonna pause
|
|
|
|
|
Try to stop me, it’s your loss
|
|
|
|
|
If we tryna censor art,
|
|
|
|
|
what is left to discuss
|
|
|
|
|
|
|
|
|
|
<<textbox "$contrib" "">>
|
|
|
|
|
[[→ Add|nest 4 submit]]
|
|
|
|
|
[[→ I prefer another nest|re-enter]]</tw-passagedata><tw-passagedata pid="15" name="nest 5" tags="" position="1675,700" size="100,100">[[SI#18|home]] > [[Expand|enter]] > Nest 5
|
|
|
|
|
|
|
|
|
|
!//You've arrived at Nest 5//
|
|
|
|
|
!!//Scroll to the bottom of the page to add your text!//
|
|
|
|
|
|
|
|
|
|
If we censor art what is left to discuss?
|
|
|
|
|
|
|
|
|
|
but
|
|
|
|
|
|
|
|
|
|
what is right not to say
|
|
|
|
|
not to explore
|
|
|
|
|
not to research
|
|
|
|
|
not to investigate
|
|
|
|
|
not to disturb
|
|
|
|
|
not to move
|
|
|
|
|
not to play around with
|
|
|
|
|
not to harm
|
|
|
|
|
not to modify
|
|
|
|
|
not to evolve
|
|
|
|
|
not to question
|
|
|
|
|
|
|
|
|
|
what is right not to issue
|
|
|
|
|
not to challenge
|
|
|
|
|
not to interrogate
|
|
|
|
|
not to query
|
|
|
|
|
|
|
|
|
|
what is right not to intrude
|
|
|
|
|
or not to invade
|
|
|
|
|
|
|
|
|
|
what is right not to mess
|
|
|
|
|
not to change
|
|
|
|
|
not to develop
|
|
|
|
|
not to analyze
|
|
|
|
|
not to evaluate
|
|
|
|
|
not to violate
|
|
|
|
|
not to bother
|
|
|
|
|
nor to bore
|
|
|
|
|
or to trouble
|
|
|
|
|
|
|
|
|
|
what is right not to analyze
|
|
|
|
|
not to consult
|
|
|
|
|
not to explore
|
|
|
|
|
not to investigate
|
|
|
|
|
not to probe
|
|
|
|
|
not to estimate
|
|
|
|
|
not to look into
|
|
|
|
|
|
|
|
|
|
not to care for
|
|
|
|
|
not to look for
|
|
|
|
|
what is right not to see
|
|
|
|
|
what is right not to choose
|
|
|
|
|
nor to pick
|
|
|
|
|
to want
|
|
|
|
|
to hear
|
|
|
|
|
nor to feel
|
|
|
|
|
|
|
|
|
|
what is right
|
|
|
|
|
not to deal with
|
|
|
|
|
not to stand for
|
|
|
|
|
nor to evoke
|
|
|
|
|
|
|
|
|
|
what is right
|
|
|
|
|
not to reflect on
|
|
|
|
|
not to think of
|
|
|
|
|
not to consider
|
|
|
|
|
not to remember
|
|
|
|
|
not to believe in
|
|
|
|
|
not to mention
|
|
|
|
|
|
|
|
|
|
what is right
|
|
|
|
|
not to understand
|
|
|
|
|
not to absorb
|
|
|
|
|
not to take over
|
|
|
|
|
not to control
|
|
|
|
|
nor to check
|
|
|
|
|
|
|
|
|
|
what is right not to collect
|
|
|
|
|
not to correct
|
|
|
|
|
nor to connect
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
what is right not to rush
|
|
|
|
|
what is right not to flash
|
|
|
|
|
not to smash
|
|
|
|
|
|
|
|
|
|
not to destroy
|
|
|
|
|
not to crash
|
|
|
|
|
|
|
|
|
|
what is right not to press
|
|
|
|
|
what i right not to compress
|
|
|
|
|
not to oppress
|
|
|
|
|
|
|
|
|
|
what is right
|
|
|
|
|
not to collection
|
|
|
|
|
not to exhibit
|
|
|
|
|
not to display
|
|
|
|
|
not to visualise
|
|
|
|
|
nor to admire
|
|
|
|
|
what is right not to
|
|
|
|
|
not to confess
|
|
|
|
|
not to say
|
|
|
|
|
not to convey
|
|
|
|
|
|
|
|
|
|
what is right not to illustrate
|
|
|
|
|
what not to diffract
|
|
|
|
|
not to diffuse
|
|
|
|
|
neither to share
|
|
|
|
|
|
|
|
|
|
what is right not to play with
|
|
|
|
|
not to start with
|
|
|
|
|
not to end with
|
|
|
|
|
not to
|
|
|
|
|
|
|
|
|
|
but
|
|
|
|
|
|
|
|
|
|
<<textbox "$contrib" "">>
|
|
|
|
|
[[→ Add|nest 5 submit]]
|
|
|
|
|
[[→ I prefer another nest|re-enter]]</tw-passagedata><tw-passagedata pid="16" name="nest 4 submit" tags="" position="1475,825" size="100,100">[[SI#18|home]] > [[Expand|expand]] > Nest 4
|
|
|
|
|
!//Thanks for expanding our nest!//
|
|
|
|
|
|
|
|
|
|
//Person A://
|
|
|
|
|
|
|
|
|
|
And I guess I am not the most qualified to talk
|
|
|
|
|
and perhaps that is my undoing's core
|
|
|
|
|
I can think of big, scary events that make us gather in the streets
|
|
|
|
|
or in white naked squares helpless to the gaze
|
|
|
|
|
designed for great speeches, markets and parades
|
|
|
|
|
for the troops, the students, the peaceful and the free
|
|
|
|
|
citizens that pace for individual growth and change
|
|
|
|
|
thorougly wash their hands and clean their face
|
|
|
|
|
and tho I liked your passion for our common democratic state
|
|
|
|
|
I can't but see the lines that orient and those that erase
|
|
|
|
|
|
|
|
|
|
what is censorship?
|
|
|
|
|
|
|
|
|
|
The state that in one evening shuts the public media station
|
|
|
|
|
that used to serve the unified nation while it shouldn't
|
|
|
|
|
that station that has been framing illegal the migration
|
|
|
|
|
and talks about terrorists and lazy and unskilled
|
|
|
|
|
the official fines for gay kisses on prime tv
|
|
|
|
|
the thankful tollerance as long as we're unseen
|
|
|
|
|
the murder of the sick body in the middle of the day
|
|
|
|
|
in the heart of the center by the presence of the crowd
|
|
|
|
|
by the aknowledged and the accepted and the normal
|
|
|
|
|
whose violence sets who is normal and abnormal
|
|
|
|
|
|
|
|
|
|
what is censorship?
|
|
|
|
|
|
|
|
|
|
The idea that I am someone else rather than me
|
|
|
|
|
|
|
|
|
|
_____________________________________________________________________________
|
|
|
|
|
|
|
|
|
|
//Person B://
|
|
|
|
|
|
|
|
|
|
I have been doing this since years
|
|
|
|
|
And I find it funny
|
|
|
|
|
That after a show
|
|
|
|
|
people come up to me and thank me
|
|
|
|
|
for making them feel something
|
|
|
|
|
and I ask myself if that is what we’re doing here
|
|
|
|
|
Artists make people feel something
|
|
|
|
|
|
|
|
|
|
Every once in a while
|
|
|
|
|
They come up to me with a smile
|
|
|
|
|
Big grin, gratified, happy eyes
|
|
|
|
|
Taken by surprise? Jokes aside
|
|
|
|
|
Leaving some words of gratitude
|
|
|
|
|
They really liked my attitude
|
|
|
|
|
Gave them some pleasure in their leisure
|
|
|
|
|
And I can promise, forever
|
|
|
|
|
It’s always worth to spend some money
|
|
|
|
|
On the words leaving my mouth, honey
|
|
|
|
|
I can make you laugh and I can make you cry
|
|
|
|
|
You say you’ve been touched
|
|
|
|
|
I tell you why
|
|
|
|
|
|
|
|
|
|
You call us performers, I call us dealers
|
|
|
|
|
for emotions, you wanna see us
|
|
|
|
|
perform in motion like hyenas
|
|
|
|
|
We are here to fill arenas
|
|
|
|
|
Our stage is a shopping catalog
|
|
|
|
|
You can buy whatever you want
|
|
|
|
|
Everyone is coming by
|
|
|
|
|
to get entertained, to get satisfied
|
|
|
|
|
Tell me your needs, i’m gonna comply
|
|
|
|
|
I can do it all, you’d be surprised
|
|
|
|
|
|
|
|
|
|
This mind’s as deep as your self esteem
|
|
|
|
|
This is why they call me the machine
|
|
|
|
|
I can give you the tears and I can give you the rage
|
|
|
|
|
when I come on stage and the show begins
|
|
|
|
|
Pulling strings like a violin, fueling the souls within
|
|
|
|
|
My ego is a diamond ring
|
|
|
|
|
Scene is set, you’re my marionettes
|
|
|
|
|
I’ll let you feel what you paid for
|
|
|
|
|
meet the machine you were waiting for
|
|
|
|
|
|
|
|
|
|
Our stage is a shopping catalog
|
|
|
|
|
You can buy whatever you want
|
|
|
|
|
Yes, we’re little sluts for attention
|
|
|
|
|
Guess, we’re a bit nuts with intention
|
|
|
|
|
But everyone is coming by
|
|
|
|
|
to get entertained, to get satisfied
|
|
|
|
|
Tell me your needs, we’re gonna comply
|
|
|
|
|
We can do it all, you’d be surprised
|
|
|
|
|
|
|
|
|
|
Culture saves us on a daily basis
|
|
|
|
|
I know enough faces that can make it
|
|
|
|
|
go to my homie, he knows how to phrase it
|
|
|
|
|
when you’re lonely, read his poetry
|
|
|
|
|
My friends making art here, breaking hearts here
|
|
|
|
|
making music that is too sick
|
|
|
|
|
I know painters and entertainers
|
|
|
|
|
and creators and animators
|
|
|
|
|
Forget the haters of labor
|
|
|
|
|
that does the haters a favor
|
|
|
|
|
By giving them the feels everyday
|
|
|
|
|
fulfilling needs here, being low paid
|
|
|
|
|
|
|
|
|
|
Standing ovation in a basement
|
|
|
|
|
big applause, no replacement
|
|
|
|
|
for the big names in the small spaces
|
|
|
|
|
and the small names are never displaced
|
|
|
|
|
People are hungry, they wanna see mommy
|
|
|
|
|
Mommy’s gotta feed them, like a Tsunami
|
|
|
|
|
Gobble the air coming outta my mouth
|
|
|
|
|
I model the sphere, I model the crowd
|
|
|
|
|
You wanna hear my wit and my thoughts
|
|
|
|
|
give me applause, I’m not gonna pause
|
|
|
|
|
Try to stop me, it’s your loss
|
|
|
|
|
If we tryna censor art,
|
|
|
|
|
what is left to discuss
|
|
|
|
|
|
|
|
|
|
$contrib
|
|
|
|
|
|
|
|
|
|
[[→ Visit another nest|re-enter]]
|
|
|
|
|
[[→ Go home|home]]</tw-passagedata><tw-passagedata pid="17" name="nest 5 submit" tags="" position="1675,825" size="100,100">[[SI#18|home]] > [[Expand|expand]] > Nest 5
|
|
|
|
|
!//Thanks for expanding our nest!//
|
|
|
|
|
|
|
|
|
|
If we censor art what is left to discuss?
|
|
|
|
|
|
|
|
|
|
but
|
|
|
|
|
|
|
|
|
|
what is right not to say
|
|
|
|
|
not to explore
|
|
|
|
|
not to research
|
|
|
|
|
not to investigate
|
|
|
|
|
not to disturb
|
|
|
|
|
not to move
|
|
|
|
|
not to play around with
|
|
|
|
|
not to harm
|
|
|
|
|
not to modify
|
|
|
|
|
not to evolve
|
|
|
|
|
not to question
|
|
|
|
|
|
|
|
|
|
what is right not to issue
|
|
|
|
|
not to challenge
|
|
|
|
|
not to interrogate
|
|
|
|
|
not to query
|
|
|
|
|
|
|
|
|
|
what is right not to intrude
|
|
|
|
|
or not to invade
|
|
|
|
|
|
|
|
|
|
what is right not to mess
|
|
|
|
|
not to change
|
|
|
|
|
not to develop
|
|
|
|
|
not to analyze
|
|
|
|
|
not to evaluate
|
|
|
|
|
not to violate
|
|
|
|
|
not to bother
|
|
|
|
|
nor to bore
|
|
|
|
|
or to trouble
|
|
|
|
|
|
|
|
|
|
what is right not to analyze
|
|
|
|
|
not to consult
|
|
|
|
|
not to explore
|
|
|
|
|
not to investigate
|
|
|
|
|
not to probe
|
|
|
|
|
not to estimate
|
|
|
|
|
not to look into
|
|
|
|
|
|
|
|
|
|
not to care for
|
|
|
|
|
not to look for
|
|
|
|
|
what is right not to see
|
|
|
|
|
what is right not to choose
|
|
|
|
|
nor to pick
|
|
|
|
|
to want
|
|
|
|
|
to hear
|
|
|
|
|
nor to feel
|
|
|
|
|
|
|
|
|
|
what is right
|
|
|
|
|
not to deal with
|
|
|
|
|
not to stand for
|
|
|
|
|
nor to evoke
|
|
|
|
|
|
|
|
|
|
what is right
|
|
|
|
|
not to reflect on
|
|
|
|
|
not to think of
|
|
|
|
|
not to consider
|
|
|
|
|
not to remember
|
|
|
|
|
not to believe in
|
|
|
|
|
not to mention
|
|
|
|
|
|
|
|
|
|
what is right
|
|
|
|
|
not to understand
|
|
|
|
|
not to absorb
|
|
|
|
|
not to take over
|
|
|
|
|
not to control
|
|
|
|
|
nor to check
|
|
|
|
|
|
|
|
|
|
what is right not to collect
|
|
|
|
|
not to correct
|
|
|
|
|
nor to connect
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
what is right not to rush
|
|
|
|
|
what is right not to flash
|
|
|
|
|
not to smash
|
|
|
|
|
|
|
|
|
|
not to destroy
|
|
|
|
|
not to crash
|
|
|
|
|
|
|
|
|
|
what is right not to press
|
|
|
|
|
what i right not to compress
|
|
|
|
|
not to oppress
|
|
|
|
|
|
|
|
|
|
what is right
|
|
|
|
|
not to collection
|
|
|
|
|
not to exhibit
|
|
|
|
|
not to display
|
|
|
|
|
not to visualise
|
|
|
|
|
nor to admire
|
|
|
|
|
what is right not to
|
|
|
|
|
not to confess
|
|
|
|
|
not to say
|
|
|
|
|
not to convey
|
|
|
|
|
|
|
|
|
|
what is right not to illustrate
|
|
|
|
|
what not to diffract
|
|
|
|
|
not to diffuse
|
|
|
|
|
neither to share
|
|
|
|
|
|
|
|
|
|
what is right not to play with
|
|
|
|
|
not to start with
|
|
|
|
|
not to end with
|
|
|
|
|
not to
|
|
|
|
|
|
|
|
|
|
but
|
|
|
|
|
|
|
|
|
|
$contrib
|
|
|
|
|
|
|
|
|
|
[[→ Visit another nest|re-enter]]
|
|
|
|
|
[[→ Go home|home]]</tw-passagedata><tw-passagedata pid="18" name="nest 6" tags="" position="1925,550" size="100,100">[[SI#18|home]] > [[Expand|enter]] > Deconstructed nest
|
|
|
|
|
|
|
|
|
|
!//You've found an easter (nest)...//
|
|
|
|
|
|
|
|
|
|
If we censor art what is left to discuss <<textbox "$deconstructed1" "">>
|
|
|
|
|
|
|
|
|
|
If we censor<<textbox "$deconstructed2" "">>what is left to discuss
|
|
|
|
|
|
|
|
|
|
If we<<textbox "$deconstructed3" "">>art what is left to discuss
|
|
|
|
|
|
|
|
|
|
If we<<textbox "$deconstructed4" "">>what is left to discuss
|
|
|
|
|
|
|
|
|
|
If we<<textbox "$deconstructed5" "">>is left to discuss
|
|
|
|
|
|
|
|
|
|
If we<<textbox "$deconstructed6" "">>left to discuss
|
|
|
|
|
|
|
|
|
|
If we<<textbox "$deconstructed7" "">>to discuss
|
|
|
|
|
|
|
|
|
|
If we<<textbox "$deconstructed8" "">>discuss
|
|
|
|
|
|
|
|
|
|
If we<<textbox "$deconstructed9" "">>
|
|
|
|
|
|
|
|
|
|
If<<textbox "$deconstructed10" "">>
|
|
|
|
|
|
|
|
|
|
[[→ Reconstruct|reconstruct]]
|
|
|
|
|
[[→ I prefer another nest|re-enter]]</tw-passagedata><tw-passagedata pid="19" name="re-enter" tags="" position="1925,675" size="100,100">[[SI#18|home]] > Expand
|
|
|
|
|
|
|
|
|
|
!//Hello again, $name.//
|
|
|
|
|
!!//Where to now?//
|
|
|
|
|
|
|
|
|
|
[[→ ⚀|nest 1]]
|
|
|
|
|
[[→ ⚁|nest 2]]
|
|
|
|
|
[[→ ⚂|nest 3]]
|
|
|
|
|
[[→ ⚃|nest 4]]
|
|
|
|
|
[[→ ⚄|nest 5]]
|
|
|
|
|
[[→ ⚅|nest 6]]
|
|
|
|
|
</tw-passagedata><tw-passagedata pid="20" name="reconstruct" tags="" position="2200,575" size="100,100">[[SI#18|home]] > [[Expand|enter]] > (Re)constructed nest
|
|
|
|
|
|
|
|
|
|
!//Thanks for expanding our nest!//
|
|
|
|
|
|
|
|
|
|
If we censor art what is left to discuss $deconstructed1
|
|
|
|
|
|
|
|
|
|
If we censor $deconstructed2 what is left to discuss
|
|
|
|
|
|
|
|
|
|
If we $deconstructed3 art what is left to discuss
|
|
|
|
|
|
|
|
|
|
If we $deconstructed4 what is left to discuss
|
|
|
|
|
|
|
|
|
|
If we $deconstructed5 is left to discuss
|
|
|
|
|
|
|
|
|
|
If we $deconstructed6 left to discuss
|
|
|
|
|
|
|
|
|
|
If we $deconstructed7 to discuss
|
|
|
|
|
|
|
|
|
|
If we $deconstructed8 discuss
|
|
|
|
|
|
|
|
|
|
If we $deconstructed9
|
|
|
|
|
|
|
|
|
|
If $deconstructed10
|
|
|
|
|
|
|
|
|
|
[[→ Visit another nest|re-enter]]
|
|
|
|
|
[[→ Go home|home]]</tw-passagedata></tw-storydata>
|
|
|
|
|
<script id="script-sugarcube" type="text/javascript">
|
|
|
|
|
/*! SugarCube JS */
|
|
|
|
|
if(document.documentElement.getAttribute("data-init")==="loading"){(function(window,document,jQuery,undefined){"use strict";function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}function _defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}function _createClass(Constructor,protoProps,staticProps){return protoProps&&_defineProperties(Constructor.prototype,protoProps),staticProps&&_defineProperties(Constructor,staticProps),Object.defineProperty(Constructor,"prototype",{writable:!1}),Constructor}function _slicedToArray(arr,i){return _arrayWithHoles(arr)||_iterableToArrayLimit(arr,i)||_unsupportedIterableToArray(arr,i)||_nonIterableRest()}function _nonIterableRest(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function _iterableToArrayLimit(arr,i){var _i=null==arr?null:"undefined"!=typeof Symbol&&arr[Symbol.iterator]||arr["@@iterator"];if(null!=_i){var _s,_e,_arr=[],_n=!0,_d=!1;try{for(_i=_i.call(arr);!(_n=(_s=_i.next()).done)&&(_arr.push(_s.value),!i||_arr.length!==i);_n=!0);}catch(err){_d=!0,_e=err}finally{try{_n||null==_i.return||_i.return()}finally{if(_d)throw _e}}return _arr}}function _arrayWithHoles(arr){if(Array.isArray(arr))return arr}function _toConsumableArray(arr){return _arrayWithoutHoles(arr)||_iterableToArray(arr)||_unsupportedIterableToArray(arr)||_nonIterableSpread()}function _nonIterableSpread(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function _unsupportedIterableToArray(o,minLen){if(o){if("string"==typeof o)return _arrayLikeToArray(o,minLen);var n=Object.prototype.toString.call(o).slice(8,-1);return"Object"===n&&o.constructor&&(n=o.constructor.name),"Map"===n||"Set"===n?Array.from(o):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?_arrayLikeToArray(o,minLen):void 0}}function _iterableToArray(iter){if("undefined"!=typeof Symbol&&null!=iter[Symbol.iterator]||null!=iter["@@iterator"])return Array.from(iter)}function _arrayWithoutHoles(arr){if(Array.isArray(arr))return _arrayLikeToArray(arr)}function _arrayLikeToArray(arr,len){(null==len||len>arr.length)&&(len=arr.length);for(var i=0,arr2=new Array(len);i<len;i++)arr2[i]=arr[i];return arr2}function _typeof(obj){return _typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(obj){return typeof obj}:function(obj){return obj&&"function"==typeof Symbol&&obj.constructor===Symbol&&obj!==Symbol.prototype?"symbol":typeof obj},_typeof(obj)}var errorPrologRegExp=/^(?:(?:uncaught\s+(?:exception:\s+)?)?\w*(?:error|exception|_err):\s+)+/i,Alert=function(){function mesg(where,error,isFatal,isUncaught){var mesg="Error",nice="A".concat(isFatal?" fatal":"n"," error has occurred.");nice+=isFatal?" Aborting.":" You may be able to continue, but some parts may not work properly.";var isObject=null!==error&&"object"===_typeof(error),what=(isObject&&"message"in error?String(error.message).replace(errorPrologRegExp,""):String(error)).trim()||"unknown error";null!=where&&(mesg+=" [".concat(where,"]")),mesg+=": ".concat(what,"."),isObject&&"stack"in error&&(mesg+="\n\nStack Trace:\n".concat(error.stack)),mesg&&(nice+="\n\n".concat(mesg)),isUncaught||console[isFatal?"error":"warn"](mesg),window.alert(nice)}var origOnError;return origOnError=window.onerror,window.onerror=function(what,source,lineNum,colNum,error){"complete"===document.readyState?mesg(null,null!=error?error:what,!1,!0):(mesg(null,null!=error?error:what,!0,!0),window.onerror=origOnError,"function"==typeof window.onerror&&window.onerror.apply(this,arguments))},Object.freeze(Object.defineProperties({},{error:{value:function(where,error){mesg(where,error)}},fata
|
|
|
|
|
</script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|